• 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      LICENSE ISSUES
640      ==============
641
642      The OpenSSL toolkit stays under a double license, i.e. both the conditions of
643      the OpenSSL License and the original SSLeay license apply to the toolkit.
644      See below for the actual license texts.
645
646      OpenSSL License
647      ---------------
648
649    /* ====================================================================
650     * Copyright (c) 1998-2019 The OpenSSL Project.  All rights reserved.
651     *
652     * Redistribution and use in source and binary forms, with or without
653     * modification, are permitted provided that the following conditions
654     * are met:
655     *
656     * 1. Redistributions of source code must retain the above copyright
657     *    notice, this list of conditions and the following disclaimer.
658     *
659     * 2. Redistributions in binary form must reproduce the above copyright
660     *    notice, this list of conditions and the following disclaimer in
661     *    the documentation and/or other materials provided with the
662     *    distribution.
663     *
664     * 3. All advertising materials mentioning features or use of this
665     *    software must display the following acknowledgment:
666     *    "This product includes software developed by the OpenSSL Project
667     *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
668     *
669     * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
670     *    endorse or promote products derived from this software without
671     *    prior written permission. For written permission, please contact
672     *    openssl-core@openssl.org.
673     *
674     * 5. Products derived from this software may not be called "OpenSSL"
675     *    nor may "OpenSSL" appear in their names without prior written
676     *    permission of the OpenSSL Project.
677     *
678     * 6. Redistributions of any form whatsoever must retain the following
679     *    acknowledgment:
680     *    "This product includes software developed by the OpenSSL Project
681     *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
682     *
683     * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
684     * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
685     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
686     * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
687     * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
688     * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
689     * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
690     * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
691     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
692     * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
693     * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
694     * OF THE POSSIBILITY OF SUCH DAMAGE.
695     * ====================================================================
696     *
697     * This product includes cryptographic software written by Eric Young
698     * (eay@cryptsoft.com).  This product includes software written by Tim
699     * Hudson (tjh@cryptsoft.com).
700     *
701     */
702
703     Original SSLeay License
704     -----------------------
705
706    /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
707     * All rights reserved.
708     *
709     * This package is an SSL implementation written
710     * by Eric Young (eay@cryptsoft.com).
711     * The implementation was written so as to conform with Netscapes SSL.
712     *
713     * This library is free for commercial and non-commercial use as long as
714     * the following conditions are aheared to.  The following conditions
715     * apply to all code found in this distribution, be it the RC4, RSA,
716     * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
717     * included with this distribution is covered by the same copyright terms
718     * except that the holder is Tim Hudson (tjh@cryptsoft.com).
719     *
720     * Copyright remains Eric Young's, and as such any Copyright notices in
721     * the code are not to be removed.
722     * If this package is used in a product, Eric Young should be given attribution
723     * as the author of the parts of the library used.
724     * This can be in the form of a textual message at program startup or
725     * in documentation (online or textual) provided with the package.
726     *
727     * Redistribution and use in source and binary forms, with or without
728     * modification, are permitted provided that the following conditions
729     * are met:
730     * 1. Redistributions of source code must retain the copyright
731     *    notice, this list of conditions and the following disclaimer.
732     * 2. Redistributions in binary form must reproduce the above copyright
733     *    notice, this list of conditions and the following disclaimer in the
734     *    documentation and/or other materials provided with the distribution.
735     * 3. All advertising materials mentioning features or use of this software
736     *    must display the following acknowledgement:
737     *    "This product includes cryptographic software written by
738     *     Eric Young (eay@cryptsoft.com)"
739     *    The word 'cryptographic' can be left out if the rouines from the library
740     *    being used are not cryptographic related :-).
741     * 4. If you include any Windows specific code (or a derivative thereof) from
742     *    the apps directory (application code) you must include an acknowledgement:
743     *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
744     *
745     * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
746     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
747     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
748     * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
749     * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
750     * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
751     * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
752     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
753     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
754     * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
755     * SUCH DAMAGE.
756     *
757     * The licence and distribution terms for any publically available version or
758     * derivative of this code cannot be changed.  i.e. this code cannot simply be
759     * copied and put under another distribution licence
760     * [including the GNU Public Licence.]
761     */
762  """
763
764- Punycode.js, located at lib/punycode.js, is licensed as follows:
765  """
766    Copyright Mathias Bynens <https://mathiasbynens.be/>
767
768    Permission is hereby granted, free of charge, to any person obtaining
769    a copy of this software and associated documentation files (the
770    "Software"), to deal in the Software without restriction, including
771    without limitation the rights to use, copy, modify, merge, publish,
772    distribute, sublicense, and/or sell copies of the Software, and to
773    permit persons to whom the Software is furnished to do so, subject to
774    the following conditions:
775
776    The above copyright notice and this permission notice shall be
777    included in all copies or substantial portions of the Software.
778
779    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
780    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
781    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
782    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
783    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
784    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
785    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
786  """
787
788- V8, located at deps/v8, is licensed as follows:
789  """
790    This license applies to all parts of V8 that are not externally
791    maintained libraries.  The externally maintained libraries used by V8
792    are:
793
794      - PCRE test suite, located in
795        test/mjsunit/third_party/regexp-pcre/regexp-pcre.js.  This is based on the
796        test suite from PCRE-7.3, which is copyrighted by the University
797        of Cambridge and Google, Inc.  The copyright notice and license
798        are embedded in regexp-pcre.js.
799
800      - Layout tests, located in test/mjsunit/third_party/object-keys.  These are
801        based on layout tests from webkit.org which are copyrighted by
802        Apple Computer, Inc. and released under a 3-clause BSD license.
803
804      - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
805        assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
806        assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
807        assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h,
808        assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h.
809        This code is copyrighted by Sun Microsystems Inc. and released
810        under a 3-clause BSD license.
811
812      - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
813        This is released under the BSD license.
814
815      - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
816        This is released under the Apache license. The API's upstream prototype
817        implementation also formed the basis of V8's implementation in
818        src/wasm/c-api.cc.
819
820    These libraries have their own licenses; we recommend you read them,
821    as their terms may differ from the terms below.
822
823    Further license information can be found in LICENSE files located in
824    sub-directories.
825
826    Copyright 2014, the V8 project authors. All rights reserved.
827    Redistribution and use in source and binary forms, with or without
828    modification, are permitted provided that the following conditions are
829    met:
830
831        * Redistributions of source code must retain the above copyright
832          notice, this list of conditions and the following disclaimer.
833        * Redistributions in binary form must reproduce the above
834          copyright notice, this list of conditions and the following
835          disclaimer in the documentation and/or other materials provided
836          with the distribution.
837        * Neither the name of Google Inc. nor the names of its
838          contributors may be used to endorse or promote products derived
839          from this software without specific prior written permission.
840
841    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
842    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
843    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
844    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
845    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
846    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
847    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
848    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
849    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
850    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
851    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
852  """
853
854- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
855  """
856    SipHash reference C implementation
857
858    Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
859
860    To the extent possible under law, the author(s) have dedicated all
861    copyright and related and neighboring rights to this software to the public
862    domain worldwide. This software is distributed without any warranty.
863  """
864
865- zlib, located at deps/zlib, is licensed as follows:
866  """
867    zlib.h -- interface of the 'zlib' general purpose compression library
868    version 1.2.11, January 15th, 2017
869
870    Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
871
872    This software is provided 'as-is', without any express or implied
873    warranty.  In no event will the authors be held liable for any damages
874    arising from the use of this software.
875
876    Permission is granted to anyone to use this software for any purpose,
877    including commercial applications, and to alter it and redistribute it
878    freely, subject to the following restrictions:
879
880    1. The origin of this software must not be misrepresented; you must not
881    claim that you wrote the original software. If you use this software
882    in a product, an acknowledgment in the product documentation would be
883    appreciated but is not required.
884    2. Altered source versions must be plainly marked as such, and must not be
885    misrepresented as being the original software.
886    3. This notice may not be removed or altered from any source distribution.
887
888    Jean-loup Gailly        Mark Adler
889    jloup@gzip.org          madler@alumni.caltech.edu
890  """
891
892- npm, located at deps/npm, is licensed as follows:
893  """
894    The npm application
895    Copyright (c) npm, Inc. and Contributors
896    Licensed on the terms of The Artistic License 2.0
897
898    Node package dependencies of the npm application
899    Copyright (c) their respective copyright owners
900    Licensed on their respective license terms
901
902    The npm public registry at https://registry.npmjs.org
903    and the npm website at https://www.npmjs.com
904    Operated by npm, Inc.
905    Use governed by terms published on https://www.npmjs.com
906
907    "Node.js"
908    Trademark Joyent, Inc., https://joyent.com
909    Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
910
911    The Node.js application
912    Project of Node Foundation, https://nodejs.org
913
914    The npm Logo
915    Copyright (c) Mathias Pettersson and Brian Hammond
916
917    "Gubblebum Blocky" typeface
918    Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
919    Used with permission
920
921    --------
922
923    The Artistic License 2.0
924
925    Copyright (c) 2000-2006, The Perl Foundation.
926
927    Everyone is permitted to copy and distribute verbatim copies
928    of this license document, but changing it is not allowed.
929
930    Preamble
931
932    This license establishes the terms under which a given free software
933    Package may be copied, modified, distributed, and/or redistributed.
934    The intent is that the Copyright Holder maintains some artistic
935    control over the development of that Package while still keeping the
936    Package available as open source and free software.
937
938    You are always permitted to make arrangements wholly outside of this
939    license directly with the Copyright Holder of a given Package.  If the
940    terms of this license do not permit the full use that you propose to
941    make of the Package, you should contact the Copyright Holder and seek
942    a different licensing arrangement.
943
944    Definitions
945
946        "Copyright Holder" means the individual(s) or organization(s)
947        named in the copyright notice for the entire Package.
948
949        "Contributor" means any party that has contributed code or other
950        material to the Package, in accordance with the Copyright Holder's
951        procedures.
952
953        "You" and "your" means any person who would like to copy,
954        distribute, or modify the Package.
955
956        "Package" means the collection of files distributed by the
957        Copyright Holder, and derivatives of that collection and/or of
958        those files. A given Package may consist of either the Standard
959        Version, or a Modified Version.
960
961        "Distribute" means providing a copy of the Package or making it
962        accessible to anyone else, or in the case of a company or
963        organization, to others outside of your company or organization.
964
965        "Distributor Fee" means any fee that you charge for Distributing
966        this Package or providing support for this Package to another
967        party.  It does not mean licensing fees.
968
969        "Standard Version" refers to the Package if it has not been
970        modified, or has been modified only in ways explicitly requested
971        by the Copyright Holder.
972
973        "Modified Version" means the Package, if it has been changed, and
974        such changes were not explicitly requested by the Copyright
975        Holder.
976
977        "Original License" means this Artistic License as Distributed with
978        the Standard Version of the Package, in its current version or as
979        it may be modified by The Perl Foundation in the future.
980
981        "Source" form means the source code, documentation source, and
982        configuration files for the Package.
983
984        "Compiled" form means the compiled bytecode, object code, binary,
985        or any other form resulting from mechanical transformation or
986        translation of the Source form.
987
988    Permission for Use and Modification Without Distribution
989
990    (1)  You are permitted to use the Standard Version and create and use
991    Modified Versions for any purpose without restriction, provided that
992    you do not Distribute the Modified Version.
993
994    Permissions for Redistribution of the Standard Version
995
996    (2)  You may Distribute verbatim copies of the Source form of the
997    Standard Version of this Package in any medium without restriction,
998    either gratis or for a Distributor Fee, provided that you duplicate
999    all of the original copyright notices and associated disclaimers.  At
1000    your discretion, such verbatim copies may or may not include a
1001    Compiled form of the Package.
1002
1003    (3)  You may apply any bug fixes, portability changes, and other
1004    modifications made available from the Copyright Holder.  The resulting
1005    Package will still be considered the Standard Version, and as such
1006    will be subject to the Original License.
1007
1008    Distribution of Modified Versions of the Package as Source
1009
1010    (4)  You may Distribute your Modified Version as Source (either gratis
1011    or for a Distributor Fee, and with or without a Compiled form of the
1012    Modified Version) provided that you clearly document how it differs
1013    from the Standard Version, including, but not limited to, documenting
1014    any non-standard features, executables, or modules, and provided that
1015    you do at least ONE of the following:
1016
1017        (a)  make the Modified Version available to the Copyright Holder
1018        of the Standard Version, under the Original License, so that the
1019        Copyright Holder may include your modifications in the Standard
1020        Version.
1021
1022        (b)  ensure that installation of your Modified Version does not
1023        prevent the user installing or running the Standard Version. In
1024        addition, the Modified Version must bear a name that is different
1025        from the name of the Standard Version.
1026
1027        (c)  allow anyone who receives a copy of the Modified Version to
1028        make the Source form of the Modified Version available to others
1029        under
1030
1031            (i)  the Original License or
1032
1033            (ii)  a license that permits the licensee to freely copy,
1034            modify and redistribute the Modified Version using the same
1035            licensing terms that apply to the copy that the licensee
1036            received, and requires that the Source form of the Modified
1037            Version, and of any works derived from it, be made freely
1038            available in that license fees are prohibited but Distributor
1039            Fees are allowed.
1040
1041    Distribution of Compiled Forms of the Standard Version
1042    or Modified Versions without the Source
1043
1044    (5)  You may Distribute Compiled forms of the Standard Version without
1045    the Source, provided that you include complete instructions on how to
1046    get the Source of the Standard Version.  Such instructions must be
1047    valid at the time of your distribution.  If these instructions, at any
1048    time while you are carrying out such distribution, become invalid, you
1049    must provide new instructions on demand or cease further distribution.
1050    If you provide valid instructions or cease distribution within thirty
1051    days after you become aware that the instructions are invalid, then
1052    you do not forfeit any of your rights under this license.
1053
1054    (6)  You may Distribute a Modified Version in Compiled form without
1055    the Source, provided that you comply with Section 4 with respect to
1056    the Source of the Modified Version.
1057
1058    Aggregating or Linking the Package
1059
1060    (7)  You may aggregate the Package (either the Standard Version or
1061    Modified Version) with other packages and Distribute the resulting
1062    aggregation provided that you do not charge a licensing fee for the
1063    Package.  Distributor Fees are permitted, and licensing fees for other
1064    components in the aggregation are permitted. The terms of this license
1065    apply to the use and Distribution of the Standard or Modified Versions
1066    as included in the aggregation.
1067
1068    (8) You are permitted to link Modified and Standard Versions with
1069    other works, to embed the Package in a larger work of your own, or to
1070    build stand-alone binary or bytecode versions of applications that
1071    include the Package, and Distribute the result without restriction,
1072    provided the result does not expose a direct interface to the Package.
1073
1074    Items That are Not Considered Part of a Modified Version
1075
1076    (9) Works (including, but not limited to, modules and scripts) that
1077    merely extend or make use of the Package, do not, by themselves, cause
1078    the Package to be a Modified Version.  In addition, such works are not
1079    considered parts of the Package itself, and are not subject to the
1080    terms of this license.
1081
1082    General Provisions
1083
1084    (10)  Any use, modification, and distribution of the Standard or
1085    Modified Versions is governed by this Artistic License. By using,
1086    modifying or distributing the Package, you accept this license. Do not
1087    use, modify, or distribute the Package, if you do not accept this
1088    license.
1089
1090    (11)  If your Modified Version has been derived from a Modified
1091    Version made by someone other than you, you are nevertheless required
1092    to ensure that your Modified Version complies with the requirements of
1093    this license.
1094
1095    (12)  This license does not grant you the right to use any trademark,
1096    service mark, tradename, or logo of the Copyright Holder.
1097
1098    (13)  This license includes the non-exclusive, worldwide,
1099    free-of-charge patent license to make, have made, use, offer to sell,
1100    sell, import and otherwise transfer the Package with respect to any
1101    patent claims licensable by the Copyright Holder that are necessarily
1102    infringed by the Package. If you institute patent litigation
1103    (including a cross-claim or counterclaim) against any party alleging
1104    that the Package constitutes direct or contributory patent
1105    infringement, then this Artistic License to you shall terminate on the
1106    date that such litigation is filed.
1107
1108    (14)  Disclaimer of Warranty:
1109    THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
1110    IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
1111    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1112    NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
1113    LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
1114    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1115    DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
1116    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1117
1118    --------
1119  """
1120
1121- GYP, located at tools/gyp, is licensed as follows:
1122  """
1123    Copyright (c) 2020 Node.js contributors. All rights reserved.
1124    Copyright (c) 2009 Google Inc. All rights reserved.
1125
1126    Redistribution and use in source and binary forms, with or without
1127    modification, are permitted provided that the following conditions are
1128    met:
1129
1130       * Redistributions of source code must retain the above copyright
1131    notice, this list of conditions and the following disclaimer.
1132       * Redistributions in binary form must reproduce the above
1133    copyright notice, this list of conditions and the following disclaimer
1134    in the documentation and/or other materials provided with the
1135    distribution.
1136       * Neither the name of Google Inc. nor the names of its
1137    contributors may be used to endorse or promote products derived from
1138    this software without specific prior written permission.
1139
1140    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1141    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1142    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1143    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1144    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1145    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1146    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1147    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1148    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1149    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1150    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1151  """
1152
1153- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
1154  """
1155    // Copyright 2016 The Chromium Authors. All rights reserved.
1156    //
1157    // Redistribution and use in source and binary forms, with or without
1158    // modification, are permitted provided that the following conditions are
1159    // met:
1160    //
1161    //    * Redistributions of source code must retain the above copyright
1162    // notice, this list of conditions and the following disclaimer.
1163    //    * Redistributions in binary form must reproduce the above
1164    // copyright notice, this list of conditions and the following disclaimer
1165    // in the documentation and/or other materials provided with the
1166    // distribution.
1167    //    * Neither the name of Google Inc. nor the names of its
1168    // contributors may be used to endorse or promote products derived from
1169    // this software without specific prior written permission.
1170    //
1171    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1172    // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1173    // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1174    // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1175    // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1176    // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1177    // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1178    // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1179    // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1180    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1181    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1182  """
1183
1184- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
1185  """
1186    Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
1187
1188    Some rights reserved.
1189
1190    Redistribution and use in source and binary forms, with or without
1191    modification, are permitted provided that the following conditions are
1192    met:
1193
1194        * Redistributions of source code must retain the above copyright
1195          notice, this list of conditions and the following disclaimer.
1196
1197        * Redistributions in binary form must reproduce the above
1198          copyright notice, this list of conditions and the following
1199          disclaimer in the documentation and/or other materials provided
1200          with the distribution.
1201
1202        * The names of the contributors may not be used to endorse or
1203          promote products derived from this software without specific
1204          prior written permission.
1205
1206    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1207    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1208    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1209    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1210    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1211    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1212    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1213    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1214    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1215    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1216    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1217  """
1218
1219- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
1220  """
1221    Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
1222    for more details.
1223
1224    Some rights reserved.
1225
1226    Redistribution and use in source and binary forms of the software as well
1227    as documentation, with or without modification, are permitted provided
1228    that the following conditions are met:
1229
1230    * Redistributions of source code must retain the above copyright
1231      notice, this list of conditions and the following disclaimer.
1232
1233    * Redistributions in binary form must reproduce the above
1234      copyright notice, this list of conditions and the following
1235      disclaimer in the documentation and/or other materials provided
1236      with the distribution.
1237
1238    * The names of the contributors may not be used to endorse or
1239      promote products derived from this software without specific
1240      prior written permission.
1241
1242    THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1243    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1244    NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1245    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1246    OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1247    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1248    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1249    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1250    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1251    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1252    SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1253    DAMAGE.
1254  """
1255
1256- cpplint.py, located at tools/cpplint.py, is licensed as follows:
1257  """
1258    Copyright (c) 2009 Google Inc. All rights reserved.
1259
1260    Redistribution and use in source and binary forms, with or without
1261    modification, are permitted provided that the following conditions are
1262    met:
1263
1264       * Redistributions of source code must retain the above copyright
1265    notice, this list of conditions and the following disclaimer.
1266       * Redistributions in binary form must reproduce the above
1267    copyright notice, this list of conditions and the following disclaimer
1268    in the documentation and/or other materials provided with the
1269    distribution.
1270       * Neither the name of Google Inc. nor the names of its
1271    contributors may be used to endorse or promote products derived from
1272    this software without specific prior written permission.
1273
1274    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1275    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1276    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1277    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1278    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1279    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1280    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1281    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1282    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1283    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1284    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1285  """
1286
1287- ESLint, located at tools/node_modules/eslint, is licensed as follows:
1288  """
1289    Copyright JS Foundation and other contributors, https://js.foundation
1290
1291    Permission is hereby granted, free of charge, to any person obtaining a copy
1292    of this software and associated documentation files (the "Software"), to deal
1293    in the Software without restriction, including without limitation the rights
1294    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1295    copies of the Software, and to permit persons to whom the Software is
1296    furnished to do so, subject to the following conditions:
1297
1298    The above copyright notice and this permission notice shall be included in
1299    all copies or substantial portions of the Software.
1300
1301    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1302    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1303    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1304    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1305    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1306    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1307    THE SOFTWARE.
1308  """
1309
1310- Babel, located at tools/node_modules/@babel, is licensed as follows:
1311  """
1312    MIT License
1313
1314    Copyright (c) 2014-present Sebastian McKenzie and other contributors
1315
1316    Permission is hereby granted, free of charge, to any person obtaining
1317    a copy of this software and associated documentation files (the
1318    "Software"), to deal in the Software without restriction, including
1319    without limitation the rights to use, copy, modify, merge, publish,
1320    distribute, sublicense, and/or sell copies of the Software, and to
1321    permit persons to whom the Software is furnished to do so, subject to
1322    the following conditions:
1323
1324    The above copyright notice and this permission notice shall be
1325    included in all copies or substantial portions of the Software.
1326
1327    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1328    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1329    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1330    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1331    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1332    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1333    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1334  """
1335
1336- gtest, located at deps/googletest, is licensed as follows:
1337  """
1338    Copyright 2008, Google Inc.
1339    All rights reserved.
1340
1341    Redistribution and use in source and binary forms, with or without
1342    modification, are permitted provided that the following conditions are
1343    met:
1344
1345        * Redistributions of source code must retain the above copyright
1346    notice, this list of conditions and the following disclaimer.
1347        * Redistributions in binary form must reproduce the above
1348    copyright notice, this list of conditions and the following disclaimer
1349    in the documentation and/or other materials provided with the
1350    distribution.
1351        * Neither the name of Google Inc. nor the names of its
1352    contributors may be used to endorse or promote products derived from
1353    this software without specific prior written permission.
1354
1355    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1356    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1357    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1358    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1359    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1360    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1361    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1362    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1363    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1364    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1365    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1366  """
1367
1368- nghttp2, located at deps/nghttp2, is licensed as follows:
1369  """
1370    The MIT License
1371
1372    Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
1373    Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
1374
1375    Permission is hereby granted, free of charge, to any person obtaining
1376    a copy of this software and associated documentation files (the
1377    "Software"), to deal in the Software without restriction, including
1378    without limitation the rights to use, copy, modify, merge, publish,
1379    distribute, sublicense, and/or sell copies of the Software, and to
1380    permit persons to whom the Software is furnished to do so, subject to
1381    the following conditions:
1382
1383    The above copyright notice and this permission notice shall be
1384    included in all copies or substantial portions of the Software.
1385
1386    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1387    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1388    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1389    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1390    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1391    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1392    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1393  """
1394
1395- large_pages, located at src/large_pages, is licensed as follows:
1396  """
1397     Copyright (C) 2018 Intel Corporation
1398
1399     Permission is hereby granted, free of charge, to any person obtaining a copy
1400     of this software and associated documentation files (the "Software"),
1401     to deal in the Software without restriction, including without limitation
1402     the rights to use, copy, modify, merge, publish, distribute, sublicense,
1403     and/or sell copies of the Software, and to permit persons to whom
1404     the Software is furnished to do so, subject to the following conditions:
1405
1406     The above copyright notice and this permission notice shall be included
1407     in all copies or substantial portions of the Software.
1408
1409     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1410     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1411     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1412     THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
1413     OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1414     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1415     OR OTHER DEALINGS IN THE SOFTWARE.
1416  """
1417
1418- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
1419  """
1420     Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
1421     Copyright (C) 2018 Agoric
1422
1423     Licensed under the Apache License, Version 2.0 (the "License");
1424     you may not use this file except in compliance with the License.
1425     You may obtain a copy of the License at
1426
1427     http://www.apache.org/licenses/LICENSE-2.0
1428
1429     Unless required by applicable law or agreed to in writing, software
1430     distributed under the License is distributed on an "AS IS" BASIS,
1431     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1432     See the License for the specific language governing permissions and
1433     limitations under the License.
1434  """
1435
1436- brotli, located at deps/brotli, is licensed as follows:
1437  """
1438    Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
1439
1440    Permission is hereby granted, free of charge, to any person obtaining a copy
1441    of this software and associated documentation files (the "Software"), to deal
1442    in the Software without restriction, including without limitation the rights
1443    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1444    copies of the Software, and to permit persons to whom the Software is
1445    furnished to do so, subject to the following conditions:
1446
1447    The above copyright notice and this permission notice shall be included in
1448    all copies or substantial portions of the Software.
1449
1450    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1451    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1452    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
1453    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1454    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1455    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1456    THE SOFTWARE.
1457  """
1458
1459- HdrHistogram, located at deps/histogram, is licensed as follows:
1460  """
1461    The code in this repository code was Written by Gil Tene, Michael Barker,
1462    and Matt Warren, and released to the public domain, as explained at
1463    http://creativecommons.org/publicdomain/zero/1.0/
1464
1465    For users of this code who wish to consume it under the "BSD" license
1466    rather than under the public domain or CC0 contribution text mentioned
1467    above, the code found under this directory is *also* provided under the
1468    following license (commonly referred to as the BSD 2-Clause License). This
1469    license does not detract from the above stated release of the code into
1470    the public domain, and simply represents an additional license granted by
1471    the Author.
1472
1473    -----------------------------------------------------------------------------
1474    ** Beginning of "BSD 2-Clause License" text. **
1475
1476     Copyright (c) 2012, 2013, 2014 Gil Tene
1477     Copyright (c) 2014 Michael Barker
1478     Copyright (c) 2014 Matt Warren
1479     All rights reserved.
1480
1481     Redistribution and use in source and binary forms, with or without
1482     modification, are permitted provided that the following conditions are met:
1483
1484     1. Redistributions of source code must retain the above copyright notice,
1485        this list of conditions and the following disclaimer.
1486
1487     2. Redistributions in binary form must reproduce the above copyright notice,
1488        this list of conditions and the following disclaimer in the documentation
1489        and/or other materials provided with the distribution.
1490
1491     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1492     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1493     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1494     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
1495     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1496     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1497     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1498     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1499     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1500     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
1501     THE POSSIBILITY OF SUCH DAMAGE.
1502  """
1503
1504- highlight.js, located at doc/api_assets/highlight.pack.js, is licensed as follows:
1505  """
1506    BSD 3-Clause License
1507
1508    Copyright (c) 2006, Ivan Sagalaev.
1509    All rights reserved.
1510
1511    Redistribution and use in source and binary forms, with or without
1512    modification, are permitted provided that the following conditions are met:
1513
1514    * Redistributions of source code must retain the above copyright notice, this
1515      list of conditions and the following disclaimer.
1516
1517    * Redistributions in binary form must reproduce the above copyright notice,
1518      this list of conditions and the following disclaimer in the documentation
1519      and/or other materials provided with the distribution.
1520
1521    * Neither the name of the copyright holder nor the names of its
1522      contributors may be used to endorse or promote products derived from
1523      this software without specific prior written permission.
1524
1525    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1526    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1527    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1528    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1529    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1530    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1531    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1532    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1533    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1534    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1535  """
1536
1537- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
1538  """
1539    ISC License
1540
1541    Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
1542
1543    Permission to use, copy, modify, and/or distribute this software for any
1544    purpose with or without fee is hereby granted, provided that the above
1545    copyright notice and this permission notice appear in all copies.
1546
1547    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1548    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1549    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1550    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1551    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1552    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1553    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1554
1555    === src/compat.h src/compat-inl.h ===
1556
1557    ISC License
1558
1559    Copyright (c) 2014, StrongLoop Inc.
1560
1561    Permission to use, copy, modify, and/or distribute this software for any
1562    purpose with or without fee is hereby granted, provided that the above
1563    copyright notice and this permission notice appear in all copies.
1564
1565    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1566    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1567    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1568    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1569    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1570    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1571    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1572  """
1573
1574- rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
1575  """
1576    The ISC License
1577
1578    Copyright (c) Isaac Z. Schlueter and Contributors
1579
1580    Permission to use, copy, modify, and/or distribute this software for any
1581    purpose with or without fee is hereby granted, provided that the above
1582    copyright notice and this permission notice appear in all copies.
1583
1584    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1585    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1586    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1587    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1588    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1589    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1590    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1591  """
1592
1593- uvwasi, located at deps/uvwasi, is licensed as follows:
1594  """
1595    MIT License
1596
1597    Copyright (c) 2019 Colin Ihrig and Contributors
1598
1599    Permission is hereby granted, free of charge, to any person obtaining a copy
1600    of this software and associated documentation files (the "Software"), to deal
1601    in the Software without restriction, including without limitation the rights
1602    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1603    copies of the Software, and to permit persons to whom the Software is
1604    furnished to do so, subject to the following conditions:
1605
1606    The above copyright notice and this permission notice shall be included in all
1607    copies or substantial portions of the Software.
1608
1609    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1610    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1611    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1612    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1613    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1614    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1615    SOFTWARE.
1616  """
1617