Node_Escargot_Release_210713_97834f7
[platform/framework/web/lwnode.git] / LICENSE.NodeJS
1 Node.js is licensed for use as follows:
2
3 """
4 Copyright Node.js contributors. All rights reserved.
5
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 This license applies to parts of Node.js originating from the
26 https://github.com/joyent/node repository:
27
28 """
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:
36
37 The above copyright notice and this permission notice shall be included in
38 all copies or substantial portions of the Software.
39
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
46 IN THE SOFTWARE.
47 """
48
49 The Node.js license applies to all parts of Node.js that are not externally
50 maintained libraries.
51
52 The externally maintained libraries used by Node.js are:
53
54 - Acorn, located at deps/acorn, is licensed as follows:
55   """
56     Copyright (C) 2012-2018 by various contributors (see AUTHORS)
57
58     Permission is hereby granted, free of charge, to any person obtaining a copy
59     of this software and associated documentation files (the "Software"), to deal
60     in the Software without restriction, including without limitation the rights
61     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
62     copies of the Software, and to permit persons to whom the Software is
63     furnished to do so, subject to the following conditions:
64
65     The above copyright notice and this permission notice shall be included in
66     all copies or substantial portions of the Software.
67
68     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
71     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
72     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
73     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
74     THE SOFTWARE.
75   """
76
77 - Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
78   """
79     Copyright (C) 2017-2018 by Adrian Heine
80
81     Permission is hereby granted, free of charge, to any person obtaining a copy
82     of this software and associated documentation files (the "Software"), to deal
83     in the Software without restriction, including without limitation the rights
84     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85     copies of the Software, and to permit persons to whom the Software is
86     furnished to do so, subject to the following conditions:
87
88     The above copyright notice and this permission notice shall be included in
89     all copies or substantial portions of the Software.
90
91     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
97     THE SOFTWARE.
98   """
99
100 - c-ares, located at deps/cares, is licensed as follows:
101   """
102     Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
103     file.
104
105     Copyright 1998 by the Massachusetts Institute of Technology.
106
107     Permission to use, copy, modify, and distribute this software and its
108     documentation for any purpose and without fee is hereby granted, provided that
109     the above copyright notice appear in all copies and that both that copyright
110     notice and this permission notice appear in supporting documentation, and that
111     the name of M.I.T. not be used in advertising or publicity pertaining to
112     distribution of the software without specific, written prior permission.
113     M.I.T. makes no representations about the suitability of this software for any
114     purpose.  It is provided "as is" without express or implied warranty.
115   """
116
117 - cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
118   """
119     MIT License
120     -----------
121
122     Copyright (C) 2018-2020 Guy Bedford
123
124     Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
125
126     The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
127
128     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
129   """
130
131 - ICU, located at deps/icu-small, is licensed as follows:
132   """
133     COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
134
135     Copyright © 1991-2020 Unicode, Inc. All rights reserved.
136     Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
137
138     Permission is hereby granted, free of charge, to any person obtaining
139     a copy of the Unicode data files and any associated documentation
140     (the "Data Files") or Unicode software and any associated documentation
141     (the "Software") to deal in the Data Files or Software
142     without restriction, including without limitation the rights to use,
143     copy, modify, merge, publish, distribute, and/or sell copies of
144     the Data Files or Software, and to permit persons to whom the Data Files
145     or Software are furnished to do so, provided that either
146     (a) this copyright and permission notice appear with all copies
147     of the Data Files or Software, or
148     (b) this copyright and permission notice appear in associated
149     Documentation.
150
151     THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
152     ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
153     WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
154     NONINFRINGEMENT OF THIRD PARTY RIGHTS.
155     IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
156     NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
157     DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
158     DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
159     TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
160     PERFORMANCE OF THE DATA FILES OR SOFTWARE.
161
162     Except as contained in this notice, the name of a copyright holder
163     shall not be used in advertising or otherwise to promote the sale,
164     use or other dealings in these Data Files or Software without prior
165     written authorization of the copyright holder.
166
167     ---------------------
168
169     Third-Party Software Licenses
170
171     This section contains third-party software notices and/or additional
172     terms for licensed third-party software components included within ICU
173     libraries.
174
175     1. ICU License - ICU 1.8.1 to ICU 57.1
176
177     COPYRIGHT AND PERMISSION NOTICE
178
179     Copyright (c) 1995-2016 International Business Machines Corporation and others
180     All rights reserved.
181
182     Permission is hereby granted, free of charge, to any person obtaining
183     a copy of this software and associated documentation files (the
184     "Software"), to deal in the Software without restriction, including
185     without limitation the rights to use, copy, modify, merge, publish,
186     distribute, and/or sell copies of the Software, and to permit persons
187     to whom the Software is furnished to do so, provided that the above
188     copyright notice(s) and this permission notice appear in all copies of
189     the Software and that both the above copyright notice(s) and this
190     permission notice appear in supporting documentation.
191
192     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
193     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
194     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
195     OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
196     HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
197     SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
198     RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
199     CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
200     CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
201
202     Except as contained in this notice, the name of a copyright holder
203     shall not be used in advertising or otherwise to promote the sale, use
204     or other dealings in this Software without prior written authorization
205     of the copyright holder.
206
207     All trademarks and registered trademarks mentioned herein are the
208     property of their respective owners.
209
210     2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
211
212      #     The Google Chrome software developed by Google is licensed under
213      # the BSD license. Other software included in this distribution is
214      # provided under other licenses, as set forth below.
215      #
216      #  The BSD License
217      #  http://opensource.org/licenses/bsd-license.php
218      #  Copyright (C) 2006-2008, Google Inc.
219      #
220      #  All rights reserved.
221      #
222      #  Redistribution and use in source and binary forms, with or without
223      # modification, are permitted provided that the following conditions are met:
224      #
225      #  Redistributions of source code must retain the above copyright notice,
226      # this list of conditions and the following disclaimer.
227      #  Redistributions in binary form must reproduce the above
228      # copyright notice, this list of conditions and the following
229      # disclaimer in the documentation and/or other materials provided with
230      # the distribution.
231      #  Neither the name of  Google Inc. nor the names of its
232      # contributors may be used to endorse or promote products derived from
233      # this software without specific prior written permission.
234      #
235      #
236      #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
237      # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
238      # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
239      # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
240      # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
241      # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
242      # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
243      # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
244      # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
245      # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
246      # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
247      # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
248      #
249      #
250      #  The word list in cjdict.txt are generated by combining three word lists
251      # listed below with further processing for compound word breaking. The
252      # frequency is generated with an iterative training against Google web
253      # corpora.
254      #
255      #  * Libtabe (Chinese)
256      #    - https://sourceforge.net/project/?group_id=1519
257      #    - Its license terms and conditions are shown below.
258      #
259      #  * IPADIC (Japanese)
260      #    - http://chasen.aist-nara.ac.jp/chasen/distribution.html
261      #    - Its license terms and conditions are shown below.
262      #
263      #  ---------COPYING.libtabe ---- BEGIN--------------------
264      #
265      #  /*
266      #   * Copyright (c) 1999 TaBE Project.
267      #   * Copyright (c) 1999 Pai-Hsiang Hsiao.
268      #   * All rights reserved.
269      #   *
270      #   * Redistribution and use in source and binary forms, with or without
271      #   * modification, are permitted provided that the following conditions
272      #   * are met:
273      #   *
274      #   * . Redistributions of source code must retain the above copyright
275      #   *   notice, this list of conditions and the following disclaimer.
276      #   * . Redistributions in binary form must reproduce the above copyright
277      #   *   notice, this list of conditions and the following disclaimer in
278      #   *   the documentation and/or other materials provided with the
279      #   *   distribution.
280      #   * . Neither the name of the TaBE Project nor the names of its
281      #   *   contributors may be used to endorse or promote products derived
282      #   *   from this software without specific prior written permission.
283      #   *
284      #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
285      #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
286      #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
287      #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
288      #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
289      #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
290      #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
291      #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
292      #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
293      #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
294      #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
295      #   * OF THE POSSIBILITY OF SUCH DAMAGE.
296      #   */
297      #
298      #  /*
299      #   * Copyright (c) 1999 Computer Systems and Communication Lab,
300      #   *                    Institute of Information Science, Academia
301      #       *                    Sinica. All rights reserved.
302      #   *
303      #   * Redistribution and use in source and binary forms, with or without
304      #   * modification, are permitted provided that the following conditions
305      #   * are met:
306      #   *
307      #   * . Redistributions of source code must retain the above copyright
308      #   *   notice, this list of conditions and the following disclaimer.
309      #   * . Redistributions in binary form must reproduce the above copyright
310      #   *   notice, this list of conditions and the following disclaimer in
311      #   *   the documentation and/or other materials provided with the
312      #   *   distribution.
313      #   * . Neither the name of the Computer Systems and Communication Lab
314      #   *   nor the names of its contributors may be used to endorse or
315      #   *   promote products derived from this software without specific
316      #   *   prior written permission.
317      #   *
318      #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
319      #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
320      #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
321      #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
322      #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
323      #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
324      #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
325      #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
326      #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
327      #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
328      #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
329      #   * OF THE POSSIBILITY OF SUCH DAMAGE.
330      #   */
331      #
332      #  Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
333      #      University of Illinois
334      #  c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
335      #
336      #  ---------------COPYING.libtabe-----END--------------------------------
337      #
338      #
339      #  ---------------COPYING.ipadic-----BEGIN-------------------------------
340      #
341      #  Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
342      #  and Technology.  All Rights Reserved.
343      #
344      #  Use, reproduction, and distribution of this software is permitted.
345      #  Any copy of this software, whether in its original form or modified,
346      #  must include both the above copyright notice and the following
347      #  paragraphs.
348      #
349      #  Nara Institute of Science and Technology (NAIST),
350      #  the copyright holders, disclaims all warranties with regard to this
351      #  software, including all implied warranties of merchantability and
352      #  fitness, in no event shall NAIST be liable for
353      #  any special, indirect or consequential damages or any damages
354      #  whatsoever resulting from loss of use, data or profits, whether in an
355      #  action of contract, negligence or other tortuous action, arising out
356      #  of or in connection with the use or performance of this software.
357      #
358      #  A large portion of the dictionary entries
359      #  originate from ICOT Free Software.  The following conditions for ICOT
360      #  Free Software applies to the current dictionary as well.
361      #
362      #  Each User may also freely distribute the Program, whether in its
363      #  original form or modified, to any third party or parties, PROVIDED
364      #  that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
365      #  on, or be attached to, the Program, which is distributed substantially
366      #  in the same form as set out herein and that such intended
367      #  distribution, if actually made, will neither violate or otherwise
368      #  contravene any of the laws and regulations of the countries having
369      #  jurisdiction over the User or the intended distribution itself.
370      #
371      #  NO WARRANTY
372      #
373      #  The program was produced on an experimental basis in the course of the
374      #  research and development conducted during the project and is provided
375      #  to users as so produced on an experimental basis.  Accordingly, the
376      #  program is provided without any warranty whatsoever, whether express,
377      #  implied, statutory or otherwise.  The term "warranty" used herein
378      #  includes, but is not limited to, any warranty of the quality,
379      #  performance, merchantability and fitness for a particular purpose of
380      #  the program and the nonexistence of any infringement or violation of
381      #  any right of any third party.
382      #
383      #  Each user of the program will agree and understand, and be deemed to
384      #  have agreed and understood, that there is no warranty whatsoever for
385      #  the program and, accordingly, the entire risk arising from or
386      #  otherwise connected with the program is assumed by the user.
387      #
388      #  Therefore, neither ICOT, the copyright holder, or any other
389      #  organization that participated in or was otherwise related to the
390      #  development of the program and their respective officials, directors,
391      #  officers and other employees shall be held liable for any and all
392      #  damages, including, without limitation, general, special, incidental
393      #  and consequential damages, arising out of or otherwise in connection
394      #  with the use or inability to use the program or any product, material
395      #  or result produced or otherwise obtained by using the program,
396      #  regardless of whether they have been advised of, or otherwise had
397      #  knowledge of, the possibility of such damages at any time during the
398      #  project or thereafter.  Each user will be deemed to have agreed to the
399      #  foregoing by his or her commencement of use of the program.  The term
400      #  "use" as used herein includes, but is not limited to, the use,
401      #  modification, copying and distribution of the program and the
402      #  production of secondary products from the program.
403      #
404      #  In the case where the program, whether in its original form or
405      #  modified, was distributed or delivered to or received by a user from
406      #  any person, organization or entity other than ICOT, unless it makes or
407      #  grants independently of ICOT any specific warranty to the user in
408      #  writing, such person, organization or entity, will also be exempted
409      #  from and not be held liable to the user for any such damages as noted
410      #  above as far as the program is concerned.
411      #
412      #  ---------------COPYING.ipadic-----END----------------------------------
413
414     3. Lao Word Break Dictionary Data (laodict.txt)
415
416      #  Copyright (c) 2013 International Business Machines Corporation
417      #  and others. All Rights Reserved.
418      #
419      # Project: http://code.google.com/p/lao-dictionary/
420      # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
421      # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
422      #              (copied below)
423      #
424      #  This file is derived from the above dictionary, with slight
425      #  modifications.
426      #  ----------------------------------------------------------------------
427      #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
428      #  All rights reserved.
429      #
430      #  Redistribution and use in source and binary forms, with or without
431      #  modification,
432      #  are permitted provided that the following conditions are met:
433      #
434      #
435      # Redistributions of source code must retain the above copyright notice, this
436      #  list of conditions and the following disclaimer. Redistributions in
437      #  binary form must reproduce the above copyright notice, this list of
438      #  conditions and the following disclaimer in the documentation and/or
439      #  other materials provided with the distribution.
440      #
441      #
442      # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
443      # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
444      # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
445      # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
446      # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
447      # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
448      # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
449      # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
450      # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
451      # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
452      # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
453      # OF THE POSSIBILITY OF SUCH DAMAGE.
454      #  --------------------------------------------------------------------------
455
456     4. Burmese Word Break Dictionary Data (burmesedict.txt)
457
458      #  Copyright (c) 2014 International Business Machines Corporation
459      #  and others. All Rights Reserved.
460      #
461      #  This list is part of a project hosted at:
462      #    github.com/kanyawtech/myanmar-karen-word-lists
463      #
464      #  --------------------------------------------------------------------------
465      #  Copyright (c) 2013, LeRoy Benjamin Sharon
466      #  All rights reserved.
467      #
468      #  Redistribution and use in source and binary forms, with or without
469      #  modification, are permitted provided that the following conditions
470      #  are met: Redistributions of source code must retain the above
471      #  copyright notice, this list of conditions and the following
472      #  disclaimer.  Redistributions in binary form must reproduce the
473      #  above copyright notice, this list of conditions and the following
474      #  disclaimer in the documentation and/or other materials provided
475      #  with the distribution.
476      #
477      #    Neither the name Myanmar Karen Word Lists, nor the names of its
478      #    contributors may be used to endorse or promote products derived
479      #    from this software without specific prior written permission.
480      #
481      #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
482      #  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
483      #  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
484      #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
485      #  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
486      #  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
487      #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
488      #  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
489      #  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
490      #  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
491      #  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
492      #  THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
493      #  SUCH DAMAGE.
494      #  --------------------------------------------------------------------------
495
496     5. Time Zone Database
497
498       ICU uses the public domain data and code derived from Time Zone
499     Database for its time zone support. The ownership of the TZ database
500     is explained in BCP 175: Procedure for Maintaining the Time Zone
501     Database section 7.
502
503      # 7.  Database Ownership
504      #
505      #    The TZ database itself is not an IETF Contribution or an IETF
506      #    document.  Rather it is a pre-existing and regularly updated work
507      #    that is in the public domain, and is intended to remain in the
508      #    public domain.  Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
509      #    not apply to the TZ Database or contributions that individuals make
510      #    to it.  Should any claims be made and substantiated against the TZ
511      #    Database, the organization that is providing the IANA
512      #    Considerations defined in this RFC, under the memorandum of
513      #    understanding with the IETF, currently ICANN, may act in accordance
514      #    with all competent court orders.  No ownership claims will be made
515      #    by ICANN or the IETF Trust on the database or the code.  Any person
516      #    making a contribution to the database or code waives all rights to
517      #    future claims in that contribution or in the TZ Database.
518
519     6. Google double-conversion
520
521     Copyright 2006-2011, the V8 project authors. All rights reserved.
522     Redistribution and use in source and binary forms, with or without
523     modification, are permitted provided that the following conditions are
524     met:
525
526         * Redistributions of source code must retain the above copyright
527           notice, this list of conditions and the following disclaimer.
528         * Redistributions in binary form must reproduce the above
529           copyright notice, this list of conditions and the following
530           disclaimer in the documentation and/or other materials provided
531           with the distribution.
532         * Neither the name of Google Inc. nor the names of its
533           contributors may be used to endorse or promote products derived
534           from this software without specific prior written permission.
535
536     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
537     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
538     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
539     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
540     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
541     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
542     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
543     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
544     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
545     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
546     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
547   """
548
549 - libuv, located at deps/uv, is licensed as follows:
550   """
551     libuv is licensed for use as follows:
552
553     ====
554     Copyright (c) 2015-present libuv project contributors.
555
556     Permission is hereby granted, free of charge, to any person obtaining a copy
557     of this software and associated documentation files (the "Software"), to
558     deal in the Software without restriction, including without limitation the
559     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
560     sell copies of the Software, and to permit persons to whom the Software is
561     furnished to do so, subject to the following conditions:
562
563     The above copyright notice and this permission notice shall be included in
564     all copies or substantial portions of the Software.
565
566     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
567     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
568     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
569     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
570     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
571     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
572     IN THE SOFTWARE.
573     ====
574
575     This license applies to parts of libuv originating from the
576     https://github.com/joyent/libuv repository:
577
578     ====
579
580     Copyright Joyent, Inc. and other Node contributors. All rights reserved.
581     Permission is hereby granted, free of charge, to any person obtaining a copy
582     of this software and associated documentation files (the "Software"), to
583     deal in the Software without restriction, including without limitation the
584     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
585     sell copies of the Software, and to permit persons to whom the Software is
586     furnished to do so, subject to the following conditions:
587
588     The above copyright notice and this permission notice shall be included in
589     all copies or substantial portions of the Software.
590
591     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
592     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
593     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
594     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
595     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
596     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
597     IN THE SOFTWARE.
598
599     ====
600
601     This license applies to all parts of libuv that are not externally
602     maintained libraries.
603
604     The externally maintained libraries used by libuv are:
605
606       - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
607
608       - inet_pton and inet_ntop implementations, contained in src/inet.c, are
609         copyright the Internet Systems Consortium, Inc., and licensed under the ISC
610         license.
611
612       - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
613         clause BSD license.
614
615       - pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
616         Three clause BSD license.
617
618       - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
619         Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
620         n° 289016). Three clause BSD license.
621   """
622
623 - llhttp, located at deps/llhttp, is licensed as follows:
624   """
625     This software is licensed under the MIT License.
626
627     Copyright Fedor Indutny, 2018.
628
629     Permission is hereby granted, free of charge, to any person obtaining a
630     copy of this software and associated documentation files (the
631     "Software"), to deal in the Software without restriction, including
632     without limitation the rights to use, copy, modify, merge, publish,
633     distribute, sublicense, and/or sell copies of the Software, and to permit
634     persons to whom the Software is furnished to do so, subject to the
635     following conditions:
636
637     The above copyright notice and this permission notice shall be included
638     in all copies or substantial portions of the Software.
639
640     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
641     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
642     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
643     NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
644     DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
645     OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
646     USE OR OTHER DEALINGS IN THE SOFTWARE.
647   """
648
649 - OpenSSL, located at deps/openssl, is licensed as follows:
650   """
651     Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.
652
653     Redistribution and use in source and binary forms, with or without
654     modification, are permitted provided that the following conditions
655     are met:
656
657     1. Redistributions of source code must retain the above copyright
658     notice, this list of conditions and the following disclaimer.
659
660     2. Redistributions in binary form must reproduce the above copyright
661     notice, this list of conditions and the following disclaimer in
662     the documentation and/or other materials provided with the
663     distribution.
664
665     3. All advertising materials mentioning features or use of this
666     software must display the following acknowledgment:
667     "This product includes software developed by the OpenSSL Project
668     for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
669
670     4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
671     endorse or promote products derived from this software without
672     prior written permission. For written permission, please contact
673     openssl-core@openssl.org.
674
675     5. Products derived from this software may not be called "OpenSSL"
676     nor may "OpenSSL" appear in their names without prior written
677     permission of the OpenSSL Project.
678
679     6. Redistributions of any form whatsoever must retain the following
680     acknowledgment:
681     "This product includes software developed by the OpenSSL Project
682     for use in the OpenSSL Toolkit (http://www.openssl.org/)"
683
684     THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
685     EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
686     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
687     PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
688     ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
689     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
690     NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
691     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
692     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
693     STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
694     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
695     OF THE POSSIBILITY OF SUCH DAMAGE.
696     ====================================================================
697
698     This product includes cryptographic software written by Eric Young
699     (eay@cryptsoft.com).  This product includes software written by Tim
700     Hudson (tjh@cryptsoft.com).
701   """
702
703 - Punycode.js, located at lib/punycode.js, is licensed as follows:
704   """
705     Copyright Mathias Bynens <https://mathiasbynens.be/>
706
707     Permission is hereby granted, free of charge, to any person obtaining
708     a copy of this software and associated documentation files (the
709     "Software"), to deal in the Software without restriction, including
710     without limitation the rights to use, copy, modify, merge, publish,
711     distribute, sublicense, and/or sell copies of the Software, and to
712     permit persons to whom the Software is furnished to do so, subject to
713     the following conditions:
714
715     The above copyright notice and this permission notice shall be
716     included in all copies or substantial portions of the Software.
717
718     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
719     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
720     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
721     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
722     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
723     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
724     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
725   """
726
727 - V8, located at deps/v8, is licensed as follows:
728   """
729     This license applies to all parts of V8 that are not externally
730     maintained libraries.  The externally maintained libraries used by V8
731     are:
732
733       - PCRE test suite, located in
734         test/mjsunit/third_party/regexp-pcre/regexp-pcre.js.  This is based on the
735         test suite from PCRE-7.3, which is copyrighted by the University
736         of Cambridge and Google, Inc.  The copyright notice and license
737         are embedded in regexp-pcre.js.
738
739       - Layout tests, located in test/mjsunit/third_party/object-keys.  These are
740         based on layout tests from webkit.org which are copyrighted by
741         Apple Computer, Inc. and released under a 3-clause BSD license.
742
743       - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
744         assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
745         assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
746         assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
747         assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
748         This code is copyrighted by Sun Microsystems Inc. and released
749         under a 3-clause BSD license.
750
751       - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
752         This is released under the BSD license.
753
754       - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
755         This is released under the Apache license. The API's upstream prototype
756         implementation also formed the basis of V8's implementation in
757         src/wasm/c-api.cc.
758
759     These libraries have their own licenses; we recommend you read them,
760     as their terms may differ from the terms below.
761
762     Further license information can be found in LICENSE files located in
763     sub-directories.
764
765     Copyright 2014, the V8 project authors. All rights reserved.
766     Redistribution and use in source and binary forms, with or without
767     modification, are permitted provided that the following conditions are
768     met:
769
770         * Redistributions of source code must retain the above copyright
771           notice, this list of conditions and the following disclaimer.
772         * Redistributions in binary form must reproduce the above
773           copyright notice, this list of conditions and the following
774           disclaimer in the documentation and/or other materials provided
775           with the distribution.
776         * Neither the name of Google Inc. nor the names of its
777           contributors may be used to endorse or promote products derived
778           from this software without specific prior written permission.
779
780     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
781     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
782     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
783     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
784     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
785     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
786     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
787     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
788     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
789     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
790     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
791   """
792
793 - SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
794   """
795     SipHash reference C implementation
796
797     Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
798
799     To the extent possible under law, the author(s) have dedicated all
800     copyright and related and neighboring rights to this software to the public
801     domain worldwide. This software is distributed without any warranty.
802   """
803
804 - zlib, located at deps/zlib, is licensed as follows:
805   """
806     zlib.h -- interface of the 'zlib' general purpose compression library
807     version 1.2.11, January 15th, 2017
808
809     Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
810
811     This software is provided 'as-is', without any express or implied
812     warranty.  In no event will the authors be held liable for any damages
813     arising from the use of this software.
814
815     Permission is granted to anyone to use this software for any purpose,
816     including commercial applications, and to alter it and redistribute it
817     freely, subject to the following restrictions:
818
819     1. The origin of this software must not be misrepresented; you must not
820     claim that you wrote the original software. If you use this software
821     in a product, an acknowledgment in the product documentation would be
822     appreciated but is not required.
823     2. Altered source versions must be plainly marked as such, and must not be
824     misrepresented as being the original software.
825     3. This notice may not be removed or altered from any source distribution.
826
827     Jean-loup Gailly        Mark Adler
828     jloup@gzip.org          madler@alumni.caltech.edu
829   """
830
831 - npm, located at deps/npm, is licensed as follows:
832   """
833     The npm application
834     Copyright (c) npm, Inc. and Contributors
835     Licensed on the terms of The Artistic License 2.0
836
837     Node package dependencies of the npm application
838     Copyright (c) their respective copyright owners
839     Licensed on their respective license terms
840
841     The npm public registry at https://registry.npmjs.org
842     and the npm website at https://www.npmjs.com
843     Operated by npm, Inc.
844     Use governed by terms published on https://www.npmjs.com
845
846     "Node.js"
847     Trademark Joyent, Inc., https://joyent.com
848     Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
849
850     The Node.js application
851     Project of Node Foundation, https://nodejs.org
852
853     The npm Logo
854     Copyright (c) Mathias Pettersson and Brian Hammond
855
856     "Gubblebum Blocky" typeface
857     Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
858     Used with permission
859
860     --------
861
862     The Artistic License 2.0
863
864     Copyright (c) 2000-2006, The Perl Foundation.
865
866     Everyone is permitted to copy and distribute verbatim copies
867     of this license document, but changing it is not allowed.
868
869     Preamble
870
871     This license establishes the terms under which a given free software
872     Package may be copied, modified, distributed, and/or redistributed.
873     The intent is that the Copyright Holder maintains some artistic
874     control over the development of that Package while still keeping the
875     Package available as open source and free software.
876
877     You are always permitted to make arrangements wholly outside of this
878     license directly with the Copyright Holder of a given Package.  If the
879     terms of this license do not permit the full use that you propose to
880     make of the Package, you should contact the Copyright Holder and seek
881     a different licensing arrangement.
882
883     Definitions
884
885         "Copyright Holder" means the individual(s) or organization(s)
886         named in the copyright notice for the entire Package.
887
888         "Contributor" means any party that has contributed code or other
889         material to the Package, in accordance with the Copyright Holder's
890         procedures.
891
892         "You" and "your" means any person who would like to copy,
893         distribute, or modify the Package.
894
895         "Package" means the collection of files distributed by the
896         Copyright Holder, and derivatives of that collection and/or of
897         those files. A given Package may consist of either the Standard
898         Version, or a Modified Version.
899
900         "Distribute" means providing a copy of the Package or making it
901         accessible to anyone else, or in the case of a company or
902         organization, to others outside of your company or organization.
903
904         "Distributor Fee" means any fee that you charge for Distributing
905         this Package or providing support for this Package to another
906         party.  It does not mean licensing fees.
907
908         "Standard Version" refers to the Package if it has not been
909         modified, or has been modified only in ways explicitly requested
910         by the Copyright Holder.
911
912         "Modified Version" means the Package, if it has been changed, and
913         such changes were not explicitly requested by the Copyright
914         Holder.
915
916         "Original License" means this Artistic License as Distributed with
917         the Standard Version of the Package, in its current version or as
918         it may be modified by The Perl Foundation in the future.
919
920         "Source" form means the source code, documentation source, and
921         configuration files for the Package.
922
923         "Compiled" form means the compiled bytecode, object code, binary,
924         or any other form resulting from mechanical transformation or
925         translation of the Source form.
926
927     Permission for Use and Modification Without Distribution
928
929     (1)  You are permitted to use the Standard Version and create and use
930     Modified Versions for any purpose without restriction, provided that
931     you do not Distribute the Modified Version.
932
933     Permissions for Redistribution of the Standard Version
934
935     (2)  You may Distribute verbatim copies of the Source form of the
936     Standard Version of this Package in any medium without restriction,
937     either gratis or for a Distributor Fee, provided that you duplicate
938     all of the original copyright notices and associated disclaimers.  At
939     your discretion, such verbatim copies may or may not include a
940     Compiled form of the Package.
941
942     (3)  You may apply any bug fixes, portability changes, and other
943     modifications made available from the Copyright Holder.  The resulting
944     Package will still be considered the Standard Version, and as such
945     will be subject to the Original License.
946
947     Distribution of Modified Versions of the Package as Source
948
949     (4)  You may Distribute your Modified Version as Source (either gratis
950     or for a Distributor Fee, and with or without a Compiled form of the
951     Modified Version) provided that you clearly document how it differs
952     from the Standard Version, including, but not limited to, documenting
953     any non-standard features, executables, or modules, and provided that
954     you do at least ONE of the following:
955
956         (a)  make the Modified Version available to the Copyright Holder
957         of the Standard Version, under the Original License, so that the
958         Copyright Holder may include your modifications in the Standard
959         Version.
960
961         (b)  ensure that installation of your Modified Version does not
962         prevent the user installing or running the Standard Version. In
963         addition, the Modified Version must bear a name that is different
964         from the name of the Standard Version.
965
966         (c)  allow anyone who receives a copy of the Modified Version to
967         make the Source form of the Modified Version available to others
968         under
969
970             (i)  the Original License or
971
972             (ii)  a license that permits the licensee to freely copy,
973             modify and redistribute the Modified Version using the same
974             licensing terms that apply to the copy that the licensee
975             received, and requires that the Source form of the Modified
976             Version, and of any works derived from it, be made freely
977             available in that license fees are prohibited but Distributor
978             Fees are allowed.
979
980     Distribution of Compiled Forms of the Standard Version
981     or Modified Versions without the Source
982
983     (5)  You may Distribute Compiled forms of the Standard Version without
984     the Source, provided that you include complete instructions on how to
985     get the Source of the Standard Version.  Such instructions must be
986     valid at the time of your distribution.  If these instructions, at any
987     time while you are carrying out such distribution, become invalid, you
988     must provide new instructions on demand or cease further distribution.
989     If you provide valid instructions or cease distribution within thirty
990     days after you become aware that the instructions are invalid, then
991     you do not forfeit any of your rights under this license.
992
993     (6)  You may Distribute a Modified Version in Compiled form without
994     the Source, provided that you comply with Section 4 with respect to
995     the Source of the Modified Version.
996
997     Aggregating or Linking the Package
998
999     (7)  You may aggregate the Package (either the Standard Version or
1000     Modified Version) with other packages and Distribute the resulting
1001     aggregation provided that you do not charge a licensing fee for the
1002     Package.  Distributor Fees are permitted, and licensing fees for other
1003     components in the aggregation are permitted. The terms of this license
1004     apply to the use and Distribution of the Standard or Modified Versions
1005     as included in the aggregation.
1006
1007     (8) You are permitted to link Modified and Standard Versions with
1008     other works, to embed the Package in a larger work of your own, or to
1009     build stand-alone binary or bytecode versions of applications that
1010     include the Package, and Distribute the result without restriction,
1011     provided the result does not expose a direct interface to the Package.
1012
1013     Items That are Not Considered Part of a Modified Version
1014
1015     (9) Works (including, but not limited to, modules and scripts) that
1016     merely extend or make use of the Package, do not, by themselves, cause
1017     the Package to be a Modified Version.  In addition, such works are not
1018     considered parts of the Package itself, and are not subject to the
1019     terms of this license.
1020
1021     General Provisions
1022
1023     (10)  Any use, modification, and distribution of the Standard or
1024     Modified Versions is governed by this Artistic License. By using,
1025     modifying or distributing the Package, you accept this license. Do not
1026     use, modify, or distribute the Package, if you do not accept this
1027     license.
1028
1029     (11)  If your Modified Version has been derived from a Modified
1030     Version made by someone other than you, you are nevertheless required
1031     to ensure that your Modified Version complies with the requirements of
1032     this license.
1033
1034     (12)  This license does not grant you the right to use any trademark,
1035     service mark, tradename, or logo of the Copyright Holder.
1036
1037     (13)  This license includes the non-exclusive, worldwide,
1038     free-of-charge patent license to make, have made, use, offer to sell,
1039     sell, import and otherwise transfer the Package with respect to any
1040     patent claims licensable by the Copyright Holder that are necessarily
1041     infringed by the Package. If you institute patent litigation
1042     (including a cross-claim or counterclaim) against any party alleging
1043     that the Package constitutes direct or contributory patent
1044     infringement, then this Artistic License to you shall terminate on the
1045     date that such litigation is filed.
1046
1047     (14)  Disclaimer of Warranty:
1048     THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
1049     IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
1050     WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1051     NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
1052     LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
1053     BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1054     DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
1055     ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1056
1057     --------
1058   """
1059
1060 - GYP, located at tools/gyp, is licensed as follows:
1061   """
1062     Copyright (c) 2020 Node.js contributors. All rights reserved.
1063     Copyright (c) 2009 Google Inc. All rights reserved.
1064
1065     Redistribution and use in source and binary forms, with or without
1066     modification, are permitted provided that the following conditions are
1067     met:
1068
1069        * Redistributions of source code must retain the above copyright
1070     notice, this list of conditions and the following disclaimer.
1071        * Redistributions in binary form must reproduce the above
1072     copyright notice, this list of conditions and the following disclaimer
1073     in the documentation and/or other materials provided with the
1074     distribution.
1075        * Neither the name of Google Inc. nor the names of its
1076     contributors may be used to endorse or promote products derived from
1077     this software without specific prior written permission.
1078
1079     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1080     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1081     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1082     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1083     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1084     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1085     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1086     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1087     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1088     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1089     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1090   """
1091
1092 - inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
1093   """
1094     // Copyright 2016 The Chromium Authors. All rights reserved.
1095     //
1096     // Redistribution and use in source and binary forms, with or without
1097     // modification, are permitted provided that the following conditions are
1098     // met:
1099     //
1100     //    * Redistributions of source code must retain the above copyright
1101     // notice, this list of conditions and the following disclaimer.
1102     //    * Redistributions in binary form must reproduce the above
1103     // copyright notice, this list of conditions and the following disclaimer
1104     // in the documentation and/or other materials provided with the
1105     // distribution.
1106     //    * Neither the name of Google Inc. nor the names of its
1107     // contributors may be used to endorse or promote products derived from
1108     // this software without specific prior written permission.
1109     //
1110     // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1111     // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1112     // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1113     // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1114     // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1115     // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1116     // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1117     // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1118     // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1119     // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1120     // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1121   """
1122
1123 - jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
1124   """
1125     Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
1126
1127     Some rights reserved.
1128
1129     Redistribution and use in source and binary forms, with or without
1130     modification, are permitted provided that the following conditions are
1131     met:
1132
1133         * Redistributions of source code must retain the above copyright
1134           notice, this list of conditions and the following disclaimer.
1135
1136         * Redistributions in binary form must reproduce the above
1137           copyright notice, this list of conditions and the following
1138           disclaimer in the documentation and/or other materials provided
1139           with the distribution.
1140
1141         * The names of the contributors may not be used to endorse or
1142           promote products derived from this software without specific
1143           prior written permission.
1144
1145     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1146     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1147     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1148     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1149     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1150     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1151     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1152     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1153     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1154     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1155     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1156   """
1157
1158 - markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
1159   """
1160     Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
1161     for more details.
1162
1163     Some rights reserved.
1164
1165     Redistribution and use in source and binary forms of the software as well
1166     as documentation, with or without modification, are permitted provided
1167     that the following conditions are met:
1168
1169     * Redistributions of source code must retain the above copyright
1170       notice, this list of conditions and the following disclaimer.
1171
1172     * Redistributions in binary form must reproduce the above
1173       copyright notice, this list of conditions and the following
1174       disclaimer in the documentation and/or other materials provided
1175       with the distribution.
1176
1177     * The names of the contributors may not be used to endorse or
1178       promote products derived from this software without specific
1179       prior written permission.
1180
1181     THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1182     CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1183     NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1184     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1185     OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1186     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1187     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1188     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1189     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1190     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1191     SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1192     DAMAGE.
1193   """
1194
1195 - cpplint.py, located at tools/cpplint.py, is licensed as follows:
1196   """
1197     Copyright (c) 2009 Google Inc. All rights reserved.
1198
1199     Redistribution and use in source and binary forms, with or without
1200     modification, are permitted provided that the following conditions are
1201     met:
1202
1203        * Redistributions of source code must retain the above copyright
1204     notice, this list of conditions and the following disclaimer.
1205        * Redistributions in binary form must reproduce the above
1206     copyright notice, this list of conditions and the following disclaimer
1207     in the documentation and/or other materials provided with the
1208     distribution.
1209        * Neither the name of Google Inc. nor the names of its
1210     contributors may be used to endorse or promote products derived from
1211     this software without specific prior written permission.
1212
1213     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1214     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1215     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1216     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1217     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1218     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1219     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1220     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1221     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1222     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1223     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1224   """
1225
1226 - ESLint, located at tools/node_modules/eslint, is licensed as follows:
1227   """
1228     Copyright JS Foundation and other contributors, https://js.foundation
1229
1230     Permission is hereby granted, free of charge, to any person obtaining a copy
1231     of this software and associated documentation files (the "Software"), to deal
1232     in the Software without restriction, including without limitation the rights
1233     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1234     copies of the Software, and to permit persons to whom the Software is
1235     furnished to do so, subject to the following conditions:
1236
1237     The above copyright notice and this permission notice shall be included in
1238     all copies or substantial portions of the Software.
1239
1240     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1241     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1242     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1243     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1244     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1245     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1246     THE SOFTWARE.
1247   """
1248
1249 - babel-eslint, located at tools/node_modules/babel-eslint, is licensed as follows:
1250   """
1251     Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
1252
1253     MIT License
1254
1255     Permission is hereby granted, free of charge, to any person obtaining
1256     a copy of this software and associated documentation files (the
1257     "Software"), to deal in the Software without restriction, including
1258     without limitation the rights to use, copy, modify, merge, publish,
1259     distribute, sublicense, and/or sell copies of the Software, and to
1260     permit persons to whom the Software is furnished to do so, subject to
1261     the following conditions:
1262
1263     The above copyright notice and this permission notice shall be
1264     included in all copies or substantial portions of the Software.
1265
1266     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1267     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1268     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1269     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1270     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1271     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1272     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1273   """
1274
1275 - gtest, located at test/cctest/gtest, is licensed as follows:
1276   """
1277     Copyright 2008, Google Inc.
1278     All rights reserved.
1279
1280     Redistribution and use in source and binary forms, with or without
1281     modification, are permitted provided that the following conditions are
1282     met:
1283
1284         * Redistributions of source code must retain the above copyright
1285     notice, this list of conditions and the following disclaimer.
1286         * Redistributions in binary form must reproduce the above
1287     copyright notice, this list of conditions and the following disclaimer
1288     in the documentation and/or other materials provided with the
1289     distribution.
1290         * Neither the name of Google Inc. nor the names of its
1291     contributors may be used to endorse or promote products derived from
1292     this software without specific prior written permission.
1293
1294     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1295     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1296     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1297     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1298     OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1299     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1300     LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1301     DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1302     THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1303     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1304     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1305   """
1306
1307 - nghttp2, located at deps/nghttp2, is licensed as follows:
1308   """
1309     The MIT License
1310
1311     Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
1312     Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
1313
1314     Permission is hereby granted, free of charge, to any person obtaining
1315     a copy of this software and associated documentation files (the
1316     "Software"), to deal in the Software without restriction, including
1317     without limitation the rights to use, copy, modify, merge, publish,
1318     distribute, sublicense, and/or sell copies of the Software, and to
1319     permit persons to whom the Software is furnished to do so, subject to
1320     the following conditions:
1321
1322     The above copyright notice and this permission notice shall be
1323     included in all copies or substantial portions of the Software.
1324
1325     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1326     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1327     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1328     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1329     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1330     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1331     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1332   """
1333
1334 - node-inspect, located at deps/node-inspect, is licensed as follows:
1335   """
1336     Copyright Node.js contributors. All rights reserved.
1337
1338     Permission is hereby granted, free of charge, to any person obtaining a copy
1339     of this software and associated documentation files (the "Software"), to
1340     deal in the Software without restriction, including without limitation the
1341     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1342     sell copies of the Software, and to permit persons to whom the Software is
1343     furnished to do so, subject to the following conditions:
1344
1345     The above copyright notice and this permission notice shall be included in
1346     all copies or substantial portions of the Software.
1347
1348     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1349     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1350     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1351     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1352     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1353     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1354     IN THE SOFTWARE.
1355   """
1356
1357 - large_pages, located at src/large_pages, is licensed as follows:
1358   """
1359      Copyright (C) 2018 Intel Corporation
1360
1361      Permission is hereby granted, free of charge, to any person obtaining a copy
1362      of this software and associated documentation files (the "Software"),
1363      to deal in the Software without restriction, including without limitation
1364      the rights to use, copy, modify, merge, publish, distribute, sublicense,
1365      and/or sell copies of the Software, and to permit persons to whom
1366      the Software is furnished to do so, subject to the following conditions:
1367
1368      The above copyright notice and this permission notice shall be included
1369      in all copies or substantial portions of the Software.
1370
1371      THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1372      OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1373      FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1374      THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
1375      OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1376      ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1377      OR OTHER DEALINGS IN THE SOFTWARE.
1378   """
1379
1380 - caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
1381   """
1382      Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
1383      Copyright (C) 2018 Agoric
1384
1385      Licensed under the Apache License, Version 2.0 (the "License");
1386      you may not use this file except in compliance with the License.
1387      You may obtain a copy of the License at
1388
1389      http://www.apache.org/licenses/LICENSE-2.0
1390
1391      Unless required by applicable law or agreed to in writing, software
1392      distributed under the License is distributed on an "AS IS" BASIS,
1393      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1394      See the License for the specific language governing permissions and
1395      limitations under the License.
1396   """
1397
1398 - brotli, located at deps/brotli, is licensed as follows:
1399   """
1400     Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
1401
1402     Permission is hereby granted, free of charge, to any person obtaining a copy
1403     of this software and associated documentation files (the "Software"), to deal
1404     in the Software without restriction, including without limitation the rights
1405     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1406     copies of the Software, and to permit persons to whom the Software is
1407     furnished to do so, subject to the following conditions:
1408
1409     The above copyright notice and this permission notice shall be included in
1410     all copies or substantial portions of the Software.
1411
1412     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1413     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1414     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
1415     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1416     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1417     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1418     THE SOFTWARE.
1419   """
1420
1421 - HdrHistogram, located at deps/histogram, is licensed as follows:
1422   """
1423     The code in this repository code was Written by Gil Tene, Michael Barker,
1424     and Matt Warren, and released to the public domain, as explained at
1425     http://creativecommons.org/publicdomain/zero/1.0/
1426
1427     For users of this code who wish to consume it under the "BSD" license
1428     rather than under the public domain or CC0 contribution text mentioned
1429     above, the code found under this directory is *also* provided under the
1430     following license (commonly referred to as the BSD 2-Clause License). This
1431     license does not detract from the above stated release of the code into
1432     the public domain, and simply represents an additional license granted by
1433     the Author.
1434
1435     -----------------------------------------------------------------------------
1436     ** Beginning of "BSD 2-Clause License" text. **
1437
1438      Copyright (c) 2012, 2013, 2014 Gil Tene
1439      Copyright (c) 2014 Michael Barker
1440      Copyright (c) 2014 Matt Warren
1441      All rights reserved.
1442
1443      Redistribution and use in source and binary forms, with or without
1444      modification, are permitted provided that the following conditions are met:
1445
1446      1. Redistributions of source code must retain the above copyright notice,
1447         this list of conditions and the following disclaimer.
1448
1449      2. Redistributions in binary form must reproduce the above copyright notice,
1450         this list of conditions and the following disclaimer in the documentation
1451         and/or other materials provided with the distribution.
1452
1453      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1454      AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1455      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1456      ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
1457      LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1458      CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1459      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1460      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1461      CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1462      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
1463      THE POSSIBILITY OF SUCH DAMAGE.
1464   """
1465
1466 - highlight.js, located at doc/api_assets/highlight.pack.js, is licensed as follows:
1467   """
1468     BSD 3-Clause License
1469
1470     Copyright (c) 2006, Ivan Sagalaev.
1471     All rights reserved.
1472
1473     Redistribution and use in source and binary forms, with or without
1474     modification, are permitted provided that the following conditions are met:
1475
1476     * Redistributions of source code must retain the above copyright notice, this
1477       list of conditions and the following disclaimer.
1478
1479     * Redistributions in binary form must reproduce the above copyright notice,
1480       this list of conditions and the following disclaimer in the documentation
1481       and/or other materials provided with the distribution.
1482
1483     * Neither the name of the copyright holder nor the names of its
1484       contributors may be used to endorse or promote products derived from
1485       this software without specific prior written permission.
1486
1487     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1488     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1489     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1490     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1491     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1492     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1493     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1494     CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1495     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1496     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1497   """
1498
1499 - node-heapdump, located at src/heap_utils.cc, is licensed as follows:
1500   """
1501     ISC License
1502
1503     Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
1504
1505     Permission to use, copy, modify, and/or distribute this software for any
1506     purpose with or without fee is hereby granted, provided that the above
1507     copyright notice and this permission notice appear in all copies.
1508
1509     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1510     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1511     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1512     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1513     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1514     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1515     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1516
1517     === src/compat.h src/compat-inl.h ===
1518
1519     ISC License
1520
1521     Copyright (c) 2014, StrongLoop Inc.
1522
1523     Permission to use, copy, modify, and/or distribute this software for any
1524     purpose with or without fee is hereby granted, provided that the above
1525     copyright notice and this permission notice appear in all copies.
1526
1527     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1528     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1529     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1530     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1531     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1532     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1533     OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1534   """
1535
1536 - rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
1537   """
1538     The ISC License
1539
1540     Copyright (c) Isaac Z. Schlueter and Contributors
1541
1542     Permission to use, copy, modify, and/or distribute this software for any
1543     purpose with or without fee is hereby granted, provided that the above
1544     copyright notice and this permission notice appear in all copies.
1545
1546     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1547     WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1548     MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1549     ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1550     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1551     ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1552     IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1553   """
1554
1555 - uvwasi, located at deps/uvwasi, is licensed as follows:
1556   """
1557     MIT License
1558
1559     Copyright (c) 2019 Colin Ihrig and Contributors
1560
1561     Permission is hereby granted, free of charge, to any person obtaining a copy
1562     of this software and associated documentation files (the "Software"), to deal
1563     in the Software without restriction, including without limitation the rights
1564     to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1565     copies of the Software, and to permit persons to whom the Software is
1566     furnished to do so, subject to the following conditions:
1567
1568     The above copyright notice and this permission notice shall be included in all
1569     copies or substantial portions of the Software.
1570
1571     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1572     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1573     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1574     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1575     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1576     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1577     SOFTWARE.
1578   """