test-dns so that NXDOMAIN does not rise errors
[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 an MIT 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 Other external libraries are my own and all use the same license as Node.
23
24 Node's license follows:
25
26 Copyright 2009, 2010 Ryan Lienhart Dahl. All rights reserved.
27 Permission is hereby granted, free of charge, to any person obtaining a copy
28 of this software and associated documentation files (the "Software"), to
29 deal in the Software without restriction, including without limitation the
30 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
31 sell copies of the Software, and to permit persons to whom the Software is
32 furnished to do so, subject to the following conditions:
33
34 The above copyright notice and this permission notice shall be included in
35 all copies or substantial portions of the Software.
36
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
43 IN THE SOFTWARE.