iceberg 0.10.2-x64-mingw-ucrt → 0.10.3-x64-mingw-ucrt
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Cargo.lock +188 -332
- data/LICENSE-THIRD-PARTY.txt +1471 -1417
- data/README.md +3 -5
- data/lib/iceberg/3.2/iceberg.so +0 -0
- data/lib/iceberg/3.3/iceberg.so +0 -0
- data/lib/iceberg/3.4/iceberg.so +0 -0
- data/lib/iceberg/table.rb +22 -13
- data/lib/iceberg/table_scan.rb +18 -0
- data/lib/iceberg/version.rb +1 -1
- data/lib/iceberg.rb +1 -0
- metadata +3 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Summary
|
|
3
3
|
================================================================================
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
https://github.com/
|
|
7
|
-
|
|
5
|
+
adler2 v2.0.1
|
|
6
|
+
https://github.com/oyvindln/adler2
|
|
7
|
+
0BSD OR MIT OR Apache-2.0
|
|
8
8
|
|
|
9
9
|
ahash v0.7.8
|
|
10
10
|
https://github.com/tkaitchuck/ahash
|
|
@@ -34,8 +34,8 @@ anyhow v1.0.99
|
|
|
34
34
|
https://github.com/dtolnay/anyhow
|
|
35
35
|
MIT OR Apache-2.0
|
|
36
36
|
|
|
37
|
-
apache-avro v0.
|
|
38
|
-
https://github.com/apache/avro
|
|
37
|
+
apache-avro v0.20.0
|
|
38
|
+
https://github.com/apache/avro-rs
|
|
39
39
|
Apache-2.0
|
|
40
40
|
|
|
41
41
|
array-init v2.1.0
|
|
@@ -146,6 +146,14 @@ block-buffer v0.10.4
|
|
|
146
146
|
https://github.com/RustCrypto/utils
|
|
147
147
|
MIT OR Apache-2.0
|
|
148
148
|
|
|
149
|
+
bon v3.8.1
|
|
150
|
+
https://bon-rs.com
|
|
151
|
+
MIT OR Apache-2.0
|
|
152
|
+
|
|
153
|
+
bon-macros v3.8.1
|
|
154
|
+
https://bon-rs.com/
|
|
155
|
+
MIT OR Apache-2.0
|
|
156
|
+
|
|
149
157
|
borsh v1.5.7
|
|
150
158
|
https://borsh.io
|
|
151
159
|
MIT OR Apache-2.0
|
|
@@ -222,10 +230,6 @@ const-random-macro v0.1.16
|
|
|
222
230
|
https://github.com/tkaitchuck/constrandom
|
|
223
231
|
MIT OR Apache-2.0
|
|
224
232
|
|
|
225
|
-
core2 v0.4.0
|
|
226
|
-
https://github.com/bbqsrc/core2
|
|
227
|
-
Apache-2.0 OR MIT
|
|
228
|
-
|
|
229
233
|
cpufeatures v0.2.17
|
|
230
234
|
https://github.com/RustCrypto/utils
|
|
231
235
|
MIT OR Apache-2.0
|
|
@@ -274,17 +278,25 @@ darling v0.20.11
|
|
|
274
278
|
https://github.com/TedDriggs/darling
|
|
275
279
|
MIT
|
|
276
280
|
|
|
281
|
+
darling v0.21.3
|
|
282
|
+
https://github.com/TedDriggs/darling
|
|
283
|
+
MIT
|
|
284
|
+
|
|
277
285
|
darling_core v0.20.11
|
|
278
286
|
https://github.com/TedDriggs/darling
|
|
279
287
|
MIT
|
|
280
288
|
|
|
289
|
+
darling_core v0.21.3
|
|
290
|
+
https://github.com/TedDriggs/darling
|
|
291
|
+
MIT
|
|
292
|
+
|
|
281
293
|
darling_macro v0.20.11
|
|
282
294
|
https://github.com/TedDriggs/darling
|
|
283
295
|
MIT
|
|
284
296
|
|
|
285
|
-
|
|
286
|
-
https://github.com/
|
|
287
|
-
MIT
|
|
297
|
+
darling_macro v0.21.3
|
|
298
|
+
https://github.com/TedDriggs/darling
|
|
299
|
+
MIT
|
|
288
300
|
|
|
289
301
|
der v0.7.10
|
|
290
302
|
https://github.com/RustCrypto/formats/tree/master/der
|
|
@@ -510,15 +522,15 @@ hyper-util v0.1.16
|
|
|
510
522
|
https://hyper.rs
|
|
511
523
|
MIT
|
|
512
524
|
|
|
513
|
-
iceberg v0.
|
|
525
|
+
iceberg v0.7.0
|
|
514
526
|
https://rust.iceberg.apache.org/
|
|
515
527
|
Apache-2.0
|
|
516
528
|
|
|
517
|
-
iceberg-catalog-rest v0.
|
|
529
|
+
iceberg-catalog-rest v0.7.0
|
|
518
530
|
https://rust.iceberg.apache.org/
|
|
519
531
|
Apache-2.0
|
|
520
532
|
|
|
521
|
-
iceberg-catalog-sql v0.
|
|
533
|
+
iceberg-catalog-sql v0.7.0
|
|
522
534
|
https://rust.iceberg.apache.org/
|
|
523
535
|
Apache-2.0
|
|
524
536
|
|
|
@@ -634,14 +646,6 @@ libc v0.2.175
|
|
|
634
646
|
https://github.com/rust-lang/libc
|
|
635
647
|
MIT OR Apache-2.0
|
|
636
648
|
|
|
637
|
-
libflate v2.1.0
|
|
638
|
-
https://github.com/sile/libflate
|
|
639
|
-
MIT
|
|
640
|
-
|
|
641
|
-
libflate_lz77 v2.1.0
|
|
642
|
-
https://github.com/sile/libflate
|
|
643
|
-
MIT
|
|
644
|
-
|
|
645
649
|
libloading v0.8.8
|
|
646
650
|
https://github.com/nagisa/rust_libloading/
|
|
647
651
|
ISC
|
|
@@ -678,7 +682,7 @@ lz4_flex v0.11.5
|
|
|
678
682
|
https://github.com/pseitz/lz4_flex
|
|
679
683
|
MIT
|
|
680
684
|
|
|
681
|
-
magnus v0.8.
|
|
685
|
+
magnus v0.8.2
|
|
682
686
|
https://github.com/matsadler/magnus
|
|
683
687
|
MIT
|
|
684
688
|
|
|
@@ -698,6 +702,10 @@ minimal-lexical v0.2.1
|
|
|
698
702
|
https://github.com/Alexhuszagh/minimal-lexical
|
|
699
703
|
MIT/Apache-2.0
|
|
700
704
|
|
|
705
|
+
miniz_oxide v0.8.9
|
|
706
|
+
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
|
707
|
+
MIT OR Zlib OR Apache-2.0
|
|
708
|
+
|
|
701
709
|
mio v1.0.4
|
|
702
710
|
https://github.com/tokio-rs/mio
|
|
703
711
|
MIT
|
|
@@ -838,6 +846,10 @@ ppv-lite86 v0.2.21
|
|
|
838
846
|
https://github.com/cryptocorrosion/cryptocorrosion
|
|
839
847
|
MIT OR Apache-2.0
|
|
840
848
|
|
|
849
|
+
prettyplease v0.2.37
|
|
850
|
+
https://github.com/dtolnay/prettyplease
|
|
851
|
+
MIT OR Apache-2.0
|
|
852
|
+
|
|
841
853
|
proc-macro-crate v3.3.0
|
|
842
854
|
https://github.com/bkchr/proc-macro-crate
|
|
843
855
|
MIT OR Apache-2.0
|
|
@@ -962,11 +974,7 @@ rkyv_derive v0.7.45
|
|
|
962
974
|
https://github.com/rkyv/rkyv
|
|
963
975
|
MIT
|
|
964
976
|
|
|
965
|
-
|
|
966
|
-
https://github.com/WanzenBug/rle-decode-helper
|
|
967
|
-
MIT OR Apache-2.0
|
|
968
|
-
|
|
969
|
-
roaring v0.10.12
|
|
977
|
+
roaring v0.11.2
|
|
970
978
|
https://github.com/RoaringBitmap/roaring-rs
|
|
971
979
|
MIT OR Apache-2.0
|
|
972
980
|
|
|
@@ -1166,18 +1174,10 @@ strsim v0.11.1
|
|
|
1166
1174
|
https://github.com/rapidfuzz/strsim-rs
|
|
1167
1175
|
MIT
|
|
1168
1176
|
|
|
1169
|
-
strum v0.26.3
|
|
1170
|
-
https://github.com/Peternator7/strum
|
|
1171
|
-
MIT
|
|
1172
|
-
|
|
1173
1177
|
strum v0.27.2
|
|
1174
1178
|
https://github.com/Peternator7/strum
|
|
1175
1179
|
MIT
|
|
1176
1180
|
|
|
1177
|
-
strum_macros v0.26.4
|
|
1178
|
-
https://github.com/Peternator7/strum
|
|
1179
|
-
MIT
|
|
1180
|
-
|
|
1181
1181
|
strum_macros v0.27.2
|
|
1182
1182
|
https://github.com/Peternator7/strum
|
|
1183
1183
|
MIT
|
|
@@ -1330,18 +1330,10 @@ twox-hash v2.1.1
|
|
|
1330
1330
|
https://github.com/shepmaster/twox-hash
|
|
1331
1331
|
MIT
|
|
1332
1332
|
|
|
1333
|
-
typed-builder v0.19.1
|
|
1334
|
-
https://github.com/idanarye/rust-typed-builder
|
|
1335
|
-
MIT OR Apache-2.0
|
|
1336
|
-
|
|
1337
1333
|
typed-builder v0.20.1
|
|
1338
1334
|
https://github.com/idanarye/rust-typed-builder
|
|
1339
1335
|
MIT OR Apache-2.0
|
|
1340
1336
|
|
|
1341
|
-
typed-builder-macro v0.19.1
|
|
1342
|
-
https://github.com/idanarye/rust-typed-builder
|
|
1343
|
-
MIT OR Apache-2.0
|
|
1344
|
-
|
|
1345
1337
|
typed-builder-macro v0.20.1
|
|
1346
1338
|
https://github.com/idanarye/rust-typed-builder
|
|
1347
1339
|
MIT OR Apache-2.0
|
|
@@ -1426,10 +1418,6 @@ windows-targets v0.52.6
|
|
|
1426
1418
|
https://github.com/microsoft/windows-rs
|
|
1427
1419
|
MIT OR Apache-2.0
|
|
1428
1420
|
|
|
1429
|
-
windows-targets v0.53.3
|
|
1430
|
-
https://github.com/microsoft/windows-rs
|
|
1431
|
-
MIT OR Apache-2.0
|
|
1432
|
-
|
|
1433
1421
|
windows_x86_64_gnu v0.48.5
|
|
1434
1422
|
https://github.com/microsoft/windows-rs
|
|
1435
1423
|
MIT OR Apache-2.0
|
|
@@ -1438,10 +1426,6 @@ windows_x86_64_gnu v0.52.6
|
|
|
1438
1426
|
https://github.com/microsoft/windows-rs
|
|
1439
1427
|
MIT OR Apache-2.0
|
|
1440
1428
|
|
|
1441
|
-
windows_x86_64_gnu v0.53.0
|
|
1442
|
-
https://github.com/microsoft/windows-rs
|
|
1443
|
-
MIT OR Apache-2.0
|
|
1444
|
-
|
|
1445
1429
|
winnow v0.7.13
|
|
1446
1430
|
https://github.com/winnow-rs/winnow
|
|
1447
1431
|
MIT
|
|
@@ -1507,52 +1491,255 @@ https://github.com/gyscos/zstd-rs
|
|
|
1507
1491
|
MIT/Apache-2.0
|
|
1508
1492
|
|
|
1509
1493
|
================================================================================
|
|
1510
|
-
|
|
1494
|
+
adler2 LICENSE-0BSD
|
|
1495
|
+
================================================================================
|
|
1496
|
+
|
|
1497
|
+
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
|
1498
|
+
|
|
1499
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
1500
|
+
any purpose with or without fee is hereby granted.
|
|
1501
|
+
|
|
1502
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
1503
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
1504
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
1505
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
1506
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
|
|
1507
|
+
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
1508
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
1509
|
+
|
|
1510
|
+
================================================================================
|
|
1511
|
+
adler2 LICENSE-APACHE
|
|
1511
1512
|
================================================================================
|
|
1512
1513
|
|
|
1513
|
-
|
|
1514
|
+
Apache License
|
|
1515
|
+
Version 2.0, January 2004
|
|
1516
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
1517
|
+
|
|
1518
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1519
|
+
|
|
1520
|
+
1. Definitions.
|
|
1521
|
+
|
|
1522
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1523
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1524
|
+
|
|
1525
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1526
|
+
the copyright owner that is granting the License.
|
|
1527
|
+
|
|
1528
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1529
|
+
other entities that control, are controlled by, or are under common
|
|
1530
|
+
control with that entity. For the purposes of this definition,
|
|
1531
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
1532
|
+
direction or management of such entity, whether by contract or
|
|
1533
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
1534
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
1535
|
+
|
|
1536
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
1537
|
+
exercising permissions granted by this License.
|
|
1538
|
+
|
|
1539
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
1540
|
+
including but not limited to software source code, documentation
|
|
1541
|
+
source, and configuration files.
|
|
1542
|
+
|
|
1543
|
+
"Object" form shall mean any form resulting from mechanical
|
|
1544
|
+
transformation or translation of a Source form, including but
|
|
1545
|
+
not limited to compiled object code, generated documentation,
|
|
1546
|
+
and conversions to other media types.
|
|
1547
|
+
|
|
1548
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
1549
|
+
Object form, made available under the License, as indicated by a
|
|
1550
|
+
copyright notice that is included in or attached to the work
|
|
1551
|
+
(an example is provided in the Appendix below).
|
|
1552
|
+
|
|
1553
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
1554
|
+
form, that is based on (or derived from) the Work and for which the
|
|
1555
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
1556
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
1557
|
+
of this License, Derivative Works shall not include works that remain
|
|
1558
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
1559
|
+
the Work and Derivative Works thereof.
|
|
1560
|
+
|
|
1561
|
+
"Contribution" shall mean any work of authorship, including
|
|
1562
|
+
the original version of the Work and any modifications or additions
|
|
1563
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
1564
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
1565
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
1566
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
1567
|
+
means any form of electronic, verbal, or written communication sent
|
|
1568
|
+
to the Licensor or its representatives, including but not limited to
|
|
1569
|
+
communication on electronic mailing lists, source code control systems,
|
|
1570
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
1571
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
1572
|
+
excluding communication that is conspicuously marked or otherwise
|
|
1573
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
1574
|
+
|
|
1575
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
1576
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
1577
|
+
subsequently incorporated within the Work.
|
|
1578
|
+
|
|
1579
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
1580
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1581
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1582
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
1583
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
1584
|
+
Work and such Derivative Works in Source or Object form.
|
|
1585
|
+
|
|
1586
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
1587
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
1588
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
1589
|
+
(except as stated in this section) patent license to make, have made,
|
|
1590
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
1591
|
+
where such license applies only to those patent claims licensable
|
|
1592
|
+
by such Contributor that are necessarily infringed by their
|
|
1593
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
1594
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
1595
|
+
institute patent litigation against any entity (including a
|
|
1596
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
1597
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
1598
|
+
or contributory patent infringement, then any patent licenses
|
|
1599
|
+
granted to You under this License for that Work shall terminate
|
|
1600
|
+
as of the date such litigation is filed.
|
|
1601
|
+
|
|
1602
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
1603
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
1604
|
+
modifications, and in Source or Object form, provided that You
|
|
1605
|
+
meet the following conditions:
|
|
1514
1606
|
|
|
1515
|
-
|
|
1607
|
+
(a) You must give any other recipients of the Work or
|
|
1608
|
+
Derivative Works a copy of this License; and
|
|
1516
1609
|
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
arising from the use of this software.
|
|
1610
|
+
(b) You must cause any modified files to carry prominent notices
|
|
1611
|
+
stating that You changed the files; and
|
|
1520
1612
|
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1613
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
1614
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1615
|
+
attribution notices from the Source form of the Work,
|
|
1616
|
+
excluding those notices that do not pertain to any part of
|
|
1617
|
+
the Derivative Works; and
|
|
1524
1618
|
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1619
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1620
|
+
distribution, then any Derivative Works that You distribute must
|
|
1621
|
+
include a readable copy of the attribution notices contained
|
|
1622
|
+
within such NOTICE file, excluding those notices that do not
|
|
1623
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1624
|
+
of the following places: within a NOTICE text file distributed
|
|
1625
|
+
as part of the Derivative Works; within the Source form or
|
|
1626
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1627
|
+
within a display generated by the Derivative Works, if and
|
|
1628
|
+
wherever such third-party notices normally appear. The contents
|
|
1629
|
+
of the NOTICE file are for informational purposes only and
|
|
1630
|
+
do not modify the License. You may add Your own attribution
|
|
1631
|
+
notices within Derivative Works that You distribute, alongside
|
|
1632
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1633
|
+
that such additional attribution notices cannot be construed
|
|
1634
|
+
as modifying the License.
|
|
1532
1635
|
|
|
1636
|
+
You may add Your own copyright statement to Your modifications and
|
|
1637
|
+
may provide additional or different license terms and conditions
|
|
1638
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
1639
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
1640
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
1641
|
+
the conditions stated in this License.
|
|
1533
1642
|
|
|
1534
|
-
|
|
1643
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
1644
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
1645
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
1646
|
+
this License, without any additional terms or conditions.
|
|
1647
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
1648
|
+
the terms of any separate license agreement you may have executed
|
|
1649
|
+
with Licensor regarding such Contributions.
|
|
1535
1650
|
|
|
1536
|
-
|
|
1651
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
1652
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
1653
|
+
except as required for reasonable and customary use in describing the
|
|
1654
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
1537
1655
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1656
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
1657
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
1658
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
1659
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
1660
|
+
implied, including, without limitation, any warranties or conditions
|
|
1661
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
1662
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
1663
|
+
appropriateness of using or redistributing the Work and assume any
|
|
1664
|
+
risks associated with Your exercise of permissions under this License.
|
|
1541
1665
|
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1666
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
1667
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
1668
|
+
unless required by applicable law (such as deliberate and grossly
|
|
1669
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
1670
|
+
liable to You for damages, including any direct, indirect, special,
|
|
1671
|
+
incidental, or consequential damages of any character arising as a
|
|
1672
|
+
result of this License or out of the use or inability to use the
|
|
1673
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
1674
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
1675
|
+
other commercial damages or losses), even if such Contributor
|
|
1676
|
+
has been advised of the possibility of such damages.
|
|
1677
|
+
|
|
1678
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
1679
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
1680
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
1681
|
+
or other liability obligations and/or rights consistent with this
|
|
1682
|
+
License. However, in accepting such obligations, You may act only
|
|
1683
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
1684
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
1685
|
+
defend, and hold each Contributor harmless for any liability
|
|
1686
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
1687
|
+
of your accepting any such warranty or additional liability.
|
|
1688
|
+
|
|
1689
|
+
END OF TERMS AND CONDITIONS
|
|
1545
1690
|
|
|
1546
|
-
|
|
1547
|
-
claim that you wrote the original software. If you use this software
|
|
1548
|
-
in a product, an acknowledgment in the product documentation would be
|
|
1549
|
-
appreciated but is not required.
|
|
1550
|
-
2. Altered source versions must be plainly marked as such, and must not be
|
|
1551
|
-
misrepresented as being the original software.
|
|
1552
|
-
3. This notice may not be removed or altered from any source distribution.
|
|
1691
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
1553
1692
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1693
|
+
To apply the Apache License to your work, attach the following
|
|
1694
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
1695
|
+
replaced with your own identifying information. (Don't include
|
|
1696
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
1697
|
+
comment syntax for the file format. We also recommend that a
|
|
1698
|
+
file or class name and description of purpose be included on the
|
|
1699
|
+
same "printed page" as the copyright notice for easier
|
|
1700
|
+
identification within third-party archives.
|
|
1701
|
+
|
|
1702
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1703
|
+
|
|
1704
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1705
|
+
you may not use this file except in compliance with the License.
|
|
1706
|
+
You may obtain a copy of the License at
|
|
1707
|
+
|
|
1708
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
1709
|
+
|
|
1710
|
+
Unless required by applicable law or agreed to in writing, software
|
|
1711
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1712
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1713
|
+
See the License for the specific language governing permissions and
|
|
1714
|
+
limitations under the License.
|
|
1715
|
+
|
|
1716
|
+
================================================================================
|
|
1717
|
+
adler2 LICENSE-MIT
|
|
1718
|
+
================================================================================
|
|
1719
|
+
|
|
1720
|
+
Permission is hereby granted, free of charge, to any
|
|
1721
|
+
person obtaining a copy of this software and associated
|
|
1722
|
+
documentation files (the "Software"), to deal in the
|
|
1723
|
+
Software without restriction, including without
|
|
1724
|
+
limitation the rights to use, copy, modify, merge,
|
|
1725
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
1726
|
+
the Software, and to permit persons to whom the Software
|
|
1727
|
+
is furnished to do so, subject to the following
|
|
1728
|
+
conditions:
|
|
1729
|
+
|
|
1730
|
+
The above copyright notice and this permission notice
|
|
1731
|
+
shall be included in all copies or substantial portions
|
|
1732
|
+
of the Software.
|
|
1733
|
+
|
|
1734
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
1735
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
1736
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
1737
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
1738
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
1739
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1740
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1741
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1742
|
+
DEALINGS IN THE SOFTWARE.
|
|
1556
1743
|
|
|
1557
1744
|
================================================================================
|
|
1558
1745
|
ahash v0.7.8 LICENSE-APACHE
|
|
@@ -2749,7 +2936,7 @@ apache-avro LICENSE
|
|
|
2749
2936
|
limitations under the License.
|
|
2750
2937
|
|
|
2751
2938
|
================================================================================
|
|
2752
|
-
apache-avro NOTICE
|
|
2939
|
+
apache-avro NOTICE
|
|
2753
2940
|
================================================================================
|
|
2754
2941
|
|
|
2755
2942
|
Apache Avro
|
|
@@ -2760,7 +2947,7 @@ The Apache Software Foundation (https://www.apache.org/).
|
|
|
2760
2947
|
|
|
2761
2948
|
The initial implementation of the Apache Avro Rust SDK has been
|
|
2762
2949
|
developed by Flavien Raynaud (https://github.com/flavray/avro-rs)
|
|
2763
|
-
and donated to Apache Avro project
|
|
2950
|
+
and donated to the Apache Avro project in 2020.
|
|
2764
2951
|
|
|
2765
2952
|
================================================================================
|
|
2766
2953
|
array-init LICENSE-APACHE
|
|
@@ -9082,6 +9269,432 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
9082
9269
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9083
9270
|
DEALINGS IN THE SOFTWARE.
|
|
9084
9271
|
|
|
9272
|
+
================================================================================
|
|
9273
|
+
bon LICENSE-APACHE
|
|
9274
|
+
================================================================================
|
|
9275
|
+
|
|
9276
|
+
Apache License
|
|
9277
|
+
Version 2.0, January 2004
|
|
9278
|
+
http://www.apache.org/licenses/
|
|
9279
|
+
|
|
9280
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9281
|
+
|
|
9282
|
+
1. Definitions.
|
|
9283
|
+
|
|
9284
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
9285
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
9286
|
+
|
|
9287
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
9288
|
+
the copyright owner that is granting the License.
|
|
9289
|
+
|
|
9290
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
9291
|
+
other entities that control, are controlled by, or are under common
|
|
9292
|
+
control with that entity. For the purposes of this definition,
|
|
9293
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
9294
|
+
direction or management of such entity, whether by contract or
|
|
9295
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
9296
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
9297
|
+
|
|
9298
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
9299
|
+
exercising permissions granted by this License.
|
|
9300
|
+
|
|
9301
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
9302
|
+
including but not limited to software source code, documentation
|
|
9303
|
+
source, and configuration files.
|
|
9304
|
+
|
|
9305
|
+
"Object" form shall mean any form resulting from mechanical
|
|
9306
|
+
transformation or translation of a Source form, including but
|
|
9307
|
+
not limited to compiled object code, generated documentation,
|
|
9308
|
+
and conversions to other media types.
|
|
9309
|
+
|
|
9310
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
9311
|
+
Object form, made available under the License, as indicated by a
|
|
9312
|
+
copyright notice that is included in or attached to the work
|
|
9313
|
+
(an example is provided in the Appendix below).
|
|
9314
|
+
|
|
9315
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
9316
|
+
form, that is based on (or derived from) the Work and for which the
|
|
9317
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
9318
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
9319
|
+
of this License, Derivative Works shall not include works that remain
|
|
9320
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
9321
|
+
the Work and Derivative Works thereof.
|
|
9322
|
+
|
|
9323
|
+
"Contribution" shall mean any work of authorship, including
|
|
9324
|
+
the original version of the Work and any modifications or additions
|
|
9325
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
9326
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
9327
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
9328
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
9329
|
+
means any form of electronic, verbal, or written communication sent
|
|
9330
|
+
to the Licensor or its representatives, including but not limited to
|
|
9331
|
+
communication on electronic mailing lists, source code control systems,
|
|
9332
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
9333
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
9334
|
+
excluding communication that is conspicuously marked or otherwise
|
|
9335
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
9336
|
+
|
|
9337
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
9338
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
9339
|
+
subsequently incorporated within the Work.
|
|
9340
|
+
|
|
9341
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
9342
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
9343
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
9344
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
9345
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
9346
|
+
Work and such Derivative Works in Source or Object form.
|
|
9347
|
+
|
|
9348
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
9349
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
9350
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
9351
|
+
(except as stated in this section) patent license to make, have made,
|
|
9352
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
9353
|
+
where such license applies only to those patent claims licensable
|
|
9354
|
+
by such Contributor that are necessarily infringed by their
|
|
9355
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
9356
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
9357
|
+
institute patent litigation against any entity (including a
|
|
9358
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
9359
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
9360
|
+
or contributory patent infringement, then any patent licenses
|
|
9361
|
+
granted to You under this License for that Work shall terminate
|
|
9362
|
+
as of the date such litigation is filed.
|
|
9363
|
+
|
|
9364
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
9365
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
9366
|
+
modifications, and in Source or Object form, provided that You
|
|
9367
|
+
meet the following conditions:
|
|
9368
|
+
|
|
9369
|
+
(a) You must give any other recipients of the Work or
|
|
9370
|
+
Derivative Works a copy of this License; and
|
|
9371
|
+
|
|
9372
|
+
(b) You must cause any modified files to carry prominent notices
|
|
9373
|
+
stating that You changed the files; and
|
|
9374
|
+
|
|
9375
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
9376
|
+
that You distribute, all copyright, patent, trademark, and
|
|
9377
|
+
attribution notices from the Source form of the Work,
|
|
9378
|
+
excluding those notices that do not pertain to any part of
|
|
9379
|
+
the Derivative Works; and
|
|
9380
|
+
|
|
9381
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
9382
|
+
distribution, then any Derivative Works that You distribute must
|
|
9383
|
+
include a readable copy of the attribution notices contained
|
|
9384
|
+
within such NOTICE file, excluding those notices that do not
|
|
9385
|
+
pertain to any part of the Derivative Works, in at least one
|
|
9386
|
+
of the following places: within a NOTICE text file distributed
|
|
9387
|
+
as part of the Derivative Works; within the Source form or
|
|
9388
|
+
documentation, if provided along with the Derivative Works; or,
|
|
9389
|
+
within a display generated by the Derivative Works, if and
|
|
9390
|
+
wherever such third-party notices normally appear. The contents
|
|
9391
|
+
of the NOTICE file are for informational purposes only and
|
|
9392
|
+
do not modify the License. You may add Your own attribution
|
|
9393
|
+
notices within Derivative Works that You distribute, alongside
|
|
9394
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
9395
|
+
that such additional attribution notices cannot be construed
|
|
9396
|
+
as modifying the License.
|
|
9397
|
+
|
|
9398
|
+
You may add Your own copyright statement to Your modifications and
|
|
9399
|
+
may provide additional or different license terms and conditions
|
|
9400
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
9401
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
9402
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
9403
|
+
the conditions stated in this License.
|
|
9404
|
+
|
|
9405
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
9406
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
9407
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
9408
|
+
this License, without any additional terms or conditions.
|
|
9409
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
9410
|
+
the terms of any separate license agreement you may have executed
|
|
9411
|
+
with Licensor regarding such Contributions.
|
|
9412
|
+
|
|
9413
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
9414
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
9415
|
+
except as required for reasonable and customary use in describing the
|
|
9416
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
9417
|
+
|
|
9418
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
9419
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
9420
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
9421
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
9422
|
+
implied, including, without limitation, any warranties or conditions
|
|
9423
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
9424
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
9425
|
+
appropriateness of using or redistributing the Work and assume any
|
|
9426
|
+
risks associated with Your exercise of permissions under this License.
|
|
9427
|
+
|
|
9428
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
9429
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
9430
|
+
unless required by applicable law (such as deliberate and grossly
|
|
9431
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
9432
|
+
liable to You for damages, including any direct, indirect, special,
|
|
9433
|
+
incidental, or consequential damages of any character arising as a
|
|
9434
|
+
result of this License or out of the use or inability to use the
|
|
9435
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
9436
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
9437
|
+
other commercial damages or losses), even if such Contributor
|
|
9438
|
+
has been advised of the possibility of such damages.
|
|
9439
|
+
|
|
9440
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
9441
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
9442
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
9443
|
+
or other liability obligations and/or rights consistent with this
|
|
9444
|
+
License. However, in accepting such obligations, You may act only
|
|
9445
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
9446
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
9447
|
+
defend, and hold each Contributor harmless for any liability
|
|
9448
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
9449
|
+
of your accepting any such warranty or additional liability.
|
|
9450
|
+
|
|
9451
|
+
END OF TERMS AND CONDITIONS
|
|
9452
|
+
|
|
9453
|
+
================================================================================
|
|
9454
|
+
bon LICENSE-MIT
|
|
9455
|
+
================================================================================
|
|
9456
|
+
|
|
9457
|
+
The MIT License (MIT)
|
|
9458
|
+
|
|
9459
|
+
Copyright (c) 2024 Elastio Software Inc
|
|
9460
|
+
|
|
9461
|
+
Permission is hereby granted, free of charge, to any
|
|
9462
|
+
person obtaining a copy of this software and associated
|
|
9463
|
+
documentation files (the "Software"), to deal in the
|
|
9464
|
+
Software without restriction, including without
|
|
9465
|
+
limitation the rights to use, copy, modify, merge,
|
|
9466
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
9467
|
+
the Software, and to permit persons to whom the Software
|
|
9468
|
+
is furnished to do so, subject to the following
|
|
9469
|
+
conditions:
|
|
9470
|
+
|
|
9471
|
+
The above copyright notice and this permission notice
|
|
9472
|
+
shall be included in all copies or substantial portions
|
|
9473
|
+
of the Software.
|
|
9474
|
+
|
|
9475
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
9476
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
9477
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
9478
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
9479
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
9480
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
9481
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
9482
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9483
|
+
DEALINGS IN THE SOFTWARE.
|
|
9484
|
+
|
|
9485
|
+
================================================================================
|
|
9486
|
+
bon-macros LICENSE-APACHE
|
|
9487
|
+
================================================================================
|
|
9488
|
+
|
|
9489
|
+
Apache License
|
|
9490
|
+
Version 2.0, January 2004
|
|
9491
|
+
http://www.apache.org/licenses/
|
|
9492
|
+
|
|
9493
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9494
|
+
|
|
9495
|
+
1. Definitions.
|
|
9496
|
+
|
|
9497
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
9498
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
9499
|
+
|
|
9500
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
9501
|
+
the copyright owner that is granting the License.
|
|
9502
|
+
|
|
9503
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
9504
|
+
other entities that control, are controlled by, or are under common
|
|
9505
|
+
control with that entity. For the purposes of this definition,
|
|
9506
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
9507
|
+
direction or management of such entity, whether by contract or
|
|
9508
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
9509
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
9510
|
+
|
|
9511
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
9512
|
+
exercising permissions granted by this License.
|
|
9513
|
+
|
|
9514
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
9515
|
+
including but not limited to software source code, documentation
|
|
9516
|
+
source, and configuration files.
|
|
9517
|
+
|
|
9518
|
+
"Object" form shall mean any form resulting from mechanical
|
|
9519
|
+
transformation or translation of a Source form, including but
|
|
9520
|
+
not limited to compiled object code, generated documentation,
|
|
9521
|
+
and conversions to other media types.
|
|
9522
|
+
|
|
9523
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
9524
|
+
Object form, made available under the License, as indicated by a
|
|
9525
|
+
copyright notice that is included in or attached to the work
|
|
9526
|
+
(an example is provided in the Appendix below).
|
|
9527
|
+
|
|
9528
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
9529
|
+
form, that is based on (or derived from) the Work and for which the
|
|
9530
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
9531
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
9532
|
+
of this License, Derivative Works shall not include works that remain
|
|
9533
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
9534
|
+
the Work and Derivative Works thereof.
|
|
9535
|
+
|
|
9536
|
+
"Contribution" shall mean any work of authorship, including
|
|
9537
|
+
the original version of the Work and any modifications or additions
|
|
9538
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
9539
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
9540
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
9541
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
9542
|
+
means any form of electronic, verbal, or written communication sent
|
|
9543
|
+
to the Licensor or its representatives, including but not limited to
|
|
9544
|
+
communication on electronic mailing lists, source code control systems,
|
|
9545
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
9546
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
9547
|
+
excluding communication that is conspicuously marked or otherwise
|
|
9548
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
9549
|
+
|
|
9550
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
9551
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
9552
|
+
subsequently incorporated within the Work.
|
|
9553
|
+
|
|
9554
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
9555
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
9556
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
9557
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
9558
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
9559
|
+
Work and such Derivative Works in Source or Object form.
|
|
9560
|
+
|
|
9561
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
9562
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
9563
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
9564
|
+
(except as stated in this section) patent license to make, have made,
|
|
9565
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
9566
|
+
where such license applies only to those patent claims licensable
|
|
9567
|
+
by such Contributor that are necessarily infringed by their
|
|
9568
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
9569
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
9570
|
+
institute patent litigation against any entity (including a
|
|
9571
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
9572
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
9573
|
+
or contributory patent infringement, then any patent licenses
|
|
9574
|
+
granted to You under this License for that Work shall terminate
|
|
9575
|
+
as of the date such litigation is filed.
|
|
9576
|
+
|
|
9577
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
9578
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
9579
|
+
modifications, and in Source or Object form, provided that You
|
|
9580
|
+
meet the following conditions:
|
|
9581
|
+
|
|
9582
|
+
(a) You must give any other recipients of the Work or
|
|
9583
|
+
Derivative Works a copy of this License; and
|
|
9584
|
+
|
|
9585
|
+
(b) You must cause any modified files to carry prominent notices
|
|
9586
|
+
stating that You changed the files; and
|
|
9587
|
+
|
|
9588
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
9589
|
+
that You distribute, all copyright, patent, trademark, and
|
|
9590
|
+
attribution notices from the Source form of the Work,
|
|
9591
|
+
excluding those notices that do not pertain to any part of
|
|
9592
|
+
the Derivative Works; and
|
|
9593
|
+
|
|
9594
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
9595
|
+
distribution, then any Derivative Works that You distribute must
|
|
9596
|
+
include a readable copy of the attribution notices contained
|
|
9597
|
+
within such NOTICE file, excluding those notices that do not
|
|
9598
|
+
pertain to any part of the Derivative Works, in at least one
|
|
9599
|
+
of the following places: within a NOTICE text file distributed
|
|
9600
|
+
as part of the Derivative Works; within the Source form or
|
|
9601
|
+
documentation, if provided along with the Derivative Works; or,
|
|
9602
|
+
within a display generated by the Derivative Works, if and
|
|
9603
|
+
wherever such third-party notices normally appear. The contents
|
|
9604
|
+
of the NOTICE file are for informational purposes only and
|
|
9605
|
+
do not modify the License. You may add Your own attribution
|
|
9606
|
+
notices within Derivative Works that You distribute, alongside
|
|
9607
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
9608
|
+
that such additional attribution notices cannot be construed
|
|
9609
|
+
as modifying the License.
|
|
9610
|
+
|
|
9611
|
+
You may add Your own copyright statement to Your modifications and
|
|
9612
|
+
may provide additional or different license terms and conditions
|
|
9613
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
9614
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
9615
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
9616
|
+
the conditions stated in this License.
|
|
9617
|
+
|
|
9618
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
9619
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
9620
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
9621
|
+
this License, without any additional terms or conditions.
|
|
9622
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
9623
|
+
the terms of any separate license agreement you may have executed
|
|
9624
|
+
with Licensor regarding such Contributions.
|
|
9625
|
+
|
|
9626
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
9627
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
9628
|
+
except as required for reasonable and customary use in describing the
|
|
9629
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
9630
|
+
|
|
9631
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
9632
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
9633
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
9634
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
9635
|
+
implied, including, without limitation, any warranties or conditions
|
|
9636
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
9637
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
9638
|
+
appropriateness of using or redistributing the Work and assume any
|
|
9639
|
+
risks associated with Your exercise of permissions under this License.
|
|
9640
|
+
|
|
9641
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
9642
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
9643
|
+
unless required by applicable law (such as deliberate and grossly
|
|
9644
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
9645
|
+
liable to You for damages, including any direct, indirect, special,
|
|
9646
|
+
incidental, or consequential damages of any character arising as a
|
|
9647
|
+
result of this License or out of the use or inability to use the
|
|
9648
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
9649
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
9650
|
+
other commercial damages or losses), even if such Contributor
|
|
9651
|
+
has been advised of the possibility of such damages.
|
|
9652
|
+
|
|
9653
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
9654
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
9655
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
9656
|
+
or other liability obligations and/or rights consistent with this
|
|
9657
|
+
License. However, in accepting such obligations, You may act only
|
|
9658
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
9659
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
9660
|
+
defend, and hold each Contributor harmless for any liability
|
|
9661
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
9662
|
+
of your accepting any such warranty or additional liability.
|
|
9663
|
+
|
|
9664
|
+
END OF TERMS AND CONDITIONS
|
|
9665
|
+
|
|
9666
|
+
================================================================================
|
|
9667
|
+
bon-macros LICENSE-MIT
|
|
9668
|
+
================================================================================
|
|
9669
|
+
|
|
9670
|
+
The MIT License (MIT)
|
|
9671
|
+
|
|
9672
|
+
Copyright (c) 2024 Elastio Software Inc
|
|
9673
|
+
|
|
9674
|
+
Permission is hereby granted, free of charge, to any
|
|
9675
|
+
person obtaining a copy of this software and associated
|
|
9676
|
+
documentation files (the "Software"), to deal in the
|
|
9677
|
+
Software without restriction, including without
|
|
9678
|
+
limitation the rights to use, copy, modify, merge,
|
|
9679
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
9680
|
+
the Software, and to permit persons to whom the Software
|
|
9681
|
+
is furnished to do so, subject to the following
|
|
9682
|
+
conditions:
|
|
9683
|
+
|
|
9684
|
+
The above copyright notice and this permission notice
|
|
9685
|
+
shall be included in all copies or substantial portions
|
|
9686
|
+
of the Software.
|
|
9687
|
+
|
|
9688
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
9689
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
9690
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
9691
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
9692
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
9693
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
9694
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
9695
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9696
|
+
DEALINGS IN THE SOFTWARE.
|
|
9697
|
+
|
|
9085
9698
|
================================================================================
|
|
9086
9699
|
borsh LICENSE-APACHE
|
|
9087
9700
|
================================================================================
|
|
@@ -9550,6 +10163,23 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
9550
10163
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9551
10164
|
DEALINGS IN THE SOFTWARE.
|
|
9552
10165
|
|
|
10166
|
+
================================================================================
|
|
10167
|
+
brotli LICENSE.BSD-3-Clause
|
|
10168
|
+
================================================================================
|
|
10169
|
+
|
|
10170
|
+
Copyright (c) 2016 Dropbox, Inc.
|
|
10171
|
+
All rights reserved.
|
|
10172
|
+
|
|
10173
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
10174
|
+
|
|
10175
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
10176
|
+
|
|
10177
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
10178
|
+
|
|
10179
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
10180
|
+
|
|
10181
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
10182
|
+
|
|
9553
10183
|
================================================================================
|
|
9554
10184
|
brotli LICENSE.MIT
|
|
9555
10185
|
================================================================================
|
|
@@ -9574,23 +10204,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
9574
10204
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
9575
10205
|
THE SOFTWARE.
|
|
9576
10206
|
|
|
9577
|
-
================================================================================
|
|
9578
|
-
brotli LICENSE.BSD-3-Clause
|
|
9579
|
-
================================================================================
|
|
9580
|
-
|
|
9581
|
-
Copyright (c) 2016 Dropbox, Inc.
|
|
9582
|
-
All rights reserved.
|
|
9583
|
-
|
|
9584
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
9585
|
-
|
|
9586
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
9587
|
-
|
|
9588
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
9589
|
-
|
|
9590
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
9591
|
-
|
|
9592
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9593
|
-
|
|
9594
10207
|
================================================================================
|
|
9595
10208
|
brotli-decompressor LICENSE
|
|
9596
10209
|
================================================================================
|
|
@@ -11968,237 +12581,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
11968
12581
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11969
12582
|
DEALINGS IN THE SOFTWARE.
|
|
11970
12583
|
|
|
11971
|
-
================================================================================
|
|
11972
|
-
core2 LICENSE-APACHE
|
|
11973
|
-
================================================================================
|
|
11974
|
-
|
|
11975
|
-
Apache License
|
|
11976
|
-
Version 2.0, January 2004
|
|
11977
|
-
http://www.apache.org/licenses/
|
|
11978
|
-
|
|
11979
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
11980
|
-
|
|
11981
|
-
1. Definitions.
|
|
11982
|
-
|
|
11983
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
11984
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
11985
|
-
|
|
11986
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
11987
|
-
the copyright owner that is granting the License.
|
|
11988
|
-
|
|
11989
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
11990
|
-
other entities that control, are controlled by, or are under common
|
|
11991
|
-
control with that entity. For the purposes of this definition,
|
|
11992
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
11993
|
-
direction or management of such entity, whether by contract or
|
|
11994
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
11995
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
11996
|
-
|
|
11997
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
11998
|
-
exercising permissions granted by this License.
|
|
11999
|
-
|
|
12000
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
12001
|
-
including but not limited to software source code, documentation
|
|
12002
|
-
source, and configuration files.
|
|
12003
|
-
|
|
12004
|
-
"Object" form shall mean any form resulting from mechanical
|
|
12005
|
-
transformation or translation of a Source form, including but
|
|
12006
|
-
not limited to compiled object code, generated documentation,
|
|
12007
|
-
and conversions to other media types.
|
|
12008
|
-
|
|
12009
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
12010
|
-
Object form, made available under the License, as indicated by a
|
|
12011
|
-
copyright notice that is included in or attached to the work
|
|
12012
|
-
(an example is provided in the Appendix below).
|
|
12013
|
-
|
|
12014
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
12015
|
-
form, that is based on (or derived from) the Work and for which the
|
|
12016
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
12017
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
12018
|
-
of this License, Derivative Works shall not include works that remain
|
|
12019
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
12020
|
-
the Work and Derivative Works thereof.
|
|
12021
|
-
|
|
12022
|
-
"Contribution" shall mean any work of authorship, including
|
|
12023
|
-
the original version of the Work and any modifications or additions
|
|
12024
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
12025
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
12026
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
12027
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
12028
|
-
means any form of electronic, verbal, or written communication sent
|
|
12029
|
-
to the Licensor or its representatives, including but not limited to
|
|
12030
|
-
communication on electronic mailing lists, source code control systems,
|
|
12031
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
12032
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
12033
|
-
excluding communication that is conspicuously marked or otherwise
|
|
12034
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
12035
|
-
|
|
12036
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
12037
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
12038
|
-
subsequently incorporated within the Work.
|
|
12039
|
-
|
|
12040
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
12041
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
12042
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
12043
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
12044
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
12045
|
-
Work and such Derivative Works in Source or Object form.
|
|
12046
|
-
|
|
12047
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
12048
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
12049
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
12050
|
-
(except as stated in this section) patent license to make, have made,
|
|
12051
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
12052
|
-
where such license applies only to those patent claims licensable
|
|
12053
|
-
by such Contributor that are necessarily infringed by their
|
|
12054
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
12055
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
12056
|
-
institute patent litigation against any entity (including a
|
|
12057
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
12058
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
12059
|
-
or contributory patent infringement, then any patent licenses
|
|
12060
|
-
granted to You under this License for that Work shall terminate
|
|
12061
|
-
as of the date such litigation is filed.
|
|
12062
|
-
|
|
12063
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
12064
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
12065
|
-
modifications, and in Source or Object form, provided that You
|
|
12066
|
-
meet the following conditions:
|
|
12067
|
-
|
|
12068
|
-
(a) You must give any other recipients of the Work or
|
|
12069
|
-
Derivative Works a copy of this License; and
|
|
12070
|
-
|
|
12071
|
-
(b) You must cause any modified files to carry prominent notices
|
|
12072
|
-
stating that You changed the files; and
|
|
12073
|
-
|
|
12074
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
12075
|
-
that You distribute, all copyright, patent, trademark, and
|
|
12076
|
-
attribution notices from the Source form of the Work,
|
|
12077
|
-
excluding those notices that do not pertain to any part of
|
|
12078
|
-
the Derivative Works; and
|
|
12079
|
-
|
|
12080
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
12081
|
-
distribution, then any Derivative Works that You distribute must
|
|
12082
|
-
include a readable copy of the attribution notices contained
|
|
12083
|
-
within such NOTICE file, excluding those notices that do not
|
|
12084
|
-
pertain to any part of the Derivative Works, in at least one
|
|
12085
|
-
of the following places: within a NOTICE text file distributed
|
|
12086
|
-
as part of the Derivative Works; within the Source form or
|
|
12087
|
-
documentation, if provided along with the Derivative Works; or,
|
|
12088
|
-
within a display generated by the Derivative Works, if and
|
|
12089
|
-
wherever such third-party notices normally appear. The contents
|
|
12090
|
-
of the NOTICE file are for informational purposes only and
|
|
12091
|
-
do not modify the License. You may add Your own attribution
|
|
12092
|
-
notices within Derivative Works that You distribute, alongside
|
|
12093
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
12094
|
-
that such additional attribution notices cannot be construed
|
|
12095
|
-
as modifying the License.
|
|
12096
|
-
|
|
12097
|
-
You may add Your own copyright statement to Your modifications and
|
|
12098
|
-
may provide additional or different license terms and conditions
|
|
12099
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
12100
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
12101
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
12102
|
-
the conditions stated in this License.
|
|
12103
|
-
|
|
12104
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
12105
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
12106
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
12107
|
-
this License, without any additional terms or conditions.
|
|
12108
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
12109
|
-
the terms of any separate license agreement you may have executed
|
|
12110
|
-
with Licensor regarding such Contributions.
|
|
12111
|
-
|
|
12112
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
12113
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
12114
|
-
except as required for reasonable and customary use in describing the
|
|
12115
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
12116
|
-
|
|
12117
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
12118
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
12119
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
12120
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
12121
|
-
implied, including, without limitation, any warranties or conditions
|
|
12122
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
12123
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
12124
|
-
appropriateness of using or redistributing the Work and assume any
|
|
12125
|
-
risks associated with Your exercise of permissions under this License.
|
|
12126
|
-
|
|
12127
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
12128
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
12129
|
-
unless required by applicable law (such as deliberate and grossly
|
|
12130
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
12131
|
-
liable to You for damages, including any direct, indirect, special,
|
|
12132
|
-
incidental, or consequential damages of any character arising as a
|
|
12133
|
-
result of this License or out of the use or inability to use the
|
|
12134
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
12135
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
12136
|
-
other commercial damages or losses), even if such Contributor
|
|
12137
|
-
has been advised of the possibility of such damages.
|
|
12138
|
-
|
|
12139
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
12140
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
12141
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
12142
|
-
or other liability obligations and/or rights consistent with this
|
|
12143
|
-
License. However, in accepting such obligations, You may act only
|
|
12144
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
12145
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
12146
|
-
defend, and hold each Contributor harmless for any liability
|
|
12147
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
12148
|
-
of your accepting any such warranty or additional liability.
|
|
12149
|
-
|
|
12150
|
-
END OF TERMS AND CONDITIONS
|
|
12151
|
-
|
|
12152
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
12153
|
-
|
|
12154
|
-
To apply the Apache License to your work, attach the following
|
|
12155
|
-
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
12156
|
-
replaced with your own identifying information. (Don't include
|
|
12157
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
12158
|
-
comment syntax for the file format. We also recommend that a
|
|
12159
|
-
file or class name and description of purpose be included on the
|
|
12160
|
-
same "printed page" as the copyright notice for easier
|
|
12161
|
-
identification within third-party archives.
|
|
12162
|
-
|
|
12163
|
-
Copyright {yyyy} {name of copyright owner}
|
|
12164
|
-
|
|
12165
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
12166
|
-
you may not use this file except in compliance with the License.
|
|
12167
|
-
You may obtain a copy of the License at
|
|
12168
|
-
|
|
12169
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
12170
|
-
|
|
12171
|
-
Unless required by applicable law or agreed to in writing, software
|
|
12172
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12173
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12174
|
-
See the License for the specific language governing permissions and
|
|
12175
|
-
limitations under the License.
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
================================================================================
|
|
12179
|
-
core2 LICENSE-MIT
|
|
12180
|
-
================================================================================
|
|
12181
|
-
|
|
12182
|
-
Copyright (c) 2020-2021 Brendan Molloy <brendan@bbqsrc.net>
|
|
12183
|
-
|
|
12184
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12185
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
12186
|
-
in the Software without restriction, including without limitation the rights
|
|
12187
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12188
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
12189
|
-
furnished to do so, subject to the following conditions:
|
|
12190
|
-
|
|
12191
|
-
The above copyright notice and this permission notice shall be included in all
|
|
12192
|
-
copies or substantial portions of the Software.
|
|
12193
|
-
|
|
12194
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
12195
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12196
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
12197
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
12198
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
12199
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
12200
|
-
SOFTWARE.
|
|
12201
|
-
|
|
12202
12584
|
================================================================================
|
|
12203
12585
|
cpufeatures LICENSE-APACHE
|
|
12204
12586
|
================================================================================
|
|
@@ -14916,326 +15298,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
14916
15298
|
DEALINGS IN THE SOFTWARE.
|
|
14917
15299
|
|
|
14918
15300
|
================================================================================
|
|
14919
|
-
crunchy LICENSE
|
|
14920
|
-
================================================================================
|
|
14921
|
-
|
|
14922
|
-
The MIT License (MIT)
|
|
14923
|
-
|
|
14924
|
-
Copyright 2017-2023 Eira Fransham.
|
|
14925
|
-
|
|
14926
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14927
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
14928
|
-
in the Software without restriction, including without limitation the rights
|
|
14929
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14930
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
14931
|
-
furnished to do so, subject to the following conditions:
|
|
14932
|
-
|
|
14933
|
-
The above copyright notice and this permission notice shall be included in all
|
|
14934
|
-
copies or substantial portions of the Software.
|
|
14935
|
-
|
|
14936
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14937
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14938
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14939
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14940
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14941
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14942
|
-
SOFTWARE.
|
|
14943
|
-
|
|
14944
|
-
================================================================================
|
|
14945
|
-
crypto-common LICENSE-APACHE
|
|
14946
|
-
================================================================================
|
|
14947
|
-
|
|
14948
|
-
Apache License
|
|
14949
|
-
Version 2.0, January 2004
|
|
14950
|
-
http://www.apache.org/licenses/
|
|
14951
|
-
|
|
14952
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
14953
|
-
|
|
14954
|
-
1. Definitions.
|
|
14955
|
-
|
|
14956
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
14957
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
14958
|
-
|
|
14959
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14960
|
-
the copyright owner that is granting the License.
|
|
14961
|
-
|
|
14962
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
14963
|
-
other entities that control, are controlled by, or are under common
|
|
14964
|
-
control with that entity. For the purposes of this definition,
|
|
14965
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
14966
|
-
direction or management of such entity, whether by contract or
|
|
14967
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
14968
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
14969
|
-
|
|
14970
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
14971
|
-
exercising permissions granted by this License.
|
|
14972
|
-
|
|
14973
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
14974
|
-
including but not limited to software source code, documentation
|
|
14975
|
-
source, and configuration files.
|
|
14976
|
-
|
|
14977
|
-
"Object" form shall mean any form resulting from mechanical
|
|
14978
|
-
transformation or translation of a Source form, including but
|
|
14979
|
-
not limited to compiled object code, generated documentation,
|
|
14980
|
-
and conversions to other media types.
|
|
14981
|
-
|
|
14982
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
14983
|
-
Object form, made available under the License, as indicated by a
|
|
14984
|
-
copyright notice that is included in or attached to the work
|
|
14985
|
-
(an example is provided in the Appendix below).
|
|
14986
|
-
|
|
14987
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
14988
|
-
form, that is based on (or derived from) the Work and for which the
|
|
14989
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
14990
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
14991
|
-
of this License, Derivative Works shall not include works that remain
|
|
14992
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
14993
|
-
the Work and Derivative Works thereof.
|
|
14994
|
-
|
|
14995
|
-
"Contribution" shall mean any work of authorship, including
|
|
14996
|
-
the original version of the Work and any modifications or additions
|
|
14997
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
14998
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
14999
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
15000
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
15001
|
-
means any form of electronic, verbal, or written communication sent
|
|
15002
|
-
to the Licensor or its representatives, including but not limited to
|
|
15003
|
-
communication on electronic mailing lists, source code control systems,
|
|
15004
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
15005
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
15006
|
-
excluding communication that is conspicuously marked or otherwise
|
|
15007
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
15008
|
-
|
|
15009
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
15010
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
15011
|
-
subsequently incorporated within the Work.
|
|
15012
|
-
|
|
15013
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
15014
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
15015
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
15016
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
15017
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
15018
|
-
Work and such Derivative Works in Source or Object form.
|
|
15019
|
-
|
|
15020
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
15021
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
15022
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
15023
|
-
(except as stated in this section) patent license to make, have made,
|
|
15024
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
15025
|
-
where such license applies only to those patent claims licensable
|
|
15026
|
-
by such Contributor that are necessarily infringed by their
|
|
15027
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
15028
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
15029
|
-
institute patent litigation against any entity (including a
|
|
15030
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
15031
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
15032
|
-
or contributory patent infringement, then any patent licenses
|
|
15033
|
-
granted to You under this License for that Work shall terminate
|
|
15034
|
-
as of the date such litigation is filed.
|
|
15035
|
-
|
|
15036
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
15037
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
15038
|
-
modifications, and in Source or Object form, provided that You
|
|
15039
|
-
meet the following conditions:
|
|
15040
|
-
|
|
15041
|
-
(a) You must give any other recipients of the Work or
|
|
15042
|
-
Derivative Works a copy of this License; and
|
|
15043
|
-
|
|
15044
|
-
(b) You must cause any modified files to carry prominent notices
|
|
15045
|
-
stating that You changed the files; and
|
|
15046
|
-
|
|
15047
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
15048
|
-
that You distribute, all copyright, patent, trademark, and
|
|
15049
|
-
attribution notices from the Source form of the Work,
|
|
15050
|
-
excluding those notices that do not pertain to any part of
|
|
15051
|
-
the Derivative Works; and
|
|
15052
|
-
|
|
15053
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
15054
|
-
distribution, then any Derivative Works that You distribute must
|
|
15055
|
-
include a readable copy of the attribution notices contained
|
|
15056
|
-
within such NOTICE file, excluding those notices that do not
|
|
15057
|
-
pertain to any part of the Derivative Works, in at least one
|
|
15058
|
-
of the following places: within a NOTICE text file distributed
|
|
15059
|
-
as part of the Derivative Works; within the Source form or
|
|
15060
|
-
documentation, if provided along with the Derivative Works; or,
|
|
15061
|
-
within a display generated by the Derivative Works, if and
|
|
15062
|
-
wherever such third-party notices normally appear. The contents
|
|
15063
|
-
of the NOTICE file are for informational purposes only and
|
|
15064
|
-
do not modify the License. You may add Your own attribution
|
|
15065
|
-
notices within Derivative Works that You distribute, alongside
|
|
15066
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
15067
|
-
that such additional attribution notices cannot be construed
|
|
15068
|
-
as modifying the License.
|
|
15069
|
-
|
|
15070
|
-
You may add Your own copyright statement to Your modifications and
|
|
15071
|
-
may provide additional or different license terms and conditions
|
|
15072
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
15073
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
15074
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
15075
|
-
the conditions stated in this License.
|
|
15076
|
-
|
|
15077
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
15078
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
15079
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
15080
|
-
this License, without any additional terms or conditions.
|
|
15081
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
15082
|
-
the terms of any separate license agreement you may have executed
|
|
15083
|
-
with Licensor regarding such Contributions.
|
|
15084
|
-
|
|
15085
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
15086
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
15087
|
-
except as required for reasonable and customary use in describing the
|
|
15088
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
15089
|
-
|
|
15090
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
15091
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
15092
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
15093
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
15094
|
-
implied, including, without limitation, any warranties or conditions
|
|
15095
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
15096
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
15097
|
-
appropriateness of using or redistributing the Work and assume any
|
|
15098
|
-
risks associated with Your exercise of permissions under this License.
|
|
15099
|
-
|
|
15100
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
15101
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
15102
|
-
unless required by applicable law (such as deliberate and grossly
|
|
15103
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
15104
|
-
liable to You for damages, including any direct, indirect, special,
|
|
15105
|
-
incidental, or consequential damages of any character arising as a
|
|
15106
|
-
result of this License or out of the use or inability to use the
|
|
15107
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
15108
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
15109
|
-
other commercial damages or losses), even if such Contributor
|
|
15110
|
-
has been advised of the possibility of such damages.
|
|
15111
|
-
|
|
15112
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
15113
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
15114
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
15115
|
-
or other liability obligations and/or rights consistent with this
|
|
15116
|
-
License. However, in accepting such obligations, You may act only
|
|
15117
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
15118
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
15119
|
-
defend, and hold each Contributor harmless for any liability
|
|
15120
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
15121
|
-
of your accepting any such warranty or additional liability.
|
|
15122
|
-
|
|
15123
|
-
END OF TERMS AND CONDITIONS
|
|
15124
|
-
|
|
15125
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
15126
|
-
|
|
15127
|
-
To apply the Apache License to your work, attach the following
|
|
15128
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
15129
|
-
replaced with your own identifying information. (Don't include
|
|
15130
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
15131
|
-
comment syntax for the file format. We also recommend that a
|
|
15132
|
-
file or class name and description of purpose be included on the
|
|
15133
|
-
same "printed page" as the copyright notice for easier
|
|
15134
|
-
identification within third-party archives.
|
|
15135
|
-
|
|
15136
|
-
Copyright [yyyy] [name of copyright owner]
|
|
15137
|
-
|
|
15138
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
15139
|
-
you may not use this file except in compliance with the License.
|
|
15140
|
-
You may obtain a copy of the License at
|
|
15141
|
-
|
|
15142
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
15143
|
-
|
|
15144
|
-
Unless required by applicable law or agreed to in writing, software
|
|
15145
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
15146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15147
|
-
See the License for the specific language governing permissions and
|
|
15148
|
-
limitations under the License.
|
|
15149
|
-
|
|
15150
|
-
================================================================================
|
|
15151
|
-
crypto-common LICENSE-MIT
|
|
15152
|
-
================================================================================
|
|
15153
|
-
|
|
15154
|
-
Copyright (c) 2021 RustCrypto Developers
|
|
15155
|
-
|
|
15156
|
-
Permission is hereby granted, free of charge, to any
|
|
15157
|
-
person obtaining a copy of this software and associated
|
|
15158
|
-
documentation files (the "Software"), to deal in the
|
|
15159
|
-
Software without restriction, including without
|
|
15160
|
-
limitation the rights to use, copy, modify, merge,
|
|
15161
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
15162
|
-
the Software, and to permit persons to whom the Software
|
|
15163
|
-
is furnished to do so, subject to the following
|
|
15164
|
-
conditions:
|
|
15165
|
-
|
|
15166
|
-
The above copyright notice and this permission notice
|
|
15167
|
-
shall be included in all copies or substantial portions
|
|
15168
|
-
of the Software.
|
|
15169
|
-
|
|
15170
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
15171
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
15172
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
15173
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
15174
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
15175
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
15176
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
15177
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15178
|
-
DEALINGS IN THE SOFTWARE.
|
|
15179
|
-
|
|
15180
|
-
================================================================================
|
|
15181
|
-
darling LICENSE
|
|
15182
|
-
================================================================================
|
|
15183
|
-
|
|
15184
|
-
MIT License
|
|
15185
|
-
|
|
15186
|
-
Copyright (c) 2017 Ted Driggs
|
|
15187
|
-
|
|
15188
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15189
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
15190
|
-
in the Software without restriction, including without limitation the rights
|
|
15191
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15192
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15193
|
-
furnished to do so, subject to the following conditions:
|
|
15194
|
-
|
|
15195
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15196
|
-
copies or substantial portions of the Software.
|
|
15197
|
-
|
|
15198
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15199
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15200
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15201
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15202
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15203
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15204
|
-
SOFTWARE.
|
|
15205
|
-
|
|
15206
|
-
================================================================================
|
|
15207
|
-
darling_core LICENSE
|
|
15208
|
-
================================================================================
|
|
15209
|
-
|
|
15210
|
-
MIT License
|
|
15211
|
-
|
|
15212
|
-
Copyright (c) 2017 Ted Driggs
|
|
15213
|
-
|
|
15214
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15215
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
15216
|
-
in the Software without restriction, including without limitation the rights
|
|
15217
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15218
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
15219
|
-
furnished to do so, subject to the following conditions:
|
|
15220
|
-
|
|
15221
|
-
The above copyright notice and this permission notice shall be included in all
|
|
15222
|
-
copies or substantial portions of the Software.
|
|
15223
|
-
|
|
15224
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15225
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15226
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15227
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15228
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15229
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15230
|
-
SOFTWARE.
|
|
15231
|
-
|
|
15232
|
-
================================================================================
|
|
15233
|
-
darling_macro LICENSE
|
|
15301
|
+
crunchy LICENSE
|
|
15234
15302
|
================================================================================
|
|
15235
15303
|
|
|
15236
|
-
MIT License
|
|
15304
|
+
The MIT License (MIT)
|
|
15237
15305
|
|
|
15238
|
-
Copyright
|
|
15306
|
+
Copyright 2017-2023 Eira Fransham.
|
|
15239
15307
|
|
|
15240
15308
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15241
15309
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -15256,7 +15324,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
15256
15324
|
SOFTWARE.
|
|
15257
15325
|
|
|
15258
15326
|
================================================================================
|
|
15259
|
-
|
|
15327
|
+
crypto-common LICENSE-APACHE
|
|
15260
15328
|
================================================================================
|
|
15261
15329
|
|
|
15262
15330
|
Apache License
|
|
@@ -15436,10 +15504,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
15436
15504
|
|
|
15437
15505
|
END OF TERMS AND CONDITIONS
|
|
15438
15506
|
|
|
15507
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
15508
|
+
|
|
15509
|
+
To apply the Apache License to your work, attach the following
|
|
15510
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
15511
|
+
replaced with your own identifying information. (Don't include
|
|
15512
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
15513
|
+
comment syntax for the file format. We also recommend that a
|
|
15514
|
+
file or class name and description of purpose be included on the
|
|
15515
|
+
same "printed page" as the copyright notice for easier
|
|
15516
|
+
identification within third-party archives.
|
|
15517
|
+
|
|
15518
|
+
Copyright [yyyy] [name of copyright owner]
|
|
15519
|
+
|
|
15520
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
15521
|
+
you may not use this file except in compliance with the License.
|
|
15522
|
+
You may obtain a copy of the License at
|
|
15523
|
+
|
|
15524
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
15525
|
+
|
|
15526
|
+
Unless required by applicable law or agreed to in writing, software
|
|
15527
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
15528
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15529
|
+
See the License for the specific language governing permissions and
|
|
15530
|
+
limitations under the License.
|
|
15531
|
+
|
|
15439
15532
|
================================================================================
|
|
15440
|
-
|
|
15533
|
+
crypto-common LICENSE-MIT
|
|
15441
15534
|
================================================================================
|
|
15442
15535
|
|
|
15536
|
+
Copyright (c) 2021 RustCrypto Developers
|
|
15537
|
+
|
|
15443
15538
|
Permission is hereby granted, free of charge, to any
|
|
15444
15539
|
person obtaining a copy of this software and associated
|
|
15445
15540
|
documentation files (the "Software"), to deal in the
|
|
@@ -15464,6 +15559,162 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
15464
15559
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15465
15560
|
DEALINGS IN THE SOFTWARE.
|
|
15466
15561
|
|
|
15562
|
+
================================================================================
|
|
15563
|
+
darling v0.20.11 LICENSE
|
|
15564
|
+
================================================================================
|
|
15565
|
+
|
|
15566
|
+
MIT License
|
|
15567
|
+
|
|
15568
|
+
Copyright (c) 2017 Ted Driggs
|
|
15569
|
+
|
|
15570
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15571
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15572
|
+
in the Software without restriction, including without limitation the rights
|
|
15573
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15574
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15575
|
+
furnished to do so, subject to the following conditions:
|
|
15576
|
+
|
|
15577
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15578
|
+
copies or substantial portions of the Software.
|
|
15579
|
+
|
|
15580
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15581
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15582
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15583
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15584
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15585
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15586
|
+
SOFTWARE.
|
|
15587
|
+
|
|
15588
|
+
================================================================================
|
|
15589
|
+
darling v0.21.3 LICENSE
|
|
15590
|
+
================================================================================
|
|
15591
|
+
|
|
15592
|
+
MIT License
|
|
15593
|
+
|
|
15594
|
+
Copyright (c) 2017 Ted Driggs
|
|
15595
|
+
|
|
15596
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15597
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15598
|
+
in the Software without restriction, including without limitation the rights
|
|
15599
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15600
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15601
|
+
furnished to do so, subject to the following conditions:
|
|
15602
|
+
|
|
15603
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15604
|
+
copies or substantial portions of the Software.
|
|
15605
|
+
|
|
15606
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15607
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15608
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15609
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15610
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15611
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15612
|
+
SOFTWARE.
|
|
15613
|
+
|
|
15614
|
+
================================================================================
|
|
15615
|
+
darling_core v0.20.11 LICENSE
|
|
15616
|
+
================================================================================
|
|
15617
|
+
|
|
15618
|
+
MIT License
|
|
15619
|
+
|
|
15620
|
+
Copyright (c) 2017 Ted Driggs
|
|
15621
|
+
|
|
15622
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15623
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15624
|
+
in the Software without restriction, including without limitation the rights
|
|
15625
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15626
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15627
|
+
furnished to do so, subject to the following conditions:
|
|
15628
|
+
|
|
15629
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15630
|
+
copies or substantial portions of the Software.
|
|
15631
|
+
|
|
15632
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15633
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15634
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15635
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15636
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15637
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15638
|
+
SOFTWARE.
|
|
15639
|
+
|
|
15640
|
+
================================================================================
|
|
15641
|
+
darling_core v0.21.3 LICENSE
|
|
15642
|
+
================================================================================
|
|
15643
|
+
|
|
15644
|
+
MIT License
|
|
15645
|
+
|
|
15646
|
+
Copyright (c) 2017 Ted Driggs
|
|
15647
|
+
|
|
15648
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15649
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15650
|
+
in the Software without restriction, including without limitation the rights
|
|
15651
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15652
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15653
|
+
furnished to do so, subject to the following conditions:
|
|
15654
|
+
|
|
15655
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15656
|
+
copies or substantial portions of the Software.
|
|
15657
|
+
|
|
15658
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15659
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15660
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15661
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15662
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15663
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15664
|
+
SOFTWARE.
|
|
15665
|
+
|
|
15666
|
+
================================================================================
|
|
15667
|
+
darling_macro v0.20.11 LICENSE
|
|
15668
|
+
================================================================================
|
|
15669
|
+
|
|
15670
|
+
MIT License
|
|
15671
|
+
|
|
15672
|
+
Copyright (c) 2017 Ted Driggs
|
|
15673
|
+
|
|
15674
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15675
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15676
|
+
in the Software without restriction, including without limitation the rights
|
|
15677
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15678
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15679
|
+
furnished to do so, subject to the following conditions:
|
|
15680
|
+
|
|
15681
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15682
|
+
copies or substantial portions of the Software.
|
|
15683
|
+
|
|
15684
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15685
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15686
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15687
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15688
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15689
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15690
|
+
SOFTWARE.
|
|
15691
|
+
|
|
15692
|
+
================================================================================
|
|
15693
|
+
darling_macro v0.21.3 LICENSE
|
|
15694
|
+
================================================================================
|
|
15695
|
+
|
|
15696
|
+
MIT License
|
|
15697
|
+
|
|
15698
|
+
Copyright (c) 2017 Ted Driggs
|
|
15699
|
+
|
|
15700
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15701
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15702
|
+
in the Software without restriction, including without limitation the rights
|
|
15703
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15704
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15705
|
+
furnished to do so, subject to the following conditions:
|
|
15706
|
+
|
|
15707
|
+
The above copyright notice and this permission notice shall be included in all
|
|
15708
|
+
copies or substantial portions of the Software.
|
|
15709
|
+
|
|
15710
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15711
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15712
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
15713
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
15714
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15715
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15716
|
+
SOFTWARE.
|
|
15717
|
+
|
|
15467
15718
|
================================================================================
|
|
15468
15719
|
der LICENSE-APACHE
|
|
15469
15720
|
================================================================================
|
|
@@ -26852,16 +27103,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
26852
27103
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26853
27104
|
THE SOFTWARE.
|
|
26854
27105
|
|
|
26855
|
-
================================================================================
|
|
26856
|
-
iceberg NOTICE
|
|
26857
|
-
================================================================================
|
|
26858
|
-
|
|
26859
|
-
Apache Iceberg Rust
|
|
26860
|
-
Copyright 2023-2024 The Apache Software Foundation
|
|
26861
|
-
|
|
26862
|
-
This product includes software developed at
|
|
26863
|
-
The Apache Software Foundation (http://www.apache.org/).
|
|
26864
|
-
|
|
26865
27106
|
================================================================================
|
|
26866
27107
|
iceberg LICENSE
|
|
26867
27108
|
================================================================================
|
|
@@ -27069,7 +27310,7 @@ iceberg LICENSE
|
|
|
27069
27310
|
limitations under the License.
|
|
27070
27311
|
|
|
27071
27312
|
================================================================================
|
|
27072
|
-
iceberg
|
|
27313
|
+
iceberg NOTICE
|
|
27073
27314
|
================================================================================
|
|
27074
27315
|
|
|
27075
27316
|
Apache Iceberg Rust
|
|
@@ -27285,7 +27526,7 @@ iceberg-catalog-rest LICENSE
|
|
|
27285
27526
|
limitations under the License.
|
|
27286
27527
|
|
|
27287
27528
|
================================================================================
|
|
27288
|
-
iceberg-catalog-
|
|
27529
|
+
iceberg-catalog-rest NOTICE
|
|
27289
27530
|
================================================================================
|
|
27290
27531
|
|
|
27291
27532
|
Apache Iceberg Rust
|
|
@@ -27500,6 +27741,16 @@ iceberg-catalog-sql LICENSE
|
|
|
27500
27741
|
See the License for the specific language governing permissions and
|
|
27501
27742
|
limitations under the License.
|
|
27502
27743
|
|
|
27744
|
+
================================================================================
|
|
27745
|
+
iceberg-catalog-sql NOTICE
|
|
27746
|
+
================================================================================
|
|
27747
|
+
|
|
27748
|
+
Apache Iceberg Rust
|
|
27749
|
+
Copyright 2023-2024 The Apache Software Foundation
|
|
27750
|
+
|
|
27751
|
+
This product includes software developed at
|
|
27752
|
+
The Apache Software Foundation (http://www.apache.org/).
|
|
27753
|
+
|
|
27503
27754
|
================================================================================
|
|
27504
27755
|
icu_collections LICENSE
|
|
27505
27756
|
================================================================================
|
|
@@ -34023,58 +34274,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
34023
34274
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34024
34275
|
DEALINGS IN THE SOFTWARE.
|
|
34025
34276
|
|
|
34026
|
-
================================================================================
|
|
34027
|
-
libflate LICENSE
|
|
34028
|
-
================================================================================
|
|
34029
|
-
|
|
34030
|
-
The MIT License
|
|
34031
|
-
|
|
34032
|
-
Copyright (c) 2016 Takeru Ohta <phjgt308@gmail.com>
|
|
34033
|
-
|
|
34034
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
34035
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
34036
|
-
in the Software without restriction, including without limitation the rights
|
|
34037
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
34038
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
34039
|
-
furnished to do so, subject to the following conditions:
|
|
34040
|
-
|
|
34041
|
-
The above copyright notice and this permission notice shall be included in
|
|
34042
|
-
all copies or substantial portions of the Software.
|
|
34043
|
-
|
|
34044
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
34045
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
34046
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34047
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
34048
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
34049
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
34050
|
-
THE SOFTWARE.
|
|
34051
|
-
|
|
34052
|
-
================================================================================
|
|
34053
|
-
libflate_lz77 LICENSE
|
|
34054
|
-
================================================================================
|
|
34055
|
-
|
|
34056
|
-
The MIT License
|
|
34057
|
-
|
|
34058
|
-
Copyright (c) 2016 Takeru Ohta <phjgt308@gmail.com>
|
|
34059
|
-
|
|
34060
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
34061
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
34062
|
-
in the Software without restriction, including without limitation the rights
|
|
34063
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
34064
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
34065
|
-
furnished to do so, subject to the following conditions:
|
|
34066
|
-
|
|
34067
|
-
The above copyright notice and this permission notice shall be included in
|
|
34068
|
-
all copies or substantial portions of the Software.
|
|
34069
|
-
|
|
34070
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
34071
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
34072
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
34073
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
34074
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
34075
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
34076
|
-
THE SOFTWARE.
|
|
34077
|
-
|
|
34078
34277
|
================================================================================
|
|
34079
34278
|
libloading LICENSE
|
|
34080
34279
|
================================================================================
|
|
@@ -35852,6 +36051,266 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
35852
36051
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35853
36052
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
35854
36053
|
|
|
36054
|
+
================================================================================
|
|
36055
|
+
miniz_oxide LICENSE
|
|
36056
|
+
================================================================================
|
|
36057
|
+
|
|
36058
|
+
MIT License
|
|
36059
|
+
|
|
36060
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
36061
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
36062
|
+
Copyright (c) 2017 Frommi
|
|
36063
|
+
Copyright (c) 2017-2024 oyvindln
|
|
36064
|
+
|
|
36065
|
+
|
|
36066
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36067
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
36068
|
+
in the Software without restriction, including without limitation the rights
|
|
36069
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36070
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36071
|
+
furnished to do so, subject to the following conditions:
|
|
36072
|
+
|
|
36073
|
+
The above copyright notice and this permission notice shall be included in all
|
|
36074
|
+
copies or substantial portions of the Software.
|
|
36075
|
+
|
|
36076
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36077
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36078
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36079
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36080
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36081
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36082
|
+
SOFTWARE.
|
|
36083
|
+
|
|
36084
|
+
================================================================================
|
|
36085
|
+
miniz_oxide LICENSE-APACHE.md
|
|
36086
|
+
================================================================================
|
|
36087
|
+
|
|
36088
|
+
|
|
36089
|
+
Apache License
|
|
36090
|
+
Version 2.0, January 2004
|
|
36091
|
+
http://www.apache.org/licenses/
|
|
36092
|
+
|
|
36093
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
36094
|
+
|
|
36095
|
+
1. Definitions.
|
|
36096
|
+
|
|
36097
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
36098
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
36099
|
+
|
|
36100
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
36101
|
+
the copyright owner that is granting the License.
|
|
36102
|
+
|
|
36103
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
36104
|
+
other entities that control, are controlled by, or are under common
|
|
36105
|
+
control with that entity. For the purposes of this definition,
|
|
36106
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
36107
|
+
direction or management of such entity, whether by contract or
|
|
36108
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
36109
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
36110
|
+
|
|
36111
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
36112
|
+
exercising permissions granted by this License.
|
|
36113
|
+
|
|
36114
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
36115
|
+
including but not limited to software source code, documentation
|
|
36116
|
+
source, and configuration files.
|
|
36117
|
+
|
|
36118
|
+
"Object" form shall mean any form resulting from mechanical
|
|
36119
|
+
transformation or translation of a Source form, including but
|
|
36120
|
+
not limited to compiled object code, generated documentation,
|
|
36121
|
+
and conversions to other media types.
|
|
36122
|
+
|
|
36123
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36124
|
+
Object form, made available under the License, as indicated by a
|
|
36125
|
+
copyright notice that is included in or attached to the work
|
|
36126
|
+
(an example is provided in the Appendix below).
|
|
36127
|
+
|
|
36128
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
36129
|
+
form, that is based on (or derived from) the Work and for which the
|
|
36130
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
36131
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
36132
|
+
of this License, Derivative Works shall not include works that remain
|
|
36133
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
36134
|
+
the Work and Derivative Works thereof.
|
|
36135
|
+
|
|
36136
|
+
"Contribution" shall mean any work of authorship, including
|
|
36137
|
+
the original version of the Work and any modifications or additions
|
|
36138
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
36139
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
36140
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
36141
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
36142
|
+
means any form of electronic, verbal, or written communication sent
|
|
36143
|
+
to the Licensor or its representatives, including but not limited to
|
|
36144
|
+
communication on electronic mailing lists, source code control systems,
|
|
36145
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
36146
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
36147
|
+
excluding communication that is conspicuously marked or otherwise
|
|
36148
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
36149
|
+
|
|
36150
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
36151
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
36152
|
+
subsequently incorporated within the Work.
|
|
36153
|
+
|
|
36154
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
36155
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
36156
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
36157
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
36158
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
36159
|
+
Work and such Derivative Works in Source or Object form.
|
|
36160
|
+
|
|
36161
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
36162
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
36163
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
36164
|
+
(except as stated in this section) patent license to make, have made,
|
|
36165
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
36166
|
+
where such license applies only to those patent claims licensable
|
|
36167
|
+
by such Contributor that are necessarily infringed by their
|
|
36168
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
36169
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
36170
|
+
institute patent litigation against any entity (including a
|
|
36171
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
36172
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
36173
|
+
or contributory patent infringement, then any patent licenses
|
|
36174
|
+
granted to You under this License for that Work shall terminate
|
|
36175
|
+
as of the date such litigation is filed.
|
|
36176
|
+
|
|
36177
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
36178
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
36179
|
+
modifications, and in Source or Object form, provided that You
|
|
36180
|
+
meet the following conditions:
|
|
36181
|
+
|
|
36182
|
+
(a) You must give any other recipients of the Work or
|
|
36183
|
+
Derivative Works a copy of this License; and
|
|
36184
|
+
|
|
36185
|
+
(b) You must cause any modified files to carry prominent notices
|
|
36186
|
+
stating that You changed the files; and
|
|
36187
|
+
|
|
36188
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
36189
|
+
that You distribute, all copyright, patent, trademark, and
|
|
36190
|
+
attribution notices from the Source form of the Work,
|
|
36191
|
+
excluding those notices that do not pertain to any part of
|
|
36192
|
+
the Derivative Works; and
|
|
36193
|
+
|
|
36194
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
36195
|
+
distribution, then any Derivative Works that You distribute must
|
|
36196
|
+
include a readable copy of the attribution notices contained
|
|
36197
|
+
within such NOTICE file, excluding those notices that do not
|
|
36198
|
+
pertain to any part of the Derivative Works, in at least one
|
|
36199
|
+
of the following places: within a NOTICE text file distributed
|
|
36200
|
+
as part of the Derivative Works; within the Source form or
|
|
36201
|
+
documentation, if provided along with the Derivative Works; or,
|
|
36202
|
+
within a display generated by the Derivative Works, if and
|
|
36203
|
+
wherever such third-party notices normally appear. The contents
|
|
36204
|
+
of the NOTICE file are for informational purposes only and
|
|
36205
|
+
do not modify the License. You may add Your own attribution
|
|
36206
|
+
notices within Derivative Works that You distribute, alongside
|
|
36207
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
36208
|
+
that such additional attribution notices cannot be construed
|
|
36209
|
+
as modifying the License.
|
|
36210
|
+
|
|
36211
|
+
You may add Your own copyright statement to Your modifications and
|
|
36212
|
+
may provide additional or different license terms and conditions
|
|
36213
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
36214
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
36215
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
36216
|
+
the conditions stated in this License.
|
|
36217
|
+
|
|
36218
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
36219
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
36220
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
36221
|
+
this License, without any additional terms or conditions.
|
|
36222
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
36223
|
+
the terms of any separate license agreement you may have executed
|
|
36224
|
+
with Licensor regarding such Contributions.
|
|
36225
|
+
|
|
36226
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
36227
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
36228
|
+
except as required for reasonable and customary use in describing the
|
|
36229
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
36230
|
+
|
|
36231
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
36232
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
36233
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
36234
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
36235
|
+
implied, including, without limitation, any warranties or conditions
|
|
36236
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
36237
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
36238
|
+
appropriateness of using or redistributing the Work and assume any
|
|
36239
|
+
risks associated with Your exercise of permissions under this License.
|
|
36240
|
+
|
|
36241
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
36242
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
36243
|
+
unless required by applicable law (such as deliberate and grossly
|
|
36244
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
36245
|
+
liable to You for damages, including any direct, indirect, special,
|
|
36246
|
+
incidental, or consequential damages of any character arising as a
|
|
36247
|
+
result of this License or out of the use or inability to use the
|
|
36248
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
36249
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
36250
|
+
other commercial damages or losses), even if such Contributor
|
|
36251
|
+
has been advised of the possibility of such damages.
|
|
36252
|
+
|
|
36253
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
36254
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
36255
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
36256
|
+
or other liability obligations and/or rights consistent with this
|
|
36257
|
+
License. However, in accepting such obligations, You may act only
|
|
36258
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
36259
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
36260
|
+
defend, and hold each Contributor harmless for any liability
|
|
36261
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
36262
|
+
of your accepting any such warranty or additional liability.
|
|
36263
|
+
|
|
36264
|
+
END OF TERMS AND CONDITIONS
|
|
36265
|
+
|
|
36266
|
+
================================================================================
|
|
36267
|
+
miniz_oxide LICENSE-MIT.md
|
|
36268
|
+
================================================================================
|
|
36269
|
+
|
|
36270
|
+
MIT License
|
|
36271
|
+
|
|
36272
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
36273
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
36274
|
+
Copyright (c) 2017 Frommi
|
|
36275
|
+
Copyright (c) 2017-2024 oyvindln
|
|
36276
|
+
|
|
36277
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36278
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
36279
|
+
in the Software without restriction, including without limitation the rights
|
|
36280
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36281
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36282
|
+
furnished to do so, subject to the following conditions:
|
|
36283
|
+
|
|
36284
|
+
The above copyright notice and this permission notice shall be included in all
|
|
36285
|
+
copies or substantial portions of the Software.
|
|
36286
|
+
|
|
36287
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36288
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36289
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36290
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36291
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36293
|
+
SOFTWARE.
|
|
36294
|
+
|
|
36295
|
+
================================================================================
|
|
36296
|
+
miniz_oxide LICENSE-ZLIB.md
|
|
36297
|
+
================================================================================
|
|
36298
|
+
|
|
36299
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
36300
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
36301
|
+
Copyright (c) 2020 Frommi
|
|
36302
|
+
Copyright (c) 2017-2024 oyvindln
|
|
36303
|
+
|
|
36304
|
+
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
|
36305
|
+
|
|
36306
|
+
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
|
36307
|
+
|
|
36308
|
+
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
|
36309
|
+
|
|
36310
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
36311
|
+
|
|
36312
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
36313
|
+
|
|
35855
36314
|
================================================================================
|
|
35856
36315
|
mio LICENSE
|
|
35857
36316
|
================================================================================
|
|
@@ -42825,6 +43284,215 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
42825
43284
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
42826
43285
|
DEALINGS IN THE SOFTWARE.
|
|
42827
43286
|
|
|
43287
|
+
================================================================================
|
|
43288
|
+
prettyplease LICENSE-APACHE
|
|
43289
|
+
================================================================================
|
|
43290
|
+
|
|
43291
|
+
Apache License
|
|
43292
|
+
Version 2.0, January 2004
|
|
43293
|
+
http://www.apache.org/licenses/
|
|
43294
|
+
|
|
43295
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
43296
|
+
|
|
43297
|
+
1. Definitions.
|
|
43298
|
+
|
|
43299
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
43300
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
43301
|
+
|
|
43302
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
43303
|
+
the copyright owner that is granting the License.
|
|
43304
|
+
|
|
43305
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
43306
|
+
other entities that control, are controlled by, or are under common
|
|
43307
|
+
control with that entity. For the purposes of this definition,
|
|
43308
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
43309
|
+
direction or management of such entity, whether by contract or
|
|
43310
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
43311
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
43312
|
+
|
|
43313
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
43314
|
+
exercising permissions granted by this License.
|
|
43315
|
+
|
|
43316
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
43317
|
+
including but not limited to software source code, documentation
|
|
43318
|
+
source, and configuration files.
|
|
43319
|
+
|
|
43320
|
+
"Object" form shall mean any form resulting from mechanical
|
|
43321
|
+
transformation or translation of a Source form, including but
|
|
43322
|
+
not limited to compiled object code, generated documentation,
|
|
43323
|
+
and conversions to other media types.
|
|
43324
|
+
|
|
43325
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
43326
|
+
Object form, made available under the License, as indicated by a
|
|
43327
|
+
copyright notice that is included in or attached to the work
|
|
43328
|
+
(an example is provided in the Appendix below).
|
|
43329
|
+
|
|
43330
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
43331
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43332
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43333
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
43334
|
+
of this License, Derivative Works shall not include works that remain
|
|
43335
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
43336
|
+
the Work and Derivative Works thereof.
|
|
43337
|
+
|
|
43338
|
+
"Contribution" shall mean any work of authorship, including
|
|
43339
|
+
the original version of the Work and any modifications or additions
|
|
43340
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
43341
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
43342
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
43343
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
43344
|
+
means any form of electronic, verbal, or written communication sent
|
|
43345
|
+
to the Licensor or its representatives, including but not limited to
|
|
43346
|
+
communication on electronic mailing lists, source code control systems,
|
|
43347
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
43348
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
43349
|
+
excluding communication that is conspicuously marked or otherwise
|
|
43350
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
43351
|
+
|
|
43352
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
43353
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
43354
|
+
subsequently incorporated within the Work.
|
|
43355
|
+
|
|
43356
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
43357
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
43358
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
43359
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
43360
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
43361
|
+
Work and such Derivative Works in Source or Object form.
|
|
43362
|
+
|
|
43363
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
43364
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
43365
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
43366
|
+
(except as stated in this section) patent license to make, have made,
|
|
43367
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
43368
|
+
where such license applies only to those patent claims licensable
|
|
43369
|
+
by such Contributor that are necessarily infringed by their
|
|
43370
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
43371
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
43372
|
+
institute patent litigation against any entity (including a
|
|
43373
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
43374
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
43375
|
+
or contributory patent infringement, then any patent licenses
|
|
43376
|
+
granted to You under this License for that Work shall terminate
|
|
43377
|
+
as of the date such litigation is filed.
|
|
43378
|
+
|
|
43379
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
43380
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
43381
|
+
modifications, and in Source or Object form, provided that You
|
|
43382
|
+
meet the following conditions:
|
|
43383
|
+
|
|
43384
|
+
(a) You must give any other recipients of the Work or
|
|
43385
|
+
Derivative Works a copy of this License; and
|
|
43386
|
+
|
|
43387
|
+
(b) You must cause any modified files to carry prominent notices
|
|
43388
|
+
stating that You changed the files; and
|
|
43389
|
+
|
|
43390
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
43391
|
+
that You distribute, all copyright, patent, trademark, and
|
|
43392
|
+
attribution notices from the Source form of the Work,
|
|
43393
|
+
excluding those notices that do not pertain to any part of
|
|
43394
|
+
the Derivative Works; and
|
|
43395
|
+
|
|
43396
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
43397
|
+
distribution, then any Derivative Works that You distribute must
|
|
43398
|
+
include a readable copy of the attribution notices contained
|
|
43399
|
+
within such NOTICE file, excluding those notices that do not
|
|
43400
|
+
pertain to any part of the Derivative Works, in at least one
|
|
43401
|
+
of the following places: within a NOTICE text file distributed
|
|
43402
|
+
as part of the Derivative Works; within the Source form or
|
|
43403
|
+
documentation, if provided along with the Derivative Works; or,
|
|
43404
|
+
within a display generated by the Derivative Works, if and
|
|
43405
|
+
wherever such third-party notices normally appear. The contents
|
|
43406
|
+
of the NOTICE file are for informational purposes only and
|
|
43407
|
+
do not modify the License. You may add Your own attribution
|
|
43408
|
+
notices within Derivative Works that You distribute, alongside
|
|
43409
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
43410
|
+
that such additional attribution notices cannot be construed
|
|
43411
|
+
as modifying the License.
|
|
43412
|
+
|
|
43413
|
+
You may add Your own copyright statement to Your modifications and
|
|
43414
|
+
may provide additional or different license terms and conditions
|
|
43415
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
43416
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
43417
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
43418
|
+
the conditions stated in this License.
|
|
43419
|
+
|
|
43420
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
43421
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
43422
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
43423
|
+
this License, without any additional terms or conditions.
|
|
43424
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
43425
|
+
the terms of any separate license agreement you may have executed
|
|
43426
|
+
with Licensor regarding such Contributions.
|
|
43427
|
+
|
|
43428
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
43429
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
43430
|
+
except as required for reasonable and customary use in describing the
|
|
43431
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
43432
|
+
|
|
43433
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
43434
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
43435
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
43436
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
43437
|
+
implied, including, without limitation, any warranties or conditions
|
|
43438
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
43439
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
43440
|
+
appropriateness of using or redistributing the Work and assume any
|
|
43441
|
+
risks associated with Your exercise of permissions under this License.
|
|
43442
|
+
|
|
43443
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
43444
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
43445
|
+
unless required by applicable law (such as deliberate and grossly
|
|
43446
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
43447
|
+
liable to You for damages, including any direct, indirect, special,
|
|
43448
|
+
incidental, or consequential damages of any character arising as a
|
|
43449
|
+
result of this License or out of the use or inability to use the
|
|
43450
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
43451
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
43452
|
+
other commercial damages or losses), even if such Contributor
|
|
43453
|
+
has been advised of the possibility of such damages.
|
|
43454
|
+
|
|
43455
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
43456
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
43457
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
43458
|
+
or other liability obligations and/or rights consistent with this
|
|
43459
|
+
License. However, in accepting such obligations, You may act only
|
|
43460
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
43461
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
43462
|
+
defend, and hold each Contributor harmless for any liability
|
|
43463
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
43464
|
+
of your accepting any such warranty or additional liability.
|
|
43465
|
+
|
|
43466
|
+
END OF TERMS AND CONDITIONS
|
|
43467
|
+
|
|
43468
|
+
================================================================================
|
|
43469
|
+
prettyplease LICENSE-MIT
|
|
43470
|
+
================================================================================
|
|
43471
|
+
|
|
43472
|
+
Permission is hereby granted, free of charge, to any
|
|
43473
|
+
person obtaining a copy of this software and associated
|
|
43474
|
+
documentation files (the "Software"), to deal in the
|
|
43475
|
+
Software without restriction, including without
|
|
43476
|
+
limitation the rights to use, copy, modify, merge,
|
|
43477
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
43478
|
+
the Software, and to permit persons to whom the Software
|
|
43479
|
+
is furnished to do so, subject to the following
|
|
43480
|
+
conditions:
|
|
43481
|
+
|
|
43482
|
+
The above copyright notice and this permission notice
|
|
43483
|
+
shall be included in all copies or substantial portions
|
|
43484
|
+
of the Software.
|
|
43485
|
+
|
|
43486
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
43487
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
43488
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
43489
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
43490
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
43491
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
43492
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
43493
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
43494
|
+
DEALINGS IN THE SOFTWARE.
|
|
43495
|
+
|
|
42828
43496
|
================================================================================
|
|
42829
43497
|
proc-macro-crate LICENSE-APACHE
|
|
42830
43498
|
================================================================================
|
|
@@ -48679,48 +49347,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
|
48679
49347
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
48680
49348
|
DEALINGS IN THE SOFTWARE.
|
|
48681
49349
|
|
|
48682
|
-
================================================================================
|
|
48683
|
-
rle-decode-fast LICENSE-APACHE
|
|
48684
|
-
================================================================================
|
|
48685
|
-
|
|
48686
|
-
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
48687
|
-
|
|
48688
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
48689
|
-
you may not use this file except in compliance with the License.
|
|
48690
|
-
You may obtain a copy of the License at
|
|
48691
|
-
|
|
48692
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
48693
|
-
|
|
48694
|
-
Unless required by applicable law or agreed to in writing, software
|
|
48695
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
48696
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
48697
|
-
See the License for the specific language governing permissions and
|
|
48698
|
-
limitations under the License.
|
|
48699
|
-
|
|
48700
|
-
================================================================================
|
|
48701
|
-
rle-decode-fast LICENSE-MIT
|
|
48702
|
-
================================================================================
|
|
48703
|
-
|
|
48704
|
-
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
48705
|
-
|
|
48706
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
48707
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
48708
|
-
in the Software without restriction, including without limitation the rights to
|
|
48709
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
48710
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
48711
|
-
so, subject to the following conditions:
|
|
48712
|
-
|
|
48713
|
-
The above copyright notice and this permission notice shall be included in all
|
|
48714
|
-
copies or substantial portions of the Software.
|
|
48715
|
-
|
|
48716
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
48717
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
48718
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
48719
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
48720
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
48721
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
48722
|
-
SOFTWARE.
|
|
48723
|
-
|
|
48724
49350
|
================================================================================
|
|
48725
49351
|
roaring LICENSE-APACHE
|
|
48726
49352
|
================================================================================
|
|
@@ -57912,59 +58538,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
57912
58538
|
SOFTWARE.
|
|
57913
58539
|
|
|
57914
58540
|
================================================================================
|
|
57915
|
-
strum
|
|
57916
|
-
================================================================================
|
|
57917
|
-
|
|
57918
|
-
MIT License
|
|
57919
|
-
|
|
57920
|
-
Copyright (c) 2019 Peter Glotfelty
|
|
57921
|
-
|
|
57922
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
57923
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
57924
|
-
in the Software without restriction, including without limitation the rights
|
|
57925
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
57926
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
57927
|
-
furnished to do so, subject to the following conditions:
|
|
57928
|
-
|
|
57929
|
-
The above copyright notice and this permission notice shall be included in all
|
|
57930
|
-
copies or substantial portions of the Software.
|
|
57931
|
-
|
|
57932
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
57933
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
57934
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
57935
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
57936
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57937
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
57938
|
-
SOFTWARE.
|
|
57939
|
-
|
|
57940
|
-
================================================================================
|
|
57941
|
-
strum v0.27.2 LICENSE
|
|
57942
|
-
================================================================================
|
|
57943
|
-
|
|
57944
|
-
MIT License
|
|
57945
|
-
|
|
57946
|
-
Copyright (c) 2019 Peter Glotfelty
|
|
57947
|
-
|
|
57948
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
57949
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
57950
|
-
in the Software without restriction, including without limitation the rights
|
|
57951
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
57952
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
57953
|
-
furnished to do so, subject to the following conditions:
|
|
57954
|
-
|
|
57955
|
-
The above copyright notice and this permission notice shall be included in all
|
|
57956
|
-
copies or substantial portions of the Software.
|
|
57957
|
-
|
|
57958
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
57959
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
57960
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
57961
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
57962
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57963
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
57964
|
-
SOFTWARE.
|
|
57965
|
-
|
|
57966
|
-
================================================================================
|
|
57967
|
-
strum_macros v0.26.4 LICENSE
|
|
58541
|
+
strum LICENSE
|
|
57968
58542
|
================================================================================
|
|
57969
58543
|
|
|
57970
58544
|
MIT License
|
|
@@ -57990,7 +58564,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
57990
58564
|
SOFTWARE.
|
|
57991
58565
|
|
|
57992
58566
|
================================================================================
|
|
57993
|
-
strum_macros
|
|
58567
|
+
strum_macros LICENSE
|
|
57994
58568
|
================================================================================
|
|
57995
58569
|
|
|
57996
58570
|
MIT License
|
|
@@ -62449,579 +63023,111 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
62449
63023
|
DEALINGS IN THE SOFTWARE.
|
|
62450
63024
|
|
|
62451
63025
|
================================================================================
|
|
62452
|
-
tracing-core src/spin/LICENSE
|
|
62453
|
-
================================================================================
|
|
62454
|
-
|
|
62455
|
-
The MIT License (MIT)
|
|
62456
|
-
|
|
62457
|
-
Copyright (c) 2014 Mathijs van de Nes
|
|
62458
|
-
|
|
62459
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
62460
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
62461
|
-
in the Software without restriction, including without limitation the rights
|
|
62462
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
62463
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
62464
|
-
furnished to do so, subject to the following conditions:
|
|
62465
|
-
|
|
62466
|
-
The above copyright notice and this permission notice shall be included in all
|
|
62467
|
-
copies or substantial portions of the Software.
|
|
62468
|
-
|
|
62469
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62470
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
62471
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
62472
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62473
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
62474
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
62475
|
-
SOFTWARE.
|
|
62476
|
-
|
|
62477
|
-
================================================================================
|
|
62478
|
-
trim-in-place LICENSE
|
|
62479
|
-
================================================================================
|
|
62480
|
-
|
|
62481
|
-
MIT License
|
|
62482
|
-
|
|
62483
|
-
Copyright (c) 2020 magiclen.org (Ron Li)
|
|
62484
|
-
|
|
62485
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
62486
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
62487
|
-
in the Software without restriction, including without limitation the rights
|
|
62488
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
62489
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
62490
|
-
furnished to do so, subject to the following conditions:
|
|
62491
|
-
|
|
62492
|
-
The above copyright notice and this permission notice shall be included in all
|
|
62493
|
-
copies or substantial portions of the Software.
|
|
62494
|
-
|
|
62495
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62496
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
62497
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
62498
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62499
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
62500
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
62501
|
-
SOFTWARE.
|
|
62502
|
-
|
|
62503
|
-
================================================================================
|
|
62504
|
-
try-lock LICENSE
|
|
62505
|
-
================================================================================
|
|
62506
|
-
|
|
62507
|
-
Copyright (c) 2018-2023 Sean McArthur
|
|
62508
|
-
Copyright (c) 2016 Alex Crichton
|
|
62509
|
-
|
|
62510
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
62511
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
62512
|
-
in the Software without restriction, including without limitation the rights
|
|
62513
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
62514
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
62515
|
-
furnished to do so, subject to the following conditions:
|
|
62516
|
-
|
|
62517
|
-
The above copyright notice and this permission notice shall be included in
|
|
62518
|
-
all copies or substantial portions of the Software.
|
|
62519
|
-
|
|
62520
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62521
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
62522
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
62523
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62524
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
62525
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
62526
|
-
THE SOFTWARE.
|
|
62527
|
-
|
|
62528
|
-
|
|
62529
|
-
================================================================================
|
|
62530
|
-
twox-hash LICENSE.txt
|
|
62531
|
-
================================================================================
|
|
62532
|
-
|
|
62533
|
-
The MIT License (MIT)
|
|
62534
|
-
|
|
62535
|
-
Copyright (c) 2015 Jake Goulding
|
|
62536
|
-
|
|
62537
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
62538
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
62539
|
-
in the Software without restriction, including without limitation the rights
|
|
62540
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
62541
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
62542
|
-
furnished to do so, subject to the following conditions:
|
|
62543
|
-
|
|
62544
|
-
The above copyright notice and this permission notice shall be included in all
|
|
62545
|
-
copies or substantial portions of the Software.
|
|
62546
|
-
|
|
62547
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
62548
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
62549
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
62550
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
62551
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
62552
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
62553
|
-
SOFTWARE.
|
|
62554
|
-
|
|
62555
|
-
================================================================================
|
|
62556
|
-
typed-builder v0.19.1 LICENSE-APACHE
|
|
62557
|
-
================================================================================
|
|
62558
|
-
|
|
62559
|
-
Apache License
|
|
62560
|
-
Version 2.0, January 2004
|
|
62561
|
-
http://www.apache.org/licenses/
|
|
62562
|
-
|
|
62563
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
62564
|
-
|
|
62565
|
-
1. Definitions.
|
|
62566
|
-
|
|
62567
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
62568
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
62569
|
-
|
|
62570
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
62571
|
-
the copyright owner that is granting the License.
|
|
62572
|
-
|
|
62573
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
62574
|
-
other entities that control, are controlled by, or are under common
|
|
62575
|
-
control with that entity. For the purposes of this definition,
|
|
62576
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
62577
|
-
direction or management of such entity, whether by contract or
|
|
62578
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
62579
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
62580
|
-
|
|
62581
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
62582
|
-
exercising permissions granted by this License.
|
|
62583
|
-
|
|
62584
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
62585
|
-
including but not limited to software source code, documentation
|
|
62586
|
-
source, and configuration files.
|
|
62587
|
-
|
|
62588
|
-
"Object" form shall mean any form resulting from mechanical
|
|
62589
|
-
transformation or translation of a Source form, including but
|
|
62590
|
-
not limited to compiled object code, generated documentation,
|
|
62591
|
-
and conversions to other media types.
|
|
62592
|
-
|
|
62593
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
62594
|
-
Object form, made available under the License, as indicated by a
|
|
62595
|
-
copyright notice that is included in or attached to the work
|
|
62596
|
-
(an example is provided in the Appendix below).
|
|
62597
|
-
|
|
62598
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
62599
|
-
form, that is based on (or derived from) the Work and for which the
|
|
62600
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
62601
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
62602
|
-
of this License, Derivative Works shall not include works that remain
|
|
62603
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
62604
|
-
the Work and Derivative Works thereof.
|
|
62605
|
-
|
|
62606
|
-
"Contribution" shall mean any work of authorship, including
|
|
62607
|
-
the original version of the Work and any modifications or additions
|
|
62608
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
62609
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
62610
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
62611
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
62612
|
-
means any form of electronic, verbal, or written communication sent
|
|
62613
|
-
to the Licensor or its representatives, including but not limited to
|
|
62614
|
-
communication on electronic mailing lists, source code control systems,
|
|
62615
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
62616
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
62617
|
-
excluding communication that is conspicuously marked or otherwise
|
|
62618
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
62619
|
-
|
|
62620
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
62621
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
62622
|
-
subsequently incorporated within the Work.
|
|
62623
|
-
|
|
62624
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
62625
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
62626
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
62627
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
62628
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
62629
|
-
Work and such Derivative Works in Source or Object form.
|
|
62630
|
-
|
|
62631
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
62632
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
62633
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
62634
|
-
(except as stated in this section) patent license to make, have made,
|
|
62635
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
62636
|
-
where such license applies only to those patent claims licensable
|
|
62637
|
-
by such Contributor that are necessarily infringed by their
|
|
62638
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
62639
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
62640
|
-
institute patent litigation against any entity (including a
|
|
62641
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
62642
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
62643
|
-
or contributory patent infringement, then any patent licenses
|
|
62644
|
-
granted to You under this License for that Work shall terminate
|
|
62645
|
-
as of the date such litigation is filed.
|
|
62646
|
-
|
|
62647
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
62648
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
62649
|
-
modifications, and in Source or Object form, provided that You
|
|
62650
|
-
meet the following conditions:
|
|
62651
|
-
|
|
62652
|
-
(a) You must give any other recipients of the Work or
|
|
62653
|
-
Derivative Works a copy of this License; and
|
|
62654
|
-
|
|
62655
|
-
(b) You must cause any modified files to carry prominent notices
|
|
62656
|
-
stating that You changed the files; and
|
|
62657
|
-
|
|
62658
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
62659
|
-
that You distribute, all copyright, patent, trademark, and
|
|
62660
|
-
attribution notices from the Source form of the Work,
|
|
62661
|
-
excluding those notices that do not pertain to any part of
|
|
62662
|
-
the Derivative Works; and
|
|
62663
|
-
|
|
62664
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
62665
|
-
distribution, then any Derivative Works that You distribute must
|
|
62666
|
-
include a readable copy of the attribution notices contained
|
|
62667
|
-
within such NOTICE file, excluding those notices that do not
|
|
62668
|
-
pertain to any part of the Derivative Works, in at least one
|
|
62669
|
-
of the following places: within a NOTICE text file distributed
|
|
62670
|
-
as part of the Derivative Works; within the Source form or
|
|
62671
|
-
documentation, if provided along with the Derivative Works; or,
|
|
62672
|
-
within a display generated by the Derivative Works, if and
|
|
62673
|
-
wherever such third-party notices normally appear. The contents
|
|
62674
|
-
of the NOTICE file are for informational purposes only and
|
|
62675
|
-
do not modify the License. You may add Your own attribution
|
|
62676
|
-
notices within Derivative Works that You distribute, alongside
|
|
62677
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
62678
|
-
that such additional attribution notices cannot be construed
|
|
62679
|
-
as modifying the License.
|
|
62680
|
-
|
|
62681
|
-
You may add Your own copyright statement to Your modifications and
|
|
62682
|
-
may provide additional or different license terms and conditions
|
|
62683
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
62684
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
62685
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
62686
|
-
the conditions stated in this License.
|
|
62687
|
-
|
|
62688
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
62689
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
62690
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
62691
|
-
this License, without any additional terms or conditions.
|
|
62692
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
62693
|
-
the terms of any separate license agreement you may have executed
|
|
62694
|
-
with Licensor regarding such Contributions.
|
|
62695
|
-
|
|
62696
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
62697
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
62698
|
-
except as required for reasonable and customary use in describing the
|
|
62699
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
62700
|
-
|
|
62701
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
62702
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
62703
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
62704
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
62705
|
-
implied, including, without limitation, any warranties or conditions
|
|
62706
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
62707
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
62708
|
-
appropriateness of using or redistributing the Work and assume any
|
|
62709
|
-
risks associated with Your exercise of permissions under this License.
|
|
62710
|
-
|
|
62711
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
62712
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
62713
|
-
unless required by applicable law (such as deliberate and grossly
|
|
62714
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
62715
|
-
liable to You for damages, including any direct, indirect, special,
|
|
62716
|
-
incidental, or consequential damages of any character arising as a
|
|
62717
|
-
result of this License or out of the use or inability to use the
|
|
62718
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
62719
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
62720
|
-
other commercial damages or losses), even if such Contributor
|
|
62721
|
-
has been advised of the possibility of such damages.
|
|
62722
|
-
|
|
62723
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
62724
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
62725
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
62726
|
-
or other liability obligations and/or rights consistent with this
|
|
62727
|
-
License. However, in accepting such obligations, You may act only
|
|
62728
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
62729
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
62730
|
-
defend, and hold each Contributor harmless for any liability
|
|
62731
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
62732
|
-
of your accepting any such warranty or additional liability.
|
|
62733
|
-
|
|
62734
|
-
END OF TERMS AND CONDITIONS
|
|
62735
|
-
|
|
62736
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
62737
|
-
|
|
62738
|
-
To apply the Apache License to your work, attach the following
|
|
62739
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
62740
|
-
replaced with your own identifying information. (Don't include
|
|
62741
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
62742
|
-
comment syntax for the file format. We also recommend that a
|
|
62743
|
-
file or class name and description of purpose be included on the
|
|
62744
|
-
same "printed page" as the copyright notice for easier
|
|
62745
|
-
identification within third-party archives.
|
|
62746
|
-
|
|
62747
|
-
Copyright [yyyy] [name of copyright owner]
|
|
62748
|
-
|
|
62749
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
62750
|
-
you may not use this file except in compliance with the License.
|
|
62751
|
-
You may obtain a copy of the License at
|
|
62752
|
-
|
|
62753
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
62754
|
-
|
|
62755
|
-
Unless required by applicable law or agreed to in writing, software
|
|
62756
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
62757
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
62758
|
-
See the License for the specific language governing permissions and
|
|
62759
|
-
limitations under the License.
|
|
62760
|
-
|
|
62761
|
-
================================================================================
|
|
62762
|
-
typed-builder v0.19.1 LICENSE-MIT
|
|
62763
|
-
================================================================================
|
|
62764
|
-
|
|
62765
|
-
Permission is hereby granted, free of charge, to any
|
|
62766
|
-
person obtaining a copy of this software and associated
|
|
62767
|
-
documentation files (the "Software"), to deal in the
|
|
62768
|
-
Software without restriction, including without
|
|
62769
|
-
limitation the rights to use, copy, modify, merge,
|
|
62770
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
62771
|
-
the Software, and to permit persons to whom the Software
|
|
62772
|
-
is furnished to do so, subject to the following
|
|
62773
|
-
conditions:
|
|
62774
|
-
|
|
62775
|
-
The above copyright notice and this permission notice
|
|
62776
|
-
shall be included in all copies or substantial portions
|
|
62777
|
-
of the Software.
|
|
62778
|
-
|
|
62779
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
62780
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
62781
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
62782
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
62783
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
62784
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
62785
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
62786
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
62787
|
-
DEALINGS IN THE SOFTWARE.
|
|
62788
|
-
|
|
62789
|
-
================================================================================
|
|
62790
|
-
typed-builder v0.20.1 LICENSE-APACHE
|
|
63026
|
+
tracing-core src/spin/LICENSE
|
|
62791
63027
|
================================================================================
|
|
62792
63028
|
|
|
62793
|
-
|
|
62794
|
-
Version 2.0, January 2004
|
|
62795
|
-
http://www.apache.org/licenses/
|
|
62796
|
-
|
|
62797
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
62798
|
-
|
|
62799
|
-
1. Definitions.
|
|
62800
|
-
|
|
62801
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
62802
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
62803
|
-
|
|
62804
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
62805
|
-
the copyright owner that is granting the License.
|
|
62806
|
-
|
|
62807
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
62808
|
-
other entities that control, are controlled by, or are under common
|
|
62809
|
-
control with that entity. For the purposes of this definition,
|
|
62810
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
62811
|
-
direction or management of such entity, whether by contract or
|
|
62812
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
62813
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
62814
|
-
|
|
62815
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
62816
|
-
exercising permissions granted by this License.
|
|
62817
|
-
|
|
62818
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
62819
|
-
including but not limited to software source code, documentation
|
|
62820
|
-
source, and configuration files.
|
|
62821
|
-
|
|
62822
|
-
"Object" form shall mean any form resulting from mechanical
|
|
62823
|
-
transformation or translation of a Source form, including but
|
|
62824
|
-
not limited to compiled object code, generated documentation,
|
|
62825
|
-
and conversions to other media types.
|
|
62826
|
-
|
|
62827
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
62828
|
-
Object form, made available under the License, as indicated by a
|
|
62829
|
-
copyright notice that is included in or attached to the work
|
|
62830
|
-
(an example is provided in the Appendix below).
|
|
62831
|
-
|
|
62832
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
62833
|
-
form, that is based on (or derived from) the Work and for which the
|
|
62834
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
62835
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
62836
|
-
of this License, Derivative Works shall not include works that remain
|
|
62837
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
62838
|
-
the Work and Derivative Works thereof.
|
|
62839
|
-
|
|
62840
|
-
"Contribution" shall mean any work of authorship, including
|
|
62841
|
-
the original version of the Work and any modifications or additions
|
|
62842
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
62843
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
62844
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
62845
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
62846
|
-
means any form of electronic, verbal, or written communication sent
|
|
62847
|
-
to the Licensor or its representatives, including but not limited to
|
|
62848
|
-
communication on electronic mailing lists, source code control systems,
|
|
62849
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
62850
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
62851
|
-
excluding communication that is conspicuously marked or otherwise
|
|
62852
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
62853
|
-
|
|
62854
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
62855
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
62856
|
-
subsequently incorporated within the Work.
|
|
62857
|
-
|
|
62858
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
62859
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
62860
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
62861
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
62862
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
62863
|
-
Work and such Derivative Works in Source or Object form.
|
|
62864
|
-
|
|
62865
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
62866
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
62867
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
62868
|
-
(except as stated in this section) patent license to make, have made,
|
|
62869
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
62870
|
-
where such license applies only to those patent claims licensable
|
|
62871
|
-
by such Contributor that are necessarily infringed by their
|
|
62872
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
62873
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
62874
|
-
institute patent litigation against any entity (including a
|
|
62875
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
62876
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
62877
|
-
or contributory patent infringement, then any patent licenses
|
|
62878
|
-
granted to You under this License for that Work shall terminate
|
|
62879
|
-
as of the date such litigation is filed.
|
|
62880
|
-
|
|
62881
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
62882
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
62883
|
-
modifications, and in Source or Object form, provided that You
|
|
62884
|
-
meet the following conditions:
|
|
62885
|
-
|
|
62886
|
-
(a) You must give any other recipients of the Work or
|
|
62887
|
-
Derivative Works a copy of this License; and
|
|
63029
|
+
The MIT License (MIT)
|
|
62888
63030
|
|
|
62889
|
-
|
|
62890
|
-
stating that You changed the files; and
|
|
63031
|
+
Copyright (c) 2014 Mathijs van de Nes
|
|
62891
63032
|
|
|
62892
|
-
|
|
62893
|
-
|
|
62894
|
-
|
|
62895
|
-
|
|
62896
|
-
|
|
63033
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
63034
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
63035
|
+
in the Software without restriction, including without limitation the rights
|
|
63036
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
63037
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
63038
|
+
furnished to do so, subject to the following conditions:
|
|
62897
63039
|
|
|
62898
|
-
|
|
62899
|
-
|
|
62900
|
-
include a readable copy of the attribution notices contained
|
|
62901
|
-
within such NOTICE file, excluding those notices that do not
|
|
62902
|
-
pertain to any part of the Derivative Works, in at least one
|
|
62903
|
-
of the following places: within a NOTICE text file distributed
|
|
62904
|
-
as part of the Derivative Works; within the Source form or
|
|
62905
|
-
documentation, if provided along with the Derivative Works; or,
|
|
62906
|
-
within a display generated by the Derivative Works, if and
|
|
62907
|
-
wherever such third-party notices normally appear. The contents
|
|
62908
|
-
of the NOTICE file are for informational purposes only and
|
|
62909
|
-
do not modify the License. You may add Your own attribution
|
|
62910
|
-
notices within Derivative Works that You distribute, alongside
|
|
62911
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
62912
|
-
that such additional attribution notices cannot be construed
|
|
62913
|
-
as modifying the License.
|
|
63040
|
+
The above copyright notice and this permission notice shall be included in all
|
|
63041
|
+
copies or substantial portions of the Software.
|
|
62914
63042
|
|
|
62915
|
-
|
|
62916
|
-
|
|
62917
|
-
|
|
62918
|
-
|
|
62919
|
-
|
|
62920
|
-
|
|
63043
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63044
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63045
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
63046
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
63047
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63048
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
63049
|
+
SOFTWARE.
|
|
62921
63050
|
|
|
62922
|
-
|
|
62923
|
-
|
|
62924
|
-
|
|
62925
|
-
this License, without any additional terms or conditions.
|
|
62926
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
62927
|
-
the terms of any separate license agreement you may have executed
|
|
62928
|
-
with Licensor regarding such Contributions.
|
|
63051
|
+
================================================================================
|
|
63052
|
+
trim-in-place LICENSE
|
|
63053
|
+
================================================================================
|
|
62929
63054
|
|
|
62930
|
-
|
|
62931
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
62932
|
-
except as required for reasonable and customary use in describing the
|
|
62933
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
63055
|
+
MIT License
|
|
62934
63056
|
|
|
62935
|
-
|
|
62936
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
62937
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
62938
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
62939
|
-
implied, including, without limitation, any warranties or conditions
|
|
62940
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
62941
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
62942
|
-
appropriateness of using or redistributing the Work and assume any
|
|
62943
|
-
risks associated with Your exercise of permissions under this License.
|
|
63057
|
+
Copyright (c) 2020 magiclen.org (Ron Li)
|
|
62944
63058
|
|
|
62945
|
-
|
|
62946
|
-
|
|
62947
|
-
|
|
62948
|
-
|
|
62949
|
-
|
|
62950
|
-
|
|
62951
|
-
result of this License or out of the use or inability to use the
|
|
62952
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
62953
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
62954
|
-
other commercial damages or losses), even if such Contributor
|
|
62955
|
-
has been advised of the possibility of such damages.
|
|
63059
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
63060
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
63061
|
+
in the Software without restriction, including without limitation the rights
|
|
63062
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
63063
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
63064
|
+
furnished to do so, subject to the following conditions:
|
|
62956
63065
|
|
|
62957
|
-
|
|
62958
|
-
|
|
62959
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
62960
|
-
or other liability obligations and/or rights consistent with this
|
|
62961
|
-
License. However, in accepting such obligations, You may act only
|
|
62962
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
62963
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
62964
|
-
defend, and hold each Contributor harmless for any liability
|
|
62965
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
62966
|
-
of your accepting any such warranty or additional liability.
|
|
63066
|
+
The above copyright notice and this permission notice shall be included in all
|
|
63067
|
+
copies or substantial portions of the Software.
|
|
62967
63068
|
|
|
62968
|
-
|
|
63069
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63070
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63071
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
63072
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
63073
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63074
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
63075
|
+
SOFTWARE.
|
|
62969
63076
|
|
|
62970
|
-
|
|
63077
|
+
================================================================================
|
|
63078
|
+
try-lock LICENSE
|
|
63079
|
+
================================================================================
|
|
62971
63080
|
|
|
62972
|
-
|
|
62973
|
-
|
|
62974
|
-
replaced with your own identifying information. (Don't include
|
|
62975
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
62976
|
-
comment syntax for the file format. We also recommend that a
|
|
62977
|
-
file or class name and description of purpose be included on the
|
|
62978
|
-
same "printed page" as the copyright notice for easier
|
|
62979
|
-
identification within third-party archives.
|
|
63081
|
+
Copyright (c) 2018-2023 Sean McArthur
|
|
63082
|
+
Copyright (c) 2016 Alex Crichton
|
|
62980
63083
|
|
|
62981
|
-
|
|
63084
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
63085
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
63086
|
+
in the Software without restriction, including without limitation the rights
|
|
63087
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
63088
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
63089
|
+
furnished to do so, subject to the following conditions:
|
|
62982
63090
|
|
|
62983
|
-
|
|
62984
|
-
|
|
62985
|
-
You may obtain a copy of the License at
|
|
63091
|
+
The above copyright notice and this permission notice shall be included in
|
|
63092
|
+
all copies or substantial portions of the Software.
|
|
62986
63093
|
|
|
62987
|
-
|
|
63094
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63095
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63096
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
63097
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
63098
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63099
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
63100
|
+
THE SOFTWARE.
|
|
62988
63101
|
|
|
62989
|
-
Unless required by applicable law or agreed to in writing, software
|
|
62990
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
62991
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
62992
|
-
See the License for the specific language governing permissions and
|
|
62993
|
-
limitations under the License.
|
|
62994
63102
|
|
|
62995
63103
|
================================================================================
|
|
62996
|
-
|
|
63104
|
+
twox-hash LICENSE.txt
|
|
62997
63105
|
================================================================================
|
|
62998
63106
|
|
|
62999
|
-
|
|
63000
|
-
person obtaining a copy of this software and associated
|
|
63001
|
-
documentation files (the "Software"), to deal in the
|
|
63002
|
-
Software without restriction, including without
|
|
63003
|
-
limitation the rights to use, copy, modify, merge,
|
|
63004
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
63005
|
-
the Software, and to permit persons to whom the Software
|
|
63006
|
-
is furnished to do so, subject to the following
|
|
63007
|
-
conditions:
|
|
63107
|
+
The MIT License (MIT)
|
|
63008
63108
|
|
|
63009
|
-
|
|
63010
|
-
shall be included in all copies or substantial portions
|
|
63011
|
-
of the Software.
|
|
63109
|
+
Copyright (c) 2015 Jake Goulding
|
|
63012
63110
|
|
|
63013
|
-
|
|
63014
|
-
|
|
63015
|
-
|
|
63016
|
-
|
|
63017
|
-
|
|
63018
|
-
|
|
63019
|
-
|
|
63020
|
-
|
|
63021
|
-
|
|
63111
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
63112
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
63113
|
+
in the Software without restriction, including without limitation the rights
|
|
63114
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
63115
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
63116
|
+
furnished to do so, subject to the following conditions:
|
|
63117
|
+
|
|
63118
|
+
The above copyright notice and this permission notice shall be included in all
|
|
63119
|
+
copies or substantial portions of the Software.
|
|
63120
|
+
|
|
63121
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
63122
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
63123
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
63124
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
63125
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
63126
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
63127
|
+
SOFTWARE.
|
|
63022
63128
|
|
|
63023
63129
|
================================================================================
|
|
63024
|
-
typed-builder
|
|
63130
|
+
typed-builder LICENSE-APACHE
|
|
63025
63131
|
================================================================================
|
|
63026
63132
|
|
|
63027
63133
|
Apache License
|
|
@@ -63227,7 +63333,7 @@ See the License for the specific language governing permissions and
|
|
|
63227
63333
|
limitations under the License.
|
|
63228
63334
|
|
|
63229
63335
|
================================================================================
|
|
63230
|
-
typed-builder
|
|
63336
|
+
typed-builder LICENSE-MIT
|
|
63231
63337
|
================================================================================
|
|
63232
63338
|
|
|
63233
63339
|
Permission is hereby granted, free of charge, to any
|
|
@@ -63255,7 +63361,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
63255
63361
|
DEALINGS IN THE SOFTWARE.
|
|
63256
63362
|
|
|
63257
63363
|
================================================================================
|
|
63258
|
-
typed-builder-macro
|
|
63364
|
+
typed-builder-macro LICENSE-APACHE
|
|
63259
63365
|
================================================================================
|
|
63260
63366
|
|
|
63261
63367
|
Apache License
|
|
@@ -63461,7 +63567,7 @@ See the License for the specific language governing permissions and
|
|
|
63461
63567
|
limitations under the License.
|
|
63462
63568
|
|
|
63463
63569
|
================================================================================
|
|
63464
|
-
typed-builder-macro
|
|
63570
|
+
typed-builder-macro LICENSE-MIT
|
|
63465
63571
|
================================================================================
|
|
63466
63572
|
|
|
63467
63573
|
Permission is hereby granted, free of charge, to any
|
|
@@ -66363,32 +66469,6 @@ windows-targets v0.52.6 license-mit
|
|
|
66363
66469
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
66364
66470
|
SOFTWARE
|
|
66365
66471
|
|
|
66366
|
-
================================================================================
|
|
66367
|
-
windows-targets v0.53.3 license-mit
|
|
66368
|
-
================================================================================
|
|
66369
|
-
|
|
66370
|
-
MIT License
|
|
66371
|
-
|
|
66372
|
-
Copyright (c) Microsoft Corporation.
|
|
66373
|
-
|
|
66374
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
66375
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
66376
|
-
in the Software without restriction, including without limitation the rights
|
|
66377
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
66378
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
66379
|
-
furnished to do so, subject to the following conditions:
|
|
66380
|
-
|
|
66381
|
-
The above copyright notice and this permission notice shall be included in all
|
|
66382
|
-
copies or substantial portions of the Software.
|
|
66383
|
-
|
|
66384
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
66385
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
66386
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
66387
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
66388
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
66389
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
66390
|
-
SOFTWARE
|
|
66391
|
-
|
|
66392
66472
|
================================================================================
|
|
66393
66473
|
windows_x86_64_gnu v0.48.5 license-mit
|
|
66394
66474
|
================================================================================
|
|
@@ -66441,32 +66521,6 @@ windows_x86_64_gnu v0.52.6 license-mit
|
|
|
66441
66521
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
66442
66522
|
SOFTWARE
|
|
66443
66523
|
|
|
66444
|
-
================================================================================
|
|
66445
|
-
windows_x86_64_gnu v0.53.0 license-mit
|
|
66446
|
-
================================================================================
|
|
66447
|
-
|
|
66448
|
-
MIT License
|
|
66449
|
-
|
|
66450
|
-
Copyright (c) Microsoft Corporation.
|
|
66451
|
-
|
|
66452
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
66453
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
66454
|
-
in the Software without restriction, including without limitation the rights
|
|
66455
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
66456
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
66457
|
-
furnished to do so, subject to the following conditions:
|
|
66458
|
-
|
|
66459
|
-
The above copyright notice and this permission notice shall be included in all
|
|
66460
|
-
copies or substantial portions of the Software.
|
|
66461
|
-
|
|
66462
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
66463
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
66464
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
66465
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
66466
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
66467
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
66468
|
-
SOFTWARE
|
|
66469
|
-
|
|
66470
66524
|
================================================================================
|
|
66471
66525
|
winnow LICENSE-MIT
|
|
66472
66526
|
================================================================================
|