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