@createiq/frontend-licenses 1.0.74 → 1.0.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -531,16 +531,6 @@ var oss_licenses_default = [
531
531
  licenseText: 'MIT License\n\nCopyright (c) Emotion team and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
532
532
  copyrightText: "Copyright (c) Emotion team and other contributors"
533
533
  },
534
- {
535
- name: "@fastify/otel",
536
- author: "Carlos Fuentes - @metcoder95",
537
- website: "https://github.com/fastify/otel#readme",
538
- licenses: {
539
- license: "MIT"
540
- },
541
- licenseText: 'MIT License\n\nCopyright (c) 2024-present The Fastify team <https://github.com/fastify/fastify#team>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
542
- copyrightText: "Copyright (c) 2024-present The Fastify team <https://github.com/fastify/fastify#team>"
543
- },
544
534
  {
545
535
  name: "@fingerprintjs/fingerprintjs",
546
536
  author: "FingerprintJS, Inc",
@@ -1714,9 +1704,9 @@ var oss_licenses_default = [
1714
1704
  `
1715
1705
  },
1716
1706
  {
1717
- name: "@opentelemetry/instrumentation-amqplib",
1707
+ name: "@opentelemetry/resources",
1718
1708
  author: "OpenTelemetry Authors",
1719
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-amqplib#readme",
1709
+ website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources",
1720
1710
  licenses: {
1721
1711
  license: "Apache-2.0"
1722
1712
  },
@@ -1924,9 +1914,9 @@ var oss_licenses_default = [
1924
1914
  `
1925
1915
  },
1926
1916
  {
1927
- name: "@opentelemetry/instrumentation-connect",
1917
+ name: "@opentelemetry/sdk-trace-base",
1928
1918
  author: "OpenTelemetry Authors",
1929
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-connect#readme",
1919
+ website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base",
1930
1920
  licenses: {
1931
1921
  license: "Apache-2.0"
1932
1922
  },
@@ -2134,9 +2124,9 @@ var oss_licenses_default = [
2134
2124
  `
2135
2125
  },
2136
2126
  {
2137
- name: "@opentelemetry/instrumentation-dataloader",
2127
+ name: "@opentelemetry/semantic-conventions",
2138
2128
  author: "OpenTelemetry Authors",
2139
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-dataloader#readme",
2129
+ website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions",
2140
2130
  licenses: {
2141
2131
  license: "Apache-2.0"
2142
2132
  },
@@ -2344,3799 +2334,19 @@ var oss_licenses_default = [
2344
2334
  `
2345
2335
  },
2346
2336
  {
2347
- name: "@opentelemetry/instrumentation-fs",
2348
- author: "OpenTelemetry Authors",
2349
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs#readme",
2337
+ name: "@platejs/core",
2338
+ website: "https://platejs.org",
2350
2339
  licenses: {
2351
- license: "Apache-2.0"
2340
+ license: "MIT"
2352
2341
  },
2353
- licenseText: ` Apache License
2354
- Version 2.0, January 2004
2355
- http://www.apache.org/licenses/
2356
-
2357
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2358
-
2359
- 1. Definitions.
2360
-
2361
- "License" shall mean the terms and conditions for use, reproduction,
2362
- and distribution as defined by Sections 1 through 9 of this document.
2363
-
2364
- "Licensor" shall mean the copyright owner or entity authorized by
2365
- the copyright owner that is granting the License.
2366
-
2367
- "Legal Entity" shall mean the union of the acting entity and all
2368
- other entities that control, are controlled by, or are under common
2369
- control with that entity. For the purposes of this definition,
2370
- "control" means (i) the power, direct or indirect, to cause the
2371
- direction or management of such entity, whether by contract or
2372
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2373
- outstanding shares, or (iii) beneficial ownership of such entity.
2374
-
2375
- "You" (or "Your") shall mean an individual or Legal Entity
2376
- exercising permissions granted by this License.
2377
-
2378
- "Source" form shall mean the preferred form for making modifications,
2379
- including but not limited to software source code, documentation
2380
- source, and configuration files.
2381
-
2382
- "Object" form shall mean any form resulting from mechanical
2383
- transformation or translation of a Source form, including but
2384
- not limited to compiled object code, generated documentation,
2385
- and conversions to other media types.
2386
-
2387
- "Work" shall mean the work of authorship, whether in Source or
2388
- Object form, made available under the License, as indicated by a
2389
- copyright notice that is included in or attached to the work
2390
- (an example is provided in the Appendix below).
2391
-
2392
- "Derivative Works" shall mean any work, whether in Source or Object
2393
- form, that is based on (or derived from) the Work and for which the
2394
- editorial revisions, annotations, elaborations, or other modifications
2395
- represent, as a whole, an original work of authorship. For the purposes
2396
- of this License, Derivative Works shall not include works that remain
2397
- separable from, or merely link (or bind by name) to the interfaces of,
2398
- the Work and Derivative Works thereof.
2399
-
2400
- "Contribution" shall mean any work of authorship, including
2401
- the original version of the Work and any modifications or additions
2402
- to that Work or Derivative Works thereof, that is intentionally
2403
- submitted to Licensor for inclusion in the Work by the copyright owner
2404
- or by an individual or Legal Entity authorized to submit on behalf of
2405
- the copyright owner. For the purposes of this definition, "submitted"
2406
- means any form of electronic, verbal, or written communication sent
2407
- to the Licensor or its representatives, including but not limited to
2408
- communication on electronic mailing lists, source code control systems,
2409
- and issue tracking systems that are managed by, or on behalf of, the
2410
- Licensor for the purpose of discussing and improving the Work, but
2411
- excluding communication that is conspicuously marked or otherwise
2412
- designated in writing by the copyright owner as "Not a Contribution."
2413
-
2414
- "Contributor" shall mean Licensor and any individual or Legal Entity
2415
- on behalf of whom a Contribution has been received by Licensor and
2416
- subsequently incorporated within the Work.
2417
-
2418
- 2. Grant of Copyright License. Subject to the terms and conditions of
2419
- this License, each Contributor hereby grants to You a perpetual,
2420
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2421
- copyright license to reproduce, prepare Derivative Works of,
2422
- publicly display, publicly perform, sublicense, and distribute the
2423
- Work and such Derivative Works in Source or Object form.
2424
-
2425
- 3. Grant of Patent License. Subject to the terms and conditions of
2426
- this License, each Contributor hereby grants to You a perpetual,
2427
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2428
- (except as stated in this section) patent license to make, have made,
2429
- use, offer to sell, sell, import, and otherwise transfer the Work,
2430
- where such license applies only to those patent claims licensable
2431
- by such Contributor that are necessarily infringed by their
2432
- Contribution(s) alone or by combination of their Contribution(s)
2433
- with the Work to which such Contribution(s) was submitted. If You
2434
- institute patent litigation against any entity (including a
2435
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2436
- or a Contribution incorporated within the Work constitutes direct
2437
- or contributory patent infringement, then any patent licenses
2438
- granted to You under this License for that Work shall terminate
2439
- as of the date such litigation is filed.
2440
-
2441
- 4. Redistribution. You may reproduce and distribute copies of the
2442
- Work or Derivative Works thereof in any medium, with or without
2443
- modifications, and in Source or Object form, provided that You
2444
- meet the following conditions:
2445
-
2446
- (a) You must give any other recipients of the Work or
2447
- Derivative Works a copy of this License; and
2448
-
2449
- (b) You must cause any modified files to carry prominent notices
2450
- stating that You changed the files; and
2451
-
2452
- (c) You must retain, in the Source form of any Derivative Works
2453
- that You distribute, all copyright, patent, trademark, and
2454
- attribution notices from the Source form of the Work,
2455
- excluding those notices that do not pertain to any part of
2456
- the Derivative Works; and
2457
-
2458
- (d) If the Work includes a "NOTICE" text file as part of its
2459
- distribution, then any Derivative Works that You distribute must
2460
- include a readable copy of the attribution notices contained
2461
- within such NOTICE file, excluding those notices that do not
2462
- pertain to any part of the Derivative Works, in at least one
2463
- of the following places: within a NOTICE text file distributed
2464
- as part of the Derivative Works; within the Source form or
2465
- documentation, if provided along with the Derivative Works; or,
2466
- within a display generated by the Derivative Works, if and
2467
- wherever such third-party notices normally appear. The contents
2468
- of the NOTICE file are for informational purposes only and
2469
- do not modify the License. You may add Your own attribution
2470
- notices within Derivative Works that You distribute, alongside
2471
- or as an addendum to the NOTICE text from the Work, provided
2472
- that such additional attribution notices cannot be construed
2473
- as modifying the License.
2474
-
2475
- You may add Your own copyright statement to Your modifications and
2476
- may provide additional or different license terms and conditions
2477
- for use, reproduction, or distribution of Your modifications, or
2478
- for any such Derivative Works as a whole, provided Your use,
2479
- reproduction, and distribution of the Work otherwise complies with
2480
- the conditions stated in this License.
2481
-
2482
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2483
- any Contribution intentionally submitted for inclusion in the Work
2484
- by You to the Licensor shall be under the terms and conditions of
2485
- this License, without any additional terms or conditions.
2486
- Notwithstanding the above, nothing herein shall supersede or modify
2487
- the terms of any separate license agreement you may have executed
2488
- with Licensor regarding such Contributions.
2489
-
2490
- 6. Trademarks. This License does not grant permission to use the trade
2491
- names, trademarks, service marks, or product names of the Licensor,
2492
- except as required for reasonable and customary use in describing the
2493
- origin of the Work and reproducing the content of the NOTICE file.
2494
-
2495
- 7. Disclaimer of Warranty. Unless required by applicable law or
2496
- agreed to in writing, Licensor provides the Work (and each
2497
- Contributor provides its Contributions) on an "AS IS" BASIS,
2498
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2499
- implied, including, without limitation, any warranties or conditions
2500
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2501
- PARTICULAR PURPOSE. You are solely responsible for determining the
2502
- appropriateness of using or redistributing the Work and assume any
2503
- risks associated with Your exercise of permissions under this License.
2504
-
2505
- 8. Limitation of Liability. In no event and under no legal theory,
2506
- whether in tort (including negligence), contract, or otherwise,
2507
- unless required by applicable law (such as deliberate and grossly
2508
- negligent acts) or agreed to in writing, shall any Contributor be
2509
- liable to You for damages, including any direct, indirect, special,
2510
- incidental, or consequential damages of any character arising as a
2511
- result of this License or out of the use or inability to use the
2512
- Work (including but not limited to damages for loss of goodwill,
2513
- work stoppage, computer failure or malfunction, or any and all
2514
- other commercial damages or losses), even if such Contributor
2515
- has been advised of the possibility of such damages.
2516
-
2517
- 9. Accepting Warranty or Additional Liability. While redistributing
2518
- the Work or Derivative Works thereof, You may choose to offer,
2519
- and charge a fee for, acceptance of support, warranty, indemnity,
2520
- or other liability obligations and/or rights consistent with this
2521
- License. However, in accepting such obligations, You may act only
2522
- on Your own behalf and on Your sole responsibility, not on behalf
2523
- of any other Contributor, and only if You agree to indemnify,
2524
- defend, and hold each Contributor harmless for any liability
2525
- incurred by, or claims asserted against, such Contributor by reason
2526
- of your accepting any such warranty or additional liability.
2527
-
2528
- END OF TERMS AND CONDITIONS
2529
-
2530
- APPENDIX: How to apply the Apache License to your work.
2531
-
2532
- To apply the Apache License to your work, attach the following
2533
- boilerplate notice, with the fields enclosed by brackets "[]"
2534
- replaced with your own identifying information. (Don't include
2535
- the brackets!) The text should be enclosed in the appropriate
2536
- comment syntax for the file format. We also recommend that a
2537
- file or class name and description of purpose be included on the
2538
- same "printed page" as the copyright notice for easier
2539
- identification within third-party archives.
2540
-
2541
- Copyright [yyyy] [name of copyright owner]
2542
-
2543
- Licensed under the Apache License, Version 2.0 (the "License");
2544
- you may not use this file except in compliance with the License.
2545
- You may obtain a copy of the License at
2546
-
2547
- http://www.apache.org/licenses/LICENSE-2.0
2548
-
2549
- Unless required by applicable law or agreed to in writing, software
2550
- distributed under the License is distributed on an "AS IS" BASIS,
2551
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2552
- See the License for the specific language governing permissions and
2553
- limitations under the License.
2554
- `
2342
+ licenseText: 'The MIT License (MIT)\n\nCopyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Luke Murray\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
2343
+ copyrightText: "Copyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Luke Murray"
2555
2344
  },
2556
2345
  {
2557
- name: "@opentelemetry/instrumentation-generic-pool",
2558
- author: "OpenTelemetry Authors",
2559
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-generic-pool#readme",
2346
+ name: "@platejs/docx",
2347
+ website: "https://platejs.org",
2560
2348
  licenses: {
2561
- license: "Apache-2.0"
2562
- },
2563
- licenseText: ` Apache License
2564
- Version 2.0, January 2004
2565
- http://www.apache.org/licenses/
2566
-
2567
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2568
-
2569
- 1. Definitions.
2570
-
2571
- "License" shall mean the terms and conditions for use, reproduction,
2572
- and distribution as defined by Sections 1 through 9 of this document.
2573
-
2574
- "Licensor" shall mean the copyright owner or entity authorized by
2575
- the copyright owner that is granting the License.
2576
-
2577
- "Legal Entity" shall mean the union of the acting entity and all
2578
- other entities that control, are controlled by, or are under common
2579
- control with that entity. For the purposes of this definition,
2580
- "control" means (i) the power, direct or indirect, to cause the
2581
- direction or management of such entity, whether by contract or
2582
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2583
- outstanding shares, or (iii) beneficial ownership of such entity.
2584
-
2585
- "You" (or "Your") shall mean an individual or Legal Entity
2586
- exercising permissions granted by this License.
2587
-
2588
- "Source" form shall mean the preferred form for making modifications,
2589
- including but not limited to software source code, documentation
2590
- source, and configuration files.
2591
-
2592
- "Object" form shall mean any form resulting from mechanical
2593
- transformation or translation of a Source form, including but
2594
- not limited to compiled object code, generated documentation,
2595
- and conversions to other media types.
2596
-
2597
- "Work" shall mean the work of authorship, whether in Source or
2598
- Object form, made available under the License, as indicated by a
2599
- copyright notice that is included in or attached to the work
2600
- (an example is provided in the Appendix below).
2601
-
2602
- "Derivative Works" shall mean any work, whether in Source or Object
2603
- form, that is based on (or derived from) the Work and for which the
2604
- editorial revisions, annotations, elaborations, or other modifications
2605
- represent, as a whole, an original work of authorship. For the purposes
2606
- of this License, Derivative Works shall not include works that remain
2607
- separable from, or merely link (or bind by name) to the interfaces of,
2608
- the Work and Derivative Works thereof.
2609
-
2610
- "Contribution" shall mean any work of authorship, including
2611
- the original version of the Work and any modifications or additions
2612
- to that Work or Derivative Works thereof, that is intentionally
2613
- submitted to Licensor for inclusion in the Work by the copyright owner
2614
- or by an individual or Legal Entity authorized to submit on behalf of
2615
- the copyright owner. For the purposes of this definition, "submitted"
2616
- means any form of electronic, verbal, or written communication sent
2617
- to the Licensor or its representatives, including but not limited to
2618
- communication on electronic mailing lists, source code control systems,
2619
- and issue tracking systems that are managed by, or on behalf of, the
2620
- Licensor for the purpose of discussing and improving the Work, but
2621
- excluding communication that is conspicuously marked or otherwise
2622
- designated in writing by the copyright owner as "Not a Contribution."
2623
-
2624
- "Contributor" shall mean Licensor and any individual or Legal Entity
2625
- on behalf of whom a Contribution has been received by Licensor and
2626
- subsequently incorporated within the Work.
2627
-
2628
- 2. Grant of Copyright License. Subject to the terms and conditions of
2629
- this License, each Contributor hereby grants to You a perpetual,
2630
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2631
- copyright license to reproduce, prepare Derivative Works of,
2632
- publicly display, publicly perform, sublicense, and distribute the
2633
- Work and such Derivative Works in Source or Object form.
2634
-
2635
- 3. Grant of Patent License. Subject to the terms and conditions of
2636
- this License, each Contributor hereby grants to You a perpetual,
2637
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2638
- (except as stated in this section) patent license to make, have made,
2639
- use, offer to sell, sell, import, and otherwise transfer the Work,
2640
- where such license applies only to those patent claims licensable
2641
- by such Contributor that are necessarily infringed by their
2642
- Contribution(s) alone or by combination of their Contribution(s)
2643
- with the Work to which such Contribution(s) was submitted. If You
2644
- institute patent litigation against any entity (including a
2645
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2646
- or a Contribution incorporated within the Work constitutes direct
2647
- or contributory patent infringement, then any patent licenses
2648
- granted to You under this License for that Work shall terminate
2649
- as of the date such litigation is filed.
2650
-
2651
- 4. Redistribution. You may reproduce and distribute copies of the
2652
- Work or Derivative Works thereof in any medium, with or without
2653
- modifications, and in Source or Object form, provided that You
2654
- meet the following conditions:
2655
-
2656
- (a) You must give any other recipients of the Work or
2657
- Derivative Works a copy of this License; and
2658
-
2659
- (b) You must cause any modified files to carry prominent notices
2660
- stating that You changed the files; and
2661
-
2662
- (c) You must retain, in the Source form of any Derivative Works
2663
- that You distribute, all copyright, patent, trademark, and
2664
- attribution notices from the Source form of the Work,
2665
- excluding those notices that do not pertain to any part of
2666
- the Derivative Works; and
2667
-
2668
- (d) If the Work includes a "NOTICE" text file as part of its
2669
- distribution, then any Derivative Works that You distribute must
2670
- include a readable copy of the attribution notices contained
2671
- within such NOTICE file, excluding those notices that do not
2672
- pertain to any part of the Derivative Works, in at least one
2673
- of the following places: within a NOTICE text file distributed
2674
- as part of the Derivative Works; within the Source form or
2675
- documentation, if provided along with the Derivative Works; or,
2676
- within a display generated by the Derivative Works, if and
2677
- wherever such third-party notices normally appear. The contents
2678
- of the NOTICE file are for informational purposes only and
2679
- do not modify the License. You may add Your own attribution
2680
- notices within Derivative Works that You distribute, alongside
2681
- or as an addendum to the NOTICE text from the Work, provided
2682
- that such additional attribution notices cannot be construed
2683
- as modifying the License.
2684
-
2685
- You may add Your own copyright statement to Your modifications and
2686
- may provide additional or different license terms and conditions
2687
- for use, reproduction, or distribution of Your modifications, or
2688
- for any such Derivative Works as a whole, provided Your use,
2689
- reproduction, and distribution of the Work otherwise complies with
2690
- the conditions stated in this License.
2691
-
2692
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2693
- any Contribution intentionally submitted for inclusion in the Work
2694
- by You to the Licensor shall be under the terms and conditions of
2695
- this License, without any additional terms or conditions.
2696
- Notwithstanding the above, nothing herein shall supersede or modify
2697
- the terms of any separate license agreement you may have executed
2698
- with Licensor regarding such Contributions.
2699
-
2700
- 6. Trademarks. This License does not grant permission to use the trade
2701
- names, trademarks, service marks, or product names of the Licensor,
2702
- except as required for reasonable and customary use in describing the
2703
- origin of the Work and reproducing the content of the NOTICE file.
2704
-
2705
- 7. Disclaimer of Warranty. Unless required by applicable law or
2706
- agreed to in writing, Licensor provides the Work (and each
2707
- Contributor provides its Contributions) on an "AS IS" BASIS,
2708
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2709
- implied, including, without limitation, any warranties or conditions
2710
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2711
- PARTICULAR PURPOSE. You are solely responsible for determining the
2712
- appropriateness of using or redistributing the Work and assume any
2713
- risks associated with Your exercise of permissions under this License.
2714
-
2715
- 8. Limitation of Liability. In no event and under no legal theory,
2716
- whether in tort (including negligence), contract, or otherwise,
2717
- unless required by applicable law (such as deliberate and grossly
2718
- negligent acts) or agreed to in writing, shall any Contributor be
2719
- liable to You for damages, including any direct, indirect, special,
2720
- incidental, or consequential damages of any character arising as a
2721
- result of this License or out of the use or inability to use the
2722
- Work (including but not limited to damages for loss of goodwill,
2723
- work stoppage, computer failure or malfunction, or any and all
2724
- other commercial damages or losses), even if such Contributor
2725
- has been advised of the possibility of such damages.
2726
-
2727
- 9. Accepting Warranty or Additional Liability. While redistributing
2728
- the Work or Derivative Works thereof, You may choose to offer,
2729
- and charge a fee for, acceptance of support, warranty, indemnity,
2730
- or other liability obligations and/or rights consistent with this
2731
- License. However, in accepting such obligations, You may act only
2732
- on Your own behalf and on Your sole responsibility, not on behalf
2733
- of any other Contributor, and only if You agree to indemnify,
2734
- defend, and hold each Contributor harmless for any liability
2735
- incurred by, or claims asserted against, such Contributor by reason
2736
- of your accepting any such warranty or additional liability.
2737
-
2738
- END OF TERMS AND CONDITIONS
2739
-
2740
- APPENDIX: How to apply the Apache License to your work.
2741
-
2742
- To apply the Apache License to your work, attach the following
2743
- boilerplate notice, with the fields enclosed by brackets "[]"
2744
- replaced with your own identifying information. (Don't include
2745
- the brackets!) The text should be enclosed in the appropriate
2746
- comment syntax for the file format. We also recommend that a
2747
- file or class name and description of purpose be included on the
2748
- same "printed page" as the copyright notice for easier
2749
- identification within third-party archives.
2750
-
2751
- Copyright [yyyy] [name of copyright owner]
2752
-
2753
- Licensed under the Apache License, Version 2.0 (the "License");
2754
- you may not use this file except in compliance with the License.
2755
- You may obtain a copy of the License at
2756
-
2757
- http://www.apache.org/licenses/LICENSE-2.0
2758
-
2759
- Unless required by applicable law or agreed to in writing, software
2760
- distributed under the License is distributed on an "AS IS" BASIS,
2761
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2762
- See the License for the specific language governing permissions and
2763
- limitations under the License.
2764
- `
2765
- },
2766
- {
2767
- name: "@opentelemetry/instrumentation-graphql",
2768
- author: "OpenTelemetry Authors",
2769
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-graphql#readme",
2770
- licenses: {
2771
- license: "Apache-2.0"
2772
- },
2773
- licenseText: ` Apache License
2774
- Version 2.0, January 2004
2775
- http://www.apache.org/licenses/
2776
-
2777
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2778
-
2779
- 1. Definitions.
2780
-
2781
- "License" shall mean the terms and conditions for use, reproduction,
2782
- and distribution as defined by Sections 1 through 9 of this document.
2783
-
2784
- "Licensor" shall mean the copyright owner or entity authorized by
2785
- the copyright owner that is granting the License.
2786
-
2787
- "Legal Entity" shall mean the union of the acting entity and all
2788
- other entities that control, are controlled by, or are under common
2789
- control with that entity. For the purposes of this definition,
2790
- "control" means (i) the power, direct or indirect, to cause the
2791
- direction or management of such entity, whether by contract or
2792
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2793
- outstanding shares, or (iii) beneficial ownership of such entity.
2794
-
2795
- "You" (or "Your") shall mean an individual or Legal Entity
2796
- exercising permissions granted by this License.
2797
-
2798
- "Source" form shall mean the preferred form for making modifications,
2799
- including but not limited to software source code, documentation
2800
- source, and configuration files.
2801
-
2802
- "Object" form shall mean any form resulting from mechanical
2803
- transformation or translation of a Source form, including but
2804
- not limited to compiled object code, generated documentation,
2805
- and conversions to other media types.
2806
-
2807
- "Work" shall mean the work of authorship, whether in Source or
2808
- Object form, made available under the License, as indicated by a
2809
- copyright notice that is included in or attached to the work
2810
- (an example is provided in the Appendix below).
2811
-
2812
- "Derivative Works" shall mean any work, whether in Source or Object
2813
- form, that is based on (or derived from) the Work and for which the
2814
- editorial revisions, annotations, elaborations, or other modifications
2815
- represent, as a whole, an original work of authorship. For the purposes
2816
- of this License, Derivative Works shall not include works that remain
2817
- separable from, or merely link (or bind by name) to the interfaces of,
2818
- the Work and Derivative Works thereof.
2819
-
2820
- "Contribution" shall mean any work of authorship, including
2821
- the original version of the Work and any modifications or additions
2822
- to that Work or Derivative Works thereof, that is intentionally
2823
- submitted to Licensor for inclusion in the Work by the copyright owner
2824
- or by an individual or Legal Entity authorized to submit on behalf of
2825
- the copyright owner. For the purposes of this definition, "submitted"
2826
- means any form of electronic, verbal, or written communication sent
2827
- to the Licensor or its representatives, including but not limited to
2828
- communication on electronic mailing lists, source code control systems,
2829
- and issue tracking systems that are managed by, or on behalf of, the
2830
- Licensor for the purpose of discussing and improving the Work, but
2831
- excluding communication that is conspicuously marked or otherwise
2832
- designated in writing by the copyright owner as "Not a Contribution."
2833
-
2834
- "Contributor" shall mean Licensor and any individual or Legal Entity
2835
- on behalf of whom a Contribution has been received by Licensor and
2836
- subsequently incorporated within the Work.
2837
-
2838
- 2. Grant of Copyright License. Subject to the terms and conditions of
2839
- this License, each Contributor hereby grants to You a perpetual,
2840
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2841
- copyright license to reproduce, prepare Derivative Works of,
2842
- publicly display, publicly perform, sublicense, and distribute the
2843
- Work and such Derivative Works in Source or Object form.
2844
-
2845
- 3. Grant of Patent License. Subject to the terms and conditions of
2846
- this License, each Contributor hereby grants to You a perpetual,
2847
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
2848
- (except as stated in this section) patent license to make, have made,
2849
- use, offer to sell, sell, import, and otherwise transfer the Work,
2850
- where such license applies only to those patent claims licensable
2851
- by such Contributor that are necessarily infringed by their
2852
- Contribution(s) alone or by combination of their Contribution(s)
2853
- with the Work to which such Contribution(s) was submitted. If You
2854
- institute patent litigation against any entity (including a
2855
- cross-claim or counterclaim in a lawsuit) alleging that the Work
2856
- or a Contribution incorporated within the Work constitutes direct
2857
- or contributory patent infringement, then any patent licenses
2858
- granted to You under this License for that Work shall terminate
2859
- as of the date such litigation is filed.
2860
-
2861
- 4. Redistribution. You may reproduce and distribute copies of the
2862
- Work or Derivative Works thereof in any medium, with or without
2863
- modifications, and in Source or Object form, provided that You
2864
- meet the following conditions:
2865
-
2866
- (a) You must give any other recipients of the Work or
2867
- Derivative Works a copy of this License; and
2868
-
2869
- (b) You must cause any modified files to carry prominent notices
2870
- stating that You changed the files; and
2871
-
2872
- (c) You must retain, in the Source form of any Derivative Works
2873
- that You distribute, all copyright, patent, trademark, and
2874
- attribution notices from the Source form of the Work,
2875
- excluding those notices that do not pertain to any part of
2876
- the Derivative Works; and
2877
-
2878
- (d) If the Work includes a "NOTICE" text file as part of its
2879
- distribution, then any Derivative Works that You distribute must
2880
- include a readable copy of the attribution notices contained
2881
- within such NOTICE file, excluding those notices that do not
2882
- pertain to any part of the Derivative Works, in at least one
2883
- of the following places: within a NOTICE text file distributed
2884
- as part of the Derivative Works; within the Source form or
2885
- documentation, if provided along with the Derivative Works; or,
2886
- within a display generated by the Derivative Works, if and
2887
- wherever such third-party notices normally appear. The contents
2888
- of the NOTICE file are for informational purposes only and
2889
- do not modify the License. You may add Your own attribution
2890
- notices within Derivative Works that You distribute, alongside
2891
- or as an addendum to the NOTICE text from the Work, provided
2892
- that such additional attribution notices cannot be construed
2893
- as modifying the License.
2894
-
2895
- You may add Your own copyright statement to Your modifications and
2896
- may provide additional or different license terms and conditions
2897
- for use, reproduction, or distribution of Your modifications, or
2898
- for any such Derivative Works as a whole, provided Your use,
2899
- reproduction, and distribution of the Work otherwise complies with
2900
- the conditions stated in this License.
2901
-
2902
- 5. Submission of Contributions. Unless You explicitly state otherwise,
2903
- any Contribution intentionally submitted for inclusion in the Work
2904
- by You to the Licensor shall be under the terms and conditions of
2905
- this License, without any additional terms or conditions.
2906
- Notwithstanding the above, nothing herein shall supersede or modify
2907
- the terms of any separate license agreement you may have executed
2908
- with Licensor regarding such Contributions.
2909
-
2910
- 6. Trademarks. This License does not grant permission to use the trade
2911
- names, trademarks, service marks, or product names of the Licensor,
2912
- except as required for reasonable and customary use in describing the
2913
- origin of the Work and reproducing the content of the NOTICE file.
2914
-
2915
- 7. Disclaimer of Warranty. Unless required by applicable law or
2916
- agreed to in writing, Licensor provides the Work (and each
2917
- Contributor provides its Contributions) on an "AS IS" BASIS,
2918
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
2919
- implied, including, without limitation, any warranties or conditions
2920
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
2921
- PARTICULAR PURPOSE. You are solely responsible for determining the
2922
- appropriateness of using or redistributing the Work and assume any
2923
- risks associated with Your exercise of permissions under this License.
2924
-
2925
- 8. Limitation of Liability. In no event and under no legal theory,
2926
- whether in tort (including negligence), contract, or otherwise,
2927
- unless required by applicable law (such as deliberate and grossly
2928
- negligent acts) or agreed to in writing, shall any Contributor be
2929
- liable to You for damages, including any direct, indirect, special,
2930
- incidental, or consequential damages of any character arising as a
2931
- result of this License or out of the use or inability to use the
2932
- Work (including but not limited to damages for loss of goodwill,
2933
- work stoppage, computer failure or malfunction, or any and all
2934
- other commercial damages or losses), even if such Contributor
2935
- has been advised of the possibility of such damages.
2936
-
2937
- 9. Accepting Warranty or Additional Liability. While redistributing
2938
- the Work or Derivative Works thereof, You may choose to offer,
2939
- and charge a fee for, acceptance of support, warranty, indemnity,
2940
- or other liability obligations and/or rights consistent with this
2941
- License. However, in accepting such obligations, You may act only
2942
- on Your own behalf and on Your sole responsibility, not on behalf
2943
- of any other Contributor, and only if You agree to indemnify,
2944
- defend, and hold each Contributor harmless for any liability
2945
- incurred by, or claims asserted against, such Contributor by reason
2946
- of your accepting any such warranty or additional liability.
2947
-
2948
- END OF TERMS AND CONDITIONS
2949
-
2950
- APPENDIX: How to apply the Apache License to your work.
2951
-
2952
- To apply the Apache License to your work, attach the following
2953
- boilerplate notice, with the fields enclosed by brackets "[]"
2954
- replaced with your own identifying information. (Don't include
2955
- the brackets!) The text should be enclosed in the appropriate
2956
- comment syntax for the file format. We also recommend that a
2957
- file or class name and description of purpose be included on the
2958
- same "printed page" as the copyright notice for easier
2959
- identification within third-party archives.
2960
-
2961
- Copyright [yyyy] [name of copyright owner]
2962
-
2963
- Licensed under the Apache License, Version 2.0 (the "License");
2964
- you may not use this file except in compliance with the License.
2965
- You may obtain a copy of the License at
2966
-
2967
- http://www.apache.org/licenses/LICENSE-2.0
2968
-
2969
- Unless required by applicable law or agreed to in writing, software
2970
- distributed under the License is distributed on an "AS IS" BASIS,
2971
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2972
- See the License for the specific language governing permissions and
2973
- limitations under the License.
2974
- `
2975
- },
2976
- {
2977
- name: "@opentelemetry/instrumentation-hapi",
2978
- author: "OpenTelemetry Authors",
2979
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-hapi#readme",
2980
- licenses: {
2981
- license: "Apache-2.0"
2982
- },
2983
- licenseText: ` Apache License
2984
- Version 2.0, January 2004
2985
- http://www.apache.org/licenses/
2986
-
2987
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2988
-
2989
- 1. Definitions.
2990
-
2991
- "License" shall mean the terms and conditions for use, reproduction,
2992
- and distribution as defined by Sections 1 through 9 of this document.
2993
-
2994
- "Licensor" shall mean the copyright owner or entity authorized by
2995
- the copyright owner that is granting the License.
2996
-
2997
- "Legal Entity" shall mean the union of the acting entity and all
2998
- other entities that control, are controlled by, or are under common
2999
- control with that entity. For the purposes of this definition,
3000
- "control" means (i) the power, direct or indirect, to cause the
3001
- direction or management of such entity, whether by contract or
3002
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3003
- outstanding shares, or (iii) beneficial ownership of such entity.
3004
-
3005
- "You" (or "Your") shall mean an individual or Legal Entity
3006
- exercising permissions granted by this License.
3007
-
3008
- "Source" form shall mean the preferred form for making modifications,
3009
- including but not limited to software source code, documentation
3010
- source, and configuration files.
3011
-
3012
- "Object" form shall mean any form resulting from mechanical
3013
- transformation or translation of a Source form, including but
3014
- not limited to compiled object code, generated documentation,
3015
- and conversions to other media types.
3016
-
3017
- "Work" shall mean the work of authorship, whether in Source or
3018
- Object form, made available under the License, as indicated by a
3019
- copyright notice that is included in or attached to the work
3020
- (an example is provided in the Appendix below).
3021
-
3022
- "Derivative Works" shall mean any work, whether in Source or Object
3023
- form, that is based on (or derived from) the Work and for which the
3024
- editorial revisions, annotations, elaborations, or other modifications
3025
- represent, as a whole, an original work of authorship. For the purposes
3026
- of this License, Derivative Works shall not include works that remain
3027
- separable from, or merely link (or bind by name) to the interfaces of,
3028
- the Work and Derivative Works thereof.
3029
-
3030
- "Contribution" shall mean any work of authorship, including
3031
- the original version of the Work and any modifications or additions
3032
- to that Work or Derivative Works thereof, that is intentionally
3033
- submitted to Licensor for inclusion in the Work by the copyright owner
3034
- or by an individual or Legal Entity authorized to submit on behalf of
3035
- the copyright owner. For the purposes of this definition, "submitted"
3036
- means any form of electronic, verbal, or written communication sent
3037
- to the Licensor or its representatives, including but not limited to
3038
- communication on electronic mailing lists, source code control systems,
3039
- and issue tracking systems that are managed by, or on behalf of, the
3040
- Licensor for the purpose of discussing and improving the Work, but
3041
- excluding communication that is conspicuously marked or otherwise
3042
- designated in writing by the copyright owner as "Not a Contribution."
3043
-
3044
- "Contributor" shall mean Licensor and any individual or Legal Entity
3045
- on behalf of whom a Contribution has been received by Licensor and
3046
- subsequently incorporated within the Work.
3047
-
3048
- 2. Grant of Copyright License. Subject to the terms and conditions of
3049
- this License, each Contributor hereby grants to You a perpetual,
3050
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3051
- copyright license to reproduce, prepare Derivative Works of,
3052
- publicly display, publicly perform, sublicense, and distribute the
3053
- Work and such Derivative Works in Source or Object form.
3054
-
3055
- 3. Grant of Patent License. Subject to the terms and conditions of
3056
- this License, each Contributor hereby grants to You a perpetual,
3057
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3058
- (except as stated in this section) patent license to make, have made,
3059
- use, offer to sell, sell, import, and otherwise transfer the Work,
3060
- where such license applies only to those patent claims licensable
3061
- by such Contributor that are necessarily infringed by their
3062
- Contribution(s) alone or by combination of their Contribution(s)
3063
- with the Work to which such Contribution(s) was submitted. If You
3064
- institute patent litigation against any entity (including a
3065
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3066
- or a Contribution incorporated within the Work constitutes direct
3067
- or contributory patent infringement, then any patent licenses
3068
- granted to You under this License for that Work shall terminate
3069
- as of the date such litigation is filed.
3070
-
3071
- 4. Redistribution. You may reproduce and distribute copies of the
3072
- Work or Derivative Works thereof in any medium, with or without
3073
- modifications, and in Source or Object form, provided that You
3074
- meet the following conditions:
3075
-
3076
- (a) You must give any other recipients of the Work or
3077
- Derivative Works a copy of this License; and
3078
-
3079
- (b) You must cause any modified files to carry prominent notices
3080
- stating that You changed the files; and
3081
-
3082
- (c) You must retain, in the Source form of any Derivative Works
3083
- that You distribute, all copyright, patent, trademark, and
3084
- attribution notices from the Source form of the Work,
3085
- excluding those notices that do not pertain to any part of
3086
- the Derivative Works; and
3087
-
3088
- (d) If the Work includes a "NOTICE" text file as part of its
3089
- distribution, then any Derivative Works that You distribute must
3090
- include a readable copy of the attribution notices contained
3091
- within such NOTICE file, excluding those notices that do not
3092
- pertain to any part of the Derivative Works, in at least one
3093
- of the following places: within a NOTICE text file distributed
3094
- as part of the Derivative Works; within the Source form or
3095
- documentation, if provided along with the Derivative Works; or,
3096
- within a display generated by the Derivative Works, if and
3097
- wherever such third-party notices normally appear. The contents
3098
- of the NOTICE file are for informational purposes only and
3099
- do not modify the License. You may add Your own attribution
3100
- notices within Derivative Works that You distribute, alongside
3101
- or as an addendum to the NOTICE text from the Work, provided
3102
- that such additional attribution notices cannot be construed
3103
- as modifying the License.
3104
-
3105
- You may add Your own copyright statement to Your modifications and
3106
- may provide additional or different license terms and conditions
3107
- for use, reproduction, or distribution of Your modifications, or
3108
- for any such Derivative Works as a whole, provided Your use,
3109
- reproduction, and distribution of the Work otherwise complies with
3110
- the conditions stated in this License.
3111
-
3112
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3113
- any Contribution intentionally submitted for inclusion in the Work
3114
- by You to the Licensor shall be under the terms and conditions of
3115
- this License, without any additional terms or conditions.
3116
- Notwithstanding the above, nothing herein shall supersede or modify
3117
- the terms of any separate license agreement you may have executed
3118
- with Licensor regarding such Contributions.
3119
-
3120
- 6. Trademarks. This License does not grant permission to use the trade
3121
- names, trademarks, service marks, or product names of the Licensor,
3122
- except as required for reasonable and customary use in describing the
3123
- origin of the Work and reproducing the content of the NOTICE file.
3124
-
3125
- 7. Disclaimer of Warranty. Unless required by applicable law or
3126
- agreed to in writing, Licensor provides the Work (and each
3127
- Contributor provides its Contributions) on an "AS IS" BASIS,
3128
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3129
- implied, including, without limitation, any warranties or conditions
3130
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3131
- PARTICULAR PURPOSE. You are solely responsible for determining the
3132
- appropriateness of using or redistributing the Work and assume any
3133
- risks associated with Your exercise of permissions under this License.
3134
-
3135
- 8. Limitation of Liability. In no event and under no legal theory,
3136
- whether in tort (including negligence), contract, or otherwise,
3137
- unless required by applicable law (such as deliberate and grossly
3138
- negligent acts) or agreed to in writing, shall any Contributor be
3139
- liable to You for damages, including any direct, indirect, special,
3140
- incidental, or consequential damages of any character arising as a
3141
- result of this License or out of the use or inability to use the
3142
- Work (including but not limited to damages for loss of goodwill,
3143
- work stoppage, computer failure or malfunction, or any and all
3144
- other commercial damages or losses), even if such Contributor
3145
- has been advised of the possibility of such damages.
3146
-
3147
- 9. Accepting Warranty or Additional Liability. While redistributing
3148
- the Work or Derivative Works thereof, You may choose to offer,
3149
- and charge a fee for, acceptance of support, warranty, indemnity,
3150
- or other liability obligations and/or rights consistent with this
3151
- License. However, in accepting such obligations, You may act only
3152
- on Your own behalf and on Your sole responsibility, not on behalf
3153
- of any other Contributor, and only if You agree to indemnify,
3154
- defend, and hold each Contributor harmless for any liability
3155
- incurred by, or claims asserted against, such Contributor by reason
3156
- of your accepting any such warranty or additional liability.
3157
-
3158
- END OF TERMS AND CONDITIONS
3159
-
3160
- APPENDIX: How to apply the Apache License to your work.
3161
-
3162
- To apply the Apache License to your work, attach the following
3163
- boilerplate notice, with the fields enclosed by brackets "[]"
3164
- replaced with your own identifying information. (Don't include
3165
- the brackets!) The text should be enclosed in the appropriate
3166
- comment syntax for the file format. We also recommend that a
3167
- file or class name and description of purpose be included on the
3168
- same "printed page" as the copyright notice for easier
3169
- identification within third-party archives.
3170
-
3171
- Copyright [yyyy] [name of copyright owner]
3172
-
3173
- Licensed under the Apache License, Version 2.0 (the "License");
3174
- you may not use this file except in compliance with the License.
3175
- You may obtain a copy of the License at
3176
-
3177
- http://www.apache.org/licenses/LICENSE-2.0
3178
-
3179
- Unless required by applicable law or agreed to in writing, software
3180
- distributed under the License is distributed on an "AS IS" BASIS,
3181
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3182
- See the License for the specific language governing permissions and
3183
- limitations under the License.
3184
- `
3185
- },
3186
- {
3187
- name: "@opentelemetry/instrumentation-kafkajs",
3188
- author: "OpenTelemetry Authors",
3189
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-kafkajs#readme",
3190
- licenses: {
3191
- license: "Apache-2.0"
3192
- },
3193
- licenseText: ` Apache License
3194
- Version 2.0, January 2004
3195
- http://www.apache.org/licenses/
3196
-
3197
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3198
-
3199
- 1. Definitions.
3200
-
3201
- "License" shall mean the terms and conditions for use, reproduction,
3202
- and distribution as defined by Sections 1 through 9 of this document.
3203
-
3204
- "Licensor" shall mean the copyright owner or entity authorized by
3205
- the copyright owner that is granting the License.
3206
-
3207
- "Legal Entity" shall mean the union of the acting entity and all
3208
- other entities that control, are controlled by, or are under common
3209
- control with that entity. For the purposes of this definition,
3210
- "control" means (i) the power, direct or indirect, to cause the
3211
- direction or management of such entity, whether by contract or
3212
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3213
- outstanding shares, or (iii) beneficial ownership of such entity.
3214
-
3215
- "You" (or "Your") shall mean an individual or Legal Entity
3216
- exercising permissions granted by this License.
3217
-
3218
- "Source" form shall mean the preferred form for making modifications,
3219
- including but not limited to software source code, documentation
3220
- source, and configuration files.
3221
-
3222
- "Object" form shall mean any form resulting from mechanical
3223
- transformation or translation of a Source form, including but
3224
- not limited to compiled object code, generated documentation,
3225
- and conversions to other media types.
3226
-
3227
- "Work" shall mean the work of authorship, whether in Source or
3228
- Object form, made available under the License, as indicated by a
3229
- copyright notice that is included in or attached to the work
3230
- (an example is provided in the Appendix below).
3231
-
3232
- "Derivative Works" shall mean any work, whether in Source or Object
3233
- form, that is based on (or derived from) the Work and for which the
3234
- editorial revisions, annotations, elaborations, or other modifications
3235
- represent, as a whole, an original work of authorship. For the purposes
3236
- of this License, Derivative Works shall not include works that remain
3237
- separable from, or merely link (or bind by name) to the interfaces of,
3238
- the Work and Derivative Works thereof.
3239
-
3240
- "Contribution" shall mean any work of authorship, including
3241
- the original version of the Work and any modifications or additions
3242
- to that Work or Derivative Works thereof, that is intentionally
3243
- submitted to Licensor for inclusion in the Work by the copyright owner
3244
- or by an individual or Legal Entity authorized to submit on behalf of
3245
- the copyright owner. For the purposes of this definition, "submitted"
3246
- means any form of electronic, verbal, or written communication sent
3247
- to the Licensor or its representatives, including but not limited to
3248
- communication on electronic mailing lists, source code control systems,
3249
- and issue tracking systems that are managed by, or on behalf of, the
3250
- Licensor for the purpose of discussing and improving the Work, but
3251
- excluding communication that is conspicuously marked or otherwise
3252
- designated in writing by the copyright owner as "Not a Contribution."
3253
-
3254
- "Contributor" shall mean Licensor and any individual or Legal Entity
3255
- on behalf of whom a Contribution has been received by Licensor and
3256
- subsequently incorporated within the Work.
3257
-
3258
- 2. Grant of Copyright License. Subject to the terms and conditions of
3259
- this License, each Contributor hereby grants to You a perpetual,
3260
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3261
- copyright license to reproduce, prepare Derivative Works of,
3262
- publicly display, publicly perform, sublicense, and distribute the
3263
- Work and such Derivative Works in Source or Object form.
3264
-
3265
- 3. Grant of Patent License. Subject to the terms and conditions of
3266
- this License, each Contributor hereby grants to You a perpetual,
3267
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3268
- (except as stated in this section) patent license to make, have made,
3269
- use, offer to sell, sell, import, and otherwise transfer the Work,
3270
- where such license applies only to those patent claims licensable
3271
- by such Contributor that are necessarily infringed by their
3272
- Contribution(s) alone or by combination of their Contribution(s)
3273
- with the Work to which such Contribution(s) was submitted. If You
3274
- institute patent litigation against any entity (including a
3275
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3276
- or a Contribution incorporated within the Work constitutes direct
3277
- or contributory patent infringement, then any patent licenses
3278
- granted to You under this License for that Work shall terminate
3279
- as of the date such litigation is filed.
3280
-
3281
- 4. Redistribution. You may reproduce and distribute copies of the
3282
- Work or Derivative Works thereof in any medium, with or without
3283
- modifications, and in Source or Object form, provided that You
3284
- meet the following conditions:
3285
-
3286
- (a) You must give any other recipients of the Work or
3287
- Derivative Works a copy of this License; and
3288
-
3289
- (b) You must cause any modified files to carry prominent notices
3290
- stating that You changed the files; and
3291
-
3292
- (c) You must retain, in the Source form of any Derivative Works
3293
- that You distribute, all copyright, patent, trademark, and
3294
- attribution notices from the Source form of the Work,
3295
- excluding those notices that do not pertain to any part of
3296
- the Derivative Works; and
3297
-
3298
- (d) If the Work includes a "NOTICE" text file as part of its
3299
- distribution, then any Derivative Works that You distribute must
3300
- include a readable copy of the attribution notices contained
3301
- within such NOTICE file, excluding those notices that do not
3302
- pertain to any part of the Derivative Works, in at least one
3303
- of the following places: within a NOTICE text file distributed
3304
- as part of the Derivative Works; within the Source form or
3305
- documentation, if provided along with the Derivative Works; or,
3306
- within a display generated by the Derivative Works, if and
3307
- wherever such third-party notices normally appear. The contents
3308
- of the NOTICE file are for informational purposes only and
3309
- do not modify the License. You may add Your own attribution
3310
- notices within Derivative Works that You distribute, alongside
3311
- or as an addendum to the NOTICE text from the Work, provided
3312
- that such additional attribution notices cannot be construed
3313
- as modifying the License.
3314
-
3315
- You may add Your own copyright statement to Your modifications and
3316
- may provide additional or different license terms and conditions
3317
- for use, reproduction, or distribution of Your modifications, or
3318
- for any such Derivative Works as a whole, provided Your use,
3319
- reproduction, and distribution of the Work otherwise complies with
3320
- the conditions stated in this License.
3321
-
3322
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3323
- any Contribution intentionally submitted for inclusion in the Work
3324
- by You to the Licensor shall be under the terms and conditions of
3325
- this License, without any additional terms or conditions.
3326
- Notwithstanding the above, nothing herein shall supersede or modify
3327
- the terms of any separate license agreement you may have executed
3328
- with Licensor regarding such Contributions.
3329
-
3330
- 6. Trademarks. This License does not grant permission to use the trade
3331
- names, trademarks, service marks, or product names of the Licensor,
3332
- except as required for reasonable and customary use in describing the
3333
- origin of the Work and reproducing the content of the NOTICE file.
3334
-
3335
- 7. Disclaimer of Warranty. Unless required by applicable law or
3336
- agreed to in writing, Licensor provides the Work (and each
3337
- Contributor provides its Contributions) on an "AS IS" BASIS,
3338
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3339
- implied, including, without limitation, any warranties or conditions
3340
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3341
- PARTICULAR PURPOSE. You are solely responsible for determining the
3342
- appropriateness of using or redistributing the Work and assume any
3343
- risks associated with Your exercise of permissions under this License.
3344
-
3345
- 8. Limitation of Liability. In no event and under no legal theory,
3346
- whether in tort (including negligence), contract, or otherwise,
3347
- unless required by applicable law (such as deliberate and grossly
3348
- negligent acts) or agreed to in writing, shall any Contributor be
3349
- liable to You for damages, including any direct, indirect, special,
3350
- incidental, or consequential damages of any character arising as a
3351
- result of this License or out of the use or inability to use the
3352
- Work (including but not limited to damages for loss of goodwill,
3353
- work stoppage, computer failure or malfunction, or any and all
3354
- other commercial damages or losses), even if such Contributor
3355
- has been advised of the possibility of such damages.
3356
-
3357
- 9. Accepting Warranty or Additional Liability. While redistributing
3358
- the Work or Derivative Works thereof, You may choose to offer,
3359
- and charge a fee for, acceptance of support, warranty, indemnity,
3360
- or other liability obligations and/or rights consistent with this
3361
- License. However, in accepting such obligations, You may act only
3362
- on Your own behalf and on Your sole responsibility, not on behalf
3363
- of any other Contributor, and only if You agree to indemnify,
3364
- defend, and hold each Contributor harmless for any liability
3365
- incurred by, or claims asserted against, such Contributor by reason
3366
- of your accepting any such warranty or additional liability.
3367
-
3368
- END OF TERMS AND CONDITIONS
3369
-
3370
- APPENDIX: How to apply the Apache License to your work.
3371
-
3372
- To apply the Apache License to your work, attach the following
3373
- boilerplate notice, with the fields enclosed by brackets "[]"
3374
- replaced with your own identifying information. (Don't include
3375
- the brackets!) The text should be enclosed in the appropriate
3376
- comment syntax for the file format. We also recommend that a
3377
- file or class name and description of purpose be included on the
3378
- same "printed page" as the copyright notice for easier
3379
- identification within third-party archives.
3380
-
3381
- Copyright [yyyy] [name of copyright owner]
3382
-
3383
- Licensed under the Apache License, Version 2.0 (the "License");
3384
- you may not use this file except in compliance with the License.
3385
- You may obtain a copy of the License at
3386
-
3387
- http://www.apache.org/licenses/LICENSE-2.0
3388
-
3389
- Unless required by applicable law or agreed to in writing, software
3390
- distributed under the License is distributed on an "AS IS" BASIS,
3391
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3392
- See the License for the specific language governing permissions and
3393
- limitations under the License.
3394
- `
3395
- },
3396
- {
3397
- name: "@opentelemetry/instrumentation-knex",
3398
- author: "OpenTelemetry Authors",
3399
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-knex#readme",
3400
- licenses: {
3401
- license: "Apache-2.0"
3402
- },
3403
- licenseText: ` Apache License
3404
- Version 2.0, January 2004
3405
- http://www.apache.org/licenses/
3406
-
3407
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3408
-
3409
- 1. Definitions.
3410
-
3411
- "License" shall mean the terms and conditions for use, reproduction,
3412
- and distribution as defined by Sections 1 through 9 of this document.
3413
-
3414
- "Licensor" shall mean the copyright owner or entity authorized by
3415
- the copyright owner that is granting the License.
3416
-
3417
- "Legal Entity" shall mean the union of the acting entity and all
3418
- other entities that control, are controlled by, or are under common
3419
- control with that entity. For the purposes of this definition,
3420
- "control" means (i) the power, direct or indirect, to cause the
3421
- direction or management of such entity, whether by contract or
3422
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3423
- outstanding shares, or (iii) beneficial ownership of such entity.
3424
-
3425
- "You" (or "Your") shall mean an individual or Legal Entity
3426
- exercising permissions granted by this License.
3427
-
3428
- "Source" form shall mean the preferred form for making modifications,
3429
- including but not limited to software source code, documentation
3430
- source, and configuration files.
3431
-
3432
- "Object" form shall mean any form resulting from mechanical
3433
- transformation or translation of a Source form, including but
3434
- not limited to compiled object code, generated documentation,
3435
- and conversions to other media types.
3436
-
3437
- "Work" shall mean the work of authorship, whether in Source or
3438
- Object form, made available under the License, as indicated by a
3439
- copyright notice that is included in or attached to the work
3440
- (an example is provided in the Appendix below).
3441
-
3442
- "Derivative Works" shall mean any work, whether in Source or Object
3443
- form, that is based on (or derived from) the Work and for which the
3444
- editorial revisions, annotations, elaborations, or other modifications
3445
- represent, as a whole, an original work of authorship. For the purposes
3446
- of this License, Derivative Works shall not include works that remain
3447
- separable from, or merely link (or bind by name) to the interfaces of,
3448
- the Work and Derivative Works thereof.
3449
-
3450
- "Contribution" shall mean any work of authorship, including
3451
- the original version of the Work and any modifications or additions
3452
- to that Work or Derivative Works thereof, that is intentionally
3453
- submitted to Licensor for inclusion in the Work by the copyright owner
3454
- or by an individual or Legal Entity authorized to submit on behalf of
3455
- the copyright owner. For the purposes of this definition, "submitted"
3456
- means any form of electronic, verbal, or written communication sent
3457
- to the Licensor or its representatives, including but not limited to
3458
- communication on electronic mailing lists, source code control systems,
3459
- and issue tracking systems that are managed by, or on behalf of, the
3460
- Licensor for the purpose of discussing and improving the Work, but
3461
- excluding communication that is conspicuously marked or otherwise
3462
- designated in writing by the copyright owner as "Not a Contribution."
3463
-
3464
- "Contributor" shall mean Licensor and any individual or Legal Entity
3465
- on behalf of whom a Contribution has been received by Licensor and
3466
- subsequently incorporated within the Work.
3467
-
3468
- 2. Grant of Copyright License. Subject to the terms and conditions of
3469
- this License, each Contributor hereby grants to You a perpetual,
3470
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3471
- copyright license to reproduce, prepare Derivative Works of,
3472
- publicly display, publicly perform, sublicense, and distribute the
3473
- Work and such Derivative Works in Source or Object form.
3474
-
3475
- 3. Grant of Patent License. Subject to the terms and conditions of
3476
- this License, each Contributor hereby grants to You a perpetual,
3477
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3478
- (except as stated in this section) patent license to make, have made,
3479
- use, offer to sell, sell, import, and otherwise transfer the Work,
3480
- where such license applies only to those patent claims licensable
3481
- by such Contributor that are necessarily infringed by their
3482
- Contribution(s) alone or by combination of their Contribution(s)
3483
- with the Work to which such Contribution(s) was submitted. If You
3484
- institute patent litigation against any entity (including a
3485
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3486
- or a Contribution incorporated within the Work constitutes direct
3487
- or contributory patent infringement, then any patent licenses
3488
- granted to You under this License for that Work shall terminate
3489
- as of the date such litigation is filed.
3490
-
3491
- 4. Redistribution. You may reproduce and distribute copies of the
3492
- Work or Derivative Works thereof in any medium, with or without
3493
- modifications, and in Source or Object form, provided that You
3494
- meet the following conditions:
3495
-
3496
- (a) You must give any other recipients of the Work or
3497
- Derivative Works a copy of this License; and
3498
-
3499
- (b) You must cause any modified files to carry prominent notices
3500
- stating that You changed the files; and
3501
-
3502
- (c) You must retain, in the Source form of any Derivative Works
3503
- that You distribute, all copyright, patent, trademark, and
3504
- attribution notices from the Source form of the Work,
3505
- excluding those notices that do not pertain to any part of
3506
- the Derivative Works; and
3507
-
3508
- (d) If the Work includes a "NOTICE" text file as part of its
3509
- distribution, then any Derivative Works that You distribute must
3510
- include a readable copy of the attribution notices contained
3511
- within such NOTICE file, excluding those notices that do not
3512
- pertain to any part of the Derivative Works, in at least one
3513
- of the following places: within a NOTICE text file distributed
3514
- as part of the Derivative Works; within the Source form or
3515
- documentation, if provided along with the Derivative Works; or,
3516
- within a display generated by the Derivative Works, if and
3517
- wherever such third-party notices normally appear. The contents
3518
- of the NOTICE file are for informational purposes only and
3519
- do not modify the License. You may add Your own attribution
3520
- notices within Derivative Works that You distribute, alongside
3521
- or as an addendum to the NOTICE text from the Work, provided
3522
- that such additional attribution notices cannot be construed
3523
- as modifying the License.
3524
-
3525
- You may add Your own copyright statement to Your modifications and
3526
- may provide additional or different license terms and conditions
3527
- for use, reproduction, or distribution of Your modifications, or
3528
- for any such Derivative Works as a whole, provided Your use,
3529
- reproduction, and distribution of the Work otherwise complies with
3530
- the conditions stated in this License.
3531
-
3532
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3533
- any Contribution intentionally submitted for inclusion in the Work
3534
- by You to the Licensor shall be under the terms and conditions of
3535
- this License, without any additional terms or conditions.
3536
- Notwithstanding the above, nothing herein shall supersede or modify
3537
- the terms of any separate license agreement you may have executed
3538
- with Licensor regarding such Contributions.
3539
-
3540
- 6. Trademarks. This License does not grant permission to use the trade
3541
- names, trademarks, service marks, or product names of the Licensor,
3542
- except as required for reasonable and customary use in describing the
3543
- origin of the Work and reproducing the content of the NOTICE file.
3544
-
3545
- 7. Disclaimer of Warranty. Unless required by applicable law or
3546
- agreed to in writing, Licensor provides the Work (and each
3547
- Contributor provides its Contributions) on an "AS IS" BASIS,
3548
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3549
- implied, including, without limitation, any warranties or conditions
3550
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3551
- PARTICULAR PURPOSE. You are solely responsible for determining the
3552
- appropriateness of using or redistributing the Work and assume any
3553
- risks associated with Your exercise of permissions under this License.
3554
-
3555
- 8. Limitation of Liability. In no event and under no legal theory,
3556
- whether in tort (including negligence), contract, or otherwise,
3557
- unless required by applicable law (such as deliberate and grossly
3558
- negligent acts) or agreed to in writing, shall any Contributor be
3559
- liable to You for damages, including any direct, indirect, special,
3560
- incidental, or consequential damages of any character arising as a
3561
- result of this License or out of the use or inability to use the
3562
- Work (including but not limited to damages for loss of goodwill,
3563
- work stoppage, computer failure or malfunction, or any and all
3564
- other commercial damages or losses), even if such Contributor
3565
- has been advised of the possibility of such damages.
3566
-
3567
- 9. Accepting Warranty or Additional Liability. While redistributing
3568
- the Work or Derivative Works thereof, You may choose to offer,
3569
- and charge a fee for, acceptance of support, warranty, indemnity,
3570
- or other liability obligations and/or rights consistent with this
3571
- License. However, in accepting such obligations, You may act only
3572
- on Your own behalf and on Your sole responsibility, not on behalf
3573
- of any other Contributor, and only if You agree to indemnify,
3574
- defend, and hold each Contributor harmless for any liability
3575
- incurred by, or claims asserted against, such Contributor by reason
3576
- of your accepting any such warranty or additional liability.
3577
-
3578
- END OF TERMS AND CONDITIONS
3579
-
3580
- APPENDIX: How to apply the Apache License to your work.
3581
-
3582
- To apply the Apache License to your work, attach the following
3583
- boilerplate notice, with the fields enclosed by brackets "[]"
3584
- replaced with your own identifying information. (Don't include
3585
- the brackets!) The text should be enclosed in the appropriate
3586
- comment syntax for the file format. We also recommend that a
3587
- file or class name and description of purpose be included on the
3588
- same "printed page" as the copyright notice for easier
3589
- identification within third-party archives.
3590
-
3591
- Copyright [yyyy] [name of copyright owner]
3592
-
3593
- Licensed under the Apache License, Version 2.0 (the "License");
3594
- you may not use this file except in compliance with the License.
3595
- You may obtain a copy of the License at
3596
-
3597
- http://www.apache.org/licenses/LICENSE-2.0
3598
-
3599
- Unless required by applicable law or agreed to in writing, software
3600
- distributed under the License is distributed on an "AS IS" BASIS,
3601
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3602
- See the License for the specific language governing permissions and
3603
- limitations under the License.
3604
- `
3605
- },
3606
- {
3607
- name: "@opentelemetry/instrumentation-koa",
3608
- author: "OpenTelemetry Authors",
3609
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-koa#readme",
3610
- licenses: {
3611
- license: "Apache-2.0"
3612
- },
3613
- licenseText: ` Apache License
3614
- Version 2.0, January 2004
3615
- http://www.apache.org/licenses/
3616
-
3617
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3618
-
3619
- 1. Definitions.
3620
-
3621
- "License" shall mean the terms and conditions for use, reproduction,
3622
- and distribution as defined by Sections 1 through 9 of this document.
3623
-
3624
- "Licensor" shall mean the copyright owner or entity authorized by
3625
- the copyright owner that is granting the License.
3626
-
3627
- "Legal Entity" shall mean the union of the acting entity and all
3628
- other entities that control, are controlled by, or are under common
3629
- control with that entity. For the purposes of this definition,
3630
- "control" means (i) the power, direct or indirect, to cause the
3631
- direction or management of such entity, whether by contract or
3632
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3633
- outstanding shares, or (iii) beneficial ownership of such entity.
3634
-
3635
- "You" (or "Your") shall mean an individual or Legal Entity
3636
- exercising permissions granted by this License.
3637
-
3638
- "Source" form shall mean the preferred form for making modifications,
3639
- including but not limited to software source code, documentation
3640
- source, and configuration files.
3641
-
3642
- "Object" form shall mean any form resulting from mechanical
3643
- transformation or translation of a Source form, including but
3644
- not limited to compiled object code, generated documentation,
3645
- and conversions to other media types.
3646
-
3647
- "Work" shall mean the work of authorship, whether in Source or
3648
- Object form, made available under the License, as indicated by a
3649
- copyright notice that is included in or attached to the work
3650
- (an example is provided in the Appendix below).
3651
-
3652
- "Derivative Works" shall mean any work, whether in Source or Object
3653
- form, that is based on (or derived from) the Work and for which the
3654
- editorial revisions, annotations, elaborations, or other modifications
3655
- represent, as a whole, an original work of authorship. For the purposes
3656
- of this License, Derivative Works shall not include works that remain
3657
- separable from, or merely link (or bind by name) to the interfaces of,
3658
- the Work and Derivative Works thereof.
3659
-
3660
- "Contribution" shall mean any work of authorship, including
3661
- the original version of the Work and any modifications or additions
3662
- to that Work or Derivative Works thereof, that is intentionally
3663
- submitted to Licensor for inclusion in the Work by the copyright owner
3664
- or by an individual or Legal Entity authorized to submit on behalf of
3665
- the copyright owner. For the purposes of this definition, "submitted"
3666
- means any form of electronic, verbal, or written communication sent
3667
- to the Licensor or its representatives, including but not limited to
3668
- communication on electronic mailing lists, source code control systems,
3669
- and issue tracking systems that are managed by, or on behalf of, the
3670
- Licensor for the purpose of discussing and improving the Work, but
3671
- excluding communication that is conspicuously marked or otherwise
3672
- designated in writing by the copyright owner as "Not a Contribution."
3673
-
3674
- "Contributor" shall mean Licensor and any individual or Legal Entity
3675
- on behalf of whom a Contribution has been received by Licensor and
3676
- subsequently incorporated within the Work.
3677
-
3678
- 2. Grant of Copyright License. Subject to the terms and conditions of
3679
- this License, each Contributor hereby grants to You a perpetual,
3680
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3681
- copyright license to reproduce, prepare Derivative Works of,
3682
- publicly display, publicly perform, sublicense, and distribute the
3683
- Work and such Derivative Works in Source or Object form.
3684
-
3685
- 3. Grant of Patent License. Subject to the terms and conditions of
3686
- this License, each Contributor hereby grants to You a perpetual,
3687
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3688
- (except as stated in this section) patent license to make, have made,
3689
- use, offer to sell, sell, import, and otherwise transfer the Work,
3690
- where such license applies only to those patent claims licensable
3691
- by such Contributor that are necessarily infringed by their
3692
- Contribution(s) alone or by combination of their Contribution(s)
3693
- with the Work to which such Contribution(s) was submitted. If You
3694
- institute patent litigation against any entity (including a
3695
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3696
- or a Contribution incorporated within the Work constitutes direct
3697
- or contributory patent infringement, then any patent licenses
3698
- granted to You under this License for that Work shall terminate
3699
- as of the date such litigation is filed.
3700
-
3701
- 4. Redistribution. You may reproduce and distribute copies of the
3702
- Work or Derivative Works thereof in any medium, with or without
3703
- modifications, and in Source or Object form, provided that You
3704
- meet the following conditions:
3705
-
3706
- (a) You must give any other recipients of the Work or
3707
- Derivative Works a copy of this License; and
3708
-
3709
- (b) You must cause any modified files to carry prominent notices
3710
- stating that You changed the files; and
3711
-
3712
- (c) You must retain, in the Source form of any Derivative Works
3713
- that You distribute, all copyright, patent, trademark, and
3714
- attribution notices from the Source form of the Work,
3715
- excluding those notices that do not pertain to any part of
3716
- the Derivative Works; and
3717
-
3718
- (d) If the Work includes a "NOTICE" text file as part of its
3719
- distribution, then any Derivative Works that You distribute must
3720
- include a readable copy of the attribution notices contained
3721
- within such NOTICE file, excluding those notices that do not
3722
- pertain to any part of the Derivative Works, in at least one
3723
- of the following places: within a NOTICE text file distributed
3724
- as part of the Derivative Works; within the Source form or
3725
- documentation, if provided along with the Derivative Works; or,
3726
- within a display generated by the Derivative Works, if and
3727
- wherever such third-party notices normally appear. The contents
3728
- of the NOTICE file are for informational purposes only and
3729
- do not modify the License. You may add Your own attribution
3730
- notices within Derivative Works that You distribute, alongside
3731
- or as an addendum to the NOTICE text from the Work, provided
3732
- that such additional attribution notices cannot be construed
3733
- as modifying the License.
3734
-
3735
- You may add Your own copyright statement to Your modifications and
3736
- may provide additional or different license terms and conditions
3737
- for use, reproduction, or distribution of Your modifications, or
3738
- for any such Derivative Works as a whole, provided Your use,
3739
- reproduction, and distribution of the Work otherwise complies with
3740
- the conditions stated in this License.
3741
-
3742
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3743
- any Contribution intentionally submitted for inclusion in the Work
3744
- by You to the Licensor shall be under the terms and conditions of
3745
- this License, without any additional terms or conditions.
3746
- Notwithstanding the above, nothing herein shall supersede or modify
3747
- the terms of any separate license agreement you may have executed
3748
- with Licensor regarding such Contributions.
3749
-
3750
- 6. Trademarks. This License does not grant permission to use the trade
3751
- names, trademarks, service marks, or product names of the Licensor,
3752
- except as required for reasonable and customary use in describing the
3753
- origin of the Work and reproducing the content of the NOTICE file.
3754
-
3755
- 7. Disclaimer of Warranty. Unless required by applicable law or
3756
- agreed to in writing, Licensor provides the Work (and each
3757
- Contributor provides its Contributions) on an "AS IS" BASIS,
3758
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3759
- implied, including, without limitation, any warranties or conditions
3760
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3761
- PARTICULAR PURPOSE. You are solely responsible for determining the
3762
- appropriateness of using or redistributing the Work and assume any
3763
- risks associated with Your exercise of permissions under this License.
3764
-
3765
- 8. Limitation of Liability. In no event and under no legal theory,
3766
- whether in tort (including negligence), contract, or otherwise,
3767
- unless required by applicable law (such as deliberate and grossly
3768
- negligent acts) or agreed to in writing, shall any Contributor be
3769
- liable to You for damages, including any direct, indirect, special,
3770
- incidental, or consequential damages of any character arising as a
3771
- result of this License or out of the use or inability to use the
3772
- Work (including but not limited to damages for loss of goodwill,
3773
- work stoppage, computer failure or malfunction, or any and all
3774
- other commercial damages or losses), even if such Contributor
3775
- has been advised of the possibility of such damages.
3776
-
3777
- 9. Accepting Warranty or Additional Liability. While redistributing
3778
- the Work or Derivative Works thereof, You may choose to offer,
3779
- and charge a fee for, acceptance of support, warranty, indemnity,
3780
- or other liability obligations and/or rights consistent with this
3781
- License. However, in accepting such obligations, You may act only
3782
- on Your own behalf and on Your sole responsibility, not on behalf
3783
- of any other Contributor, and only if You agree to indemnify,
3784
- defend, and hold each Contributor harmless for any liability
3785
- incurred by, or claims asserted against, such Contributor by reason
3786
- of your accepting any such warranty or additional liability.
3787
-
3788
- END OF TERMS AND CONDITIONS
3789
-
3790
- APPENDIX: How to apply the Apache License to your work.
3791
-
3792
- To apply the Apache License to your work, attach the following
3793
- boilerplate notice, with the fields enclosed by brackets "[]"
3794
- replaced with your own identifying information. (Don't include
3795
- the brackets!) The text should be enclosed in the appropriate
3796
- comment syntax for the file format. We also recommend that a
3797
- file or class name and description of purpose be included on the
3798
- same "printed page" as the copyright notice for easier
3799
- identification within third-party archives.
3800
-
3801
- Copyright [yyyy] [name of copyright owner]
3802
-
3803
- Licensed under the Apache License, Version 2.0 (the "License");
3804
- you may not use this file except in compliance with the License.
3805
- You may obtain a copy of the License at
3806
-
3807
- http://www.apache.org/licenses/LICENSE-2.0
3808
-
3809
- Unless required by applicable law or agreed to in writing, software
3810
- distributed under the License is distributed on an "AS IS" BASIS,
3811
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3812
- See the License for the specific language governing permissions and
3813
- limitations under the License.
3814
- `
3815
- },
3816
- {
3817
- name: "@opentelemetry/instrumentation-lru-memoizer",
3818
- author: "OpenTelemetry Authors",
3819
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-lru-memoizer#readme",
3820
- licenses: {
3821
- license: "Apache-2.0"
3822
- },
3823
- licenseText: ` Apache License
3824
- Version 2.0, January 2004
3825
- http://www.apache.org/licenses/
3826
-
3827
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3828
-
3829
- 1. Definitions.
3830
-
3831
- "License" shall mean the terms and conditions for use, reproduction,
3832
- and distribution as defined by Sections 1 through 9 of this document.
3833
-
3834
- "Licensor" shall mean the copyright owner or entity authorized by
3835
- the copyright owner that is granting the License.
3836
-
3837
- "Legal Entity" shall mean the union of the acting entity and all
3838
- other entities that control, are controlled by, or are under common
3839
- control with that entity. For the purposes of this definition,
3840
- "control" means (i) the power, direct or indirect, to cause the
3841
- direction or management of such entity, whether by contract or
3842
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3843
- outstanding shares, or (iii) beneficial ownership of such entity.
3844
-
3845
- "You" (or "Your") shall mean an individual or Legal Entity
3846
- exercising permissions granted by this License.
3847
-
3848
- "Source" form shall mean the preferred form for making modifications,
3849
- including but not limited to software source code, documentation
3850
- source, and configuration files.
3851
-
3852
- "Object" form shall mean any form resulting from mechanical
3853
- transformation or translation of a Source form, including but
3854
- not limited to compiled object code, generated documentation,
3855
- and conversions to other media types.
3856
-
3857
- "Work" shall mean the work of authorship, whether in Source or
3858
- Object form, made available under the License, as indicated by a
3859
- copyright notice that is included in or attached to the work
3860
- (an example is provided in the Appendix below).
3861
-
3862
- "Derivative Works" shall mean any work, whether in Source or Object
3863
- form, that is based on (or derived from) the Work and for which the
3864
- editorial revisions, annotations, elaborations, or other modifications
3865
- represent, as a whole, an original work of authorship. For the purposes
3866
- of this License, Derivative Works shall not include works that remain
3867
- separable from, or merely link (or bind by name) to the interfaces of,
3868
- the Work and Derivative Works thereof.
3869
-
3870
- "Contribution" shall mean any work of authorship, including
3871
- the original version of the Work and any modifications or additions
3872
- to that Work or Derivative Works thereof, that is intentionally
3873
- submitted to Licensor for inclusion in the Work by the copyright owner
3874
- or by an individual or Legal Entity authorized to submit on behalf of
3875
- the copyright owner. For the purposes of this definition, "submitted"
3876
- means any form of electronic, verbal, or written communication sent
3877
- to the Licensor or its representatives, including but not limited to
3878
- communication on electronic mailing lists, source code control systems,
3879
- and issue tracking systems that are managed by, or on behalf of, the
3880
- Licensor for the purpose of discussing and improving the Work, but
3881
- excluding communication that is conspicuously marked or otherwise
3882
- designated in writing by the copyright owner as "Not a Contribution."
3883
-
3884
- "Contributor" shall mean Licensor and any individual or Legal Entity
3885
- on behalf of whom a Contribution has been received by Licensor and
3886
- subsequently incorporated within the Work.
3887
-
3888
- 2. Grant of Copyright License. Subject to the terms and conditions of
3889
- this License, each Contributor hereby grants to You a perpetual,
3890
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3891
- copyright license to reproduce, prepare Derivative Works of,
3892
- publicly display, publicly perform, sublicense, and distribute the
3893
- Work and such Derivative Works in Source or Object form.
3894
-
3895
- 3. Grant of Patent License. Subject to the terms and conditions of
3896
- this License, each Contributor hereby grants to You a perpetual,
3897
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3898
- (except as stated in this section) patent license to make, have made,
3899
- use, offer to sell, sell, import, and otherwise transfer the Work,
3900
- where such license applies only to those patent claims licensable
3901
- by such Contributor that are necessarily infringed by their
3902
- Contribution(s) alone or by combination of their Contribution(s)
3903
- with the Work to which such Contribution(s) was submitted. If You
3904
- institute patent litigation against any entity (including a
3905
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3906
- or a Contribution incorporated within the Work constitutes direct
3907
- or contributory patent infringement, then any patent licenses
3908
- granted to You under this License for that Work shall terminate
3909
- as of the date such litigation is filed.
3910
-
3911
- 4. Redistribution. You may reproduce and distribute copies of the
3912
- Work or Derivative Works thereof in any medium, with or without
3913
- modifications, and in Source or Object form, provided that You
3914
- meet the following conditions:
3915
-
3916
- (a) You must give any other recipients of the Work or
3917
- Derivative Works a copy of this License; and
3918
-
3919
- (b) You must cause any modified files to carry prominent notices
3920
- stating that You changed the files; and
3921
-
3922
- (c) You must retain, in the Source form of any Derivative Works
3923
- that You distribute, all copyright, patent, trademark, and
3924
- attribution notices from the Source form of the Work,
3925
- excluding those notices that do not pertain to any part of
3926
- the Derivative Works; and
3927
-
3928
- (d) If the Work includes a "NOTICE" text file as part of its
3929
- distribution, then any Derivative Works that You distribute must
3930
- include a readable copy of the attribution notices contained
3931
- within such NOTICE file, excluding those notices that do not
3932
- pertain to any part of the Derivative Works, in at least one
3933
- of the following places: within a NOTICE text file distributed
3934
- as part of the Derivative Works; within the Source form or
3935
- documentation, if provided along with the Derivative Works; or,
3936
- within a display generated by the Derivative Works, if and
3937
- wherever such third-party notices normally appear. The contents
3938
- of the NOTICE file are for informational purposes only and
3939
- do not modify the License. You may add Your own attribution
3940
- notices within Derivative Works that You distribute, alongside
3941
- or as an addendum to the NOTICE text from the Work, provided
3942
- that such additional attribution notices cannot be construed
3943
- as modifying the License.
3944
-
3945
- You may add Your own copyright statement to Your modifications and
3946
- may provide additional or different license terms and conditions
3947
- for use, reproduction, or distribution of Your modifications, or
3948
- for any such Derivative Works as a whole, provided Your use,
3949
- reproduction, and distribution of the Work otherwise complies with
3950
- the conditions stated in this License.
3951
-
3952
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3953
- any Contribution intentionally submitted for inclusion in the Work
3954
- by You to the Licensor shall be under the terms and conditions of
3955
- this License, without any additional terms or conditions.
3956
- Notwithstanding the above, nothing herein shall supersede or modify
3957
- the terms of any separate license agreement you may have executed
3958
- with Licensor regarding such Contributions.
3959
-
3960
- 6. Trademarks. This License does not grant permission to use the trade
3961
- names, trademarks, service marks, or product names of the Licensor,
3962
- except as required for reasonable and customary use in describing the
3963
- origin of the Work and reproducing the content of the NOTICE file.
3964
-
3965
- 7. Disclaimer of Warranty. Unless required by applicable law or
3966
- agreed to in writing, Licensor provides the Work (and each
3967
- Contributor provides its Contributions) on an "AS IS" BASIS,
3968
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3969
- implied, including, without limitation, any warranties or conditions
3970
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3971
- PARTICULAR PURPOSE. You are solely responsible for determining the
3972
- appropriateness of using or redistributing the Work and assume any
3973
- risks associated with Your exercise of permissions under this License.
3974
-
3975
- 8. Limitation of Liability. In no event and under no legal theory,
3976
- whether in tort (including negligence), contract, or otherwise,
3977
- unless required by applicable law (such as deliberate and grossly
3978
- negligent acts) or agreed to in writing, shall any Contributor be
3979
- liable to You for damages, including any direct, indirect, special,
3980
- incidental, or consequential damages of any character arising as a
3981
- result of this License or out of the use or inability to use the
3982
- Work (including but not limited to damages for loss of goodwill,
3983
- work stoppage, computer failure or malfunction, or any and all
3984
- other commercial damages or losses), even if such Contributor
3985
- has been advised of the possibility of such damages.
3986
-
3987
- 9. Accepting Warranty or Additional Liability. While redistributing
3988
- the Work or Derivative Works thereof, You may choose to offer,
3989
- and charge a fee for, acceptance of support, warranty, indemnity,
3990
- or other liability obligations and/or rights consistent with this
3991
- License. However, in accepting such obligations, You may act only
3992
- on Your own behalf and on Your sole responsibility, not on behalf
3993
- of any other Contributor, and only if You agree to indemnify,
3994
- defend, and hold each Contributor harmless for any liability
3995
- incurred by, or claims asserted against, such Contributor by reason
3996
- of your accepting any such warranty or additional liability.
3997
-
3998
- END OF TERMS AND CONDITIONS
3999
-
4000
- APPENDIX: How to apply the Apache License to your work.
4001
-
4002
- To apply the Apache License to your work, attach the following
4003
- boilerplate notice, with the fields enclosed by brackets "[]"
4004
- replaced with your own identifying information. (Don't include
4005
- the brackets!) The text should be enclosed in the appropriate
4006
- comment syntax for the file format. We also recommend that a
4007
- file or class name and description of purpose be included on the
4008
- same "printed page" as the copyright notice for easier
4009
- identification within third-party archives.
4010
-
4011
- Copyright [yyyy] [name of copyright owner]
4012
-
4013
- Licensed under the Apache License, Version 2.0 (the "License");
4014
- you may not use this file except in compliance with the License.
4015
- You may obtain a copy of the License at
4016
-
4017
- http://www.apache.org/licenses/LICENSE-2.0
4018
-
4019
- Unless required by applicable law or agreed to in writing, software
4020
- distributed under the License is distributed on an "AS IS" BASIS,
4021
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4022
- See the License for the specific language governing permissions and
4023
- limitations under the License.
4024
- `
4025
- },
4026
- {
4027
- name: "@opentelemetry/instrumentation-mongodb",
4028
- author: "OpenTelemetry Authors",
4029
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongodb#readme",
4030
- licenses: {
4031
- license: "Apache-2.0"
4032
- },
4033
- licenseText: ` Apache License
4034
- Version 2.0, January 2004
4035
- http://www.apache.org/licenses/
4036
-
4037
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4038
-
4039
- 1. Definitions.
4040
-
4041
- "License" shall mean the terms and conditions for use, reproduction,
4042
- and distribution as defined by Sections 1 through 9 of this document.
4043
-
4044
- "Licensor" shall mean the copyright owner or entity authorized by
4045
- the copyright owner that is granting the License.
4046
-
4047
- "Legal Entity" shall mean the union of the acting entity and all
4048
- other entities that control, are controlled by, or are under common
4049
- control with that entity. For the purposes of this definition,
4050
- "control" means (i) the power, direct or indirect, to cause the
4051
- direction or management of such entity, whether by contract or
4052
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4053
- outstanding shares, or (iii) beneficial ownership of such entity.
4054
-
4055
- "You" (or "Your") shall mean an individual or Legal Entity
4056
- exercising permissions granted by this License.
4057
-
4058
- "Source" form shall mean the preferred form for making modifications,
4059
- including but not limited to software source code, documentation
4060
- source, and configuration files.
4061
-
4062
- "Object" form shall mean any form resulting from mechanical
4063
- transformation or translation of a Source form, including but
4064
- not limited to compiled object code, generated documentation,
4065
- and conversions to other media types.
4066
-
4067
- "Work" shall mean the work of authorship, whether in Source or
4068
- Object form, made available under the License, as indicated by a
4069
- copyright notice that is included in or attached to the work
4070
- (an example is provided in the Appendix below).
4071
-
4072
- "Derivative Works" shall mean any work, whether in Source or Object
4073
- form, that is based on (or derived from) the Work and for which the
4074
- editorial revisions, annotations, elaborations, or other modifications
4075
- represent, as a whole, an original work of authorship. For the purposes
4076
- of this License, Derivative Works shall not include works that remain
4077
- separable from, or merely link (or bind by name) to the interfaces of,
4078
- the Work and Derivative Works thereof.
4079
-
4080
- "Contribution" shall mean any work of authorship, including
4081
- the original version of the Work and any modifications or additions
4082
- to that Work or Derivative Works thereof, that is intentionally
4083
- submitted to Licensor for inclusion in the Work by the copyright owner
4084
- or by an individual or Legal Entity authorized to submit on behalf of
4085
- the copyright owner. For the purposes of this definition, "submitted"
4086
- means any form of electronic, verbal, or written communication sent
4087
- to the Licensor or its representatives, including but not limited to
4088
- communication on electronic mailing lists, source code control systems,
4089
- and issue tracking systems that are managed by, or on behalf of, the
4090
- Licensor for the purpose of discussing and improving the Work, but
4091
- excluding communication that is conspicuously marked or otherwise
4092
- designated in writing by the copyright owner as "Not a Contribution."
4093
-
4094
- "Contributor" shall mean Licensor and any individual or Legal Entity
4095
- on behalf of whom a Contribution has been received by Licensor and
4096
- subsequently incorporated within the Work.
4097
-
4098
- 2. Grant of Copyright License. Subject to the terms and conditions of
4099
- this License, each Contributor hereby grants to You a perpetual,
4100
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4101
- copyright license to reproduce, prepare Derivative Works of,
4102
- publicly display, publicly perform, sublicense, and distribute the
4103
- Work and such Derivative Works in Source or Object form.
4104
-
4105
- 3. Grant of Patent License. Subject to the terms and conditions of
4106
- this License, each Contributor hereby grants to You a perpetual,
4107
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4108
- (except as stated in this section) patent license to make, have made,
4109
- use, offer to sell, sell, import, and otherwise transfer the Work,
4110
- where such license applies only to those patent claims licensable
4111
- by such Contributor that are necessarily infringed by their
4112
- Contribution(s) alone or by combination of their Contribution(s)
4113
- with the Work to which such Contribution(s) was submitted. If You
4114
- institute patent litigation against any entity (including a
4115
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4116
- or a Contribution incorporated within the Work constitutes direct
4117
- or contributory patent infringement, then any patent licenses
4118
- granted to You under this License for that Work shall terminate
4119
- as of the date such litigation is filed.
4120
-
4121
- 4. Redistribution. You may reproduce and distribute copies of the
4122
- Work or Derivative Works thereof in any medium, with or without
4123
- modifications, and in Source or Object form, provided that You
4124
- meet the following conditions:
4125
-
4126
- (a) You must give any other recipients of the Work or
4127
- Derivative Works a copy of this License; and
4128
-
4129
- (b) You must cause any modified files to carry prominent notices
4130
- stating that You changed the files; and
4131
-
4132
- (c) You must retain, in the Source form of any Derivative Works
4133
- that You distribute, all copyright, patent, trademark, and
4134
- attribution notices from the Source form of the Work,
4135
- excluding those notices that do not pertain to any part of
4136
- the Derivative Works; and
4137
-
4138
- (d) If the Work includes a "NOTICE" text file as part of its
4139
- distribution, then any Derivative Works that You distribute must
4140
- include a readable copy of the attribution notices contained
4141
- within such NOTICE file, excluding those notices that do not
4142
- pertain to any part of the Derivative Works, in at least one
4143
- of the following places: within a NOTICE text file distributed
4144
- as part of the Derivative Works; within the Source form or
4145
- documentation, if provided along with the Derivative Works; or,
4146
- within a display generated by the Derivative Works, if and
4147
- wherever such third-party notices normally appear. The contents
4148
- of the NOTICE file are for informational purposes only and
4149
- do not modify the License. You may add Your own attribution
4150
- notices within Derivative Works that You distribute, alongside
4151
- or as an addendum to the NOTICE text from the Work, provided
4152
- that such additional attribution notices cannot be construed
4153
- as modifying the License.
4154
-
4155
- You may add Your own copyright statement to Your modifications and
4156
- may provide additional or different license terms and conditions
4157
- for use, reproduction, or distribution of Your modifications, or
4158
- for any such Derivative Works as a whole, provided Your use,
4159
- reproduction, and distribution of the Work otherwise complies with
4160
- the conditions stated in this License.
4161
-
4162
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4163
- any Contribution intentionally submitted for inclusion in the Work
4164
- by You to the Licensor shall be under the terms and conditions of
4165
- this License, without any additional terms or conditions.
4166
- Notwithstanding the above, nothing herein shall supersede or modify
4167
- the terms of any separate license agreement you may have executed
4168
- with Licensor regarding such Contributions.
4169
-
4170
- 6. Trademarks. This License does not grant permission to use the trade
4171
- names, trademarks, service marks, or product names of the Licensor,
4172
- except as required for reasonable and customary use in describing the
4173
- origin of the Work and reproducing the content of the NOTICE file.
4174
-
4175
- 7. Disclaimer of Warranty. Unless required by applicable law or
4176
- agreed to in writing, Licensor provides the Work (and each
4177
- Contributor provides its Contributions) on an "AS IS" BASIS,
4178
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4179
- implied, including, without limitation, any warranties or conditions
4180
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4181
- PARTICULAR PURPOSE. You are solely responsible for determining the
4182
- appropriateness of using or redistributing the Work and assume any
4183
- risks associated with Your exercise of permissions under this License.
4184
-
4185
- 8. Limitation of Liability. In no event and under no legal theory,
4186
- whether in tort (including negligence), contract, or otherwise,
4187
- unless required by applicable law (such as deliberate and grossly
4188
- negligent acts) or agreed to in writing, shall any Contributor be
4189
- liable to You for damages, including any direct, indirect, special,
4190
- incidental, or consequential damages of any character arising as a
4191
- result of this License or out of the use or inability to use the
4192
- Work (including but not limited to damages for loss of goodwill,
4193
- work stoppage, computer failure or malfunction, or any and all
4194
- other commercial damages or losses), even if such Contributor
4195
- has been advised of the possibility of such damages.
4196
-
4197
- 9. Accepting Warranty or Additional Liability. While redistributing
4198
- the Work or Derivative Works thereof, You may choose to offer,
4199
- and charge a fee for, acceptance of support, warranty, indemnity,
4200
- or other liability obligations and/or rights consistent with this
4201
- License. However, in accepting such obligations, You may act only
4202
- on Your own behalf and on Your sole responsibility, not on behalf
4203
- of any other Contributor, and only if You agree to indemnify,
4204
- defend, and hold each Contributor harmless for any liability
4205
- incurred by, or claims asserted against, such Contributor by reason
4206
- of your accepting any such warranty or additional liability.
4207
-
4208
- END OF TERMS AND CONDITIONS
4209
-
4210
- APPENDIX: How to apply the Apache License to your work.
4211
-
4212
- To apply the Apache License to your work, attach the following
4213
- boilerplate notice, with the fields enclosed by brackets "[]"
4214
- replaced with your own identifying information. (Don't include
4215
- the brackets!) The text should be enclosed in the appropriate
4216
- comment syntax for the file format. We also recommend that a
4217
- file or class name and description of purpose be included on the
4218
- same "printed page" as the copyright notice for easier
4219
- identification within third-party archives.
4220
-
4221
- Copyright [yyyy] [name of copyright owner]
4222
-
4223
- Licensed under the Apache License, Version 2.0 (the "License");
4224
- you may not use this file except in compliance with the License.
4225
- You may obtain a copy of the License at
4226
-
4227
- http://www.apache.org/licenses/LICENSE-2.0
4228
-
4229
- Unless required by applicable law or agreed to in writing, software
4230
- distributed under the License is distributed on an "AS IS" BASIS,
4231
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4232
- See the License for the specific language governing permissions and
4233
- limitations under the License.
4234
- `
4235
- },
4236
- {
4237
- name: "@opentelemetry/instrumentation-mongoose",
4238
- author: "OpenTelemetry Authors",
4239
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mongoose#readme",
4240
- licenses: {
4241
- license: "Apache-2.0"
4242
- },
4243
- licenseText: ` Apache License
4244
- Version 2.0, January 2004
4245
- http://www.apache.org/licenses/
4246
-
4247
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4248
-
4249
- 1. Definitions.
4250
-
4251
- "License" shall mean the terms and conditions for use, reproduction,
4252
- and distribution as defined by Sections 1 through 9 of this document.
4253
-
4254
- "Licensor" shall mean the copyright owner or entity authorized by
4255
- the copyright owner that is granting the License.
4256
-
4257
- "Legal Entity" shall mean the union of the acting entity and all
4258
- other entities that control, are controlled by, or are under common
4259
- control with that entity. For the purposes of this definition,
4260
- "control" means (i) the power, direct or indirect, to cause the
4261
- direction or management of such entity, whether by contract or
4262
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4263
- outstanding shares, or (iii) beneficial ownership of such entity.
4264
-
4265
- "You" (or "Your") shall mean an individual or Legal Entity
4266
- exercising permissions granted by this License.
4267
-
4268
- "Source" form shall mean the preferred form for making modifications,
4269
- including but not limited to software source code, documentation
4270
- source, and configuration files.
4271
-
4272
- "Object" form shall mean any form resulting from mechanical
4273
- transformation or translation of a Source form, including but
4274
- not limited to compiled object code, generated documentation,
4275
- and conversions to other media types.
4276
-
4277
- "Work" shall mean the work of authorship, whether in Source or
4278
- Object form, made available under the License, as indicated by a
4279
- copyright notice that is included in or attached to the work
4280
- (an example is provided in the Appendix below).
4281
-
4282
- "Derivative Works" shall mean any work, whether in Source or Object
4283
- form, that is based on (or derived from) the Work and for which the
4284
- editorial revisions, annotations, elaborations, or other modifications
4285
- represent, as a whole, an original work of authorship. For the purposes
4286
- of this License, Derivative Works shall not include works that remain
4287
- separable from, or merely link (or bind by name) to the interfaces of,
4288
- the Work and Derivative Works thereof.
4289
-
4290
- "Contribution" shall mean any work of authorship, including
4291
- the original version of the Work and any modifications or additions
4292
- to that Work or Derivative Works thereof, that is intentionally
4293
- submitted to Licensor for inclusion in the Work by the copyright owner
4294
- or by an individual or Legal Entity authorized to submit on behalf of
4295
- the copyright owner. For the purposes of this definition, "submitted"
4296
- means any form of electronic, verbal, or written communication sent
4297
- to the Licensor or its representatives, including but not limited to
4298
- communication on electronic mailing lists, source code control systems,
4299
- and issue tracking systems that are managed by, or on behalf of, the
4300
- Licensor for the purpose of discussing and improving the Work, but
4301
- excluding communication that is conspicuously marked or otherwise
4302
- designated in writing by the copyright owner as "Not a Contribution."
4303
-
4304
- "Contributor" shall mean Licensor and any individual or Legal Entity
4305
- on behalf of whom a Contribution has been received by Licensor and
4306
- subsequently incorporated within the Work.
4307
-
4308
- 2. Grant of Copyright License. Subject to the terms and conditions of
4309
- this License, each Contributor hereby grants to You a perpetual,
4310
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4311
- copyright license to reproduce, prepare Derivative Works of,
4312
- publicly display, publicly perform, sublicense, and distribute the
4313
- Work and such Derivative Works in Source or Object form.
4314
-
4315
- 3. Grant of Patent License. Subject to the terms and conditions of
4316
- this License, each Contributor hereby grants to You a perpetual,
4317
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4318
- (except as stated in this section) patent license to make, have made,
4319
- use, offer to sell, sell, import, and otherwise transfer the Work,
4320
- where such license applies only to those patent claims licensable
4321
- by such Contributor that are necessarily infringed by their
4322
- Contribution(s) alone or by combination of their Contribution(s)
4323
- with the Work to which such Contribution(s) was submitted. If You
4324
- institute patent litigation against any entity (including a
4325
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4326
- or a Contribution incorporated within the Work constitutes direct
4327
- or contributory patent infringement, then any patent licenses
4328
- granted to You under this License for that Work shall terminate
4329
- as of the date such litigation is filed.
4330
-
4331
- 4. Redistribution. You may reproduce and distribute copies of the
4332
- Work or Derivative Works thereof in any medium, with or without
4333
- modifications, and in Source or Object form, provided that You
4334
- meet the following conditions:
4335
-
4336
- (a) You must give any other recipients of the Work or
4337
- Derivative Works a copy of this License; and
4338
-
4339
- (b) You must cause any modified files to carry prominent notices
4340
- stating that You changed the files; and
4341
-
4342
- (c) You must retain, in the Source form of any Derivative Works
4343
- that You distribute, all copyright, patent, trademark, and
4344
- attribution notices from the Source form of the Work,
4345
- excluding those notices that do not pertain to any part of
4346
- the Derivative Works; and
4347
-
4348
- (d) If the Work includes a "NOTICE" text file as part of its
4349
- distribution, then any Derivative Works that You distribute must
4350
- include a readable copy of the attribution notices contained
4351
- within such NOTICE file, excluding those notices that do not
4352
- pertain to any part of the Derivative Works, in at least one
4353
- of the following places: within a NOTICE text file distributed
4354
- as part of the Derivative Works; within the Source form or
4355
- documentation, if provided along with the Derivative Works; or,
4356
- within a display generated by the Derivative Works, if and
4357
- wherever such third-party notices normally appear. The contents
4358
- of the NOTICE file are for informational purposes only and
4359
- do not modify the License. You may add Your own attribution
4360
- notices within Derivative Works that You distribute, alongside
4361
- or as an addendum to the NOTICE text from the Work, provided
4362
- that such additional attribution notices cannot be construed
4363
- as modifying the License.
4364
-
4365
- You may add Your own copyright statement to Your modifications and
4366
- may provide additional or different license terms and conditions
4367
- for use, reproduction, or distribution of Your modifications, or
4368
- for any such Derivative Works as a whole, provided Your use,
4369
- reproduction, and distribution of the Work otherwise complies with
4370
- the conditions stated in this License.
4371
-
4372
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4373
- any Contribution intentionally submitted for inclusion in the Work
4374
- by You to the Licensor shall be under the terms and conditions of
4375
- this License, without any additional terms or conditions.
4376
- Notwithstanding the above, nothing herein shall supersede or modify
4377
- the terms of any separate license agreement you may have executed
4378
- with Licensor regarding such Contributions.
4379
-
4380
- 6. Trademarks. This License does not grant permission to use the trade
4381
- names, trademarks, service marks, or product names of the Licensor,
4382
- except as required for reasonable and customary use in describing the
4383
- origin of the Work and reproducing the content of the NOTICE file.
4384
-
4385
- 7. Disclaimer of Warranty. Unless required by applicable law or
4386
- agreed to in writing, Licensor provides the Work (and each
4387
- Contributor provides its Contributions) on an "AS IS" BASIS,
4388
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4389
- implied, including, without limitation, any warranties or conditions
4390
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4391
- PARTICULAR PURPOSE. You are solely responsible for determining the
4392
- appropriateness of using or redistributing the Work and assume any
4393
- risks associated with Your exercise of permissions under this License.
4394
-
4395
- 8. Limitation of Liability. In no event and under no legal theory,
4396
- whether in tort (including negligence), contract, or otherwise,
4397
- unless required by applicable law (such as deliberate and grossly
4398
- negligent acts) or agreed to in writing, shall any Contributor be
4399
- liable to You for damages, including any direct, indirect, special,
4400
- incidental, or consequential damages of any character arising as a
4401
- result of this License or out of the use or inability to use the
4402
- Work (including but not limited to damages for loss of goodwill,
4403
- work stoppage, computer failure or malfunction, or any and all
4404
- other commercial damages or losses), even if such Contributor
4405
- has been advised of the possibility of such damages.
4406
-
4407
- 9. Accepting Warranty or Additional Liability. While redistributing
4408
- the Work or Derivative Works thereof, You may choose to offer,
4409
- and charge a fee for, acceptance of support, warranty, indemnity,
4410
- or other liability obligations and/or rights consistent with this
4411
- License. However, in accepting such obligations, You may act only
4412
- on Your own behalf and on Your sole responsibility, not on behalf
4413
- of any other Contributor, and only if You agree to indemnify,
4414
- defend, and hold each Contributor harmless for any liability
4415
- incurred by, or claims asserted against, such Contributor by reason
4416
- of your accepting any such warranty or additional liability.
4417
-
4418
- END OF TERMS AND CONDITIONS
4419
-
4420
- APPENDIX: How to apply the Apache License to your work.
4421
-
4422
- To apply the Apache License to your work, attach the following
4423
- boilerplate notice, with the fields enclosed by brackets "[]"
4424
- replaced with your own identifying information. (Don't include
4425
- the brackets!) The text should be enclosed in the appropriate
4426
- comment syntax for the file format. We also recommend that a
4427
- file or class name and description of purpose be included on the
4428
- same "printed page" as the copyright notice for easier
4429
- identification within third-party archives.
4430
-
4431
- Copyright [yyyy] [name of copyright owner]
4432
-
4433
- Licensed under the Apache License, Version 2.0 (the "License");
4434
- you may not use this file except in compliance with the License.
4435
- You may obtain a copy of the License at
4436
-
4437
- http://www.apache.org/licenses/LICENSE-2.0
4438
-
4439
- Unless required by applicable law or agreed to in writing, software
4440
- distributed under the License is distributed on an "AS IS" BASIS,
4441
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4442
- See the License for the specific language governing permissions and
4443
- limitations under the License.
4444
- `
4445
- },
4446
- {
4447
- name: "@opentelemetry/instrumentation-mysql",
4448
- author: "OpenTelemetry Authors",
4449
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql#readme",
4450
- licenses: {
4451
- license: "Apache-2.0"
4452
- },
4453
- licenseText: ` Apache License
4454
- Version 2.0, January 2004
4455
- http://www.apache.org/licenses/
4456
-
4457
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4458
-
4459
- 1. Definitions.
4460
-
4461
- "License" shall mean the terms and conditions for use, reproduction,
4462
- and distribution as defined by Sections 1 through 9 of this document.
4463
-
4464
- "Licensor" shall mean the copyright owner or entity authorized by
4465
- the copyright owner that is granting the License.
4466
-
4467
- "Legal Entity" shall mean the union of the acting entity and all
4468
- other entities that control, are controlled by, or are under common
4469
- control with that entity. For the purposes of this definition,
4470
- "control" means (i) the power, direct or indirect, to cause the
4471
- direction or management of such entity, whether by contract or
4472
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4473
- outstanding shares, or (iii) beneficial ownership of such entity.
4474
-
4475
- "You" (or "Your") shall mean an individual or Legal Entity
4476
- exercising permissions granted by this License.
4477
-
4478
- "Source" form shall mean the preferred form for making modifications,
4479
- including but not limited to software source code, documentation
4480
- source, and configuration files.
4481
-
4482
- "Object" form shall mean any form resulting from mechanical
4483
- transformation or translation of a Source form, including but
4484
- not limited to compiled object code, generated documentation,
4485
- and conversions to other media types.
4486
-
4487
- "Work" shall mean the work of authorship, whether in Source or
4488
- Object form, made available under the License, as indicated by a
4489
- copyright notice that is included in or attached to the work
4490
- (an example is provided in the Appendix below).
4491
-
4492
- "Derivative Works" shall mean any work, whether in Source or Object
4493
- form, that is based on (or derived from) the Work and for which the
4494
- editorial revisions, annotations, elaborations, or other modifications
4495
- represent, as a whole, an original work of authorship. For the purposes
4496
- of this License, Derivative Works shall not include works that remain
4497
- separable from, or merely link (or bind by name) to the interfaces of,
4498
- the Work and Derivative Works thereof.
4499
-
4500
- "Contribution" shall mean any work of authorship, including
4501
- the original version of the Work and any modifications or additions
4502
- to that Work or Derivative Works thereof, that is intentionally
4503
- submitted to Licensor for inclusion in the Work by the copyright owner
4504
- or by an individual or Legal Entity authorized to submit on behalf of
4505
- the copyright owner. For the purposes of this definition, "submitted"
4506
- means any form of electronic, verbal, or written communication sent
4507
- to the Licensor or its representatives, including but not limited to
4508
- communication on electronic mailing lists, source code control systems,
4509
- and issue tracking systems that are managed by, or on behalf of, the
4510
- Licensor for the purpose of discussing and improving the Work, but
4511
- excluding communication that is conspicuously marked or otherwise
4512
- designated in writing by the copyright owner as "Not a Contribution."
4513
-
4514
- "Contributor" shall mean Licensor and any individual or Legal Entity
4515
- on behalf of whom a Contribution has been received by Licensor and
4516
- subsequently incorporated within the Work.
4517
-
4518
- 2. Grant of Copyright License. Subject to the terms and conditions of
4519
- this License, each Contributor hereby grants to You a perpetual,
4520
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4521
- copyright license to reproduce, prepare Derivative Works of,
4522
- publicly display, publicly perform, sublicense, and distribute the
4523
- Work and such Derivative Works in Source or Object form.
4524
-
4525
- 3. Grant of Patent License. Subject to the terms and conditions of
4526
- this License, each Contributor hereby grants to You a perpetual,
4527
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4528
- (except as stated in this section) patent license to make, have made,
4529
- use, offer to sell, sell, import, and otherwise transfer the Work,
4530
- where such license applies only to those patent claims licensable
4531
- by such Contributor that are necessarily infringed by their
4532
- Contribution(s) alone or by combination of their Contribution(s)
4533
- with the Work to which such Contribution(s) was submitted. If You
4534
- institute patent litigation against any entity (including a
4535
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4536
- or a Contribution incorporated within the Work constitutes direct
4537
- or contributory patent infringement, then any patent licenses
4538
- granted to You under this License for that Work shall terminate
4539
- as of the date such litigation is filed.
4540
-
4541
- 4. Redistribution. You may reproduce and distribute copies of the
4542
- Work or Derivative Works thereof in any medium, with or without
4543
- modifications, and in Source or Object form, provided that You
4544
- meet the following conditions:
4545
-
4546
- (a) You must give any other recipients of the Work or
4547
- Derivative Works a copy of this License; and
4548
-
4549
- (b) You must cause any modified files to carry prominent notices
4550
- stating that You changed the files; and
4551
-
4552
- (c) You must retain, in the Source form of any Derivative Works
4553
- that You distribute, all copyright, patent, trademark, and
4554
- attribution notices from the Source form of the Work,
4555
- excluding those notices that do not pertain to any part of
4556
- the Derivative Works; and
4557
-
4558
- (d) If the Work includes a "NOTICE" text file as part of its
4559
- distribution, then any Derivative Works that You distribute must
4560
- include a readable copy of the attribution notices contained
4561
- within such NOTICE file, excluding those notices that do not
4562
- pertain to any part of the Derivative Works, in at least one
4563
- of the following places: within a NOTICE text file distributed
4564
- as part of the Derivative Works; within the Source form or
4565
- documentation, if provided along with the Derivative Works; or,
4566
- within a display generated by the Derivative Works, if and
4567
- wherever such third-party notices normally appear. The contents
4568
- of the NOTICE file are for informational purposes only and
4569
- do not modify the License. You may add Your own attribution
4570
- notices within Derivative Works that You distribute, alongside
4571
- or as an addendum to the NOTICE text from the Work, provided
4572
- that such additional attribution notices cannot be construed
4573
- as modifying the License.
4574
-
4575
- You may add Your own copyright statement to Your modifications and
4576
- may provide additional or different license terms and conditions
4577
- for use, reproduction, or distribution of Your modifications, or
4578
- for any such Derivative Works as a whole, provided Your use,
4579
- reproduction, and distribution of the Work otherwise complies with
4580
- the conditions stated in this License.
4581
-
4582
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4583
- any Contribution intentionally submitted for inclusion in the Work
4584
- by You to the Licensor shall be under the terms and conditions of
4585
- this License, without any additional terms or conditions.
4586
- Notwithstanding the above, nothing herein shall supersede or modify
4587
- the terms of any separate license agreement you may have executed
4588
- with Licensor regarding such Contributions.
4589
-
4590
- 6. Trademarks. This License does not grant permission to use the trade
4591
- names, trademarks, service marks, or product names of the Licensor,
4592
- except as required for reasonable and customary use in describing the
4593
- origin of the Work and reproducing the content of the NOTICE file.
4594
-
4595
- 7. Disclaimer of Warranty. Unless required by applicable law or
4596
- agreed to in writing, Licensor provides the Work (and each
4597
- Contributor provides its Contributions) on an "AS IS" BASIS,
4598
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4599
- implied, including, without limitation, any warranties or conditions
4600
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4601
- PARTICULAR PURPOSE. You are solely responsible for determining the
4602
- appropriateness of using or redistributing the Work and assume any
4603
- risks associated with Your exercise of permissions under this License.
4604
-
4605
- 8. Limitation of Liability. In no event and under no legal theory,
4606
- whether in tort (including negligence), contract, or otherwise,
4607
- unless required by applicable law (such as deliberate and grossly
4608
- negligent acts) or agreed to in writing, shall any Contributor be
4609
- liable to You for damages, including any direct, indirect, special,
4610
- incidental, or consequential damages of any character arising as a
4611
- result of this License or out of the use or inability to use the
4612
- Work (including but not limited to damages for loss of goodwill,
4613
- work stoppage, computer failure or malfunction, or any and all
4614
- other commercial damages or losses), even if such Contributor
4615
- has been advised of the possibility of such damages.
4616
-
4617
- 9. Accepting Warranty or Additional Liability. While redistributing
4618
- the Work or Derivative Works thereof, You may choose to offer,
4619
- and charge a fee for, acceptance of support, warranty, indemnity,
4620
- or other liability obligations and/or rights consistent with this
4621
- License. However, in accepting such obligations, You may act only
4622
- on Your own behalf and on Your sole responsibility, not on behalf
4623
- of any other Contributor, and only if You agree to indemnify,
4624
- defend, and hold each Contributor harmless for any liability
4625
- incurred by, or claims asserted against, such Contributor by reason
4626
- of your accepting any such warranty or additional liability.
4627
-
4628
- END OF TERMS AND CONDITIONS
4629
-
4630
- APPENDIX: How to apply the Apache License to your work.
4631
-
4632
- To apply the Apache License to your work, attach the following
4633
- boilerplate notice, with the fields enclosed by brackets "[]"
4634
- replaced with your own identifying information. (Don't include
4635
- the brackets!) The text should be enclosed in the appropriate
4636
- comment syntax for the file format. We also recommend that a
4637
- file or class name and description of purpose be included on the
4638
- same "printed page" as the copyright notice for easier
4639
- identification within third-party archives.
4640
-
4641
- Copyright [yyyy] [name of copyright owner]
4642
-
4643
- Licensed under the Apache License, Version 2.0 (the "License");
4644
- you may not use this file except in compliance with the License.
4645
- You may obtain a copy of the License at
4646
-
4647
- http://www.apache.org/licenses/LICENSE-2.0
4648
-
4649
- Unless required by applicable law or agreed to in writing, software
4650
- distributed under the License is distributed on an "AS IS" BASIS,
4651
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4652
- See the License for the specific language governing permissions and
4653
- limitations under the License.
4654
- `
4655
- },
4656
- {
4657
- name: "@opentelemetry/instrumentation-mysql2",
4658
- author: "OpenTelemetry Authors",
4659
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-mysql2#readme",
4660
- licenses: {
4661
- license: "Apache-2.0"
4662
- },
4663
- licenseText: ` Apache License
4664
- Version 2.0, January 2004
4665
- http://www.apache.org/licenses/
4666
-
4667
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4668
-
4669
- 1. Definitions.
4670
-
4671
- "License" shall mean the terms and conditions for use, reproduction,
4672
- and distribution as defined by Sections 1 through 9 of this document.
4673
-
4674
- "Licensor" shall mean the copyright owner or entity authorized by
4675
- the copyright owner that is granting the License.
4676
-
4677
- "Legal Entity" shall mean the union of the acting entity and all
4678
- other entities that control, are controlled by, or are under common
4679
- control with that entity. For the purposes of this definition,
4680
- "control" means (i) the power, direct or indirect, to cause the
4681
- direction or management of such entity, whether by contract or
4682
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4683
- outstanding shares, or (iii) beneficial ownership of such entity.
4684
-
4685
- "You" (or "Your") shall mean an individual or Legal Entity
4686
- exercising permissions granted by this License.
4687
-
4688
- "Source" form shall mean the preferred form for making modifications,
4689
- including but not limited to software source code, documentation
4690
- source, and configuration files.
4691
-
4692
- "Object" form shall mean any form resulting from mechanical
4693
- transformation or translation of a Source form, including but
4694
- not limited to compiled object code, generated documentation,
4695
- and conversions to other media types.
4696
-
4697
- "Work" shall mean the work of authorship, whether in Source or
4698
- Object form, made available under the License, as indicated by a
4699
- copyright notice that is included in or attached to the work
4700
- (an example is provided in the Appendix below).
4701
-
4702
- "Derivative Works" shall mean any work, whether in Source or Object
4703
- form, that is based on (or derived from) the Work and for which the
4704
- editorial revisions, annotations, elaborations, or other modifications
4705
- represent, as a whole, an original work of authorship. For the purposes
4706
- of this License, Derivative Works shall not include works that remain
4707
- separable from, or merely link (or bind by name) to the interfaces of,
4708
- the Work and Derivative Works thereof.
4709
-
4710
- "Contribution" shall mean any work of authorship, including
4711
- the original version of the Work and any modifications or additions
4712
- to that Work or Derivative Works thereof, that is intentionally
4713
- submitted to Licensor for inclusion in the Work by the copyright owner
4714
- or by an individual or Legal Entity authorized to submit on behalf of
4715
- the copyright owner. For the purposes of this definition, "submitted"
4716
- means any form of electronic, verbal, or written communication sent
4717
- to the Licensor or its representatives, including but not limited to
4718
- communication on electronic mailing lists, source code control systems,
4719
- and issue tracking systems that are managed by, or on behalf of, the
4720
- Licensor for the purpose of discussing and improving the Work, but
4721
- excluding communication that is conspicuously marked or otherwise
4722
- designated in writing by the copyright owner as "Not a Contribution."
4723
-
4724
- "Contributor" shall mean Licensor and any individual or Legal Entity
4725
- on behalf of whom a Contribution has been received by Licensor and
4726
- subsequently incorporated within the Work.
4727
-
4728
- 2. Grant of Copyright License. Subject to the terms and conditions of
4729
- this License, each Contributor hereby grants to You a perpetual,
4730
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4731
- copyright license to reproduce, prepare Derivative Works of,
4732
- publicly display, publicly perform, sublicense, and distribute the
4733
- Work and such Derivative Works in Source or Object form.
4734
-
4735
- 3. Grant of Patent License. Subject to the terms and conditions of
4736
- this License, each Contributor hereby grants to You a perpetual,
4737
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4738
- (except as stated in this section) patent license to make, have made,
4739
- use, offer to sell, sell, import, and otherwise transfer the Work,
4740
- where such license applies only to those patent claims licensable
4741
- by such Contributor that are necessarily infringed by their
4742
- Contribution(s) alone or by combination of their Contribution(s)
4743
- with the Work to which such Contribution(s) was submitted. If You
4744
- institute patent litigation against any entity (including a
4745
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4746
- or a Contribution incorporated within the Work constitutes direct
4747
- or contributory patent infringement, then any patent licenses
4748
- granted to You under this License for that Work shall terminate
4749
- as of the date such litigation is filed.
4750
-
4751
- 4. Redistribution. You may reproduce and distribute copies of the
4752
- Work or Derivative Works thereof in any medium, with or without
4753
- modifications, and in Source or Object form, provided that You
4754
- meet the following conditions:
4755
-
4756
- (a) You must give any other recipients of the Work or
4757
- Derivative Works a copy of this License; and
4758
-
4759
- (b) You must cause any modified files to carry prominent notices
4760
- stating that You changed the files; and
4761
-
4762
- (c) You must retain, in the Source form of any Derivative Works
4763
- that You distribute, all copyright, patent, trademark, and
4764
- attribution notices from the Source form of the Work,
4765
- excluding those notices that do not pertain to any part of
4766
- the Derivative Works; and
4767
-
4768
- (d) If the Work includes a "NOTICE" text file as part of its
4769
- distribution, then any Derivative Works that You distribute must
4770
- include a readable copy of the attribution notices contained
4771
- within such NOTICE file, excluding those notices that do not
4772
- pertain to any part of the Derivative Works, in at least one
4773
- of the following places: within a NOTICE text file distributed
4774
- as part of the Derivative Works; within the Source form or
4775
- documentation, if provided along with the Derivative Works; or,
4776
- within a display generated by the Derivative Works, if and
4777
- wherever such third-party notices normally appear. The contents
4778
- of the NOTICE file are for informational purposes only and
4779
- do not modify the License. You may add Your own attribution
4780
- notices within Derivative Works that You distribute, alongside
4781
- or as an addendum to the NOTICE text from the Work, provided
4782
- that such additional attribution notices cannot be construed
4783
- as modifying the License.
4784
-
4785
- You may add Your own copyright statement to Your modifications and
4786
- may provide additional or different license terms and conditions
4787
- for use, reproduction, or distribution of Your modifications, or
4788
- for any such Derivative Works as a whole, provided Your use,
4789
- reproduction, and distribution of the Work otherwise complies with
4790
- the conditions stated in this License.
4791
-
4792
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4793
- any Contribution intentionally submitted for inclusion in the Work
4794
- by You to the Licensor shall be under the terms and conditions of
4795
- this License, without any additional terms or conditions.
4796
- Notwithstanding the above, nothing herein shall supersede or modify
4797
- the terms of any separate license agreement you may have executed
4798
- with Licensor regarding such Contributions.
4799
-
4800
- 6. Trademarks. This License does not grant permission to use the trade
4801
- names, trademarks, service marks, or product names of the Licensor,
4802
- except as required for reasonable and customary use in describing the
4803
- origin of the Work and reproducing the content of the NOTICE file.
4804
-
4805
- 7. Disclaimer of Warranty. Unless required by applicable law or
4806
- agreed to in writing, Licensor provides the Work (and each
4807
- Contributor provides its Contributions) on an "AS IS" BASIS,
4808
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4809
- implied, including, without limitation, any warranties or conditions
4810
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4811
- PARTICULAR PURPOSE. You are solely responsible for determining the
4812
- appropriateness of using or redistributing the Work and assume any
4813
- risks associated with Your exercise of permissions under this License.
4814
-
4815
- 8. Limitation of Liability. In no event and under no legal theory,
4816
- whether in tort (including negligence), contract, or otherwise,
4817
- unless required by applicable law (such as deliberate and grossly
4818
- negligent acts) or agreed to in writing, shall any Contributor be
4819
- liable to You for damages, including any direct, indirect, special,
4820
- incidental, or consequential damages of any character arising as a
4821
- result of this License or out of the use or inability to use the
4822
- Work (including but not limited to damages for loss of goodwill,
4823
- work stoppage, computer failure or malfunction, or any and all
4824
- other commercial damages or losses), even if such Contributor
4825
- has been advised of the possibility of such damages.
4826
-
4827
- 9. Accepting Warranty or Additional Liability. While redistributing
4828
- the Work or Derivative Works thereof, You may choose to offer,
4829
- and charge a fee for, acceptance of support, warranty, indemnity,
4830
- or other liability obligations and/or rights consistent with this
4831
- License. However, in accepting such obligations, You may act only
4832
- on Your own behalf and on Your sole responsibility, not on behalf
4833
- of any other Contributor, and only if You agree to indemnify,
4834
- defend, and hold each Contributor harmless for any liability
4835
- incurred by, or claims asserted against, such Contributor by reason
4836
- of your accepting any such warranty or additional liability.
4837
-
4838
- END OF TERMS AND CONDITIONS
4839
-
4840
- APPENDIX: How to apply the Apache License to your work.
4841
-
4842
- To apply the Apache License to your work, attach the following
4843
- boilerplate notice, with the fields enclosed by brackets "[]"
4844
- replaced with your own identifying information. (Don't include
4845
- the brackets!) The text should be enclosed in the appropriate
4846
- comment syntax for the file format. We also recommend that a
4847
- file or class name and description of purpose be included on the
4848
- same "printed page" as the copyright notice for easier
4849
- identification within third-party archives.
4850
-
4851
- Copyright [yyyy] [name of copyright owner]
4852
-
4853
- Licensed under the Apache License, Version 2.0 (the "License");
4854
- you may not use this file except in compliance with the License.
4855
- You may obtain a copy of the License at
4856
-
4857
- http://www.apache.org/licenses/LICENSE-2.0
4858
-
4859
- Unless required by applicable law or agreed to in writing, software
4860
- distributed under the License is distributed on an "AS IS" BASIS,
4861
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4862
- See the License for the specific language governing permissions and
4863
- limitations under the License.
4864
- `
4865
- },
4866
- {
4867
- name: "@opentelemetry/instrumentation-pg",
4868
- author: "OpenTelemetry Authors",
4869
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme",
4870
- licenses: {
4871
- license: "Apache-2.0"
4872
- },
4873
- licenseText: ` Apache License
4874
- Version 2.0, January 2004
4875
- http://www.apache.org/licenses/
4876
-
4877
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4878
-
4879
- 1. Definitions.
4880
-
4881
- "License" shall mean the terms and conditions for use, reproduction,
4882
- and distribution as defined by Sections 1 through 9 of this document.
4883
-
4884
- "Licensor" shall mean the copyright owner or entity authorized by
4885
- the copyright owner that is granting the License.
4886
-
4887
- "Legal Entity" shall mean the union of the acting entity and all
4888
- other entities that control, are controlled by, or are under common
4889
- control with that entity. For the purposes of this definition,
4890
- "control" means (i) the power, direct or indirect, to cause the
4891
- direction or management of such entity, whether by contract or
4892
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4893
- outstanding shares, or (iii) beneficial ownership of such entity.
4894
-
4895
- "You" (or "Your") shall mean an individual or Legal Entity
4896
- exercising permissions granted by this License.
4897
-
4898
- "Source" form shall mean the preferred form for making modifications,
4899
- including but not limited to software source code, documentation
4900
- source, and configuration files.
4901
-
4902
- "Object" form shall mean any form resulting from mechanical
4903
- transformation or translation of a Source form, including but
4904
- not limited to compiled object code, generated documentation,
4905
- and conversions to other media types.
4906
-
4907
- "Work" shall mean the work of authorship, whether in Source or
4908
- Object form, made available under the License, as indicated by a
4909
- copyright notice that is included in or attached to the work
4910
- (an example is provided in the Appendix below).
4911
-
4912
- "Derivative Works" shall mean any work, whether in Source or Object
4913
- form, that is based on (or derived from) the Work and for which the
4914
- editorial revisions, annotations, elaborations, or other modifications
4915
- represent, as a whole, an original work of authorship. For the purposes
4916
- of this License, Derivative Works shall not include works that remain
4917
- separable from, or merely link (or bind by name) to the interfaces of,
4918
- the Work and Derivative Works thereof.
4919
-
4920
- "Contribution" shall mean any work of authorship, including
4921
- the original version of the Work and any modifications or additions
4922
- to that Work or Derivative Works thereof, that is intentionally
4923
- submitted to Licensor for inclusion in the Work by the copyright owner
4924
- or by an individual or Legal Entity authorized to submit on behalf of
4925
- the copyright owner. For the purposes of this definition, "submitted"
4926
- means any form of electronic, verbal, or written communication sent
4927
- to the Licensor or its representatives, including but not limited to
4928
- communication on electronic mailing lists, source code control systems,
4929
- and issue tracking systems that are managed by, or on behalf of, the
4930
- Licensor for the purpose of discussing and improving the Work, but
4931
- excluding communication that is conspicuously marked or otherwise
4932
- designated in writing by the copyright owner as "Not a Contribution."
4933
-
4934
- "Contributor" shall mean Licensor and any individual or Legal Entity
4935
- on behalf of whom a Contribution has been received by Licensor and
4936
- subsequently incorporated within the Work.
4937
-
4938
- 2. Grant of Copyright License. Subject to the terms and conditions of
4939
- this License, each Contributor hereby grants to You a perpetual,
4940
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4941
- copyright license to reproduce, prepare Derivative Works of,
4942
- publicly display, publicly perform, sublicense, and distribute the
4943
- Work and such Derivative Works in Source or Object form.
4944
-
4945
- 3. Grant of Patent License. Subject to the terms and conditions of
4946
- this License, each Contributor hereby grants to You a perpetual,
4947
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4948
- (except as stated in this section) patent license to make, have made,
4949
- use, offer to sell, sell, import, and otherwise transfer the Work,
4950
- where such license applies only to those patent claims licensable
4951
- by such Contributor that are necessarily infringed by their
4952
- Contribution(s) alone or by combination of their Contribution(s)
4953
- with the Work to which such Contribution(s) was submitted. If You
4954
- institute patent litigation against any entity (including a
4955
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4956
- or a Contribution incorporated within the Work constitutes direct
4957
- or contributory patent infringement, then any patent licenses
4958
- granted to You under this License for that Work shall terminate
4959
- as of the date such litigation is filed.
4960
-
4961
- 4. Redistribution. You may reproduce and distribute copies of the
4962
- Work or Derivative Works thereof in any medium, with or without
4963
- modifications, and in Source or Object form, provided that You
4964
- meet the following conditions:
4965
-
4966
- (a) You must give any other recipients of the Work or
4967
- Derivative Works a copy of this License; and
4968
-
4969
- (b) You must cause any modified files to carry prominent notices
4970
- stating that You changed the files; and
4971
-
4972
- (c) You must retain, in the Source form of any Derivative Works
4973
- that You distribute, all copyright, patent, trademark, and
4974
- attribution notices from the Source form of the Work,
4975
- excluding those notices that do not pertain to any part of
4976
- the Derivative Works; and
4977
-
4978
- (d) If the Work includes a "NOTICE" text file as part of its
4979
- distribution, then any Derivative Works that You distribute must
4980
- include a readable copy of the attribution notices contained
4981
- within such NOTICE file, excluding those notices that do not
4982
- pertain to any part of the Derivative Works, in at least one
4983
- of the following places: within a NOTICE text file distributed
4984
- as part of the Derivative Works; within the Source form or
4985
- documentation, if provided along with the Derivative Works; or,
4986
- within a display generated by the Derivative Works, if and
4987
- wherever such third-party notices normally appear. The contents
4988
- of the NOTICE file are for informational purposes only and
4989
- do not modify the License. You may add Your own attribution
4990
- notices within Derivative Works that You distribute, alongside
4991
- or as an addendum to the NOTICE text from the Work, provided
4992
- that such additional attribution notices cannot be construed
4993
- as modifying the License.
4994
-
4995
- You may add Your own copyright statement to Your modifications and
4996
- may provide additional or different license terms and conditions
4997
- for use, reproduction, or distribution of Your modifications, or
4998
- for any such Derivative Works as a whole, provided Your use,
4999
- reproduction, and distribution of the Work otherwise complies with
5000
- the conditions stated in this License.
5001
-
5002
- 5. Submission of Contributions. Unless You explicitly state otherwise,
5003
- any Contribution intentionally submitted for inclusion in the Work
5004
- by You to the Licensor shall be under the terms and conditions of
5005
- this License, without any additional terms or conditions.
5006
- Notwithstanding the above, nothing herein shall supersede or modify
5007
- the terms of any separate license agreement you may have executed
5008
- with Licensor regarding such Contributions.
5009
-
5010
- 6. Trademarks. This License does not grant permission to use the trade
5011
- names, trademarks, service marks, or product names of the Licensor,
5012
- except as required for reasonable and customary use in describing the
5013
- origin of the Work and reproducing the content of the NOTICE file.
5014
-
5015
- 7. Disclaimer of Warranty. Unless required by applicable law or
5016
- agreed to in writing, Licensor provides the Work (and each
5017
- Contributor provides its Contributions) on an "AS IS" BASIS,
5018
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5019
- implied, including, without limitation, any warranties or conditions
5020
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5021
- PARTICULAR PURPOSE. You are solely responsible for determining the
5022
- appropriateness of using or redistributing the Work and assume any
5023
- risks associated with Your exercise of permissions under this License.
5024
-
5025
- 8. Limitation of Liability. In no event and under no legal theory,
5026
- whether in tort (including negligence), contract, or otherwise,
5027
- unless required by applicable law (such as deliberate and grossly
5028
- negligent acts) or agreed to in writing, shall any Contributor be
5029
- liable to You for damages, including any direct, indirect, special,
5030
- incidental, or consequential damages of any character arising as a
5031
- result of this License or out of the use or inability to use the
5032
- Work (including but not limited to damages for loss of goodwill,
5033
- work stoppage, computer failure or malfunction, or any and all
5034
- other commercial damages or losses), even if such Contributor
5035
- has been advised of the possibility of such damages.
5036
-
5037
- 9. Accepting Warranty or Additional Liability. While redistributing
5038
- the Work or Derivative Works thereof, You may choose to offer,
5039
- and charge a fee for, acceptance of support, warranty, indemnity,
5040
- or other liability obligations and/or rights consistent with this
5041
- License. However, in accepting such obligations, You may act only
5042
- on Your own behalf and on Your sole responsibility, not on behalf
5043
- of any other Contributor, and only if You agree to indemnify,
5044
- defend, and hold each Contributor harmless for any liability
5045
- incurred by, or claims asserted against, such Contributor by reason
5046
- of your accepting any such warranty or additional liability.
5047
-
5048
- END OF TERMS AND CONDITIONS
5049
-
5050
- APPENDIX: How to apply the Apache License to your work.
5051
-
5052
- To apply the Apache License to your work, attach the following
5053
- boilerplate notice, with the fields enclosed by brackets "[]"
5054
- replaced with your own identifying information. (Don't include
5055
- the brackets!) The text should be enclosed in the appropriate
5056
- comment syntax for the file format. We also recommend that a
5057
- file or class name and description of purpose be included on the
5058
- same "printed page" as the copyright notice for easier
5059
- identification within third-party archives.
5060
-
5061
- Copyright [yyyy] [name of copyright owner]
5062
-
5063
- Licensed under the Apache License, Version 2.0 (the "License");
5064
- you may not use this file except in compliance with the License.
5065
- You may obtain a copy of the License at
5066
-
5067
- http://www.apache.org/licenses/LICENSE-2.0
5068
-
5069
- Unless required by applicable law or agreed to in writing, software
5070
- distributed under the License is distributed on an "AS IS" BASIS,
5071
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5072
- See the License for the specific language governing permissions and
5073
- limitations under the License.
5074
- `
5075
- },
5076
- {
5077
- name: "@opentelemetry/instrumentation-tedious",
5078
- author: "OpenTelemetry Authors",
5079
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-tedious#readme",
5080
- licenses: {
5081
- license: "Apache-2.0"
5082
- },
5083
- licenseText: ` Apache License
5084
- Version 2.0, January 2004
5085
- http://www.apache.org/licenses/
5086
-
5087
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5088
-
5089
- 1. Definitions.
5090
-
5091
- "License" shall mean the terms and conditions for use, reproduction,
5092
- and distribution as defined by Sections 1 through 9 of this document.
5093
-
5094
- "Licensor" shall mean the copyright owner or entity authorized by
5095
- the copyright owner that is granting the License.
5096
-
5097
- "Legal Entity" shall mean the union of the acting entity and all
5098
- other entities that control, are controlled by, or are under common
5099
- control with that entity. For the purposes of this definition,
5100
- "control" means (i) the power, direct or indirect, to cause the
5101
- direction or management of such entity, whether by contract or
5102
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
5103
- outstanding shares, or (iii) beneficial ownership of such entity.
5104
-
5105
- "You" (or "Your") shall mean an individual or Legal Entity
5106
- exercising permissions granted by this License.
5107
-
5108
- "Source" form shall mean the preferred form for making modifications,
5109
- including but not limited to software source code, documentation
5110
- source, and configuration files.
5111
-
5112
- "Object" form shall mean any form resulting from mechanical
5113
- transformation or translation of a Source form, including but
5114
- not limited to compiled object code, generated documentation,
5115
- and conversions to other media types.
5116
-
5117
- "Work" shall mean the work of authorship, whether in Source or
5118
- Object form, made available under the License, as indicated by a
5119
- copyright notice that is included in or attached to the work
5120
- (an example is provided in the Appendix below).
5121
-
5122
- "Derivative Works" shall mean any work, whether in Source or Object
5123
- form, that is based on (or derived from) the Work and for which the
5124
- editorial revisions, annotations, elaborations, or other modifications
5125
- represent, as a whole, an original work of authorship. For the purposes
5126
- of this License, Derivative Works shall not include works that remain
5127
- separable from, or merely link (or bind by name) to the interfaces of,
5128
- the Work and Derivative Works thereof.
5129
-
5130
- "Contribution" shall mean any work of authorship, including
5131
- the original version of the Work and any modifications or additions
5132
- to that Work or Derivative Works thereof, that is intentionally
5133
- submitted to Licensor for inclusion in the Work by the copyright owner
5134
- or by an individual or Legal Entity authorized to submit on behalf of
5135
- the copyright owner. For the purposes of this definition, "submitted"
5136
- means any form of electronic, verbal, or written communication sent
5137
- to the Licensor or its representatives, including but not limited to
5138
- communication on electronic mailing lists, source code control systems,
5139
- and issue tracking systems that are managed by, or on behalf of, the
5140
- Licensor for the purpose of discussing and improving the Work, but
5141
- excluding communication that is conspicuously marked or otherwise
5142
- designated in writing by the copyright owner as "Not a Contribution."
5143
-
5144
- "Contributor" shall mean Licensor and any individual or Legal Entity
5145
- on behalf of whom a Contribution has been received by Licensor and
5146
- subsequently incorporated within the Work.
5147
-
5148
- 2. Grant of Copyright License. Subject to the terms and conditions of
5149
- this License, each Contributor hereby grants to You a perpetual,
5150
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5151
- copyright license to reproduce, prepare Derivative Works of,
5152
- publicly display, publicly perform, sublicense, and distribute the
5153
- Work and such Derivative Works in Source or Object form.
5154
-
5155
- 3. Grant of Patent License. Subject to the terms and conditions of
5156
- this License, each Contributor hereby grants to You a perpetual,
5157
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5158
- (except as stated in this section) patent license to make, have made,
5159
- use, offer to sell, sell, import, and otherwise transfer the Work,
5160
- where such license applies only to those patent claims licensable
5161
- by such Contributor that are necessarily infringed by their
5162
- Contribution(s) alone or by combination of their Contribution(s)
5163
- with the Work to which such Contribution(s) was submitted. If You
5164
- institute patent litigation against any entity (including a
5165
- cross-claim or counterclaim in a lawsuit) alleging that the Work
5166
- or a Contribution incorporated within the Work constitutes direct
5167
- or contributory patent infringement, then any patent licenses
5168
- granted to You under this License for that Work shall terminate
5169
- as of the date such litigation is filed.
5170
-
5171
- 4. Redistribution. You may reproduce and distribute copies of the
5172
- Work or Derivative Works thereof in any medium, with or without
5173
- modifications, and in Source or Object form, provided that You
5174
- meet the following conditions:
5175
-
5176
- (a) You must give any other recipients of the Work or
5177
- Derivative Works a copy of this License; and
5178
-
5179
- (b) You must cause any modified files to carry prominent notices
5180
- stating that You changed the files; and
5181
-
5182
- (c) You must retain, in the Source form of any Derivative Works
5183
- that You distribute, all copyright, patent, trademark, and
5184
- attribution notices from the Source form of the Work,
5185
- excluding those notices that do not pertain to any part of
5186
- the Derivative Works; and
5187
-
5188
- (d) If the Work includes a "NOTICE" text file as part of its
5189
- distribution, then any Derivative Works that You distribute must
5190
- include a readable copy of the attribution notices contained
5191
- within such NOTICE file, excluding those notices that do not
5192
- pertain to any part of the Derivative Works, in at least one
5193
- of the following places: within a NOTICE text file distributed
5194
- as part of the Derivative Works; within the Source form or
5195
- documentation, if provided along with the Derivative Works; or,
5196
- within a display generated by the Derivative Works, if and
5197
- wherever such third-party notices normally appear. The contents
5198
- of the NOTICE file are for informational purposes only and
5199
- do not modify the License. You may add Your own attribution
5200
- notices within Derivative Works that You distribute, alongside
5201
- or as an addendum to the NOTICE text from the Work, provided
5202
- that such additional attribution notices cannot be construed
5203
- as modifying the License.
5204
-
5205
- You may add Your own copyright statement to Your modifications and
5206
- may provide additional or different license terms and conditions
5207
- for use, reproduction, or distribution of Your modifications, or
5208
- for any such Derivative Works as a whole, provided Your use,
5209
- reproduction, and distribution of the Work otherwise complies with
5210
- the conditions stated in this License.
5211
-
5212
- 5. Submission of Contributions. Unless You explicitly state otherwise,
5213
- any Contribution intentionally submitted for inclusion in the Work
5214
- by You to the Licensor shall be under the terms and conditions of
5215
- this License, without any additional terms or conditions.
5216
- Notwithstanding the above, nothing herein shall supersede or modify
5217
- the terms of any separate license agreement you may have executed
5218
- with Licensor regarding such Contributions.
5219
-
5220
- 6. Trademarks. This License does not grant permission to use the trade
5221
- names, trademarks, service marks, or product names of the Licensor,
5222
- except as required for reasonable and customary use in describing the
5223
- origin of the Work and reproducing the content of the NOTICE file.
5224
-
5225
- 7. Disclaimer of Warranty. Unless required by applicable law or
5226
- agreed to in writing, Licensor provides the Work (and each
5227
- Contributor provides its Contributions) on an "AS IS" BASIS,
5228
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5229
- implied, including, without limitation, any warranties or conditions
5230
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5231
- PARTICULAR PURPOSE. You are solely responsible for determining the
5232
- appropriateness of using or redistributing the Work and assume any
5233
- risks associated with Your exercise of permissions under this License.
5234
-
5235
- 8. Limitation of Liability. In no event and under no legal theory,
5236
- whether in tort (including negligence), contract, or otherwise,
5237
- unless required by applicable law (such as deliberate and grossly
5238
- negligent acts) or agreed to in writing, shall any Contributor be
5239
- liable to You for damages, including any direct, indirect, special,
5240
- incidental, or consequential damages of any character arising as a
5241
- result of this License or out of the use or inability to use the
5242
- Work (including but not limited to damages for loss of goodwill,
5243
- work stoppage, computer failure or malfunction, or any and all
5244
- other commercial damages or losses), even if such Contributor
5245
- has been advised of the possibility of such damages.
5246
-
5247
- 9. Accepting Warranty or Additional Liability. While redistributing
5248
- the Work or Derivative Works thereof, You may choose to offer,
5249
- and charge a fee for, acceptance of support, warranty, indemnity,
5250
- or other liability obligations and/or rights consistent with this
5251
- License. However, in accepting such obligations, You may act only
5252
- on Your own behalf and on Your sole responsibility, not on behalf
5253
- of any other Contributor, and only if You agree to indemnify,
5254
- defend, and hold each Contributor harmless for any liability
5255
- incurred by, or claims asserted against, such Contributor by reason
5256
- of your accepting any such warranty or additional liability.
5257
-
5258
- END OF TERMS AND CONDITIONS
5259
-
5260
- APPENDIX: How to apply the Apache License to your work.
5261
-
5262
- To apply the Apache License to your work, attach the following
5263
- boilerplate notice, with the fields enclosed by brackets "[]"
5264
- replaced with your own identifying information. (Don't include
5265
- the brackets!) The text should be enclosed in the appropriate
5266
- comment syntax for the file format. We also recommend that a
5267
- file or class name and description of purpose be included on the
5268
- same "printed page" as the copyright notice for easier
5269
- identification within third-party archives.
5270
-
5271
- Copyright [yyyy] [name of copyright owner]
5272
-
5273
- Licensed under the Apache License, Version 2.0 (the "License");
5274
- you may not use this file except in compliance with the License.
5275
- You may obtain a copy of the License at
5276
-
5277
- http://www.apache.org/licenses/LICENSE-2.0
5278
-
5279
- Unless required by applicable law or agreed to in writing, software
5280
- distributed under the License is distributed on an "AS IS" BASIS,
5281
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5282
- See the License for the specific language governing permissions and
5283
- limitations under the License.
5284
- `
5285
- },
5286
- {
5287
- name: "@opentelemetry/resources",
5288
- author: "OpenTelemetry Authors",
5289
- website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources",
5290
- licenses: {
5291
- license: "Apache-2.0"
5292
- },
5293
- licenseText: ` Apache License
5294
- Version 2.0, January 2004
5295
- http://www.apache.org/licenses/
5296
-
5297
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5298
-
5299
- 1. Definitions.
5300
-
5301
- "License" shall mean the terms and conditions for use, reproduction,
5302
- and distribution as defined by Sections 1 through 9 of this document.
5303
-
5304
- "Licensor" shall mean the copyright owner or entity authorized by
5305
- the copyright owner that is granting the License.
5306
-
5307
- "Legal Entity" shall mean the union of the acting entity and all
5308
- other entities that control, are controlled by, or are under common
5309
- control with that entity. For the purposes of this definition,
5310
- "control" means (i) the power, direct or indirect, to cause the
5311
- direction or management of such entity, whether by contract or
5312
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
5313
- outstanding shares, or (iii) beneficial ownership of such entity.
5314
-
5315
- "You" (or "Your") shall mean an individual or Legal Entity
5316
- exercising permissions granted by this License.
5317
-
5318
- "Source" form shall mean the preferred form for making modifications,
5319
- including but not limited to software source code, documentation
5320
- source, and configuration files.
5321
-
5322
- "Object" form shall mean any form resulting from mechanical
5323
- transformation or translation of a Source form, including but
5324
- not limited to compiled object code, generated documentation,
5325
- and conversions to other media types.
5326
-
5327
- "Work" shall mean the work of authorship, whether in Source or
5328
- Object form, made available under the License, as indicated by a
5329
- copyright notice that is included in or attached to the work
5330
- (an example is provided in the Appendix below).
5331
-
5332
- "Derivative Works" shall mean any work, whether in Source or Object
5333
- form, that is based on (or derived from) the Work and for which the
5334
- editorial revisions, annotations, elaborations, or other modifications
5335
- represent, as a whole, an original work of authorship. For the purposes
5336
- of this License, Derivative Works shall not include works that remain
5337
- separable from, or merely link (or bind by name) to the interfaces of,
5338
- the Work and Derivative Works thereof.
5339
-
5340
- "Contribution" shall mean any work of authorship, including
5341
- the original version of the Work and any modifications or additions
5342
- to that Work or Derivative Works thereof, that is intentionally
5343
- submitted to Licensor for inclusion in the Work by the copyright owner
5344
- or by an individual or Legal Entity authorized to submit on behalf of
5345
- the copyright owner. For the purposes of this definition, "submitted"
5346
- means any form of electronic, verbal, or written communication sent
5347
- to the Licensor or its representatives, including but not limited to
5348
- communication on electronic mailing lists, source code control systems,
5349
- and issue tracking systems that are managed by, or on behalf of, the
5350
- Licensor for the purpose of discussing and improving the Work, but
5351
- excluding communication that is conspicuously marked or otherwise
5352
- designated in writing by the copyright owner as "Not a Contribution."
5353
-
5354
- "Contributor" shall mean Licensor and any individual or Legal Entity
5355
- on behalf of whom a Contribution has been received by Licensor and
5356
- subsequently incorporated within the Work.
5357
-
5358
- 2. Grant of Copyright License. Subject to the terms and conditions of
5359
- this License, each Contributor hereby grants to You a perpetual,
5360
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5361
- copyright license to reproduce, prepare Derivative Works of,
5362
- publicly display, publicly perform, sublicense, and distribute the
5363
- Work and such Derivative Works in Source or Object form.
5364
-
5365
- 3. Grant of Patent License. Subject to the terms and conditions of
5366
- this License, each Contributor hereby grants to You a perpetual,
5367
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5368
- (except as stated in this section) patent license to make, have made,
5369
- use, offer to sell, sell, import, and otherwise transfer the Work,
5370
- where such license applies only to those patent claims licensable
5371
- by such Contributor that are necessarily infringed by their
5372
- Contribution(s) alone or by combination of their Contribution(s)
5373
- with the Work to which such Contribution(s) was submitted. If You
5374
- institute patent litigation against any entity (including a
5375
- cross-claim or counterclaim in a lawsuit) alleging that the Work
5376
- or a Contribution incorporated within the Work constitutes direct
5377
- or contributory patent infringement, then any patent licenses
5378
- granted to You under this License for that Work shall terminate
5379
- as of the date such litigation is filed.
5380
-
5381
- 4. Redistribution. You may reproduce and distribute copies of the
5382
- Work or Derivative Works thereof in any medium, with or without
5383
- modifications, and in Source or Object form, provided that You
5384
- meet the following conditions:
5385
-
5386
- (a) You must give any other recipients of the Work or
5387
- Derivative Works a copy of this License; and
5388
-
5389
- (b) You must cause any modified files to carry prominent notices
5390
- stating that You changed the files; and
5391
-
5392
- (c) You must retain, in the Source form of any Derivative Works
5393
- that You distribute, all copyright, patent, trademark, and
5394
- attribution notices from the Source form of the Work,
5395
- excluding those notices that do not pertain to any part of
5396
- the Derivative Works; and
5397
-
5398
- (d) If the Work includes a "NOTICE" text file as part of its
5399
- distribution, then any Derivative Works that You distribute must
5400
- include a readable copy of the attribution notices contained
5401
- within such NOTICE file, excluding those notices that do not
5402
- pertain to any part of the Derivative Works, in at least one
5403
- of the following places: within a NOTICE text file distributed
5404
- as part of the Derivative Works; within the Source form or
5405
- documentation, if provided along with the Derivative Works; or,
5406
- within a display generated by the Derivative Works, if and
5407
- wherever such third-party notices normally appear. The contents
5408
- of the NOTICE file are for informational purposes only and
5409
- do not modify the License. You may add Your own attribution
5410
- notices within Derivative Works that You distribute, alongside
5411
- or as an addendum to the NOTICE text from the Work, provided
5412
- that such additional attribution notices cannot be construed
5413
- as modifying the License.
5414
-
5415
- You may add Your own copyright statement to Your modifications and
5416
- may provide additional or different license terms and conditions
5417
- for use, reproduction, or distribution of Your modifications, or
5418
- for any such Derivative Works as a whole, provided Your use,
5419
- reproduction, and distribution of the Work otherwise complies with
5420
- the conditions stated in this License.
5421
-
5422
- 5. Submission of Contributions. Unless You explicitly state otherwise,
5423
- any Contribution intentionally submitted for inclusion in the Work
5424
- by You to the Licensor shall be under the terms and conditions of
5425
- this License, without any additional terms or conditions.
5426
- Notwithstanding the above, nothing herein shall supersede or modify
5427
- the terms of any separate license agreement you may have executed
5428
- with Licensor regarding such Contributions.
5429
-
5430
- 6. Trademarks. This License does not grant permission to use the trade
5431
- names, trademarks, service marks, or product names of the Licensor,
5432
- except as required for reasonable and customary use in describing the
5433
- origin of the Work and reproducing the content of the NOTICE file.
5434
-
5435
- 7. Disclaimer of Warranty. Unless required by applicable law or
5436
- agreed to in writing, Licensor provides the Work (and each
5437
- Contributor provides its Contributions) on an "AS IS" BASIS,
5438
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5439
- implied, including, without limitation, any warranties or conditions
5440
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5441
- PARTICULAR PURPOSE. You are solely responsible for determining the
5442
- appropriateness of using or redistributing the Work and assume any
5443
- risks associated with Your exercise of permissions under this License.
5444
-
5445
- 8. Limitation of Liability. In no event and under no legal theory,
5446
- whether in tort (including negligence), contract, or otherwise,
5447
- unless required by applicable law (such as deliberate and grossly
5448
- negligent acts) or agreed to in writing, shall any Contributor be
5449
- liable to You for damages, including any direct, indirect, special,
5450
- incidental, or consequential damages of any character arising as a
5451
- result of this License or out of the use or inability to use the
5452
- Work (including but not limited to damages for loss of goodwill,
5453
- work stoppage, computer failure or malfunction, or any and all
5454
- other commercial damages or losses), even if such Contributor
5455
- has been advised of the possibility of such damages.
5456
-
5457
- 9. Accepting Warranty or Additional Liability. While redistributing
5458
- the Work or Derivative Works thereof, You may choose to offer,
5459
- and charge a fee for, acceptance of support, warranty, indemnity,
5460
- or other liability obligations and/or rights consistent with this
5461
- License. However, in accepting such obligations, You may act only
5462
- on Your own behalf and on Your sole responsibility, not on behalf
5463
- of any other Contributor, and only if You agree to indemnify,
5464
- defend, and hold each Contributor harmless for any liability
5465
- incurred by, or claims asserted against, such Contributor by reason
5466
- of your accepting any such warranty or additional liability.
5467
-
5468
- END OF TERMS AND CONDITIONS
5469
-
5470
- APPENDIX: How to apply the Apache License to your work.
5471
-
5472
- To apply the Apache License to your work, attach the following
5473
- boilerplate notice, with the fields enclosed by brackets "[]"
5474
- replaced with your own identifying information. (Don't include
5475
- the brackets!) The text should be enclosed in the appropriate
5476
- comment syntax for the file format. We also recommend that a
5477
- file or class name and description of purpose be included on the
5478
- same "printed page" as the copyright notice for easier
5479
- identification within third-party archives.
5480
-
5481
- Copyright [yyyy] [name of copyright owner]
5482
-
5483
- Licensed under the Apache License, Version 2.0 (the "License");
5484
- you may not use this file except in compliance with the License.
5485
- You may obtain a copy of the License at
5486
-
5487
- http://www.apache.org/licenses/LICENSE-2.0
5488
-
5489
- Unless required by applicable law or agreed to in writing, software
5490
- distributed under the License is distributed on an "AS IS" BASIS,
5491
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5492
- See the License for the specific language governing permissions and
5493
- limitations under the License.
5494
- `
5495
- },
5496
- {
5497
- name: "@opentelemetry/sdk-trace-base",
5498
- author: "OpenTelemetry Authors",
5499
- website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-base",
5500
- licenses: {
5501
- license: "Apache-2.0"
5502
- },
5503
- licenseText: ` Apache License
5504
- Version 2.0, January 2004
5505
- http://www.apache.org/licenses/
5506
-
5507
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5508
-
5509
- 1. Definitions.
5510
-
5511
- "License" shall mean the terms and conditions for use, reproduction,
5512
- and distribution as defined by Sections 1 through 9 of this document.
5513
-
5514
- "Licensor" shall mean the copyright owner or entity authorized by
5515
- the copyright owner that is granting the License.
5516
-
5517
- "Legal Entity" shall mean the union of the acting entity and all
5518
- other entities that control, are controlled by, or are under common
5519
- control with that entity. For the purposes of this definition,
5520
- "control" means (i) the power, direct or indirect, to cause the
5521
- direction or management of such entity, whether by contract or
5522
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
5523
- outstanding shares, or (iii) beneficial ownership of such entity.
5524
-
5525
- "You" (or "Your") shall mean an individual or Legal Entity
5526
- exercising permissions granted by this License.
5527
-
5528
- "Source" form shall mean the preferred form for making modifications,
5529
- including but not limited to software source code, documentation
5530
- source, and configuration files.
5531
-
5532
- "Object" form shall mean any form resulting from mechanical
5533
- transformation or translation of a Source form, including but
5534
- not limited to compiled object code, generated documentation,
5535
- and conversions to other media types.
5536
-
5537
- "Work" shall mean the work of authorship, whether in Source or
5538
- Object form, made available under the License, as indicated by a
5539
- copyright notice that is included in or attached to the work
5540
- (an example is provided in the Appendix below).
5541
-
5542
- "Derivative Works" shall mean any work, whether in Source or Object
5543
- form, that is based on (or derived from) the Work and for which the
5544
- editorial revisions, annotations, elaborations, or other modifications
5545
- represent, as a whole, an original work of authorship. For the purposes
5546
- of this License, Derivative Works shall not include works that remain
5547
- separable from, or merely link (or bind by name) to the interfaces of,
5548
- the Work and Derivative Works thereof.
5549
-
5550
- "Contribution" shall mean any work of authorship, including
5551
- the original version of the Work and any modifications or additions
5552
- to that Work or Derivative Works thereof, that is intentionally
5553
- submitted to Licensor for inclusion in the Work by the copyright owner
5554
- or by an individual or Legal Entity authorized to submit on behalf of
5555
- the copyright owner. For the purposes of this definition, "submitted"
5556
- means any form of electronic, verbal, or written communication sent
5557
- to the Licensor or its representatives, including but not limited to
5558
- communication on electronic mailing lists, source code control systems,
5559
- and issue tracking systems that are managed by, or on behalf of, the
5560
- Licensor for the purpose of discussing and improving the Work, but
5561
- excluding communication that is conspicuously marked or otherwise
5562
- designated in writing by the copyright owner as "Not a Contribution."
5563
-
5564
- "Contributor" shall mean Licensor and any individual or Legal Entity
5565
- on behalf of whom a Contribution has been received by Licensor and
5566
- subsequently incorporated within the Work.
5567
-
5568
- 2. Grant of Copyright License. Subject to the terms and conditions of
5569
- this License, each Contributor hereby grants to You a perpetual,
5570
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5571
- copyright license to reproduce, prepare Derivative Works of,
5572
- publicly display, publicly perform, sublicense, and distribute the
5573
- Work and such Derivative Works in Source or Object form.
5574
-
5575
- 3. Grant of Patent License. Subject to the terms and conditions of
5576
- this License, each Contributor hereby grants to You a perpetual,
5577
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5578
- (except as stated in this section) patent license to make, have made,
5579
- use, offer to sell, sell, import, and otherwise transfer the Work,
5580
- where such license applies only to those patent claims licensable
5581
- by such Contributor that are necessarily infringed by their
5582
- Contribution(s) alone or by combination of their Contribution(s)
5583
- with the Work to which such Contribution(s) was submitted. If You
5584
- institute patent litigation against any entity (including a
5585
- cross-claim or counterclaim in a lawsuit) alleging that the Work
5586
- or a Contribution incorporated within the Work constitutes direct
5587
- or contributory patent infringement, then any patent licenses
5588
- granted to You under this License for that Work shall terminate
5589
- as of the date such litigation is filed.
5590
-
5591
- 4. Redistribution. You may reproduce and distribute copies of the
5592
- Work or Derivative Works thereof in any medium, with or without
5593
- modifications, and in Source or Object form, provided that You
5594
- meet the following conditions:
5595
-
5596
- (a) You must give any other recipients of the Work or
5597
- Derivative Works a copy of this License; and
5598
-
5599
- (b) You must cause any modified files to carry prominent notices
5600
- stating that You changed the files; and
5601
-
5602
- (c) You must retain, in the Source form of any Derivative Works
5603
- that You distribute, all copyright, patent, trademark, and
5604
- attribution notices from the Source form of the Work,
5605
- excluding those notices that do not pertain to any part of
5606
- the Derivative Works; and
5607
-
5608
- (d) If the Work includes a "NOTICE" text file as part of its
5609
- distribution, then any Derivative Works that You distribute must
5610
- include a readable copy of the attribution notices contained
5611
- within such NOTICE file, excluding those notices that do not
5612
- pertain to any part of the Derivative Works, in at least one
5613
- of the following places: within a NOTICE text file distributed
5614
- as part of the Derivative Works; within the Source form or
5615
- documentation, if provided along with the Derivative Works; or,
5616
- within a display generated by the Derivative Works, if and
5617
- wherever such third-party notices normally appear. The contents
5618
- of the NOTICE file are for informational purposes only and
5619
- do not modify the License. You may add Your own attribution
5620
- notices within Derivative Works that You distribute, alongside
5621
- or as an addendum to the NOTICE text from the Work, provided
5622
- that such additional attribution notices cannot be construed
5623
- as modifying the License.
5624
-
5625
- You may add Your own copyright statement to Your modifications and
5626
- may provide additional or different license terms and conditions
5627
- for use, reproduction, or distribution of Your modifications, or
5628
- for any such Derivative Works as a whole, provided Your use,
5629
- reproduction, and distribution of the Work otherwise complies with
5630
- the conditions stated in this License.
5631
-
5632
- 5. Submission of Contributions. Unless You explicitly state otherwise,
5633
- any Contribution intentionally submitted for inclusion in the Work
5634
- by You to the Licensor shall be under the terms and conditions of
5635
- this License, without any additional terms or conditions.
5636
- Notwithstanding the above, nothing herein shall supersede or modify
5637
- the terms of any separate license agreement you may have executed
5638
- with Licensor regarding such Contributions.
5639
-
5640
- 6. Trademarks. This License does not grant permission to use the trade
5641
- names, trademarks, service marks, or product names of the Licensor,
5642
- except as required for reasonable and customary use in describing the
5643
- origin of the Work and reproducing the content of the NOTICE file.
5644
-
5645
- 7. Disclaimer of Warranty. Unless required by applicable law or
5646
- agreed to in writing, Licensor provides the Work (and each
5647
- Contributor provides its Contributions) on an "AS IS" BASIS,
5648
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5649
- implied, including, without limitation, any warranties or conditions
5650
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5651
- PARTICULAR PURPOSE. You are solely responsible for determining the
5652
- appropriateness of using or redistributing the Work and assume any
5653
- risks associated with Your exercise of permissions under this License.
5654
-
5655
- 8. Limitation of Liability. In no event and under no legal theory,
5656
- whether in tort (including negligence), contract, or otherwise,
5657
- unless required by applicable law (such as deliberate and grossly
5658
- negligent acts) or agreed to in writing, shall any Contributor be
5659
- liable to You for damages, including any direct, indirect, special,
5660
- incidental, or consequential damages of any character arising as a
5661
- result of this License or out of the use or inability to use the
5662
- Work (including but not limited to damages for loss of goodwill,
5663
- work stoppage, computer failure or malfunction, or any and all
5664
- other commercial damages or losses), even if such Contributor
5665
- has been advised of the possibility of such damages.
5666
-
5667
- 9. Accepting Warranty or Additional Liability. While redistributing
5668
- the Work or Derivative Works thereof, You may choose to offer,
5669
- and charge a fee for, acceptance of support, warranty, indemnity,
5670
- or other liability obligations and/or rights consistent with this
5671
- License. However, in accepting such obligations, You may act only
5672
- on Your own behalf and on Your sole responsibility, not on behalf
5673
- of any other Contributor, and only if You agree to indemnify,
5674
- defend, and hold each Contributor harmless for any liability
5675
- incurred by, or claims asserted against, such Contributor by reason
5676
- of your accepting any such warranty or additional liability.
5677
-
5678
- END OF TERMS AND CONDITIONS
5679
-
5680
- APPENDIX: How to apply the Apache License to your work.
5681
-
5682
- To apply the Apache License to your work, attach the following
5683
- boilerplate notice, with the fields enclosed by brackets "[]"
5684
- replaced with your own identifying information. (Don't include
5685
- the brackets!) The text should be enclosed in the appropriate
5686
- comment syntax for the file format. We also recommend that a
5687
- file or class name and description of purpose be included on the
5688
- same "printed page" as the copyright notice for easier
5689
- identification within third-party archives.
5690
-
5691
- Copyright [yyyy] [name of copyright owner]
5692
-
5693
- Licensed under the Apache License, Version 2.0 (the "License");
5694
- you may not use this file except in compliance with the License.
5695
- You may obtain a copy of the License at
5696
-
5697
- http://www.apache.org/licenses/LICENSE-2.0
5698
-
5699
- Unless required by applicable law or agreed to in writing, software
5700
- distributed under the License is distributed on an "AS IS" BASIS,
5701
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5702
- See the License for the specific language governing permissions and
5703
- limitations under the License.
5704
- `
5705
- },
5706
- {
5707
- name: "@opentelemetry/semantic-conventions",
5708
- author: "OpenTelemetry Authors",
5709
- website: "https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions",
5710
- licenses: {
5711
- license: "Apache-2.0"
5712
- },
5713
- licenseText: ` Apache License
5714
- Version 2.0, January 2004
5715
- http://www.apache.org/licenses/
5716
-
5717
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5718
-
5719
- 1. Definitions.
5720
-
5721
- "License" shall mean the terms and conditions for use, reproduction,
5722
- and distribution as defined by Sections 1 through 9 of this document.
5723
-
5724
- "Licensor" shall mean the copyright owner or entity authorized by
5725
- the copyright owner that is granting the License.
5726
-
5727
- "Legal Entity" shall mean the union of the acting entity and all
5728
- other entities that control, are controlled by, or are under common
5729
- control with that entity. For the purposes of this definition,
5730
- "control" means (i) the power, direct or indirect, to cause the
5731
- direction or management of such entity, whether by contract or
5732
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
5733
- outstanding shares, or (iii) beneficial ownership of such entity.
5734
-
5735
- "You" (or "Your") shall mean an individual or Legal Entity
5736
- exercising permissions granted by this License.
5737
-
5738
- "Source" form shall mean the preferred form for making modifications,
5739
- including but not limited to software source code, documentation
5740
- source, and configuration files.
5741
-
5742
- "Object" form shall mean any form resulting from mechanical
5743
- transformation or translation of a Source form, including but
5744
- not limited to compiled object code, generated documentation,
5745
- and conversions to other media types.
5746
-
5747
- "Work" shall mean the work of authorship, whether in Source or
5748
- Object form, made available under the License, as indicated by a
5749
- copyright notice that is included in or attached to the work
5750
- (an example is provided in the Appendix below).
5751
-
5752
- "Derivative Works" shall mean any work, whether in Source or Object
5753
- form, that is based on (or derived from) the Work and for which the
5754
- editorial revisions, annotations, elaborations, or other modifications
5755
- represent, as a whole, an original work of authorship. For the purposes
5756
- of this License, Derivative Works shall not include works that remain
5757
- separable from, or merely link (or bind by name) to the interfaces of,
5758
- the Work and Derivative Works thereof.
5759
-
5760
- "Contribution" shall mean any work of authorship, including
5761
- the original version of the Work and any modifications or additions
5762
- to that Work or Derivative Works thereof, that is intentionally
5763
- submitted to Licensor for inclusion in the Work by the copyright owner
5764
- or by an individual or Legal Entity authorized to submit on behalf of
5765
- the copyright owner. For the purposes of this definition, "submitted"
5766
- means any form of electronic, verbal, or written communication sent
5767
- to the Licensor or its representatives, including but not limited to
5768
- communication on electronic mailing lists, source code control systems,
5769
- and issue tracking systems that are managed by, or on behalf of, the
5770
- Licensor for the purpose of discussing and improving the Work, but
5771
- excluding communication that is conspicuously marked or otherwise
5772
- designated in writing by the copyright owner as "Not a Contribution."
5773
-
5774
- "Contributor" shall mean Licensor and any individual or Legal Entity
5775
- on behalf of whom a Contribution has been received by Licensor and
5776
- subsequently incorporated within the Work.
5777
-
5778
- 2. Grant of Copyright License. Subject to the terms and conditions of
5779
- this License, each Contributor hereby grants to You a perpetual,
5780
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5781
- copyright license to reproduce, prepare Derivative Works of,
5782
- publicly display, publicly perform, sublicense, and distribute the
5783
- Work and such Derivative Works in Source or Object form.
5784
-
5785
- 3. Grant of Patent License. Subject to the terms and conditions of
5786
- this License, each Contributor hereby grants to You a perpetual,
5787
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5788
- (except as stated in this section) patent license to make, have made,
5789
- use, offer to sell, sell, import, and otherwise transfer the Work,
5790
- where such license applies only to those patent claims licensable
5791
- by such Contributor that are necessarily infringed by their
5792
- Contribution(s) alone or by combination of their Contribution(s)
5793
- with the Work to which such Contribution(s) was submitted. If You
5794
- institute patent litigation against any entity (including a
5795
- cross-claim or counterclaim in a lawsuit) alleging that the Work
5796
- or a Contribution incorporated within the Work constitutes direct
5797
- or contributory patent infringement, then any patent licenses
5798
- granted to You under this License for that Work shall terminate
5799
- as of the date such litigation is filed.
5800
-
5801
- 4. Redistribution. You may reproduce and distribute copies of the
5802
- Work or Derivative Works thereof in any medium, with or without
5803
- modifications, and in Source or Object form, provided that You
5804
- meet the following conditions:
5805
-
5806
- (a) You must give any other recipients of the Work or
5807
- Derivative Works a copy of this License; and
5808
-
5809
- (b) You must cause any modified files to carry prominent notices
5810
- stating that You changed the files; and
5811
-
5812
- (c) You must retain, in the Source form of any Derivative Works
5813
- that You distribute, all copyright, patent, trademark, and
5814
- attribution notices from the Source form of the Work,
5815
- excluding those notices that do not pertain to any part of
5816
- the Derivative Works; and
5817
-
5818
- (d) If the Work includes a "NOTICE" text file as part of its
5819
- distribution, then any Derivative Works that You distribute must
5820
- include a readable copy of the attribution notices contained
5821
- within such NOTICE file, excluding those notices that do not
5822
- pertain to any part of the Derivative Works, in at least one
5823
- of the following places: within a NOTICE text file distributed
5824
- as part of the Derivative Works; within the Source form or
5825
- documentation, if provided along with the Derivative Works; or,
5826
- within a display generated by the Derivative Works, if and
5827
- wherever such third-party notices normally appear. The contents
5828
- of the NOTICE file are for informational purposes only and
5829
- do not modify the License. You may add Your own attribution
5830
- notices within Derivative Works that You distribute, alongside
5831
- or as an addendum to the NOTICE text from the Work, provided
5832
- that such additional attribution notices cannot be construed
5833
- as modifying the License.
5834
-
5835
- You may add Your own copyright statement to Your modifications and
5836
- may provide additional or different license terms and conditions
5837
- for use, reproduction, or distribution of Your modifications, or
5838
- for any such Derivative Works as a whole, provided Your use,
5839
- reproduction, and distribution of the Work otherwise complies with
5840
- the conditions stated in this License.
5841
-
5842
- 5. Submission of Contributions. Unless You explicitly state otherwise,
5843
- any Contribution intentionally submitted for inclusion in the Work
5844
- by You to the Licensor shall be under the terms and conditions of
5845
- this License, without any additional terms or conditions.
5846
- Notwithstanding the above, nothing herein shall supersede or modify
5847
- the terms of any separate license agreement you may have executed
5848
- with Licensor regarding such Contributions.
5849
-
5850
- 6. Trademarks. This License does not grant permission to use the trade
5851
- names, trademarks, service marks, or product names of the Licensor,
5852
- except as required for reasonable and customary use in describing the
5853
- origin of the Work and reproducing the content of the NOTICE file.
5854
-
5855
- 7. Disclaimer of Warranty. Unless required by applicable law or
5856
- agreed to in writing, Licensor provides the Work (and each
5857
- Contributor provides its Contributions) on an "AS IS" BASIS,
5858
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5859
- implied, including, without limitation, any warranties or conditions
5860
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5861
- PARTICULAR PURPOSE. You are solely responsible for determining the
5862
- appropriateness of using or redistributing the Work and assume any
5863
- risks associated with Your exercise of permissions under this License.
5864
-
5865
- 8. Limitation of Liability. In no event and under no legal theory,
5866
- whether in tort (including negligence), contract, or otherwise,
5867
- unless required by applicable law (such as deliberate and grossly
5868
- negligent acts) or agreed to in writing, shall any Contributor be
5869
- liable to You for damages, including any direct, indirect, special,
5870
- incidental, or consequential damages of any character arising as a
5871
- result of this License or out of the use or inability to use the
5872
- Work (including but not limited to damages for loss of goodwill,
5873
- work stoppage, computer failure or malfunction, or any and all
5874
- other commercial damages or losses), even if such Contributor
5875
- has been advised of the possibility of such damages.
5876
-
5877
- 9. Accepting Warranty or Additional Liability. While redistributing
5878
- the Work or Derivative Works thereof, You may choose to offer,
5879
- and charge a fee for, acceptance of support, warranty, indemnity,
5880
- or other liability obligations and/or rights consistent with this
5881
- License. However, in accepting such obligations, You may act only
5882
- on Your own behalf and on Your sole responsibility, not on behalf
5883
- of any other Contributor, and only if You agree to indemnify,
5884
- defend, and hold each Contributor harmless for any liability
5885
- incurred by, or claims asserted against, such Contributor by reason
5886
- of your accepting any such warranty or additional liability.
5887
-
5888
- END OF TERMS AND CONDITIONS
5889
-
5890
- APPENDIX: How to apply the Apache License to your work.
5891
-
5892
- To apply the Apache License to your work, attach the following
5893
- boilerplate notice, with the fields enclosed by brackets "[]"
5894
- replaced with your own identifying information. (Don't include
5895
- the brackets!) The text should be enclosed in the appropriate
5896
- comment syntax for the file format. We also recommend that a
5897
- file or class name and description of purpose be included on the
5898
- same "printed page" as the copyright notice for easier
5899
- identification within third-party archives.
5900
-
5901
- Copyright [yyyy] [name of copyright owner]
5902
-
5903
- Licensed under the Apache License, Version 2.0 (the "License");
5904
- you may not use this file except in compliance with the License.
5905
- You may obtain a copy of the License at
5906
-
5907
- http://www.apache.org/licenses/LICENSE-2.0
5908
-
5909
- Unless required by applicable law or agreed to in writing, software
5910
- distributed under the License is distributed on an "AS IS" BASIS,
5911
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5912
- See the License for the specific language governing permissions and
5913
- limitations under the License.
5914
- `
5915
- },
5916
- {
5917
- name: "@opentelemetry/sql-common",
5918
- author: "OpenTelemetry Authors",
5919
- website: "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/sql-common#readme",
5920
- licenses: {
5921
- license: "Apache-2.0"
5922
- },
5923
- licenseText: ` Apache License
5924
- Version 2.0, January 2004
5925
- http://www.apache.org/licenses/
5926
-
5927
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5928
-
5929
- 1. Definitions.
5930
-
5931
- "License" shall mean the terms and conditions for use, reproduction,
5932
- and distribution as defined by Sections 1 through 9 of this document.
5933
-
5934
- "Licensor" shall mean the copyright owner or entity authorized by
5935
- the copyright owner that is granting the License.
5936
-
5937
- "Legal Entity" shall mean the union of the acting entity and all
5938
- other entities that control, are controlled by, or are under common
5939
- control with that entity. For the purposes of this definition,
5940
- "control" means (i) the power, direct or indirect, to cause the
5941
- direction or management of such entity, whether by contract or
5942
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
5943
- outstanding shares, or (iii) beneficial ownership of such entity.
5944
-
5945
- "You" (or "Your") shall mean an individual or Legal Entity
5946
- exercising permissions granted by this License.
5947
-
5948
- "Source" form shall mean the preferred form for making modifications,
5949
- including but not limited to software source code, documentation
5950
- source, and configuration files.
5951
-
5952
- "Object" form shall mean any form resulting from mechanical
5953
- transformation or translation of a Source form, including but
5954
- not limited to compiled object code, generated documentation,
5955
- and conversions to other media types.
5956
-
5957
- "Work" shall mean the work of authorship, whether in Source or
5958
- Object form, made available under the License, as indicated by a
5959
- copyright notice that is included in or attached to the work
5960
- (an example is provided in the Appendix below).
5961
-
5962
- "Derivative Works" shall mean any work, whether in Source or Object
5963
- form, that is based on (or derived from) the Work and for which the
5964
- editorial revisions, annotations, elaborations, or other modifications
5965
- represent, as a whole, an original work of authorship. For the purposes
5966
- of this License, Derivative Works shall not include works that remain
5967
- separable from, or merely link (or bind by name) to the interfaces of,
5968
- the Work and Derivative Works thereof.
5969
-
5970
- "Contribution" shall mean any work of authorship, including
5971
- the original version of the Work and any modifications or additions
5972
- to that Work or Derivative Works thereof, that is intentionally
5973
- submitted to Licensor for inclusion in the Work by the copyright owner
5974
- or by an individual or Legal Entity authorized to submit on behalf of
5975
- the copyright owner. For the purposes of this definition, "submitted"
5976
- means any form of electronic, verbal, or written communication sent
5977
- to the Licensor or its representatives, including but not limited to
5978
- communication on electronic mailing lists, source code control systems,
5979
- and issue tracking systems that are managed by, or on behalf of, the
5980
- Licensor for the purpose of discussing and improving the Work, but
5981
- excluding communication that is conspicuously marked or otherwise
5982
- designated in writing by the copyright owner as "Not a Contribution."
5983
-
5984
- "Contributor" shall mean Licensor and any individual or Legal Entity
5985
- on behalf of whom a Contribution has been received by Licensor and
5986
- subsequently incorporated within the Work.
5987
-
5988
- 2. Grant of Copyright License. Subject to the terms and conditions of
5989
- this License, each Contributor hereby grants to You a perpetual,
5990
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5991
- copyright license to reproduce, prepare Derivative Works of,
5992
- publicly display, publicly perform, sublicense, and distribute the
5993
- Work and such Derivative Works in Source or Object form.
5994
-
5995
- 3. Grant of Patent License. Subject to the terms and conditions of
5996
- this License, each Contributor hereby grants to You a perpetual,
5997
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5998
- (except as stated in this section) patent license to make, have made,
5999
- use, offer to sell, sell, import, and otherwise transfer the Work,
6000
- where such license applies only to those patent claims licensable
6001
- by such Contributor that are necessarily infringed by their
6002
- Contribution(s) alone or by combination of their Contribution(s)
6003
- with the Work to which such Contribution(s) was submitted. If You
6004
- institute patent litigation against any entity (including a
6005
- cross-claim or counterclaim in a lawsuit) alleging that the Work
6006
- or a Contribution incorporated within the Work constitutes direct
6007
- or contributory patent infringement, then any patent licenses
6008
- granted to You under this License for that Work shall terminate
6009
- as of the date such litigation is filed.
6010
-
6011
- 4. Redistribution. You may reproduce and distribute copies of the
6012
- Work or Derivative Works thereof in any medium, with or without
6013
- modifications, and in Source or Object form, provided that You
6014
- meet the following conditions:
6015
-
6016
- (a) You must give any other recipients of the Work or
6017
- Derivative Works a copy of this License; and
6018
-
6019
- (b) You must cause any modified files to carry prominent notices
6020
- stating that You changed the files; and
6021
-
6022
- (c) You must retain, in the Source form of any Derivative Works
6023
- that You distribute, all copyright, patent, trademark, and
6024
- attribution notices from the Source form of the Work,
6025
- excluding those notices that do not pertain to any part of
6026
- the Derivative Works; and
6027
-
6028
- (d) If the Work includes a "NOTICE" text file as part of its
6029
- distribution, then any Derivative Works that You distribute must
6030
- include a readable copy of the attribution notices contained
6031
- within such NOTICE file, excluding those notices that do not
6032
- pertain to any part of the Derivative Works, in at least one
6033
- of the following places: within a NOTICE text file distributed
6034
- as part of the Derivative Works; within the Source form or
6035
- documentation, if provided along with the Derivative Works; or,
6036
- within a display generated by the Derivative Works, if and
6037
- wherever such third-party notices normally appear. The contents
6038
- of the NOTICE file are for informational purposes only and
6039
- do not modify the License. You may add Your own attribution
6040
- notices within Derivative Works that You distribute, alongside
6041
- or as an addendum to the NOTICE text from the Work, provided
6042
- that such additional attribution notices cannot be construed
6043
- as modifying the License.
6044
-
6045
- You may add Your own copyright statement to Your modifications and
6046
- may provide additional or different license terms and conditions
6047
- for use, reproduction, or distribution of Your modifications, or
6048
- for any such Derivative Works as a whole, provided Your use,
6049
- reproduction, and distribution of the Work otherwise complies with
6050
- the conditions stated in this License.
6051
-
6052
- 5. Submission of Contributions. Unless You explicitly state otherwise,
6053
- any Contribution intentionally submitted for inclusion in the Work
6054
- by You to the Licensor shall be under the terms and conditions of
6055
- this License, without any additional terms or conditions.
6056
- Notwithstanding the above, nothing herein shall supersede or modify
6057
- the terms of any separate license agreement you may have executed
6058
- with Licensor regarding such Contributions.
6059
-
6060
- 6. Trademarks. This License does not grant permission to use the trade
6061
- names, trademarks, service marks, or product names of the Licensor,
6062
- except as required for reasonable and customary use in describing the
6063
- origin of the Work and reproducing the content of the NOTICE file.
6064
-
6065
- 7. Disclaimer of Warranty. Unless required by applicable law or
6066
- agreed to in writing, Licensor provides the Work (and each
6067
- Contributor provides its Contributions) on an "AS IS" BASIS,
6068
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6069
- implied, including, without limitation, any warranties or conditions
6070
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6071
- PARTICULAR PURPOSE. You are solely responsible for determining the
6072
- appropriateness of using or redistributing the Work and assume any
6073
- risks associated with Your exercise of permissions under this License.
6074
-
6075
- 8. Limitation of Liability. In no event and under no legal theory,
6076
- whether in tort (including negligence), contract, or otherwise,
6077
- unless required by applicable law (such as deliberate and grossly
6078
- negligent acts) or agreed to in writing, shall any Contributor be
6079
- liable to You for damages, including any direct, indirect, special,
6080
- incidental, or consequential damages of any character arising as a
6081
- result of this License or out of the use or inability to use the
6082
- Work (including but not limited to damages for loss of goodwill,
6083
- work stoppage, computer failure or malfunction, or any and all
6084
- other commercial damages or losses), even if such Contributor
6085
- has been advised of the possibility of such damages.
6086
-
6087
- 9. Accepting Warranty or Additional Liability. While redistributing
6088
- the Work or Derivative Works thereof, You may choose to offer,
6089
- and charge a fee for, acceptance of support, warranty, indemnity,
6090
- or other liability obligations and/or rights consistent with this
6091
- License. However, in accepting such obligations, You may act only
6092
- on Your own behalf and on Your sole responsibility, not on behalf
6093
- of any other Contributor, and only if You agree to indemnify,
6094
- defend, and hold each Contributor harmless for any liability
6095
- incurred by, or claims asserted against, such Contributor by reason
6096
- of your accepting any such warranty or additional liability.
6097
-
6098
- END OF TERMS AND CONDITIONS
6099
-
6100
- APPENDIX: How to apply the Apache License to your work.
6101
-
6102
- To apply the Apache License to your work, attach the following
6103
- boilerplate notice, with the fields enclosed by brackets "[]"
6104
- replaced with your own identifying information. (Don't include
6105
- the brackets!) The text should be enclosed in the appropriate
6106
- comment syntax for the file format. We also recommend that a
6107
- file or class name and description of purpose be included on the
6108
- same "printed page" as the copyright notice for easier
6109
- identification within third-party archives.
6110
-
6111
- Copyright [yyyy] [name of copyright owner]
6112
-
6113
- Licensed under the Apache License, Version 2.0 (the "License");
6114
- you may not use this file except in compliance with the License.
6115
- You may obtain a copy of the License at
6116
-
6117
- http://www.apache.org/licenses/LICENSE-2.0
6118
-
6119
- Unless required by applicable law or agreed to in writing, software
6120
- distributed under the License is distributed on an "AS IS" BASIS,
6121
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6122
- See the License for the specific language governing permissions and
6123
- limitations under the License.
6124
- `
6125
- },
6126
- {
6127
- name: "@platejs/core",
6128
- website: "https://platejs.org",
6129
- licenses: {
6130
- license: "MIT"
6131
- },
6132
- licenseText: 'The MIT License (MIT)\n\nCopyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Luke Murray\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
6133
- copyrightText: "Copyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Luke Murray"
6134
- },
6135
- {
6136
- name: "@platejs/docx",
6137
- website: "https://platejs.org",
6138
- licenses: {
6139
- license: "MIT"
2349
+ license: "MIT"
6140
2350
  },
6141
2351
  licenseText: 'The MIT License (MIT)\n\nCopyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Felix Feng\n\nUnless otherwise specified in a LICENSE file within an individual package directory,\nthis license applies to all files in this repository outside of those package directories.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
6142
2352
  copyrightText: "Copyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Felix Feng"
@@ -6162,231 +2372,22 @@ var oss_licenses_default = [
6162
2372
  {
6163
2373
  name: "@popperjs/core",
6164
2374
  author: "Federico Zivolo",
6165
- website: "https://github.com/popperjs/popper-core#readme",
6166
- licenses: {
6167
- license: "MIT"
6168
- },
6169
- licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2019 Federico Zivolo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
6170
- copyrightText: "Copyright (c) 2019 Federico Zivolo"
6171
- },
6172
- {
6173
- name: "@prantlf/jsonlint",
6174
- author: "Ferdinand Prantl",
6175
- website: "http://prantlf.github.io/jsonlint/",
6176
- licenses: {
6177
- license: "MIT"
6178
- },
6179
- licenseText: 'MIT License\n\nCopyright (c) 2012-2018 Zachary Carter\nCopyright (c) 2019-2026 Ferdinand Prantl\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
6180
- copyrightText: "Copyright (c) 2012-2018 Zachary Carter Copyright (c) 2019-2026 Ferdinand Prantl"
6181
- },
6182
- {
6183
- name: "@prisma/instrumentation",
6184
- website: "https://www.prisma.io",
6185
- licenses: {
6186
- license: "Apache-2.0"
6187
- },
6188
- licenseText: ` Apache License
6189
- Version 2.0, January 2004
6190
- http://www.apache.org/licenses/
6191
-
6192
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6193
-
6194
- 1. Definitions.
6195
-
6196
- "License" shall mean the terms and conditions for use, reproduction,
6197
- and distribution as defined by Sections 1 through 9 of this document.
6198
-
6199
- "Licensor" shall mean the copyright owner or entity authorized by
6200
- the copyright owner that is granting the License.
6201
-
6202
- "Legal Entity" shall mean the union of the acting entity and all
6203
- other entities that control, are controlled by, or are under common
6204
- control with that entity. For the purposes of this definition,
6205
- "control" means (i) the power, direct or indirect, to cause the
6206
- direction or management of such entity, whether by contract or
6207
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
6208
- outstanding shares, or (iii) beneficial ownership of such entity.
6209
-
6210
- "You" (or "Your") shall mean an individual or Legal Entity
6211
- exercising permissions granted by this License.
6212
-
6213
- "Source" form shall mean the preferred form for making modifications,
6214
- including but not limited to software source code, documentation
6215
- source, and configuration files.
6216
-
6217
- "Object" form shall mean any form resulting from mechanical
6218
- transformation or translation of a Source form, including but
6219
- not limited to compiled object code, generated documentation,
6220
- and conversions to other media types.
6221
-
6222
- "Work" shall mean the work of authorship, whether in Source or
6223
- Object form, made available under the License, as indicated by a
6224
- copyright notice that is included in or attached to the work
6225
- (an example is provided in the Appendix below).
6226
-
6227
- "Derivative Works" shall mean any work, whether in Source or Object
6228
- form, that is based on (or derived from) the Work and for which the
6229
- editorial revisions, annotations, elaborations, or other modifications
6230
- represent, as a whole, an original work of authorship. For the purposes
6231
- of this License, Derivative Works shall not include works that remain
6232
- separable from, or merely link (or bind by name) to the interfaces of,
6233
- the Work and Derivative Works thereof.
6234
-
6235
- "Contribution" shall mean any work of authorship, including
6236
- the original version of the Work and any modifications or additions
6237
- to that Work or Derivative Works thereof, that is intentionally
6238
- submitted to Licensor for inclusion in the Work by the copyright owner
6239
- or by an individual or Legal Entity authorized to submit on behalf of
6240
- the copyright owner. For the purposes of this definition, "submitted"
6241
- means any form of electronic, verbal, or written communication sent
6242
- to the Licensor or its representatives, including but not limited to
6243
- communication on electronic mailing lists, source code control systems,
6244
- and issue tracking systems that are managed by, or on behalf of, the
6245
- Licensor for the purpose of discussing and improving the Work, but
6246
- excluding communication that is conspicuously marked or otherwise
6247
- designated in writing by the copyright owner as "Not a Contribution."
6248
-
6249
- "Contributor" shall mean Licensor and any individual or Legal Entity
6250
- on behalf of whom a Contribution has been received by Licensor and
6251
- subsequently incorporated within the Work.
6252
-
6253
- 2. Grant of Copyright License. Subject to the terms and conditions of
6254
- this License, each Contributor hereby grants to You a perpetual,
6255
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6256
- copyright license to reproduce, prepare Derivative Works of,
6257
- publicly display, publicly perform, sublicense, and distribute the
6258
- Work and such Derivative Works in Source or Object form.
6259
-
6260
- 3. Grant of Patent License. Subject to the terms and conditions of
6261
- this License, each Contributor hereby grants to You a perpetual,
6262
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6263
- (except as stated in this section) patent license to make, have made,
6264
- use, offer to sell, sell, import, and otherwise transfer the Work,
6265
- where such license applies only to those patent claims licensable
6266
- by such Contributor that are necessarily infringed by their
6267
- Contribution(s) alone or by combination of their Contribution(s)
6268
- with the Work to which such Contribution(s) was submitted. If You
6269
- institute patent litigation against any entity (including a
6270
- cross-claim or counterclaim in a lawsuit) alleging that the Work
6271
- or a Contribution incorporated within the Work constitutes direct
6272
- or contributory patent infringement, then any patent licenses
6273
- granted to You under this License for that Work shall terminate
6274
- as of the date such litigation is filed.
6275
-
6276
- 4. Redistribution. You may reproduce and distribute copies of the
6277
- Work or Derivative Works thereof in any medium, with or without
6278
- modifications, and in Source or Object form, provided that You
6279
- meet the following conditions:
6280
-
6281
- (a) You must give any other recipients of the Work or
6282
- Derivative Works a copy of this License; and
6283
-
6284
- (b) You must cause any modified files to carry prominent notices
6285
- stating that You changed the files; and
6286
-
6287
- (c) You must retain, in the Source form of any Derivative Works
6288
- that You distribute, all copyright, patent, trademark, and
6289
- attribution notices from the Source form of the Work,
6290
- excluding those notices that do not pertain to any part of
6291
- the Derivative Works; and
6292
-
6293
- (d) If the Work includes a "NOTICE" text file as part of its
6294
- distribution, then any Derivative Works that You distribute must
6295
- include a readable copy of the attribution notices contained
6296
- within such NOTICE file, excluding those notices that do not
6297
- pertain to any part of the Derivative Works, in at least one
6298
- of the following places: within a NOTICE text file distributed
6299
- as part of the Derivative Works; within the Source form or
6300
- documentation, if provided along with the Derivative Works; or,
6301
- within a display generated by the Derivative Works, if and
6302
- wherever such third-party notices normally appear. The contents
6303
- of the NOTICE file are for informational purposes only and
6304
- do not modify the License. You may add Your own attribution
6305
- notices within Derivative Works that You distribute, alongside
6306
- or as an addendum to the NOTICE text from the Work, provided
6307
- that such additional attribution notices cannot be construed
6308
- as modifying the License.
6309
-
6310
- You may add Your own copyright statement to Your modifications and
6311
- may provide additional or different license terms and conditions
6312
- for use, reproduction, or distribution of Your modifications, or
6313
- for any such Derivative Works as a whole, provided Your use,
6314
- reproduction, and distribution of the Work otherwise complies with
6315
- the conditions stated in this License.
6316
-
6317
- 5. Submission of Contributions. Unless You explicitly state otherwise,
6318
- any Contribution intentionally submitted for inclusion in the Work
6319
- by You to the Licensor shall be under the terms and conditions of
6320
- this License, without any additional terms or conditions.
6321
- Notwithstanding the above, nothing herein shall supersede or modify
6322
- the terms of any separate license agreement you may have executed
6323
- with Licensor regarding such Contributions.
6324
-
6325
- 6. Trademarks. This License does not grant permission to use the trade
6326
- names, trademarks, service marks, or product names of the Licensor,
6327
- except as required for reasonable and customary use in describing the
6328
- origin of the Work and reproducing the content of the NOTICE file.
6329
-
6330
- 7. Disclaimer of Warranty. Unless required by applicable law or
6331
- agreed to in writing, Licensor provides the Work (and each
6332
- Contributor provides its Contributions) on an "AS IS" BASIS,
6333
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
6334
- implied, including, without limitation, any warranties or conditions
6335
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
6336
- PARTICULAR PURPOSE. You are solely responsible for determining the
6337
- appropriateness of using or redistributing the Work and assume any
6338
- risks associated with Your exercise of permissions under this License.
6339
-
6340
- 8. Limitation of Liability. In no event and under no legal theory,
6341
- whether in tort (including negligence), contract, or otherwise,
6342
- unless required by applicable law (such as deliberate and grossly
6343
- negligent acts) or agreed to in writing, shall any Contributor be
6344
- liable to You for damages, including any direct, indirect, special,
6345
- incidental, or consequential damages of any character arising as a
6346
- result of this License or out of the use or inability to use the
6347
- Work (including but not limited to damages for loss of goodwill,
6348
- work stoppage, computer failure or malfunction, or any and all
6349
- other commercial damages or losses), even if such Contributor
6350
- has been advised of the possibility of such damages.
6351
-
6352
- 9. Accepting Warranty or Additional Liability. While redistributing
6353
- the Work or Derivative Works thereof, You may choose to offer,
6354
- and charge a fee for, acceptance of support, warranty, indemnity,
6355
- or other liability obligations and/or rights consistent with this
6356
- License. However, in accepting such obligations, You may act only
6357
- on Your own behalf and on Your sole responsibility, not on behalf
6358
- of any other Contributor, and only if You agree to indemnify,
6359
- defend, and hold each Contributor harmless for any liability
6360
- incurred by, or claims asserted against, such Contributor by reason
6361
- of your accepting any such warranty or additional liability.
6362
-
6363
- END OF TERMS AND CONDITIONS
6364
-
6365
- APPENDIX: How to apply the Apache License to your work.
6366
-
6367
- To apply the Apache License to your work, attach the following
6368
- boilerplate notice, with the fields enclosed by brackets "[]"
6369
- replaced with your own identifying information. (Don't include
6370
- the brackets!) The text should be enclosed in the appropriate
6371
- comment syntax for the file format. We also recommend that a
6372
- file or class name and description of purpose be included on the
6373
- same "printed page" as the copyright notice for easier
6374
- identification within third-party archives.
6375
-
6376
- Copyright [yyyy] [name of copyright owner]
6377
-
6378
- Licensed under the Apache License, Version 2.0 (the "License");
6379
- you may not use this file except in compliance with the License.
6380
- You may obtain a copy of the License at
6381
-
6382
- http://www.apache.org/licenses/LICENSE-2.0
6383
-
6384
- Unless required by applicable law or agreed to in writing, software
6385
- distributed under the License is distributed on an "AS IS" BASIS,
6386
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6387
- See the License for the specific language governing permissions and
6388
- limitations under the License.
6389
- `
2375
+ website: "https://github.com/popperjs/popper-core#readme",
2376
+ licenses: {
2377
+ license: "MIT"
2378
+ },
2379
+ licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2019 Federico Zivolo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
2380
+ copyrightText: "Copyright (c) 2019 Federico Zivolo"
2381
+ },
2382
+ {
2383
+ name: "@prantlf/jsonlint",
2384
+ author: "Ferdinand Prantl",
2385
+ website: "http://prantlf.github.io/jsonlint/",
2386
+ licenses: {
2387
+ license: "MIT"
2388
+ },
2389
+ licenseText: 'MIT License\n\nCopyright (c) 2012-2018 Zachary Carter\nCopyright (c) 2019-2026 Ferdinand Prantl\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
2390
+ copyrightText: "Copyright (c) 2012-2018 Zachary Carter Copyright (c) 2019-2026 Ferdinand Prantl"
6390
2391
  },
6391
2392
  {
6392
2393
  name: "@reactflow/background",
@@ -7418,14 +3419,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
7418
3419
  licenseText: 'MIT License\n\nCopyright (c) 2020 Inspect JS\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
7419
3420
  copyrightText: "Copyright (c) 2020 Inspect JS"
7420
3421
  },
7421
- {
7422
- name: "balanced-match",
7423
- website: "https://github.com/juliangruber/balanced-match#readme",
7424
- licenses: {
7425
- license: "MIT"
7426
- },
7427
- licenseText: '(MIT)\n\nOriginal code Copyright Julian Gruber <julian@juliangruber.com>\n\nPort to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n'
7428
- },
7429
3422
  {
7430
3423
  name: "base64-js",
7431
3424
  author: "T. Jameson Little",
@@ -7455,15 +3448,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
7455
3448
  },
7456
3449
  licenseText: 'ISC License:\n\nCopyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")\nCopyright (c) 1995-2003 by Internet Software Consortium\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.'
7457
3450
  },
7458
- {
7459
- name: "brace-expansion",
7460
- website: "https://github.com/juliangruber/brace-expansion#readme",
7461
- licenses: {
7462
- license: "MIT"
7463
- },
7464
- licenseText: 'MIT License\n\nCopyright Julian Gruber <julian@juliangruber.com>\n\nTypeScript port Copyright Isaac Z. Schlueter <i@izs.me>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
7465
- copyrightText: "Copyright Julian Gruber <julian@juliangruber.com>"
7466
- },
7467
3451
  {
7468
3452
  name: "buffer",
7469
3453
  author: "Feross Aboukhadijeh",
@@ -9344,259 +5328,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9344
5328
  licenseText: 'MIT License\n\nCopyright (c) 2014-present, Lee Byron and other contributors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
9345
5329
  copyrightText: "Copyright (c) 2014-present, Lee Byron and other contributors."
9346
5330
  },
9347
- {
9348
- name: "import-in-the-middle",
9349
- author: "Bryan English",
9350
- website: "https://github.com/nodejs/import-in-the-middle#readme",
9351
- licenses: {
9352
- license: "Apache-2.0"
9353
- },
9354
- licenseText: ` Apache License
9355
- Version 2.0, January 2004
9356
- http://www.apache.org/licenses/
9357
-
9358
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
9359
-
9360
- 1. Definitions.
9361
-
9362
- "License" shall mean the terms and conditions for use, reproduction,
9363
- and distribution as defined by Sections 1 through 9 of this document.
9364
-
9365
- "Licensor" shall mean the copyright owner or entity authorized by
9366
- the copyright owner that is granting the License.
9367
-
9368
- "Legal Entity" shall mean the union of the acting entity and all
9369
- other entities that control, are controlled by, or are under common
9370
- control with that entity. For the purposes of this definition,
9371
- "control" means (i) the power, direct or indirect, to cause the
9372
- direction or management of such entity, whether by contract or
9373
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
9374
- outstanding shares, or (iii) beneficial ownership of such entity.
9375
-
9376
- "You" (or "Your") shall mean an individual or Legal Entity
9377
- exercising permissions granted by this License.
9378
-
9379
- "Source" form shall mean the preferred form for making modifications,
9380
- including but not limited to software source code, documentation
9381
- source, and configuration files.
9382
-
9383
- "Object" form shall mean any form resulting from mechanical
9384
- transformation or translation of a Source form, including but
9385
- not limited to compiled object code, generated documentation,
9386
- and conversions to other media types.
9387
-
9388
- "Work" shall mean the work of authorship, whether in Source or
9389
- Object form, made available under the License, as indicated by a
9390
- copyright notice that is included in or attached to the work
9391
- (an example is provided in the Appendix below).
9392
-
9393
- "Derivative Works" shall mean any work, whether in Source or Object
9394
- form, that is based on (or derived from) the Work and for which the
9395
- editorial revisions, annotations, elaborations, or other modifications
9396
- represent, as a whole, an original work of authorship. For the purposes
9397
- of this License, Derivative Works shall not include works that remain
9398
- separable from, or merely link (or bind by name) to the interfaces of,
9399
- the Work and Derivative Works thereof.
9400
-
9401
- "Contribution" shall mean any work of authorship, including
9402
- the original version of the Work and any modifications or additions
9403
- to that Work or Derivative Works thereof, that is intentionally
9404
- submitted to Licensor for inclusion in the Work by the copyright owner
9405
- or by an individual or Legal Entity authorized to submit on behalf of
9406
- the copyright owner. For the purposes of this definition, "submitted"
9407
- means any form of electronic, verbal, or written communication sent
9408
- to the Licensor or its representatives, including but not limited to
9409
- communication on electronic mailing lists, source code control systems,
9410
- and issue tracking systems that are managed by, or on behalf of, the
9411
- Licensor for the purpose of discussing and improving the Work, but
9412
- excluding communication that is conspicuously marked or otherwise
9413
- designated in writing by the copyright owner as "Not a Contribution."
9414
-
9415
- "Contributor" shall mean Licensor and any individual or Legal Entity
9416
- on behalf of whom a Contribution has been received by Licensor and
9417
- subsequently incorporated within the Work.
9418
-
9419
- 2. Grant of Copyright License. Subject to the terms and conditions of
9420
- this License, each Contributor hereby grants to You a perpetual,
9421
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9422
- copyright license to reproduce, prepare Derivative Works of,
9423
- publicly display, publicly perform, sublicense, and distribute the
9424
- Work and such Derivative Works in Source or Object form.
9425
-
9426
- 3. Grant of Patent License. Subject to the terms and conditions of
9427
- this License, each Contributor hereby grants to You a perpetual,
9428
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
9429
- (except as stated in this section) patent license to make, have made,
9430
- use, offer to sell, sell, import, and otherwise transfer the Work,
9431
- where such license applies only to those patent claims licensable
9432
- by such Contributor that are necessarily infringed by their
9433
- Contribution(s) alone or by combination of their Contribution(s)
9434
- with the Work to which such Contribution(s) was submitted. If You
9435
- institute patent litigation against any entity (including a
9436
- cross-claim or counterclaim in a lawsuit) alleging that the Work
9437
- or a Contribution incorporated within the Work constitutes direct
9438
- or contributory patent infringement, then any patent licenses
9439
- granted to You under this License for that Work shall terminate
9440
- as of the date such litigation is filed.
9441
-
9442
- 4. Redistribution. You may reproduce and distribute copies of the
9443
- Work or Derivative Works thereof in any medium, with or without
9444
- modifications, and in Source or Object form, provided that You
9445
- meet the following conditions:
9446
-
9447
- (a) You must give any other recipients of the Work or
9448
- Derivative Works a copy of this License; and
9449
-
9450
- (b) You must cause any modified files to carry prominent notices
9451
- stating that You changed the files; and
9452
-
9453
- (c) You must retain, in the Source form of any Derivative Works
9454
- that You distribute, all copyright, patent, trademark, and
9455
- attribution notices from the Source form of the Work,
9456
- excluding those notices that do not pertain to any part of
9457
- the Derivative Works; and
9458
-
9459
- (d) If the Work includes a "NOTICE" text file as part of its
9460
- distribution, then any Derivative Works that You distribute must
9461
- include a readable copy of the attribution notices contained
9462
- within such NOTICE file, excluding those notices that do not
9463
- pertain to any part of the Derivative Works, in at least one
9464
- of the following places: within a NOTICE text file distributed
9465
- as part of the Derivative Works; within the Source form or
9466
- documentation, if provided along with the Derivative Works; or,
9467
- within a display generated by the Derivative Works, if and
9468
- wherever such third-party notices normally appear. The contents
9469
- of the NOTICE file are for informational purposes only and
9470
- do not modify the License. You may add Your own attribution
9471
- notices within Derivative Works that You distribute, alongside
9472
- or as an addendum to the NOTICE text from the Work, provided
9473
- that such additional attribution notices cannot be construed
9474
- as modifying the License.
9475
-
9476
- You may add Your own copyright statement to Your modifications and
9477
- may provide additional or different license terms and conditions
9478
- for use, reproduction, or distribution of Your modifications, or
9479
- for any such Derivative Works as a whole, provided Your use,
9480
- reproduction, and distribution of the Work otherwise complies with
9481
- the conditions stated in this License.
9482
-
9483
- 5. Submission of Contributions. Unless You explicitly state otherwise,
9484
- any Contribution intentionally submitted for inclusion in the Work
9485
- by You to the Licensor shall be under the terms and conditions of
9486
- this License, without any additional terms or conditions.
9487
- Notwithstanding the above, nothing herein shall supersede or modify
9488
- the terms of any separate license agreement you may have executed
9489
- with Licensor regarding such Contributions.
9490
-
9491
- 6. Trademarks. This License does not grant permission to use the trade
9492
- names, trademarks, service marks, or product names of the Licensor,
9493
- except as required for reasonable and customary use in describing the
9494
- origin of the Work and reproducing the content of the NOTICE file.
9495
-
9496
- 7. Disclaimer of Warranty. Unless required by applicable law or
9497
- agreed to in writing, Licensor provides the Work (and each
9498
- Contributor provides its Contributions) on an "AS IS" BASIS,
9499
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
9500
- implied, including, without limitation, any warranties or conditions
9501
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
9502
- PARTICULAR PURPOSE. You are solely responsible for determining the
9503
- appropriateness of using or redistributing the Work and assume any
9504
- risks associated with Your exercise of permissions under this License.
9505
-
9506
- 8. Limitation of Liability. In no event and under no legal theory,
9507
- whether in tort (including negligence), contract, or otherwise,
9508
- unless required by applicable law (such as deliberate and grossly
9509
- negligent acts) or agreed to in writing, shall any Contributor be
9510
- liable to You for damages, including any direct, indirect, special,
9511
- incidental, or consequential damages of any character arising as a
9512
- result of this License or out of the use or inability to use the
9513
- Work (including but not limited to damages for loss of goodwill,
9514
- work stoppage, computer failure or malfunction, or any and all
9515
- other commercial damages or losses), even if such Contributor
9516
- has been advised of the possibility of such damages.
9517
-
9518
- 9. Accepting Warranty or Additional Liability. While redistributing
9519
- the Work or Derivative Works thereof, You may choose to offer,
9520
- and charge a fee for, acceptance of support, warranty, indemnity,
9521
- or other liability obligations and/or rights consistent with this
9522
- License. However, in accepting such obligations, You may act only
9523
- on Your own behalf and on Your sole responsibility, not on behalf
9524
- of any other Contributor, and only if You agree to indemnify,
9525
- defend, and hold each Contributor harmless for any liability
9526
- incurred by, or claims asserted against, such Contributor by reason
9527
- of your accepting any such warranty or additional liability.
9528
-
9529
- END OF TERMS AND CONDITIONS
9530
-
9531
- APPENDIX: How to apply the Apache License to your work.
9532
-
9533
- To apply the Apache License to your work, attach the following
9534
- boilerplate notice, with the fields enclosed by brackets "[]"
9535
- replaced with your own identifying information. (Don't include
9536
- the brackets!) The text should be enclosed in the appropriate
9537
- comment syntax for the file format. We also recommend that a
9538
- file or class name and description of purpose be included on the
9539
- same "printed page" as the copyright notice for easier
9540
- identification within third-party archives.
9541
-
9542
- Copyright [yyyy] [name of copyright owner]
9543
-
9544
- Licensed under the Apache License, Version 2.0 (the "License");
9545
- you may not use this file except in compliance with the License.
9546
- You may obtain a copy of the License at
9547
-
9548
- http://www.apache.org/licenses/LICENSE-2.0
9549
-
9550
- Unless required by applicable law or agreed to in writing, software
9551
- distributed under the License is distributed on an "AS IS" BASIS,
9552
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9553
- See the License for the specific language governing permissions and
9554
- limitations under the License.
9555
-
9556
-
9557
- Component,Origin,License,Copyright
9558
- require,module-details-from-path,MIT,Copyright 2016 Thomas Watson Steen
9559
- dev,c8,ISC,"Copyright (c) 2017, Contributors"
9560
- dev,imhotap,MIT,Copyright (c) 2019 Bryan English.
9561
-
9562
-
9563
- import-in-the-middle is licensed for use as follows:
9564
-
9565
- Copyright 2024 Node.js contributors. All rights reserved.
9566
-
9567
- Licensed under the Apache License, Version 2.0 (the "License");
9568
- you may not use this file except in compliance with the License.
9569
- You may obtain a copy of the License at
9570
-
9571
- http://www.apache.org/licenses/LICENSE-2.0
9572
-
9573
- Unless required by applicable law or agreed to in writing, software
9574
- distributed under the License is distributed on an "AS IS" BASIS,
9575
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9576
- See the License for the specific language governing permissions and
9577
- limitations under the License.
9578
-
9579
- This license applies to parts of import-in-the-middle originating from the
9580
- https://github.com/DataDog/import-in-the-middle repository:
9581
-
9582
- This product includes software developed at Datadog (https://www.datadoghq.com/).
9583
-
9584
- Copyright 2021 Datadog, Inc.
9585
-
9586
- Licensed under the Apache License, Version 2.0 (the "License");
9587
- you may not use this file except in compliance with the License.
9588
- You may obtain a copy of the License at
9589
-
9590
- http://www.apache.org/licenses/LICENSE-2.0
9591
-
9592
- Unless required by applicable law or agreed to in writing, software
9593
- distributed under the License is distributed on an "AS IS" BASIS,
9594
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9595
- See the License for the specific language governing permissions and
9596
- limitations under the License.
9597
- `,
9598
- copyrightText: 'dev,c8,ISC,"Copyright (c) 2017, Contributors", dev,imhotap,MIT,Copyright (c) 2019 Bryan English., Copyright 2024 Node.js contributors. All rights reserved., Copyright 2021 Datadog, Inc.'
9599
- },
9600
5331
  {
9601
5332
  name: "inherits",
9602
5333
  website: "https://github.com/isaacs/inherits#readme",
@@ -9950,16 +5681,6 @@ https://github.com/DataDog/import-in-the-middle repository:
9950
5681
  licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2014 Stephen Mizell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the "Software"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
9951
5682
  copyrightText: "Copyright (c) 2014 Stephen Mizell"
9952
5683
  },
9953
- {
9954
- name: "minimatch",
9955
- author: "Isaac Z. Schlueter",
9956
- website: "https://github.com/isaacs/minimatch#readme",
9957
- licenses: {
9958
- license: "BlueOak-1.0.0"
9959
- },
9960
- licenseText: "# Blue Oak Model License\n\nVersion 1.0.0\n\n## Purpose\n\nThis license gives everyone as much permission to work with\nthis software as possible, while protecting contributors\nfrom liability.\n\n## Acceptance\n\nIn order to receive this license, you must agree to its\nrules. The rules of this license are both obligations\nunder that agreement and conditions to your license.\nYou must not do anything with this software that triggers\na rule that you cannot or will not follow.\n\n## Copyright\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe that contributor's\ncopyright in it.\n\n## Notices\n\nYou must ensure that everyone who gets a copy of\nany part of this software from you, with or without\nchanges, also gets the text of this license or a link to\n<https://blueoakcouncil.org/license/1.0.0>.\n\n## Excuse\n\nIf anyone notifies you in writing that you have not\ncomplied with [Notices](#notices), you can keep your\nlicense by taking all practical steps to comply within 30\ndays after the notice. If you do not do so, your license\nends immediately.\n\n## Patent\n\nEach contributor licenses you to do everything with this\nsoftware that would otherwise infringe any patent claims\nthey can license or become able to license.\n\n## Reliability\n\nNo contributor can revoke this license.\n\n## No Liability\n\n**_As far as the law allows, this software comes as is,\nwithout any warranty or condition, and no contributor\nwill be liable to anyone for any damages related to this\nsoftware or this license, under any kind of legal claim._**\n",
9961
- copyrightText: "Copyright"
9962
- },
9963
5684
  {
9964
5685
  name: "mixpanel-browser",
9965
5686
  website: "https://github.com/mixpanel/mixpanel-js",
@@ -10170,16 +5891,6 @@ https://github.com/DataDog/import-in-the-middle repository:
10170
5891
  `,
10171
5892
  copyrightText: "Copyright 2015 Mixpanel, Inc."
10172
5893
  },
10173
- {
10174
- name: "module-details-from-path",
10175
- author: "Thomas Watson",
10176
- website: "https://github.com/watson/module-details-from-path#readme",
10177
- licenses: {
10178
- license: "MIT"
10179
- },
10180
- licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2016-2025 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
10181
- copyrightText: "Copyright (c) 2016-2025 Thomas Watson Steen"
10182
- },
10183
5894
  {
10184
5895
  name: "morphdom",
10185
5896
  author: "Patrick Steele-Idem",