Include text of licenses in 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 - libeio, located at deps/uv/src/unix/eio. libeio's license follows:
128   """
129     All files in libeio are Copyright (C)2007,2008 Marc Alexander Lehmann.
130
131     Redistribution and use in source and binary forms, with or without
132     modification, are permitted provided that the following conditions are
133     met:
134
135         * Redistributions of source code must retain the above copyright
136           notice, this list of conditions and the following disclaimer.
137
138         * Redistributions in binary form must reproduce the above
139           copyright notice, this list of conditions and the following
140           disclaimer in the documentation and/or other materials provided
141           with the distribution.
142
143     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
144     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
145     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
146     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
147     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
148     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
149     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
150     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
151     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
152     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
153     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
154
155     Alternatively, the contents of this package may be used under the terms
156     of the GNU General Public License ("GPL") version 2 or any later version,
157     in which case the provisions of the GPL are applicable instead of the
158     above. If you wish to allow the use of your version of this package only
159     under the terms of the GPL and not to allow others to use your version of
160     this file under the BSD license, indicate your decision by deleting the
161     provisions above and replace them with the notice and other provisions
162     required by the GPL in this and the other files of this package. If you do
163     not delete the provisions above, a recipient may use your version of this
164     file under either the BSD or the GPL.
165   """
166
167 - WAF build system, located at tools/waf*. WAF's license follows:
168   """
169     Copyright Thomas Nagy, 2005-2011
170
171     Redistribution and use in source and binary forms, with or without
172     modification, are permitted provided that the following conditions
173     are met:
174
175     1. Redistributions of source code must retain the above copyright
176        notice, this list of conditions and the following disclaimer.
177
178     2. Redistributions in binary form must reproduce the above copyright
179        notice, this list of conditions and the following disclaimer in the
180        documentation and/or other materials provided with the distribution.
181
182     3. The name of the author may not be used to endorse or promote products
183        derived from this software without specific prior written permission.
184
185     THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
186     IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
187     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
188     DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
189     INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
190     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
191     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
192     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
193     STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
194     IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
195     POSSIBILITY OF SUCH DAMAGE.
196   """
197
198 - C-Ares, an asynchronous DNS client, located at deps/uv/src/ares. C-Ares license
199   follows
200   """
201     /* Copyright 1998 by the Massachusetts Institute of Technology.
202      *
203      * Permission to use, copy, modify, and distribute this
204      * software and its documentation for any purpose and without
205      * fee is hereby granted, provided that the above copyright
206      * notice appear in all copies and that both that copyright
207      * notice and this permission notice appear in supporting
208      * documentation, and that the name of M.I.T. not be used in
209      * advertising or publicity pertaining to distribution of the
210      * software without specific, written prior permission.
211      * M.I.T. makes no representations about the suitability of
212      * this software for any purpose.  It is provided "as is"
213      * without express or implied warranty.
214   """
215
216 - OpenSSL located at deps/openssl. OpenSSL is cryptographic software written
217   by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption. OpenSSL's
218   license follows
219   """
220     /* ====================================================================
221      * Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.
222      *
223      * Redistribution and use in source and binary forms, with or without
224      * modification, are permitted provided that the following conditions
225      * are met:
226      *
227      * 1. Redistributions of source code must retain the above copyright
228      *    notice, this list of conditions and the following disclaimer. 
229      *
230      * 2. Redistributions in binary form must reproduce the above copyright
231      *    notice, this list of conditions and the following disclaimer in
232      *    the documentation and/or other materials provided with the
233      *    distribution.
234      *
235      * 3. All advertising materials mentioning features or use of this
236      *    software must display the following acknowledgment:
237      *    "This product includes software developed by the OpenSSL Project
238      *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
239      *
240      * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
241      *    endorse or promote products derived from this software without
242      *    prior written permission. For written permission, please contact
243      *    openssl-core@openssl.org.
244      *
245      * 5. Products derived from this software may not be called "OpenSSL"
246      *    nor may "OpenSSL" appear in their names without prior written
247      *    permission of the OpenSSL Project.
248      *
249      * 6. Redistributions of any form whatsoever must retain the following
250      *    acknowledgment:
251      *    "This product includes software developed by the OpenSSL Project
252      *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
253      *
254      * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
255      * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
256      * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
257      * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
258      * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
259      * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
260      * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
261      * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
262      * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
263      * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
264      * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
265      * OF THE POSSIBILITY OF SUCH DAMAGE.
266      * ====================================================================
267      *
268      * This product includes cryptographic software written by Eric Young
269      * (eay@cryptsoft.com).  This product includes software written by Tim
270      * Hudson (tjh@cryptsoft.com).
271      *
272      */
273   """
274
275 - HTTP Parser, located at deps/http_parser. HTTP Parser's license follows:
276   """
277     http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
278     Igor Sysoev.
279
280     Additional changes are licensed under the same terms as NGINX and
281     copyright Joyent, Inc. and other Node contributors. All rights reserved.
282
283     Permission is hereby granted, free of charge, to any person obtaining a copy
284     of this software and associated documentation files (the "Software"), to
285     deal in the Software without restriction, including without limitation the
286     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
287     sell copies of the Software, and to permit persons to whom the Software is
288     furnished to do so, subject to the following conditions:
289
290     The above copyright notice and this permission notice shall be included in
291     all copies or substantial portions of the Software.
292
293     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
298     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
299     IN THE SOFTWARE. 
300   """
301
302 - Closure Linter is located at tools/closure_linter. Closure's license
303   follows
304   """
305     # Copyright (c) 2007, Google Inc.
306     # All rights reserved.
307     #
308     # Redistribution and use in source and binary forms, with or without
309     # modification, are permitted provided that the following conditions are
310     # met:
311     #
312     #     * Redistributions of source code must retain the above copyright
313     # notice, this list of conditions and the following disclaimer.
314     #     * Redistributions in binary form must reproduce the above
315     # copyright notice, this list of conditions and the following disclaimer
316     # in the documentation and/or other materials provided with the
317     # distribution.
318     #     * Neither the name of Google Inc. nor the names of its
319     # contributors may be used to endorse or promote products derived from
320     # this software without specific prior written permission.
321     #
322     # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
323     # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
324     # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
325     # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
326     # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
327     # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
328     # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
329     # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
330     # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
331     # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
332     # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
333   """
334
335 - tools/cpplint.py is a C++ linter. Its 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     # Here are some issues that I've had people identify in my code during reviews,
366     # that I think are possible to flag automatically in a lint tool.  If these were
367     # caught by lint, it would save time both for myself and that of my reviewers.
368     # Most likely, some of these are beyond the scope of the current lint framework,
369     # but I think it is valuable to retain these wish-list items even if they cannot
370     # be immediately implemented.
371   """
372
373 - lib/buffer_ieee754.js. Its license follows:
374   """
375     // Copyright (c) 2008, Fair Oaks Labs, Inc.
376     // All rights reserved.
377     //
378     // Redistribution and use in source and binary forms, with or without
379     // modification, are permitted provided that the following conditions are met:
380     //
381     //  * Redistributions of source code must retain the above copyright notice,
382     //    this list of conditions and the following disclaimer.
383     //
384     //  * Redistributions in binary form must reproduce the above copyright notice,
385     //    this list of conditions and the following disclaimer in the documentation
386     //    and/or other materials provided with the distribution.
387     //
388     //  * Neither the name of Fair Oaks Labs, Inc. nor the names of its contributors
389     //    may be used to endorse or promote products derived from this software
390     //    without specific prior written permission.
391     //
392     // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
393     // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
394     // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
395     // ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
396     // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
397     // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
398     // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
399     // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
400     // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
401     // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
402     // POSSIBILITY OF SUCH DAMAGE.
403   """
404
405 - lib/punycode.js is copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
406   and released under the MIT license.
407   """
408     * Punycode.js <http://mths.be/punycode>
409     * Copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
410     * Available under MIT license <http://mths.be/mit>
411   """
412
413 - tools/gyp GYP is a meta-build system. GYP's license follows:
414   """
415     Copyright (c) 2009 Google Inc. All rights reserved.
416
417     Redistribution and use in source and binary forms, with or without
418     modification, are permitted provided that the following conditions are
419     met:
420
421        * Redistributions of source code must retain the above copyright
422     notice, this list of conditions and the following disclaimer.
423        * Redistributions in binary form must reproduce the above
424     copyright notice, this list of conditions and the following disclaimer
425     in the documentation and/or other materials provided with the
426     distribution.
427        * Neither the name of Google Inc. nor the names of its
428     contributors may be used to endorse or promote products derived from
429     this software without specific prior written permission.
430
431     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
432     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
433     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
434     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
435     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
436     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
437     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
438     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
439     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
440     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
441     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
442   """
443
444 - Zlib at deps/zlib. zlib's license follows
445   """
446     /* zlib.h -- interface of the 'zlib' general purpose compression library
447       version 1.2.4, March 14th, 2010
448
449       Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
450
451       This software is provided 'as-is', without any express or implied
452       warranty.  In no event will the authors be held liable for any damages
453       arising from the use of this software.
454
455       Permission is granted to anyone to use this software for any purpose,
456       including commercial applications, and to alter it and redistribute it
457       freely, subject to the following restrictions:
458
459       1. The origin of this software must not be misrepresented; you must not
460          claim that you wrote the original software. If you use this software
461          in a product, an acknowledgment in the product documentation would be
462          appreciated but is not required.
463       2. Altered source versions must be plainly marked as such, and must not be
464          misrepresented as being the original software.
465       3. This notice may not be removed or altered from any source distribution.
466
467       Jean-loup Gailly
468       Mark Adler
469
470     */
471   """
472
473 - npm is a package manager program located at deps/npm. 
474   npm's license follows: 
475   """
476     Copyright 2009-2012, Isaac Z. Schlueter (the "Original Author")
477     All rights reserved.
478
479     MIT +no-false-attribs License
480
481     Permission is hereby granted, free of charge, to any person
482     obtaining a copy of this software and associated documentation
483     files (the "Software"), to deal in the Software without
484     restriction, including without limitation the rights to use,
485     copy, modify, merge, publish, distribute, sublicense, and/or sell
486     copies of the Software, and to permit persons to whom the
487     Software is furnished to do so, subject to the following
488     conditions:
489
490     The above copyright notice and this permission notice shall be
491     included in all copies or substantial portions of the Software.
492
493     Distributions of all or part of the Software intended to be used
494     by the recipients as they would use the unmodified Software,
495     containing modifications that substantially alter, remove, or
496     disable functionality of the Software, outside of the documented
497     configuration mechanisms provided by the Software, shall be
498     modified such that the Original Author's bug reporting email
499     addresses and urls are either replaced with the contact information
500     of the parties responsible for the changes, or removed entirely.
501
502     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
503     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
504     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
505     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
506     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
507     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
508     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
509     OTHER DEALINGS IN THE SOFTWARE.
510
511
512     Except where noted, this license applies to any and all software
513     programs and associated documentation files created by the
514     Original Author, when distributed with the Software.
515
516     "Node.js" and "node" trademark Joyent, Inc. npm is not officially
517     part of the Node.js project, and is neither owned by nor
518     officially affiliated with Joyent, Inc.
519
520     Packages published in the npm registry are not part of npm
521     itself, are the sole property of their respective maintainers,
522     and are not covered by this license.
523
524     "npm Logo" created by Mathias Pettersson and Brian Hammond,
525     used with permission.
526
527     This program uses "node-uuid", Copyright (c) 2010 Robert Kieffer,
528     according to the terms of the MIT license.
529
530     This program uses "request", Copyright (c) 2011 Mikeal Rogers,
531     according to the terms of the Apache license.
532
533     This program uses "mkdirp",  Copyright (c) 2010 James Halliday,
534     according to the terms of the MIT/X11 license.
535   """
536
537 - tools/doc/node_modules/marked Marked is a Markdown parser. Marked's
538   license follows
539   """
540     Copyright (c) 2011-2012, Christopher Jeffrey (https://github.com/chjj/)
541
542     Permission is hereby granted, free of charge, to any person obtaining a copy
543     of this software and associated documentation files (the "Software"), to deal
544     in the Software without restriction, including without limitation the rights
545     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
546     copies of the Software, and to permit persons to whom the Software is
547     furnished to do so, subject to the following conditions:
548
549     The above copyright notice and this permission notice shall be included in
550     all copies or substantial portions of the Software.
551
552     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
553     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
554     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
555     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
556     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
557     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
558     THE SOFTWARE.
559   """