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