1 io.js is licensed for use as follows:
4 Copyright io.js 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:
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
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
25 This license applies to parts of io.js originating from the
26 https://github.com/joyent/node repository:
29 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to
32 deal in the Software without restriction, including without limitation the
33 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
34 sell copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
37 The above copyright notice and this permission notice shall be included in
38 all copies or substantial portions of the Software.
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
49 The io.js license applies to all parts of io.js that are not externally
52 The externally maintained libraries used by io.js are:
54 - V8, located at deps/v8. V8's license follows:
56 This license applies to all parts of V8 that are not externally
57 maintained libraries. The externally maintained libraries used by V8
60 - PCRE test suite, located in
61 test/mjsunit/third_party/regexp-pcre.js. This is based on the
62 test suite from PCRE-7.3, which is copyrighted by the University
63 of Cambridge and Google, Inc. The copyright notice and license
64 are embedded in regexp-pcre.js.
66 - Layout tests, located in test/mjsunit/third_party. These are
67 based on layout tests from webkit.org which are copyrighted by
68 Apple Computer, Inc. and released under a 3-clause BSD license.
70 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
71 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
72 assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
73 assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
74 assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
75 This code is copyrighted by Sun Microsystems Inc. and released
76 under a 3-clause BSD license.
78 - Valgrind client API header, located at third_party/valgrind/valgrind.h
79 This is release under the BSD license.
81 These libraries have their own licenses; we recommend you read them,
82 as their terms may differ from the terms below.
84 Copyright 2006-2012, the V8 project authors. All rights reserved.
85 Redistribution and use in source and binary forms, with or without
86 modification, are permitted provided that the following conditions are
89 * Redistributions of source code must retain the above copyright
90 notice, this list of conditions and the following disclaimer.
91 * Redistributions in binary form must reproduce the above
92 copyright notice, this list of conditions and the following
93 disclaimer in the documentation and/or other materials provided
94 with the distribution.
95 * Neither the name of Google Inc. nor the names of its
96 contributors may be used to endorse or promote products derived
97 from this software without specific prior written permission.
99 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
100 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
101 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
102 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
103 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
104 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
105 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
106 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
107 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
108 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
109 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
112 - C-Ares, an asynchronous DNS client, located at deps/cares. C-Ares license
115 /* Copyright 1998 by the Massachusetts Institute of Technology.
117 * Permission to use, copy, modify, and distribute this
118 * software and its documentation for any purpose and without
119 * fee is hereby granted, provided that the above copyright
120 * notice appear in all copies and that both that copyright
121 * notice and this permission notice appear in supporting
122 * documentation, and that the name of M.I.T. not be used in
123 * advertising or publicity pertaining to distribution of the
124 * software without specific, written prior permission.
125 * M.I.T. makes no representations about the suitability of
126 * this software for any purpose. It is provided "as is"
127 * without express or implied warranty.
130 - OpenSSL located at deps/openssl. OpenSSL is cryptographic software written
131 by Eric Young (eay@cryptsoft.com) to provide SSL/TLS encryption. OpenSSL's
134 /* ====================================================================
135 * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
137 * Redistribution and use in source and binary forms, with or without
138 * modification, are permitted provided that the following conditions
141 * 1. Redistributions of source code must retain the above copyright
142 * notice, this list of conditions and the following disclaimer.
144 * 2. Redistributions in binary form must reproduce the above copyright
145 * notice, this list of conditions and the following disclaimer in
146 * the documentation and/or other materials provided with the
149 * 3. All advertising materials mentioning features or use of this
150 * software must display the following acknowledgment:
151 * "This product includes software developed by the OpenSSL Project
152 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
154 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
155 * endorse or promote products derived from this software without
156 * prior written permission. For written permission, please contact
157 * openssl-core@openssl.org.
159 * 5. Products derived from this software may not be called "OpenSSL"
160 * nor may "OpenSSL" appear in their names without prior written
161 * permission of the OpenSSL Project.
163 * 6. Redistributions of any form whatsoever must retain the following
165 * "This product includes software developed by the OpenSSL Project
166 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
168 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
169 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
170 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
171 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
172 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
173 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
174 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
175 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
176 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
177 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
178 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
179 * OF THE POSSIBILITY OF SUCH DAMAGE.
180 * ====================================================================
182 * This product includes cryptographic software written by Eric Young
183 * (eay@cryptsoft.com). This product includes software written by Tim
184 * Hudson (tjh@cryptsoft.com).
189 - HTTP Parser, located at deps/http_parser. HTTP Parser's license follows:
191 http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
194 Additional changes are licensed under the same terms as NGINX and
195 copyright Joyent, Inc. and other Node contributors. All rights reserved.
197 Permission is hereby granted, free of charge, to any person obtaining a copy
198 of this software and associated documentation files (the "Software"), to
199 deal in the Software without restriction, including without limitation the
200 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
201 sell copies of the Software, and to permit persons to whom the Software is
202 furnished to do so, subject to the following conditions:
204 The above copyright notice and this permission notice shall be included in
205 all copies or substantial portions of the Software.
207 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
208 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
209 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
210 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
211 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
212 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
216 - Closure Linter is located at tools/closure_linter. Closure's license
219 # Copyright (c) 2007, Google Inc.
220 # All rights reserved.
222 # Redistribution and use in source and binary forms, with or without
223 # modification, are permitted provided that the following conditions are
226 # * Redistributions of source code must retain the above copyright
227 # notice, this list of conditions and the following disclaimer.
228 # * Redistributions in binary form must reproduce the above
229 # copyright notice, this list of conditions and the following disclaimer
230 # in the documentation and/or other materials provided with the
232 # * Neither the name of Google Inc. nor the names of its
233 # contributors may be used to endorse or promote products derived from
234 # this software without specific prior written permission.
236 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
237 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
238 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
239 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
240 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
241 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
242 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
243 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
244 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
245 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
246 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249 - python-gflags is located at tools/gflags. Its license follows:
251 # Copyright (c) 2006, Google Inc.
252 # All rights reserved.
254 # Redistribution and use in source and binary forms, with or without
255 # modification, are permitted provided that the following conditions are
258 # * Redistributions of source code must retain the above copyright
259 # notice, this list of conditions and the following disclaimer.
260 # * Redistributions in binary form must reproduce the above
261 # copyright notice, this list of conditions and the following disclaimer
262 # in the documentation and/or other materials provided with the
264 # * Neither the name of Google Inc. nor the names of its
265 # contributors may be used to endorse or promote products derived from
266 # this software without specific prior written permission.
268 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
269 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
270 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
271 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
272 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
273 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
274 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
275 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
276 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
277 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
278 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
281 - tools/cpplint.py is a C++ linter. Its license follows:
283 # Copyright (c) 2009 Google Inc. All rights reserved.
285 # Redistribution and use in source and binary forms, with or without
286 # modification, are permitted provided that the following conditions are
289 # * Redistributions of source code must retain the above copyright
290 # notice, this list of conditions and the following disclaimer.
291 # * Redistributions in binary form must reproduce the above
292 # copyright notice, this list of conditions and the following disclaimer
293 # in the documentation and/or other materials provided with the
295 # * Neither the name of Google Inc. nor the names of its
296 # contributors may be used to endorse or promote products derived from
297 # this software without specific prior written permission.
299 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
300 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
301 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
302 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
303 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
304 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
305 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
306 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
307 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
308 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
309 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
312 - lib/punycode.js is copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
313 and released under the MIT license.
315 * Punycode.js <http://mths.be/punycode>
316 * Copyright 2011 Mathias Bynens <http://mathiasbynens.be/>
317 * Available under MIT license <http://mths.be/mit>
320 - tools/gyp. GYP is a meta-build system. GYP's license follows:
322 Copyright (c) 2009 Google Inc. All rights reserved.
324 Redistribution and use in source and binary forms, with or without
325 modification, are permitted provided that the following conditions are
328 * Redistributions of source code must retain the above copyright
329 notice, this list of conditions and the following disclaimer.
330 * Redistributions in binary form must reproduce the above
331 copyright notice, this list of conditions and the following disclaimer
332 in the documentation and/or other materials provided with the
334 * Neither the name of Google Inc. nor the names of its
335 contributors may be used to endorse or promote products derived from
336 this software without specific prior written permission.
338 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
339 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
340 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
341 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
342 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
343 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
344 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
345 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
346 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
347 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
348 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
351 - Zlib at deps/zlib. zlib's license follows:
353 /* zlib.h -- interface of the 'zlib' general purpose compression library
354 version 1.2.8, April 28th, 2013
356 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
358 This software is provided 'as-is', without any express or implied
359 warranty. In no event will the authors be held liable for any damages
360 arising from the use of this software.
362 Permission is granted to anyone to use this software for any purpose,
363 including commercial applications, and to alter it and redistribute it
364 freely, subject to the following restrictions:
366 1. The origin of this software must not be misrepresented; you must not
367 claim that you wrote the original software. If you use this software
368 in a product, an acknowledgment in the product documentation would be
369 appreciated but is not required.
370 2. Altered source versions must be plainly marked as such, and must not be
371 misrepresented as being the original software.
372 3. This notice may not be removed or altered from any source distribution.
374 Jean-loup Gailly Mark Adler
375 jloup@gzip.org madler@alumni.caltech.edu
379 - npm is a package manager program located at deps/npm.
380 npm's license follows:
382 Copyright (c) Isaac Z. Schlueter
385 npm is released under the Artistic 2.0 License.
386 The text of the License follows:
392 The Artistic License 2.0
394 Copyright (c) 2000-2006, The Perl Foundation.
396 Everyone is permitted to copy and distribute verbatim copies
397 of this license document, but changing it is not allowed.
401 This license establishes the terms under which a given free software
402 Package may be copied, modified, distributed, and/or redistributed.
403 The intent is that the Copyright Holder maintains some artistic
404 control over the development of that Package while still keeping the
405 Package available as open source and free software.
407 You are always permitted to make arrangements wholly outside of this
408 license directly with the Copyright Holder of a given Package. If the
409 terms of this license do not permit the full use that you propose to
410 make of the Package, you should contact the Copyright Holder and seek
411 a different licensing arrangement.
415 "Copyright Holder" means the individual(s) or organization(s)
416 named in the copyright notice for the entire Package.
418 "Contributor" means any party that has contributed code or other
419 material to the Package, in accordance with the Copyright Holder's
422 "You" and "your" means any person who would like to copy,
423 distribute, or modify the Package.
425 "Package" means the collection of files distributed by the
426 Copyright Holder, and derivatives of that collection and/or of
427 those files. A given Package may consist of either the Standard
428 Version, or a Modified Version.
430 "Distribute" means providing a copy of the Package or making it
431 accessible to anyone else, or in the case of a company or
432 organization, to others outside of your company or organization.
434 "Distributor Fee" means any fee that you charge for Distributing
435 this Package or providing support for this Package to another
436 party. It does not mean licensing fees.
438 "Standard Version" refers to the Package if it has not been
439 modified, or has been modified only in ways explicitly requested
440 by the Copyright Holder.
442 "Modified Version" means the Package, if it has been changed, and
443 such changes were not explicitly requested by the Copyright
446 "Original License" means this Artistic License as Distributed with
447 the Standard Version of the Package, in its current version or as
448 it may be modified by The Perl Foundation in the future.
450 "Source" form means the source code, documentation source, and
451 configuration files for the Package.
453 "Compiled" form means the compiled bytecode, object code, binary,
454 or any other form resulting from mechanical transformation or
455 translation of the Source form.
458 Permission for Use and Modification Without Distribution
460 (1) You are permitted to use the Standard Version and create and use
461 Modified Versions for any purpose without restriction, provided that
462 you do not Distribute the Modified Version.
465 Permissions for Redistribution of the Standard Version
467 (2) You may Distribute verbatim copies of the Source form of the
468 Standard Version of this Package in any medium without restriction,
469 either gratis or for a Distributor Fee, provided that you duplicate
470 all of the original copyright notices and associated disclaimers. At
471 your discretion, such verbatim copies may or may not include a
472 Compiled form of the Package.
474 (3) You may apply any bug fixes, portability changes, and other
475 modifications made available from the Copyright Holder. The resulting
476 Package will still be considered the Standard Version, and as such
477 will be subject to the Original License.
480 Distribution of Modified Versions of the Package as Source
482 (4) You may Distribute your Modified Version as Source (either gratis
483 or for a Distributor Fee, and with or without a Compiled form of the
484 Modified Version) provided that you clearly document how it differs
485 from the Standard Version, including, but not limited to, documenting
486 any non-standard features, executables, or modules, and provided that
487 you do at least ONE of the following:
489 (a) make the Modified Version available to the Copyright Holder
490 of the Standard Version, under the Original License, so that the
491 Copyright Holder may include your modifications in the Standard
494 (b) ensure that installation of your Modified Version does not
495 prevent the user installing or running the Standard Version. In
496 addition, the Modified Version must bear a name that is different
497 from the name of the Standard Version.
499 (c) allow anyone who receives a copy of the Modified Version to
500 make the Source form of the Modified Version available to others
503 (i) the Original License or
505 (ii) a license that permits the licensee to freely copy,
506 modify and redistribute the Modified Version using the same
507 licensing terms that apply to the copy that the licensee
508 received, and requires that the Source form of the Modified
509 Version, and of any works derived from it, be made freely
510 available in that license fees are prohibited but Distributor
514 Distribution of Compiled Forms of the Standard Version
515 or Modified Versions without the Source
517 (5) You may Distribute Compiled forms of the Standard Version without
518 the Source, provided that you include complete instructions on how to
519 get the Source of the Standard Version. Such instructions must be
520 valid at the time of your distribution. If these instructions, at any
521 time while you are carrying out such distribution, become invalid, you
522 must provide new instructions on demand or cease further distribution.
523 If you provide valid instructions or cease distribution within thirty
524 days after you become aware that the instructions are invalid, then
525 you do not forfeit any of your rights under this license.
527 (6) You may Distribute a Modified Version in Compiled form without
528 the Source, provided that you comply with Section 4 with respect to
529 the Source of the Modified Version.
532 Aggregating or Linking the Package
534 (7) You may aggregate the Package (either the Standard Version or
535 Modified Version) with other packages and Distribute the resulting
536 aggregation provided that you do not charge a licensing fee for the
537 Package. Distributor Fees are permitted, and licensing fees for other
538 components in the aggregation are permitted. The terms of this license
539 apply to the use and Distribution of the Standard or Modified Versions
540 as included in the aggregation.
542 (8) You are permitted to link Modified and Standard Versions with
543 other works, to embed the Package in a larger work of your own, or to
544 build stand-alone binary or bytecode versions of applications that
545 include the Package, and Distribute the result without restriction,
546 provided the result does not expose a direct interface to the Package.
549 Items That are Not Considered Part of a Modified Version
551 (9) Works (including, but not limited to, modules and scripts) that
552 merely extend or make use of the Package, do not, by themselves, cause
553 the Package to be a Modified Version. In addition, such works are not
554 considered parts of the Package itself, and are not subject to the
555 terms of this license.
560 (10) Any use, modification, and distribution of the Standard or
561 Modified Versions is governed by this Artistic License. By using,
562 modifying or distributing the Package, you accept this license. Do not
563 use, modify, or distribute the Package, if you do not accept this
566 (11) If your Modified Version has been derived from a Modified
567 Version made by someone other than you, you are nevertheless required
568 to ensure that your Modified Version complies with the requirements of
571 (12) This license does not grant you the right to use any trademark,
572 service mark, tradename, or logo of the Copyright Holder.
574 (13) This license includes the non-exclusive, worldwide,
575 free-of-charge patent license to make, have made, use, offer to sell,
576 sell, import and otherwise transfer the Package with respect to any
577 patent claims licensable by the Copyright Holder that are necessarily
578 infringed by the Package. If you institute patent litigation
579 (including a cross-claim or counterclaim) against any party alleging
580 that the Package constitutes direct or contributory patent
581 infringement, then this Artistic License to you shall terminate on the
582 date that such litigation is filed.
584 (14) Disclaimer of Warranty:
585 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
586 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
587 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
588 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
589 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
590 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
591 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
592 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
598 "Node.js" and "node" trademark Joyent, Inc. npm is not officially
599 part of the Node.js project, and is neither owned by nor
600 officially affiliated with Joyent, Inc.
602 Packages published in the npm registry (other than the Software and
603 its included dependencies) are not part of npm itself, are the sole
604 property of their respective maintainers, and are not covered by
607 "npm Logo" created by Mathias Pettersson and Brian Hammond,
608 used with permission.
610 "Gubblebum Blocky" font
611 Copyright (c) by Tjarda Koster, http://jelloween.deviantart.com
612 included for use in the npm website and documentation,
613 used with permission.
615 This program uses several io.js modules contained in the node_modules/
616 subdirectory, according to the terms of their respective licenses.
619 - tools/doc/node_modules/marked. Marked is a Markdown parser. Marked's
622 Copyright (c) 2011-2012, Christopher Jeffrey (https://github.com/chjj/)
624 Permission is hereby granted, free of charge, to any person obtaining a copy
625 of this software and associated documentation files (the "Software"), to deal
626 in the Software without restriction, including without limitation the rights
627 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
628 copies of the Software, and to permit persons to whom the Software is
629 furnished to do so, subject to the following conditions:
631 The above copyright notice and this permission notice shall be included in
632 all copies or substantial portions of the Software.
634 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
635 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
636 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
637 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
638 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
639 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
643 - test/gc/node_modules/weak. Node-weak is a node.js addon that provides garbage
644 collector notifications. Node-weak's license follows:
646 Copyright (c) 2011, Ben Noordhuis <info@bnoordhuis.nl>
648 Permission to use, copy, modify, and/or distribute this software for any
649 purpose with or without fee is hereby granted, provided that the above
650 copyright notice and this permission notice appear in all copies.
652 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
653 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
654 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
655 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
656 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
657 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
658 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.