1 This license applies to all parts of Node that are not externally
2 maintained libraries. The externally maintained libraries used by Node
5 - v8, located under deps/v8, which is copyrighted by the Google, Inc.
8 - libev, located under deps/libev, and libeio, located at deps/libeio.
9 This code is copyrighted by Marc Alexander Lehmann. Both are dually
10 licensed under MIT and GPL2.
12 - JSMin JavaScript minifier, located at tools/jsmin.py. This code is
13 copyrighted by Douglas Crockford and Baruch Even and has an MIT license.
15 - WAF build system, located at tools/waf. Copyrighted Thomas Nagy.
16 Released under an MIT license.
18 - The SCONS build system, located at tools/scons. Copyrighted by the SCONS
19 Foundation. Released under an MIT license.
21 - UDNS, an asynchronous DNS client, located at deps/udns. Copyrighted by
22 Michael Tokarev <mjt@corpit.ru>. Released under the GNU Lesser General
23 Public License version 2.1.
25 Other external libraries are my own and all use the same license as Node.
27 Node's license follows:
29 Copyright 2009, 2010 Ryan Lienhart Dahl. All rights reserved.
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to
32 deal in the Software without restriction, including without limitation the
33 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
34 sell copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
37 The above copyright notice and this permission notice shall be included in
38 all copies or substantial portions of the Software.
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS