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