On Fri, Apr 13, 2012 at 15:48, Emerson Espínola <[email protected]> wrote: > > Thank you, Ben. > > But I understand Software as "to any person obtaining a copy of this > software and associated documentation files (the "Software")". > > So Sofware = software + documentation files > > Once Nodejs is licensed under this license, I understand that software = > Nodejs. > > I don't understand my application as the software. Am I right? If not so, > what am I misinterpreting?
I'm not quite sure what you mean. Node itself (source and docs) are covered under the MIT license. It's not a viral license like the GPL so it doesn't extend to your source code. You can pick any license (or none at all) for your own files. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
