• 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-2022 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- ittapi, located at deps/v8/third_party/ittapi, is licensed as follows:
111  """
112    Copyright (c) 2019 Intel Corporation. All rights reserved.
113
114    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
115
116    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
117    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
118    3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
119    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
120  """
121
122- ICU, located at deps/icu-small, is licensed as follows:
123  """
124    UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
125
126    See Terms of Use
127    for definitions of Unicode Inc.’s Data Files and Software.
128
129    NOTICE TO USER: Carefully read the following legal agreement.
130    BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
131    DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
132    YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
133    TERMS AND CONDITIONS OF THIS AGREEMENT.
134    IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
135    THE DATA FILES OR SOFTWARE.
136
137    COPYRIGHT AND PERMISSION NOTICE
138
139    Copyright © 1991-2023 Unicode, Inc. All rights reserved.
140    Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
141
142    Permission is hereby granted, free of charge, to any person obtaining
143    a copy of the Unicode data files and any associated documentation
144    (the "Data Files") or Unicode software and any associated documentation
145    (the "Software") to deal in the Data Files or Software
146    without restriction, including without limitation the rights to use,
147    copy, modify, merge, publish, distribute, and/or sell copies of
148    the Data Files or Software, and to permit persons to whom the Data Files
149    or Software are furnished to do so, provided that either
150    (a) this copyright and permission notice appear with all copies
151    of the Data Files or Software, or
152    (b) this copyright and permission notice appear in associated
153    Documentation.
154
155    THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
156    ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
157    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
158    NONINFRINGEMENT OF THIRD PARTY RIGHTS.
159    IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
160    NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
161    DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
162    DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
163    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
164    PERFORMANCE OF THE DATA FILES OR SOFTWARE.
165
166    Except as contained in this notice, the name of a copyright holder
167    shall not be used in advertising or otherwise to promote the sale,
168    use or other dealings in these Data Files or Software without prior
169    written authorization of the copyright holder.
170
171    ----------------------------------------------------------------------
172
173    Third-Party Software Licenses
174
175    This section contains third-party software notices and/or additional
176    terms for licensed third-party software components included within ICU
177    libraries.
178
179    ----------------------------------------------------------------------
180
181    ICU License - ICU 1.8.1 to ICU 57.1
182
183    COPYRIGHT AND PERMISSION NOTICE
184
185    Copyright (c) 1995-2016 International Business Machines Corporation and others
186    All rights reserved.
187
188    Permission is hereby granted, free of charge, to any person obtaining
189    a copy of this software and associated documentation files (the
190    "Software"), to deal in the Software without restriction, including
191    without limitation the rights to use, copy, modify, merge, publish,
192    distribute, and/or sell copies of the Software, and to permit persons
193    to whom the Software is furnished to do so, provided that the above
194    copyright notice(s) and this permission notice appear in all copies of
195    the Software and that both the above copyright notice(s) and this
196    permission notice appear in supporting documentation.
197
198    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
199    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
200    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
201    OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
202    HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
203    SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
204    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
205    CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
206    CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
207
208    Except as contained in this notice, the name of a copyright holder
209    shall not be used in advertising or otherwise to promote the sale, use
210    or other dealings in this Software without prior written authorization
211    of the copyright holder.
212
213    All trademarks and registered trademarks mentioned herein are the
214    property of their respective owners.
215
216    ----------------------------------------------------------------------
217
218    Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
219
220     #     The Google Chrome software developed by Google is licensed under
221     # the BSD license. Other software included in this distribution is
222     # provided under other licenses, as set forth below.
223     #
224     #  The BSD License
225     #  http://opensource.org/licenses/bsd-license.php
226     #  Copyright (C) 2006-2008, Google Inc.
227     #
228     #  All rights reserved.
229     #
230     #  Redistribution and use in source and binary forms, with or without
231     # modification, are permitted provided that the following conditions are met:
232     #
233     #  Redistributions of source code must retain the above copyright notice,
234     # this list of conditions and the following disclaimer.
235     #  Redistributions in binary form must reproduce the above
236     # copyright notice, this list of conditions and the following
237     # disclaimer in the documentation and/or other materials provided with
238     # the distribution.
239     #  Neither the name of  Google Inc. nor the names of its
240     # contributors may be used to endorse or promote products derived from
241     # this software without specific prior written permission.
242     #
243     #
244     #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
245     # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
246     # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
247     # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
248     # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
249     # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
250     # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
251     # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
252     # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
253     # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
254     # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
255     # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256     #
257     #
258     #  The word list in cjdict.txt are generated by combining three word lists
259     # listed below with further processing for compound word breaking. The
260     # frequency is generated with an iterative training against Google web
261     # corpora.
262     #
263     #  * Libtabe (Chinese)
264     #    - https://sourceforge.net/project/?group_id=1519
265     #    - Its license terms and conditions are shown below.
266     #
267     #  * IPADIC (Japanese)
268     #    - http://chasen.aist-nara.ac.jp/chasen/distribution.html
269     #    - Its license terms and conditions are shown below.
270     #
271     #  ---------COPYING.libtabe ---- BEGIN--------------------
272     #
273     #  /*
274     #   * Copyright (c) 1999 TaBE Project.
275     #   * Copyright (c) 1999 Pai-Hsiang Hsiao.
276     #   * All rights reserved.
277     #   *
278     #   * Redistribution and use in source and binary forms, with or without
279     #   * modification, are permitted provided that the following conditions
280     #   * are met:
281     #   *
282     #   * . Redistributions of source code must retain the above copyright
283     #   *   notice, this list of conditions and the following disclaimer.
284     #   * . Redistributions in binary form must reproduce the above copyright
285     #   *   notice, this list of conditions and the following disclaimer in
286     #   *   the documentation and/or other materials provided with the
287     #   *   distribution.
288     #   * . Neither the name of the TaBE Project nor the names of its
289     #   *   contributors may be used to endorse or promote products derived
290     #   *   from this software without specific prior written permission.
291     #   *
292     #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
293     #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
294     #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
295     #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
296     #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
297     #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
298     #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
299     #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
300     #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
301     #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
302     #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
303     #   * OF THE POSSIBILITY OF SUCH DAMAGE.
304     #   */
305     #
306     #  /*
307     #   * Copyright (c) 1999 Computer Systems and Communication Lab,
308     #   *                    Institute of Information Science, Academia
309     #       *                    Sinica. All rights reserved.
310     #   *
311     #   * Redistribution and use in source and binary forms, with or without
312     #   * modification, are permitted provided that the following conditions
313     #   * are met:
314     #   *
315     #   * . Redistributions of source code must retain the above copyright
316     #   *   notice, this list of conditions and the following disclaimer.
317     #   * . Redistributions in binary form must reproduce the above copyright
318     #   *   notice, this list of conditions and the following disclaimer in
319     #   *   the documentation and/or other materials provided with the
320     #   *   distribution.
321     #   * . Neither the name of the Computer Systems and Communication Lab
322     #   *   nor the names of its contributors may be used to endorse or
323     #   *   promote products derived from this software without specific
324     #   *   prior written permission.
325     #   *
326     #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
327     #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
328     #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
329     #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
330     #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
331     #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
332     #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
333     #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
334     #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
335     #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
336     #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
337     #   * OF THE POSSIBILITY OF SUCH DAMAGE.
338     #   */
339     #
340     #  Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
341     #      University of Illinois
342     #  c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
343     #
344     #  ---------------COPYING.libtabe-----END--------------------------------
345     #
346     #
347     #  ---------------COPYING.ipadic-----BEGIN-------------------------------
348     #
349     #  Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
350     #  and Technology.  All Rights Reserved.
351     #
352     #  Use, reproduction, and distribution of this software is permitted.
353     #  Any copy of this software, whether in its original form or modified,
354     #  must include both the above copyright notice and the following
355     #  paragraphs.
356     #
357     #  Nara Institute of Science and Technology (NAIST),
358     #  the copyright holders, disclaims all warranties with regard to this
359     #  software, including all implied warranties of merchantability and
360     #  fitness, in no event shall NAIST be liable for
361     #  any special, indirect or consequential damages or any damages
362     #  whatsoever resulting from loss of use, data or profits, whether in an
363     #  action of contract, negligence or other tortuous action, arising out
364     #  of or in connection with the use or performance of this software.
365     #
366     #  A large portion of the dictionary entries
367     #  originate from ICOT Free Software.  The following conditions for ICOT
368     #  Free Software applies to the current dictionary as well.
369     #
370     #  Each User may also freely distribute the Program, whether in its
371     #  original form or modified, to any third party or parties, PROVIDED
372     #  that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
373     #  on, or be attached to, the Program, which is distributed substantially
374     #  in the same form as set out herein and that such intended
375     #  distribution, if actually made, will neither violate or otherwise
376     #  contravene any of the laws and regulations of the countries having
377     #  jurisdiction over the User or the intended distribution itself.
378     #
379     #  NO WARRANTY
380     #
381     #  The program was produced on an experimental basis in the course of the
382     #  research and development conducted during the project and is provided
383     #  to users as so produced on an experimental basis.  Accordingly, the
384     #  program is provided without any warranty whatsoever, whether express,
385     #  implied, statutory or otherwise.  The term "warranty" used herein
386     #  includes, but is not limited to, any warranty of the quality,
387     #  performance, merchantability and fitness for a particular purpose of
388     #  the program and the nonexistence of any infringement or violation of
389     #  any right of any third party.
390     #
391     #  Each user of the program will agree and understand, and be deemed to
392     #  have agreed and understood, that there is no warranty whatsoever for
393     #  the program and, accordingly, the entire risk arising from or
394     #  otherwise connected with the program is assumed by the user.
395     #
396     #  Therefore, neither ICOT, the copyright holder, or any other
397     #  organization that participated in or was otherwise related to the
398     #  development of the program and their respective officials, directors,
399     #  officers and other employees shall be held liable for any and all
400     #  damages, including, without limitation, general, special, incidental
401     #  and consequential damages, arising out of or otherwise in connection
402     #  with the use or inability to use the program or any product, material
403     #  or result produced or otherwise obtained by using the program,
404     #  regardless of whether they have been advised of, or otherwise had
405     #  knowledge of, the possibility of such damages at any time during the
406     #  project or thereafter.  Each user will be deemed to have agreed to the
407     #  foregoing by his or her commencement of use of the program.  The term
408     #  "use" as used herein includes, but is not limited to, the use,
409     #  modification, copying and distribution of the program and the
410     #  production of secondary products from the program.
411     #
412     #  In the case where the program, whether in its original form or
413     #  modified, was distributed or delivered to or received by a user from
414     #  any person, organization or entity other than ICOT, unless it makes or
415     #  grants independently of ICOT any specific warranty to the user in
416     #  writing, such person, organization or entity, will also be exempted
417     #  from and not be held liable to the user for any such damages as noted
418     #  above as far as the program is concerned.
419     #
420     #  ---------------COPYING.ipadic-----END----------------------------------
421
422    ----------------------------------------------------------------------
423
424    Lao Word Break Dictionary Data (laodict.txt)
425
426     # Copyright (C) 2016 and later: Unicode, Inc. and others.
427     # License & terms of use: http://www.unicode.org/copyright.html
428     # Copyright (c) 2015 International Business Machines Corporation
429     # and others. All Rights Reserved.
430     #
431     # Project: https://github.com/rober42539/lao-dictionary
432     # Dictionary: https://github.com/rober42539/lao-dictionary/laodict.txt
433     # License: https://github.com/rober42539/lao-dictionary/LICENSE.txt
434     #          (copied below)
435     #
436     # This file is derived from the above dictionary version of Nov 22, 2020
437     #  ----------------------------------------------------------------------
438     #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
439     #  All rights reserved.
440     #
441     #  Redistribution and use in source and binary forms, with or without
442     #  modification, are permitted provided that the following conditions are met:
443     #
444     #  Redistributions of source code must retain the above copyright notice, this
445     #  list of conditions and the following disclaimer. Redistributions in binary
446     #  form must reproduce the above copyright notice, this list of conditions and
447     #  the following disclaimer in the documentation and/or other materials
448     #  provided with the distribution.
449     #
450     # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
451     # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
452     # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
453     # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
454     # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
455     # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
456     # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
457     # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
458     # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
459     # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
460     # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
461     # OF THE POSSIBILITY OF SUCH DAMAGE.
462     #  --------------------------------------------------------------------------
463
464    ----------------------------------------------------------------------
465
466    Burmese Word Break Dictionary Data (burmesedict.txt)
467
468     #  Copyright (c) 2014 International Business Machines Corporation
469     #  and others. All Rights Reserved.
470     #
471     #  This list is part of a project hosted at:
472     #    github.com/kanyawtech/myanmar-karen-word-lists
473     #
474     #  --------------------------------------------------------------------------
475     #  Copyright (c) 2013, LeRoy Benjamin Sharon
476     #  All rights reserved.
477     #
478     #  Redistribution and use in source and binary forms, with or without
479     #  modification, are permitted provided that the following conditions
480     #  are met: Redistributions of source code must retain the above
481     #  copyright notice, this list of conditions and the following
482     #  disclaimer.  Redistributions in binary form must reproduce the
483     #  above copyright notice, this list of conditions and the following
484     #  disclaimer in the documentation and/or other materials provided
485     #  with the distribution.
486     #
487     #    Neither the name Myanmar Karen Word Lists, nor the names of its
488     #    contributors may be used to endorse or promote products derived
489     #    from this software without specific prior written permission.
490     #
491     #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
492     #  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
493     #  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
494     #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
495     #  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
496     #  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
497     #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
498     #  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
499     #  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
500     #  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
501     #  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
502     #  THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
503     #  SUCH DAMAGE.
504     #  --------------------------------------------------------------------------
505
506    ----------------------------------------------------------------------
507
508    Time Zone Database
509
510      ICU uses the public domain data and code derived from Time Zone
511    Database for its time zone support. The ownership of the TZ database
512    is explained in BCP 175: Procedure for Maintaining the Time Zone
513    Database section 7.
514
515     # 7.  Database Ownership
516     #
517     #    The TZ database itself is not an IETF Contribution or an IETF
518     #    document.  Rather it is a pre-existing and regularly updated work
519     #    that is in the public domain, and is intended to remain in the
520     #    public domain.  Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
521     #    not apply to the TZ Database or contributions that individuals make
522     #    to it.  Should any claims be made and substantiated against the TZ
523     #    Database, the organization that is providing the IANA
524     #    Considerations defined in this RFC, under the memorandum of
525     #    understanding with the IETF, currently ICANN, may act in accordance
526     #    with all competent court orders.  No ownership claims will be made
527     #    by ICANN or the IETF Trust on the database or the code.  Any person
528     #    making a contribution to the database or code waives all rights to
529     #    future claims in that contribution or in the TZ Database.
530
531    ----------------------------------------------------------------------
532
533    Google double-conversion
534
535    Copyright 2006-2011, the V8 project authors. All rights reserved.
536    Redistribution and use in source and binary forms, with or without
537    modification, are permitted provided that the following conditions are
538    met:
539
540        * Redistributions of source code must retain the above copyright
541          notice, this list of conditions and the following disclaimer.
542        * Redistributions in binary form must reproduce the above
543          copyright notice, this list of conditions and the following
544          disclaimer in the documentation and/or other materials provided
545          with the distribution.
546        * Neither the name of Google Inc. nor the names of its
547          contributors may be used to endorse or promote products derived
548          from this software without specific prior written permission.
549
550    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
551    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
552    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
553    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
554    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
555    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
556    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
557    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
558    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
559    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
560    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
561
562    ----------------------------------------------------------------------
563
564    File: aclocal.m4 (only for ICU4C)
565    Section: pkg.m4 - Macros to locate and utilise pkg-config.
566
567    Copyright © 2004 Scott James Remnant .
568    Copyright © 2012-2015 Dan Nicholson
569
570    This program is free software; you can redistribute it and/or modify
571    it under the terms of the GNU General Public License as published by
572    the Free Software Foundation; either version 2 of the License, or
573    (at your option) any later version.
574
575    This program is distributed in the hope that it will be useful, but
576    WITHOUT ANY WARRANTY; without even the implied warranty of
577    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
578    General Public License for more details.
579
580    You should have received a copy of the GNU General Public License
581    along with this program; if not, write to the Free Software
582    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
583    02111-1307, USA.
584
585    As a special exception to the GNU General Public License, if you
586    distribute this file as part of a program that contains a
587    configuration script generated by Autoconf, you may include it under
588    the same distribution terms that you use for the rest of that
589    program.
590
591    (The condition for the exception is fulfilled because
592    ICU4C includes a configuration script generated by Autoconf,
593    namely the `configure` script.)
594
595    ----------------------------------------------------------------------
596
597    File: config.guess (only for ICU4C)
598
599    This file is free software; you can redistribute it and/or modify it
600    under the terms of the GNU General Public License as published by
601    the Free Software Foundation; either version 3 of the License, or
602    (at your option) any later version.
603
604    This program is distributed in the hope that it will be useful, but
605    WITHOUT ANY WARRANTY; without even the implied warranty of
606    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
607    General Public License for more details.
608
609    You should have received a copy of the GNU General Public License
610    along with this program; if not, see .
611
612    As a special exception to the GNU General Public License, if you
613    distribute this file as part of a program that contains a
614    configuration script generated by Autoconf, you may include it under
615    the same distribution terms that you use for the rest of that
616    program.  This Exception is an additional permission under section 7
617    of the GNU General Public License, version 3 ("GPLv3").
618
619    (The condition for the exception is fulfilled because
620    ICU4C includes a configuration script generated by Autoconf,
621    namely the `configure` script.)
622
623    ----------------------------------------------------------------------
624
625    File: install-sh (only for ICU4C)
626
627    Copyright 1991 by the Massachusetts Institute of Technology
628
629    Permission to use, copy, modify, distribute, and sell this software and its
630    documentation for any purpose is hereby granted without fee, provided that
631    the above copyright notice appear in all copies and that both that
632    copyright notice and this permission notice appear in supporting
633    documentation, and that the name of M.I.T. not be used in advertising or
634    publicity pertaining to distribution of the software without specific,
635    written prior permission.  M.I.T. makes no representations about the
636    suitability of this software for any purpose.  It is provided "as is"
637    without express or implied warranty.
638  """
639
640- libuv, located at deps/uv, is licensed as follows:
641  """
642    Copyright (c) 2015-present libuv project contributors.
643
644    Permission is hereby granted, free of charge, to any person obtaining a copy
645    of this software and associated documentation files (the "Software"), to
646    deal in the Software without restriction, including without limitation the
647    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
648    sell copies of the Software, and to permit persons to whom the Software is
649    furnished to do so, subject to the following conditions:
650
651    The above copyright notice and this permission notice shall be included in
652    all copies or substantial portions of the Software.
653
654    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
655    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
656    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
657    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
658    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
659    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
660    IN THE SOFTWARE.
661    This license applies to parts of libuv originating from the
662    https://github.com/joyent/libuv repository:
663
664    ====
665
666    Copyright Joyent, Inc. and other Node contributors. All rights reserved.
667    Permission is hereby granted, free of charge, to any person obtaining a copy
668    of this software and associated documentation files (the "Software"), to
669    deal in the Software without restriction, including without limitation the
670    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
671    sell copies of the Software, and to permit persons to whom the Software is
672    furnished to do so, subject to the following conditions:
673
674    The above copyright notice and this permission notice shall be included in
675    all copies or substantial portions of the Software.
676
677    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
678    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
679    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
680    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
681    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
682    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
683    IN THE SOFTWARE.
684
685    ====
686
687    This license applies to all parts of libuv that are not externally
688    maintained libraries.
689
690    The externally maintained libraries used by libuv are:
691
692      - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
693
694      - inet_pton and inet_ntop implementations, contained in src/inet.c, are
695        copyright the Internet Systems Consortium, Inc., and licensed under the ISC
696        license.
697  """
698
699- llhttp, located at deps/llhttp, is licensed as follows:
700  """
701    This software is licensed under the MIT License.
702
703    Copyright Fedor Indutny, 2018.
704
705    Permission is hereby granted, free of charge, to any person obtaining a
706    copy of this software and associated documentation files (the
707    "Software"), to deal in the Software without restriction, including
708    without limitation the rights to use, copy, modify, merge, publish,
709    distribute, sublicense, and/or sell copies of the Software, and to permit
710    persons to whom the Software is furnished to do so, subject to the
711    following conditions:
712
713    The above copyright notice and this permission notice shall be included
714    in all copies or substantial portions of the Software.
715
716    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
717    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
718    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
719    NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
720    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
721    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
722    USE OR OTHER DEALINGS IN THE SOFTWARE.
723  """
724
725- corepack, located at deps/corepack, is licensed as follows:
726  """
727    **Copyright © Corepack contributors**
728
729    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:
730
731    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
732
733    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.
734  """
735
736- undici, located at deps/undici, is licensed as follows:
737  """
738    MIT License
739
740    Copyright (c) Matteo Collina and Undici contributors
741
742    Permission is hereby granted, free of charge, to any person obtaining a copy
743    of this software and associated documentation files (the "Software"), to deal
744    in the Software without restriction, including without limitation the rights
745    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
746    copies of the Software, and to permit persons to whom the Software is
747    furnished to do so, subject to the following conditions:
748
749    The above copyright notice and this permission notice shall be included in all
750    copies or substantial portions of the Software.
751
752    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
753    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
754    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
755    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
756    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
757    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
758    SOFTWARE.
759  """
760
761- postject, located at test/fixtures/postject-copy, is licensed as follows:
762  """
763    Postject is licensed for use as follows:
764
765    """
766    MIT License
767
768    Copyright (c) 2022 Postman, Inc
769
770    Permission is hereby granted, free of charge, to any person obtaining a copy
771    of this software and associated documentation files (the "Software"), to deal
772    in the Software without restriction, including without limitation the rights
773    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
774    copies of the Software, and to permit persons to whom the Software is
775    furnished to do so, subject to the following conditions:
776
777    The above copyright notice and this permission notice shall be included in all
778    copies or substantial portions of the Software.
779
780    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
781    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
782    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
783    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
784    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
785    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
786    SOFTWARE.
787    """
788
789    The Postject license applies to all parts of Postject that are not externally
790    maintained libraries.
791
792    The externally maintained libraries used by Postject are:
793
794    - LIEF, located at vendor/LIEF, is licensed as follows:
795      """
796                                         Apache License
797                                   Version 2.0, January 2004
798                                http://www.apache.org/licenses/
799
800           TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
801
802           1. Definitions.
803
804              "License" shall mean the terms and conditions for use, reproduction,
805              and distribution as defined by Sections 1 through 9 of this document.
806
807              "Licensor" shall mean the copyright owner or entity authorized by
808              the copyright owner that is granting the License.
809
810              "Legal Entity" shall mean the union of the acting entity and all
811              other entities that control, are controlled by, or are under common
812              control with that entity. For the purposes of this definition,
813              "control" means (i) the power, direct or indirect, to cause the
814              direction or management of such entity, whether by contract or
815              otherwise, or (ii) ownership of fifty percent (50%) or more of the
816              outstanding shares, or (iii) beneficial ownership of such entity.
817
818              "You" (or "Your") shall mean an individual or Legal Entity
819              exercising permissions granted by this License.
820
821              "Source" form shall mean the preferred form for making modifications,
822              including but not limited to software source code, documentation
823              source, and configuration files.
824
825              "Object" form shall mean any form resulting from mechanical
826              transformation or translation of a Source form, including but
827              not limited to compiled object code, generated documentation,
828              and conversions to other media types.
829
830              "Work" shall mean the work of authorship, whether in Source or
831              Object form, made available under the License, as indicated by a
832              copyright notice that is included in or attached to the work
833              (an example is provided in the Appendix below).
834
835              "Derivative Works" shall mean any work, whether in Source or Object
836              form, that is based on (or derived from) the Work and for which the
837              editorial revisions, annotations, elaborations, or other modifications
838              represent, as a whole, an original work of authorship. For the purposes
839              of this License, Derivative Works shall not include works that remain
840              separable from, or merely link (or bind by name) to the interfaces of,
841              the Work and Derivative Works thereof.
842
843              "Contribution" shall mean any work of authorship, including
844              the original version of the Work and any modifications or additions
845              to that Work or Derivative Works thereof, that is intentionally
846              submitted to Licensor for inclusion in the Work by the copyright owner
847              or by an individual or Legal Entity authorized to submit on behalf of
848              the copyright owner. For the purposes of this definition, "submitted"
849              means any form of electronic, verbal, or written communication sent
850              to the Licensor or its representatives, including but not limited to
851              communication on electronic mailing lists, source code control systems,
852              and issue tracking systems that are managed by, or on behalf of, the
853              Licensor for the purpose of discussing and improving the Work, but
854              excluding communication that is conspicuously marked or otherwise
855              designated in writing by the copyright owner as "Not a Contribution."
856
857              "Contributor" shall mean Licensor and any individual or Legal Entity
858              on behalf of whom a Contribution has been received by Licensor and
859              subsequently incorporated within the Work.
860
861           2. Grant of Copyright License. Subject to the terms and conditions of
862              this License, each Contributor hereby grants to You a perpetual,
863              worldwide, non-exclusive, no-charge, royalty-free, irrevocable
864              copyright license to reproduce, prepare Derivative Works of,
865              publicly display, publicly perform, sublicense, and distribute the
866              Work and such Derivative Works in Source or Object form.
867
868           3. Grant of Patent License. Subject to the terms and conditions of
869              this License, each Contributor hereby grants to You a perpetual,
870              worldwide, non-exclusive, no-charge, royalty-free, irrevocable
871              (except as stated in this section) patent license to make, have made,
872              use, offer to sell, sell, import, and otherwise transfer the Work,
873              where such license applies only to those patent claims licensable
874              by such Contributor that are necessarily infringed by their
875              Contribution(s) alone or by combination of their Contribution(s)
876              with the Work to which such Contribution(s) was submitted. If You
877              institute patent litigation against any entity (including a
878              cross-claim or counterclaim in a lawsuit) alleging that the Work
879              or a Contribution incorporated within the Work constitutes direct
880              or contributory patent infringement, then any patent licenses
881              granted to You under this License for that Work shall terminate
882              as of the date such litigation is filed.
883
884           4. Redistribution. You may reproduce and distribute copies of the
885              Work or Derivative Works thereof in any medium, with or without
886              modifications, and in Source or Object form, provided that You
887              meet the following conditions:
888
889              (a) You must give any other recipients of the Work or
890                  Derivative Works a copy of this License; and
891
892              (b) You must cause any modified files to carry prominent notices
893                  stating that You changed the files; and
894
895              (c) You must retain, in the Source form of any Derivative Works
896                  that You distribute, all copyright, patent, trademark, and
897                  attribution notices from the Source form of the Work,
898                  excluding those notices that do not pertain to any part of
899                  the Derivative Works; and
900
901              (d) If the Work includes a "NOTICE" text file as part of its
902                  distribution, then any Derivative Works that You distribute must
903                  include a readable copy of the attribution notices contained
904                  within such NOTICE file, excluding those notices that do not
905                  pertain to any part of the Derivative Works, in at least one
906                  of the following places: within a NOTICE text file distributed
907                  as part of the Derivative Works; within the Source form or
908                  documentation, if provided along with the Derivative Works; or,
909                  within a display generated by the Derivative Works, if and
910                  wherever such third-party notices normally appear. The contents
911                  of the NOTICE file are for informational purposes only and
912                  do not modify the License. You may add Your own attribution
913                  notices within Derivative Works that You distribute, alongside
914                  or as an addendum to the NOTICE text from the Work, provided
915                  that such additional attribution notices cannot be construed
916                  as modifying the License.
917
918              You may add Your own copyright statement to Your modifications and
919              may provide additional or different license terms and conditions
920              for use, reproduction, or distribution of Your modifications, or
921              for any such Derivative Works as a whole, provided Your use,
922              reproduction, and distribution of the Work otherwise complies with
923              the conditions stated in this License.
924
925           5. Submission of Contributions. Unless You explicitly state otherwise,
926              any Contribution intentionally submitted for inclusion in the Work
927              by You to the Licensor shall be under the terms and conditions of
928              this License, without any additional terms or conditions.
929              Notwithstanding the above, nothing herein shall supersede or modify
930              the terms of any separate license agreement you may have executed
931              with Licensor regarding such Contributions.
932
933           6. Trademarks. This License does not grant permission to use the trade
934              names, trademarks, service marks, or product names of the Licensor,
935              except as required for reasonable and customary use in describing the
936              origin of the Work and reproducing the content of the NOTICE file.
937
938           7. Disclaimer of Warranty. Unless required by applicable law or
939              agreed to in writing, Licensor provides the Work (and each
940              Contributor provides its Contributions) on an "AS IS" BASIS,
941              WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
942              implied, including, without limitation, any warranties or conditions
943              of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
944              PARTICULAR PURPOSE. You are solely responsible for determining the
945              appropriateness of using or redistributing the Work and assume any
946              risks associated with Your exercise of permissions under this License.
947
948           8. Limitation of Liability. In no event and under no legal theory,
949              whether in tort (including negligence), contract, or otherwise,
950              unless required by applicable law (such as deliberate and grossly
951              negligent acts) or agreed to in writing, shall any Contributor be
952              liable to You for damages, including any direct, indirect, special,
953              incidental, or consequential damages of any character arising as a
954              result of this License or out of the use or inability to use the
955              Work (including but not limited to damages for loss of goodwill,
956              work stoppage, computer failure or malfunction, or any and all
957              other commercial damages or losses), even if such Contributor
958              has been advised of the possibility of such damages.
959
960           9. Accepting Warranty or Additional Liability. While redistributing
961              the Work or Derivative Works thereof, You may choose to offer,
962              and charge a fee for, acceptance of support, warranty, indemnity,
963              or other liability obligations and/or rights consistent with this
964              License. However, in accepting such obligations, You may act only
965              on Your own behalf and on Your sole responsibility, not on behalf
966              of any other Contributor, and only if You agree to indemnify,
967              defend, and hold each Contributor harmless for any liability
968              incurred by, or claims asserted against, such Contributor by reason
969              of your accepting any such warranty or additional liability.
970
971           END OF TERMS AND CONDITIONS
972
973           APPENDIX: How to apply the Apache License to your work.
974
975              To apply the Apache License to your work, attach the following
976              boilerplate notice, with the fields enclosed by brackets "{}"
977              replaced with your own identifying information. (Don't include
978              the brackets!)  The text should be enclosed in the appropriate
979              comment syntax for the file format. We also recommend that a
980              file or class name and description of purpose be included on the
981              same "printed page" as the copyright notice for easier
982              identification within third-party archives.
983
984           Copyright 2017 - 2022 R. Thomas
985           Copyright 2017 - 2022 Quarkslab
986
987           Licensed under the Apache License, Version 2.0 (the "License");
988           you may not use this file except in compliance with the License.
989           You may obtain a copy of the License at
990
991               http://www.apache.org/licenses/LICENSE-2.0
992
993           Unless required by applicable law or agreed to in writing, software
994           distributed under the License is distributed on an "AS IS" BASIS,
995           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
996           See the License for the specific language governing permissions and
997           limitations under the License.
998      """
999  """
1000
1001- OpenSSL, located at deps/openssl, is licensed as follows:
1002  """
1003                                     Apache License
1004                               Version 2.0, January 2004
1005                            https://www.apache.org/licenses/
1006
1007       TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1008
1009       1. Definitions.
1010
1011          "License" shall mean the terms and conditions for use, reproduction,
1012          and distribution as defined by Sections 1 through 9 of this document.
1013
1014          "Licensor" shall mean the copyright owner or entity authorized by
1015          the copyright owner that is granting the License.
1016
1017          "Legal Entity" shall mean the union of the acting entity and all
1018          other entities that control, are controlled by, or are under common
1019          control with that entity. For the purposes of this definition,
1020          "control" means (i) the power, direct or indirect, to cause the
1021          direction or management of such entity, whether by contract or
1022          otherwise, or (ii) ownership of fifty percent (50%) or more of the
1023          outstanding shares, or (iii) beneficial ownership of such entity.
1024
1025          "You" (or "Your") shall mean an individual or Legal Entity
1026          exercising permissions granted by this License.
1027
1028          "Source" form shall mean the preferred form for making modifications,
1029          including but not limited to software source code, documentation
1030          source, and configuration files.
1031
1032          "Object" form shall mean any form resulting from mechanical
1033          transformation or translation of a Source form, including but
1034          not limited to compiled object code, generated documentation,
1035          and conversions to other media types.
1036
1037          "Work" shall mean the work of authorship, whether in Source or
1038          Object form, made available under the License, as indicated by a
1039          copyright notice that is included in or attached to the work
1040          (an example is provided in the Appendix below).
1041
1042          "Derivative Works" shall mean any work, whether in Source or Object
1043          form, that is based on (or derived from) the Work and for which the
1044          editorial revisions, annotations, elaborations, or other modifications
1045          represent, as a whole, an original work of authorship. For the purposes
1046          of this License, Derivative Works shall not include works that remain
1047          separable from, or merely link (or bind by name) to the interfaces of,
1048          the Work and Derivative Works thereof.
1049
1050          "Contribution" shall mean any work of authorship, including
1051          the original version of the Work and any modifications or additions
1052          to that Work or Derivative Works thereof, that is intentionally
1053          submitted to Licensor for inclusion in the Work by the copyright owner
1054          or by an individual or Legal Entity authorized to submit on behalf of
1055          the copyright owner. For the purposes of this definition, "submitted"
1056          means any form of electronic, verbal, or written communication sent
1057          to the Licensor or its representatives, including but not limited to
1058          communication on electronic mailing lists, source code control systems,
1059          and issue tracking systems that are managed by, or on behalf of, the
1060          Licensor for the purpose of discussing and improving the Work, but
1061          excluding communication that is conspicuously marked or otherwise
1062          designated in writing by the copyright owner as "Not a Contribution."
1063
1064          "Contributor" shall mean Licensor and any individual or Legal Entity
1065          on behalf of whom a Contribution has been received by Licensor and
1066          subsequently incorporated within the Work.
1067
1068       2. Grant of Copyright License. Subject to the terms and conditions of
1069          this License, each Contributor hereby grants to You a perpetual,
1070          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1071          copyright license to reproduce, prepare Derivative Works of,
1072          publicly display, publicly perform, sublicense, and distribute the
1073          Work and such Derivative Works in Source or Object form.
1074
1075       3. Grant of Patent License. Subject to the terms and conditions of
1076          this License, each Contributor hereby grants to You a perpetual,
1077          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1078          (except as stated in this section) patent license to make, have made,
1079          use, offer to sell, sell, import, and otherwise transfer the Work,
1080          where such license applies only to those patent claims licensable
1081          by such Contributor that are necessarily infringed by their
1082          Contribution(s) alone or by combination of their Contribution(s)
1083          with the Work to which such Contribution(s) was submitted. If You
1084          institute patent litigation against any entity (including a
1085          cross-claim or counterclaim in a lawsuit) alleging that the Work
1086          or a Contribution incorporated within the Work constitutes direct
1087          or contributory patent infringement, then any patent licenses
1088          granted to You under this License for that Work shall terminate
1089          as of the date such litigation is filed.
1090
1091       4. Redistribution. You may reproduce and distribute copies of the
1092          Work or Derivative Works thereof in any medium, with or without
1093          modifications, and in Source or Object form, provided that You
1094          meet the following conditions:
1095
1096          (a) You must give any other recipients of the Work or
1097              Derivative Works a copy of this License; and
1098
1099          (b) You must cause any modified files to carry prominent notices
1100              stating that You changed the files; and
1101
1102          (c) You must retain, in the Source form of any Derivative Works
1103              that You distribute, all copyright, patent, trademark, and
1104              attribution notices from the Source form of the Work,
1105              excluding those notices that do not pertain to any part of
1106              the Derivative Works; and
1107
1108          (d) If the Work includes a "NOTICE" text file as part of its
1109              distribution, then any Derivative Works that You distribute must
1110              include a readable copy of the attribution notices contained
1111              within such NOTICE file, excluding those notices that do not
1112              pertain to any part of the Derivative Works, in at least one
1113              of the following places: within a NOTICE text file distributed
1114              as part of the Derivative Works; within the Source form or
1115              documentation, if provided along with the Derivative Works; or,
1116              within a display generated by the Derivative Works, if and
1117              wherever such third-party notices normally appear. The contents
1118              of the NOTICE file are for informational purposes only and
1119              do not modify the License. You may add Your own attribution
1120              notices within Derivative Works that You distribute, alongside
1121              or as an addendum to the NOTICE text from the Work, provided
1122              that such additional attribution notices cannot be construed
1123              as modifying the License.
1124
1125          You may add Your own copyright statement to Your modifications and
1126          may provide additional or different license terms and conditions
1127          for use, reproduction, or distribution of Your modifications, or
1128          for any such Derivative Works as a whole, provided Your use,
1129          reproduction, and distribution of the Work otherwise complies with
1130          the conditions stated in this License.
1131
1132       5. Submission of Contributions. Unless You explicitly state otherwise,
1133          any Contribution intentionally submitted for inclusion in the Work
1134          by You to the Licensor shall be under the terms and conditions of
1135          this License, without any additional terms or conditions.
1136          Notwithstanding the above, nothing herein shall supersede or modify
1137          the terms of any separate license agreement you may have executed
1138          with Licensor regarding such Contributions.
1139
1140       6. Trademarks. This License does not grant permission to use the trade
1141          names, trademarks, service marks, or product names of the Licensor,
1142          except as required for reasonable and customary use in describing the
1143          origin of the Work and reproducing the content of the NOTICE file.
1144
1145       7. Disclaimer of Warranty. Unless required by applicable law or
1146          agreed to in writing, Licensor provides the Work (and each
1147          Contributor provides its Contributions) on an "AS IS" BASIS,
1148          WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1149          implied, including, without limitation, any warranties or conditions
1150          of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1151          PARTICULAR PURPOSE. You are solely responsible for determining the
1152          appropriateness of using or redistributing the Work and assume any
1153          risks associated with Your exercise of permissions under this License.
1154
1155       8. Limitation of Liability. In no event and under no legal theory,
1156          whether in tort (including negligence), contract, or otherwise,
1157          unless required by applicable law (such as deliberate and grossly
1158          negligent acts) or agreed to in writing, shall any Contributor be
1159          liable to You for damages, including any direct, indirect, special,
1160          incidental, or consequential damages of any character arising as a
1161          result of this License or out of the use or inability to use the
1162          Work (including but not limited to damages for loss of goodwill,
1163          work stoppage, computer failure or malfunction, or any and all
1164          other commercial damages or losses), even if such Contributor
1165          has been advised of the possibility of such damages.
1166
1167       9. Accepting Warranty or Additional Liability. While redistributing
1168          the Work or Derivative Works thereof, You may choose to offer,
1169          and charge a fee for, acceptance of support, warranty, indemnity,
1170          or other liability obligations and/or rights consistent with this
1171          License. However, in accepting such obligations, You may act only
1172          on Your own behalf and on Your sole responsibility, not on behalf
1173          of any other Contributor, and only if You agree to indemnify,
1174          defend, and hold each Contributor harmless for any liability
1175          incurred by, or claims asserted against, such Contributor by reason
1176          of your accepting any such warranty or additional liability.
1177
1178       END OF TERMS AND CONDITIONS
1179  """
1180
1181- Punycode.js, located at lib/punycode.js, is licensed as follows:
1182  """
1183    Copyright Mathias Bynens <https://mathiasbynens.be/>
1184
1185    Permission is hereby granted, free of charge, to any person obtaining
1186    a copy of this software and associated documentation files (the
1187    "Software"), to deal in the Software without restriction, including
1188    without limitation the rights to use, copy, modify, merge, publish,
1189    distribute, sublicense, and/or sell copies of the Software, and to
1190    permit persons to whom the Software is furnished to do so, subject to
1191    the following conditions:
1192
1193    The above copyright notice and this permission notice shall be
1194    included in all copies or substantial portions of the Software.
1195
1196    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1197    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1198    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1199    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1200    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1201    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1202    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1203  """
1204
1205- V8, located at deps/v8, is licensed as follows:
1206  """
1207    This license applies to all parts of V8 that are not externally
1208    maintained libraries.  The externally maintained libraries used by V8
1209    are:
1210
1211      - PCRE test suite, located in
1212        test/mjsunit/third_party/regexp-pcre/regexp-pcre.js.  This is based on the
1213        test suite from PCRE-7.3, which is copyrighted by the University
1214        of Cambridge and Google, Inc.  The copyright notice and license
1215        are embedded in regexp-pcre.js.
1216
1217      - Layout tests, located in test/mjsunit/third_party/object-keys.  These are
1218        based on layout tests from webkit.org which are copyrighted by
1219        Apple Computer, Inc. and released under a 3-clause BSD license.
1220
1221      - Strongtalk assembler, the basis of the files assembler-arm-inl.h,
1222        assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h,
1223        assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h,
1224        assembler-x64.cc, assembler-x64.h, assembler.cc and assembler.h.
1225        This code is copyrighted by Sun Microsystems Inc. and released
1226        under a 3-clause BSD license.
1227
1228      - Valgrind client API header, located at src/third_party/valgrind/valgrind.h
1229        This is released under the BSD license.
1230
1231      - The Wasm C/C++ API headers, located at third_party/wasm-api/wasm.{h,hh}
1232        This is released under the Apache license. The API's upstream prototype
1233        implementation also formed the basis of V8's implementation in
1234        src/wasm/c-api.cc.
1235
1236    These libraries have their own licenses; we recommend you read them,
1237    as their terms may differ from the terms below.
1238
1239    Further license information can be found in LICENSE files located in
1240    sub-directories.
1241
1242    Copyright 2014, the V8 project authors. All rights reserved.
1243    Redistribution and use in source and binary forms, with or without
1244    modification, are permitted provided that the following conditions are
1245    met:
1246
1247        * Redistributions of source code must retain the above copyright
1248          notice, this list of conditions and the following disclaimer.
1249        * Redistributions in binary form must reproduce the above
1250          copyright notice, this list of conditions and the following
1251          disclaimer in the documentation and/or other materials provided
1252          with the distribution.
1253        * Neither the name of Google Inc. nor the names of its
1254          contributors may be used to endorse or promote products derived
1255          from this software without specific prior written permission.
1256
1257    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1258    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1259    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1260    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1261    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1262    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1263    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1264    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1265    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1266    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1267    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1268  """
1269
1270- SipHash, located at deps/v8/src/third_party/siphash, is licensed as follows:
1271  """
1272    SipHash reference C implementation
1273
1274    Copyright (c) 2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
1275
1276    To the extent possible under law, the author(s) have dedicated all
1277    copyright and related and neighboring rights to this software to the public
1278    domain worldwide. This software is distributed without any warranty.
1279  """
1280
1281- zlib, located at deps/zlib, is licensed as follows:
1282  """
1283    zlib.h -- interface of the 'zlib' general purpose compression library
1284    version 1.2.13.1, October xxth, 2022
1285
1286    Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
1287
1288    This software is provided 'as-is', without any express or implied
1289    warranty.  In no event will the authors be held liable for any damages
1290    arising from the use of this software.
1291
1292    Permission is granted to anyone to use this software for any purpose,
1293    including commercial applications, and to alter it and redistribute it
1294    freely, subject to the following restrictions:
1295
1296    1. The origin of this software must not be misrepresented; you must not
1297    claim that you wrote the original software. If you use this software
1298    in a product, an acknowledgment in the product documentation would be
1299    appreciated but is not required.
1300    2. Altered source versions must be plainly marked as such, and must not be
1301    misrepresented as being the original software.
1302    3. This notice may not be removed or altered from any source distribution.
1303
1304    Jean-loup Gailly        Mark Adler
1305    jloup@gzip.org          madler@alumni.caltech.edu
1306  """
1307
1308- simdutf, located at deps/simdutf, is licensed as follows:
1309  """
1310    Copyright 2021 The simdutf authors
1311
1312    Permission is hereby granted, free of charge, to any person obtaining a copy of
1313    this software and associated documentation files (the "Software"), to deal in
1314    the Software without restriction, including without limitation the rights to
1315    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1316    the Software, and to permit persons to whom the Software is furnished to do so,
1317    subject to the following conditions:
1318
1319    The above copyright notice and this permission notice shall be included in all
1320    copies or substantial portions of the Software.
1321
1322    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1323    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1324    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1325    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1326    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1327    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1328  """
1329
1330- ada, located at deps/ada, is licensed as follows:
1331  """
1332    Copyright 2023 Ada authors
1333
1334    Permission is hereby granted, free of charge, to any person obtaining a copy of
1335    this software and associated documentation files (the "Software"), to deal in
1336    the Software without restriction, including without limitation the rights to
1337    use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1338    the Software, and to permit persons to whom the Software is furnished to do so,
1339    subject to the following conditions:
1340
1341    The above copyright notice and this permission notice shall be included in all
1342    copies or substantial portions of the Software.
1343
1344    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1345    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1346    FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1347    COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1348    IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1349    CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1350  """
1351
1352- minimatch, located at deps/minimatch, is licensed as follows:
1353  """
1354    The ISC License
1355
1356    Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
1357
1358    Permission to use, copy, modify, and/or distribute this software for any
1359    purpose with or without fee is hereby granted, provided that the above
1360    copyright notice and this permission notice appear in all copies.
1361
1362    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1363    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1364    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1365    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1366    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1367    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1368    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1369  """
1370
1371- npm, located at deps/npm, is licensed as follows:
1372  """
1373    The npm application
1374    Copyright (c) npm, Inc. and Contributors
1375    Licensed on the terms of The Artistic License 2.0
1376
1377    Node package dependencies of the npm application
1378    Copyright (c) their respective copyright owners
1379    Licensed on their respective license terms
1380
1381    The npm public registry at https://registry.npmjs.org
1382    and the npm website at https://www.npmjs.com
1383    Operated by npm, Inc.
1384    Use governed by terms published on https://www.npmjs.com
1385
1386    "Node.js"
1387    Trademark Joyent, Inc., https://joyent.com
1388    Neither npm nor npm, Inc. are affiliated with Joyent, Inc.
1389
1390    The Node.js application
1391    Project of Node Foundation, https://nodejs.org
1392
1393    The npm Logo
1394    Copyright (c) Mathias Pettersson and Brian Hammond
1395
1396    "Gubblebum Blocky" typeface
1397    Copyright (c) Tjarda Koster, https://jelloween.deviantart.com
1398    Used with permission
1399
1400    --------
1401
1402    The Artistic License 2.0
1403
1404    Copyright (c) 2000-2006, The Perl Foundation.
1405
1406    Everyone is permitted to copy and distribute verbatim copies
1407    of this license document, but changing it is not allowed.
1408
1409    Preamble
1410
1411    This license establishes the terms under which a given free software
1412    Package may be copied, modified, distributed, and/or redistributed.
1413    The intent is that the Copyright Holder maintains some artistic
1414    control over the development of that Package while still keeping the
1415    Package available as open source and free software.
1416
1417    You are always permitted to make arrangements wholly outside of this
1418    license directly with the Copyright Holder of a given Package.  If the
1419    terms of this license do not permit the full use that you propose to
1420    make of the Package, you should contact the Copyright Holder and seek
1421    a different licensing arrangement.
1422
1423    Definitions
1424
1425        "Copyright Holder" means the individual(s) or organization(s)
1426        named in the copyright notice for the entire Package.
1427
1428        "Contributor" means any party that has contributed code or other
1429        material to the Package, in accordance with the Copyright Holder's
1430        procedures.
1431
1432        "You" and "your" means any person who would like to copy,
1433        distribute, or modify the Package.
1434
1435        "Package" means the collection of files distributed by the
1436        Copyright Holder, and derivatives of that collection and/or of
1437        those files. A given Package may consist of either the Standard
1438        Version, or a Modified Version.
1439
1440        "Distribute" means providing a copy of the Package or making it
1441        accessible to anyone else, or in the case of a company or
1442        organization, to others outside of your company or organization.
1443
1444        "Distributor Fee" means any fee that you charge for Distributing
1445        this Package or providing support for this Package to another
1446        party.  It does not mean licensing fees.
1447
1448        "Standard Version" refers to the Package if it has not been
1449        modified, or has been modified only in ways explicitly requested
1450        by the Copyright Holder.
1451
1452        "Modified Version" means the Package, if it has been changed, and
1453        such changes were not explicitly requested by the Copyright
1454        Holder.
1455
1456        "Original License" means this Artistic License as Distributed with
1457        the Standard Version of the Package, in its current version or as
1458        it may be modified by The Perl Foundation in the future.
1459
1460        "Source" form means the source code, documentation source, and
1461        configuration files for the Package.
1462
1463        "Compiled" form means the compiled bytecode, object code, binary,
1464        or any other form resulting from mechanical transformation or
1465        translation of the Source form.
1466
1467    Permission for Use and Modification Without Distribution
1468
1469    (1)  You are permitted to use the Standard Version and create and use
1470    Modified Versions for any purpose without restriction, provided that
1471    you do not Distribute the Modified Version.
1472
1473    Permissions for Redistribution of the Standard Version
1474
1475    (2)  You may Distribute verbatim copies of the Source form of the
1476    Standard Version of this Package in any medium without restriction,
1477    either gratis or for a Distributor Fee, provided that you duplicate
1478    all of the original copyright notices and associated disclaimers.  At
1479    your discretion, such verbatim copies may or may not include a
1480    Compiled form of the Package.
1481
1482    (3)  You may apply any bug fixes, portability changes, and other
1483    modifications made available from the Copyright Holder.  The resulting
1484    Package will still be considered the Standard Version, and as such
1485    will be subject to the Original License.
1486
1487    Distribution of Modified Versions of the Package as Source
1488
1489    (4)  You may Distribute your Modified Version as Source (either gratis
1490    or for a Distributor Fee, and with or without a Compiled form of the
1491    Modified Version) provided that you clearly document how it differs
1492    from the Standard Version, including, but not limited to, documenting
1493    any non-standard features, executables, or modules, and provided that
1494    you do at least ONE of the following:
1495
1496        (a)  make the Modified Version available to the Copyright Holder
1497        of the Standard Version, under the Original License, so that the
1498        Copyright Holder may include your modifications in the Standard
1499        Version.
1500
1501        (b)  ensure that installation of your Modified Version does not
1502        prevent the user installing or running the Standard Version. In
1503        addition, the Modified Version must bear a name that is different
1504        from the name of the Standard Version.
1505
1506        (c)  allow anyone who receives a copy of the Modified Version to
1507        make the Source form of the Modified Version available to others
1508        under
1509
1510            (i)  the Original License or
1511
1512            (ii)  a license that permits the licensee to freely copy,
1513            modify and redistribute the Modified Version using the same
1514            licensing terms that apply to the copy that the licensee
1515            received, and requires that the Source form of the Modified
1516            Version, and of any works derived from it, be made freely
1517            available in that license fees are prohibited but Distributor
1518            Fees are allowed.
1519
1520    Distribution of Compiled Forms of the Standard Version
1521    or Modified Versions without the Source
1522
1523    (5)  You may Distribute Compiled forms of the Standard Version without
1524    the Source, provided that you include complete instructions on how to
1525    get the Source of the Standard Version.  Such instructions must be
1526    valid at the time of your distribution.  If these instructions, at any
1527    time while you are carrying out such distribution, become invalid, you
1528    must provide new instructions on demand or cease further distribution.
1529    If you provide valid instructions or cease distribution within thirty
1530    days after you become aware that the instructions are invalid, then
1531    you do not forfeit any of your rights under this license.
1532
1533    (6)  You may Distribute a Modified Version in Compiled form without
1534    the Source, provided that you comply with Section 4 with respect to
1535    the Source of the Modified Version.
1536
1537    Aggregating or Linking the Package
1538
1539    (7)  You may aggregate the Package (either the Standard Version or
1540    Modified Version) with other packages and Distribute the resulting
1541    aggregation provided that you do not charge a licensing fee for the
1542    Package.  Distributor Fees are permitted, and licensing fees for other
1543    components in the aggregation are permitted. The terms of this license
1544    apply to the use and Distribution of the Standard or Modified Versions
1545    as included in the aggregation.
1546
1547    (8) You are permitted to link Modified and Standard Versions with
1548    other works, to embed the Package in a larger work of your own, or to
1549    build stand-alone binary or bytecode versions of applications that
1550    include the Package, and Distribute the result without restriction,
1551    provided the result does not expose a direct interface to the Package.
1552
1553    Items That are Not Considered Part of a Modified Version
1554
1555    (9) Works (including, but not limited to, modules and scripts) that
1556    merely extend or make use of the Package, do not, by themselves, cause
1557    the Package to be a Modified Version.  In addition, such works are not
1558    considered parts of the Package itself, and are not subject to the
1559    terms of this license.
1560
1561    General Provisions
1562
1563    (10)  Any use, modification, and distribution of the Standard or
1564    Modified Versions is governed by this Artistic License. By using,
1565    modifying or distributing the Package, you accept this license. Do not
1566    use, modify, or distribute the Package, if you do not accept this
1567    license.
1568
1569    (11)  If your Modified Version has been derived from a Modified
1570    Version made by someone other than you, you are nevertheless required
1571    to ensure that your Modified Version complies with the requirements of
1572    this license.
1573
1574    (12)  This license does not grant you the right to use any trademark,
1575    service mark, tradename, or logo of the Copyright Holder.
1576
1577    (13)  This license includes the non-exclusive, worldwide,
1578    free-of-charge patent license to make, have made, use, offer to sell,
1579    sell, import and otherwise transfer the Package with respect to any
1580    patent claims licensable by the Copyright Holder that are necessarily
1581    infringed by the Package. If you institute patent litigation
1582    (including a cross-claim or counterclaim) against any party alleging
1583    that the Package constitutes direct or contributory patent
1584    infringement, then this Artistic License to you shall terminate on the
1585    date that such litigation is filed.
1586
1587    (14)  Disclaimer of Warranty:
1588    THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
1589    IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
1590    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1591    NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
1592    LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
1593    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
1594    DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
1595    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1596
1597    --------
1598  """
1599
1600- GYP, located at tools/gyp, is licensed as follows:
1601  """
1602    Copyright (c) 2020 Node.js contributors. All rights reserved.
1603    Copyright (c) 2009 Google Inc. All rights reserved.
1604
1605    Redistribution and use in source and binary forms, with or without
1606    modification, are permitted provided that the following conditions are
1607    met:
1608
1609       * Redistributions of source code must retain the above copyright
1610    notice, this list of conditions and the following disclaimer.
1611       * Redistributions in binary form must reproduce the above
1612    copyright notice, this list of conditions and the following disclaimer
1613    in the documentation and/or other materials provided with the
1614    distribution.
1615       * Neither the name of Google Inc. nor the names of its
1616    contributors may be used to endorse or promote products derived from
1617    this software without specific prior written permission.
1618
1619    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1620    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1621    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1622    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1623    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1624    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1625    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1626    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1627    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1628    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1629    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1630  """
1631
1632- inspector_protocol, located at tools/inspector_protocol, is licensed as follows:
1633  """
1634    // Copyright 2016 The Chromium Authors. All rights reserved.
1635    //
1636    // Redistribution and use in source and binary forms, with or without
1637    // modification, are permitted provided that the following conditions are
1638    // met:
1639    //
1640    //    * Redistributions of source code must retain the above copyright
1641    // notice, this list of conditions and the following disclaimer.
1642    //    * Redistributions in binary form must reproduce the above
1643    // copyright notice, this list of conditions and the following disclaimer
1644    // in the documentation and/or other materials provided with the
1645    // distribution.
1646    //    * Neither the name of Google Inc. nor the names of its
1647    // contributors may be used to endorse or promote products derived from
1648    // this software without specific prior written permission.
1649    //
1650    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1651    // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1652    // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1653    // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1654    // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1655    // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1656    // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1657    // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1658    // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1659    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1660    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1661  """
1662
1663- jinja2, located at tools/inspector_protocol/jinja2, is licensed as follows:
1664  """
1665    Copyright (c) 2009 by the Jinja Team, see AUTHORS for more details.
1666
1667    Some rights reserved.
1668
1669    Redistribution and use in source and binary forms, with or without
1670    modification, are permitted provided that the following conditions are
1671    met:
1672
1673        * Redistributions of source code must retain the above copyright
1674          notice, this list of conditions and the following disclaimer.
1675
1676        * Redistributions in binary form must reproduce the above
1677          copyright notice, this list of conditions and the following
1678          disclaimer in the documentation and/or other materials provided
1679          with the distribution.
1680
1681        * The names of the contributors may not be used to endorse or
1682          promote products derived from this software without specific
1683          prior written permission.
1684
1685    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1686    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1687    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1688    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1689    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1690    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1691    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1692    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1693    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1694    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1695    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1696  """
1697
1698- markupsafe, located at tools/inspector_protocol/markupsafe, is licensed as follows:
1699  """
1700    Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
1701    for more details.
1702
1703    Some rights reserved.
1704
1705    Redistribution and use in source and binary forms of the software as well
1706    as documentation, with or without modification, are permitted provided
1707    that the following conditions are met:
1708
1709    * Redistributions of source code must retain the above copyright
1710      notice, this list of conditions and the following disclaimer.
1711
1712    * Redistributions in binary form must reproduce the above
1713      copyright notice, this list of conditions and the following
1714      disclaimer in the documentation and/or other materials provided
1715      with the distribution.
1716
1717    * The names of the contributors may not be used to endorse or
1718      promote products derived from this software without specific
1719      prior written permission.
1720
1721    THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
1722    CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
1723    NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1724    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
1725    OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1726    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1727    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1728    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1729    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1730    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1731    SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1732    DAMAGE.
1733  """
1734
1735- cpplint.py, located at tools/cpplint.py, is licensed as follows:
1736  """
1737    Copyright (c) 2009 Google Inc. All rights reserved.
1738
1739    Redistribution and use in source and binary forms, with or without
1740    modification, are permitted provided that the following conditions are
1741    met:
1742
1743       * Redistributions of source code must retain the above copyright
1744    notice, this list of conditions and the following disclaimer.
1745       * Redistributions in binary form must reproduce the above
1746    copyright notice, this list of conditions and the following disclaimer
1747    in the documentation and/or other materials provided with the
1748    distribution.
1749       * Neither the name of Google Inc. nor the names of its
1750    contributors may be used to endorse or promote products derived from
1751    this software without specific prior written permission.
1752
1753    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1754    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1755    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1756    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1757    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1758    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1759    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1760    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1761    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1762    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1763    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1764  """
1765
1766- ESLint, located at tools/node_modules/eslint, is licensed as follows:
1767  """
1768    Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
1769
1770    Permission is hereby granted, free of charge, to any person obtaining a copy
1771    of this software and associated documentation files (the "Software"), to deal
1772    in the Software without restriction, including without limitation the rights
1773    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1774    copies of the Software, and to permit persons to whom the Software is
1775    furnished to do so, subject to the following conditions:
1776
1777    The above copyright notice and this permission notice shall be included in
1778    all copies or substantial portions of the Software.
1779
1780    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1781    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1782    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1783    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1784    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1785    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1786    THE SOFTWARE.
1787  """
1788
1789- gtest, located at deps/googletest, is licensed as follows:
1790  """
1791    Copyright 2008, Google Inc.
1792    All rights reserved.
1793
1794    Redistribution and use in source and binary forms, with or without
1795    modification, are permitted provided that the following conditions are
1796    met:
1797
1798        * Redistributions of source code must retain the above copyright
1799    notice, this list of conditions and the following disclaimer.
1800        * Redistributions in binary form must reproduce the above
1801    copyright notice, this list of conditions and the following disclaimer
1802    in the documentation and/or other materials provided with the
1803    distribution.
1804        * Neither the name of Google Inc. nor the names of its
1805    contributors may be used to endorse or promote products derived from
1806    this software without specific prior written permission.
1807
1808    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1809    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1810    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1811    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1812    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1813    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1814    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1815    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1816    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1817    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1818    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1819  """
1820
1821- nghttp2, located at deps/nghttp2, is licensed as follows:
1822  """
1823    The MIT License
1824
1825    Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa
1826    Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors
1827
1828    Permission is hereby granted, free of charge, to any person obtaining
1829    a copy of this software and associated documentation files (the
1830    "Software"), to deal in the Software without restriction, including
1831    without limitation the rights to use, copy, modify, merge, publish,
1832    distribute, sublicense, and/or sell copies of the Software, and to
1833    permit persons to whom the Software is furnished to do so, subject to
1834    the following conditions:
1835
1836    The above copyright notice and this permission notice shall be
1837    included in all copies or substantial portions of the Software.
1838
1839    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1840    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1841    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1842    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1843    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1844    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1845    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1846  """
1847
1848- large_pages, located at src/large_pages, is licensed as follows:
1849  """
1850     Copyright (C) 2018 Intel Corporation
1851
1852     Permission is hereby granted, free of charge, to any person obtaining a copy
1853     of this software and associated documentation files (the "Software"),
1854     to deal in the Software without restriction, including without limitation
1855     the rights to use, copy, modify, merge, publish, distribute, sublicense,
1856     and/or sell copies of the Software, and to permit persons to whom
1857     the Software is furnished to do so, subject to the following conditions:
1858
1859     The above copyright notice and this permission notice shall be included
1860     in all copies or substantial portions of the Software.
1861
1862     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1863     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1864     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1865     THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
1866     OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1867     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
1868     OR OTHER DEALINGS IN THE SOFTWARE.
1869  """
1870
1871- caja, located at lib/internal/freeze_intrinsics.js, is licensed as follows:
1872  """
1873     Adapted from SES/Caja - Copyright (C) 2011 Google Inc.
1874     Copyright (C) 2018 Agoric
1875
1876     Licensed under the Apache License, Version 2.0 (the "License");
1877     you may not use this file except in compliance with the License.
1878     You may obtain a copy of the License at
1879
1880     http://www.apache.org/licenses/LICENSE-2.0
1881
1882     Unless required by applicable law or agreed to in writing, software
1883     distributed under the License is distributed on an "AS IS" BASIS,
1884     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1885     See the License for the specific language governing permissions and
1886     limitations under the License.
1887  """
1888
1889- brotli, located at deps/brotli, is licensed as follows:
1890  """
1891    Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
1892
1893    Permission is hereby granted, free of charge, to any person obtaining a copy
1894    of this software and associated documentation files (the "Software"), to deal
1895    in the Software without restriction, including without limitation the rights
1896    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1897    copies of the Software, and to permit persons to whom the Software is
1898    furnished to do so, subject to the following conditions:
1899
1900    The above copyright notice and this permission notice shall be included in
1901    all copies or substantial portions of the Software.
1902
1903    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1904    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1905    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
1906    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1907    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1908    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1909    THE SOFTWARE.
1910  """
1911
1912- HdrHistogram, located at deps/histogram, is licensed as follows:
1913  """
1914    The code in this repository code was Written by Gil Tene, Michael Barker,
1915    and Matt Warren, and released to the public domain, as explained at
1916    http://creativecommons.org/publicdomain/zero/1.0/
1917
1918    For users of this code who wish to consume it under the "BSD" license
1919    rather than under the public domain or CC0 contribution text mentioned
1920    above, the code found under this directory is *also* provided under the
1921    following license (commonly referred to as the BSD 2-Clause License). This
1922    license does not detract from the above stated release of the code into
1923    the public domain, and simply represents an additional license granted by
1924    the Author.
1925
1926    -----------------------------------------------------------------------------
1927    ** Beginning of "BSD 2-Clause License" text. **
1928
1929     Copyright (c) 2012, 2013, 2014 Gil Tene
1930     Copyright (c) 2014 Michael Barker
1931     Copyright (c) 2014 Matt Warren
1932     All rights reserved.
1933
1934     Redistribution and use in source and binary forms, with or without
1935     modification, are permitted provided that the following conditions are met:
1936
1937     1. Redistributions of source code must retain the above copyright notice,
1938        this list of conditions and the following disclaimer.
1939
1940     2. Redistributions in binary form must reproduce the above copyright notice,
1941        this list of conditions and the following disclaimer in the documentation
1942        and/or other materials provided with the distribution.
1943
1944     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1945     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1946     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1947     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
1948     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1949     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1950     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1951     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1952     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1953     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
1954     THE POSSIBILITY OF SUCH DAMAGE.
1955  """
1956
1957- highlight.js, located at doc/api_assets/highlight.pack.js, is licensed as follows:
1958  """
1959    BSD 3-Clause License
1960
1961    Copyright (c) 2006, Ivan Sagalaev.
1962    All rights reserved.
1963
1964    Redistribution and use in source and binary forms, with or without
1965    modification, are permitted provided that the following conditions are met:
1966
1967    * Redistributions of source code must retain the above copyright notice, this
1968      list of conditions and the following disclaimer.
1969
1970    * Redistributions in binary form must reproduce the above copyright notice,
1971      this list of conditions and the following disclaimer in the documentation
1972      and/or other materials provided with the distribution.
1973
1974    * Neither the name of the copyright holder nor the names of its
1975      contributors may be used to endorse or promote products derived from
1976      this software without specific prior written permission.
1977
1978    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1979    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1980    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1981    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1982    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1983    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1984    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1985    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1986    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1987    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1988  """
1989
1990- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
1991  """
1992    ISC License
1993
1994    Copyright (c) 2012, Ben Noordhuis <info@bnoordhuis.nl>
1995
1996    Permission to use, copy, modify, and/or distribute this software for any
1997    purpose with or without fee is hereby granted, provided that the above
1998    copyright notice and this permission notice appear in all copies.
1999
2000    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2001    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2002    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2003    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2004    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2005    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2006    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2007
2008    === src/compat.h src/compat-inl.h ===
2009
2010    ISC License
2011
2012    Copyright (c) 2014, StrongLoop Inc.
2013
2014    Permission to use, copy, modify, and/or distribute this software for any
2015    purpose with or without fee is hereby granted, provided that the above
2016    copyright notice and this permission notice appear in all copies.
2017
2018    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2019    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2020    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2021    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2022    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2023    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2024    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2025  """
2026
2027- rimraf, located at lib/internal/fs/rimraf.js, is licensed as follows:
2028  """
2029    The ISC License
2030
2031    Copyright (c) Isaac Z. Schlueter and Contributors
2032
2033    Permission to use, copy, modify, and/or distribute this software for any
2034    purpose with or without fee is hereby granted, provided that the above
2035    copyright notice and this permission notice appear in all copies.
2036
2037    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2038    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2039    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2040    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2041    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2042    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2043    IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2044  """
2045
2046- uvwasi, located at deps/uvwasi, is licensed as follows:
2047  """
2048    MIT License
2049
2050    Copyright (c) 2019 Colin Ihrig and Contributors
2051
2052    Permission is hereby granted, free of charge, to any person obtaining a copy
2053    of this software and associated documentation files (the "Software"), to deal
2054    in the Software without restriction, including without limitation the rights
2055    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2056    copies of the Software, and to permit persons to whom the Software is
2057    furnished to do so, subject to the following conditions:
2058
2059    The above copyright notice and this permission notice shall be included in all
2060    copies or substantial portions of the Software.
2061
2062    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2063    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2064    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2065    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2066    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2067    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2068    SOFTWARE.
2069  """
2070
2071- ngtcp2, located at deps/ngtcp2/ngtcp2/, is licensed as follows:
2072  """
2073    The MIT License
2074
2075    Copyright (c) 2016 ngtcp2 contributors
2076
2077    Permission is hereby granted, free of charge, to any person obtaining
2078    a copy of this software and associated documentation files (the
2079    "Software"), to deal in the Software without restriction, including
2080    without limitation the rights to use, copy, modify, merge, publish,
2081    distribute, sublicense, and/or sell copies of the Software, and to
2082    permit persons to whom the Software is furnished to do so, subject to
2083    the following conditions:
2084
2085    The above copyright notice and this permission notice shall be
2086    included in all copies or substantial portions of the Software.
2087
2088    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2089    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2090    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2091    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2092    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2093    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2094    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2095  """
2096
2097- nghttp3, located at deps/ngtcp2/nghttp3/, is licensed as follows:
2098  """
2099    The MIT License
2100
2101    Copyright (c) 2019 nghttp3 contributors
2102
2103    Permission is hereby granted, free of charge, to any person obtaining
2104    a copy of this software and associated documentation files (the
2105    "Software"), to deal in the Software without restriction, including
2106    without limitation the rights to use, copy, modify, merge, publish,
2107    distribute, sublicense, and/or sell copies of the Software, and to
2108    permit persons to whom the Software is furnished to do so, subject to
2109    the following conditions:
2110
2111    The above copyright notice and this permission notice shall be
2112    included in all copies or substantial portions of the Software.
2113
2114    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2115    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2116    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2117    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2118    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2119    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2120    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121  """
2122
2123- node-fs-extra, located at lib/internal/fs/cp, is licensed as follows:
2124  """
2125    (The MIT License)
2126
2127    Copyright (c) 2011-2017 JP Richardson
2128
2129    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
2130    (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
2131     merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
2132     furnished to do so, subject to the following conditions:
2133
2134    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2135
2136    THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
2137    WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
2138    OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2139     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2140  """
2141
2142- base64, located at deps/base64/base64/, is licensed as follows:
2143  """
2144    Copyright (c) 2005-2007, Nick Galbreath
2145    Copyright (c) 2013-2019, Alfred Klomp
2146    Copyright (c) 2015-2017, Wojciech Mula
2147    Copyright (c) 2016-2017, Matthieu Darbois
2148    All rights reserved.
2149
2150    Redistribution and use in source and binary forms, with or without
2151    modification, are permitted provided that the following conditions are
2152    met:
2153
2154    - Redistributions of source code must retain the above copyright notice,
2155      this list of conditions and the following disclaimer.
2156
2157    - Redistributions in binary form must reproduce the above copyright
2158      notice, this list of conditions and the following disclaimer in the
2159      documentation and/or other materials provided with the distribution.
2160
2161    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2162    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2163    TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2164    PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2165    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2166    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2167    TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2168    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2169    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2170    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2171    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2172  """
2173