On Fri, Apr 13, 2012 at 07:03, Ben Noordhuis <[email protected]> wrote: >> 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.
What Ben said, but just to clarify a bit: If you bundle your app, *and* the Node.js source, binaries, and/or installers, then you must call out the fact that Node.js is included, and that Node is covered by the MIT license, and you must include the license and copyright in some user-visible place, and note that they apply to Node (though perhaps not the rest of your program). -- 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
