polars-df 0.18.0-arm64-darwin → 0.20.0-arm64-darwin
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 +8 -0
- data/Cargo.lock +185 -325
- data/LICENSE-THIRD-PARTY.txt +1480 -2533
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/3.3/polars.bundle +0 -0
- data/lib/polars/3.4/polars.bundle +0 -0
- data/lib/polars/array_expr.rb +4 -2
- data/lib/polars/expr.rb +15 -17
- data/lib/polars/functions/eager.rb +1 -1
- data/lib/polars/functions/lit.rb +4 -9
- data/lib/polars/list_expr.rb +15 -14
- data/lib/polars/list_name_space.rb +1 -7
- data/lib/polars/meta_expr.rb +7 -7
- data/lib/polars/series.rb +30 -11
- data/lib/polars/string_expr.rb +3 -3
- data/lib/polars/string_name_space.rb +1 -1
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,7 +10,7 @@ adler32 v1.2.0
|
|
10
10
|
https://github.com/remram44/adler32-rs
|
11
11
|
Zlib
|
12
12
|
|
13
|
-
ahash v0.8.
|
13
|
+
ahash v0.8.12
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -30,7 +30,7 @@ allocator-api2 v0.2.21
|
|
30
30
|
https://github.com/zakarumych/allocator-api2
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
33
|
-
argminmax v0.6.
|
33
|
+
argminmax v0.6.3
|
34
34
|
https://github.com/jvdd/argminmax
|
35
35
|
MIT
|
36
36
|
|
@@ -90,7 +90,7 @@ bindgen v0.69.5
|
|
90
90
|
https://rust-lang.github.io/rust-bindgen/
|
91
91
|
BSD-3-Clause
|
92
92
|
|
93
|
-
bitflags v2.9.
|
93
|
+
bitflags v2.9.1
|
94
94
|
https://github.com/bitflags/bitflags
|
95
95
|
MIT OR Apache-2.0
|
96
96
|
|
@@ -102,6 +102,10 @@ block-buffer v0.10.4
|
|
102
102
|
https://github.com/RustCrypto/utils
|
103
103
|
MIT OR Apache-2.0
|
104
104
|
|
105
|
+
boxcar v0.2.13
|
106
|
+
https://github.com/ibraheemdev/boxcar
|
107
|
+
MIT
|
108
|
+
|
105
109
|
brotli v7.0.0
|
106
110
|
https://github.com/dropbox/rust-brotli
|
107
111
|
BSD-3-Clause AND MIT
|
@@ -130,7 +134,7 @@ castaway v0.2.3
|
|
130
134
|
https://github.com/sagebind/castaway
|
131
135
|
MIT
|
132
136
|
|
133
|
-
cc v1.2.
|
137
|
+
cc v1.2.23
|
134
138
|
https://github.com/rust-lang/cc-rs
|
135
139
|
MIT OR Apache-2.0
|
136
140
|
|
@@ -242,15 +246,11 @@ either v1.15.0
|
|
242
246
|
https://github.com/rayon-rs/either
|
243
247
|
MIT OR Apache-2.0
|
244
248
|
|
245
|
-
enum_dispatch v0.3.13
|
246
|
-
https://gitlab.com/antonok/enum_dispatch
|
247
|
-
MIT OR Apache-2.0
|
248
|
-
|
249
249
|
equivalent v1.0.2
|
250
250
|
https://github.com/indexmap-rs/equivalent
|
251
251
|
Apache-2.0 OR MIT
|
252
252
|
|
253
|
-
errno v0.3.
|
253
|
+
errno v0.3.12
|
254
254
|
https://github.com/lambda-fairy/rust-errno
|
255
255
|
MIT OR Apache-2.0
|
256
256
|
|
@@ -342,7 +342,7 @@ getrandom v0.2.16
|
|
342
342
|
https://github.com/rust-random/getrandom
|
343
343
|
MIT OR Apache-2.0
|
344
344
|
|
345
|
-
getrandom v0.3.
|
345
|
+
getrandom v0.3.3
|
346
346
|
https://github.com/rust-random/getrandom
|
347
347
|
MIT OR Apache-2.0
|
348
348
|
|
@@ -406,7 +406,7 @@ hyper-rustls v0.27.5
|
|
406
406
|
https://github.com/rustls/hyper-rustls
|
407
407
|
Apache-2.0 OR ISC OR MIT
|
408
408
|
|
409
|
-
hyper-util v0.1.
|
409
|
+
hyper-util v0.1.12
|
410
410
|
https://hyper.rs
|
411
411
|
MIT
|
412
412
|
|
@@ -414,43 +414,31 @@ iana-time-zone v0.1.63
|
|
414
414
|
https://github.com/strawlab/iana-time-zone
|
415
415
|
MIT OR Apache-2.0
|
416
416
|
|
417
|
-
icu_collections
|
417
|
+
icu_collections v2.0.0
|
418
418
|
https://icu4x.unicode.org
|
419
419
|
Unicode-3.0
|
420
420
|
|
421
|
-
|
421
|
+
icu_locale_core v2.0.0
|
422
422
|
https://icu4x.unicode.org
|
423
423
|
Unicode-3.0
|
424
424
|
|
425
|
-
|
425
|
+
icu_normalizer v2.0.0
|
426
426
|
https://icu4x.unicode.org
|
427
427
|
Unicode-3.0
|
428
428
|
|
429
|
-
|
429
|
+
icu_normalizer_data v2.0.0
|
430
430
|
https://icu4x.unicode.org
|
431
431
|
Unicode-3.0
|
432
432
|
|
433
|
-
|
433
|
+
icu_properties v2.0.1
|
434
434
|
https://icu4x.unicode.org
|
435
435
|
Unicode-3.0
|
436
436
|
|
437
|
-
|
437
|
+
icu_properties_data v2.0.1
|
438
438
|
https://icu4x.unicode.org
|
439
439
|
Unicode-3.0
|
440
440
|
|
441
|
-
|
442
|
-
https://icu4x.unicode.org
|
443
|
-
Unicode-3.0
|
444
|
-
|
445
|
-
icu_properties_data v1.5.1
|
446
|
-
https://icu4x.unicode.org
|
447
|
-
Unicode-3.0
|
448
|
-
|
449
|
-
icu_provider v1.5.0
|
450
|
-
https://icu4x.unicode.org
|
451
|
-
Unicode-3.0
|
452
|
-
|
453
|
-
icu_provider_macros v1.5.0
|
441
|
+
icu_provider v2.0.0
|
454
442
|
https://icu4x.unicode.org
|
455
443
|
Unicode-3.0
|
456
444
|
|
@@ -458,7 +446,7 @@ idna v1.0.3
|
|
458
446
|
https://github.com/servo/rust-url/
|
459
447
|
MIT OR Apache-2.0
|
460
448
|
|
461
|
-
idna_adapter v1.2.
|
449
|
+
idna_adapter v1.2.1
|
462
450
|
https://docs.rs/crate/idna_adapter/latest
|
463
451
|
Apache-2.0 OR MIT
|
464
452
|
|
@@ -510,11 +498,11 @@ libflate_lz77 v1.2.0
|
|
510
498
|
https://github.com/sile/libflate
|
511
499
|
MIT
|
512
500
|
|
513
|
-
libloading v0.8.
|
501
|
+
libloading v0.8.7
|
514
502
|
https://github.com/nagisa/rust_libloading/
|
515
503
|
ISC
|
516
504
|
|
517
|
-
libm v0.2.
|
505
|
+
libm v0.2.15
|
518
506
|
https://github.com/rust-lang/compiler-builtins
|
519
507
|
MIT
|
520
508
|
|
@@ -526,7 +514,7 @@ libz-rs-sys v0.5.0
|
|
526
514
|
https://github.com/trifectatechfoundation/zlib-rs
|
527
515
|
Zlib
|
528
516
|
|
529
|
-
litemap v0.
|
517
|
+
litemap v0.8.0
|
530
518
|
https://github.com/unicode-org/icu4x
|
531
519
|
Unicode-3.0
|
532
520
|
|
@@ -538,6 +526,10 @@ log v0.4.27
|
|
538
526
|
https://github.com/rust-lang/log
|
539
527
|
MIT OR Apache-2.0
|
540
528
|
|
529
|
+
lru-slab v0.1.2
|
530
|
+
https://github.com/Ralith/lru-slab
|
531
|
+
MIT OR Apache-2.0 OR Zlib
|
532
|
+
|
541
533
|
lz4 v1.28.1
|
542
534
|
https://github.com/10xGenomics/lz4-rs
|
543
535
|
MIT
|
@@ -598,8 +590,8 @@ num-traits v0.2.19
|
|
598
590
|
https://github.com/rust-num/num-traits
|
599
591
|
MIT OR Apache-2.0
|
600
592
|
|
601
|
-
object_store v0.12.
|
602
|
-
https://github.com/apache/arrow-rs
|
593
|
+
object_store v0.12.1
|
594
|
+
https://github.com/apache/arrow-rs-object-store
|
603
595
|
MIT/Apache-2.0
|
604
596
|
|
605
597
|
once_cell v1.21.3
|
@@ -658,58 +650,59 @@ pkg-config v0.3.32
|
|
658
650
|
https://github.com/rust-lang/pkg-config-rs
|
659
651
|
MIT OR Apache-2.0
|
660
652
|
|
661
|
-
planus
|
653
|
+
planus v1.1.1
|
662
654
|
https://github.com/planus-org/planus
|
663
655
|
MIT/Apache-2.0
|
664
656
|
|
665
|
-
polars v0.
|
657
|
+
polars v0.49.1
|
666
658
|
https://www.pola.rs/
|
667
659
|
MIT
|
668
660
|
|
669
|
-
polars-arrow v0.
|
661
|
+
polars-arrow v0.49.1
|
670
662
|
https://www.pola.rs/
|
671
663
|
MIT AND Apache-2.0
|
672
664
|
|
673
|
-
polars-arrow-format v0.
|
674
|
-
https://github.com/
|
665
|
+
polars-arrow-format v0.2.0
|
666
|
+
https://github.com/DataEngineeringLabs/arrow-format
|
667
|
+
Apache-2.0
|
675
668
|
|
676
|
-
polars-compute v0.
|
669
|
+
polars-compute v0.49.1
|
677
670
|
https://www.pola.rs/
|
678
671
|
MIT
|
679
672
|
|
680
|
-
polars-core v0.
|
673
|
+
polars-core v0.49.1
|
681
674
|
https://www.pola.rs/
|
682
675
|
MIT
|
683
676
|
|
684
|
-
polars-error v0.
|
677
|
+
polars-error v0.49.1
|
685
678
|
https://www.pola.rs/
|
686
679
|
MIT
|
687
680
|
|
688
|
-
polars-expr v0.
|
681
|
+
polars-expr v0.49.1
|
689
682
|
https://www.pola.rs/
|
690
683
|
MIT
|
691
684
|
|
692
|
-
polars-io v0.
|
685
|
+
polars-io v0.49.1
|
693
686
|
https://www.pola.rs/
|
694
687
|
MIT
|
695
688
|
|
696
|
-
polars-json v0.
|
689
|
+
polars-json v0.49.1
|
697
690
|
https://www.pola.rs/
|
698
691
|
MIT
|
699
692
|
|
700
|
-
polars-lazy v0.
|
693
|
+
polars-lazy v0.49.1
|
701
694
|
https://www.pola.rs/
|
702
695
|
MIT
|
703
696
|
|
704
|
-
polars-mem-engine v0.
|
697
|
+
polars-mem-engine v0.49.1
|
705
698
|
https://www.pola.rs/
|
706
699
|
MIT
|
707
700
|
|
708
|
-
polars-ops v0.
|
701
|
+
polars-ops v0.49.1
|
709
702
|
https://www.pola.rs/
|
710
703
|
MIT
|
711
704
|
|
712
|
-
polars-parquet v0.
|
705
|
+
polars-parquet v0.49.1
|
713
706
|
https://www.pola.rs/
|
714
707
|
MIT AND Apache-2.0
|
715
708
|
|
@@ -717,37 +710,37 @@ polars-parquet-format v0.1.0
|
|
717
710
|
https://github.com/pola-rs/parquet-format
|
718
711
|
MIT AND Apache-2.0
|
719
712
|
|
720
|
-
polars-
|
713
|
+
polars-plan v0.49.1
|
721
714
|
https://www.pola.rs/
|
722
715
|
MIT
|
723
716
|
|
724
|
-
polars-
|
717
|
+
polars-row v0.49.1
|
725
718
|
https://www.pola.rs/
|
726
719
|
MIT
|
727
720
|
|
728
|
-
polars-
|
721
|
+
polars-schema v0.49.1
|
729
722
|
https://www.pola.rs/
|
730
723
|
MIT
|
731
724
|
|
732
|
-
polars-
|
725
|
+
polars-sql v0.49.1
|
733
726
|
https://www.pola.rs/
|
734
727
|
MIT
|
735
728
|
|
736
|
-
polars-
|
729
|
+
polars-stream v0.49.1
|
737
730
|
https://www.pola.rs/
|
738
731
|
MIT
|
739
732
|
|
740
|
-
polars-
|
733
|
+
polars-time v0.49.1
|
741
734
|
https://www.pola.rs/
|
742
735
|
MIT
|
743
736
|
|
744
|
-
polars-
|
737
|
+
polars-utils v0.49.1
|
745
738
|
https://www.pola.rs/
|
746
739
|
MIT
|
747
740
|
|
748
|
-
|
749
|
-
https://
|
750
|
-
|
741
|
+
potential_utf v0.1.2
|
742
|
+
https://icu4x.unicode.org
|
743
|
+
Unicode-3.0
|
751
744
|
|
752
745
|
ppv-lite86 v0.2.21
|
753
746
|
https://github.com/cryptocorrosion/cryptocorrosion
|
@@ -765,11 +758,11 @@ quick-xml v0.37.5
|
|
765
758
|
https://github.com/tafia/quick-xml
|
766
759
|
MIT
|
767
760
|
|
768
|
-
quinn v0.11.
|
761
|
+
quinn v0.11.8
|
769
762
|
https://github.com/quinn-rs/quinn
|
770
763
|
MIT OR Apache-2.0
|
771
764
|
|
772
|
-
quinn-proto v0.11.
|
765
|
+
quinn-proto v0.11.12
|
773
766
|
https://github.com/quinn-rs/quinn
|
774
767
|
MIT OR Apache-2.0
|
775
768
|
|
@@ -821,11 +814,11 @@ rayon-core v1.12.1
|
|
821
814
|
https://github.com/rayon-rs/rayon
|
822
815
|
MIT OR Apache-2.0
|
823
816
|
|
824
|
-
rb-sys v0.9.
|
817
|
+
rb-sys v0.9.115
|
825
818
|
https://github.com/oxidize-rb/rb-sys
|
826
819
|
MIT OR Apache-2.0
|
827
820
|
|
828
|
-
rb-sys-build v0.9.
|
821
|
+
rb-sys-build v0.9.115
|
829
822
|
https://github.com/oxidize-rb/rb-sys
|
830
823
|
MIT OR Apache-2.0
|
831
824
|
|
@@ -897,7 +890,7 @@ rustix v1.0.7
|
|
897
890
|
https://github.com/bytecodealliance/rustix
|
898
891
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
899
892
|
|
900
|
-
rustls v0.23.
|
893
|
+
rustls v0.23.27
|
901
894
|
https://github.com/rustls/rustls
|
902
895
|
Apache-2.0 OR ISC OR MIT
|
903
896
|
|
@@ -909,11 +902,11 @@ rustls-pemfile v2.2.0
|
|
909
902
|
https://github.com/rustls/pemfile
|
910
903
|
Apache-2.0 OR ISC OR MIT
|
911
904
|
|
912
|
-
rustls-pki-types v1.
|
905
|
+
rustls-pki-types v1.12.0
|
913
906
|
https://github.com/rustls/pki-types
|
914
907
|
MIT OR Apache-2.0
|
915
908
|
|
916
|
-
rustls-webpki v0.103.
|
909
|
+
rustls-webpki v0.103.3
|
917
910
|
https://github.com/rustls/webpki
|
918
911
|
ISC
|
919
912
|
|
@@ -969,7 +962,7 @@ shlex v1.3.0
|
|
969
962
|
https://github.com/comex/rust-shlex
|
970
963
|
MIT OR Apache-2.0
|
971
964
|
|
972
|
-
signal-hook v0.3.
|
965
|
+
signal-hook v0.3.18
|
973
966
|
https://github.com/vorner/signal-hook
|
974
967
|
Apache-2.0/MIT
|
975
968
|
|
@@ -1061,10 +1054,6 @@ synstructure v0.13.2
|
|
1061
1054
|
https://github.com/mystor/synstructure
|
1062
1055
|
MIT
|
1063
1056
|
|
1064
|
-
sysinfo v0.33.1
|
1065
|
-
https://github.com/GuillaumeGomez/sysinfo
|
1066
|
-
MIT
|
1067
|
-
|
1068
1057
|
thiserror v2.0.12
|
1069
1058
|
https://github.com/dtolnay/thiserror
|
1070
1059
|
MIT OR Apache-2.0
|
@@ -1073,7 +1062,7 @@ thiserror-impl v2.0.12
|
|
1073
1062
|
https://github.com/dtolnay/thiserror
|
1074
1063
|
MIT OR Apache-2.0
|
1075
1064
|
|
1076
|
-
tinystr v0.
|
1065
|
+
tinystr v0.8.1
|
1077
1066
|
https://github.com/unicode-org/icu4x
|
1078
1067
|
Unicode-3.0
|
1079
1068
|
|
@@ -1085,7 +1074,7 @@ tinyvec_macros v0.1.1
|
|
1085
1074
|
https://github.com/Soveu/tinyvec_macros
|
1086
1075
|
MIT OR Apache-2.0 OR Zlib
|
1087
1076
|
|
1088
|
-
tokio v1.
|
1077
|
+
tokio v1.45.0
|
1089
1078
|
https://tokio.rs
|
1090
1079
|
MIT
|
1091
1080
|
|
@@ -1161,10 +1150,6 @@ url v2.5.4
|
|
1161
1150
|
https://github.com/servo/rust-url
|
1162
1151
|
MIT OR Apache-2.0
|
1163
1152
|
|
1164
|
-
utf16_iter v1.0.5
|
1165
|
-
https://docs.rs/utf16_iter/
|
1166
|
-
Apache-2.0 OR MIT
|
1167
|
-
|
1168
1153
|
utf8_iter v1.0.4
|
1169
1154
|
https://docs.rs/utf8_iter/
|
1170
1155
|
Apache-2.0 OR MIT
|
@@ -1189,11 +1174,7 @@ want v0.3.1
|
|
1189
1174
|
https://github.com/seanmonstar/want
|
1190
1175
|
MIT
|
1191
1176
|
|
1192
|
-
|
1193
|
-
https://docs.rs/write16/
|
1194
|
-
Apache-2.0 OR MIT
|
1195
|
-
|
1196
|
-
writeable v0.5.5
|
1177
|
+
writeable v0.6.1
|
1197
1178
|
https://github.com/unicode-org/icu4x
|
1198
1179
|
Unicode-3.0
|
1199
1180
|
|
@@ -1201,18 +1182,14 @@ xxhash-rust v0.8.15
|
|
1201
1182
|
https://github.com/DoumanAsh/xxhash-rust
|
1202
1183
|
BSL-1.0
|
1203
1184
|
|
1204
|
-
yoke v0.
|
1185
|
+
yoke v0.8.0
|
1205
1186
|
https://github.com/unicode-org/icu4x
|
1206
1187
|
Unicode-3.0
|
1207
1188
|
|
1208
|
-
yoke-derive v0.
|
1189
|
+
yoke-derive v0.8.0
|
1209
1190
|
https://github.com/unicode-org/icu4x
|
1210
1191
|
Unicode-3.0
|
1211
1192
|
|
1212
|
-
zerocopy v0.7.35
|
1213
|
-
https://github.com/google/zerocopy
|
1214
|
-
BSD-2-Clause OR Apache-2.0 OR MIT
|
1215
|
-
|
1216
1193
|
zerocopy v0.8.25
|
1217
1194
|
https://github.com/google/zerocopy
|
1218
1195
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
@@ -1229,11 +1206,15 @@ zeroize v1.8.1
|
|
1229
1206
|
https://github.com/RustCrypto/utils/tree/master/zeroize
|
1230
1207
|
Apache-2.0 OR MIT
|
1231
1208
|
|
1232
|
-
|
1209
|
+
zerotrie v0.2.2
|
1210
|
+
https://icu4x.unicode.org
|
1211
|
+
Unicode-3.0
|
1212
|
+
|
1213
|
+
zerovec v0.11.2
|
1233
1214
|
https://github.com/unicode-org/icu4x
|
1234
1215
|
Unicode-3.0
|
1235
1216
|
|
1236
|
-
zerovec-derive v0.
|
1217
|
+
zerovec-derive v0.11.1
|
1237
1218
|
https://github.com/unicode-org/icu4x
|
1238
1219
|
Unicode-3.0
|
1239
1220
|
|
@@ -5452,21 +5433,28 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5452
5433
|
DEALINGS IN THE SOFTWARE.
|
5453
5434
|
|
5454
5435
|
================================================================================
|
5455
|
-
|
5436
|
+
boxcar LICENSE
|
5456
5437
|
================================================================================
|
5457
5438
|
|
5458
|
-
|
5459
|
-
All rights reserved.
|
5460
|
-
|
5461
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5462
|
-
|
5463
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5439
|
+
MIT License
|
5464
5440
|
|
5465
|
-
|
5441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5442
|
+
of this software and associated documentation files (the "Software"), to deal
|
5443
|
+
in the Software without restriction, including without limitation the rights
|
5444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5445
|
+
copies of the Software, and to permit persons to whom the Software is
|
5446
|
+
furnished to do so, subject to the following conditions:
|
5466
5447
|
|
5467
|
-
|
5448
|
+
The above copyright notice and this permission notice shall be included in all
|
5449
|
+
copies or substantial portions of the Software.
|
5468
5450
|
|
5469
|
-
|
5451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5457
|
+
SOFTWARE.
|
5470
5458
|
|
5471
5459
|
================================================================================
|
5472
5460
|
brotli LICENSE.MIT
|
@@ -5492,6 +5480,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5492
5480
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5493
5481
|
THE SOFTWARE.
|
5494
5482
|
|
5483
|
+
================================================================================
|
5484
|
+
brotli LICENSE.BSD-3-Clause
|
5485
|
+
================================================================================
|
5486
|
+
|
5487
|
+
Copyright (c) 2016 Dropbox, Inc.
|
5488
|
+
All rights reserved.
|
5489
|
+
|
5490
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5491
|
+
|
5492
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5493
|
+
|
5494
|
+
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.
|
5495
|
+
|
5496
|
+
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.
|
5497
|
+
|
5498
|
+
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.
|
5499
|
+
|
5495
5500
|
================================================================================
|
5496
5501
|
brotli-decompressor LICENSE
|
5497
5502
|
================================================================================
|
@@ -12248,269 +12253,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12248
12253
|
DEALINGS IN THE SOFTWARE.
|
12249
12254
|
|
12250
12255
|
================================================================================
|
12251
|
-
|
12256
|
+
equivalent LICENSE-APACHE
|
12252
12257
|
================================================================================
|
12253
12258
|
|
12254
|
-
|
12259
|
+
Apache License
|
12260
|
+
Version 2.0, January 2004
|
12261
|
+
http://www.apache.org/licenses/
|
12255
12262
|
|
12256
|
-
|
12263
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
12257
12264
|
|
12258
|
-
|
12259
|
-
of this software and associated documentation files (the "Software"), to deal
|
12260
|
-
in the Software without restriction, including without limitation the rights
|
12261
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12262
|
-
copies of the Software, and to permit persons to whom the Software is
|
12263
|
-
furnished to do so, subject to the following conditions:
|
12265
|
+
1. Definitions.
|
12264
12266
|
|
12265
|
-
|
12266
|
-
|
12267
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
12268
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12267
12269
|
|
12268
|
-
|
12269
|
-
|
12270
|
-
|
12271
|
-
|
12272
|
-
|
12273
|
-
|
12274
|
-
|
12270
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
12271
|
+
the copyright owner that is granting the License.
|
12272
|
+
|
12273
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
12274
|
+
other entities that control, are controlled by, or are under common
|
12275
|
+
control with that entity. For the purposes of this definition,
|
12276
|
+
"control" means (i) the power, direct or indirect, to cause the
|
12277
|
+
direction or management of such entity, whether by contract or
|
12278
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
12279
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
12280
|
+
|
12281
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
12282
|
+
exercising permissions granted by this License.
|
12283
|
+
|
12284
|
+
"Source" form shall mean the preferred form for making modifications,
|
12285
|
+
including but not limited to software source code, documentation
|
12286
|
+
source, and configuration files.
|
12287
|
+
|
12288
|
+
"Object" form shall mean any form resulting from mechanical
|
12289
|
+
transformation or translation of a Source form, including but
|
12290
|
+
not limited to compiled object code, generated documentation,
|
12291
|
+
and conversions to other media types.
|
12292
|
+
|
12293
|
+
"Work" shall mean the work of authorship, whether in Source or
|
12294
|
+
Object form, made available under the License, as indicated by a
|
12295
|
+
copyright notice that is included in or attached to the work
|
12296
|
+
(an example is provided in the Appendix below).
|
12297
|
+
|
12298
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
12299
|
+
form, that is based on (or derived from) the Work and for which the
|
12300
|
+
editorial revisions, annotations, elaborations, or other modifications
|
12301
|
+
represent, as a whole, an original work of authorship. For the purposes
|
12302
|
+
of this License, Derivative Works shall not include works that remain
|
12303
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
12304
|
+
the Work and Derivative Works thereof.
|
12305
|
+
|
12306
|
+
"Contribution" shall mean any work of authorship, including
|
12307
|
+
the original version of the Work and any modifications or additions
|
12308
|
+
to that Work or Derivative Works thereof, that is intentionally
|
12309
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
12310
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
12311
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
12312
|
+
means any form of electronic, verbal, or written communication sent
|
12313
|
+
to the Licensor or its representatives, including but not limited to
|
12314
|
+
communication on electronic mailing lists, source code control systems,
|
12315
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
12316
|
+
Licensor for the purpose of discussing and improving the Work, but
|
12317
|
+
excluding communication that is conspicuously marked or otherwise
|
12318
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
12319
|
+
|
12320
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
12321
|
+
on behalf of whom a Contribution has been received by Licensor and
|
12322
|
+
subsequently incorporated within the Work.
|
12323
|
+
|
12324
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
12325
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12326
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12327
|
+
copyright license to reproduce, prepare Derivative Works of,
|
12328
|
+
publicly display, publicly perform, sublicense, and distribute the
|
12329
|
+
Work and such Derivative Works in Source or Object form.
|
12330
|
+
|
12331
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
12332
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12333
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12334
|
+
(except as stated in this section) patent license to make, have made,
|
12335
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
12336
|
+
where such license applies only to those patent claims licensable
|
12337
|
+
by such Contributor that are necessarily infringed by their
|
12338
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
12339
|
+
with the Work to which such Contribution(s) was submitted. If You
|
12340
|
+
institute patent litigation against any entity (including a
|
12341
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
12342
|
+
or a Contribution incorporated within the Work constitutes direct
|
12343
|
+
or contributory patent infringement, then any patent licenses
|
12344
|
+
granted to You under this License for that Work shall terminate
|
12345
|
+
as of the date such litigation is filed.
|
12346
|
+
|
12347
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
12348
|
+
Work or Derivative Works thereof in any medium, with or without
|
12349
|
+
modifications, and in Source or Object form, provided that You
|
12350
|
+
meet the following conditions:
|
12351
|
+
|
12352
|
+
(a) You must give any other recipients of the Work or
|
12353
|
+
Derivative Works a copy of this License; and
|
12354
|
+
|
12355
|
+
(b) You must cause any modified files to carry prominent notices
|
12356
|
+
stating that You changed the files; and
|
12357
|
+
|
12358
|
+
(c) You must retain, in the Source form of any Derivative Works
|
12359
|
+
that You distribute, all copyright, patent, trademark, and
|
12360
|
+
attribution notices from the Source form of the Work,
|
12361
|
+
excluding those notices that do not pertain to any part of
|
12362
|
+
the Derivative Works; and
|
12363
|
+
|
12364
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
12365
|
+
distribution, then any Derivative Works that You distribute must
|
12366
|
+
include a readable copy of the attribution notices contained
|
12367
|
+
within such NOTICE file, excluding those notices that do not
|
12368
|
+
pertain to any part of the Derivative Works, in at least one
|
12369
|
+
of the following places: within a NOTICE text file distributed
|
12370
|
+
as part of the Derivative Works; within the Source form or
|
12371
|
+
documentation, if provided along with the Derivative Works; or,
|
12372
|
+
within a display generated by the Derivative Works, if and
|
12373
|
+
wherever such third-party notices normally appear. The contents
|
12374
|
+
of the NOTICE file are for informational purposes only and
|
12375
|
+
do not modify the License. You may add Your own attribution
|
12376
|
+
notices within Derivative Works that You distribute, alongside
|
12377
|
+
or as an addendum to the NOTICE text from the Work, provided
|
12378
|
+
that such additional attribution notices cannot be construed
|
12379
|
+
as modifying the License.
|
12380
|
+
|
12381
|
+
You may add Your own copyright statement to Your modifications and
|
12382
|
+
may provide additional or different license terms and conditions
|
12383
|
+
for use, reproduction, or distribution of Your modifications, or
|
12384
|
+
for any such Derivative Works as a whole, provided Your use,
|
12385
|
+
reproduction, and distribution of the Work otherwise complies with
|
12386
|
+
the conditions stated in this License.
|
12387
|
+
|
12388
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
12389
|
+
any Contribution intentionally submitted for inclusion in the Work
|
12390
|
+
by You to the Licensor shall be under the terms and conditions of
|
12391
|
+
this License, without any additional terms or conditions.
|
12392
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
12393
|
+
the terms of any separate license agreement you may have executed
|
12394
|
+
with Licensor regarding such Contributions.
|
12395
|
+
|
12396
|
+
6. Trademarks. This License does not grant permission to use the trade
|
12397
|
+
names, trademarks, service marks, or product names of the Licensor,
|
12398
|
+
except as required for reasonable and customary use in describing the
|
12399
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
12400
|
+
|
12401
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
12402
|
+
agreed to in writing, Licensor provides the Work (and each
|
12403
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
12404
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
12405
|
+
implied, including, without limitation, any warranties or conditions
|
12406
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
12407
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
12408
|
+
appropriateness of using or redistributing the Work and assume any
|
12409
|
+
risks associated with Your exercise of permissions under this License.
|
12410
|
+
|
12411
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
12412
|
+
whether in tort (including negligence), contract, or otherwise,
|
12413
|
+
unless required by applicable law (such as deliberate and grossly
|
12414
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
12415
|
+
liable to You for damages, including any direct, indirect, special,
|
12416
|
+
incidental, or consequential damages of any character arising as a
|
12417
|
+
result of this License or out of the use or inability to use the
|
12418
|
+
Work (including but not limited to damages for loss of goodwill,
|
12419
|
+
work stoppage, computer failure or malfunction, or any and all
|
12420
|
+
other commercial damages or losses), even if such Contributor
|
12421
|
+
has been advised of the possibility of such damages.
|
12422
|
+
|
12423
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
12424
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
12425
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
12426
|
+
or other liability obligations and/or rights consistent with this
|
12427
|
+
License. However, in accepting such obligations, You may act only
|
12428
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
12429
|
+
of any other Contributor, and only if You agree to indemnify,
|
12430
|
+
defend, and hold each Contributor harmless for any liability
|
12431
|
+
incurred by, or claims asserted against, such Contributor by reason
|
12432
|
+
of your accepting any such warranty or additional liability.
|
12433
|
+
|
12434
|
+
END OF TERMS AND CONDITIONS
|
12435
|
+
|
12436
|
+
APPENDIX: How to apply the Apache License to your work.
|
12437
|
+
|
12438
|
+
To apply the Apache License to your work, attach the following
|
12439
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
12440
|
+
replaced with your own identifying information. (Don't include
|
12441
|
+
the brackets!) The text should be enclosed in the appropriate
|
12442
|
+
comment syntax for the file format. We also recommend that a
|
12443
|
+
file or class name and description of purpose be included on the
|
12444
|
+
same "printed page" as the copyright notice for easier
|
12445
|
+
identification within third-party archives.
|
12446
|
+
|
12447
|
+
Copyright [yyyy] [name of copyright owner]
|
12448
|
+
|
12449
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
12450
|
+
you may not use this file except in compliance with the License.
|
12451
|
+
You may obtain a copy of the License at
|
12452
|
+
|
12453
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
12454
|
+
|
12455
|
+
Unless required by applicable law or agreed to in writing, software
|
12456
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
12457
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12458
|
+
See the License for the specific language governing permissions and
|
12459
|
+
limitations under the License.
|
12275
12460
|
|
12276
12461
|
================================================================================
|
12277
|
-
equivalent LICENSE-
|
12278
|
-
================================================================================
|
12279
|
-
|
12280
|
-
|
12281
|
-
|
12282
|
-
|
12283
|
-
|
12284
|
-
|
12285
|
-
|
12286
|
-
|
12287
|
-
|
12288
|
-
|
12289
|
-
|
12290
|
-
|
12291
|
-
|
12292
|
-
|
12293
|
-
|
12294
|
-
|
12295
|
-
|
12296
|
-
|
12297
|
-
|
12298
|
-
|
12299
|
-
|
12300
|
-
|
12301
|
-
|
12302
|
-
|
12303
|
-
|
12304
|
-
|
12305
|
-
|
12306
|
-
|
12307
|
-
|
12308
|
-
|
12309
|
-
"Object" form shall mean any form resulting from mechanical
|
12310
|
-
transformation or translation of a Source form, including but
|
12311
|
-
not limited to compiled object code, generated documentation,
|
12312
|
-
and conversions to other media types.
|
12313
|
-
|
12314
|
-
"Work" shall mean the work of authorship, whether in Source or
|
12315
|
-
Object form, made available under the License, as indicated by a
|
12316
|
-
copyright notice that is included in or attached to the work
|
12317
|
-
(an example is provided in the Appendix below).
|
12318
|
-
|
12319
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
12320
|
-
form, that is based on (or derived from) the Work and for which the
|
12321
|
-
editorial revisions, annotations, elaborations, or other modifications
|
12322
|
-
represent, as a whole, an original work of authorship. For the purposes
|
12323
|
-
of this License, Derivative Works shall not include works that remain
|
12324
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
12325
|
-
the Work and Derivative Works thereof.
|
12326
|
-
|
12327
|
-
"Contribution" shall mean any work of authorship, including
|
12328
|
-
the original version of the Work and any modifications or additions
|
12329
|
-
to that Work or Derivative Works thereof, that is intentionally
|
12330
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
12331
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
12332
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
12333
|
-
means any form of electronic, verbal, or written communication sent
|
12334
|
-
to the Licensor or its representatives, including but not limited to
|
12335
|
-
communication on electronic mailing lists, source code control systems,
|
12336
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
12337
|
-
Licensor for the purpose of discussing and improving the Work, but
|
12338
|
-
excluding communication that is conspicuously marked or otherwise
|
12339
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
12340
|
-
|
12341
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
12342
|
-
on behalf of whom a Contribution has been received by Licensor and
|
12343
|
-
subsequently incorporated within the Work.
|
12344
|
-
|
12345
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
12346
|
-
this License, each Contributor hereby grants to You a perpetual,
|
12347
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12348
|
-
copyright license to reproduce, prepare Derivative Works of,
|
12349
|
-
publicly display, publicly perform, sublicense, and distribute the
|
12350
|
-
Work and such Derivative Works in Source or Object form.
|
12351
|
-
|
12352
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
12353
|
-
this License, each Contributor hereby grants to You a perpetual,
|
12354
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12355
|
-
(except as stated in this section) patent license to make, have made,
|
12356
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
12357
|
-
where such license applies only to those patent claims licensable
|
12358
|
-
by such Contributor that are necessarily infringed by their
|
12359
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
12360
|
-
with the Work to which such Contribution(s) was submitted. If You
|
12361
|
-
institute patent litigation against any entity (including a
|
12362
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
12363
|
-
or a Contribution incorporated within the Work constitutes direct
|
12364
|
-
or contributory patent infringement, then any patent licenses
|
12365
|
-
granted to You under this License for that Work shall terminate
|
12366
|
-
as of the date such litigation is filed.
|
12367
|
-
|
12368
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
12369
|
-
Work or Derivative Works thereof in any medium, with or without
|
12370
|
-
modifications, and in Source or Object form, provided that You
|
12371
|
-
meet the following conditions:
|
12372
|
-
|
12373
|
-
(a) You must give any other recipients of the Work or
|
12374
|
-
Derivative Works a copy of this License; and
|
12375
|
-
|
12376
|
-
(b) You must cause any modified files to carry prominent notices
|
12377
|
-
stating that You changed the files; and
|
12378
|
-
|
12379
|
-
(c) You must retain, in the Source form of any Derivative Works
|
12380
|
-
that You distribute, all copyright, patent, trademark, and
|
12381
|
-
attribution notices from the Source form of the Work,
|
12382
|
-
excluding those notices that do not pertain to any part of
|
12383
|
-
the Derivative Works; and
|
12384
|
-
|
12385
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
12386
|
-
distribution, then any Derivative Works that You distribute must
|
12387
|
-
include a readable copy of the attribution notices contained
|
12388
|
-
within such NOTICE file, excluding those notices that do not
|
12389
|
-
pertain to any part of the Derivative Works, in at least one
|
12390
|
-
of the following places: within a NOTICE text file distributed
|
12391
|
-
as part of the Derivative Works; within the Source form or
|
12392
|
-
documentation, if provided along with the Derivative Works; or,
|
12393
|
-
within a display generated by the Derivative Works, if and
|
12394
|
-
wherever such third-party notices normally appear. The contents
|
12395
|
-
of the NOTICE file are for informational purposes only and
|
12396
|
-
do not modify the License. You may add Your own attribution
|
12397
|
-
notices within Derivative Works that You distribute, alongside
|
12398
|
-
or as an addendum to the NOTICE text from the Work, provided
|
12399
|
-
that such additional attribution notices cannot be construed
|
12400
|
-
as modifying the License.
|
12401
|
-
|
12402
|
-
You may add Your own copyright statement to Your modifications and
|
12403
|
-
may provide additional or different license terms and conditions
|
12404
|
-
for use, reproduction, or distribution of Your modifications, or
|
12405
|
-
for any such Derivative Works as a whole, provided Your use,
|
12406
|
-
reproduction, and distribution of the Work otherwise complies with
|
12407
|
-
the conditions stated in this License.
|
12408
|
-
|
12409
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
12410
|
-
any Contribution intentionally submitted for inclusion in the Work
|
12411
|
-
by You to the Licensor shall be under the terms and conditions of
|
12412
|
-
this License, without any additional terms or conditions.
|
12413
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
12414
|
-
the terms of any separate license agreement you may have executed
|
12415
|
-
with Licensor regarding such Contributions.
|
12416
|
-
|
12417
|
-
6. Trademarks. This License does not grant permission to use the trade
|
12418
|
-
names, trademarks, service marks, or product names of the Licensor,
|
12419
|
-
except as required for reasonable and customary use in describing the
|
12420
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
12421
|
-
|
12422
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
12423
|
-
agreed to in writing, Licensor provides the Work (and each
|
12424
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
12425
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
12426
|
-
implied, including, without limitation, any warranties or conditions
|
12427
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
12428
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
12429
|
-
appropriateness of using or redistributing the Work and assume any
|
12430
|
-
risks associated with Your exercise of permissions under this License.
|
12431
|
-
|
12432
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
12433
|
-
whether in tort (including negligence), contract, or otherwise,
|
12434
|
-
unless required by applicable law (such as deliberate and grossly
|
12435
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
12436
|
-
liable to You for damages, including any direct, indirect, special,
|
12437
|
-
incidental, or consequential damages of any character arising as a
|
12438
|
-
result of this License or out of the use or inability to use the
|
12439
|
-
Work (including but not limited to damages for loss of goodwill,
|
12440
|
-
work stoppage, computer failure or malfunction, or any and all
|
12441
|
-
other commercial damages or losses), even if such Contributor
|
12442
|
-
has been advised of the possibility of such damages.
|
12443
|
-
|
12444
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
12445
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
12446
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
12447
|
-
or other liability obligations and/or rights consistent with this
|
12448
|
-
License. However, in accepting such obligations, You may act only
|
12449
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
12450
|
-
of any other Contributor, and only if You agree to indemnify,
|
12451
|
-
defend, and hold each Contributor harmless for any liability
|
12452
|
-
incurred by, or claims asserted against, such Contributor by reason
|
12453
|
-
of your accepting any such warranty or additional liability.
|
12454
|
-
|
12455
|
-
END OF TERMS AND CONDITIONS
|
12456
|
-
|
12457
|
-
APPENDIX: How to apply the Apache License to your work.
|
12458
|
-
|
12459
|
-
To apply the Apache License to your work, attach the following
|
12460
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
12461
|
-
replaced with your own identifying information. (Don't include
|
12462
|
-
the brackets!) The text should be enclosed in the appropriate
|
12463
|
-
comment syntax for the file format. We also recommend that a
|
12464
|
-
file or class name and description of purpose be included on the
|
12465
|
-
same "printed page" as the copyright notice for easier
|
12466
|
-
identification within third-party archives.
|
12467
|
-
|
12468
|
-
Copyright [yyyy] [name of copyright owner]
|
12469
|
-
|
12470
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
12471
|
-
you may not use this file except in compliance with the License.
|
12472
|
-
You may obtain a copy of the License at
|
12473
|
-
|
12474
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
12475
|
-
|
12476
|
-
Unless required by applicable law or agreed to in writing, software
|
12477
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12478
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12479
|
-
See the License for the specific language governing permissions and
|
12480
|
-
limitations under the License.
|
12481
|
-
|
12482
|
-
================================================================================
|
12483
|
-
equivalent LICENSE-MIT
|
12484
|
-
================================================================================
|
12485
|
-
|
12486
|
-
Copyright (c) 2016--2023
|
12487
|
-
|
12488
|
-
Permission is hereby granted, free of charge, to any
|
12489
|
-
person obtaining a copy of this software and associated
|
12490
|
-
documentation files (the "Software"), to deal in the
|
12491
|
-
Software without restriction, including without
|
12492
|
-
limitation the rights to use, copy, modify, merge,
|
12493
|
-
publish, distribute, sublicense, and/or sell copies of
|
12494
|
-
the Software, and to permit persons to whom the Software
|
12495
|
-
is furnished to do so, subject to the following
|
12496
|
-
conditions:
|
12497
|
-
|
12498
|
-
The above copyright notice and this permission notice
|
12499
|
-
shall be included in all copies or substantial portions
|
12500
|
-
of the Software.
|
12501
|
-
|
12502
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12503
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12504
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12505
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12506
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12507
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12508
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12509
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12510
|
-
DEALINGS IN THE SOFTWARE.
|
12511
|
-
|
12512
|
-
================================================================================
|
12513
|
-
errno LICENSE-APACHE
|
12462
|
+
equivalent LICENSE-MIT
|
12463
|
+
================================================================================
|
12464
|
+
|
12465
|
+
Copyright (c) 2016--2023
|
12466
|
+
|
12467
|
+
Permission is hereby granted, free of charge, to any
|
12468
|
+
person obtaining a copy of this software and associated
|
12469
|
+
documentation files (the "Software"), to deal in the
|
12470
|
+
Software without restriction, including without
|
12471
|
+
limitation the rights to use, copy, modify, merge,
|
12472
|
+
publish, distribute, sublicense, and/or sell copies of
|
12473
|
+
the Software, and to permit persons to whom the Software
|
12474
|
+
is furnished to do so, subject to the following
|
12475
|
+
conditions:
|
12476
|
+
|
12477
|
+
The above copyright notice and this permission notice
|
12478
|
+
shall be included in all copies or substantial portions
|
12479
|
+
of the Software.
|
12480
|
+
|
12481
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12482
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12483
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12484
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12485
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12486
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12487
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12488
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12489
|
+
DEALINGS IN THE SOFTWARE.
|
12490
|
+
|
12491
|
+
================================================================================
|
12492
|
+
errno LICENSE-APACHE
|
12514
12493
|
================================================================================
|
12515
12494
|
|
12516
12495
|
Apache License
|
@@ -17288,7 +17267,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
17288
17267
|
DEALINGS IN THE SOFTWARE.
|
17289
17268
|
|
17290
17269
|
================================================================================
|
17291
|
-
getrandom v0.3.
|
17270
|
+
getrandom v0.3.3 LICENSE-APACHE
|
17292
17271
|
================================================================================
|
17293
17272
|
|
17294
17273
|
Apache License
|
@@ -17494,7 +17473,7 @@ See the License for the specific language governing permissions and
|
|
17494
17473
|
limitations under the License.
|
17495
17474
|
|
17496
17475
|
================================================================================
|
17497
|
-
getrandom v0.3.
|
17476
|
+
getrandom v0.3.3 LICENSE-MIT
|
17498
17477
|
================================================================================
|
17499
17478
|
|
17500
17479
|
Copyright (c) 2018-2025 The rust-random Project Developers
|
@@ -20569,109 +20548,7 @@ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
20569
20548
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20570
20549
|
|
20571
20550
|
================================================================================
|
20572
|
-
|
20573
|
-
================================================================================
|
20574
|
-
|
20575
|
-
UNICODE LICENSE V3
|
20576
|
-
|
20577
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20578
|
-
|
20579
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20580
|
-
|
20581
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20582
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20583
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20584
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20585
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20586
|
-
|
20587
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20588
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20589
|
-
software and any associated documentation (the "Software") to deal in the
|
20590
|
-
Data Files or Software without restriction, including without limitation
|
20591
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
20592
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
20593
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
20594
|
-
this copyright and permission notice appear with all copies of the Data
|
20595
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
20596
|
-
associated Documentation.
|
20597
|
-
|
20598
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
20599
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20600
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
20601
|
-
THIRD PARTY RIGHTS.
|
20602
|
-
|
20603
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
20604
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
20605
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
20606
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
20607
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
20608
|
-
FILES OR SOFTWARE.
|
20609
|
-
|
20610
|
-
Except as contained in this notice, the name of a copyright holder shall
|
20611
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
20612
|
-
dealings in these Data Files or Software without prior written
|
20613
|
-
authorization of the copyright holder.
|
20614
|
-
|
20615
|
-
SPDX-License-Identifier: Unicode-3.0
|
20616
|
-
|
20617
|
-
—
|
20618
|
-
|
20619
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20620
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20621
|
-
|
20622
|
-
================================================================================
|
20623
|
-
icu_locid_transform LICENSE
|
20624
|
-
================================================================================
|
20625
|
-
|
20626
|
-
UNICODE LICENSE V3
|
20627
|
-
|
20628
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20629
|
-
|
20630
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20631
|
-
|
20632
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20633
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20634
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20635
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20636
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20637
|
-
|
20638
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20639
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20640
|
-
software and any associated documentation (the "Software") to deal in the
|
20641
|
-
Data Files or Software without restriction, including without limitation
|
20642
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
20643
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
20644
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
20645
|
-
this copyright and permission notice appear with all copies of the Data
|
20646
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
20647
|
-
associated Documentation.
|
20648
|
-
|
20649
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
20650
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20651
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
20652
|
-
THIRD PARTY RIGHTS.
|
20653
|
-
|
20654
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
20655
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
20656
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
20657
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
20658
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
20659
|
-
FILES OR SOFTWARE.
|
20660
|
-
|
20661
|
-
Except as contained in this notice, the name of a copyright holder shall
|
20662
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
20663
|
-
dealings in these Data Files or Software without prior written
|
20664
|
-
authorization of the copyright holder.
|
20665
|
-
|
20666
|
-
SPDX-License-Identifier: Unicode-3.0
|
20667
|
-
|
20668
|
-
—
|
20669
|
-
|
20670
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20671
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20672
|
-
|
20673
|
-
================================================================================
|
20674
|
-
icu_locid_transform_data LICENSE
|
20551
|
+
icu_locale_core LICENSE
|
20675
20552
|
================================================================================
|
20676
20553
|
|
20677
20554
|
UNICODE LICENSE V3
|
@@ -20976,57 +20853,6 @@ SPDX-License-Identifier: Unicode-3.0
|
|
20976
20853
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20977
20854
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20978
20855
|
|
20979
|
-
================================================================================
|
20980
|
-
icu_provider_macros LICENSE
|
20981
|
-
================================================================================
|
20982
|
-
|
20983
|
-
UNICODE LICENSE V3
|
20984
|
-
|
20985
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20986
|
-
|
20987
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20988
|
-
|
20989
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20990
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20991
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20992
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20993
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20994
|
-
|
20995
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20996
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20997
|
-
software and any associated documentation (the "Software") to deal in the
|
20998
|
-
Data Files or Software without restriction, including without limitation
|
20999
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
21000
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
21001
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
21002
|
-
this copyright and permission notice appear with all copies of the Data
|
21003
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
21004
|
-
associated Documentation.
|
21005
|
-
|
21006
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
21007
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
21008
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
21009
|
-
THIRD PARTY RIGHTS.
|
21010
|
-
|
21011
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
21012
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
21013
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
21014
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
21015
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
21016
|
-
FILES OR SOFTWARE.
|
21017
|
-
|
21018
|
-
Except as contained in this notice, the name of a copyright holder shall
|
21019
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
21020
|
-
dealings in these Data Files or Software without prior written
|
21021
|
-
authorization of the copyright holder.
|
21022
|
-
|
21023
|
-
SPDX-License-Identifier: Unicode-3.0
|
21024
|
-
|
21025
|
-
—
|
21026
|
-
|
21027
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
21028
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
21029
|
-
|
21030
20856
|
================================================================================
|
21031
20857
|
idna LICENSE-APACHE
|
21032
20858
|
================================================================================
|
@@ -24515,6 +24341,249 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24515
24341
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24516
24342
|
DEALINGS IN THE SOFTWARE.
|
24517
24343
|
|
24344
|
+
================================================================================
|
24345
|
+
lru-slab LICENSE-APACHE
|
24346
|
+
================================================================================
|
24347
|
+
|
24348
|
+
|
24349
|
+
Apache License
|
24350
|
+
Version 2.0, January 2004
|
24351
|
+
http://www.apache.org/licenses/
|
24352
|
+
|
24353
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24354
|
+
|
24355
|
+
1. Definitions.
|
24356
|
+
|
24357
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24358
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24359
|
+
|
24360
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24361
|
+
the copyright owner that is granting the License.
|
24362
|
+
|
24363
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24364
|
+
other entities that control, are controlled by, or are under common
|
24365
|
+
control with that entity. For the purposes of this definition,
|
24366
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24367
|
+
direction or management of such entity, whether by contract or
|
24368
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24369
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24370
|
+
|
24371
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24372
|
+
exercising permissions granted by this License.
|
24373
|
+
|
24374
|
+
"Source" form shall mean the preferred form for making modifications,
|
24375
|
+
including but not limited to software source code, documentation
|
24376
|
+
source, and configuration files.
|
24377
|
+
|
24378
|
+
"Object" form shall mean any form resulting from mechanical
|
24379
|
+
transformation or translation of a Source form, including but
|
24380
|
+
not limited to compiled object code, generated documentation,
|
24381
|
+
and conversions to other media types.
|
24382
|
+
|
24383
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24384
|
+
Object form, made available under the License, as indicated by a
|
24385
|
+
copyright notice that is included in or attached to the work
|
24386
|
+
(an example is provided in the Appendix below).
|
24387
|
+
|
24388
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24389
|
+
form, that is based on (or derived from) the Work and for which the
|
24390
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24391
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24392
|
+
of this License, Derivative Works shall not include works that remain
|
24393
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24394
|
+
the Work and Derivative Works thereof.
|
24395
|
+
|
24396
|
+
"Contribution" shall mean any work of authorship, including
|
24397
|
+
the original version of the Work and any modifications or additions
|
24398
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24399
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24400
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24401
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24402
|
+
means any form of electronic, verbal, or written communication sent
|
24403
|
+
to the Licensor or its representatives, including but not limited to
|
24404
|
+
communication on electronic mailing lists, source code control systems,
|
24405
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24406
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24407
|
+
excluding communication that is conspicuously marked or otherwise
|
24408
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24409
|
+
|
24410
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24411
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24412
|
+
subsequently incorporated within the Work.
|
24413
|
+
|
24414
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24415
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24416
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24417
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24418
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24419
|
+
Work and such Derivative Works in Source or Object form.
|
24420
|
+
|
24421
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24422
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24423
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24424
|
+
(except as stated in this section) patent license to make, have made,
|
24425
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24426
|
+
where such license applies only to those patent claims licensable
|
24427
|
+
by such Contributor that are necessarily infringed by their
|
24428
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24429
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24430
|
+
institute patent litigation against any entity (including a
|
24431
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24432
|
+
or a Contribution incorporated within the Work constitutes direct
|
24433
|
+
or contributory patent infringement, then any patent licenses
|
24434
|
+
granted to You under this License for that Work shall terminate
|
24435
|
+
as of the date such litigation is filed.
|
24436
|
+
|
24437
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24438
|
+
Work or Derivative Works thereof in any medium, with or without
|
24439
|
+
modifications, and in Source or Object form, provided that You
|
24440
|
+
meet the following conditions:
|
24441
|
+
|
24442
|
+
(a) You must give any other recipients of the Work or
|
24443
|
+
Derivative Works a copy of this License; and
|
24444
|
+
|
24445
|
+
(b) You must cause any modified files to carry prominent notices
|
24446
|
+
stating that You changed the files; and
|
24447
|
+
|
24448
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24449
|
+
that You distribute, all copyright, patent, trademark, and
|
24450
|
+
attribution notices from the Source form of the Work,
|
24451
|
+
excluding those notices that do not pertain to any part of
|
24452
|
+
the Derivative Works; and
|
24453
|
+
|
24454
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24455
|
+
distribution, then any Derivative Works that You distribute must
|
24456
|
+
include a readable copy of the attribution notices contained
|
24457
|
+
within such NOTICE file, excluding those notices that do not
|
24458
|
+
pertain to any part of the Derivative Works, in at least one
|
24459
|
+
of the following places: within a NOTICE text file distributed
|
24460
|
+
as part of the Derivative Works; within the Source form or
|
24461
|
+
documentation, if provided along with the Derivative Works; or,
|
24462
|
+
within a display generated by the Derivative Works, if and
|
24463
|
+
wherever such third-party notices normally appear. The contents
|
24464
|
+
of the NOTICE file are for informational purposes only and
|
24465
|
+
do not modify the License. You may add Your own attribution
|
24466
|
+
notices within Derivative Works that You distribute, alongside
|
24467
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24468
|
+
that such additional attribution notices cannot be construed
|
24469
|
+
as modifying the License.
|
24470
|
+
|
24471
|
+
You may add Your own copyright statement to Your modifications and
|
24472
|
+
may provide additional or different license terms and conditions
|
24473
|
+
for use, reproduction, or distribution of Your modifications, or
|
24474
|
+
for any such Derivative Works as a whole, provided Your use,
|
24475
|
+
reproduction, and distribution of the Work otherwise complies with
|
24476
|
+
the conditions stated in this License.
|
24477
|
+
|
24478
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24479
|
+
any Contribution intentionally submitted for inclusion in the Work
|
24480
|
+
by You to the Licensor shall be under the terms and conditions of
|
24481
|
+
this License, without any additional terms or conditions.
|
24482
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
24483
|
+
the terms of any separate license agreement you may have executed
|
24484
|
+
with Licensor regarding such Contributions.
|
24485
|
+
|
24486
|
+
6. Trademarks. This License does not grant permission to use the trade
|
24487
|
+
names, trademarks, service marks, or product names of the Licensor,
|
24488
|
+
except as required for reasonable and customary use in describing the
|
24489
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
24490
|
+
|
24491
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
24492
|
+
agreed to in writing, Licensor provides the Work (and each
|
24493
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24494
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24495
|
+
implied, including, without limitation, any warranties or conditions
|
24496
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24497
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24498
|
+
appropriateness of using or redistributing the Work and assume any
|
24499
|
+
risks associated with Your exercise of permissions under this License.
|
24500
|
+
|
24501
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
24502
|
+
whether in tort (including negligence), contract, or otherwise,
|
24503
|
+
unless required by applicable law (such as deliberate and grossly
|
24504
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
24505
|
+
liable to You for damages, including any direct, indirect, special,
|
24506
|
+
incidental, or consequential damages of any character arising as a
|
24507
|
+
result of this License or out of the use or inability to use the
|
24508
|
+
Work (including but not limited to damages for loss of goodwill,
|
24509
|
+
work stoppage, computer failure or malfunction, or any and all
|
24510
|
+
other commercial damages or losses), even if such Contributor
|
24511
|
+
has been advised of the possibility of such damages.
|
24512
|
+
|
24513
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
24514
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
24515
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
24516
|
+
or other liability obligations and/or rights consistent with this
|
24517
|
+
License. However, in accepting such obligations, You may act only
|
24518
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
24519
|
+
of any other Contributor, and only if You agree to indemnify,
|
24520
|
+
defend, and hold each Contributor harmless for any liability
|
24521
|
+
incurred by, or claims asserted against, such Contributor by reason
|
24522
|
+
of your accepting any such warranty or additional liability.
|
24523
|
+
|
24524
|
+
END OF TERMS AND CONDITIONS
|
24525
|
+
|
24526
|
+
APPENDIX: How to apply the Apache License to your work.
|
24527
|
+
|
24528
|
+
To apply the Apache License to your work, attach the following
|
24529
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
24530
|
+
replaced with your own identifying information. (Don't include
|
24531
|
+
the brackets!) The text should be enclosed in the appropriate
|
24532
|
+
comment syntax for the file format. We also recommend that a
|
24533
|
+
file or class name and description of purpose be included on the
|
24534
|
+
same "printed page" as the copyright notice for easier
|
24535
|
+
identification within third-party archives.
|
24536
|
+
|
24537
|
+
Copyright [yyyy] [name of copyright owner]
|
24538
|
+
|
24539
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
24540
|
+
you may not use this file except in compliance with the License.
|
24541
|
+
You may obtain a copy of the License at
|
24542
|
+
|
24543
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
24544
|
+
|
24545
|
+
Unless required by applicable law or agreed to in writing, software
|
24546
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
24547
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
24548
|
+
See the License for the specific language governing permissions and
|
24549
|
+
limitations under the License.
|
24550
|
+
|
24551
|
+
================================================================================
|
24552
|
+
lru-slab LICENSE-MIT
|
24553
|
+
================================================================================
|
24554
|
+
|
24555
|
+
Copyright (c) 2024 The lru-slab Developers
|
24556
|
+
|
24557
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
24558
|
+
|
24559
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
24560
|
+
|
24561
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24562
|
+
|
24563
|
+
================================================================================
|
24564
|
+
lru-slab LICENSE-ZLIB
|
24565
|
+
================================================================================
|
24566
|
+
|
24567
|
+
Copyright (c) 2024 The lru-slab Developers
|
24568
|
+
|
24569
|
+
This software is provided 'as-is', without any express or implied warranty. In
|
24570
|
+
no event will the authors be held liable for any damages arising from the use of
|
24571
|
+
this software.
|
24572
|
+
|
24573
|
+
Permission is granted to anyone to use this software for any purpose, including
|
24574
|
+
commercial applications, and to alter it and redistribute it freely, subject to
|
24575
|
+
the following restrictions:
|
24576
|
+
|
24577
|
+
1. The origin of this software must not be misrepresented; you must not claim
|
24578
|
+
that you wrote the original software. If you use this software in a product, an
|
24579
|
+
acknowledgment in the product documentation would be appreciated but is not
|
24580
|
+
required.
|
24581
|
+
|
24582
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
24583
|
+
misrepresented as being the original software.
|
24584
|
+
|
24585
|
+
3. This notice may not be removed or altered from any source distribution.
|
24586
|
+
|
24518
24587
|
================================================================================
|
24519
24588
|
lz4 LICENSE
|
24520
24589
|
================================================================================
|
@@ -29870,228 +29939,6 @@ polars-arrow-format LICENSE
|
|
29870
29939
|
See the License for the specific language governing permissions and
|
29871
29940
|
limitations under the License.
|
29872
29941
|
|
29873
|
-
================================================================================
|
29874
|
-
polars-arrow-format src/LICENSE
|
29875
|
-
================================================================================
|
29876
|
-
|
29877
|
-
Some of the code in this crate is subject to the Apache 2 license in 1. as it
|
29878
|
-
was taken from the arrow-format Rust crate in January 2024. Later changes are subject
|
29879
|
-
to the MIT license in 2.
|
29880
|
-
|
29881
|
-
1.
|
29882
|
-
|
29883
|
-
Apache License
|
29884
|
-
Version 2.0, January 2004
|
29885
|
-
https://www.apache.org/licenses/
|
29886
|
-
|
29887
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29888
|
-
|
29889
|
-
1. Definitions.
|
29890
|
-
|
29891
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
29892
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
29893
|
-
|
29894
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
29895
|
-
the copyright owner that is granting the License.
|
29896
|
-
|
29897
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
29898
|
-
other entities that control, are controlled by, or are under common
|
29899
|
-
control with that entity. For the purposes of this definition,
|
29900
|
-
"control" means (i) the power, direct or indirect, to cause the
|
29901
|
-
direction or management of such entity, whether by contract or
|
29902
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29903
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
29904
|
-
|
29905
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
29906
|
-
exercising permissions granted by this License.
|
29907
|
-
|
29908
|
-
"Source" form shall mean the preferred form for making modifications,
|
29909
|
-
including but not limited to software source code, documentation
|
29910
|
-
source, and configuration files.
|
29911
|
-
|
29912
|
-
"Object" form shall mean any form resulting from mechanical
|
29913
|
-
transformation or translation of a Source form, including but
|
29914
|
-
not limited to compiled object code, generated documentation,
|
29915
|
-
and conversions to other media types.
|
29916
|
-
|
29917
|
-
"Work" shall mean the work of authorship, whether in Source or
|
29918
|
-
Object form, made available under the License, as indicated by a
|
29919
|
-
copyright notice that is included in or attached to the work
|
29920
|
-
(an example is provided in the Appendix below).
|
29921
|
-
|
29922
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
29923
|
-
form, that is based on (or derived from) the Work and for which the
|
29924
|
-
editorial revisions, annotations, elaborations, or other modifications
|
29925
|
-
represent, as a whole, an original work of authorship. For the purposes
|
29926
|
-
of this License, Derivative Works shall not include works that remain
|
29927
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
29928
|
-
the Work and Derivative Works thereof.
|
29929
|
-
|
29930
|
-
"Contribution" shall mean any work of authorship, including
|
29931
|
-
the original version of the Work and any modifications or additions
|
29932
|
-
to that Work or Derivative Works thereof, that is intentionally
|
29933
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
29934
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
29935
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
29936
|
-
means any form of electronic, verbal, or written communication sent
|
29937
|
-
to the Licensor or its representatives, including but not limited to
|
29938
|
-
communication on electronic mailing lists, source code control systems,
|
29939
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
29940
|
-
Licensor for the purpose of discussing and improving the Work, but
|
29941
|
-
excluding communication that is conspicuously marked or otherwise
|
29942
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
29943
|
-
|
29944
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29945
|
-
on behalf of whom a Contribution has been received by Licensor and
|
29946
|
-
subsequently incorporated within the Work.
|
29947
|
-
|
29948
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
29949
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29950
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29951
|
-
copyright license to reproduce, prepare Derivative Works of,
|
29952
|
-
publicly display, publicly perform, sublicense, and distribute the
|
29953
|
-
Work and such Derivative Works in Source or Object form.
|
29954
|
-
|
29955
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29956
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29957
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29958
|
-
(except as stated in this section) patent license to make, have made,
|
29959
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29960
|
-
where such license applies only to those patent claims licensable
|
29961
|
-
by such Contributor that are necessarily infringed by their
|
29962
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29963
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29964
|
-
institute patent litigation against any entity (including a
|
29965
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29966
|
-
or a Contribution incorporated within the Work constitutes direct
|
29967
|
-
or contributory patent infringement, then any patent licenses
|
29968
|
-
granted to You under this License for that Work shall terminate
|
29969
|
-
as of the date such litigation is filed.
|
29970
|
-
|
29971
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
29972
|
-
Work or Derivative Works thereof in any medium, with or without
|
29973
|
-
modifications, and in Source or Object form, provided that You
|
29974
|
-
meet the following conditions:
|
29975
|
-
|
29976
|
-
(a) You must give any other recipients of the Work or
|
29977
|
-
Derivative Works a copy of this License; and
|
29978
|
-
|
29979
|
-
(b) You must cause any modified files to carry prominent notices
|
29980
|
-
stating that You changed the files; and
|
29981
|
-
|
29982
|
-
(c) You must retain, in the Source form of any Derivative Works
|
29983
|
-
that You distribute, all copyright, patent, trademark, and
|
29984
|
-
attribution notices from the Source form of the Work,
|
29985
|
-
excluding those notices that do not pertain to any part of
|
29986
|
-
the Derivative Works; and
|
29987
|
-
|
29988
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
29989
|
-
distribution, then any Derivative Works that You distribute must
|
29990
|
-
include a readable copy of the attribution notices contained
|
29991
|
-
within such NOTICE file, excluding those notices that do not
|
29992
|
-
pertain to any part of the Derivative Works, in at least one
|
29993
|
-
of the following places: within a NOTICE text file distributed
|
29994
|
-
as part of the Derivative Works; within the Source form or
|
29995
|
-
documentation, if provided along with the Derivative Works; or,
|
29996
|
-
within a display generated by the Derivative Works, if and
|
29997
|
-
wherever such third-party notices normally appear. The contents
|
29998
|
-
of the NOTICE file are for informational purposes only and
|
29999
|
-
do not modify the License. You may add Your own attribution
|
30000
|
-
notices within Derivative Works that You distribute, alongside
|
30001
|
-
or as an addendum to the NOTICE text from the Work, provided
|
30002
|
-
that such additional attribution notices cannot be construed
|
30003
|
-
as modifying the License.
|
30004
|
-
|
30005
|
-
You may add Your own copyright statement to Your modifications and
|
30006
|
-
may provide additional or different license terms and conditions
|
30007
|
-
for use, reproduction, or distribution of Your modifications, or
|
30008
|
-
for any such Derivative Works as a whole, provided Your use,
|
30009
|
-
reproduction, and distribution of the Work otherwise complies with
|
30010
|
-
the conditions stated in this License.
|
30011
|
-
|
30012
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30013
|
-
any Contribution intentionally submitted for inclusion in the Work
|
30014
|
-
by You to the Licensor shall be under the terms and conditions of
|
30015
|
-
this License, without any additional terms or conditions.
|
30016
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
30017
|
-
the terms of any separate license agreement you may have executed
|
30018
|
-
with Licensor regarding such Contributions.
|
30019
|
-
|
30020
|
-
6. Trademarks. This License does not grant permission to use the trade
|
30021
|
-
names, trademarks, service marks, or product names of the Licensor,
|
30022
|
-
except as required for reasonable and customary use in describing the
|
30023
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
30024
|
-
|
30025
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
30026
|
-
agreed to in writing, Licensor provides the Work (and each
|
30027
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30028
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30029
|
-
implied, including, without limitation, any warranties or conditions
|
30030
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30031
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30032
|
-
appropriateness of using or redistributing the Work and assume any
|
30033
|
-
risks associated with Your exercise of permissions under this License.
|
30034
|
-
|
30035
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
30036
|
-
whether in tort (including negligence), contract, or otherwise,
|
30037
|
-
unless required by applicable law (such as deliberate and grossly
|
30038
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
30039
|
-
liable to You for damages, including any direct, indirect, special,
|
30040
|
-
incidental, or consequential damages of any character arising as a
|
30041
|
-
result of this License or out of the use or inability to use the
|
30042
|
-
Work (including but not limited to damages for loss of goodwill,
|
30043
|
-
work stoppage, computer failure or malfunction, or any and all
|
30044
|
-
other commercial damages or losses), even if such Contributor
|
30045
|
-
has been advised of the possibility of such damages.
|
30046
|
-
|
30047
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
30048
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
30049
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
30050
|
-
or other liability obligations and/or rights consistent with this
|
30051
|
-
License. However, in accepting such obligations, You may act only
|
30052
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
30053
|
-
of any other Contributor, and only if You agree to indemnify,
|
30054
|
-
defend, and hold each Contributor harmless for any liability
|
30055
|
-
incurred by, or claims asserted against, such Contributor by reason
|
30056
|
-
of your accepting any such warranty or additional liability.
|
30057
|
-
|
30058
|
-
END OF TERMS AND CONDITIONS
|
30059
|
-
|
30060
|
-
Copyright 2020-2022 Jorge C. Leitão
|
30061
|
-
|
30062
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30063
|
-
you may not use this file except in compliance with the License.
|
30064
|
-
You may obtain a copy of the License at
|
30065
|
-
|
30066
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
30067
|
-
|
30068
|
-
Unless required by applicable law or agreed to in writing, software
|
30069
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30070
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30071
|
-
See the License for the specific language governing permissions and
|
30072
|
-
limitations under the License.
|
30073
|
-
|
30074
|
-
2.
|
30075
|
-
Copyright (c) 2024 Ritchie Vink
|
30076
|
-
|
30077
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30078
|
-
of this software and associated documentation files (the "Software"), to deal
|
30079
|
-
in the Software without restriction, including without limitation the rights
|
30080
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30081
|
-
copies of the Software, and to permit persons to whom the Software is
|
30082
|
-
furnished to do so, subject to the following conditions:
|
30083
|
-
|
30084
|
-
The above copyright notice and this permission notice shall be included in all
|
30085
|
-
copies or substantial portions of the Software.
|
30086
|
-
|
30087
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30088
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30089
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30090
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30091
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30092
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30093
|
-
SOFTWARE.
|
30094
|
-
|
30095
29942
|
================================================================================
|
30096
29943
|
polars-compute LICENSE
|
30097
29944
|
================================================================================
|
@@ -30548,7 +30395,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30548
30395
|
IN THE SOFTWARE.
|
30549
30396
|
|
30550
30397
|
================================================================================
|
30551
|
-
polars-
|
30398
|
+
polars-plan LICENSE
|
30552
30399
|
================================================================================
|
30553
30400
|
|
30554
30401
|
Copyright (c) 2025 Ritchie Vink
|
@@ -30573,7 +30420,57 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30573
30420
|
SOFTWARE.
|
30574
30421
|
|
30575
30422
|
================================================================================
|
30576
|
-
polars-
|
30423
|
+
polars-row LICENSE
|
30424
|
+
================================================================================
|
30425
|
+
|
30426
|
+
Copyright (c) 2025 Ritchie Vink
|
30427
|
+
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
30428
|
+
|
30429
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30430
|
+
of this software and associated documentation files (the "Software"), to deal
|
30431
|
+
in the Software without restriction, including without limitation the rights
|
30432
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30433
|
+
copies of the Software, and to permit persons to whom the Software is
|
30434
|
+
furnished to do so, subject to the following conditions:
|
30435
|
+
|
30436
|
+
The above copyright notice and this permission notice shall be included in all
|
30437
|
+
copies or substantial portions of the Software.
|
30438
|
+
|
30439
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30440
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30441
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30442
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30443
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30444
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30445
|
+
SOFTWARE.
|
30446
|
+
|
30447
|
+
================================================================================
|
30448
|
+
polars-schema LICENSE
|
30449
|
+
================================================================================
|
30450
|
+
|
30451
|
+
Copyright (c) 2025 Ritchie Vink
|
30452
|
+
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
30453
|
+
|
30454
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30455
|
+
of this software and associated documentation files (the "Software"), to deal
|
30456
|
+
in the Software without restriction, including without limitation the rights
|
30457
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30458
|
+
copies of the Software, and to permit persons to whom the Software is
|
30459
|
+
furnished to do so, subject to the following conditions:
|
30460
|
+
|
30461
|
+
The above copyright notice and this permission notice shall be included in all
|
30462
|
+
copies or substantial portions of the Software.
|
30463
|
+
|
30464
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30465
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30466
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30467
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30468
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30469
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30470
|
+
SOFTWARE.
|
30471
|
+
|
30472
|
+
================================================================================
|
30473
|
+
polars-sql LICENSE
|
30577
30474
|
================================================================================
|
30578
30475
|
|
30579
30476
|
Copyright (c) 2025 Ritchie Vink
|
@@ -30598,7 +30495,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30598
30495
|
SOFTWARE.
|
30599
30496
|
|
30600
30497
|
================================================================================
|
30601
|
-
polars-
|
30498
|
+
polars-stream LICENSE
|
30602
30499
|
================================================================================
|
30603
30500
|
|
30604
30501
|
Copyright (c) 2025 Ritchie Vink
|
@@ -30623,7 +30520,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30623
30520
|
SOFTWARE.
|
30624
30521
|
|
30625
30522
|
================================================================================
|
30626
|
-
polars-
|
30523
|
+
polars-time LICENSE
|
30627
30524
|
================================================================================
|
30628
30525
|
|
30629
30526
|
Copyright (c) 2025 Ritchie Vink
|
@@ -30648,7 +30545,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30648
30545
|
SOFTWARE.
|
30649
30546
|
|
30650
30547
|
================================================================================
|
30651
|
-
polars-
|
30548
|
+
polars-utils LICENSE
|
30652
30549
|
================================================================================
|
30653
30550
|
|
30654
30551
|
Copyright (c) 2025 Ritchie Vink
|
@@ -30673,79 +30570,55 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30673
30570
|
SOFTWARE.
|
30674
30571
|
|
30675
30572
|
================================================================================
|
30676
|
-
|
30573
|
+
potential_utf LICENSE
|
30677
30574
|
================================================================================
|
30678
30575
|
|
30679
|
-
|
30680
|
-
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
30681
|
-
|
30682
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30683
|
-
of this software and associated documentation files (the "Software"), to deal
|
30684
|
-
in the Software without restriction, including without limitation the rights
|
30685
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30686
|
-
copies of the Software, and to permit persons to whom the Software is
|
30687
|
-
furnished to do so, subject to the following conditions:
|
30688
|
-
|
30689
|
-
The above copyright notice and this permission notice shall be included in all
|
30690
|
-
copies or substantial portions of the Software.
|
30691
|
-
|
30692
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30693
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30694
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30695
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30696
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30697
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30698
|
-
SOFTWARE.
|
30576
|
+
UNICODE LICENSE V3
|
30699
30577
|
|
30700
|
-
|
30701
|
-
polars-time LICENSE
|
30702
|
-
================================================================================
|
30578
|
+
COPYRIGHT AND PERMISSION NOTICE
|
30703
30579
|
|
30704
|
-
Copyright
|
30705
|
-
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
30580
|
+
Copyright © 2020-2024 Unicode, Inc.
|
30706
30581
|
|
30707
|
-
|
30708
|
-
|
30709
|
-
|
30710
|
-
|
30711
|
-
|
30712
|
-
furnished to do so, subject to the following conditions:
|
30582
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
30583
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
30584
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
30585
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
30586
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
30713
30587
|
|
30714
|
-
|
30715
|
-
|
30588
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
30589
|
+
copy of data files and any associated documentation (the "Data Files") or
|
30590
|
+
software and any associated documentation (the "Software") to deal in the
|
30591
|
+
Data Files or Software without restriction, including without limitation
|
30592
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
30593
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
30594
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
30595
|
+
this copyright and permission notice appear with all copies of the Data
|
30596
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
30597
|
+
associated Documentation.
|
30716
30598
|
|
30717
|
-
THE SOFTWARE
|
30718
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
30719
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
30720
|
-
|
30721
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30722
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30723
|
-
SOFTWARE.
|
30599
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
30600
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
30601
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
30602
|
+
THIRD PARTY RIGHTS.
|
30724
30603
|
|
30725
|
-
|
30726
|
-
|
30727
|
-
|
30604
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
30605
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
30606
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
30607
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
30608
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
30609
|
+
FILES OR SOFTWARE.
|
30728
30610
|
|
30729
|
-
|
30730
|
-
|
30611
|
+
Except as contained in this notice, the name of a copyright holder shall
|
30612
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
30613
|
+
dealings in these Data Files or Software without prior written
|
30614
|
+
authorization of the copyright holder.
|
30731
30615
|
|
30732
|
-
|
30733
|
-
of this software and associated documentation files (the "Software"), to deal
|
30734
|
-
in the Software without restriction, including without limitation the rights
|
30735
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30736
|
-
copies of the Software, and to permit persons to whom the Software is
|
30737
|
-
furnished to do so, subject to the following conditions:
|
30616
|
+
SPDX-License-Identifier: Unicode-3.0
|
30738
30617
|
|
30739
|
-
|
30740
|
-
copies or substantial portions of the Software.
|
30618
|
+
—
|
30741
30619
|
|
30742
|
-
|
30743
|
-
|
30744
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30745
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30746
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30747
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30748
|
-
SOFTWARE.
|
30620
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
30621
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
30749
30622
|
|
30750
30623
|
================================================================================
|
30751
30624
|
ppv-lite86 LICENSE-APACHE
|
@@ -45176,243 +45049,216 @@ The above copyright notice and this permission notice shall be included in all c
|
|
45176
45049
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
45177
45050
|
|
45178
45051
|
================================================================================
|
45179
|
-
|
45052
|
+
thiserror LICENSE-APACHE
|
45180
45053
|
================================================================================
|
45181
45054
|
|
45182
|
-
|
45055
|
+
Apache License
|
45056
|
+
Version 2.0, January 2004
|
45057
|
+
http://www.apache.org/licenses/
|
45183
45058
|
|
45184
|
-
|
45059
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
45185
45060
|
|
45186
|
-
|
45187
|
-
of this software and associated documentation files (the "Software"), to deal
|
45188
|
-
in the Software without restriction, including without limitation the rights
|
45189
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
45190
|
-
copies of the Software, and to permit persons to whom the Software is
|
45191
|
-
furnished to do so, subject to the following conditions:
|
45061
|
+
1. Definitions.
|
45192
45062
|
|
45193
|
-
|
45194
|
-
|
45063
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
45064
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
45195
45065
|
|
45196
|
-
|
45197
|
-
|
45198
|
-
|
45199
|
-
|
45200
|
-
|
45201
|
-
|
45202
|
-
|
45066
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
45067
|
+
the copyright owner that is granting the License.
|
45068
|
+
|
45069
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
45070
|
+
other entities that control, are controlled by, or are under common
|
45071
|
+
control with that entity. For the purposes of this definition,
|
45072
|
+
"control" means (i) the power, direct or indirect, to cause the
|
45073
|
+
direction or management of such entity, whether by contract or
|
45074
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
45075
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
45076
|
+
|
45077
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
45078
|
+
exercising permissions granted by this License.
|
45079
|
+
|
45080
|
+
"Source" form shall mean the preferred form for making modifications,
|
45081
|
+
including but not limited to software source code, documentation
|
45082
|
+
source, and configuration files.
|
45083
|
+
|
45084
|
+
"Object" form shall mean any form resulting from mechanical
|
45085
|
+
transformation or translation of a Source form, including but
|
45086
|
+
not limited to compiled object code, generated documentation,
|
45087
|
+
and conversions to other media types.
|
45088
|
+
|
45089
|
+
"Work" shall mean the work of authorship, whether in Source or
|
45090
|
+
Object form, made available under the License, as indicated by a
|
45091
|
+
copyright notice that is included in or attached to the work
|
45092
|
+
(an example is provided in the Appendix below).
|
45203
45093
|
|
45094
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
45095
|
+
form, that is based on (or derived from) the Work and for which the
|
45096
|
+
editorial revisions, annotations, elaborations, or other modifications
|
45097
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45098
|
+
of this License, Derivative Works shall not include works that remain
|
45099
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
45100
|
+
the Work and Derivative Works thereof.
|
45101
|
+
|
45102
|
+
"Contribution" shall mean any work of authorship, including
|
45103
|
+
the original version of the Work and any modifications or additions
|
45104
|
+
to that Work or Derivative Works thereof, that is intentionally
|
45105
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
45106
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
45107
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
45108
|
+
means any form of electronic, verbal, or written communication sent
|
45109
|
+
to the Licensor or its representatives, including but not limited to
|
45110
|
+
communication on electronic mailing lists, source code control systems,
|
45111
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
45112
|
+
Licensor for the purpose of discussing and improving the Work, but
|
45113
|
+
excluding communication that is conspicuously marked or otherwise
|
45114
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
45115
|
+
|
45116
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
45117
|
+
on behalf of whom a Contribution has been received by Licensor and
|
45118
|
+
subsequently incorporated within the Work.
|
45119
|
+
|
45120
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
45121
|
+
this License, each Contributor hereby grants to You a perpetual,
|
45122
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45123
|
+
copyright license to reproduce, prepare Derivative Works of,
|
45124
|
+
publicly display, publicly perform, sublicense, and distribute the
|
45125
|
+
Work and such Derivative Works in Source or Object form.
|
45126
|
+
|
45127
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
45128
|
+
this License, each Contributor hereby grants to You a perpetual,
|
45129
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45130
|
+
(except as stated in this section) patent license to make, have made,
|
45131
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
45132
|
+
where such license applies only to those patent claims licensable
|
45133
|
+
by such Contributor that are necessarily infringed by their
|
45134
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
45135
|
+
with the Work to which such Contribution(s) was submitted. If You
|
45136
|
+
institute patent litigation against any entity (including a
|
45137
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
45138
|
+
or a Contribution incorporated within the Work constitutes direct
|
45139
|
+
or contributory patent infringement, then any patent licenses
|
45140
|
+
granted to You under this License for that Work shall terminate
|
45141
|
+
as of the date such litigation is filed.
|
45142
|
+
|
45143
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
45144
|
+
Work or Derivative Works thereof in any medium, with or without
|
45145
|
+
modifications, and in Source or Object form, provided that You
|
45146
|
+
meet the following conditions:
|
45147
|
+
|
45148
|
+
(a) You must give any other recipients of the Work or
|
45149
|
+
Derivative Works a copy of this License; and
|
45150
|
+
|
45151
|
+
(b) You must cause any modified files to carry prominent notices
|
45152
|
+
stating that You changed the files; and
|
45153
|
+
|
45154
|
+
(c) You must retain, in the Source form of any Derivative Works
|
45155
|
+
that You distribute, all copyright, patent, trademark, and
|
45156
|
+
attribution notices from the Source form of the Work,
|
45157
|
+
excluding those notices that do not pertain to any part of
|
45158
|
+
the Derivative Works; and
|
45159
|
+
|
45160
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
45161
|
+
distribution, then any Derivative Works that You distribute must
|
45162
|
+
include a readable copy of the attribution notices contained
|
45163
|
+
within such NOTICE file, excluding those notices that do not
|
45164
|
+
pertain to any part of the Derivative Works, in at least one
|
45165
|
+
of the following places: within a NOTICE text file distributed
|
45166
|
+
as part of the Derivative Works; within the Source form or
|
45167
|
+
documentation, if provided along with the Derivative Works; or,
|
45168
|
+
within a display generated by the Derivative Works, if and
|
45169
|
+
wherever such third-party notices normally appear. The contents
|
45170
|
+
of the NOTICE file are for informational purposes only and
|
45171
|
+
do not modify the License. You may add Your own attribution
|
45172
|
+
notices within Derivative Works that You distribute, alongside
|
45173
|
+
or as an addendum to the NOTICE text from the Work, provided
|
45174
|
+
that such additional attribution notices cannot be construed
|
45175
|
+
as modifying the License.
|
45176
|
+
|
45177
|
+
You may add Your own copyright statement to Your modifications and
|
45178
|
+
may provide additional or different license terms and conditions
|
45179
|
+
for use, reproduction, or distribution of Your modifications, or
|
45180
|
+
for any such Derivative Works as a whole, provided Your use,
|
45181
|
+
reproduction, and distribution of the Work otherwise complies with
|
45182
|
+
the conditions stated in this License.
|
45183
|
+
|
45184
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
45185
|
+
any Contribution intentionally submitted for inclusion in the Work
|
45186
|
+
by You to the Licensor shall be under the terms and conditions of
|
45187
|
+
this License, without any additional terms or conditions.
|
45188
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
45189
|
+
the terms of any separate license agreement you may have executed
|
45190
|
+
with Licensor regarding such Contributions.
|
45191
|
+
|
45192
|
+
6. Trademarks. This License does not grant permission to use the trade
|
45193
|
+
names, trademarks, service marks, or product names of the Licensor,
|
45194
|
+
except as required for reasonable and customary use in describing the
|
45195
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
45196
|
+
|
45197
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
45198
|
+
agreed to in writing, Licensor provides the Work (and each
|
45199
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
45200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
45201
|
+
implied, including, without limitation, any warranties or conditions
|
45202
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
45203
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
45204
|
+
appropriateness of using or redistributing the Work and assume any
|
45205
|
+
risks associated with Your exercise of permissions under this License.
|
45206
|
+
|
45207
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
45208
|
+
whether in tort (including negligence), contract, or otherwise,
|
45209
|
+
unless required by applicable law (such as deliberate and grossly
|
45210
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
45211
|
+
liable to You for damages, including any direct, indirect, special,
|
45212
|
+
incidental, or consequential damages of any character arising as a
|
45213
|
+
result of this License or out of the use or inability to use the
|
45214
|
+
Work (including but not limited to damages for loss of goodwill,
|
45215
|
+
work stoppage, computer failure or malfunction, or any and all
|
45216
|
+
other commercial damages or losses), even if such Contributor
|
45217
|
+
has been advised of the possibility of such damages.
|
45218
|
+
|
45219
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
45220
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
45221
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
45222
|
+
or other liability obligations and/or rights consistent with this
|
45223
|
+
License. However, in accepting such obligations, You may act only
|
45224
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
45225
|
+
of any other Contributor, and only if You agree to indemnify,
|
45226
|
+
defend, and hold each Contributor harmless for any liability
|
45227
|
+
incurred by, or claims asserted against, such Contributor by reason
|
45228
|
+
of your accepting any such warranty or additional liability.
|
45229
|
+
|
45230
|
+
END OF TERMS AND CONDITIONS
|
45204
45231
|
|
45205
45232
|
================================================================================
|
45206
|
-
thiserror LICENSE-
|
45207
|
-
================================================================================
|
45208
|
-
|
45209
|
-
|
45210
|
-
|
45211
|
-
|
45212
|
-
|
45213
|
-
|
45214
|
-
|
45215
|
-
|
45216
|
-
|
45217
|
-
|
45218
|
-
|
45219
|
-
|
45220
|
-
|
45221
|
-
|
45222
|
-
|
45223
|
-
|
45224
|
-
|
45225
|
-
|
45226
|
-
|
45227
|
-
|
45228
|
-
|
45229
|
-
|
45230
|
-
|
45231
|
-
|
45232
|
-
|
45233
|
-
|
45234
|
-
|
45235
|
-
including but not limited to software source code, documentation
|
45236
|
-
source, and configuration files.
|
45237
|
-
|
45238
|
-
"Object" form shall mean any form resulting from mechanical
|
45239
|
-
transformation or translation of a Source form, including but
|
45240
|
-
not limited to compiled object code, generated documentation,
|
45241
|
-
and conversions to other media types.
|
45242
|
-
|
45243
|
-
"Work" shall mean the work of authorship, whether in Source or
|
45244
|
-
Object form, made available under the License, as indicated by a
|
45245
|
-
copyright notice that is included in or attached to the work
|
45246
|
-
(an example is provided in the Appendix below).
|
45247
|
-
|
45248
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
45249
|
-
form, that is based on (or derived from) the Work and for which the
|
45250
|
-
editorial revisions, annotations, elaborations, or other modifications
|
45251
|
-
represent, as a whole, an original work of authorship. For the purposes
|
45252
|
-
of this License, Derivative Works shall not include works that remain
|
45253
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
45254
|
-
the Work and Derivative Works thereof.
|
45255
|
-
|
45256
|
-
"Contribution" shall mean any work of authorship, including
|
45257
|
-
the original version of the Work and any modifications or additions
|
45258
|
-
to that Work or Derivative Works thereof, that is intentionally
|
45259
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
45260
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
45261
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
45262
|
-
means any form of electronic, verbal, or written communication sent
|
45263
|
-
to the Licensor or its representatives, including but not limited to
|
45264
|
-
communication on electronic mailing lists, source code control systems,
|
45265
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
45266
|
-
Licensor for the purpose of discussing and improving the Work, but
|
45267
|
-
excluding communication that is conspicuously marked or otherwise
|
45268
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
45269
|
-
|
45270
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
45271
|
-
on behalf of whom a Contribution has been received by Licensor and
|
45272
|
-
subsequently incorporated within the Work.
|
45273
|
-
|
45274
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
45275
|
-
this License, each Contributor hereby grants to You a perpetual,
|
45276
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45277
|
-
copyright license to reproduce, prepare Derivative Works of,
|
45278
|
-
publicly display, publicly perform, sublicense, and distribute the
|
45279
|
-
Work and such Derivative Works in Source or Object form.
|
45280
|
-
|
45281
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
45282
|
-
this License, each Contributor hereby grants to You a perpetual,
|
45283
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45284
|
-
(except as stated in this section) patent license to make, have made,
|
45285
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
45286
|
-
where such license applies only to those patent claims licensable
|
45287
|
-
by such Contributor that are necessarily infringed by their
|
45288
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
45289
|
-
with the Work to which such Contribution(s) was submitted. If You
|
45290
|
-
institute patent litigation against any entity (including a
|
45291
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
45292
|
-
or a Contribution incorporated within the Work constitutes direct
|
45293
|
-
or contributory patent infringement, then any patent licenses
|
45294
|
-
granted to You under this License for that Work shall terminate
|
45295
|
-
as of the date such litigation is filed.
|
45296
|
-
|
45297
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
45298
|
-
Work or Derivative Works thereof in any medium, with or without
|
45299
|
-
modifications, and in Source or Object form, provided that You
|
45300
|
-
meet the following conditions:
|
45301
|
-
|
45302
|
-
(a) You must give any other recipients of the Work or
|
45303
|
-
Derivative Works a copy of this License; and
|
45304
|
-
|
45305
|
-
(b) You must cause any modified files to carry prominent notices
|
45306
|
-
stating that You changed the files; and
|
45307
|
-
|
45308
|
-
(c) You must retain, in the Source form of any Derivative Works
|
45309
|
-
that You distribute, all copyright, patent, trademark, and
|
45310
|
-
attribution notices from the Source form of the Work,
|
45311
|
-
excluding those notices that do not pertain to any part of
|
45312
|
-
the Derivative Works; and
|
45313
|
-
|
45314
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
45315
|
-
distribution, then any Derivative Works that You distribute must
|
45316
|
-
include a readable copy of the attribution notices contained
|
45317
|
-
within such NOTICE file, excluding those notices that do not
|
45318
|
-
pertain to any part of the Derivative Works, in at least one
|
45319
|
-
of the following places: within a NOTICE text file distributed
|
45320
|
-
as part of the Derivative Works; within the Source form or
|
45321
|
-
documentation, if provided along with the Derivative Works; or,
|
45322
|
-
within a display generated by the Derivative Works, if and
|
45323
|
-
wherever such third-party notices normally appear. The contents
|
45324
|
-
of the NOTICE file are for informational purposes only and
|
45325
|
-
do not modify the License. You may add Your own attribution
|
45326
|
-
notices within Derivative Works that You distribute, alongside
|
45327
|
-
or as an addendum to the NOTICE text from the Work, provided
|
45328
|
-
that such additional attribution notices cannot be construed
|
45329
|
-
as modifying the License.
|
45330
|
-
|
45331
|
-
You may add Your own copyright statement to Your modifications and
|
45332
|
-
may provide additional or different license terms and conditions
|
45333
|
-
for use, reproduction, or distribution of Your modifications, or
|
45334
|
-
for any such Derivative Works as a whole, provided Your use,
|
45335
|
-
reproduction, and distribution of the Work otherwise complies with
|
45336
|
-
the conditions stated in this License.
|
45337
|
-
|
45338
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
45339
|
-
any Contribution intentionally submitted for inclusion in the Work
|
45340
|
-
by You to the Licensor shall be under the terms and conditions of
|
45341
|
-
this License, without any additional terms or conditions.
|
45342
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
45343
|
-
the terms of any separate license agreement you may have executed
|
45344
|
-
with Licensor regarding such Contributions.
|
45345
|
-
|
45346
|
-
6. Trademarks. This License does not grant permission to use the trade
|
45347
|
-
names, trademarks, service marks, or product names of the Licensor,
|
45348
|
-
except as required for reasonable and customary use in describing the
|
45349
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
45350
|
-
|
45351
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
45352
|
-
agreed to in writing, Licensor provides the Work (and each
|
45353
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
45354
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
45355
|
-
implied, including, without limitation, any warranties or conditions
|
45356
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
45357
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
45358
|
-
appropriateness of using or redistributing the Work and assume any
|
45359
|
-
risks associated with Your exercise of permissions under this License.
|
45360
|
-
|
45361
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
45362
|
-
whether in tort (including negligence), contract, or otherwise,
|
45363
|
-
unless required by applicable law (such as deliberate and grossly
|
45364
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
45365
|
-
liable to You for damages, including any direct, indirect, special,
|
45366
|
-
incidental, or consequential damages of any character arising as a
|
45367
|
-
result of this License or out of the use or inability to use the
|
45368
|
-
Work (including but not limited to damages for loss of goodwill,
|
45369
|
-
work stoppage, computer failure or malfunction, or any and all
|
45370
|
-
other commercial damages or losses), even if such Contributor
|
45371
|
-
has been advised of the possibility of such damages.
|
45372
|
-
|
45373
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
45374
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
45375
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
45376
|
-
or other liability obligations and/or rights consistent with this
|
45377
|
-
License. However, in accepting such obligations, You may act only
|
45378
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
45379
|
-
of any other Contributor, and only if You agree to indemnify,
|
45380
|
-
defend, and hold each Contributor harmless for any liability
|
45381
|
-
incurred by, or claims asserted against, such Contributor by reason
|
45382
|
-
of your accepting any such warranty or additional liability.
|
45383
|
-
|
45384
|
-
END OF TERMS AND CONDITIONS
|
45385
|
-
|
45386
|
-
================================================================================
|
45387
|
-
thiserror LICENSE-MIT
|
45388
|
-
================================================================================
|
45389
|
-
|
45390
|
-
Permission is hereby granted, free of charge, to any
|
45391
|
-
person obtaining a copy of this software and associated
|
45392
|
-
documentation files (the "Software"), to deal in the
|
45393
|
-
Software without restriction, including without
|
45394
|
-
limitation the rights to use, copy, modify, merge,
|
45395
|
-
publish, distribute, sublicense, and/or sell copies of
|
45396
|
-
the Software, and to permit persons to whom the Software
|
45397
|
-
is furnished to do so, subject to the following
|
45398
|
-
conditions:
|
45399
|
-
|
45400
|
-
The above copyright notice and this permission notice
|
45401
|
-
shall be included in all copies or substantial portions
|
45402
|
-
of the Software.
|
45403
|
-
|
45404
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
45405
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
45406
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
45407
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
45408
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
45409
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
45410
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
45411
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45412
|
-
DEALINGS IN THE SOFTWARE.
|
45413
|
-
|
45414
|
-
================================================================================
|
45415
|
-
thiserror-impl LICENSE-APACHE
|
45233
|
+
thiserror LICENSE-MIT
|
45234
|
+
================================================================================
|
45235
|
+
|
45236
|
+
Permission is hereby granted, free of charge, to any
|
45237
|
+
person obtaining a copy of this software and associated
|
45238
|
+
documentation files (the "Software"), to deal in the
|
45239
|
+
Software without restriction, including without
|
45240
|
+
limitation the rights to use, copy, modify, merge,
|
45241
|
+
publish, distribute, sublicense, and/or sell copies of
|
45242
|
+
the Software, and to permit persons to whom the Software
|
45243
|
+
is furnished to do so, subject to the following
|
45244
|
+
conditions:
|
45245
|
+
|
45246
|
+
The above copyright notice and this permission notice
|
45247
|
+
shall be included in all copies or substantial portions
|
45248
|
+
of the Software.
|
45249
|
+
|
45250
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
45251
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
45252
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
45253
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
45254
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
45255
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
45256
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
45257
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45258
|
+
DEALINGS IN THE SOFTWARE.
|
45259
|
+
|
45260
|
+
================================================================================
|
45261
|
+
thiserror-impl LICENSE-APACHE
|
45416
45262
|
================================================================================
|
45417
45263
|
|
45418
45264
|
Apache License
|
@@ -48399,7 +48245,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
48399
48245
|
DEALINGS IN THE SOFTWARE.
|
48400
48246
|
|
48401
48247
|
================================================================================
|
48402
|
-
|
48248
|
+
utf8_iter LICENSE-APACHE
|
48403
48249
|
================================================================================
|
48404
48250
|
|
48405
48251
|
|
@@ -48606,7 +48452,7 @@ utf16_iter LICENSE-APACHE
|
|
48606
48452
|
limitations under the License.
|
48607
48453
|
|
48608
48454
|
================================================================================
|
48609
|
-
|
48455
|
+
utf8_iter LICENSE-MIT
|
48610
48456
|
================================================================================
|
48611
48457
|
|
48612
48458
|
Copyright Mozilla Foundation
|
@@ -48636,481 +48482,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
48636
48482
|
DEALINGS IN THE SOFTWARE.
|
48637
48483
|
|
48638
48484
|
================================================================================
|
48639
|
-
|
48640
|
-
================================================================================
|
48641
|
-
|
48642
|
-
|
48643
|
-
|
48644
|
-
|
48645
|
-
|
48646
|
-
|
48647
|
-
|
48648
|
-
|
48649
|
-
|
48650
|
-
|
48651
|
-
|
48652
|
-
|
48653
|
-
|
48654
|
-
|
48655
|
-
|
48656
|
-
|
48657
|
-
|
48658
|
-
|
48659
|
-
|
48660
|
-
|
48661
|
-
|
48662
|
-
|
48663
|
-
|
48664
|
-
|
48665
|
-
|
48666
|
-
|
48667
|
-
|
48668
|
-
|
48669
|
-
|
48670
|
-
|
48671
|
-
|
48672
|
-
|
48673
|
-
|
48674
|
-
|
48675
|
-
|
48676
|
-
|
48677
|
-
|
48678
|
-
|
48679
|
-
|
48680
|
-
|
48681
|
-
|
48682
|
-
|
48683
|
-
|
48684
|
-
|
48685
|
-
|
48686
|
-
|
48687
|
-
|
48688
|
-
|
48689
|
-
|
48690
|
-
|
48691
|
-
|
48692
|
-
|
48693
|
-
|
48694
|
-
|
48695
|
-
|
48696
|
-
|
48697
|
-
|
48698
|
-
|
48699
|
-
|
48700
|
-
|
48701
|
-
|
48702
|
-
|
48703
|
-
|
48704
|
-
|
48705
|
-
|
48706
|
-
|
48707
|
-
|
48708
|
-
|
48709
|
-
|
48710
|
-
|
48711
|
-
|
48712
|
-
|
48713
|
-
|
48714
|
-
|
48715
|
-
|
48716
|
-
|
48717
|
-
|
48718
|
-
|
48719
|
-
|
48720
|
-
|
48721
|
-
|
48722
|
-
|
48723
|
-
|
48724
|
-
|
48725
|
-
|
48726
|
-
|
48727
|
-
|
48728
|
-
|
48729
|
-
|
48730
|
-
|
48731
|
-
|
48732
|
-
|
48733
|
-
|
48734
|
-
|
48735
|
-
|
48736
|
-
|
48737
|
-
|
48738
|
-
|
48739
|
-
|
48740
|
-
|
48741
|
-
|
48742
|
-
|
48743
|
-
|
48744
|
-
|
48745
|
-
|
48746
|
-
|
48747
|
-
|
48748
|
-
|
48749
|
-
|
48750
|
-
|
48751
|
-
|
48752
|
-
|
48753
|
-
|
48754
|
-
|
48755
|
-
|
48756
|
-
|
48757
|
-
|
48758
|
-
|
48759
|
-
|
48760
|
-
|
48761
|
-
|
48762
|
-
|
48763
|
-
|
48764
|
-
|
48765
|
-
|
48766
|
-
|
48767
|
-
|
48768
|
-
|
48769
|
-
|
48770
|
-
|
48771
|
-
|
48772
|
-
|
48773
|
-
|
48774
|
-
|
48775
|
-
|
48776
|
-
|
48777
|
-
|
48778
|
-
|
48779
|
-
|
48780
|
-
|
48781
|
-
|
48782
|
-
|
48783
|
-
|
48784
|
-
|
48785
|
-
|
48786
|
-
|
48787
|
-
|
48788
|
-
|
48789
|
-
|
48790
|
-
|
48791
|
-
|
48792
|
-
|
48793
|
-
|
48794
|
-
|
48795
|
-
|
48796
|
-
|
48797
|
-
|
48798
|
-
|
48799
|
-
|
48800
|
-
|
48801
|
-
|
48802
|
-
|
48803
|
-
|
48804
|
-
|
48805
|
-
|
48806
|
-
|
48807
|
-
|
48808
|
-
|
48809
|
-
|
48810
|
-
|
48811
|
-
|
48812
|
-
|
48813
|
-
|
48814
|
-
|
48815
|
-
|
48816
|
-
|
48817
|
-
|
48818
|
-
|
48819
|
-
|
48820
|
-
|
48821
|
-
|
48822
|
-
|
48823
|
-
|
48824
|
-
|
48825
|
-
|
48826
|
-
|
48827
|
-
|
48828
|
-
|
48829
|
-
|
48830
|
-
|
48831
|
-
|
48832
|
-
|
48833
|
-
|
48834
|
-
|
48835
|
-
|
48836
|
-
|
48837
|
-
|
48838
|
-
|
48839
|
-
|
48840
|
-
|
48841
|
-
|
48842
|
-
|
48843
|
-
|
48844
|
-
|
48845
|
-
|
48846
|
-
|
48847
|
-
|
48848
|
-
|
48849
|
-
Copyright
|
48850
|
-
|
48851
|
-
Permission is hereby granted, free of charge, to any
|
48852
|
-
person obtaining a copy of this software and associated
|
48853
|
-
documentation files (the "Software"), to deal in the
|
48854
|
-
Software without restriction, including without
|
48855
|
-
limitation the rights to use, copy, modify, merge,
|
48856
|
-
publish, distribute, sublicense, and/or sell copies of
|
48857
|
-
the Software, and to permit persons to whom the Software
|
48858
|
-
is furnished to do so, subject to the following
|
48859
|
-
conditions:
|
48860
|
-
|
48861
|
-
The above copyright notice and this permission notice
|
48862
|
-
shall be included in all copies or substantial portions
|
48863
|
-
of the Software.
|
48864
|
-
|
48865
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
48866
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
48867
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
48868
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
48869
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
48870
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
48871
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
48872
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
48873
|
-
DEALINGS IN THE SOFTWARE.
|
48874
|
-
|
48875
|
-
================================================================================
|
48876
|
-
|
48877
|
-
================================================================================
|
48878
|
-
|
48879
|
-
Apache License
|
48880
|
-
Version 2.0, January 2004
|
48881
|
-
http://www.apache.org/licenses/
|
48882
|
-
|
48883
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
48884
|
-
|
48885
|
-
1. Definitions.
|
48886
|
-
|
48887
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
48888
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
48889
|
-
|
48890
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
48891
|
-
the copyright owner that is granting the License.
|
48892
|
-
|
48893
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
48894
|
-
other entities that control, are controlled by, or are under common
|
48895
|
-
control with that entity. For the purposes of this definition,
|
48896
|
-
"control" means (i) the power, direct or indirect, to cause the
|
48897
|
-
direction or management of such entity, whether by contract or
|
48898
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
48899
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
48900
|
-
|
48901
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
48902
|
-
exercising permissions granted by this License.
|
48903
|
-
|
48904
|
-
"Source" form shall mean the preferred form for making modifications,
|
48905
|
-
including but not limited to software source code, documentation
|
48906
|
-
source, and configuration files.
|
48907
|
-
|
48908
|
-
"Object" form shall mean any form resulting from mechanical
|
48909
|
-
transformation or translation of a Source form, including but
|
48910
|
-
not limited to compiled object code, generated documentation,
|
48911
|
-
and conversions to other media types.
|
48912
|
-
|
48913
|
-
"Work" shall mean the work of authorship, whether in Source or
|
48914
|
-
Object form, made available under the License, as indicated by a
|
48915
|
-
copyright notice that is included in or attached to the work
|
48916
|
-
(an example is provided in the Appendix below).
|
48917
|
-
|
48918
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
48919
|
-
form, that is based on (or derived from) the Work and for which the
|
48920
|
-
editorial revisions, annotations, elaborations, or other modifications
|
48921
|
-
represent, as a whole, an original work of authorship. For the purposes
|
48922
|
-
of this License, Derivative Works shall not include works that remain
|
48923
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
48924
|
-
the Work and Derivative Works thereof.
|
48925
|
-
|
48926
|
-
"Contribution" shall mean any work of authorship, including
|
48927
|
-
the original version of the Work and any modifications or additions
|
48928
|
-
to that Work or Derivative Works thereof, that is intentionally
|
48929
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
48930
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
48931
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
48932
|
-
means any form of electronic, verbal, or written communication sent
|
48933
|
-
to the Licensor or its representatives, including but not limited to
|
48934
|
-
communication on electronic mailing lists, source code control systems,
|
48935
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
48936
|
-
Licensor for the purpose of discussing and improving the Work, but
|
48937
|
-
excluding communication that is conspicuously marked or otherwise
|
48938
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
48939
|
-
|
48940
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
48941
|
-
on behalf of whom a Contribution has been received by Licensor and
|
48942
|
-
subsequently incorporated within the Work.
|
48943
|
-
|
48944
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
48945
|
-
this License, each Contributor hereby grants to You a perpetual,
|
48946
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48947
|
-
copyright license to reproduce, prepare Derivative Works of,
|
48948
|
-
publicly display, publicly perform, sublicense, and distribute the
|
48949
|
-
Work and such Derivative Works in Source or Object form.
|
48950
|
-
|
48951
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
48952
|
-
this License, each Contributor hereby grants to You a perpetual,
|
48953
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48954
|
-
(except as stated in this section) patent license to make, have made,
|
48955
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
48956
|
-
where such license applies only to those patent claims licensable
|
48957
|
-
by such Contributor that are necessarily infringed by their
|
48958
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
48959
|
-
with the Work to which such Contribution(s) was submitted. If You
|
48960
|
-
institute patent litigation against any entity (including a
|
48961
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
48962
|
-
or a Contribution incorporated within the Work constitutes direct
|
48963
|
-
or contributory patent infringement, then any patent licenses
|
48964
|
-
granted to You under this License for that Work shall terminate
|
48965
|
-
as of the date such litigation is filed.
|
48966
|
-
|
48967
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
48968
|
-
Work or Derivative Works thereof in any medium, with or without
|
48969
|
-
modifications, and in Source or Object form, provided that You
|
48970
|
-
meet the following conditions:
|
48971
|
-
|
48972
|
-
(a) You must give any other recipients of the Work or
|
48973
|
-
Derivative Works a copy of this License; and
|
48974
|
-
|
48975
|
-
(b) You must cause any modified files to carry prominent notices
|
48976
|
-
stating that You changed the files; and
|
48977
|
-
|
48978
|
-
(c) You must retain, in the Source form of any Derivative Works
|
48979
|
-
that You distribute, all copyright, patent, trademark, and
|
48980
|
-
attribution notices from the Source form of the Work,
|
48981
|
-
excluding those notices that do not pertain to any part of
|
48982
|
-
the Derivative Works; and
|
48983
|
-
|
48984
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
48985
|
-
distribution, then any Derivative Works that You distribute must
|
48986
|
-
include a readable copy of the attribution notices contained
|
48987
|
-
within such NOTICE file, excluding those notices that do not
|
48988
|
-
pertain to any part of the Derivative Works, in at least one
|
48989
|
-
of the following places: within a NOTICE text file distributed
|
48990
|
-
as part of the Derivative Works; within the Source form or
|
48991
|
-
documentation, if provided along with the Derivative Works; or,
|
48992
|
-
within a display generated by the Derivative Works, if and
|
48993
|
-
wherever such third-party notices normally appear. The contents
|
48994
|
-
of the NOTICE file are for informational purposes only and
|
48995
|
-
do not modify the License. You may add Your own attribution
|
48996
|
-
notices within Derivative Works that You distribute, alongside
|
48997
|
-
or as an addendum to the NOTICE text from the Work, provided
|
48998
|
-
that such additional attribution notices cannot be construed
|
48999
|
-
as modifying the License.
|
49000
|
-
|
49001
|
-
You may add Your own copyright statement to Your modifications and
|
49002
|
-
may provide additional or different license terms and conditions
|
49003
|
-
for use, reproduction, or distribution of Your modifications, or
|
49004
|
-
for any such Derivative Works as a whole, provided Your use,
|
49005
|
-
reproduction, and distribution of the Work otherwise complies with
|
49006
|
-
the conditions stated in this License.
|
49007
|
-
|
49008
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
49009
|
-
any Contribution intentionally submitted for inclusion in the Work
|
49010
|
-
by You to the Licensor shall be under the terms and conditions of
|
49011
|
-
this License, without any additional terms or conditions.
|
49012
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
49013
|
-
the terms of any separate license agreement you may have executed
|
49014
|
-
with Licensor regarding such Contributions.
|
49015
|
-
|
49016
|
-
6. Trademarks. This License does not grant permission to use the trade
|
49017
|
-
names, trademarks, service marks, or product names of the Licensor,
|
49018
|
-
except as required for reasonable and customary use in describing the
|
49019
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
49020
|
-
|
49021
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
49022
|
-
agreed to in writing, Licensor provides the Work (and each
|
49023
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
49024
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
49025
|
-
implied, including, without limitation, any warranties or conditions
|
49026
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
49027
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
49028
|
-
appropriateness of using or redistributing the Work and assume any
|
49029
|
-
risks associated with Your exercise of permissions under this License.
|
49030
|
-
|
49031
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
49032
|
-
whether in tort (including negligence), contract, or otherwise,
|
49033
|
-
unless required by applicable law (such as deliberate and grossly
|
49034
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
49035
|
-
liable to You for damages, including any direct, indirect, special,
|
49036
|
-
incidental, or consequential damages of any character arising as a
|
49037
|
-
result of this License or out of the use or inability to use the
|
49038
|
-
Work (including but not limited to damages for loss of goodwill,
|
49039
|
-
work stoppage, computer failure or malfunction, or any and all
|
49040
|
-
other commercial damages or losses), even if such Contributor
|
49041
|
-
has been advised of the possibility of such damages.
|
49042
|
-
|
49043
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
49044
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
49045
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
49046
|
-
or other liability obligations and/or rights consistent with this
|
49047
|
-
License. However, in accepting such obligations, You may act only
|
49048
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
49049
|
-
of any other Contributor, and only if You agree to indemnify,
|
49050
|
-
defend, and hold each Contributor harmless for any liability
|
49051
|
-
incurred by, or claims asserted against, such Contributor by reason
|
49052
|
-
of your accepting any such warranty or additional liability.
|
49053
|
-
|
49054
|
-
END OF TERMS AND CONDITIONS
|
49055
|
-
|
49056
|
-
APPENDIX: How to apply the Apache License to your work.
|
49057
|
-
|
49058
|
-
To apply the Apache License to your work, attach the following
|
49059
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
49060
|
-
replaced with your own identifying information. (Don't include
|
49061
|
-
the brackets!) The text should be enclosed in the appropriate
|
49062
|
-
comment syntax for the file format. We also recommend that a
|
49063
|
-
file or class name and description of purpose be included on the
|
49064
|
-
same "printed page" as the copyright notice for easier
|
49065
|
-
identification within third-party archives.
|
49066
|
-
|
49067
|
-
Copyright [yyyy] [name of copyright owner]
|
49068
|
-
|
49069
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
49070
|
-
you may not use this file except in compliance with the License.
|
49071
|
-
You may obtain a copy of the License at
|
49072
|
-
|
49073
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
49074
|
-
|
49075
|
-
Unless required by applicable law or agreed to in writing, software
|
49076
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
49077
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49078
|
-
See the License for the specific language governing permissions and
|
49079
|
-
limitations under the License.
|
49080
|
-
|
49081
|
-
================================================================================
|
49082
|
-
uuid LICENSE-MIT
|
49083
|
-
================================================================================
|
49084
|
-
|
49085
|
-
Copyright (c) 2014 The Rust Project Developers
|
49086
|
-
Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
|
49087
|
-
|
49088
|
-
Permission is hereby granted, free of charge, to any
|
49089
|
-
person obtaining a copy of this software and associated
|
49090
|
-
documentation files (the "Software"), to deal in the
|
49091
|
-
Software without restriction, including without
|
49092
|
-
limitation the rights to use, copy, modify, merge,
|
49093
|
-
publish, distribute, sublicense, and/or sell copies of
|
49094
|
-
the Software, and to permit persons to whom the Software
|
49095
|
-
is furnished to do so, subject to the following
|
49096
|
-
conditions:
|
49097
|
-
|
49098
|
-
The above copyright notice and this permission notice
|
49099
|
-
shall be included in all copies or substantial portions
|
49100
|
-
of the Software.
|
49101
|
-
|
49102
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
49103
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
49104
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
49105
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
49106
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
49107
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
49108
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
49109
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
49110
|
-
DEALINGS IN THE SOFTWARE.
|
49111
|
-
|
49112
|
-
================================================================================
|
49113
|
-
value-trait LICENSE-APACHE
|
48485
|
+
uuid LICENSE-APACHE
|
48486
|
+
================================================================================
|
48487
|
+
|
48488
|
+
Apache License
|
48489
|
+
Version 2.0, January 2004
|
48490
|
+
http://www.apache.org/licenses/
|
48491
|
+
|
48492
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
48493
|
+
|
48494
|
+
1. Definitions.
|
48495
|
+
|
48496
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
48497
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
48498
|
+
|
48499
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
48500
|
+
the copyright owner that is granting the License.
|
48501
|
+
|
48502
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
48503
|
+
other entities that control, are controlled by, or are under common
|
48504
|
+
control with that entity. For the purposes of this definition,
|
48505
|
+
"control" means (i) the power, direct or indirect, to cause the
|
48506
|
+
direction or management of such entity, whether by contract or
|
48507
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
48508
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
48509
|
+
|
48510
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
48511
|
+
exercising permissions granted by this License.
|
48512
|
+
|
48513
|
+
"Source" form shall mean the preferred form for making modifications,
|
48514
|
+
including but not limited to software source code, documentation
|
48515
|
+
source, and configuration files.
|
48516
|
+
|
48517
|
+
"Object" form shall mean any form resulting from mechanical
|
48518
|
+
transformation or translation of a Source form, including but
|
48519
|
+
not limited to compiled object code, generated documentation,
|
48520
|
+
and conversions to other media types.
|
48521
|
+
|
48522
|
+
"Work" shall mean the work of authorship, whether in Source or
|
48523
|
+
Object form, made available under the License, as indicated by a
|
48524
|
+
copyright notice that is included in or attached to the work
|
48525
|
+
(an example is provided in the Appendix below).
|
48526
|
+
|
48527
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
48528
|
+
form, that is based on (or derived from) the Work and for which the
|
48529
|
+
editorial revisions, annotations, elaborations, or other modifications
|
48530
|
+
represent, as a whole, an original work of authorship. For the purposes
|
48531
|
+
of this License, Derivative Works shall not include works that remain
|
48532
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
48533
|
+
the Work and Derivative Works thereof.
|
48534
|
+
|
48535
|
+
"Contribution" shall mean any work of authorship, including
|
48536
|
+
the original version of the Work and any modifications or additions
|
48537
|
+
to that Work or Derivative Works thereof, that is intentionally
|
48538
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
48539
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
48540
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
48541
|
+
means any form of electronic, verbal, or written communication sent
|
48542
|
+
to the Licensor or its representatives, including but not limited to
|
48543
|
+
communication on electronic mailing lists, source code control systems,
|
48544
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
48545
|
+
Licensor for the purpose of discussing and improving the Work, but
|
48546
|
+
excluding communication that is conspicuously marked or otherwise
|
48547
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
48548
|
+
|
48549
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
48550
|
+
on behalf of whom a Contribution has been received by Licensor and
|
48551
|
+
subsequently incorporated within the Work.
|
48552
|
+
|
48553
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
48554
|
+
this License, each Contributor hereby grants to You a perpetual,
|
48555
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48556
|
+
copyright license to reproduce, prepare Derivative Works of,
|
48557
|
+
publicly display, publicly perform, sublicense, and distribute the
|
48558
|
+
Work and such Derivative Works in Source or Object form.
|
48559
|
+
|
48560
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
48561
|
+
this License, each Contributor hereby grants to You a perpetual,
|
48562
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48563
|
+
(except as stated in this section) patent license to make, have made,
|
48564
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
48565
|
+
where such license applies only to those patent claims licensable
|
48566
|
+
by such Contributor that are necessarily infringed by their
|
48567
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
48568
|
+
with the Work to which such Contribution(s) was submitted. If You
|
48569
|
+
institute patent litigation against any entity (including a
|
48570
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
48571
|
+
or a Contribution incorporated within the Work constitutes direct
|
48572
|
+
or contributory patent infringement, then any patent licenses
|
48573
|
+
granted to You under this License for that Work shall terminate
|
48574
|
+
as of the date such litigation is filed.
|
48575
|
+
|
48576
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
48577
|
+
Work or Derivative Works thereof in any medium, with or without
|
48578
|
+
modifications, and in Source or Object form, provided that You
|
48579
|
+
meet the following conditions:
|
48580
|
+
|
48581
|
+
(a) You must give any other recipients of the Work or
|
48582
|
+
Derivative Works a copy of this License; and
|
48583
|
+
|
48584
|
+
(b) You must cause any modified files to carry prominent notices
|
48585
|
+
stating that You changed the files; and
|
48586
|
+
|
48587
|
+
(c) You must retain, in the Source form of any Derivative Works
|
48588
|
+
that You distribute, all copyright, patent, trademark, and
|
48589
|
+
attribution notices from the Source form of the Work,
|
48590
|
+
excluding those notices that do not pertain to any part of
|
48591
|
+
the Derivative Works; and
|
48592
|
+
|
48593
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
48594
|
+
distribution, then any Derivative Works that You distribute must
|
48595
|
+
include a readable copy of the attribution notices contained
|
48596
|
+
within such NOTICE file, excluding those notices that do not
|
48597
|
+
pertain to any part of the Derivative Works, in at least one
|
48598
|
+
of the following places: within a NOTICE text file distributed
|
48599
|
+
as part of the Derivative Works; within the Source form or
|
48600
|
+
documentation, if provided along with the Derivative Works; or,
|
48601
|
+
within a display generated by the Derivative Works, if and
|
48602
|
+
wherever such third-party notices normally appear. The contents
|
48603
|
+
of the NOTICE file are for informational purposes only and
|
48604
|
+
do not modify the License. You may add Your own attribution
|
48605
|
+
notices within Derivative Works that You distribute, alongside
|
48606
|
+
or as an addendum to the NOTICE text from the Work, provided
|
48607
|
+
that such additional attribution notices cannot be construed
|
48608
|
+
as modifying the License.
|
48609
|
+
|
48610
|
+
You may add Your own copyright statement to Your modifications and
|
48611
|
+
may provide additional or different license terms and conditions
|
48612
|
+
for use, reproduction, or distribution of Your modifications, or
|
48613
|
+
for any such Derivative Works as a whole, provided Your use,
|
48614
|
+
reproduction, and distribution of the Work otherwise complies with
|
48615
|
+
the conditions stated in this License.
|
48616
|
+
|
48617
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
48618
|
+
any Contribution intentionally submitted for inclusion in the Work
|
48619
|
+
by You to the Licensor shall be under the terms and conditions of
|
48620
|
+
this License, without any additional terms or conditions.
|
48621
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
48622
|
+
the terms of any separate license agreement you may have executed
|
48623
|
+
with Licensor regarding such Contributions.
|
48624
|
+
|
48625
|
+
6. Trademarks. This License does not grant permission to use the trade
|
48626
|
+
names, trademarks, service marks, or product names of the Licensor,
|
48627
|
+
except as required for reasonable and customary use in describing the
|
48628
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
48629
|
+
|
48630
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
48631
|
+
agreed to in writing, Licensor provides the Work (and each
|
48632
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
48633
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
48634
|
+
implied, including, without limitation, any warranties or conditions
|
48635
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
48636
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
48637
|
+
appropriateness of using or redistributing the Work and assume any
|
48638
|
+
risks associated with Your exercise of permissions under this License.
|
48639
|
+
|
48640
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
48641
|
+
whether in tort (including negligence), contract, or otherwise,
|
48642
|
+
unless required by applicable law (such as deliberate and grossly
|
48643
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
48644
|
+
liable to You for damages, including any direct, indirect, special,
|
48645
|
+
incidental, or consequential damages of any character arising as a
|
48646
|
+
result of this License or out of the use or inability to use the
|
48647
|
+
Work (including but not limited to damages for loss of goodwill,
|
48648
|
+
work stoppage, computer failure or malfunction, or any and all
|
48649
|
+
other commercial damages or losses), even if such Contributor
|
48650
|
+
has been advised of the possibility of such damages.
|
48651
|
+
|
48652
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
48653
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
48654
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
48655
|
+
or other liability obligations and/or rights consistent with this
|
48656
|
+
License. However, in accepting such obligations, You may act only
|
48657
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
48658
|
+
of any other Contributor, and only if You agree to indemnify,
|
48659
|
+
defend, and hold each Contributor harmless for any liability
|
48660
|
+
incurred by, or claims asserted against, such Contributor by reason
|
48661
|
+
of your accepting any such warranty or additional liability.
|
48662
|
+
|
48663
|
+
END OF TERMS AND CONDITIONS
|
48664
|
+
|
48665
|
+
APPENDIX: How to apply the Apache License to your work.
|
48666
|
+
|
48667
|
+
To apply the Apache License to your work, attach the following
|
48668
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
48669
|
+
replaced with your own identifying information. (Don't include
|
48670
|
+
the brackets!) The text should be enclosed in the appropriate
|
48671
|
+
comment syntax for the file format. We also recommend that a
|
48672
|
+
file or class name and description of purpose be included on the
|
48673
|
+
same "printed page" as the copyright notice for easier
|
48674
|
+
identification within third-party archives.
|
48675
|
+
|
48676
|
+
Copyright [yyyy] [name of copyright owner]
|
48677
|
+
|
48678
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
48679
|
+
you may not use this file except in compliance with the License.
|
48680
|
+
You may obtain a copy of the License at
|
48681
|
+
|
48682
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
48683
|
+
|
48684
|
+
Unless required by applicable law or agreed to in writing, software
|
48685
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
48686
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
48687
|
+
See the License for the specific language governing permissions and
|
48688
|
+
limitations under the License.
|
48689
|
+
|
48690
|
+
================================================================================
|
48691
|
+
uuid LICENSE-MIT
|
48692
|
+
================================================================================
|
48693
|
+
|
48694
|
+
Copyright (c) 2014 The Rust Project Developers
|
48695
|
+
Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
|
48696
|
+
|
48697
|
+
Permission is hereby granted, free of charge, to any
|
48698
|
+
person obtaining a copy of this software and associated
|
48699
|
+
documentation files (the "Software"), to deal in the
|
48700
|
+
Software without restriction, including without
|
48701
|
+
limitation the rights to use, copy, modify, merge,
|
48702
|
+
publish, distribute, sublicense, and/or sell copies of
|
48703
|
+
the Software, and to permit persons to whom the Software
|
48704
|
+
is furnished to do so, subject to the following
|
48705
|
+
conditions:
|
48706
|
+
|
48707
|
+
The above copyright notice and this permission notice
|
48708
|
+
shall be included in all copies or substantial portions
|
48709
|
+
of the Software.
|
48710
|
+
|
48711
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
48712
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
48713
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
48714
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
48715
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
48716
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
48717
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
48718
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
48719
|
+
DEALINGS IN THE SOFTWARE.
|
48720
|
+
|
48721
|
+
================================================================================
|
48722
|
+
value-trait LICENSE-APACHE
|
49114
48723
|
================================================================================
|
49115
48724
|
|
49116
48725
|
|
@@ -49523,1039 +49132,326 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
49523
49132
|
|
49524
49133
|
END OF TERMS AND CONDITIONS
|
49525
49134
|
|
49526
|
-
APPENDIX: How to apply the Apache License to your work.
|
49527
|
-
|
49528
|
-
To apply the Apache License to your work, attach the following
|
49529
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
49530
|
-
replaced with your own identifying information. (Don't include
|
49531
|
-
the brackets!) The text should be enclosed in the appropriate
|
49532
|
-
comment syntax for the file format. We also recommend that a
|
49533
|
-
file or class name and description of purpose be included on the
|
49534
|
-
same "printed page" as the copyright notice for easier
|
49535
|
-
identification within third-party archives.
|
49536
|
-
|
49537
|
-
Copyright [yyyy] [name of copyright owner]
|
49538
|
-
|
49539
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
49540
|
-
you may not use this file except in compliance with the License.
|
49541
|
-
You may obtain a copy of the License at
|
49542
|
-
|
49543
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
49544
|
-
|
49545
|
-
Unless required by applicable law or agreed to in writing, software
|
49546
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
49547
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49548
|
-
See the License for the specific language governing permissions and
|
49549
|
-
limitations under the License.
|
49550
|
-
|
49551
|
-
================================================================================
|
49552
|
-
version_check LICENSE-MIT
|
49553
|
-
================================================================================
|
49554
|
-
|
49555
|
-
The MIT License (MIT)
|
49556
|
-
Copyright (c) 2017-2018 Sergio Benitez
|
49557
|
-
|
49558
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
49559
|
-
this software and associated documentation files (the "Software"), to deal in
|
49560
|
-
the Software without restriction, including without limitation the rights to
|
49561
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
49562
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
49563
|
-
subject to the following conditions:
|
49564
|
-
|
49565
|
-
The above copyright notice and this permission notice shall be included in all
|
49566
|
-
copies or substantial portions of the Software.
|
49567
|
-
|
49568
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49569
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
49570
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
49571
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
49572
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
49573
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
49574
|
-
|
49575
|
-
================================================================================
|
49576
|
-
walkdir COPYING
|
49577
|
-
================================================================================
|
49578
|
-
|
49579
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
49580
|
-
|
49581
|
-
You may use this code under the terms of either license.
|
49582
|
-
|
49583
|
-
================================================================================
|
49584
|
-
walkdir LICENSE-MIT
|
49585
|
-
================================================================================
|
49586
|
-
|
49587
|
-
The MIT License (MIT)
|
49588
|
-
|
49589
|
-
Copyright (c) 2015 Andrew Gallant
|
49590
|
-
|
49591
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49592
|
-
of this software and associated documentation files (the "Software"), to deal
|
49593
|
-
in the Software without restriction, including without limitation the rights
|
49594
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49595
|
-
copies of the Software, and to permit persons to whom the Software is
|
49596
|
-
furnished to do so, subject to the following conditions:
|
49597
|
-
|
49598
|
-
The above copyright notice and this permission notice shall be included in
|
49599
|
-
all copies or substantial portions of the Software.
|
49600
|
-
|
49601
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49602
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49603
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49604
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49605
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49606
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49607
|
-
THE SOFTWARE.
|
49608
|
-
|
49609
|
-
================================================================================
|
49610
|
-
walkdir UNLICENSE
|
49611
|
-
================================================================================
|
49612
|
-
|
49613
|
-
This is free and unencumbered software released into the public domain.
|
49614
|
-
|
49615
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
49616
|
-
distribute this software, either in source code form or as a compiled
|
49617
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
49618
|
-
means.
|
49619
|
-
|
49620
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
49621
|
-
of this software dedicate any and all copyright interest in the
|
49622
|
-
software to the public domain. We make this dedication for the benefit
|
49623
|
-
of the public at large and to the detriment of our heirs and
|
49624
|
-
successors. We intend this dedication to be an overt act of
|
49625
|
-
relinquishment in perpetuity of all present and future rights to this
|
49626
|
-
software under copyright law.
|
49627
|
-
|
49628
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
49629
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49630
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
49631
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
49632
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
49633
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
49634
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
49635
|
-
|
49636
|
-
For more information, please refer to <http://unlicense.org/>
|
49637
|
-
|
49638
|
-
================================================================================
|
49639
|
-
want LICENSE
|
49640
|
-
================================================================================
|
49641
|
-
|
49642
|
-
Copyright (c) 2018-2019 Sean McArthur
|
49643
|
-
|
49644
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49645
|
-
of this software and associated documentation files (the "Software"), to deal
|
49646
|
-
in the Software without restriction, including without limitation the rights
|
49647
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49648
|
-
copies of the Software, and to permit persons to whom the Software is
|
49649
|
-
furnished to do so, subject to the following conditions:
|
49650
|
-
|
49651
|
-
The above copyright notice and this permission notice shall be included in
|
49652
|
-
all copies or substantial portions of the Software.
|
49653
|
-
|
49654
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49655
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49656
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49657
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49658
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49659
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49660
|
-
THE SOFTWARE.
|
49661
|
-
|
49662
|
-
|
49663
|
-
================================================================================
|
49664
|
-
write16 LICENSE-APACHE
|
49665
|
-
================================================================================
|
49666
|
-
|
49667
|
-
|
49668
|
-
Apache License
|
49669
|
-
Version 2.0, January 2004
|
49670
|
-
http://www.apache.org/licenses/
|
49671
|
-
|
49672
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
49673
|
-
|
49674
|
-
1. Definitions.
|
49675
|
-
|
49676
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
49677
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
49678
|
-
|
49679
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
49680
|
-
the copyright owner that is granting the License.
|
49681
|
-
|
49682
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
49683
|
-
other entities that control, are controlled by, or are under common
|
49684
|
-
control with that entity. For the purposes of this definition,
|
49685
|
-
"control" means (i) the power, direct or indirect, to cause the
|
49686
|
-
direction or management of such entity, whether by contract or
|
49687
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
49688
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
49689
|
-
|
49690
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
49691
|
-
exercising permissions granted by this License.
|
49692
|
-
|
49693
|
-
"Source" form shall mean the preferred form for making modifications,
|
49694
|
-
including but not limited to software source code, documentation
|
49695
|
-
source, and configuration files.
|
49696
|
-
|
49697
|
-
"Object" form shall mean any form resulting from mechanical
|
49698
|
-
transformation or translation of a Source form, including but
|
49699
|
-
not limited to compiled object code, generated documentation,
|
49700
|
-
and conversions to other media types.
|
49701
|
-
|
49702
|
-
"Work" shall mean the work of authorship, whether in Source or
|
49703
|
-
Object form, made available under the License, as indicated by a
|
49704
|
-
copyright notice that is included in or attached to the work
|
49705
|
-
(an example is provided in the Appendix below).
|
49706
|
-
|
49707
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
49708
|
-
form, that is based on (or derived from) the Work and for which the
|
49709
|
-
editorial revisions, annotations, elaborations, or other modifications
|
49710
|
-
represent, as a whole, an original work of authorship. For the purposes
|
49711
|
-
of this License, Derivative Works shall not include works that remain
|
49712
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
49713
|
-
the Work and Derivative Works thereof.
|
49714
|
-
|
49715
|
-
"Contribution" shall mean any work of authorship, including
|
49716
|
-
the original version of the Work and any modifications or additions
|
49717
|
-
to that Work or Derivative Works thereof, that is intentionally
|
49718
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
49719
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
49720
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
49721
|
-
means any form of electronic, verbal, or written communication sent
|
49722
|
-
to the Licensor or its representatives, including but not limited to
|
49723
|
-
communication on electronic mailing lists, source code control systems,
|
49724
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
49725
|
-
Licensor for the purpose of discussing and improving the Work, but
|
49726
|
-
excluding communication that is conspicuously marked or otherwise
|
49727
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
49728
|
-
|
49729
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
49730
|
-
on behalf of whom a Contribution has been received by Licensor and
|
49731
|
-
subsequently incorporated within the Work.
|
49732
|
-
|
49733
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
49734
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49735
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49736
|
-
copyright license to reproduce, prepare Derivative Works of,
|
49737
|
-
publicly display, publicly perform, sublicense, and distribute the
|
49738
|
-
Work and such Derivative Works in Source or Object form.
|
49739
|
-
|
49740
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
49741
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49742
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49743
|
-
(except as stated in this section) patent license to make, have made,
|
49744
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
49745
|
-
where such license applies only to those patent claims licensable
|
49746
|
-
by such Contributor that are necessarily infringed by their
|
49747
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
49748
|
-
with the Work to which such Contribution(s) was submitted. If You
|
49749
|
-
institute patent litigation against any entity (including a
|
49750
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
49751
|
-
or a Contribution incorporated within the Work constitutes direct
|
49752
|
-
or contributory patent infringement, then any patent licenses
|
49753
|
-
granted to You under this License for that Work shall terminate
|
49754
|
-
as of the date such litigation is filed.
|
49755
|
-
|
49756
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
49757
|
-
Work or Derivative Works thereof in any medium, with or without
|
49758
|
-
modifications, and in Source or Object form, provided that You
|
49759
|
-
meet the following conditions:
|
49760
|
-
|
49761
|
-
(a) You must give any other recipients of the Work or
|
49762
|
-
Derivative Works a copy of this License; and
|
49763
|
-
|
49764
|
-
(b) You must cause any modified files to carry prominent notices
|
49765
|
-
stating that You changed the files; and
|
49766
|
-
|
49767
|
-
(c) You must retain, in the Source form of any Derivative Works
|
49768
|
-
that You distribute, all copyright, patent, trademark, and
|
49769
|
-
attribution notices from the Source form of the Work,
|
49770
|
-
excluding those notices that do not pertain to any part of
|
49771
|
-
the Derivative Works; and
|
49772
|
-
|
49773
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
49774
|
-
distribution, then any Derivative Works that You distribute must
|
49775
|
-
include a readable copy of the attribution notices contained
|
49776
|
-
within such NOTICE file, excluding those notices that do not
|
49777
|
-
pertain to any part of the Derivative Works, in at least one
|
49778
|
-
of the following places: within a NOTICE text file distributed
|
49779
|
-
as part of the Derivative Works; within the Source form or
|
49780
|
-
documentation, if provided along with the Derivative Works; or,
|
49781
|
-
within a display generated by the Derivative Works, if and
|
49782
|
-
wherever such third-party notices normally appear. The contents
|
49783
|
-
of the NOTICE file are for informational purposes only and
|
49784
|
-
do not modify the License. You may add Your own attribution
|
49785
|
-
notices within Derivative Works that You distribute, alongside
|
49786
|
-
or as an addendum to the NOTICE text from the Work, provided
|
49787
|
-
that such additional attribution notices cannot be construed
|
49788
|
-
as modifying the License.
|
49789
|
-
|
49790
|
-
You may add Your own copyright statement to Your modifications and
|
49791
|
-
may provide additional or different license terms and conditions
|
49792
|
-
for use, reproduction, or distribution of Your modifications, or
|
49793
|
-
for any such Derivative Works as a whole, provided Your use,
|
49794
|
-
reproduction, and distribution of the Work otherwise complies with
|
49795
|
-
the conditions stated in this License.
|
49796
|
-
|
49797
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
49798
|
-
any Contribution intentionally submitted for inclusion in the Work
|
49799
|
-
by You to the Licensor shall be under the terms and conditions of
|
49800
|
-
this License, without any additional terms or conditions.
|
49801
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
49802
|
-
the terms of any separate license agreement you may have executed
|
49803
|
-
with Licensor regarding such Contributions.
|
49804
|
-
|
49805
|
-
6. Trademarks. This License does not grant permission to use the trade
|
49806
|
-
names, trademarks, service marks, or product names of the Licensor,
|
49807
|
-
except as required for reasonable and customary use in describing the
|
49808
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
49809
|
-
|
49810
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
49811
|
-
agreed to in writing, Licensor provides the Work (and each
|
49812
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
49813
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
49814
|
-
implied, including, without limitation, any warranties or conditions
|
49815
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
49816
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
49817
|
-
appropriateness of using or redistributing the Work and assume any
|
49818
|
-
risks associated with Your exercise of permissions under this License.
|
49819
|
-
|
49820
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
49821
|
-
whether in tort (including negligence), contract, or otherwise,
|
49822
|
-
unless required by applicable law (such as deliberate and grossly
|
49823
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
49824
|
-
liable to You for damages, including any direct, indirect, special,
|
49825
|
-
incidental, or consequential damages of any character arising as a
|
49826
|
-
result of this License or out of the use or inability to use the
|
49827
|
-
Work (including but not limited to damages for loss of goodwill,
|
49828
|
-
work stoppage, computer failure or malfunction, or any and all
|
49829
|
-
other commercial damages or losses), even if such Contributor
|
49830
|
-
has been advised of the possibility of such damages.
|
49831
|
-
|
49832
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
49833
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
49834
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
49835
|
-
or other liability obligations and/or rights consistent with this
|
49836
|
-
License. However, in accepting such obligations, You may act only
|
49837
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
49838
|
-
of any other Contributor, and only if You agree to indemnify,
|
49839
|
-
defend, and hold each Contributor harmless for any liability
|
49840
|
-
incurred by, or claims asserted against, such Contributor by reason
|
49841
|
-
of your accepting any such warranty or additional liability.
|
49842
|
-
|
49843
|
-
END OF TERMS AND CONDITIONS
|
49844
|
-
|
49845
|
-
APPENDIX: How to apply the Apache License to your work.
|
49846
|
-
|
49847
|
-
To apply the Apache License to your work, attach the following
|
49848
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
49849
|
-
replaced with your own identifying information. (Don't include
|
49850
|
-
the brackets!) The text should be enclosed in the appropriate
|
49851
|
-
comment syntax for the file format. We also recommend that a
|
49852
|
-
file or class name and description of purpose be included on the
|
49853
|
-
same "printed page" as the copyright notice for easier
|
49854
|
-
identification within third-party archives.
|
49855
|
-
|
49856
|
-
Copyright [yyyy] [name of copyright owner]
|
49857
|
-
|
49858
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
49859
|
-
you may not use this file except in compliance with the License.
|
49860
|
-
You may obtain a copy of the License at
|
49861
|
-
|
49862
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
49863
|
-
|
49864
|
-
Unless required by applicable law or agreed to in writing, software
|
49865
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
49866
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49867
|
-
See the License for the specific language governing permissions and
|
49868
|
-
limitations under the License.
|
49869
|
-
|
49870
|
-
================================================================================
|
49871
|
-
write16 LICENSE-MIT
|
49872
|
-
================================================================================
|
49873
|
-
|
49874
|
-
Copyright Mozilla Foundation
|
49875
|
-
|
49876
|
-
Permission is hereby granted, free of charge, to any
|
49877
|
-
person obtaining a copy of this software and associated
|
49878
|
-
documentation files (the "Software"), to deal in the
|
49879
|
-
Software without restriction, including without
|
49880
|
-
limitation the rights to use, copy, modify, merge,
|
49881
|
-
publish, distribute, sublicense, and/or sell copies of
|
49882
|
-
the Software, and to permit persons to whom the Software
|
49883
|
-
is furnished to do so, subject to the following
|
49884
|
-
conditions:
|
49885
|
-
|
49886
|
-
The above copyright notice and this permission notice
|
49887
|
-
shall be included in all copies or substantial portions
|
49888
|
-
of the Software.
|
49889
|
-
|
49890
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
49891
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
49892
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
49893
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
49894
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
49895
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
49896
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
49897
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
49898
|
-
DEALINGS IN THE SOFTWARE.
|
49899
|
-
|
49900
|
-
================================================================================
|
49901
|
-
writeable LICENSE
|
49902
|
-
================================================================================
|
49903
|
-
|
49904
|
-
UNICODE LICENSE V3
|
49905
|
-
|
49906
|
-
COPYRIGHT AND PERMISSION NOTICE
|
49907
|
-
|
49908
|
-
Copyright © 2020-2024 Unicode, Inc.
|
49909
|
-
|
49910
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49911
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49912
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49913
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49914
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49915
|
-
|
49916
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
49917
|
-
copy of data files and any associated documentation (the "Data Files") or
|
49918
|
-
software and any associated documentation (the "Software") to deal in the
|
49919
|
-
Data Files or Software without restriction, including without limitation
|
49920
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49921
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
49922
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
49923
|
-
this copyright and permission notice appear with all copies of the Data
|
49924
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
49925
|
-
associated Documentation.
|
49926
|
-
|
49927
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49928
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49929
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49930
|
-
THIRD PARTY RIGHTS.
|
49931
|
-
|
49932
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49933
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49934
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49935
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49936
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49937
|
-
FILES OR SOFTWARE.
|
49938
|
-
|
49939
|
-
Except as contained in this notice, the name of a copyright holder shall
|
49940
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
49941
|
-
dealings in these Data Files or Software without prior written
|
49942
|
-
authorization of the copyright holder.
|
49943
|
-
|
49944
|
-
SPDX-License-Identifier: Unicode-3.0
|
49945
|
-
|
49946
|
-
—
|
49947
|
-
|
49948
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49949
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49950
|
-
|
49951
|
-
================================================================================
|
49952
|
-
xxhash-rust LICENSE
|
49953
|
-
================================================================================
|
49954
|
-
|
49955
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
49956
|
-
|
49957
|
-
Permission is hereby granted, free of charge, to any person or organization
|
49958
|
-
obtaining a copy of the software and accompanying documentation covered by
|
49959
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
49960
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
49961
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
49962
|
-
do so, all subject to the following:
|
49963
|
-
|
49964
|
-
The copyright notices in the Software and this entire statement, including
|
49965
|
-
the above license grant, this restriction and the following disclaimer,
|
49966
|
-
must be included in all copies of the Software, in whole or in part, and
|
49967
|
-
all derivative works of the Software, unless such copies or derivative
|
49968
|
-
works are solely in the form of machine-executable object code generated by
|
49969
|
-
a source language processor.
|
49970
|
-
|
49971
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49972
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49973
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
49974
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
49975
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
49976
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
49977
|
-
DEALINGS IN THE SOFTWARE.
|
49978
|
-
|
49979
|
-
================================================================================
|
49980
|
-
yoke LICENSE
|
49981
|
-
================================================================================
|
49982
|
-
|
49983
|
-
UNICODE LICENSE V3
|
49984
|
-
|
49985
|
-
COPYRIGHT AND PERMISSION NOTICE
|
49986
|
-
|
49987
|
-
Copyright © 2020-2024 Unicode, Inc.
|
49988
|
-
|
49989
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49990
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49991
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49992
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49993
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49994
|
-
|
49995
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
49996
|
-
copy of data files and any associated documentation (the "Data Files") or
|
49997
|
-
software and any associated documentation (the "Software") to deal in the
|
49998
|
-
Data Files or Software without restriction, including without limitation
|
49999
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50000
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
50001
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
50002
|
-
this copyright and permission notice appear with all copies of the Data
|
50003
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
50004
|
-
associated Documentation.
|
50005
|
-
|
50006
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50007
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50008
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50009
|
-
THIRD PARTY RIGHTS.
|
50010
|
-
|
50011
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50012
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50013
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50014
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50015
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50016
|
-
FILES OR SOFTWARE.
|
50017
|
-
|
50018
|
-
Except as contained in this notice, the name of a copyright holder shall
|
50019
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
50020
|
-
dealings in these Data Files or Software without prior written
|
50021
|
-
authorization of the copyright holder.
|
50022
|
-
|
50023
|
-
SPDX-License-Identifier: Unicode-3.0
|
50024
|
-
|
50025
|
-
—
|
50026
|
-
|
50027
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50028
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50029
|
-
|
50030
|
-
================================================================================
|
50031
|
-
yoke-derive LICENSE
|
50032
|
-
================================================================================
|
50033
|
-
|
50034
|
-
UNICODE LICENSE V3
|
50035
|
-
|
50036
|
-
COPYRIGHT AND PERMISSION NOTICE
|
50037
|
-
|
50038
|
-
Copyright © 2020-2024 Unicode, Inc.
|
50039
|
-
|
50040
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50041
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50042
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50043
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50044
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50045
|
-
|
50046
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
50047
|
-
copy of data files and any associated documentation (the "Data Files") or
|
50048
|
-
software and any associated documentation (the "Software") to deal in the
|
50049
|
-
Data Files or Software without restriction, including without limitation
|
50050
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50051
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
50052
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
50053
|
-
this copyright and permission notice appear with all copies of the Data
|
50054
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
50055
|
-
associated Documentation.
|
50056
|
-
|
50057
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50058
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50059
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50060
|
-
THIRD PARTY RIGHTS.
|
50061
|
-
|
50062
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50063
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50064
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50065
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50066
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50067
|
-
FILES OR SOFTWARE.
|
50068
|
-
|
50069
|
-
Except as contained in this notice, the name of a copyright holder shall
|
50070
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
50071
|
-
dealings in these Data Files or Software without prior written
|
50072
|
-
authorization of the copyright holder.
|
50073
|
-
|
50074
|
-
SPDX-License-Identifier: Unicode-3.0
|
50075
|
-
|
50076
|
-
—
|
50077
|
-
|
50078
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50079
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50080
|
-
|
50081
|
-
================================================================================
|
50082
|
-
zerocopy v0.7.35 LICENSE-APACHE
|
50083
|
-
================================================================================
|
50084
|
-
|
50085
|
-
Apache License
|
50086
|
-
Version 2.0, January 2004
|
50087
|
-
http://www.apache.org/licenses/
|
50088
|
-
|
50089
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
50090
|
-
|
50091
|
-
1. Definitions.
|
50092
|
-
|
50093
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
50094
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
50095
|
-
|
50096
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
50097
|
-
the copyright owner that is granting the License.
|
50098
|
-
|
50099
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
50100
|
-
other entities that control, are controlled by, or are under common
|
50101
|
-
control with that entity. For the purposes of this definition,
|
50102
|
-
"control" means (i) the power, direct or indirect, to cause the
|
50103
|
-
direction or management of such entity, whether by contract or
|
50104
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
50105
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
50106
|
-
|
50107
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
50108
|
-
exercising permissions granted by this License.
|
50109
|
-
|
50110
|
-
"Source" form shall mean the preferred form for making modifications,
|
50111
|
-
including but not limited to software source code, documentation
|
50112
|
-
source, and configuration files.
|
50113
|
-
|
50114
|
-
"Object" form shall mean any form resulting from mechanical
|
50115
|
-
transformation or translation of a Source form, including but
|
50116
|
-
not limited to compiled object code, generated documentation,
|
50117
|
-
and conversions to other media types.
|
50118
|
-
|
50119
|
-
"Work" shall mean the work of authorship, whether in Source or
|
50120
|
-
Object form, made available under the License, as indicated by a
|
50121
|
-
copyright notice that is included in or attached to the work
|
50122
|
-
(an example is provided in the Appendix below).
|
50123
|
-
|
50124
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
50125
|
-
form, that is based on (or derived from) the Work and for which the
|
50126
|
-
editorial revisions, annotations, elaborations, or other modifications
|
50127
|
-
represent, as a whole, an original work of authorship. For the purposes
|
50128
|
-
of this License, Derivative Works shall not include works that remain
|
50129
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
50130
|
-
the Work and Derivative Works thereof.
|
50131
|
-
|
50132
|
-
"Contribution" shall mean any work of authorship, including
|
50133
|
-
the original version of the Work and any modifications or additions
|
50134
|
-
to that Work or Derivative Works thereof, that is intentionally
|
50135
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
50136
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
50137
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
50138
|
-
means any form of electronic, verbal, or written communication sent
|
50139
|
-
to the Licensor or its representatives, including but not limited to
|
50140
|
-
communication on electronic mailing lists, source code control systems,
|
50141
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
50142
|
-
Licensor for the purpose of discussing and improving the Work, but
|
50143
|
-
excluding communication that is conspicuously marked or otherwise
|
50144
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
50145
|
-
|
50146
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
50147
|
-
on behalf of whom a Contribution has been received by Licensor and
|
50148
|
-
subsequently incorporated within the Work.
|
50149
|
-
|
50150
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
50151
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50152
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50153
|
-
copyright license to reproduce, prepare Derivative Works of,
|
50154
|
-
publicly display, publicly perform, sublicense, and distribute the
|
50155
|
-
Work and such Derivative Works in Source or Object form.
|
50156
|
-
|
50157
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
50158
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50159
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50160
|
-
(except as stated in this section) patent license to make, have made,
|
50161
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
50162
|
-
where such license applies only to those patent claims licensable
|
50163
|
-
by such Contributor that are necessarily infringed by their
|
50164
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
50165
|
-
with the Work to which such Contribution(s) was submitted. If You
|
50166
|
-
institute patent litigation against any entity (including a
|
50167
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
50168
|
-
or a Contribution incorporated within the Work constitutes direct
|
50169
|
-
or contributory patent infringement, then any patent licenses
|
50170
|
-
granted to You under this License for that Work shall terminate
|
50171
|
-
as of the date such litigation is filed.
|
50172
|
-
|
50173
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
50174
|
-
Work or Derivative Works thereof in any medium, with or without
|
50175
|
-
modifications, and in Source or Object form, provided that You
|
50176
|
-
meet the following conditions:
|
50177
|
-
|
50178
|
-
(a) You must give any other recipients of the Work or
|
50179
|
-
Derivative Works a copy of this License; and
|
50180
|
-
|
50181
|
-
(b) You must cause any modified files to carry prominent notices
|
50182
|
-
stating that You changed the files; and
|
50183
|
-
|
50184
|
-
(c) You must retain, in the Source form of any Derivative Works
|
50185
|
-
that You distribute, all copyright, patent, trademark, and
|
50186
|
-
attribution notices from the Source form of the Work,
|
50187
|
-
excluding those notices that do not pertain to any part of
|
50188
|
-
the Derivative Works; and
|
50189
|
-
|
50190
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
50191
|
-
distribution, then any Derivative Works that You distribute must
|
50192
|
-
include a readable copy of the attribution notices contained
|
50193
|
-
within such NOTICE file, excluding those notices that do not
|
50194
|
-
pertain to any part of the Derivative Works, in at least one
|
50195
|
-
of the following places: within a NOTICE text file distributed
|
50196
|
-
as part of the Derivative Works; within the Source form or
|
50197
|
-
documentation, if provided along with the Derivative Works; or,
|
50198
|
-
within a display generated by the Derivative Works, if and
|
50199
|
-
wherever such third-party notices normally appear. The contents
|
50200
|
-
of the NOTICE file are for informational purposes only and
|
50201
|
-
do not modify the License. You may add Your own attribution
|
50202
|
-
notices within Derivative Works that You distribute, alongside
|
50203
|
-
or as an addendum to the NOTICE text from the Work, provided
|
50204
|
-
that such additional attribution notices cannot be construed
|
50205
|
-
as modifying the License.
|
50206
|
-
|
50207
|
-
You may add Your own copyright statement to Your modifications and
|
50208
|
-
may provide additional or different license terms and conditions
|
50209
|
-
for use, reproduction, or distribution of Your modifications, or
|
50210
|
-
for any such Derivative Works as a whole, provided Your use,
|
50211
|
-
reproduction, and distribution of the Work otherwise complies with
|
50212
|
-
the conditions stated in this License.
|
50213
|
-
|
50214
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
50215
|
-
any Contribution intentionally submitted for inclusion in the Work
|
50216
|
-
by You to the Licensor shall be under the terms and conditions of
|
50217
|
-
this License, without any additional terms or conditions.
|
50218
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
50219
|
-
the terms of any separate license agreement you may have executed
|
50220
|
-
with Licensor regarding such Contributions.
|
50221
|
-
|
50222
|
-
6. Trademarks. This License does not grant permission to use the trade
|
50223
|
-
names, trademarks, service marks, or product names of the Licensor,
|
50224
|
-
except as required for reasonable and customary use in describing the
|
50225
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
50226
|
-
|
50227
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
50228
|
-
agreed to in writing, Licensor provides the Work (and each
|
50229
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
50230
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
50231
|
-
implied, including, without limitation, any warranties or conditions
|
50232
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
50233
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
50234
|
-
appropriateness of using or redistributing the Work and assume any
|
50235
|
-
risks associated with Your exercise of permissions under this License.
|
50236
|
-
|
50237
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
50238
|
-
whether in tort (including negligence), contract, or otherwise,
|
50239
|
-
unless required by applicable law (such as deliberate and grossly
|
50240
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
50241
|
-
liable to You for damages, including any direct, indirect, special,
|
50242
|
-
incidental, or consequential damages of any character arising as a
|
50243
|
-
result of this License or out of the use or inability to use the
|
50244
|
-
Work (including but not limited to damages for loss of goodwill,
|
50245
|
-
work stoppage, computer failure or malfunction, or any and all
|
50246
|
-
other commercial damages or losses), even if such Contributor
|
50247
|
-
has been advised of the possibility of such damages.
|
50248
|
-
|
50249
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
50250
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
50251
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
50252
|
-
or other liability obligations and/or rights consistent with this
|
50253
|
-
License. However, in accepting such obligations, You may act only
|
50254
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
50255
|
-
of any other Contributor, and only if You agree to indemnify,
|
50256
|
-
defend, and hold each Contributor harmless for any liability
|
50257
|
-
incurred by, or claims asserted against, such Contributor by reason
|
50258
|
-
of your accepting any such warranty or additional liability.
|
50259
|
-
|
50260
|
-
END OF TERMS AND CONDITIONS
|
50261
|
-
|
50262
|
-
APPENDIX: How to apply the Apache License to your work.
|
50263
|
-
|
50264
|
-
To apply the Apache License to your work, attach the following
|
50265
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
50266
|
-
replaced with your own identifying information. (Don't include
|
50267
|
-
the brackets!) The text should be enclosed in the appropriate
|
50268
|
-
comment syntax for the file format. We also recommend that a
|
50269
|
-
file or class name and description of purpose be included on the
|
50270
|
-
same "printed page" as the copyright notice for easier
|
50271
|
-
identification within third-party archives.
|
50272
|
-
|
50273
|
-
Copyright 2023 The Fuchsia Authors
|
50274
|
-
|
50275
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
50276
|
-
you may not use this file except in compliance with the License.
|
50277
|
-
You may obtain a copy of the License at
|
50278
|
-
|
50279
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
50280
|
-
|
50281
|
-
Unless required by applicable law or agreed to in writing, software
|
50282
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
50283
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
50284
|
-
See the License for the specific language governing permissions and
|
50285
|
-
limitations under the License.
|
50286
|
-
|
50287
|
-
|
50288
|
-
================================================================================
|
50289
|
-
zerocopy v0.7.35 LICENSE-BSD
|
50290
|
-
================================================================================
|
50291
|
-
|
50292
|
-
Copyright 2019 The Fuchsia Authors.
|
50293
|
-
|
50294
|
-
Redistribution and use in source and binary forms, with or without
|
50295
|
-
modification, are permitted provided that the following conditions are
|
50296
|
-
met:
|
50297
|
-
|
50298
|
-
* Redistributions of source code must retain the above copyright
|
50299
|
-
notice, this list of conditions and the following disclaimer.
|
50300
|
-
* Redistributions in binary form must reproduce the above
|
50301
|
-
copyright notice, this list of conditions and the following disclaimer
|
50302
|
-
in the documentation and/or other materials provided with the
|
50303
|
-
distribution.
|
50304
|
-
|
50305
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
50306
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
50307
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
50308
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
50309
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
50310
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
50311
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
50312
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
50313
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
50314
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
50315
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
50316
|
-
|
50317
|
-
================================================================================
|
50318
|
-
zerocopy v0.7.35 LICENSE-MIT
|
50319
|
-
================================================================================
|
50320
|
-
|
50321
|
-
Copyright 2023 The Fuchsia Authors
|
50322
|
-
|
50323
|
-
Permission is hereby granted, free of charge, to any
|
50324
|
-
person obtaining a copy of this software and associated
|
50325
|
-
documentation files (the "Software"), to deal in the
|
50326
|
-
Software without restriction, including without
|
50327
|
-
limitation the rights to use, copy, modify, merge,
|
50328
|
-
publish, distribute, sublicense, and/or sell copies of
|
50329
|
-
the Software, and to permit persons to whom the Software
|
50330
|
-
is furnished to do so, subject to the following
|
50331
|
-
conditions:
|
50332
|
-
|
50333
|
-
The above copyright notice and this permission notice
|
50334
|
-
shall be included in all copies or substantial portions
|
50335
|
-
of the Software.
|
50336
|
-
|
50337
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
50338
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
50339
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
50340
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
50341
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
50342
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
50343
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
50344
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50345
|
-
DEALINGS IN THE SOFTWARE.
|
50346
|
-
|
50347
|
-
|
50348
|
-
================================================================================
|
50349
|
-
zerocopy v0.7.35 src/third_party/rust/LICENSE-APACHE
|
50350
|
-
================================================================================
|
50351
|
-
|
50352
|
-
Apache License
|
50353
|
-
Version 2.0, January 2004
|
50354
|
-
http://www.apache.org/licenses/
|
50355
|
-
|
50356
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
50357
|
-
|
50358
|
-
1. Definitions.
|
50359
|
-
|
50360
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
50361
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
50362
|
-
|
50363
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
50364
|
-
the copyright owner that is granting the License.
|
50365
|
-
|
50366
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
50367
|
-
other entities that control, are controlled by, or are under common
|
50368
|
-
control with that entity. For the purposes of this definition,
|
50369
|
-
"control" means (i) the power, direct or indirect, to cause the
|
50370
|
-
direction or management of such entity, whether by contract or
|
50371
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
50372
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
50373
|
-
|
50374
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
50375
|
-
exercising permissions granted by this License.
|
50376
|
-
|
50377
|
-
"Source" form shall mean the preferred form for making modifications,
|
50378
|
-
including but not limited to software source code, documentation
|
50379
|
-
source, and configuration files.
|
50380
|
-
|
50381
|
-
"Object" form shall mean any form resulting from mechanical
|
50382
|
-
transformation or translation of a Source form, including but
|
50383
|
-
not limited to compiled object code, generated documentation,
|
50384
|
-
and conversions to other media types.
|
50385
|
-
|
50386
|
-
"Work" shall mean the work of authorship, whether in Source or
|
50387
|
-
Object form, made available under the License, as indicated by a
|
50388
|
-
copyright notice that is included in or attached to the work
|
50389
|
-
(an example is provided in the Appendix below).
|
50390
|
-
|
50391
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
50392
|
-
form, that is based on (or derived from) the Work and for which the
|
50393
|
-
editorial revisions, annotations, elaborations, or other modifications
|
50394
|
-
represent, as a whole, an original work of authorship. For the purposes
|
50395
|
-
of this License, Derivative Works shall not include works that remain
|
50396
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
50397
|
-
the Work and Derivative Works thereof.
|
50398
|
-
|
50399
|
-
"Contribution" shall mean any work of authorship, including
|
50400
|
-
the original version of the Work and any modifications or additions
|
50401
|
-
to that Work or Derivative Works thereof, that is intentionally
|
50402
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
50403
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
50404
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
50405
|
-
means any form of electronic, verbal, or written communication sent
|
50406
|
-
to the Licensor or its representatives, including but not limited to
|
50407
|
-
communication on electronic mailing lists, source code control systems,
|
50408
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
50409
|
-
Licensor for the purpose of discussing and improving the Work, but
|
50410
|
-
excluding communication that is conspicuously marked or otherwise
|
50411
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
50412
|
-
|
50413
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
50414
|
-
on behalf of whom a Contribution has been received by Licensor and
|
50415
|
-
subsequently incorporated within the Work.
|
50416
|
-
|
50417
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
50418
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50419
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50420
|
-
copyright license to reproduce, prepare Derivative Works of,
|
50421
|
-
publicly display, publicly perform, sublicense, and distribute the
|
50422
|
-
Work and such Derivative Works in Source or Object form.
|
50423
|
-
|
50424
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
50425
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50426
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50427
|
-
(except as stated in this section) patent license to make, have made,
|
50428
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
50429
|
-
where such license applies only to those patent claims licensable
|
50430
|
-
by such Contributor that are necessarily infringed by their
|
50431
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
50432
|
-
with the Work to which such Contribution(s) was submitted. If You
|
50433
|
-
institute patent litigation against any entity (including a
|
50434
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
50435
|
-
or a Contribution incorporated within the Work constitutes direct
|
50436
|
-
or contributory patent infringement, then any patent licenses
|
50437
|
-
granted to You under this License for that Work shall terminate
|
50438
|
-
as of the date such litigation is filed.
|
50439
|
-
|
50440
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
50441
|
-
Work or Derivative Works thereof in any medium, with or without
|
50442
|
-
modifications, and in Source or Object form, provided that You
|
50443
|
-
meet the following conditions:
|
50444
|
-
|
50445
|
-
(a) You must give any other recipients of the Work or
|
50446
|
-
Derivative Works a copy of this License; and
|
50447
|
-
|
50448
|
-
(b) You must cause any modified files to carry prominent notices
|
50449
|
-
stating that You changed the files; and
|
50450
|
-
|
50451
|
-
(c) You must retain, in the Source form of any Derivative Works
|
50452
|
-
that You distribute, all copyright, patent, trademark, and
|
50453
|
-
attribution notices from the Source form of the Work,
|
50454
|
-
excluding those notices that do not pertain to any part of
|
50455
|
-
the Derivative Works; and
|
50456
|
-
|
50457
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
50458
|
-
distribution, then any Derivative Works that You distribute must
|
50459
|
-
include a readable copy of the attribution notices contained
|
50460
|
-
within such NOTICE file, excluding those notices that do not
|
50461
|
-
pertain to any part of the Derivative Works, in at least one
|
50462
|
-
of the following places: within a NOTICE text file distributed
|
50463
|
-
as part of the Derivative Works; within the Source form or
|
50464
|
-
documentation, if provided along with the Derivative Works; or,
|
50465
|
-
within a display generated by the Derivative Works, if and
|
50466
|
-
wherever such third-party notices normally appear. The contents
|
50467
|
-
of the NOTICE file are for informational purposes only and
|
50468
|
-
do not modify the License. You may add Your own attribution
|
50469
|
-
notices within Derivative Works that You distribute, alongside
|
50470
|
-
or as an addendum to the NOTICE text from the Work, provided
|
50471
|
-
that such additional attribution notices cannot be construed
|
50472
|
-
as modifying the License.
|
50473
|
-
|
50474
|
-
You may add Your own copyright statement to Your modifications and
|
50475
|
-
may provide additional or different license terms and conditions
|
50476
|
-
for use, reproduction, or distribution of Your modifications, or
|
50477
|
-
for any such Derivative Works as a whole, provided Your use,
|
50478
|
-
reproduction, and distribution of the Work otherwise complies with
|
50479
|
-
the conditions stated in this License.
|
50480
|
-
|
50481
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
50482
|
-
any Contribution intentionally submitted for inclusion in the Work
|
50483
|
-
by You to the Licensor shall be under the terms and conditions of
|
50484
|
-
this License, without any additional terms or conditions.
|
50485
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
50486
|
-
the terms of any separate license agreement you may have executed
|
50487
|
-
with Licensor regarding such Contributions.
|
50488
|
-
|
50489
|
-
6. Trademarks. This License does not grant permission to use the trade
|
50490
|
-
names, trademarks, service marks, or product names of the Licensor,
|
50491
|
-
except as required for reasonable and customary use in describing the
|
50492
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
50493
|
-
|
50494
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
50495
|
-
agreed to in writing, Licensor provides the Work (and each
|
50496
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
50497
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
50498
|
-
implied, including, without limitation, any warranties or conditions
|
50499
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
50500
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
50501
|
-
appropriateness of using or redistributing the Work and assume any
|
50502
|
-
risks associated with Your exercise of permissions under this License.
|
50503
|
-
|
50504
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
50505
|
-
whether in tort (including negligence), contract, or otherwise,
|
50506
|
-
unless required by applicable law (such as deliberate and grossly
|
50507
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
50508
|
-
liable to You for damages, including any direct, indirect, special,
|
50509
|
-
incidental, or consequential damages of any character arising as a
|
50510
|
-
result of this License or out of the use or inability to use the
|
50511
|
-
Work (including but not limited to damages for loss of goodwill,
|
50512
|
-
work stoppage, computer failure or malfunction, or any and all
|
50513
|
-
other commercial damages or losses), even if such Contributor
|
50514
|
-
has been advised of the possibility of such damages.
|
50515
|
-
|
50516
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
50517
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
50518
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
50519
|
-
or other liability obligations and/or rights consistent with this
|
50520
|
-
License. However, in accepting such obligations, You may act only
|
50521
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
50522
|
-
of any other Contributor, and only if You agree to indemnify,
|
50523
|
-
defend, and hold each Contributor harmless for any liability
|
50524
|
-
incurred by, or claims asserted against, such Contributor by reason
|
50525
|
-
of your accepting any such warranty or additional liability.
|
50526
|
-
|
50527
|
-
END OF TERMS AND CONDITIONS
|
50528
|
-
|
49135
|
+
APPENDIX: How to apply the Apache License to your work.
|
49136
|
+
|
49137
|
+
To apply the Apache License to your work, attach the following
|
49138
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
49139
|
+
replaced with your own identifying information. (Don't include
|
49140
|
+
the brackets!) The text should be enclosed in the appropriate
|
49141
|
+
comment syntax for the file format. We also recommend that a
|
49142
|
+
file or class name and description of purpose be included on the
|
49143
|
+
same "printed page" as the copyright notice for easier
|
49144
|
+
identification within third-party archives.
|
49145
|
+
|
49146
|
+
Copyright [yyyy] [name of copyright owner]
|
49147
|
+
|
49148
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
49149
|
+
you may not use this file except in compliance with the License.
|
49150
|
+
You may obtain a copy of the License at
|
49151
|
+
|
49152
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
49153
|
+
|
49154
|
+
Unless required by applicable law or agreed to in writing, software
|
49155
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
49156
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49157
|
+
See the License for the specific language governing permissions and
|
49158
|
+
limitations under the License.
|
49159
|
+
|
50529
49160
|
================================================================================
|
50530
|
-
|
49161
|
+
version_check LICENSE-MIT
|
50531
49162
|
================================================================================
|
50532
49163
|
|
50533
|
-
|
50534
|
-
|
50535
|
-
documentation files (the "Software"), to deal in the
|
50536
|
-
Software without restriction, including without
|
50537
|
-
limitation the rights to use, copy, modify, merge,
|
50538
|
-
publish, distribute, sublicense, and/or sell copies of
|
50539
|
-
the Software, and to permit persons to whom the Software
|
50540
|
-
is furnished to do so, subject to the following
|
50541
|
-
conditions:
|
49164
|
+
The MIT License (MIT)
|
49165
|
+
Copyright (c) 2017-2018 Sergio Benitez
|
50542
49166
|
|
50543
|
-
|
50544
|
-
|
50545
|
-
|
49167
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
49168
|
+
this software and associated documentation files (the "Software"), to deal in
|
49169
|
+
the Software without restriction, including without limitation the rights to
|
49170
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
49171
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
49172
|
+
subject to the following conditions:
|
50546
49173
|
|
50547
|
-
|
50548
|
-
|
50549
|
-
|
50550
|
-
|
50551
|
-
|
50552
|
-
|
50553
|
-
|
50554
|
-
IN
|
49174
|
+
The above copyright notice and this permission notice shall be included in all
|
49175
|
+
copies or substantial portions of the Software.
|
49176
|
+
|
49177
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49178
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
49179
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
49180
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
49181
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
49182
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
49183
|
+
|
49184
|
+
================================================================================
|
49185
|
+
walkdir COPYING
|
49186
|
+
================================================================================
|
49187
|
+
|
49188
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
49189
|
+
|
49190
|
+
You may use this code under the terms of either license.
|
49191
|
+
|
49192
|
+
================================================================================
|
49193
|
+
walkdir LICENSE-MIT
|
49194
|
+
================================================================================
|
49195
|
+
|
49196
|
+
The MIT License (MIT)
|
49197
|
+
|
49198
|
+
Copyright (c) 2015 Andrew Gallant
|
49199
|
+
|
49200
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49201
|
+
of this software and associated documentation files (the "Software"), to deal
|
49202
|
+
in the Software without restriction, including without limitation the rights
|
49203
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49204
|
+
copies of the Software, and to permit persons to whom the Software is
|
49205
|
+
furnished to do so, subject to the following conditions:
|
49206
|
+
|
49207
|
+
The above copyright notice and this permission notice shall be included in
|
49208
|
+
all copies or substantial portions of the Software.
|
49209
|
+
|
49210
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49211
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49212
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49213
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49214
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49215
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49216
|
+
THE SOFTWARE.
|
49217
|
+
|
49218
|
+
================================================================================
|
49219
|
+
walkdir UNLICENSE
|
49220
|
+
================================================================================
|
49221
|
+
|
49222
|
+
This is free and unencumbered software released into the public domain.
|
49223
|
+
|
49224
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
49225
|
+
distribute this software, either in source code form or as a compiled
|
49226
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
49227
|
+
means.
|
49228
|
+
|
49229
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
49230
|
+
of this software dedicate any and all copyright interest in the
|
49231
|
+
software to the public domain. We make this dedication for the benefit
|
49232
|
+
of the public at large and to the detriment of our heirs and
|
49233
|
+
successors. We intend this dedication to be an overt act of
|
49234
|
+
relinquishment in perpetuity of all present and future rights to this
|
49235
|
+
software under copyright law.
|
49236
|
+
|
49237
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
49238
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49239
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
49240
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
49241
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
49242
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
49243
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
49244
|
+
|
49245
|
+
For more information, please refer to <http://unlicense.org/>
|
49246
|
+
|
49247
|
+
================================================================================
|
49248
|
+
want LICENSE
|
49249
|
+
================================================================================
|
49250
|
+
|
49251
|
+
Copyright (c) 2018-2019 Sean McArthur
|
49252
|
+
|
49253
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49254
|
+
of this software and associated documentation files (the "Software"), to deal
|
49255
|
+
in the Software without restriction, including without limitation the rights
|
49256
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49257
|
+
copies of the Software, and to permit persons to whom the Software is
|
49258
|
+
furnished to do so, subject to the following conditions:
|
49259
|
+
|
49260
|
+
The above copyright notice and this permission notice shall be included in
|
49261
|
+
all copies or substantial portions of the Software.
|
49262
|
+
|
49263
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49264
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49265
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49266
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49267
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49269
|
+
THE SOFTWARE.
|
49270
|
+
|
49271
|
+
|
49272
|
+
================================================================================
|
49273
|
+
writeable LICENSE
|
49274
|
+
================================================================================
|
49275
|
+
|
49276
|
+
UNICODE LICENSE V3
|
49277
|
+
|
49278
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49279
|
+
|
49280
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49281
|
+
|
49282
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49283
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49284
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49285
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49286
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49287
|
+
|
49288
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49289
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49290
|
+
software and any associated documentation (the "Software") to deal in the
|
49291
|
+
Data Files or Software without restriction, including without limitation
|
49292
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49293
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49294
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49295
|
+
this copyright and permission notice appear with all copies of the Data
|
49296
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49297
|
+
associated Documentation.
|
49298
|
+
|
49299
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49300
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49301
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49302
|
+
THIRD PARTY RIGHTS.
|
49303
|
+
|
49304
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49305
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49306
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49307
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49308
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49309
|
+
FILES OR SOFTWARE.
|
49310
|
+
|
49311
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49312
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49313
|
+
dealings in these Data Files or Software without prior written
|
49314
|
+
authorization of the copyright holder.
|
49315
|
+
|
49316
|
+
SPDX-License-Identifier: Unicode-3.0
|
49317
|
+
|
49318
|
+
—
|
49319
|
+
|
49320
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49321
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49322
|
+
|
49323
|
+
================================================================================
|
49324
|
+
xxhash-rust LICENSE
|
49325
|
+
================================================================================
|
49326
|
+
|
49327
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
49328
|
+
|
49329
|
+
Permission is hereby granted, free of charge, to any person or organization
|
49330
|
+
obtaining a copy of the software and accompanying documentation covered by
|
49331
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
49332
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
49333
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
49334
|
+
do so, all subject to the following:
|
49335
|
+
|
49336
|
+
The copyright notices in the Software and this entire statement, including
|
49337
|
+
the above license grant, this restriction and the following disclaimer,
|
49338
|
+
must be included in all copies of the Software, in whole or in part, and
|
49339
|
+
all derivative works of the Software, unless such copies or derivative
|
49340
|
+
works are solely in the form of machine-executable object code generated by
|
49341
|
+
a source language processor.
|
49342
|
+
|
49343
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49344
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49345
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
49346
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
49347
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
49348
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50555
49349
|
DEALINGS IN THE SOFTWARE.
|
50556
49350
|
|
50557
49351
|
================================================================================
|
50558
|
-
|
49352
|
+
yoke LICENSE
|
49353
|
+
================================================================================
|
49354
|
+
|
49355
|
+
UNICODE LICENSE V3
|
49356
|
+
|
49357
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49358
|
+
|
49359
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49360
|
+
|
49361
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49362
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49363
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49364
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49365
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49366
|
+
|
49367
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49368
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49369
|
+
software and any associated documentation (the "Software") to deal in the
|
49370
|
+
Data Files or Software without restriction, including without limitation
|
49371
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49372
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49373
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49374
|
+
this copyright and permission notice appear with all copies of the Data
|
49375
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49376
|
+
associated Documentation.
|
49377
|
+
|
49378
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49379
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49380
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49381
|
+
THIRD PARTY RIGHTS.
|
49382
|
+
|
49383
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49384
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49385
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49386
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49387
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49388
|
+
FILES OR SOFTWARE.
|
49389
|
+
|
49390
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49391
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49392
|
+
dealings in these Data Files or Software without prior written
|
49393
|
+
authorization of the copyright holder.
|
49394
|
+
|
49395
|
+
SPDX-License-Identifier: Unicode-3.0
|
49396
|
+
|
49397
|
+
—
|
49398
|
+
|
49399
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49400
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49401
|
+
|
49402
|
+
================================================================================
|
49403
|
+
yoke-derive LICENSE
|
49404
|
+
================================================================================
|
49405
|
+
|
49406
|
+
UNICODE LICENSE V3
|
49407
|
+
|
49408
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49409
|
+
|
49410
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49411
|
+
|
49412
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49413
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49414
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49415
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49416
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49417
|
+
|
49418
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49419
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49420
|
+
software and any associated documentation (the "Software") to deal in the
|
49421
|
+
Data Files or Software without restriction, including without limitation
|
49422
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49423
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49424
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49425
|
+
this copyright and permission notice appear with all copies of the Data
|
49426
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49427
|
+
associated Documentation.
|
49428
|
+
|
49429
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49430
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49431
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49432
|
+
THIRD PARTY RIGHTS.
|
49433
|
+
|
49434
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49435
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49436
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49437
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49438
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49439
|
+
FILES OR SOFTWARE.
|
49440
|
+
|
49441
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49442
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49443
|
+
dealings in these Data Files or Software without prior written
|
49444
|
+
authorization of the copyright holder.
|
49445
|
+
|
49446
|
+
SPDX-License-Identifier: Unicode-3.0
|
49447
|
+
|
49448
|
+
—
|
49449
|
+
|
49450
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49451
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49452
|
+
|
49453
|
+
================================================================================
|
49454
|
+
zerocopy LICENSE-APACHE
|
50559
49455
|
================================================================================
|
50560
49456
|
|
50561
49457
|
Apache License
|
@@ -50762,7 +49658,7 @@ zerocopy v0.8.25 LICENSE-APACHE
|
|
50762
49658
|
|
50763
49659
|
|
50764
49660
|
================================================================================
|
50765
|
-
zerocopy
|
49661
|
+
zerocopy LICENSE-BSD
|
50766
49662
|
================================================================================
|
50767
49663
|
|
50768
49664
|
Copyright 2019 The Fuchsia Authors.
|
@@ -50791,7 +49687,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
50791
49687
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
50792
49688
|
|
50793
49689
|
================================================================================
|
50794
|
-
zerocopy
|
49690
|
+
zerocopy LICENSE-MIT
|
50795
49691
|
================================================================================
|
50796
49692
|
|
50797
49693
|
Copyright 2023 The Fuchsia Authors
|
@@ -51156,6 +50052,57 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
51156
50052
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
51157
50053
|
SOFTWARE.
|
51158
50054
|
|
50055
|
+
================================================================================
|
50056
|
+
zerotrie LICENSE
|
50057
|
+
================================================================================
|
50058
|
+
|
50059
|
+
UNICODE LICENSE V3
|
50060
|
+
|
50061
|
+
COPYRIGHT AND PERMISSION NOTICE
|
50062
|
+
|
50063
|
+
Copyright © 2020-2024 Unicode, Inc.
|
50064
|
+
|
50065
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50066
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50067
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50068
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50069
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50070
|
+
|
50071
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
50072
|
+
copy of data files and any associated documentation (the "Data Files") or
|
50073
|
+
software and any associated documentation (the "Software") to deal in the
|
50074
|
+
Data Files or Software without restriction, including without limitation
|
50075
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50076
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
50077
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
50078
|
+
this copyright and permission notice appear with all copies of the Data
|
50079
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
50080
|
+
associated Documentation.
|
50081
|
+
|
50082
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50083
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50084
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50085
|
+
THIRD PARTY RIGHTS.
|
50086
|
+
|
50087
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50088
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50089
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50090
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50091
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50092
|
+
FILES OR SOFTWARE.
|
50093
|
+
|
50094
|
+
Except as contained in this notice, the name of a copyright holder shall
|
50095
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
50096
|
+
dealings in these Data Files or Software without prior written
|
50097
|
+
authorization of the copyright holder.
|
50098
|
+
|
50099
|
+
SPDX-License-Identifier: Unicode-3.0
|
50100
|
+
|
50101
|
+
—
|
50102
|
+
|
50103
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50104
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50105
|
+
|
51159
50106
|
================================================================================
|
51160
50107
|
zerovec LICENSE
|
51161
50108
|
================================================================================
|