Update LICENSE file.
[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. The externally maintained libraries used by Node are:
28
29 - V8, located at deps/v8. V8's license follows:
30   """
31     This license applies to all parts of V8 that are not externally
32     maintained libraries.  The externally maintained libraries used by V8
33     are:
34
35       - PCRE test suite, located in
36         test/mjsunit/third_party/regexp-pcre.js.  This is based on the
37         test suite from PCRE-7.3, which is copyrighted by the University
38         of Cambridge and Google, Inc.  The copyright notice and license
39         are embedded in regexp-pcre.js.
40
41       - Layout tests, located in test/mjsunit/third_party.  These are
42         based on layout tests from webkit.org which are copyrighted by
43         Apple Computer, Inc. and released under a 3-clause BSD license.
44
45       - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
46         assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
47         assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
48         assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
49         assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
50         This code is copyrighted by Sun Microsystems Inc. and released
51         under a 3-clause BSD license.
52
53       - Valgrind client API header, located at third_party/valgrind/valgrind.h
54         This is release under the BSD license.
55
56     These libraries have their own licenses; we recommend you read them,
57     as their terms may differ from the terms below.
58
59     Copyright 2006-2012, the V8 project authors. All rights reserved.
60     Redistribution and use in source and binary forms, with or without
61     modification, are permitted provided that the following conditions are
62     met:
63
64         * Redistributions of source code must retain the above copyright
65           notice, this list of conditions and the following disclaimer.
66         * Redistributions in binary form must reproduce the above
67           copyright notice, this list of conditions and the following
68           disclaimer in the documentation and/or other materials provided
69           with the distribution.
70         * Neither the name of Google Inc. nor the names of its
71           contributors may be used to endorse or promote products derived
72           from this software without specific prior written permission.
73
74     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
75     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
76     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
77     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
78     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
79     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
80     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
81     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
82     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
83     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
84     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85   """
86
87 - libev, located at deps/uv/src/unix/ev. libev's license follows:
88   """
89     All files in libev are Copyright (C)2007,2008,2009 Marc Alexander Lehmann.
90
91     Redistribution and use in source and binary forms, with or without
92     modification, are permitted provided that the following conditions are
93     met:
94
95         * Redistributions of source code must retain the above copyright
96           notice, this list of conditions and the following disclaimer.
97
98         * Redistributions in binary form must reproduce the above
99           copyright notice, this list of conditions and the following
100           disclaimer in the documentation and/or other materials provided
101           with the distribution.
102
103     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
104     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
105     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
106     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
107     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
108     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
109     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
110     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
111     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
112     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
113     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
114
115     Alternatively, the contents of this package may be used under the terms
116     of the GNU General Public License ("GPL") version 2 or any later version,
117     in which case the provisions of the GPL are applicable instead of the
118     above. If you wish to allow the use of your version of this package only
119     under the terms of the GPL and not to allow others to use your version of
120     this file under the BSD license, indicate your decision by deleting the
121     provisions above and replace them with the notice and other provisions
122     required by the GPL in this and the other files of this package. If you do
123     not delete the provisions above, a recipient may use your version of this
124     file under either the BSD or the GPL.
125   """
126
127 - C-Ares, an asynchronous DNS client, located at deps/cares. C-Ares license
128   follows:
129   """
130     /* Copyright 1998 by the Massachusetts Institute of Technology.
131      *
132      * Permission to use, copy, modify, and distribute this
133      * software and its documentation for any purpose and without
134      * fee is hereby granted, provided that the above copyright
135      * notice appear in all copies and that both that copyright
136      * notice and this permission notice appear in supporting
137      * documentation, and that the name of M.I.T. not be used in
138      * advertising or publicity pertaining to distribution of the
139      * software without specific, written prior permission.
140      * M.I.T. makes no representations about the suitability of
141      * this software for any purpose.  It is provided "as is"
142      * without express or implied warranty.
143   """
144
145 - OpenSSL located at deps/openssl. OpenSSL is cryptographic software written
146   by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption. OpenSSL's
147   license follows:
148   """
149     /* ====================================================================
150      * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.
151      *
152      * Redistribution and use in source and binary forms, with or without
153      * modification, are permitted provided that the following conditions
154      * are met:
155      *
156      * 1. Redistributions of source code must retain the above copyright
157      *    notice, this list of conditions and the following disclaimer.
158      *
159      * 2. Redistributions in binary form must reproduce the above copyright
160      *    notice, this list of conditions and the following disclaimer in
161      *    the documentation and/or other materials provided with the
162      *    distribution.
163      *
164      * 3. All advertising materials mentioning features or use of this
165      *    software must display the following acknowledgment:
166      *    "This product includes software developed by the OpenSSL Project
167      *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
168      *
169      * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
170      *    endorse or promote products derived from this software without
171      *    prior written permission. For written permission, please contact
172      *    openssl-core@openssl.org.
173      *
174      * 5. Products derived from this software may not be called "OpenSSL"
175      *    nor may "OpenSSL" appear in their names without prior written
176      *    permission of the OpenSSL Project.
177      *
178      * 6. Redistributions of any form whatsoever must retain the following
179      *    acknowledgment:
180      *    "This product includes software developed by the OpenSSL Project
181      *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
182      *
183      * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
184      * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
185      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
186      * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
187      * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
188      * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
189      * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
190      * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
191      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
192      * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
193      * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
194      * OF THE POSSIBILITY OF SUCH DAMAGE.
195      * ====================================================================
196      *
197      * This product includes cryptographic software written by Eric Young
198      * (eay@cryptsoft.com).  This product includes software written by Tim
199      * Hudson (tjh@cryptsoft.com).
200      *
201      */
202   """
203
204 - HTTP Parser, located at deps/http_parser. HTTP Parser's license follows:
205   """
206     http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
207     Igor Sysoev.
208
209     Additional changes are licensed under the same terms as NGINX and
210     copyright Joyent, Inc. and other Node contributors. All rights reserved.
211
212     Permission is hereby granted, free of charge, to any person obtaining a copy
213     of this software and associated documentation files (the "Software"), to
214     deal in the Software without restriction, including without limitation the
215     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
216     sell copies of the Software, and to permit persons to whom the Software is
217     furnished to do so, subject to the following conditions:
218
219     The above copyright notice and this permission notice shall be included in
220     all copies or substantial portions of the Software.
221
222     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
223     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
224     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
225     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
226     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
227     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
228     IN THE SOFTWARE.
229   """
230
231 - Closure Linter is located at tools/closure_linter. Closure's license
232   follows:
233   """
234     # Copyright (c) 2007, Google Inc.
235     # All rights reserved.
236     #
237     # Redistribution and use in source and binary forms, with or without
238     # modification, are permitted provided that the following conditions are
239     # met:
240     #
241     #     * Redistributions of source code must retain the above copyright
242     # notice, this list of conditions and the following disclaimer.
243     #     * Redistributions in binary form must reproduce the above
244     # copyright notice, this list of conditions and the following disclaimer
245     # in the documentation and/or other materials provided with the
246     # distribution.
247     #     * Neither the name of Google Inc. nor the names of its
248     # contributors may be used to endorse or promote products derived from
249     # this software without specific prior written permission.
250     #
251     # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
252     # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
253     # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
254     # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
255     # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
256     # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
257     # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
258     # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
259     # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
260     # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
261     # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
262   """
263
264 - tools/cpplint.py is a C++ linter. Its license follows:
265   """
266     # Copyright (c) 2009 Google Inc. All rights reserved.
267     #
268     # Redistribution and use in source and binary forms, with or without
269     # modification, are permitted provided that the following conditions are
270     # met:
271     #
272     #    * Redistributions of source code must retain the above copyright
273     # notice, this list of conditions and the following disclaimer.
274     #    * Redistributions in binary form must reproduce the above
275     # copyright notice, this list of conditions and the following disclaimer
276     # in the documentation and/or other materials provided with the
277     # distribution.
278     #    * Neither the name of Google Inc. nor the names of its
279     # contributors may be used to endorse or promote products derived from
280     # this software without specific prior written permission.
281     #
282     # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
283     # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
284     # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
285     # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
286     # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
287     # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
288     # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
289     # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
290     # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
291     # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
292     # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
293   """
294
295 - lib/buffer_ieee754.js. Its license follows:
296   """
297     // Copyright (c) 2008, Fair Oaks Labs, Inc.
298     // All rights reserved.
299     //
300     // Redistribution and use in source and binary forms, with or without
301     // modification, are permitted provided that the following conditions are met:
302     //
303     //  * Redistributions of source code must retain the above copyright notice,
304     //    this list of conditions and the following disclaimer.
305     //
306     //  * Redistributions in binary form must reproduce the above copyright notice,
307     //    this list of conditions and the following disclaimer in the documentation
308     //    and/or other materials provided with the distribution.
309     //
310     //  * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors
311     //    may be used to endorse or promote products derived from this software
312     //    without specific prior written permission.
313     //
314     // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
315     // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
316     // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
317     // ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
318     // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
319     // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
320     // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
321     // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
322     // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
323     // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
324     // POSSIBILITY OF SUCH DAMAGE.
325   """
326
327 - lib/punycode.js is copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
328   and released under the MIT license.
329   """
330     * Punycode.js <http://mths.be/punycode>
331     * Copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
332     * Available under MIT license <http://mths.be/mit>
333   """
334
335 - tools/gyp. GYP is a meta-build system. GYP's license follows:
336   """
337     Copyright (c) 2009 Google Inc. All rights reserved.
338
339     Redistribution and use in source and binary forms, with or without
340     modification, are permitted provided that the following conditions are
341     met:
342
343        * Redistributions of source code must retain the above copyright
344     notice, this list of conditions and the following disclaimer.
345        * Redistributions in binary form must reproduce the above
346     copyright notice, this list of conditions and the following disclaimer
347     in the documentation and/or other materials provided with the
348     distribution.
349        * Neither the name of Google Inc. nor the names of its
350     contributors may be used to endorse or promote products derived from
351     this software without specific prior written permission.
352
353     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
354     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
355     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
356     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
357     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
358     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
359     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
360     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
361     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
362     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
363     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
364   """
365
366 - Zlib at deps/zlib. zlib's license follows:
367   """
368     /* zlib.h -- interface of the 'zlib' general purpose compression library
369       version 1.2.4, March 14th, 2010
370
371       Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
372
373       This software is provided 'as-is', without any express or implied
374       warranty.  In no event will the authors be held liable for any damages
375       arising from the use of this software.
376
377       Permission is granted to anyone to use this software for any purpose,
378       including commercial applications, and to alter it and redistribute it
379       freely, subject to the following restrictions:
380
381       1. The origin of this software must not be misrepresented; you must not
382          claim that you wrote the original software. If you use this software
383          in a product, an acknowledgment in the product documentation would be
384          appreciated but is not required.
385       2. Altered source versions must be plainly marked as such, and must not be
386          misrepresented as being the original software.
387       3. This notice may not be removed or altered from any source distribution.
388
389       Jean-loup Gailly
390       Mark Adler
391
392     */
393   """
394
395 - npm is a package manager program located at deps/npm.
396   npm's license follows:
397   """
398     Copyright 2009-2012, Isaac Z. Schlueter (the "Original Author")
399     All rights reserved.
400
401     MIT +no-false-attribs License
402
403     Permission is hereby granted, free of charge, to any person
404     obtaining a copy of this software and associated documentation
405     files (the "Software"), to deal in the Software without
406     restriction, including without limitation the rights to use,
407     copy, modify, merge, publish, distribute, sublicense, and/or sell
408     copies of the Software, and to permit persons to whom the
409     Software is furnished to do so, subject to the following
410     conditions:
411
412     The above copyright notice and this permission notice shall be
413     included in all copies or substantial portions of the Software.
414
415     Distributions of all or part of the Software intended to be used
416     by the recipients as they would use the unmodified Software,
417     containing modifications that substantially alter, remove, or
418     disable functionality of the Software, outside of the documented
419     configuration mechanisms provided by the Software, shall be
420     modified such that the Original Author's bug reporting email
421     addresses and urls are either replaced with the contact information
422     of the parties responsible for the changes, or removed entirely.
423
424     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
425     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
426     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
427     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
428     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
429     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
430     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
431     OTHER DEALINGS IN THE SOFTWARE.
432
433
434     Except where noted, this license applies to any and all software
435     programs and associated documentation files created by the
436     Original Author, when distributed with the Software.
437
438     "Node.js" and "node" trademark Joyent, Inc. npm is not officially
439     part of the Node.js project, and is neither owned by nor
440     officially affiliated with Joyent, Inc.
441
442     Packages published in the npm registry are not part of npm
443     itself, are the sole property of their respective maintainers,
444     and are not covered by this license.
445
446     "npm Logo" created by Mathias Pettersson and Brian Hammond,
447     used with permission.
448
449     "Gubblebum Blocky" font
450     Copyright (c) 2007 by Tjarda Koster, http://jelloween.deviantart.com
451     included for use in the npm website and documentation,
452     used with permission.
453
454     This program uses "node-uuid", Copyright (c) 2010 Robert Kieffer,
455     according to the terms of the MIT license.
456
457     This program uses "request", Copyright (c) 2011 Mikeal Rogers,
458     according to the terms of the Apache license.
459
460     This program uses "mkdirp",  Copyright (c) 2010 James Halliday,
461     according to the terms of the MIT/X11 license.
462   """
463
464 - tools/doc/node_modules/marked. Marked is a Markdown parser. Marked's
465   license follows:
466   """
467     Copyright (c) 2011-2012, Christopher Jeffrey (https://github.com/chjj/)
468
469     Permission is hereby granted, free of charge, to any person obtaining a copy
470     of this software and associated documentation files (the "Software"), to deal
471     in the Software without restriction, including without limitation the rights
472     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
473     copies of the Software, and to permit persons to whom the Software is
474     furnished to do so, subject to the following conditions:
475
476     The above copyright notice and this permission notice shall be included in
477     all copies or substantial portions of the Software.
478
479     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
480     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
481     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
482     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
483     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
484     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
485     THE SOFTWARE.
486   """
487
488 - test/gc/node_modules/weak. Node-weak is a node.js addon that provides garbage
489   collector notifications. Node-weak's license follows:
490   """
491     Copyright (c) 2011, Ben Noordhuis <info@bnoordhuis.nl>
492
493     Permission to use, copy, modify, and/or distribute this software for any
494     purpose with or without fee is hereby granted, provided that the above
495     copyright notice and this permission notice appear in all copies.
496
497     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
498     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
499     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
500     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
501     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
502     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
503     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
504   """
505
506 - src/ngx-queue.h. ngx-queue.h is taken from the nginx source tree. nginx's
507   license follows:
508   """
509     Copyright (C) 2002-2012 Igor Sysoev
510     Copyright (C) 2011,2012 Nginx, Inc.
511
512     Redistribution and use in source and binary forms, with or without
513     modification, are permitted provided that the following conditions
514     are met:
515     1. Redistributions of source code must retain the above copyright
516        notice, this list of conditions and the following disclaimer.
517     2. Redistributions in binary form must reproduce the above copyright
518        notice, this list of conditions and the following disclaimer in the
519        documentation and/or other materials provided with the distribution.
520
521     THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
522     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
523     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
524     ARE DISCLAIMED.  IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
525     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
526     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
527     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
528     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
529     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
530     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
531     SUCH DAMAGE.
532   """