1 Node.js is licensed for use as follows:
4 Copyright Node.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 Node.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 Node.js license applies to all parts of Node.js that are not externally
52 The externally maintained libraries used by Node.js are:
54 - c-ares, located at deps/cares, is licensed as follows:
56 Copyright 1998 by the Massachusetts Institute of Technology.
57 Copyright (C) 2007-2013 by Daniel Stenberg
59 Permission to use, copy, modify, and distribute this
60 software and its documentation for any purpose and without
61 fee is hereby granted, provided that the above copyright
62 notice appear in all copies and that both that copyright
63 notice and this permission notice appear in supporting
64 documentation, and that the name of M.I.T. not be used in
65 advertising or publicity pertaining to distribution of the
66 software without specific, written prior permission.
67 M.I.T. makes no representations about the suitability of
68 this software for any purpose. It is provided "as is"
69 without express or implied warranty.
72 - HTTP Parser, located at deps/http_parser, is licensed as follows:
74 http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
77 Additional changes are licensed under the same terms as NGINX and
78 copyright Joyent, Inc. and other Node contributors. All rights reserved.
80 Permission is hereby granted, free of charge, to any person obtaining a copy
81 of this software and associated documentation files (the "Software"), to
82 deal in the Software without restriction, including without limitation the
83 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
84 sell copies of the Software, and to permit persons to whom the Software is
85 furnished to do so, subject to the following conditions:
87 The above copyright notice and this permission notice shall be included in
88 all copies or substantial portions of the Software.
90 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
92 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
93 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
94 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
95 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
99 - ICU, located at deps/icu-small, is licensed as follows:
101 ICU License - ICU 1.8.1 and later
103 COPYRIGHT AND PERMISSION NOTICE
105 Copyright (c) 1995-2016 International Business Machines Corporation and others
109 Permission is hereby granted, free of charge, to any person obtaining
110 a copy of this software and associated documentation files (the
111 "Software"), to deal in the Software without restriction, including
112 without limitation the rights to use, copy, modify, merge, publish,
113 distribute, and/or sell copies of the Software, and to permit persons
114 to whom the Software is furnished to do so, provided that the above
115 copyright notice(s) and this permission notice appear in all copies of
116 the Software and that both the above copyright notice(s) and this
117 permission notice appear in supporting documentation.
119 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
120 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
121 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
122 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
123 HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
124 SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
125 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
126 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
127 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
129 Except as contained in this notice, the name of a copyright holder
130 shall not be used in advertising or otherwise to promote the sale, use
131 or other dealings in this Software without prior written authorization
132 of the copyright holder.
134 All trademarks and registered trademarks mentioned herein are the
135 property of their respective owners.
137 ---------------------
139 Third-Party Software Licenses
141 This section contains third-party software notices and/or additional
142 terms for licensed third-party software components included within ICU
145 1. Unicode Data Files and Software
147 COPYRIGHT AND PERMISSION NOTICE
149 Copyright © 1991-2016 Unicode, Inc. All rights reserved.
150 Distributed under the Terms of Use in
151 http://www.unicode.org/copyright.html.
153 Permission is hereby granted, free of charge, to any person obtaining
154 a copy of the Unicode data files and any associated documentation
155 (the "Data Files") or Unicode software and any associated documentation
156 (the "Software") to deal in the Data Files or Software
157 without restriction, including without limitation the rights to use,
158 copy, modify, merge, publish, distribute, and/or sell copies of
159 the Data Files or Software, and to permit persons to whom the Data Files
160 or Software are furnished to do so, provided that
161 (a) this copyright and permission notice appear with all copies
162 of the Data Files or Software,
163 (b) this copyright and permission notice appear in associated
165 (c) there is clear notice in each modified Data File or in the Software
166 as well as in the documentation associated with the Data File(s) or
167 Software that the data or software has been modified.
169 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
170 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
171 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
172 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
173 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
174 NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
175 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
176 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
177 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
178 PERFORMANCE OF THE DATA FILES OR SOFTWARE.
180 Except as contained in this notice, the name of a copyright holder
181 shall not be used in advertising or otherwise to promote the sale,
182 use or other dealings in these Data Files or Software without prior
183 written authorization of the copyright holder.
185 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
187 # The Google Chrome software developed by Google is licensed under
188 # the BSD license. Other software included in this distribution is
189 # provided under other licenses, as set forth below.
192 # http://opensource.org/licenses/bsd-license.php
193 # Copyright (C) 2006-2008, Google Inc.
195 # All rights reserved.
197 # Redistribution and use in source and binary forms, with or without
198 # modification, are permitted provided that the following conditions are met:
200 # Redistributions of source code must retain the above copyright notice,
201 # this list of conditions and the following disclaimer.
202 # Redistributions in binary form must reproduce the above
203 # copyright notice, this list of conditions and the following
204 # disclaimer in the documentation and/or other materials provided with
206 # Neither the name of Google Inc. nor the names of its
207 # contributors may be used to endorse or promote products derived from
208 # this software without specific prior written permission.
211 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
212 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
213 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
214 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
215 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
216 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
217 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
218 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
219 # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
220 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
221 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
222 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
225 # The word list in cjdict.txt are generated by combining three word lists
226 # listed below with further processing for compound word breaking. The
227 # frequency is generated with an iterative training against Google web
230 # * Libtabe (Chinese)
231 # - https://sourceforge.net/project/?group_id=1519
232 # - Its license terms and conditions are shown below.
234 # * IPADIC (Japanese)
235 # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
236 # - Its license terms and conditions are shown below.
238 # ---------COPYING.libtabe ---- BEGIN--------------------
241 # * Copyrighy (c) 1999 TaBE Project.
242 # * Copyright (c) 1999 Pai-Hsiang Hsiao.
243 # * All rights reserved.
245 # * Redistribution and use in source and binary forms, with or without
246 # * modification, are permitted provided that the following conditions
249 # * . Redistributions of source code must retain the above copyright
250 # * notice, this list of conditions and the following disclaimer.
251 # * . Redistributions in binary form must reproduce the above copyright
252 # * notice, this list of conditions and the following disclaimer in
253 # * the documentation and/or other materials provided with the
255 # * . Neither the name of the TaBE Project nor the names of its
256 # * contributors may be used to endorse or promote products derived
257 # * from this software without specific prior written permission.
259 # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
260 # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
261 # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
262 # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
263 # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
264 # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
265 # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
266 # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
267 # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
268 # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
269 # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
270 # * OF THE POSSIBILITY OF SUCH DAMAGE.
274 # * Copyright (c) 1999 Computer Systems and Communication Lab,
275 # * Institute of Information Science, Academia
276 # * Sinica. All rights reserved.
278 # * Redistribution and use in source and binary forms, with or without
279 # * modification, are permitted provided that the following conditions
282 # * . Redistributions of source code must retain the above copyright
283 # * notice, this list of conditions and the following disclaimer.
284 # * . Redistributions in binary form must reproduce the above copyright
285 # * notice, this list of conditions and the following disclaimer in
286 # * the documentation and/or other materials provided with the
288 # * . Neither the name of the Computer Systems and Communication Lab
289 # * nor the names of its contributors may be used to endorse or
290 # * promote products derived from this software without specific
291 # * prior written permission.
293 # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
294 # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
295 # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
296 # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
297 # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
298 # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
299 # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
300 # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
301 # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
302 # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
303 # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
304 # * OF THE POSSIBILITY OF SUCH DAMAGE.
307 # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
308 # University of Illinois
309 # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
311 # ---------------COPYING.libtabe-----END--------------------------------
314 # ---------------COPYING.ipadic-----BEGIN-------------------------------
316 # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
317 # and Technology. All Rights Reserved.
319 # Use, reproduction, and distribution of this software is permitted.
320 # Any copy of this software, whether in its original form or modified,
321 # must include both the above copyright notice and the following
324 # Nara Institute of Science and Technology (NAIST),
325 # the copyright holders, disclaims all warranties with regard to this
326 # software, including all implied warranties of merchantability and
327 # fitness, in no event shall NAIST be liable for
328 # any special, indirect or consequential damages or any damages
329 # whatsoever resulting from loss of use, data or profits, whether in an
330 # action of contract, negligence or other tortuous action, arising out
331 # of or in connection with the use or performance of this software.
333 # A large portion of the dictionary entries
334 # originate from ICOT Free Software. The following conditions for ICOT
335 # Free Software applies to the current dictionary as well.
337 # Each User may also freely distribute the Program, whether in its
338 # original form or modified, to any third party or parties, PROVIDED
339 # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
340 # on, or be attached to, the Program, which is distributed substantially
341 # in the same form as set out herein and that such intended
342 # distribution, if actually made, will neither violate or otherwise
343 # contravene any of the laws and regulations of the countries having
344 # jurisdiction over the User or the intended distribution itself.
348 # The program was produced on an experimental basis in the course of the
349 # research and development conducted during the project and is provided
350 # to users as so produced on an experimental basis. Accordingly, the
351 # program is provided without any warranty whatsoever, whether express,
352 # implied, statutory or otherwise. The term "warranty" used herein
353 # includes, but is not limited to, any warranty of the quality,
354 # performance, merchantability and fitness for a particular purpose of
355 # the program and the nonexistence of any infringement or violation of
356 # any right of any third party.
358 # Each user of the program will agree and understand, and be deemed to
359 # have agreed and understood, that there is no warranty whatsoever for
360 # the program and, accordingly, the entire risk arising from or
361 # otherwise connected with the program is assumed by the user.
363 # Therefore, neither ICOT, the copyright holder, or any other
364 # organization that participated in or was otherwise related to the
365 # development of the program and their respective officials, directors,
366 # officers and other employees shall be held liable for any and all
367 # damages, including, without limitation, general, special, incidental
368 # and consequential damages, arising out of or otherwise in connection
369 # with the use or inability to use the program or any product, material
370 # or result produced or otherwise obtained by using the program,
371 # regardless of whether they have been advised of, or otherwise had
372 # knowledge of, the possibility of such damages at any time during the
373 # project or thereafter. Each user will be deemed to have agreed to the
374 # foregoing by his or her commencement of use of the program. The term
375 # "use" as used herein includes, but is not limited to, the use,
376 # modification, copying and distribution of the program and the
377 # production of secondary products from the program.
379 # In the case where the program, whether in its original form or
380 # modified, was distributed or delivered to or received by a user from
381 # any person, organization or entity other than ICOT, unless it makes or
382 # grants independently of ICOT any specific warranty to the user in
383 # writing, such person, organization or entity, will also be exempted
384 # from and not be held liable to the user for any such damages as noted
385 # above as far as the program is concerned.
387 # ---------------COPYING.ipadic-----END----------------------------------
389 3. Lao Word Break Dictionary Data (laodict.txt)
391 # Copyright (c) 2013 International Business Machines Corporation
392 # and others. All Rights Reserved.
394 # Project: http://code.google.com/p/lao-dictionary/
395 # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
396 # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
399 # This file is derived from the above dictionary, with slight
401 # ----------------------------------------------------------------------
402 # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
403 # All rights reserved.
405 # Redistribution and use in source and binary forms, with or without
407 # are permitted provided that the following conditions are met:
410 # Redistributions of source code must retain the above copyright notice, this
411 # list of conditions and the following disclaimer. Redistributions in
412 # binary form must reproduce the above copyright notice, this list of
413 # conditions and the following disclaimer in the documentation and/or
414 # other materials provided with the distribution.
417 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
418 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
419 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
420 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
421 # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
422 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
423 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
424 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
425 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
426 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
427 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
428 # OF THE POSSIBILITY OF SUCH DAMAGE.
429 # --------------------------------------------------------------------------
431 4. Burmese Word Break Dictionary Data (burmesedict.txt)
433 # Copyright (c) 2014 International Business Machines Corporation
434 # and others. All Rights Reserved.
436 # This list is part of a project hosted at:
437 # github.com/kanyawtech/myanmar-karen-word-lists
439 # --------------------------------------------------------------------------
440 # Copyright (c) 2013, LeRoy Benjamin Sharon
441 # All rights reserved.
443 # Redistribution and use in source and binary forms, with or without
444 # modification, are permitted provided that the following conditions
445 # are met: Redistributions of source code must retain the above
446 # copyright notice, this list of conditions and the following
447 # disclaimer. Redistributions in binary form must reproduce the
448 # above copyright notice, this list of conditions and the following
449 # disclaimer in the documentation and/or other materials provided
450 # with the distribution.
452 # Neither the name Myanmar Karen Word Lists, nor the names of its
453 # contributors may be used to endorse or promote products derived
454 # from this software without specific prior written permission.
456 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
457 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
458 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
459 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
460 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
461 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
462 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
463 # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
464 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
465 # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
466 # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
467 # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
469 # --------------------------------------------------------------------------
471 5. Time Zone Database
473 ICU uses the public domain data and code derived from Time Zone
474 Database for its time zone support. The ownership of the TZ database
475 is explained in BCP 175: Procedure for Maintaining the Time Zone
478 # 7. Database Ownership
480 # The TZ database itself is not an IETF Contribution or an IETF
481 # document. Rather it is a pre-existing and regularly updated work
482 # that is in the public domain, and is intended to remain in the
483 # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
484 # not apply to the TZ Database or contributions that individuals make
485 # to it. Should any claims be made and substantiated against the TZ
486 # Database, the organization that is providing the IANA
487 # Considerations defined in this RFC, under the memorandum of
488 # understanding with the IETF, currently ICANN, may act in accordance
489 # with all competent court orders. No ownership claims will be made
490 # by ICANN or the IETF Trust on the database or the code. Any person
491 # making a contribution to the database or code waives all rights to
492 # future claims in that contribution or in the TZ Database.
495 - libuv, located at deps/uv, is licensed as follows:
497 libuv is part of the Node project: http://nodejs.org/
498 libuv may be distributed alone under Node's license:
502 Copyright Joyent, Inc. and other Node contributors. All rights reserved.
503 Permission is hereby granted, free of charge, to any person obtaining a copy
504 of this software and associated documentation files (the "Software"), to
505 deal in the Software without restriction, including without limitation the
506 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
507 sell copies of the Software, and to permit persons to whom the Software is
508 furnished to do so, subject to the following conditions:
510 The above copyright notice and this permission notice shall be included in
511 all copies or substantial portions of the Software.
513 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
514 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
515 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
516 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
517 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
518 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
523 This license applies to all parts of libuv that are not externally
524 maintained libraries.
526 The externally maintained libraries used by libuv are:
528 - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
530 - inet_pton and inet_ntop implementations, contained in src/inet.c, are
531 copyright the Internet Systems Consortium, Inc., and licensed under the ISC
534 - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
537 - pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
538 Communications AB. Three clause BSD license.
540 - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
541 Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
542 n° 289016). Three clause BSD license.
545 - OpenSSL, located at deps/openssl, is licensed as follows:
547 Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
549 Redistribution and use in source and binary forms, with or without
550 modification, are permitted provided that the following conditions
553 1. Redistributions of source code must retain the above copyright
554 notice, this list of conditions and the following disclaimer.
556 2. Redistributions in binary form must reproduce the above copyright
557 notice, this list of conditions and the following disclaimer in
558 the documentation and/or other materials provided with the
561 3. All advertising materials mentioning features or use of this
562 software must display the following acknowledgment:
563 "This product includes software developed by the OpenSSL Project
564 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
566 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
567 endorse or promote products derived from this software without
568 prior written permission. For written permission, please contact
569 openssl-core@openssl.org.
571 5. Products derived from this software may not be called "OpenSSL"
572 nor may "OpenSSL" appear in their names without prior written
573 permission of the OpenSSL Project.
575 6. Redistributions of any form whatsoever must retain the following
577 "This product includes software developed by the OpenSSL Project
578 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
580 THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
581 EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
582 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
583 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
584 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
585 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
586 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
587 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
588 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
589 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
590 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
591 OF THE POSSIBILITY OF SUCH DAMAGE.
592 ====================================================================
594 This product includes cryptographic software written by Eric Young
595 (eay@cryptsoft.com). This product includes software written by Tim
596 Hudson (tjh@cryptsoft.com).
599 - Punycode.js, located at lib/punycode.js, is licensed as follows:
601 Copyright Mathias Bynens <https://mathiasbynens.be/>
603 Permission is hereby granted, free of charge, to any person obtaining
604 a copy of this software and associated documentation files (the
605 "Software"), to deal in the Software without restriction, including
606 without limitation the rights to use, copy, modify, merge, publish,
607 distribute, sublicense, and/or sell copies of the Software, and to
608 permit persons to whom the Software is furnished to do so, subject to
609 the following conditions:
611 The above copyright notice and this permission notice shall be
612 included in all copies or substantial portions of the Software.
614 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
615 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
616 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
617 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
618 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
619 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
620 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
623 - V8, located at deps/v8, is licensed as follows:
625 This license applies to all parts of V8 that are not externally
626 maintained libraries. The externally maintained libraries used by V8
629 - PCRE test suite, located in
630 test/mjsunit/third_party/regexp-pcre/regexp-pcre.js. This is based on the
631 test suite from PCRE-7.3, which is copyrighted by the University
632 of Cambridge and Google, Inc. The copyright notice and license
633 are embedded in regexp-pcre.js.
635 - Layout tests, located in test/mjsunit/third_party/object-keys. These are
636 based on layout tests from webkit.org which are copyrighted by
637 Apple Computer, Inc. and released under a 3-clause BSD license.
639 - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
640 assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
641 assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
642 assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
643 assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
644 This code is copyrighted by Sun Microsystems Inc. and released
645 under a 3-clause BSD license.
647 - Valgrind client API header, located at third_party/valgrind/valgrind.h
648 This is release under the BSD license.
650 These libraries have their own licenses; we recommend you read them,
651 as their terms may differ from the terms below.
653 Further license information can be found in LICENSE files located in
656 Copyright 2014, the V8 project authors. All rights reserved.
657 Redistribution and use in source and binary forms, with or without
658 modification, are permitted provided that the following conditions are
661 * Redistributions of source code must retain the above copyright
662 notice, this list of conditions and the following disclaimer.
663 * Redistributions in binary form must reproduce the above
664 copyright notice, this list of conditions and the following
665 disclaimer in the documentation and/or other materials provided
666 with the distribution.
667 * Neither the name of Google Inc. nor the names of its
668 contributors may be used to endorse or promote products derived
669 from this software without specific prior written permission.
671 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
672 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
673 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
674 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
675 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
676 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
677 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
678 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
679 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
680 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
681 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
684 - zlib, located at deps/zlib, is licensed as follows:
686 zlib.h -- interface of the 'zlib' general purpose compression library
687 version 1.2.8, April 28th, 2013
689 Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
691 This software is provided 'as-is', without any express or implied
692 warranty. In no event will the authors be held liable for any damages
693 arising from the use of this software.
695 Permission is granted to anyone to use this software for any purpose,
696 including commercial applications, and to alter it and redistribute it
697 freely, subject to the following restrictions:
699 1. The origin of this software must not be misrepresented; you must not
700 claim that you wrote the original software. If you use this software
701 in a product, an acknowledgment in the product documentation would be
702 appreciated but is not required.
703 2. Altered source versions must be plainly marked as such, and must not be
704 misrepresented as being the original software.
705 3. This notice may not be removed or altered from any source distribution.
707 Jean-loup Gailly Mark Adler
708 jloup@gzip.org madler@alumni.caltech.edu
711 - npm, located at deps/npm, is licensed as follows:
714 Copyright (c) npm, Inc. and Contributors
715 Licensed on the terms of The Artistic License 2.0
717 Node package dependencies of the npm application
718 Copyright (c) their respective copyright owners
719 Licensed on their respective license terms
721 The npm public registry at https://registry.npmjs.org
722 and the npm website at https://www.npmjs.com
723 Operated by npm, Inc.
724 Use governed by terms published on https://www.npmjs.com
727 Trademark Joyent, Inc., https://joyent.com
728 Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
730 The Node.js application
731 Project of Node Foundation, https://nodejs.org
734 Copyright (c) Mathias Pettersson and Brian Hammond
736 "Gubblebum Blocky" typeface
737 Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
742 The Artistic License 2.0
744 Copyright (c) 2000-2006, The Perl Foundation.
746 Everyone is permitted to copy and distribute verbatim copies
747 of this license document, but changing it is not allowed.
751 This license establishes the terms under which a given free software
752 Package may be copied, modified, distributed, and/or redistributed.
753 The intent is that the Copyright Holder maintains some artistic
754 control over the development of that Package while still keeping the
755 Package available as open source and free software.
757 You are always permitted to make arrangements wholly outside of this
758 license directly with the Copyright Holder of a given Package. If the
759 terms of this license do not permit the full use that you propose to
760 make of the Package, you should contact the Copyright Holder and seek
761 a different licensing arrangement.
765 "Copyright Holder" means the individual(s) or organization(s)
766 named in the copyright notice for the entire Package.
768 "Contributor" means any party that has contributed code or other
769 material to the Package, in accordance with the Copyright Holder's
772 "You" and "your" means any person who would like to copy,
773 distribute, or modify the Package.
775 "Package" means the collection of files distributed by the
776 Copyright Holder, and derivatives of that collection and/or of
777 those files. A given Package may consist of either the Standard
778 Version, or a Modified Version.
780 "Distribute" means providing a copy of the Package or making it
781 accessible to anyone else, or in the case of a company or
782 organization, to others outside of your company or organization.
784 "Distributor Fee" means any fee that you charge for Distributing
785 this Package or providing support for this Package to another
786 party. It does not mean licensing fees.
788 "Standard Version" refers to the Package if it has not been
789 modified, or has been modified only in ways explicitly requested
790 by the Copyright Holder.
792 "Modified Version" means the Package, if it has been changed, and
793 such changes were not explicitly requested by the Copyright
796 "Original License" means this Artistic License as Distributed with
797 the Standard Version of the Package, in its current version or as
798 it may be modified by The Perl Foundation in the future.
800 "Source" form means the source code, documentation source, and
801 configuration files for the Package.
803 "Compiled" form means the compiled bytecode, object code, binary,
804 or any other form resulting from mechanical transformation or
805 translation of the Source form.
807 Permission for Use and Modification Without Distribution
809 (1) You are permitted to use the Standard Version and create and use
810 Modified Versions for any purpose without restriction, provided that
811 you do not Distribute the Modified Version.
813 Permissions for Redistribution of the Standard Version
815 (2) You may Distribute verbatim copies of the Source form of the
816 Standard Version of this Package in any medium without restriction,
817 either gratis or for a Distributor Fee, provided that you duplicate
818 all of the original copyright notices and associated disclaimers. At
819 your discretion, such verbatim copies may or may not include a
820 Compiled form of the Package.
822 (3) You may apply any bug fixes, portability changes, and other
823 modifications made available from the Copyright Holder. The resulting
824 Package will still be considered the Standard Version, and as such
825 will be subject to the Original License.
827 Distribution of Modified Versions of the Package as Source
829 (4) You may Distribute your Modified Version as Source (either gratis
830 or for a Distributor Fee, and with or without a Compiled form of the
831 Modified Version) provided that you clearly document how it differs
832 from the Standard Version, including, but not limited to, documenting
833 any non-standard features, executables, or modules, and provided that
834 you do at least ONE of the following:
836 (a) make the Modified Version available to the Copyright Holder
837 of the Standard Version, under the Original License, so that the
838 Copyright Holder may include your modifications in the Standard
841 (b) ensure that installation of your Modified Version does not
842 prevent the user installing or running the Standard Version. In
843 addition, the Modified Version must bear a name that is different
844 from the name of the Standard Version.
846 (c) allow anyone who receives a copy of the Modified Version to
847 make the Source form of the Modified Version available to others
850 (i) the Original License or
852 (ii) a license that permits the licensee to freely copy,
853 modify and redistribute the Modified Version using the same
854 licensing terms that apply to the copy that the licensee
855 received, and requires that the Source form of the Modified
856 Version, and of any works derived from it, be made freely
857 available in that license fees are prohibited but Distributor
860 Distribution of Compiled Forms of the Standard Version
861 or Modified Versions without the Source
863 (5) You may Distribute Compiled forms of the Standard Version without
864 the Source, provided that you include complete instructions on how to
865 get the Source of the Standard Version. Such instructions must be
866 valid at the time of your distribution. If these instructions, at any
867 time while you are carrying out such distribution, become invalid, you
868 must provide new instructions on demand or cease further distribution.
869 If you provide valid instructions or cease distribution within thirty
870 days after you become aware that the instructions are invalid, then
871 you do not forfeit any of your rights under this license.
873 (6) You may Distribute a Modified Version in Compiled form without
874 the Source, provided that you comply with Section 4 with respect to
875 the Source of the Modified Version.
877 Aggregating or Linking the Package
879 (7) You may aggregate the Package (either the Standard Version or
880 Modified Version) with other packages and Distribute the resulting
881 aggregation provided that you do not charge a licensing fee for the
882 Package. Distributor Fees are permitted, and licensing fees for other
883 components in the aggregation are permitted. The terms of this license
884 apply to the use and Distribution of the Standard or Modified Versions
885 as included in the aggregation.
887 (8) You are permitted to link Modified and Standard Versions with
888 other works, to embed the Package in a larger work of your own, or to
889 build stand-alone binary or bytecode versions of applications that
890 include the Package, and Distribute the result without restriction,
891 provided the result does not expose a direct interface to the Package.
893 Items That are Not Considered Part of a Modified Version
895 (9) Works (including, but not limited to, modules and scripts) that
896 merely extend or make use of the Package, do not, by themselves, cause
897 the Package to be a Modified Version. In addition, such works are not
898 considered parts of the Package itself, and are not subject to the
899 terms of this license.
903 (10) Any use, modification, and distribution of the Standard or
904 Modified Versions is governed by this Artistic License. By using,
905 modifying or distributing the Package, you accept this license. Do not
906 use, modify, or distribute the Package, if you do not accept this
909 (11) If your Modified Version has been derived from a Modified
910 Version made by someone other than you, you are nevertheless required
911 to ensure that your Modified Version complies with the requirements of
914 (12) This license does not grant you the right to use any trademark,
915 service mark, tradename, or logo of the Copyright Holder.
917 (13) This license includes the non-exclusive, worldwide,
918 free-of-charge patent license to make, have made, use, offer to sell,
919 sell, import and otherwise transfer the Package with respect to any
920 patent claims licensable by the Copyright Holder that are necessarily
921 infringed by the Package. If you institute patent litigation
922 (including a cross-claim or counterclaim) against any party alleging
923 that the Package constitutes direct or contributory patent
924 infringement, then this Artistic License to you shall terminate on the
925 date that such litigation is filed.
927 (14) Disclaimer of Warranty:
928 THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
929 IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
930 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
931 NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
932 LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
933 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
934 DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
935 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
940 - GYP, located at tools/gyp, is licensed as follows:
942 Copyright (c) 2009 Google Inc. All rights reserved.
944 Redistribution and use in source and binary forms, with or without
945 modification, are permitted provided that the following conditions are
948 * Redistributions of source code must retain the above copyright
949 notice, this list of conditions and the following disclaimer.
950 * Redistributions in binary form must reproduce the above
951 copyright notice, this list of conditions and the following disclaimer
952 in the documentation and/or other materials provided with the
954 * Neither the name of Google Inc. nor the names of its
955 contributors may be used to endorse or promote products derived from
956 this software without specific prior written permission.
958 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
959 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
960 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
961 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
962 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
963 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
964 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
965 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
966 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
967 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
968 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
971 - marked, located at tools/doc/node_modules/marked, is licensed as follows:
973 Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
975 Permission is hereby granted, free of charge, to any person obtaining a copy
976 of this software and associated documentation files (the "Software"), to deal
977 in the Software without restriction, including without limitation the rights
978 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
979 copies of the Software, and to permit persons to whom the Software is
980 furnished to do so, subject to the following conditions:
982 The above copyright notice and this permission notice shall be included in
983 all copies or substantial portions of the Software.
985 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
986 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
987 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
988 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
989 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
990 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
994 - cpplint.py, located at tools/cpplint.py, is licensed as follows:
996 Copyright (c) 2009 Google Inc. All rights reserved.
998 Redistribution and use in source and binary forms, with or without
999 modification, are permitted provided that the following conditions are
1002 * Redistributions of source code must retain the above copyright
1003 notice, this list of conditions and the following disclaimer.
1004 * Redistributions in binary form must reproduce the above
1005 copyright notice, this list of conditions and the following disclaimer
1006 in the documentation and/or other materials provided with the
1008 * Neither the name of Google Inc. nor the names of its
1009 contributors may be used to endorse or promote products derived from
1010 this software without specific prior written permission.
1012 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1013 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1014 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1015 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1016 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1017 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1018 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1019 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1020 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1021 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1022 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1025 - ESLint, located at tools/eslint, is licensed as follows:
1028 Copyright jQuery Foundation and other contributors, https://jquery.org/
1030 Permission is hereby granted, free of charge, to any person obtaining a copy
1031 of this software and associated documentation files (the "Software"), to deal
1032 in the Software without restriction, including without limitation the rights
1033 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1034 copies of the Software, and to permit persons to whom the Software is
1035 furnished to do so, subject to the following conditions:
1037 The above copyright notice and this permission notice shall be included in
1038 all copies or substantial portions of the Software.
1040 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1041 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1042 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1043 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1044 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1045 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1049 - gtest, located at deps/gtest, is licensed as follows:
1051 Copyright 2008, Google Inc.
1052 All rights reserved.
1054 Redistribution and use in source and binary forms, with or without
1055 modification, are permitted provided that the following conditions are
1058 * Redistributions of source code must retain the above copyright
1059 notice, this list of conditions and the following disclaimer.
1060 * Redistributions in binary form must reproduce the above
1061 copyright notice, this list of conditions and the following disclaimer
1062 in the documentation and/or other materials provided with the
1064 * Neither the name of Google Inc. nor the names of its
1065 contributors may be used to endorse or promote products derived from
1066 this software without specific prior written permission.
1068 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1069 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1070 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1071 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1072 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1073 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1074 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1075 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1076 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1077 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1078 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1081 - node-weak, located at test/gc/node_modules/weak, is licensed as follows:
1083 Copyright (c) 2011, Ben Noordhuis <info@bnoordhuis.nl>
1085 Permission to use, copy, modify, and/or distribute this software for any
1086 purpose with or without fee is hereby granted, provided that the above
1087 copyright notice and this permission notice appear in all copies.
1089 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1090 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1091 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1092 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1093 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1094 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1095 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1098 - v8_inspector, located at deps/v8_inspector/third_party/v8_inspector, is licensed as follows:
1100 // Copyright 2015 The Chromium Authors. All rights reserved.
1102 // Redistribution and use in source and binary forms, with or without
1103 // modification, are permitted provided that the following conditions are
1106 // * Redistributions of source code must retain the above copyright
1107 // notice, this list of conditions and the following disclaimer.
1108 // * Redistributions in binary form must reproduce the above
1109 // copyright notice, this list of conditions and the following disclaimer
1110 // in the documentation and/or other materials provided with the
1112 // * Neither the name of Google Inc. nor the names of its
1113 // contributors may be used to endorse or promote products derived from
1114 // this software without specific prior written permission.
1116 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1117 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1118 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1119 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1120 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1121 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1122 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1123 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1124 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1125 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1126 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1129 - jinja2, located at deps/v8_inspector/third_party/jinja2, is licensed as follows:
1131 Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
\r
1133 Some rights reserved.
\r
1135 Redistribution and use in source and binary forms, with or without
\r
1136 modification, are permitted provided that the following conditions are
\r
1139 * Redistributions of source code must retain the above copyright
\r
1140 notice, this list of conditions and the following disclaimer.
\r
1142 * Redistributions in binary form must reproduce the above
\r
1143 copyright notice, this list of conditions and the following
\r
1144 disclaimer in the documentation and/or other materials provided
\r
1145 with the distribution.
\r
1147 * The names of the contributors may not be used to endorse or
\r
1148 promote products derived from this software without specific
\r
1149 prior written permission.
\r
1151 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
\r
1152 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
\r
1153 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
\r
1154 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
\r
1155 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
\r
1156 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
\r
1157 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
\r
1158 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
\r
1159 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
\r
1160 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
\r
1161 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\r
1164 - markupsafe, located at deps/v8_inspector/third_party/markupsafe, is licensed as follows:
1166 Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
1169 Some rights reserved.
1171 Redistribution and use in source and binary forms of the software as well
1172 as documentation, with or without modification, are permitted provided
1173 that the following conditions are met:
1175 * Redistributions of source code must retain the above copyright
1176 notice, this list of conditions and the following disclaimer.
1178 * Redistributions in binary form must reproduce the above
1179 copyright notice, this list of conditions and the following
1180 disclaimer in the documentation and/or other materials provided
1181 with the distribution.
1183 * The names of the contributors may not be used to endorse or
1184 promote products derived from this software without specific
1185 prior written permission.
1187 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1188 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1189 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1190 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1191 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1192 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1193 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1194 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1195 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1196 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1197 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH