Merge branch 'v8-3.1' into v0.4
[platform/upstream/nodejs.git] / LICENSE
1 Node's license follows:
2
3 ====
4
5 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to
8 deal in the Software without restriction, including without limitation the
9 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 sell copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
12
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
15
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22 IN THE SOFTWARE.
23
24 ====
25
26 This license applies to all parts of Node that are not externally
27 maintained libraries.
28
29 The externally maintained libraries used by Node are:
30
31   - v8, located at deps/v8. v8 is copyright Google, Inc, and released
32     under a BSD license.
33
34   - libev, located at deps/libev, and libeio, located at deps/libeio. libev
35     and libeio are copyright Marc Alexander Lehmann, and dual-licensed
36     under the MIT license and GPL2.
37
38   - WAF build system, located at tools/waf. WAF is copyright Thomas Nagy,
39     and released under the MIT license.
40
41   - The SCONS build system, located at tools/scons. SCONS is copyright
42     the SCONS Foundation and released under the MIT license.
43
44   - C-Ares, an asynchronous DNS client, located at deps/c-ares. C-Ares is
45     copyright the Massachusetts Institute of Technology, authored by
46     Greg Hudson, Daniel Stenberg and others, and released under the MIT
47     license.
48
49   - Node, optionally, dynamically links to OpenSSL, cryptographic software
50     written by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption.
51     OpenSSL is copyright The OpenSSL Project and released under the OpenSSL
52     license. OpenSSL is not included in the Node distribution.
53     See http://openssl.org/ for more information.
54
55   - tools/doctool/markdown.js is copyright 2009-2010 Dominic Baggott and Ash
56     Berli and released under the MIT license.
57
58   - HTTP Parser, located at deps/http_parser, is a small C library
59     copyright Ryan Lienhart Dahl and released under the MIT license.
60
61   - src/platform_darwin_proctitle.cc, has code taken from the Chromium
62     project copyright Google Inc. and released under a BSD license.
63
64   - tools/closure_linter is copyright The Closure Linter Authors and
65     Google Inc. and released under the Apache License, version 2.0.
66
67   - tools/cpplint.py is copyright Google Inc. and released under a
68     BSD license.