polars-df 0.18.0-aarch64-linux → 0.20.0-aarch64-linux
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 +1456 -2509
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/3.4/polars.so +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
|
|
@@ -234,15 +238,11 @@ either v1.15.0
|
|
234
238
|
https://github.com/rayon-rs/either
|
235
239
|
MIT OR Apache-2.0
|
236
240
|
|
237
|
-
enum_dispatch v0.3.13
|
238
|
-
https://gitlab.com/antonok/enum_dispatch
|
239
|
-
MIT OR Apache-2.0
|
240
|
-
|
241
241
|
equivalent v1.0.2
|
242
242
|
https://github.com/indexmap-rs/equivalent
|
243
243
|
Apache-2.0 OR MIT
|
244
244
|
|
245
|
-
errno v0.3.
|
245
|
+
errno v0.3.12
|
246
246
|
https://github.com/lambda-fairy/rust-errno
|
247
247
|
MIT OR Apache-2.0
|
248
248
|
|
@@ -334,7 +334,7 @@ getrandom v0.2.16
|
|
334
334
|
https://github.com/rust-random/getrandom
|
335
335
|
MIT OR Apache-2.0
|
336
336
|
|
337
|
-
getrandom v0.3.
|
337
|
+
getrandom v0.3.3
|
338
338
|
https://github.com/rust-random/getrandom
|
339
339
|
MIT OR Apache-2.0
|
340
340
|
|
@@ -398,7 +398,7 @@ hyper-rustls v0.27.5
|
|
398
398
|
https://github.com/rustls/hyper-rustls
|
399
399
|
Apache-2.0 OR ISC OR MIT
|
400
400
|
|
401
|
-
hyper-util v0.1.
|
401
|
+
hyper-util v0.1.12
|
402
402
|
https://hyper.rs
|
403
403
|
MIT
|
404
404
|
|
@@ -406,43 +406,31 @@ iana-time-zone v0.1.63
|
|
406
406
|
https://github.com/strawlab/iana-time-zone
|
407
407
|
MIT OR Apache-2.0
|
408
408
|
|
409
|
-
icu_collections
|
410
|
-
https://icu4x.unicode.org
|
411
|
-
Unicode-3.0
|
412
|
-
|
413
|
-
icu_locid v1.5.0
|
414
|
-
https://icu4x.unicode.org
|
415
|
-
Unicode-3.0
|
416
|
-
|
417
|
-
icu_locid_transform v1.5.0
|
409
|
+
icu_collections v2.0.0
|
418
410
|
https://icu4x.unicode.org
|
419
411
|
Unicode-3.0
|
420
412
|
|
421
|
-
|
413
|
+
icu_locale_core v2.0.0
|
422
414
|
https://icu4x.unicode.org
|
423
415
|
Unicode-3.0
|
424
416
|
|
425
|
-
icu_normalizer
|
417
|
+
icu_normalizer v2.0.0
|
426
418
|
https://icu4x.unicode.org
|
427
419
|
Unicode-3.0
|
428
420
|
|
429
|
-
icu_normalizer_data
|
421
|
+
icu_normalizer_data v2.0.0
|
430
422
|
https://icu4x.unicode.org
|
431
423
|
Unicode-3.0
|
432
424
|
|
433
|
-
icu_properties
|
425
|
+
icu_properties v2.0.1
|
434
426
|
https://icu4x.unicode.org
|
435
427
|
Unicode-3.0
|
436
428
|
|
437
|
-
icu_properties_data
|
429
|
+
icu_properties_data v2.0.1
|
438
430
|
https://icu4x.unicode.org
|
439
431
|
Unicode-3.0
|
440
432
|
|
441
|
-
icu_provider
|
442
|
-
https://icu4x.unicode.org
|
443
|
-
Unicode-3.0
|
444
|
-
|
445
|
-
icu_provider_macros v1.5.0
|
433
|
+
icu_provider v2.0.0
|
446
434
|
https://icu4x.unicode.org
|
447
435
|
Unicode-3.0
|
448
436
|
|
@@ -450,7 +438,7 @@ idna v1.0.3
|
|
450
438
|
https://github.com/servo/rust-url/
|
451
439
|
MIT OR Apache-2.0
|
452
440
|
|
453
|
-
idna_adapter v1.2.
|
441
|
+
idna_adapter v1.2.1
|
454
442
|
https://docs.rs/crate/idna_adapter/latest
|
455
443
|
Apache-2.0 OR MIT
|
456
444
|
|
@@ -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
|
|
@@ -530,7 +518,7 @@ linux-raw-sys v0.9.4
|
|
530
518
|
https://github.com/sunfishcode/linux-raw-sys
|
531
519
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
532
520
|
|
533
|
-
litemap v0.
|
521
|
+
litemap v0.8.0
|
534
522
|
https://github.com/unicode-org/icu4x
|
535
523
|
Unicode-3.0
|
536
524
|
|
@@ -542,6 +530,10 @@ log v0.4.27
|
|
542
530
|
https://github.com/rust-lang/log
|
543
531
|
MIT OR Apache-2.0
|
544
532
|
|
533
|
+
lru-slab v0.1.2
|
534
|
+
https://github.com/Ralith/lru-slab
|
535
|
+
MIT OR Apache-2.0 OR Zlib
|
536
|
+
|
545
537
|
lz4 v1.28.1
|
546
538
|
https://github.com/10xGenomics/lz4-rs
|
547
539
|
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
|
@@ -662,58 +654,59 @@ pkg-config v0.3.32
|
|
662
654
|
https://github.com/rust-lang/pkg-config-rs
|
663
655
|
MIT OR Apache-2.0
|
664
656
|
|
665
|
-
planus
|
657
|
+
planus v1.1.1
|
666
658
|
https://github.com/planus-org/planus
|
667
659
|
MIT/Apache-2.0
|
668
660
|
|
669
|
-
polars v0.
|
661
|
+
polars v0.49.1
|
670
662
|
https://www.pola.rs/
|
671
663
|
MIT
|
672
664
|
|
673
|
-
polars-arrow v0.
|
665
|
+
polars-arrow v0.49.1
|
674
666
|
https://www.pola.rs/
|
675
667
|
MIT AND Apache-2.0
|
676
668
|
|
677
|
-
polars-arrow-format v0.
|
678
|
-
https://github.com/
|
669
|
+
polars-arrow-format v0.2.0
|
670
|
+
https://github.com/DataEngineeringLabs/arrow-format
|
671
|
+
Apache-2.0
|
679
672
|
|
680
|
-
polars-compute v0.
|
673
|
+
polars-compute v0.49.1
|
681
674
|
https://www.pola.rs/
|
682
675
|
MIT
|
683
676
|
|
684
|
-
polars-core v0.
|
677
|
+
polars-core v0.49.1
|
685
678
|
https://www.pola.rs/
|
686
679
|
MIT
|
687
680
|
|
688
|
-
polars-error v0.
|
681
|
+
polars-error v0.49.1
|
689
682
|
https://www.pola.rs/
|
690
683
|
MIT
|
691
684
|
|
692
|
-
polars-expr v0.
|
685
|
+
polars-expr v0.49.1
|
693
686
|
https://www.pola.rs/
|
694
687
|
MIT
|
695
688
|
|
696
|
-
polars-io v0.
|
689
|
+
polars-io v0.49.1
|
697
690
|
https://www.pola.rs/
|
698
691
|
MIT
|
699
692
|
|
700
|
-
polars-json v0.
|
693
|
+
polars-json v0.49.1
|
701
694
|
https://www.pola.rs/
|
702
695
|
MIT
|
703
696
|
|
704
|
-
polars-lazy v0.
|
697
|
+
polars-lazy v0.49.1
|
705
698
|
https://www.pola.rs/
|
706
699
|
MIT
|
707
700
|
|
708
|
-
polars-mem-engine v0.
|
701
|
+
polars-mem-engine v0.49.1
|
709
702
|
https://www.pola.rs/
|
710
703
|
MIT
|
711
704
|
|
712
|
-
polars-ops v0.
|
705
|
+
polars-ops v0.49.1
|
713
706
|
https://www.pola.rs/
|
714
707
|
MIT
|
715
708
|
|
716
|
-
polars-parquet v0.
|
709
|
+
polars-parquet v0.49.1
|
717
710
|
https://www.pola.rs/
|
718
711
|
MIT AND Apache-2.0
|
719
712
|
|
@@ -721,37 +714,37 @@ polars-parquet-format v0.1.0
|
|
721
714
|
https://github.com/pola-rs/parquet-format
|
722
715
|
MIT AND Apache-2.0
|
723
716
|
|
724
|
-
polars-
|
717
|
+
polars-plan v0.49.1
|
725
718
|
https://www.pola.rs/
|
726
719
|
MIT
|
727
720
|
|
728
|
-
polars-
|
721
|
+
polars-row v0.49.1
|
729
722
|
https://www.pola.rs/
|
730
723
|
MIT
|
731
724
|
|
732
|
-
polars-
|
725
|
+
polars-schema v0.49.1
|
733
726
|
https://www.pola.rs/
|
734
727
|
MIT
|
735
728
|
|
736
|
-
polars-
|
729
|
+
polars-sql v0.49.1
|
737
730
|
https://www.pola.rs/
|
738
731
|
MIT
|
739
732
|
|
740
|
-
polars-
|
733
|
+
polars-stream v0.49.1
|
741
734
|
https://www.pola.rs/
|
742
735
|
MIT
|
743
736
|
|
744
|
-
polars-
|
737
|
+
polars-time v0.49.1
|
745
738
|
https://www.pola.rs/
|
746
739
|
MIT
|
747
740
|
|
748
|
-
polars-
|
741
|
+
polars-utils v0.49.1
|
749
742
|
https://www.pola.rs/
|
750
743
|
MIT
|
751
744
|
|
752
|
-
|
753
|
-
https://
|
754
|
-
|
745
|
+
potential_utf v0.1.2
|
746
|
+
https://icu4x.unicode.org
|
747
|
+
Unicode-3.0
|
755
748
|
|
756
749
|
ppv-lite86 v0.2.21
|
757
750
|
https://github.com/cryptocorrosion/cryptocorrosion
|
@@ -769,11 +762,11 @@ quick-xml v0.37.5
|
|
769
762
|
https://github.com/tafia/quick-xml
|
770
763
|
MIT
|
771
764
|
|
772
|
-
quinn v0.11.
|
765
|
+
quinn v0.11.8
|
773
766
|
https://github.com/quinn-rs/quinn
|
774
767
|
MIT OR Apache-2.0
|
775
768
|
|
776
|
-
quinn-proto v0.11.
|
769
|
+
quinn-proto v0.11.12
|
777
770
|
https://github.com/quinn-rs/quinn
|
778
771
|
MIT OR Apache-2.0
|
779
772
|
|
@@ -825,11 +818,11 @@ rayon-core v1.12.1
|
|
825
818
|
https://github.com/rayon-rs/rayon
|
826
819
|
MIT OR Apache-2.0
|
827
820
|
|
828
|
-
rb-sys v0.9.
|
821
|
+
rb-sys v0.9.115
|
829
822
|
https://github.com/oxidize-rb/rb-sys
|
830
823
|
MIT OR Apache-2.0
|
831
824
|
|
832
|
-
rb-sys-build v0.9.
|
825
|
+
rb-sys-build v0.9.115
|
833
826
|
https://github.com/oxidize-rb/rb-sys
|
834
827
|
MIT OR Apache-2.0
|
835
828
|
|
@@ -901,7 +894,7 @@ rustix v1.0.7
|
|
901
894
|
https://github.com/bytecodealliance/rustix
|
902
895
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
903
896
|
|
904
|
-
rustls v0.23.
|
897
|
+
rustls v0.23.27
|
905
898
|
https://github.com/rustls/rustls
|
906
899
|
Apache-2.0 OR ISC OR MIT
|
907
900
|
|
@@ -913,11 +906,11 @@ rustls-pemfile v2.2.0
|
|
913
906
|
https://github.com/rustls/pemfile
|
914
907
|
Apache-2.0 OR ISC OR MIT
|
915
908
|
|
916
|
-
rustls-pki-types v1.
|
909
|
+
rustls-pki-types v1.12.0
|
917
910
|
https://github.com/rustls/pki-types
|
918
911
|
MIT OR Apache-2.0
|
919
912
|
|
920
|
-
rustls-webpki v0.103.
|
913
|
+
rustls-webpki v0.103.3
|
921
914
|
https://github.com/rustls/webpki
|
922
915
|
ISC
|
923
916
|
|
@@ -965,7 +958,7 @@ shlex v1.3.0
|
|
965
958
|
https://github.com/comex/rust-shlex
|
966
959
|
MIT OR Apache-2.0
|
967
960
|
|
968
|
-
signal-hook v0.3.
|
961
|
+
signal-hook v0.3.18
|
969
962
|
https://github.com/vorner/signal-hook
|
970
963
|
Apache-2.0/MIT
|
971
964
|
|
@@ -1057,10 +1050,6 @@ synstructure v0.13.2
|
|
1057
1050
|
https://github.com/mystor/synstructure
|
1058
1051
|
MIT
|
1059
1052
|
|
1060
|
-
sysinfo v0.33.1
|
1061
|
-
https://github.com/GuillaumeGomez/sysinfo
|
1062
|
-
MIT
|
1063
|
-
|
1064
1053
|
thiserror v2.0.12
|
1065
1054
|
https://github.com/dtolnay/thiserror
|
1066
1055
|
MIT OR Apache-2.0
|
@@ -1069,7 +1058,7 @@ thiserror-impl v2.0.12
|
|
1069
1058
|
https://github.com/dtolnay/thiserror
|
1070
1059
|
MIT OR Apache-2.0
|
1071
1060
|
|
1072
|
-
tinystr v0.
|
1061
|
+
tinystr v0.8.1
|
1073
1062
|
https://github.com/unicode-org/icu4x
|
1074
1063
|
Unicode-3.0
|
1075
1064
|
|
@@ -1081,7 +1070,7 @@ tinyvec_macros v0.1.1
|
|
1081
1070
|
https://github.com/Soveu/tinyvec_macros
|
1082
1071
|
MIT OR Apache-2.0 OR Zlib
|
1083
1072
|
|
1084
|
-
tokio v1.
|
1073
|
+
tokio v1.45.0
|
1085
1074
|
https://tokio.rs
|
1086
1075
|
MIT
|
1087
1076
|
|
@@ -1157,10 +1146,6 @@ url v2.5.4
|
|
1157
1146
|
https://github.com/servo/rust-url
|
1158
1147
|
MIT OR Apache-2.0
|
1159
1148
|
|
1160
|
-
utf16_iter v1.0.5
|
1161
|
-
https://docs.rs/utf16_iter/
|
1162
|
-
Apache-2.0 OR MIT
|
1163
|
-
|
1164
1149
|
utf8_iter v1.0.4
|
1165
1150
|
https://docs.rs/utf8_iter/
|
1166
1151
|
Apache-2.0 OR MIT
|
@@ -1185,11 +1170,7 @@ want v0.3.1
|
|
1185
1170
|
https://github.com/seanmonstar/want
|
1186
1171
|
MIT
|
1187
1172
|
|
1188
|
-
|
1189
|
-
https://docs.rs/write16/
|
1190
|
-
Apache-2.0 OR MIT
|
1191
|
-
|
1192
|
-
writeable v0.5.5
|
1173
|
+
writeable v0.6.1
|
1193
1174
|
https://github.com/unicode-org/icu4x
|
1194
1175
|
Unicode-3.0
|
1195
1176
|
|
@@ -1197,18 +1178,14 @@ xxhash-rust v0.8.15
|
|
1197
1178
|
https://github.com/DoumanAsh/xxhash-rust
|
1198
1179
|
BSL-1.0
|
1199
1180
|
|
1200
|
-
yoke v0.
|
1181
|
+
yoke v0.8.0
|
1201
1182
|
https://github.com/unicode-org/icu4x
|
1202
1183
|
Unicode-3.0
|
1203
1184
|
|
1204
|
-
yoke-derive v0.
|
1185
|
+
yoke-derive v0.8.0
|
1205
1186
|
https://github.com/unicode-org/icu4x
|
1206
1187
|
Unicode-3.0
|
1207
1188
|
|
1208
|
-
zerocopy v0.7.35
|
1209
|
-
https://github.com/google/zerocopy
|
1210
|
-
BSD-2-Clause OR Apache-2.0 OR MIT
|
1211
|
-
|
1212
1189
|
zerocopy v0.8.25
|
1213
1190
|
https://github.com/google/zerocopy
|
1214
1191
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
@@ -1225,11 +1202,15 @@ zeroize v1.8.1
|
|
1225
1202
|
https://github.com/RustCrypto/utils/tree/master/zeroize
|
1226
1203
|
Apache-2.0 OR MIT
|
1227
1204
|
|
1228
|
-
|
1205
|
+
zerotrie v0.2.2
|
1206
|
+
https://icu4x.unicode.org
|
1207
|
+
Unicode-3.0
|
1208
|
+
|
1209
|
+
zerovec v0.11.2
|
1229
1210
|
https://github.com/unicode-org/icu4x
|
1230
1211
|
Unicode-3.0
|
1231
1212
|
|
1232
|
-
zerovec-derive v0.
|
1213
|
+
zerovec-derive v0.11.1
|
1233
1214
|
https://github.com/unicode-org/icu4x
|
1234
1215
|
Unicode-3.0
|
1235
1216
|
|
@@ -5447,6 +5428,30 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5447
5428
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5448
5429
|
DEALINGS IN THE SOFTWARE.
|
5449
5430
|
|
5431
|
+
================================================================================
|
5432
|
+
boxcar LICENSE
|
5433
|
+
================================================================================
|
5434
|
+
|
5435
|
+
MIT License
|
5436
|
+
|
5437
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5438
|
+
of this software and associated documentation files (the "Software"), to deal
|
5439
|
+
in the Software without restriction, including without limitation the rights
|
5440
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5441
|
+
copies of the Software, and to permit persons to whom the Software is
|
5442
|
+
furnished to do so, subject to the following conditions:
|
5443
|
+
|
5444
|
+
The above copyright notice and this permission notice shall be included in all
|
5445
|
+
copies or substantial portions of the Software.
|
5446
|
+
|
5447
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5448
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5449
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5450
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5451
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5452
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5453
|
+
SOFTWARE.
|
5454
|
+
|
5450
5455
|
================================================================================
|
5451
5456
|
brotli LICENSE.MIT
|
5452
5457
|
================================================================================
|
@@ -11772,269 +11777,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11772
11777
|
DEALINGS IN THE SOFTWARE.
|
11773
11778
|
|
11774
11779
|
================================================================================
|
11775
|
-
|
11780
|
+
equivalent LICENSE-APACHE
|
11776
11781
|
================================================================================
|
11777
11782
|
|
11778
|
-
|
11783
|
+
Apache License
|
11784
|
+
Version 2.0, January 2004
|
11785
|
+
http://www.apache.org/licenses/
|
11779
11786
|
|
11780
|
-
|
11787
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11781
11788
|
|
11782
|
-
|
11783
|
-
of this software and associated documentation files (the "Software"), to deal
|
11784
|
-
in the Software without restriction, including without limitation the rights
|
11785
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11786
|
-
copies of the Software, and to permit persons to whom the Software is
|
11787
|
-
furnished to do so, subject to the following conditions:
|
11789
|
+
1. Definitions.
|
11788
11790
|
|
11789
|
-
|
11790
|
-
|
11791
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11792
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11791
11793
|
|
11792
|
-
|
11793
|
-
|
11794
|
-
|
11795
|
-
|
11796
|
-
|
11797
|
-
|
11798
|
-
|
11794
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
11795
|
+
the copyright owner that is granting the License.
|
11796
|
+
|
11797
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
11798
|
+
other entities that control, are controlled by, or are under common
|
11799
|
+
control with that entity. For the purposes of this definition,
|
11800
|
+
"control" means (i) the power, direct or indirect, to cause the
|
11801
|
+
direction or management of such entity, whether by contract or
|
11802
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
11803
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
11804
|
+
|
11805
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
11806
|
+
exercising permissions granted by this License.
|
11807
|
+
|
11808
|
+
"Source" form shall mean the preferred form for making modifications,
|
11809
|
+
including but not limited to software source code, documentation
|
11810
|
+
source, and configuration files.
|
11811
|
+
|
11812
|
+
"Object" form shall mean any form resulting from mechanical
|
11813
|
+
transformation or translation of a Source form, including but
|
11814
|
+
not limited to compiled object code, generated documentation,
|
11815
|
+
and conversions to other media types.
|
11816
|
+
|
11817
|
+
"Work" shall mean the work of authorship, whether in Source or
|
11818
|
+
Object form, made available under the License, as indicated by a
|
11819
|
+
copyright notice that is included in or attached to the work
|
11820
|
+
(an example is provided in the Appendix below).
|
11821
|
+
|
11822
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
11823
|
+
form, that is based on (or derived from) the Work and for which the
|
11824
|
+
editorial revisions, annotations, elaborations, or other modifications
|
11825
|
+
represent, as a whole, an original work of authorship. For the purposes
|
11826
|
+
of this License, Derivative Works shall not include works that remain
|
11827
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
11828
|
+
the Work and Derivative Works thereof.
|
11829
|
+
|
11830
|
+
"Contribution" shall mean any work of authorship, including
|
11831
|
+
the original version of the Work and any modifications or additions
|
11832
|
+
to that Work or Derivative Works thereof, that is intentionally
|
11833
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
11834
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
11835
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
11836
|
+
means any form of electronic, verbal, or written communication sent
|
11837
|
+
to the Licensor or its representatives, including but not limited to
|
11838
|
+
communication on electronic mailing lists, source code control systems,
|
11839
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
11840
|
+
Licensor for the purpose of discussing and improving the Work, but
|
11841
|
+
excluding communication that is conspicuously marked or otherwise
|
11842
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
11843
|
+
|
11844
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
11845
|
+
on behalf of whom a Contribution has been received by Licensor and
|
11846
|
+
subsequently incorporated within the Work.
|
11847
|
+
|
11848
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
11849
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11850
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11851
|
+
copyright license to reproduce, prepare Derivative Works of,
|
11852
|
+
publicly display, publicly perform, sublicense, and distribute the
|
11853
|
+
Work and such Derivative Works in Source or Object form.
|
11854
|
+
|
11855
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
11856
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11857
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11858
|
+
(except as stated in this section) patent license to make, have made,
|
11859
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
11860
|
+
where such license applies only to those patent claims licensable
|
11861
|
+
by such Contributor that are necessarily infringed by their
|
11862
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
11863
|
+
with the Work to which such Contribution(s) was submitted. If You
|
11864
|
+
institute patent litigation against any entity (including a
|
11865
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
11866
|
+
or a Contribution incorporated within the Work constitutes direct
|
11867
|
+
or contributory patent infringement, then any patent licenses
|
11868
|
+
granted to You under this License for that Work shall terminate
|
11869
|
+
as of the date such litigation is filed.
|
11870
|
+
|
11871
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
11872
|
+
Work or Derivative Works thereof in any medium, with or without
|
11873
|
+
modifications, and in Source or Object form, provided that You
|
11874
|
+
meet the following conditions:
|
11875
|
+
|
11876
|
+
(a) You must give any other recipients of the Work or
|
11877
|
+
Derivative Works a copy of this License; and
|
11878
|
+
|
11879
|
+
(b) You must cause any modified files to carry prominent notices
|
11880
|
+
stating that You changed the files; and
|
11881
|
+
|
11882
|
+
(c) You must retain, in the Source form of any Derivative Works
|
11883
|
+
that You distribute, all copyright, patent, trademark, and
|
11884
|
+
attribution notices from the Source form of the Work,
|
11885
|
+
excluding those notices that do not pertain to any part of
|
11886
|
+
the Derivative Works; and
|
11887
|
+
|
11888
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
11889
|
+
distribution, then any Derivative Works that You distribute must
|
11890
|
+
include a readable copy of the attribution notices contained
|
11891
|
+
within such NOTICE file, excluding those notices that do not
|
11892
|
+
pertain to any part of the Derivative Works, in at least one
|
11893
|
+
of the following places: within a NOTICE text file distributed
|
11894
|
+
as part of the Derivative Works; within the Source form or
|
11895
|
+
documentation, if provided along with the Derivative Works; or,
|
11896
|
+
within a display generated by the Derivative Works, if and
|
11897
|
+
wherever such third-party notices normally appear. The contents
|
11898
|
+
of the NOTICE file are for informational purposes only and
|
11899
|
+
do not modify the License. You may add Your own attribution
|
11900
|
+
notices within Derivative Works that You distribute, alongside
|
11901
|
+
or as an addendum to the NOTICE text from the Work, provided
|
11902
|
+
that such additional attribution notices cannot be construed
|
11903
|
+
as modifying the License.
|
11904
|
+
|
11905
|
+
You may add Your own copyright statement to Your modifications and
|
11906
|
+
may provide additional or different license terms and conditions
|
11907
|
+
for use, reproduction, or distribution of Your modifications, or
|
11908
|
+
for any such Derivative Works as a whole, provided Your use,
|
11909
|
+
reproduction, and distribution of the Work otherwise complies with
|
11910
|
+
the conditions stated in this License.
|
11911
|
+
|
11912
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
11913
|
+
any Contribution intentionally submitted for inclusion in the Work
|
11914
|
+
by You to the Licensor shall be under the terms and conditions of
|
11915
|
+
this License, without any additional terms or conditions.
|
11916
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
11917
|
+
the terms of any separate license agreement you may have executed
|
11918
|
+
with Licensor regarding such Contributions.
|
11919
|
+
|
11920
|
+
6. Trademarks. This License does not grant permission to use the trade
|
11921
|
+
names, trademarks, service marks, or product names of the Licensor,
|
11922
|
+
except as required for reasonable and customary use in describing the
|
11923
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
11924
|
+
|
11925
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
11926
|
+
agreed to in writing, Licensor provides the Work (and each
|
11927
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
11928
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
11929
|
+
implied, including, without limitation, any warranties or conditions
|
11930
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
11931
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
11932
|
+
appropriateness of using or redistributing the Work and assume any
|
11933
|
+
risks associated with Your exercise of permissions under this License.
|
11934
|
+
|
11935
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
11936
|
+
whether in tort (including negligence), contract, or otherwise,
|
11937
|
+
unless required by applicable law (such as deliberate and grossly
|
11938
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
11939
|
+
liable to You for damages, including any direct, indirect, special,
|
11940
|
+
incidental, or consequential damages of any character arising as a
|
11941
|
+
result of this License or out of the use or inability to use the
|
11942
|
+
Work (including but not limited to damages for loss of goodwill,
|
11943
|
+
work stoppage, computer failure or malfunction, or any and all
|
11944
|
+
other commercial damages or losses), even if such Contributor
|
11945
|
+
has been advised of the possibility of such damages.
|
11946
|
+
|
11947
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
11948
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
11949
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
11950
|
+
or other liability obligations and/or rights consistent with this
|
11951
|
+
License. However, in accepting such obligations, You may act only
|
11952
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
11953
|
+
of any other Contributor, and only if You agree to indemnify,
|
11954
|
+
defend, and hold each Contributor harmless for any liability
|
11955
|
+
incurred by, or claims asserted against, such Contributor by reason
|
11956
|
+
of your accepting any such warranty or additional liability.
|
11957
|
+
|
11958
|
+
END OF TERMS AND CONDITIONS
|
11959
|
+
|
11960
|
+
APPENDIX: How to apply the Apache License to your work.
|
11961
|
+
|
11962
|
+
To apply the Apache License to your work, attach the following
|
11963
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
11964
|
+
replaced with your own identifying information. (Don't include
|
11965
|
+
the brackets!) The text should be enclosed in the appropriate
|
11966
|
+
comment syntax for the file format. We also recommend that a
|
11967
|
+
file or class name and description of purpose be included on the
|
11968
|
+
same "printed page" as the copyright notice for easier
|
11969
|
+
identification within third-party archives.
|
11970
|
+
|
11971
|
+
Copyright [yyyy] [name of copyright owner]
|
11972
|
+
|
11973
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11974
|
+
you may not use this file except in compliance with the License.
|
11975
|
+
You may obtain a copy of the License at
|
11976
|
+
|
11977
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11978
|
+
|
11979
|
+
Unless required by applicable law or agreed to in writing, software
|
11980
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11981
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11982
|
+
See the License for the specific language governing permissions and
|
11983
|
+
limitations under the License.
|
11799
11984
|
|
11800
11985
|
================================================================================
|
11801
|
-
equivalent LICENSE-
|
11802
|
-
================================================================================
|
11803
|
-
|
11804
|
-
|
11805
|
-
|
11806
|
-
|
11807
|
-
|
11808
|
-
|
11809
|
-
|
11810
|
-
|
11811
|
-
|
11812
|
-
|
11813
|
-
|
11814
|
-
|
11815
|
-
|
11816
|
-
|
11817
|
-
|
11818
|
-
|
11819
|
-
|
11820
|
-
|
11821
|
-
|
11822
|
-
|
11823
|
-
|
11824
|
-
|
11825
|
-
|
11826
|
-
|
11827
|
-
|
11828
|
-
|
11829
|
-
|
11830
|
-
|
11831
|
-
|
11832
|
-
|
11833
|
-
"Object" form shall mean any form resulting from mechanical
|
11834
|
-
transformation or translation of a Source form, including but
|
11835
|
-
not limited to compiled object code, generated documentation,
|
11836
|
-
and conversions to other media types.
|
11837
|
-
|
11838
|
-
"Work" shall mean the work of authorship, whether in Source or
|
11839
|
-
Object form, made available under the License, as indicated by a
|
11840
|
-
copyright notice that is included in or attached to the work
|
11841
|
-
(an example is provided in the Appendix below).
|
11842
|
-
|
11843
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
11844
|
-
form, that is based on (or derived from) the Work and for which the
|
11845
|
-
editorial revisions, annotations, elaborations, or other modifications
|
11846
|
-
represent, as a whole, an original work of authorship. For the purposes
|
11847
|
-
of this License, Derivative Works shall not include works that remain
|
11848
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
11849
|
-
the Work and Derivative Works thereof.
|
11850
|
-
|
11851
|
-
"Contribution" shall mean any work of authorship, including
|
11852
|
-
the original version of the Work and any modifications or additions
|
11853
|
-
to that Work or Derivative Works thereof, that is intentionally
|
11854
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
11855
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
11856
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
11857
|
-
means any form of electronic, verbal, or written communication sent
|
11858
|
-
to the Licensor or its representatives, including but not limited to
|
11859
|
-
communication on electronic mailing lists, source code control systems,
|
11860
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
11861
|
-
Licensor for the purpose of discussing and improving the Work, but
|
11862
|
-
excluding communication that is conspicuously marked or otherwise
|
11863
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
11864
|
-
|
11865
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
11866
|
-
on behalf of whom a Contribution has been received by Licensor and
|
11867
|
-
subsequently incorporated within the Work.
|
11868
|
-
|
11869
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
11870
|
-
this License, each Contributor hereby grants to You a perpetual,
|
11871
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11872
|
-
copyright license to reproduce, prepare Derivative Works of,
|
11873
|
-
publicly display, publicly perform, sublicense, and distribute the
|
11874
|
-
Work and such Derivative Works in Source or Object form.
|
11875
|
-
|
11876
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
11877
|
-
this License, each Contributor hereby grants to You a perpetual,
|
11878
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11879
|
-
(except as stated in this section) patent license to make, have made,
|
11880
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
11881
|
-
where such license applies only to those patent claims licensable
|
11882
|
-
by such Contributor that are necessarily infringed by their
|
11883
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
11884
|
-
with the Work to which such Contribution(s) was submitted. If You
|
11885
|
-
institute patent litigation against any entity (including a
|
11886
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
11887
|
-
or a Contribution incorporated within the Work constitutes direct
|
11888
|
-
or contributory patent infringement, then any patent licenses
|
11889
|
-
granted to You under this License for that Work shall terminate
|
11890
|
-
as of the date such litigation is filed.
|
11891
|
-
|
11892
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
11893
|
-
Work or Derivative Works thereof in any medium, with or without
|
11894
|
-
modifications, and in Source or Object form, provided that You
|
11895
|
-
meet the following conditions:
|
11896
|
-
|
11897
|
-
(a) You must give any other recipients of the Work or
|
11898
|
-
Derivative Works a copy of this License; and
|
11899
|
-
|
11900
|
-
(b) You must cause any modified files to carry prominent notices
|
11901
|
-
stating that You changed the files; and
|
11902
|
-
|
11903
|
-
(c) You must retain, in the Source form of any Derivative Works
|
11904
|
-
that You distribute, all copyright, patent, trademark, and
|
11905
|
-
attribution notices from the Source form of the Work,
|
11906
|
-
excluding those notices that do not pertain to any part of
|
11907
|
-
the Derivative Works; and
|
11908
|
-
|
11909
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
11910
|
-
distribution, then any Derivative Works that You distribute must
|
11911
|
-
include a readable copy of the attribution notices contained
|
11912
|
-
within such NOTICE file, excluding those notices that do not
|
11913
|
-
pertain to any part of the Derivative Works, in at least one
|
11914
|
-
of the following places: within a NOTICE text file distributed
|
11915
|
-
as part of the Derivative Works; within the Source form or
|
11916
|
-
documentation, if provided along with the Derivative Works; or,
|
11917
|
-
within a display generated by the Derivative Works, if and
|
11918
|
-
wherever such third-party notices normally appear. The contents
|
11919
|
-
of the NOTICE file are for informational purposes only and
|
11920
|
-
do not modify the License. You may add Your own attribution
|
11921
|
-
notices within Derivative Works that You distribute, alongside
|
11922
|
-
or as an addendum to the NOTICE text from the Work, provided
|
11923
|
-
that such additional attribution notices cannot be construed
|
11924
|
-
as modifying the License.
|
11925
|
-
|
11926
|
-
You may add Your own copyright statement to Your modifications and
|
11927
|
-
may provide additional or different license terms and conditions
|
11928
|
-
for use, reproduction, or distribution of Your modifications, or
|
11929
|
-
for any such Derivative Works as a whole, provided Your use,
|
11930
|
-
reproduction, and distribution of the Work otherwise complies with
|
11931
|
-
the conditions stated in this License.
|
11932
|
-
|
11933
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
11934
|
-
any Contribution intentionally submitted for inclusion in the Work
|
11935
|
-
by You to the Licensor shall be under the terms and conditions of
|
11936
|
-
this License, without any additional terms or conditions.
|
11937
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
11938
|
-
the terms of any separate license agreement you may have executed
|
11939
|
-
with Licensor regarding such Contributions.
|
11940
|
-
|
11941
|
-
6. Trademarks. This License does not grant permission to use the trade
|
11942
|
-
names, trademarks, service marks, or product names of the Licensor,
|
11943
|
-
except as required for reasonable and customary use in describing the
|
11944
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
11945
|
-
|
11946
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
11947
|
-
agreed to in writing, Licensor provides the Work (and each
|
11948
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
11949
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
11950
|
-
implied, including, without limitation, any warranties or conditions
|
11951
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
11952
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
11953
|
-
appropriateness of using or redistributing the Work and assume any
|
11954
|
-
risks associated with Your exercise of permissions under this License.
|
11955
|
-
|
11956
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
11957
|
-
whether in tort (including negligence), contract, or otherwise,
|
11958
|
-
unless required by applicable law (such as deliberate and grossly
|
11959
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
11960
|
-
liable to You for damages, including any direct, indirect, special,
|
11961
|
-
incidental, or consequential damages of any character arising as a
|
11962
|
-
result of this License or out of the use or inability to use the
|
11963
|
-
Work (including but not limited to damages for loss of goodwill,
|
11964
|
-
work stoppage, computer failure or malfunction, or any and all
|
11965
|
-
other commercial damages or losses), even if such Contributor
|
11966
|
-
has been advised of the possibility of such damages.
|
11967
|
-
|
11968
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
11969
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
11970
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
11971
|
-
or other liability obligations and/or rights consistent with this
|
11972
|
-
License. However, in accepting such obligations, You may act only
|
11973
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
11974
|
-
of any other Contributor, and only if You agree to indemnify,
|
11975
|
-
defend, and hold each Contributor harmless for any liability
|
11976
|
-
incurred by, or claims asserted against, such Contributor by reason
|
11977
|
-
of your accepting any such warranty or additional liability.
|
11978
|
-
|
11979
|
-
END OF TERMS AND CONDITIONS
|
11980
|
-
|
11981
|
-
APPENDIX: How to apply the Apache License to your work.
|
11982
|
-
|
11983
|
-
To apply the Apache License to your work, attach the following
|
11984
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
11985
|
-
replaced with your own identifying information. (Don't include
|
11986
|
-
the brackets!) The text should be enclosed in the appropriate
|
11987
|
-
comment syntax for the file format. We also recommend that a
|
11988
|
-
file or class name and description of purpose be included on the
|
11989
|
-
same "printed page" as the copyright notice for easier
|
11990
|
-
identification within third-party archives.
|
11991
|
-
|
11992
|
-
Copyright [yyyy] [name of copyright owner]
|
11993
|
-
|
11994
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
11995
|
-
you may not use this file except in compliance with the License.
|
11996
|
-
You may obtain a copy of the License at
|
11997
|
-
|
11998
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11999
|
-
|
12000
|
-
Unless required by applicable law or agreed to in writing, software
|
12001
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
12002
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12003
|
-
See the License for the specific language governing permissions and
|
12004
|
-
limitations under the License.
|
12005
|
-
|
12006
|
-
================================================================================
|
12007
|
-
equivalent LICENSE-MIT
|
12008
|
-
================================================================================
|
12009
|
-
|
12010
|
-
Copyright (c) 2016--2023
|
12011
|
-
|
12012
|
-
Permission is hereby granted, free of charge, to any
|
12013
|
-
person obtaining a copy of this software and associated
|
12014
|
-
documentation files (the "Software"), to deal in the
|
12015
|
-
Software without restriction, including without
|
12016
|
-
limitation the rights to use, copy, modify, merge,
|
12017
|
-
publish, distribute, sublicense, and/or sell copies of
|
12018
|
-
the Software, and to permit persons to whom the Software
|
12019
|
-
is furnished to do so, subject to the following
|
12020
|
-
conditions:
|
12021
|
-
|
12022
|
-
The above copyright notice and this permission notice
|
12023
|
-
shall be included in all copies or substantial portions
|
12024
|
-
of the Software.
|
12025
|
-
|
12026
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12027
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12028
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12029
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12030
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12031
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12032
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12033
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12034
|
-
DEALINGS IN THE SOFTWARE.
|
12035
|
-
|
12036
|
-
================================================================================
|
12037
|
-
errno LICENSE-APACHE
|
11986
|
+
equivalent LICENSE-MIT
|
11987
|
+
================================================================================
|
11988
|
+
|
11989
|
+
Copyright (c) 2016--2023
|
11990
|
+
|
11991
|
+
Permission is hereby granted, free of charge, to any
|
11992
|
+
person obtaining a copy of this software and associated
|
11993
|
+
documentation files (the "Software"), to deal in the
|
11994
|
+
Software without restriction, including without
|
11995
|
+
limitation the rights to use, copy, modify, merge,
|
11996
|
+
publish, distribute, sublicense, and/or sell copies of
|
11997
|
+
the Software, and to permit persons to whom the Software
|
11998
|
+
is furnished to do so, subject to the following
|
11999
|
+
conditions:
|
12000
|
+
|
12001
|
+
The above copyright notice and this permission notice
|
12002
|
+
shall be included in all copies or substantial portions
|
12003
|
+
of the Software.
|
12004
|
+
|
12005
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12006
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12007
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12008
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12009
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12010
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12011
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12012
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12013
|
+
DEALINGS IN THE SOFTWARE.
|
12014
|
+
|
12015
|
+
================================================================================
|
12016
|
+
errno LICENSE-APACHE
|
12038
12017
|
================================================================================
|
12039
12018
|
|
12040
12019
|
Apache License
|
@@ -16812,7 +16791,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
16812
16791
|
DEALINGS IN THE SOFTWARE.
|
16813
16792
|
|
16814
16793
|
================================================================================
|
16815
|
-
getrandom v0.3.
|
16794
|
+
getrandom v0.3.3 LICENSE-APACHE
|
16816
16795
|
================================================================================
|
16817
16796
|
|
16818
16797
|
Apache License
|
@@ -17018,7 +16997,7 @@ See the License for the specific language governing permissions and
|
|
17018
16997
|
limitations under the License.
|
17019
16998
|
|
17020
16999
|
================================================================================
|
17021
|
-
getrandom v0.3.
|
17000
|
+
getrandom v0.3.3 LICENSE-MIT
|
17022
17001
|
================================================================================
|
17023
17002
|
|
17024
17003
|
Copyright (c) 2018-2025 The rust-random Project Developers
|
@@ -20093,109 +20072,7 @@ Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
|
20093
20072
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20094
20073
|
|
20095
20074
|
================================================================================
|
20096
|
-
|
20097
|
-
================================================================================
|
20098
|
-
|
20099
|
-
UNICODE LICENSE V3
|
20100
|
-
|
20101
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20102
|
-
|
20103
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20104
|
-
|
20105
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20106
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20107
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20108
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20109
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20110
|
-
|
20111
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20112
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20113
|
-
software and any associated documentation (the "Software") to deal in the
|
20114
|
-
Data Files or Software without restriction, including without limitation
|
20115
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
20116
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
20117
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
20118
|
-
this copyright and permission notice appear with all copies of the Data
|
20119
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
20120
|
-
associated Documentation.
|
20121
|
-
|
20122
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
20123
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20124
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
20125
|
-
THIRD PARTY RIGHTS.
|
20126
|
-
|
20127
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
20128
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
20129
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
20130
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
20131
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
20132
|
-
FILES OR SOFTWARE.
|
20133
|
-
|
20134
|
-
Except as contained in this notice, the name of a copyright holder shall
|
20135
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
20136
|
-
dealings in these Data Files or Software without prior written
|
20137
|
-
authorization of the copyright holder.
|
20138
|
-
|
20139
|
-
SPDX-License-Identifier: Unicode-3.0
|
20140
|
-
|
20141
|
-
—
|
20142
|
-
|
20143
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20144
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20145
|
-
|
20146
|
-
================================================================================
|
20147
|
-
icu_locid_transform LICENSE
|
20148
|
-
================================================================================
|
20149
|
-
|
20150
|
-
UNICODE LICENSE V3
|
20151
|
-
|
20152
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20153
|
-
|
20154
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20155
|
-
|
20156
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20157
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20158
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20159
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20160
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20161
|
-
|
20162
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20163
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20164
|
-
software and any associated documentation (the "Software") to deal in the
|
20165
|
-
Data Files or Software without restriction, including without limitation
|
20166
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
20167
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
20168
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
20169
|
-
this copyright and permission notice appear with all copies of the Data
|
20170
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
20171
|
-
associated Documentation.
|
20172
|
-
|
20173
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
20174
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20175
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
20176
|
-
THIRD PARTY RIGHTS.
|
20177
|
-
|
20178
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
20179
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
20180
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
20181
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
20182
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
20183
|
-
FILES OR SOFTWARE.
|
20184
|
-
|
20185
|
-
Except as contained in this notice, the name of a copyright holder shall
|
20186
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
20187
|
-
dealings in these Data Files or Software without prior written
|
20188
|
-
authorization of the copyright holder.
|
20189
|
-
|
20190
|
-
SPDX-License-Identifier: Unicode-3.0
|
20191
|
-
|
20192
|
-
—
|
20193
|
-
|
20194
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20195
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20196
|
-
|
20197
|
-
================================================================================
|
20198
|
-
icu_locid_transform_data LICENSE
|
20075
|
+
icu_locale_core LICENSE
|
20199
20076
|
================================================================================
|
20200
20077
|
|
20201
20078
|
UNICODE LICENSE V3
|
@@ -20500,57 +20377,6 @@ SPDX-License-Identifier: Unicode-3.0
|
|
20500
20377
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20501
20378
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20502
20379
|
|
20503
|
-
================================================================================
|
20504
|
-
icu_provider_macros LICENSE
|
20505
|
-
================================================================================
|
20506
|
-
|
20507
|
-
UNICODE LICENSE V3
|
20508
|
-
|
20509
|
-
COPYRIGHT AND PERMISSION NOTICE
|
20510
|
-
|
20511
|
-
Copyright © 2020-2024 Unicode, Inc.
|
20512
|
-
|
20513
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
20514
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
20515
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
20516
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
20517
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
20518
|
-
|
20519
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
20520
|
-
copy of data files and any associated documentation (the "Data Files") or
|
20521
|
-
software and any associated documentation (the "Software") to deal in the
|
20522
|
-
Data Files or Software without restriction, including without limitation
|
20523
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
20524
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
20525
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
20526
|
-
this copyright and permission notice appear with all copies of the Data
|
20527
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
20528
|
-
associated Documentation.
|
20529
|
-
|
20530
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
20531
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20532
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
20533
|
-
THIRD PARTY RIGHTS.
|
20534
|
-
|
20535
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
20536
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
20537
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
20538
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
20539
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
20540
|
-
FILES OR SOFTWARE.
|
20541
|
-
|
20542
|
-
Except as contained in this notice, the name of a copyright holder shall
|
20543
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
20544
|
-
dealings in these Data Files or Software without prior written
|
20545
|
-
authorization of the copyright holder.
|
20546
|
-
|
20547
|
-
SPDX-License-Identifier: Unicode-3.0
|
20548
|
-
|
20549
|
-
—
|
20550
|
-
|
20551
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
20552
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
20553
|
-
|
20554
20380
|
================================================================================
|
20555
20381
|
idna LICENSE-APACHE
|
20556
20382
|
================================================================================
|
@@ -24955,6 +24781,249 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24955
24781
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24956
24782
|
DEALINGS IN THE SOFTWARE.
|
24957
24783
|
|
24784
|
+
================================================================================
|
24785
|
+
lru-slab LICENSE-APACHE
|
24786
|
+
================================================================================
|
24787
|
+
|
24788
|
+
|
24789
|
+
Apache License
|
24790
|
+
Version 2.0, January 2004
|
24791
|
+
http://www.apache.org/licenses/
|
24792
|
+
|
24793
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24794
|
+
|
24795
|
+
1. Definitions.
|
24796
|
+
|
24797
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24798
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24799
|
+
|
24800
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24801
|
+
the copyright owner that is granting the License.
|
24802
|
+
|
24803
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24804
|
+
other entities that control, are controlled by, or are under common
|
24805
|
+
control with that entity. For the purposes of this definition,
|
24806
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24807
|
+
direction or management of such entity, whether by contract or
|
24808
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24809
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24810
|
+
|
24811
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24812
|
+
exercising permissions granted by this License.
|
24813
|
+
|
24814
|
+
"Source" form shall mean the preferred form for making modifications,
|
24815
|
+
including but not limited to software source code, documentation
|
24816
|
+
source, and configuration files.
|
24817
|
+
|
24818
|
+
"Object" form shall mean any form resulting from mechanical
|
24819
|
+
transformation or translation of a Source form, including but
|
24820
|
+
not limited to compiled object code, generated documentation,
|
24821
|
+
and conversions to other media types.
|
24822
|
+
|
24823
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24824
|
+
Object form, made available under the License, as indicated by a
|
24825
|
+
copyright notice that is included in or attached to the work
|
24826
|
+
(an example is provided in the Appendix below).
|
24827
|
+
|
24828
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24829
|
+
form, that is based on (or derived from) the Work and for which the
|
24830
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24831
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24832
|
+
of this License, Derivative Works shall not include works that remain
|
24833
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24834
|
+
the Work and Derivative Works thereof.
|
24835
|
+
|
24836
|
+
"Contribution" shall mean any work of authorship, including
|
24837
|
+
the original version of the Work and any modifications or additions
|
24838
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24839
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24840
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24841
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24842
|
+
means any form of electronic, verbal, or written communication sent
|
24843
|
+
to the Licensor or its representatives, including but not limited to
|
24844
|
+
communication on electronic mailing lists, source code control systems,
|
24845
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24846
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24847
|
+
excluding communication that is conspicuously marked or otherwise
|
24848
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24849
|
+
|
24850
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24851
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24852
|
+
subsequently incorporated within the Work.
|
24853
|
+
|
24854
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24855
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24856
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24857
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24858
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24859
|
+
Work and such Derivative Works in Source or Object form.
|
24860
|
+
|
24861
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24862
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24863
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24864
|
+
(except as stated in this section) patent license to make, have made,
|
24865
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24866
|
+
where such license applies only to those patent claims licensable
|
24867
|
+
by such Contributor that are necessarily infringed by their
|
24868
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24869
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24870
|
+
institute patent litigation against any entity (including a
|
24871
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24872
|
+
or a Contribution incorporated within the Work constitutes direct
|
24873
|
+
or contributory patent infringement, then any patent licenses
|
24874
|
+
granted to You under this License for that Work shall terminate
|
24875
|
+
as of the date such litigation is filed.
|
24876
|
+
|
24877
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24878
|
+
Work or Derivative Works thereof in any medium, with or without
|
24879
|
+
modifications, and in Source or Object form, provided that You
|
24880
|
+
meet the following conditions:
|
24881
|
+
|
24882
|
+
(a) You must give any other recipients of the Work or
|
24883
|
+
Derivative Works a copy of this License; and
|
24884
|
+
|
24885
|
+
(b) You must cause any modified files to carry prominent notices
|
24886
|
+
stating that You changed the files; and
|
24887
|
+
|
24888
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24889
|
+
that You distribute, all copyright, patent, trademark, and
|
24890
|
+
attribution notices from the Source form of the Work,
|
24891
|
+
excluding those notices that do not pertain to any part of
|
24892
|
+
the Derivative Works; and
|
24893
|
+
|
24894
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24895
|
+
distribution, then any Derivative Works that You distribute must
|
24896
|
+
include a readable copy of the attribution notices contained
|
24897
|
+
within such NOTICE file, excluding those notices that do not
|
24898
|
+
pertain to any part of the Derivative Works, in at least one
|
24899
|
+
of the following places: within a NOTICE text file distributed
|
24900
|
+
as part of the Derivative Works; within the Source form or
|
24901
|
+
documentation, if provided along with the Derivative Works; or,
|
24902
|
+
within a display generated by the Derivative Works, if and
|
24903
|
+
wherever such third-party notices normally appear. The contents
|
24904
|
+
of the NOTICE file are for informational purposes only and
|
24905
|
+
do not modify the License. You may add Your own attribution
|
24906
|
+
notices within Derivative Works that You distribute, alongside
|
24907
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24908
|
+
that such additional attribution notices cannot be construed
|
24909
|
+
as modifying the License.
|
24910
|
+
|
24911
|
+
You may add Your own copyright statement to Your modifications and
|
24912
|
+
may provide additional or different license terms and conditions
|
24913
|
+
for use, reproduction, or distribution of Your modifications, or
|
24914
|
+
for any such Derivative Works as a whole, provided Your use,
|
24915
|
+
reproduction, and distribution of the Work otherwise complies with
|
24916
|
+
the conditions stated in this License.
|
24917
|
+
|
24918
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24919
|
+
any Contribution intentionally submitted for inclusion in the Work
|
24920
|
+
by You to the Licensor shall be under the terms and conditions of
|
24921
|
+
this License, without any additional terms or conditions.
|
24922
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
24923
|
+
the terms of any separate license agreement you may have executed
|
24924
|
+
with Licensor regarding such Contributions.
|
24925
|
+
|
24926
|
+
6. Trademarks. This License does not grant permission to use the trade
|
24927
|
+
names, trademarks, service marks, or product names of the Licensor,
|
24928
|
+
except as required for reasonable and customary use in describing the
|
24929
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
24930
|
+
|
24931
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
24932
|
+
agreed to in writing, Licensor provides the Work (and each
|
24933
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24934
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24935
|
+
implied, including, without limitation, any warranties or conditions
|
24936
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24937
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24938
|
+
appropriateness of using or redistributing the Work and assume any
|
24939
|
+
risks associated with Your exercise of permissions under this License.
|
24940
|
+
|
24941
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
24942
|
+
whether in tort (including negligence), contract, or otherwise,
|
24943
|
+
unless required by applicable law (such as deliberate and grossly
|
24944
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
24945
|
+
liable to You for damages, including any direct, indirect, special,
|
24946
|
+
incidental, or consequential damages of any character arising as a
|
24947
|
+
result of this License or out of the use or inability to use the
|
24948
|
+
Work (including but not limited to damages for loss of goodwill,
|
24949
|
+
work stoppage, computer failure or malfunction, or any and all
|
24950
|
+
other commercial damages or losses), even if such Contributor
|
24951
|
+
has been advised of the possibility of such damages.
|
24952
|
+
|
24953
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
24954
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
24955
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
24956
|
+
or other liability obligations and/or rights consistent with this
|
24957
|
+
License. However, in accepting such obligations, You may act only
|
24958
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
24959
|
+
of any other Contributor, and only if You agree to indemnify,
|
24960
|
+
defend, and hold each Contributor harmless for any liability
|
24961
|
+
incurred by, or claims asserted against, such Contributor by reason
|
24962
|
+
of your accepting any such warranty or additional liability.
|
24963
|
+
|
24964
|
+
END OF TERMS AND CONDITIONS
|
24965
|
+
|
24966
|
+
APPENDIX: How to apply the Apache License to your work.
|
24967
|
+
|
24968
|
+
To apply the Apache License to your work, attach the following
|
24969
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
24970
|
+
replaced with your own identifying information. (Don't include
|
24971
|
+
the brackets!) The text should be enclosed in the appropriate
|
24972
|
+
comment syntax for the file format. We also recommend that a
|
24973
|
+
file or class name and description of purpose be included on the
|
24974
|
+
same "printed page" as the copyright notice for easier
|
24975
|
+
identification within third-party archives.
|
24976
|
+
|
24977
|
+
Copyright [yyyy] [name of copyright owner]
|
24978
|
+
|
24979
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
24980
|
+
you may not use this file except in compliance with the License.
|
24981
|
+
You may obtain a copy of the License at
|
24982
|
+
|
24983
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
24984
|
+
|
24985
|
+
Unless required by applicable law or agreed to in writing, software
|
24986
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
24987
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
24988
|
+
See the License for the specific language governing permissions and
|
24989
|
+
limitations under the License.
|
24990
|
+
|
24991
|
+
================================================================================
|
24992
|
+
lru-slab LICENSE-MIT
|
24993
|
+
================================================================================
|
24994
|
+
|
24995
|
+
Copyright (c) 2024 The lru-slab Developers
|
24996
|
+
|
24997
|
+
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:
|
24998
|
+
|
24999
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
25000
|
+
|
25001
|
+
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.
|
25002
|
+
|
25003
|
+
================================================================================
|
25004
|
+
lru-slab LICENSE-ZLIB
|
25005
|
+
================================================================================
|
25006
|
+
|
25007
|
+
Copyright (c) 2024 The lru-slab Developers
|
25008
|
+
|
25009
|
+
This software is provided 'as-is', without any express or implied warranty. In
|
25010
|
+
no event will the authors be held liable for any damages arising from the use of
|
25011
|
+
this software.
|
25012
|
+
|
25013
|
+
Permission is granted to anyone to use this software for any purpose, including
|
25014
|
+
commercial applications, and to alter it and redistribute it freely, subject to
|
25015
|
+
the following restrictions:
|
25016
|
+
|
25017
|
+
1. The origin of this software must not be misrepresented; you must not claim
|
25018
|
+
that you wrote the original software. If you use this software in a product, an
|
25019
|
+
acknowledgment in the product documentation would be appreciated but is not
|
25020
|
+
required.
|
25021
|
+
|
25022
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
25023
|
+
misrepresented as being the original software.
|
25024
|
+
|
25025
|
+
3. This notice may not be removed or altered from any source distribution.
|
25026
|
+
|
24958
25027
|
================================================================================
|
24959
25028
|
lz4 LICENSE
|
24960
25029
|
================================================================================
|
@@ -29885,33 +29954,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
29885
29954
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29886
29955
|
DEALINGS IN THE SOFTWARE.
|
29887
29956
|
|
29888
|
-
================================================================================
|
29889
|
-
planus LICENSE-MIT
|
29890
|
-
================================================================================
|
29891
|
-
|
29892
|
-
MIT License
|
29893
|
-
|
29894
|
-
Copyright (c) 2021 The Planus Project Developers
|
29895
|
-
|
29896
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
29897
|
-
of this software and associated documentation files (the "Software"), to deal
|
29898
|
-
in the Software without restriction, including without limitation the rights
|
29899
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
29900
|
-
copies of the Software, and to permit persons to whom the Software is
|
29901
|
-
furnished to do so, subject to the following conditions:
|
29902
|
-
|
29903
|
-
The above copyright notice and this permission notice shall be included in all
|
29904
|
-
copies or substantial portions of the Software.
|
29905
|
-
|
29906
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
29907
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
29908
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29909
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29910
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29911
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
29912
|
-
SOFTWARE.
|
29913
|
-
|
29914
|
-
|
29915
29957
|
================================================================================
|
29916
29958
|
planus LICENSE-APACHE
|
29917
29959
|
================================================================================
|
@@ -30094,6 +30136,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30094
30136
|
END OF TERMS AND CONDITIONS
|
30095
30137
|
|
30096
30138
|
|
30139
|
+
================================================================================
|
30140
|
+
planus LICENSE-MIT
|
30141
|
+
================================================================================
|
30142
|
+
|
30143
|
+
MIT License
|
30144
|
+
|
30145
|
+
Copyright (c) 2021 The Planus Project Developers
|
30146
|
+
|
30147
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30148
|
+
of this software and associated documentation files (the "Software"), to deal
|
30149
|
+
in the Software without restriction, including without limitation the rights
|
30150
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30151
|
+
copies of the Software, and to permit persons to whom the Software is
|
30152
|
+
furnished to do so, subject to the following conditions:
|
30153
|
+
|
30154
|
+
The above copyright notice and this permission notice shall be included in all
|
30155
|
+
copies or substantial portions of the Software.
|
30156
|
+
|
30157
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30158
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30159
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30160
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30161
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30162
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30163
|
+
SOFTWARE.
|
30164
|
+
|
30165
|
+
|
30097
30166
|
================================================================================
|
30098
30167
|
polars LICENSE
|
30099
30168
|
================================================================================
|
@@ -30516,228 +30585,6 @@ polars-arrow-format LICENSE
|
|
30516
30585
|
See the License for the specific language governing permissions and
|
30517
30586
|
limitations under the License.
|
30518
30587
|
|
30519
|
-
================================================================================
|
30520
|
-
polars-arrow-format src/LICENSE
|
30521
|
-
================================================================================
|
30522
|
-
|
30523
|
-
Some of the code in this crate is subject to the Apache 2 license in 1. as it
|
30524
|
-
was taken from the arrow-format Rust crate in January 2024. Later changes are subject
|
30525
|
-
to the MIT license in 2.
|
30526
|
-
|
30527
|
-
1.
|
30528
|
-
|
30529
|
-
Apache License
|
30530
|
-
Version 2.0, January 2004
|
30531
|
-
https://www.apache.org/licenses/
|
30532
|
-
|
30533
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
30534
|
-
|
30535
|
-
1. Definitions.
|
30536
|
-
|
30537
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
30538
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
30539
|
-
|
30540
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
30541
|
-
the copyright owner that is granting the License.
|
30542
|
-
|
30543
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
30544
|
-
other entities that control, are controlled by, or are under common
|
30545
|
-
control with that entity. For the purposes of this definition,
|
30546
|
-
"control" means (i) the power, direct or indirect, to cause the
|
30547
|
-
direction or management of such entity, whether by contract or
|
30548
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
30549
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
30550
|
-
|
30551
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
30552
|
-
exercising permissions granted by this License.
|
30553
|
-
|
30554
|
-
"Source" form shall mean the preferred form for making modifications,
|
30555
|
-
including but not limited to software source code, documentation
|
30556
|
-
source, and configuration files.
|
30557
|
-
|
30558
|
-
"Object" form shall mean any form resulting from mechanical
|
30559
|
-
transformation or translation of a Source form, including but
|
30560
|
-
not limited to compiled object code, generated documentation,
|
30561
|
-
and conversions to other media types.
|
30562
|
-
|
30563
|
-
"Work" shall mean the work of authorship, whether in Source or
|
30564
|
-
Object form, made available under the License, as indicated by a
|
30565
|
-
copyright notice that is included in or attached to the work
|
30566
|
-
(an example is provided in the Appendix below).
|
30567
|
-
|
30568
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
30569
|
-
form, that is based on (or derived from) the Work and for which the
|
30570
|
-
editorial revisions, annotations, elaborations, or other modifications
|
30571
|
-
represent, as a whole, an original work of authorship. For the purposes
|
30572
|
-
of this License, Derivative Works shall not include works that remain
|
30573
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
30574
|
-
the Work and Derivative Works thereof.
|
30575
|
-
|
30576
|
-
"Contribution" shall mean any work of authorship, including
|
30577
|
-
the original version of the Work and any modifications or additions
|
30578
|
-
to that Work or Derivative Works thereof, that is intentionally
|
30579
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
30580
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
30581
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
30582
|
-
means any form of electronic, verbal, or written communication sent
|
30583
|
-
to the Licensor or its representatives, including but not limited to
|
30584
|
-
communication on electronic mailing lists, source code control systems,
|
30585
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
30586
|
-
Licensor for the purpose of discussing and improving the Work, but
|
30587
|
-
excluding communication that is conspicuously marked or otherwise
|
30588
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
30589
|
-
|
30590
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
30591
|
-
on behalf of whom a Contribution has been received by Licensor and
|
30592
|
-
subsequently incorporated within the Work.
|
30593
|
-
|
30594
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
30595
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30596
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30597
|
-
copyright license to reproduce, prepare Derivative Works of,
|
30598
|
-
publicly display, publicly perform, sublicense, and distribute the
|
30599
|
-
Work and such Derivative Works in Source or Object form.
|
30600
|
-
|
30601
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
30602
|
-
this License, each Contributor hereby grants to You a perpetual,
|
30603
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
30604
|
-
(except as stated in this section) patent license to make, have made,
|
30605
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
30606
|
-
where such license applies only to those patent claims licensable
|
30607
|
-
by such Contributor that are necessarily infringed by their
|
30608
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
30609
|
-
with the Work to which such Contribution(s) was submitted. If You
|
30610
|
-
institute patent litigation against any entity (including a
|
30611
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
30612
|
-
or a Contribution incorporated within the Work constitutes direct
|
30613
|
-
or contributory patent infringement, then any patent licenses
|
30614
|
-
granted to You under this License for that Work shall terminate
|
30615
|
-
as of the date such litigation is filed.
|
30616
|
-
|
30617
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
30618
|
-
Work or Derivative Works thereof in any medium, with or without
|
30619
|
-
modifications, and in Source or Object form, provided that You
|
30620
|
-
meet the following conditions:
|
30621
|
-
|
30622
|
-
(a) You must give any other recipients of the Work or
|
30623
|
-
Derivative Works a copy of this License; and
|
30624
|
-
|
30625
|
-
(b) You must cause any modified files to carry prominent notices
|
30626
|
-
stating that You changed the files; and
|
30627
|
-
|
30628
|
-
(c) You must retain, in the Source form of any Derivative Works
|
30629
|
-
that You distribute, all copyright, patent, trademark, and
|
30630
|
-
attribution notices from the Source form of the Work,
|
30631
|
-
excluding those notices that do not pertain to any part of
|
30632
|
-
the Derivative Works; and
|
30633
|
-
|
30634
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
30635
|
-
distribution, then any Derivative Works that You distribute must
|
30636
|
-
include a readable copy of the attribution notices contained
|
30637
|
-
within such NOTICE file, excluding those notices that do not
|
30638
|
-
pertain to any part of the Derivative Works, in at least one
|
30639
|
-
of the following places: within a NOTICE text file distributed
|
30640
|
-
as part of the Derivative Works; within the Source form or
|
30641
|
-
documentation, if provided along with the Derivative Works; or,
|
30642
|
-
within a display generated by the Derivative Works, if and
|
30643
|
-
wherever such third-party notices normally appear. The contents
|
30644
|
-
of the NOTICE file are for informational purposes only and
|
30645
|
-
do not modify the License. You may add Your own attribution
|
30646
|
-
notices within Derivative Works that You distribute, alongside
|
30647
|
-
or as an addendum to the NOTICE text from the Work, provided
|
30648
|
-
that such additional attribution notices cannot be construed
|
30649
|
-
as modifying the License.
|
30650
|
-
|
30651
|
-
You may add Your own copyright statement to Your modifications and
|
30652
|
-
may provide additional or different license terms and conditions
|
30653
|
-
for use, reproduction, or distribution of Your modifications, or
|
30654
|
-
for any such Derivative Works as a whole, provided Your use,
|
30655
|
-
reproduction, and distribution of the Work otherwise complies with
|
30656
|
-
the conditions stated in this License.
|
30657
|
-
|
30658
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30659
|
-
any Contribution intentionally submitted for inclusion in the Work
|
30660
|
-
by You to the Licensor shall be under the terms and conditions of
|
30661
|
-
this License, without any additional terms or conditions.
|
30662
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
30663
|
-
the terms of any separate license agreement you may have executed
|
30664
|
-
with Licensor regarding such Contributions.
|
30665
|
-
|
30666
|
-
6. Trademarks. This License does not grant permission to use the trade
|
30667
|
-
names, trademarks, service marks, or product names of the Licensor,
|
30668
|
-
except as required for reasonable and customary use in describing the
|
30669
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
30670
|
-
|
30671
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
30672
|
-
agreed to in writing, Licensor provides the Work (and each
|
30673
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30674
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30675
|
-
implied, including, without limitation, any warranties or conditions
|
30676
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30677
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30678
|
-
appropriateness of using or redistributing the Work and assume any
|
30679
|
-
risks associated with Your exercise of permissions under this License.
|
30680
|
-
|
30681
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
30682
|
-
whether in tort (including negligence), contract, or otherwise,
|
30683
|
-
unless required by applicable law (such as deliberate and grossly
|
30684
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
30685
|
-
liable to You for damages, including any direct, indirect, special,
|
30686
|
-
incidental, or consequential damages of any character arising as a
|
30687
|
-
result of this License or out of the use or inability to use the
|
30688
|
-
Work (including but not limited to damages for loss of goodwill,
|
30689
|
-
work stoppage, computer failure or malfunction, or any and all
|
30690
|
-
other commercial damages or losses), even if such Contributor
|
30691
|
-
has been advised of the possibility of such damages.
|
30692
|
-
|
30693
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
30694
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
30695
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
30696
|
-
or other liability obligations and/or rights consistent with this
|
30697
|
-
License. However, in accepting such obligations, You may act only
|
30698
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
30699
|
-
of any other Contributor, and only if You agree to indemnify,
|
30700
|
-
defend, and hold each Contributor harmless for any liability
|
30701
|
-
incurred by, or claims asserted against, such Contributor by reason
|
30702
|
-
of your accepting any such warranty or additional liability.
|
30703
|
-
|
30704
|
-
END OF TERMS AND CONDITIONS
|
30705
|
-
|
30706
|
-
Copyright 2020-2022 Jorge C. Leitão
|
30707
|
-
|
30708
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30709
|
-
you may not use this file except in compliance with the License.
|
30710
|
-
You may obtain a copy of the License at
|
30711
|
-
|
30712
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
30713
|
-
|
30714
|
-
Unless required by applicable law or agreed to in writing, software
|
30715
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30716
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30717
|
-
See the License for the specific language governing permissions and
|
30718
|
-
limitations under the License.
|
30719
|
-
|
30720
|
-
2.
|
30721
|
-
Copyright (c) 2024 Ritchie Vink
|
30722
|
-
|
30723
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
30724
|
-
of this software and associated documentation files (the "Software"), to deal
|
30725
|
-
in the Software without restriction, including without limitation the rights
|
30726
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
30727
|
-
copies of the Software, and to permit persons to whom the Software is
|
30728
|
-
furnished to do so, subject to the following conditions:
|
30729
|
-
|
30730
|
-
The above copyright notice and this permission notice shall be included in all
|
30731
|
-
copies or substantial portions of the Software.
|
30732
|
-
|
30733
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30734
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30735
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
30736
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30737
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30738
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30739
|
-
SOFTWARE.
|
30740
|
-
|
30741
30588
|
================================================================================
|
30742
30589
|
polars-compute LICENSE
|
30743
30590
|
================================================================================
|
@@ -31193,31 +31040,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
31193
31040
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
31194
31041
|
IN THE SOFTWARE.
|
31195
31042
|
|
31196
|
-
================================================================================
|
31197
|
-
polars-pipe LICENSE
|
31198
|
-
================================================================================
|
31199
|
-
|
31200
|
-
Copyright (c) 2025 Ritchie Vink
|
31201
|
-
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
31202
|
-
|
31203
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
31204
|
-
of this software and associated documentation files (the "Software"), to deal
|
31205
|
-
in the Software without restriction, including without limitation the rights
|
31206
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
31207
|
-
copies of the Software, and to permit persons to whom the Software is
|
31208
|
-
furnished to do so, subject to the following conditions:
|
31209
|
-
|
31210
|
-
The above copyright notice and this permission notice shall be included in all
|
31211
|
-
copies or substantial portions of the Software.
|
31212
|
-
|
31213
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
31214
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
31215
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
31216
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
31217
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
31218
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31219
|
-
SOFTWARE.
|
31220
|
-
|
31221
31043
|
================================================================================
|
31222
31044
|
polars-plan LICENSE
|
31223
31045
|
================================================================================
|
@@ -31393,6 +31215,57 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31393
31215
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31394
31216
|
SOFTWARE.
|
31395
31217
|
|
31218
|
+
================================================================================
|
31219
|
+
potential_utf LICENSE
|
31220
|
+
================================================================================
|
31221
|
+
|
31222
|
+
UNICODE LICENSE V3
|
31223
|
+
|
31224
|
+
COPYRIGHT AND PERMISSION NOTICE
|
31225
|
+
|
31226
|
+
Copyright © 2020-2024 Unicode, Inc.
|
31227
|
+
|
31228
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
31229
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
31230
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
31231
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
31232
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
31233
|
+
|
31234
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
31235
|
+
copy of data files and any associated documentation (the "Data Files") or
|
31236
|
+
software and any associated documentation (the "Software") to deal in the
|
31237
|
+
Data Files or Software without restriction, including without limitation
|
31238
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
31239
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
31240
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
31241
|
+
this copyright and permission notice appear with all copies of the Data
|
31242
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
31243
|
+
associated Documentation.
|
31244
|
+
|
31245
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
31246
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
31247
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
31248
|
+
THIRD PARTY RIGHTS.
|
31249
|
+
|
31250
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
31251
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
31252
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
31253
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
31254
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
31255
|
+
FILES OR SOFTWARE.
|
31256
|
+
|
31257
|
+
Except as contained in this notice, the name of a copyright holder shall
|
31258
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
31259
|
+
dealings in these Data Files or Software without prior written
|
31260
|
+
authorization of the copyright holder.
|
31261
|
+
|
31262
|
+
SPDX-License-Identifier: Unicode-3.0
|
31263
|
+
|
31264
|
+
—
|
31265
|
+
|
31266
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
31267
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
31268
|
+
|
31396
31269
|
================================================================================
|
31397
31270
|
ppv-lite86 LICENSE-APACHE
|
31398
31271
|
================================================================================
|
@@ -45360,243 +45233,216 @@ The above copyright notice and this permission notice shall be included in all c
|
|
45360
45233
|
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.
|
45361
45234
|
|
45362
45235
|
================================================================================
|
45363
|
-
|
45236
|
+
thiserror LICENSE-APACHE
|
45364
45237
|
================================================================================
|
45365
45238
|
|
45366
|
-
|
45239
|
+
Apache License
|
45240
|
+
Version 2.0, January 2004
|
45241
|
+
http://www.apache.org/licenses/
|
45367
45242
|
|
45368
|
-
|
45243
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
45369
45244
|
|
45370
|
-
|
45371
|
-
of this software and associated documentation files (the "Software"), to deal
|
45372
|
-
in the Software without restriction, including without limitation the rights
|
45373
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
45374
|
-
copies of the Software, and to permit persons to whom the Software is
|
45375
|
-
furnished to do so, subject to the following conditions:
|
45245
|
+
1. Definitions.
|
45376
45246
|
|
45377
|
-
|
45378
|
-
|
45247
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
45248
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
45379
45249
|
|
45380
|
-
|
45381
|
-
|
45382
|
-
|
45383
|
-
|
45384
|
-
|
45385
|
-
|
45386
|
-
|
45250
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
45251
|
+
the copyright owner that is granting the License.
|
45252
|
+
|
45253
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
45254
|
+
other entities that control, are controlled by, or are under common
|
45255
|
+
control with that entity. For the purposes of this definition,
|
45256
|
+
"control" means (i) the power, direct or indirect, to cause the
|
45257
|
+
direction or management of such entity, whether by contract or
|
45258
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
45259
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
45260
|
+
|
45261
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
45262
|
+
exercising permissions granted by this License.
|
45263
|
+
|
45264
|
+
"Source" form shall mean the preferred form for making modifications,
|
45265
|
+
including but not limited to software source code, documentation
|
45266
|
+
source, and configuration files.
|
45267
|
+
|
45268
|
+
"Object" form shall mean any form resulting from mechanical
|
45269
|
+
transformation or translation of a Source form, including but
|
45270
|
+
not limited to compiled object code, generated documentation,
|
45271
|
+
and conversions to other media types.
|
45272
|
+
|
45273
|
+
"Work" shall mean the work of authorship, whether in Source or
|
45274
|
+
Object form, made available under the License, as indicated by a
|
45275
|
+
copyright notice that is included in or attached to the work
|
45276
|
+
(an example is provided in the Appendix below).
|
45277
|
+
|
45278
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
45279
|
+
form, that is based on (or derived from) the Work and for which the
|
45280
|
+
editorial revisions, annotations, elaborations, or other modifications
|
45281
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45282
|
+
of this License, Derivative Works shall not include works that remain
|
45283
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
45284
|
+
the Work and Derivative Works thereof.
|
45285
|
+
|
45286
|
+
"Contribution" shall mean any work of authorship, including
|
45287
|
+
the original version of the Work and any modifications or additions
|
45288
|
+
to that Work or Derivative Works thereof, that is intentionally
|
45289
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
45290
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
45291
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
45292
|
+
means any form of electronic, verbal, or written communication sent
|
45293
|
+
to the Licensor or its representatives, including but not limited to
|
45294
|
+
communication on electronic mailing lists, source code control systems,
|
45295
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
45296
|
+
Licensor for the purpose of discussing and improving the Work, but
|
45297
|
+
excluding communication that is conspicuously marked or otherwise
|
45298
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
45299
|
+
|
45300
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
45301
|
+
on behalf of whom a Contribution has been received by Licensor and
|
45302
|
+
subsequently incorporated within the Work.
|
45303
|
+
|
45304
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
45305
|
+
this License, each Contributor hereby grants to You a perpetual,
|
45306
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45307
|
+
copyright license to reproduce, prepare Derivative Works of,
|
45308
|
+
publicly display, publicly perform, sublicense, and distribute the
|
45309
|
+
Work and such Derivative Works in Source or Object form.
|
45310
|
+
|
45311
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
45312
|
+
this License, each Contributor hereby grants to You a perpetual,
|
45313
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45314
|
+
(except as stated in this section) patent license to make, have made,
|
45315
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
45316
|
+
where such license applies only to those patent claims licensable
|
45317
|
+
by such Contributor that are necessarily infringed by their
|
45318
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
45319
|
+
with the Work to which such Contribution(s) was submitted. If You
|
45320
|
+
institute patent litigation against any entity (including a
|
45321
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
45322
|
+
or a Contribution incorporated within the Work constitutes direct
|
45323
|
+
or contributory patent infringement, then any patent licenses
|
45324
|
+
granted to You under this License for that Work shall terminate
|
45325
|
+
as of the date such litigation is filed.
|
45326
|
+
|
45327
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
45328
|
+
Work or Derivative Works thereof in any medium, with or without
|
45329
|
+
modifications, and in Source or Object form, provided that You
|
45330
|
+
meet the following conditions:
|
45331
|
+
|
45332
|
+
(a) You must give any other recipients of the Work or
|
45333
|
+
Derivative Works a copy of this License; and
|
45334
|
+
|
45335
|
+
(b) You must cause any modified files to carry prominent notices
|
45336
|
+
stating that You changed the files; and
|
45337
|
+
|
45338
|
+
(c) You must retain, in the Source form of any Derivative Works
|
45339
|
+
that You distribute, all copyright, patent, trademark, and
|
45340
|
+
attribution notices from the Source form of the Work,
|
45341
|
+
excluding those notices that do not pertain to any part of
|
45342
|
+
the Derivative Works; and
|
45343
|
+
|
45344
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
45345
|
+
distribution, then any Derivative Works that You distribute must
|
45346
|
+
include a readable copy of the attribution notices contained
|
45347
|
+
within such NOTICE file, excluding those notices that do not
|
45348
|
+
pertain to any part of the Derivative Works, in at least one
|
45349
|
+
of the following places: within a NOTICE text file distributed
|
45350
|
+
as part of the Derivative Works; within the Source form or
|
45351
|
+
documentation, if provided along with the Derivative Works; or,
|
45352
|
+
within a display generated by the Derivative Works, if and
|
45353
|
+
wherever such third-party notices normally appear. The contents
|
45354
|
+
of the NOTICE file are for informational purposes only and
|
45355
|
+
do not modify the License. You may add Your own attribution
|
45356
|
+
notices within Derivative Works that You distribute, alongside
|
45357
|
+
or as an addendum to the NOTICE text from the Work, provided
|
45358
|
+
that such additional attribution notices cannot be construed
|
45359
|
+
as modifying the License.
|
45360
|
+
|
45361
|
+
You may add Your own copyright statement to Your modifications and
|
45362
|
+
may provide additional or different license terms and conditions
|
45363
|
+
for use, reproduction, or distribution of Your modifications, or
|
45364
|
+
for any such Derivative Works as a whole, provided Your use,
|
45365
|
+
reproduction, and distribution of the Work otherwise complies with
|
45366
|
+
the conditions stated in this License.
|
45367
|
+
|
45368
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
45369
|
+
any Contribution intentionally submitted for inclusion in the Work
|
45370
|
+
by You to the Licensor shall be under the terms and conditions of
|
45371
|
+
this License, without any additional terms or conditions.
|
45372
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
45373
|
+
the terms of any separate license agreement you may have executed
|
45374
|
+
with Licensor regarding such Contributions.
|
45387
45375
|
|
45376
|
+
6. Trademarks. This License does not grant permission to use the trade
|
45377
|
+
names, trademarks, service marks, or product names of the Licensor,
|
45378
|
+
except as required for reasonable and customary use in describing the
|
45379
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
45380
|
+
|
45381
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
45382
|
+
agreed to in writing, Licensor provides the Work (and each
|
45383
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
45384
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
45385
|
+
implied, including, without limitation, any warranties or conditions
|
45386
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
45387
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
45388
|
+
appropriateness of using or redistributing the Work and assume any
|
45389
|
+
risks associated with Your exercise of permissions under this License.
|
45390
|
+
|
45391
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
45392
|
+
whether in tort (including negligence), contract, or otherwise,
|
45393
|
+
unless required by applicable law (such as deliberate and grossly
|
45394
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
45395
|
+
liable to You for damages, including any direct, indirect, special,
|
45396
|
+
incidental, or consequential damages of any character arising as a
|
45397
|
+
result of this License or out of the use or inability to use the
|
45398
|
+
Work (including but not limited to damages for loss of goodwill,
|
45399
|
+
work stoppage, computer failure or malfunction, or any and all
|
45400
|
+
other commercial damages or losses), even if such Contributor
|
45401
|
+
has been advised of the possibility of such damages.
|
45402
|
+
|
45403
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
45404
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
45405
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
45406
|
+
or other liability obligations and/or rights consistent with this
|
45407
|
+
License. However, in accepting such obligations, You may act only
|
45408
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
45409
|
+
of any other Contributor, and only if You agree to indemnify,
|
45410
|
+
defend, and hold each Contributor harmless for any liability
|
45411
|
+
incurred by, or claims asserted against, such Contributor by reason
|
45412
|
+
of your accepting any such warranty or additional liability.
|
45413
|
+
|
45414
|
+
END OF TERMS AND CONDITIONS
|
45388
45415
|
|
45389
45416
|
================================================================================
|
45390
|
-
thiserror LICENSE-
|
45391
|
-
================================================================================
|
45392
|
-
|
45393
|
-
|
45394
|
-
|
45395
|
-
|
45396
|
-
|
45397
|
-
|
45398
|
-
|
45399
|
-
|
45400
|
-
|
45401
|
-
|
45402
|
-
|
45403
|
-
|
45404
|
-
|
45405
|
-
|
45406
|
-
|
45407
|
-
|
45408
|
-
|
45409
|
-
|
45410
|
-
|
45411
|
-
|
45412
|
-
|
45413
|
-
|
45414
|
-
|
45415
|
-
|
45416
|
-
|
45417
|
-
|
45418
|
-
|
45419
|
-
including but not limited to software source code, documentation
|
45420
|
-
source, and configuration files.
|
45421
|
-
|
45422
|
-
"Object" form shall mean any form resulting from mechanical
|
45423
|
-
transformation or translation of a Source form, including but
|
45424
|
-
not limited to compiled object code, generated documentation,
|
45425
|
-
and conversions to other media types.
|
45426
|
-
|
45427
|
-
"Work" shall mean the work of authorship, whether in Source or
|
45428
|
-
Object form, made available under the License, as indicated by a
|
45429
|
-
copyright notice that is included in or attached to the work
|
45430
|
-
(an example is provided in the Appendix below).
|
45431
|
-
|
45432
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
45433
|
-
form, that is based on (or derived from) the Work and for which the
|
45434
|
-
editorial revisions, annotations, elaborations, or other modifications
|
45435
|
-
represent, as a whole, an original work of authorship. For the purposes
|
45436
|
-
of this License, Derivative Works shall not include works that remain
|
45437
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
45438
|
-
the Work and Derivative Works thereof.
|
45439
|
-
|
45440
|
-
"Contribution" shall mean any work of authorship, including
|
45441
|
-
the original version of the Work and any modifications or additions
|
45442
|
-
to that Work or Derivative Works thereof, that is intentionally
|
45443
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
45444
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
45445
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
45446
|
-
means any form of electronic, verbal, or written communication sent
|
45447
|
-
to the Licensor or its representatives, including but not limited to
|
45448
|
-
communication on electronic mailing lists, source code control systems,
|
45449
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
45450
|
-
Licensor for the purpose of discussing and improving the Work, but
|
45451
|
-
excluding communication that is conspicuously marked or otherwise
|
45452
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
45453
|
-
|
45454
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
45455
|
-
on behalf of whom a Contribution has been received by Licensor and
|
45456
|
-
subsequently incorporated within the Work.
|
45457
|
-
|
45458
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
45459
|
-
this License, each Contributor hereby grants to You a perpetual,
|
45460
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45461
|
-
copyright license to reproduce, prepare Derivative Works of,
|
45462
|
-
publicly display, publicly perform, sublicense, and distribute the
|
45463
|
-
Work and such Derivative Works in Source or Object form.
|
45464
|
-
|
45465
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
45466
|
-
this License, each Contributor hereby grants to You a perpetual,
|
45467
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
45468
|
-
(except as stated in this section) patent license to make, have made,
|
45469
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
45470
|
-
where such license applies only to those patent claims licensable
|
45471
|
-
by such Contributor that are necessarily infringed by their
|
45472
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
45473
|
-
with the Work to which such Contribution(s) was submitted. If You
|
45474
|
-
institute patent litigation against any entity (including a
|
45475
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
45476
|
-
or a Contribution incorporated within the Work constitutes direct
|
45477
|
-
or contributory patent infringement, then any patent licenses
|
45478
|
-
granted to You under this License for that Work shall terminate
|
45479
|
-
as of the date such litigation is filed.
|
45480
|
-
|
45481
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
45482
|
-
Work or Derivative Works thereof in any medium, with or without
|
45483
|
-
modifications, and in Source or Object form, provided that You
|
45484
|
-
meet the following conditions:
|
45485
|
-
|
45486
|
-
(a) You must give any other recipients of the Work or
|
45487
|
-
Derivative Works a copy of this License; and
|
45488
|
-
|
45489
|
-
(b) You must cause any modified files to carry prominent notices
|
45490
|
-
stating that You changed the files; and
|
45491
|
-
|
45492
|
-
(c) You must retain, in the Source form of any Derivative Works
|
45493
|
-
that You distribute, all copyright, patent, trademark, and
|
45494
|
-
attribution notices from the Source form of the Work,
|
45495
|
-
excluding those notices that do not pertain to any part of
|
45496
|
-
the Derivative Works; and
|
45497
|
-
|
45498
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
45499
|
-
distribution, then any Derivative Works that You distribute must
|
45500
|
-
include a readable copy of the attribution notices contained
|
45501
|
-
within such NOTICE file, excluding those notices that do not
|
45502
|
-
pertain to any part of the Derivative Works, in at least one
|
45503
|
-
of the following places: within a NOTICE text file distributed
|
45504
|
-
as part of the Derivative Works; within the Source form or
|
45505
|
-
documentation, if provided along with the Derivative Works; or,
|
45506
|
-
within a display generated by the Derivative Works, if and
|
45507
|
-
wherever such third-party notices normally appear. The contents
|
45508
|
-
of the NOTICE file are for informational purposes only and
|
45509
|
-
do not modify the License. You may add Your own attribution
|
45510
|
-
notices within Derivative Works that You distribute, alongside
|
45511
|
-
or as an addendum to the NOTICE text from the Work, provided
|
45512
|
-
that such additional attribution notices cannot be construed
|
45513
|
-
as modifying the License.
|
45514
|
-
|
45515
|
-
You may add Your own copyright statement to Your modifications and
|
45516
|
-
may provide additional or different license terms and conditions
|
45517
|
-
for use, reproduction, or distribution of Your modifications, or
|
45518
|
-
for any such Derivative Works as a whole, provided Your use,
|
45519
|
-
reproduction, and distribution of the Work otherwise complies with
|
45520
|
-
the conditions stated in this License.
|
45521
|
-
|
45522
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
45523
|
-
any Contribution intentionally submitted for inclusion in the Work
|
45524
|
-
by You to the Licensor shall be under the terms and conditions of
|
45525
|
-
this License, without any additional terms or conditions.
|
45526
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
45527
|
-
the terms of any separate license agreement you may have executed
|
45528
|
-
with Licensor regarding such Contributions.
|
45529
|
-
|
45530
|
-
6. Trademarks. This License does not grant permission to use the trade
|
45531
|
-
names, trademarks, service marks, or product names of the Licensor,
|
45532
|
-
except as required for reasonable and customary use in describing the
|
45533
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
45534
|
-
|
45535
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
45536
|
-
agreed to in writing, Licensor provides the Work (and each
|
45537
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
45538
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
45539
|
-
implied, including, without limitation, any warranties or conditions
|
45540
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
45541
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
45542
|
-
appropriateness of using or redistributing the Work and assume any
|
45543
|
-
risks associated with Your exercise of permissions under this License.
|
45544
|
-
|
45545
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
45546
|
-
whether in tort (including negligence), contract, or otherwise,
|
45547
|
-
unless required by applicable law (such as deliberate and grossly
|
45548
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
45549
|
-
liable to You for damages, including any direct, indirect, special,
|
45550
|
-
incidental, or consequential damages of any character arising as a
|
45551
|
-
result of this License or out of the use or inability to use the
|
45552
|
-
Work (including but not limited to damages for loss of goodwill,
|
45553
|
-
work stoppage, computer failure or malfunction, or any and all
|
45554
|
-
other commercial damages or losses), even if such Contributor
|
45555
|
-
has been advised of the possibility of such damages.
|
45556
|
-
|
45557
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
45558
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
45559
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
45560
|
-
or other liability obligations and/or rights consistent with this
|
45561
|
-
License. However, in accepting such obligations, You may act only
|
45562
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
45563
|
-
of any other Contributor, and only if You agree to indemnify,
|
45564
|
-
defend, and hold each Contributor harmless for any liability
|
45565
|
-
incurred by, or claims asserted against, such Contributor by reason
|
45566
|
-
of your accepting any such warranty or additional liability.
|
45567
|
-
|
45568
|
-
END OF TERMS AND CONDITIONS
|
45569
|
-
|
45570
|
-
================================================================================
|
45571
|
-
thiserror LICENSE-MIT
|
45572
|
-
================================================================================
|
45573
|
-
|
45574
|
-
Permission is hereby granted, free of charge, to any
|
45575
|
-
person obtaining a copy of this software and associated
|
45576
|
-
documentation files (the "Software"), to deal in the
|
45577
|
-
Software without restriction, including without
|
45578
|
-
limitation the rights to use, copy, modify, merge,
|
45579
|
-
publish, distribute, sublicense, and/or sell copies of
|
45580
|
-
the Software, and to permit persons to whom the Software
|
45581
|
-
is furnished to do so, subject to the following
|
45582
|
-
conditions:
|
45583
|
-
|
45584
|
-
The above copyright notice and this permission notice
|
45585
|
-
shall be included in all copies or substantial portions
|
45586
|
-
of the Software.
|
45587
|
-
|
45588
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
45589
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
45590
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
45591
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
45592
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
45593
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
45594
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
45595
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45596
|
-
DEALINGS IN THE SOFTWARE.
|
45597
|
-
|
45598
|
-
================================================================================
|
45599
|
-
thiserror-impl LICENSE-APACHE
|
45417
|
+
thiserror LICENSE-MIT
|
45418
|
+
================================================================================
|
45419
|
+
|
45420
|
+
Permission is hereby granted, free of charge, to any
|
45421
|
+
person obtaining a copy of this software and associated
|
45422
|
+
documentation files (the "Software"), to deal in the
|
45423
|
+
Software without restriction, including without
|
45424
|
+
limitation the rights to use, copy, modify, merge,
|
45425
|
+
publish, distribute, sublicense, and/or sell copies of
|
45426
|
+
the Software, and to permit persons to whom the Software
|
45427
|
+
is furnished to do so, subject to the following
|
45428
|
+
conditions:
|
45429
|
+
|
45430
|
+
The above copyright notice and this permission notice
|
45431
|
+
shall be included in all copies or substantial portions
|
45432
|
+
of the Software.
|
45433
|
+
|
45434
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
45435
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
45436
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
45437
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
45438
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
45439
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
45440
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
45441
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45442
|
+
DEALINGS IN THE SOFTWARE.
|
45443
|
+
|
45444
|
+
================================================================================
|
45445
|
+
thiserror-impl LICENSE-APACHE
|
45600
45446
|
================================================================================
|
45601
45447
|
|
45602
45448
|
Apache License
|
@@ -48583,7 +48429,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
48583
48429
|
DEALINGS IN THE SOFTWARE.
|
48584
48430
|
|
48585
48431
|
================================================================================
|
48586
|
-
|
48432
|
+
utf8_iter LICENSE-APACHE
|
48587
48433
|
================================================================================
|
48588
48434
|
|
48589
48435
|
|
@@ -48790,7 +48636,7 @@ utf16_iter LICENSE-APACHE
|
|
48790
48636
|
limitations under the License.
|
48791
48637
|
|
48792
48638
|
================================================================================
|
48793
|
-
|
48639
|
+
utf8_iter LICENSE-MIT
|
48794
48640
|
================================================================================
|
48795
48641
|
|
48796
48642
|
Copyright Mozilla Foundation
|
@@ -48820,481 +48666,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
48820
48666
|
DEALINGS IN THE SOFTWARE.
|
48821
48667
|
|
48822
48668
|
================================================================================
|
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
|
-
|
48850
|
-
|
48851
|
-
|
48852
|
-
|
48853
|
-
|
48854
|
-
|
48855
|
-
|
48856
|
-
|
48857
|
-
|
48858
|
-
|
48859
|
-
|
48860
|
-
|
48861
|
-
|
48862
|
-
|
48863
|
-
|
48864
|
-
|
48865
|
-
|
48866
|
-
|
48867
|
-
|
48868
|
-
|
48869
|
-
|
48870
|
-
|
48871
|
-
|
48872
|
-
|
48873
|
-
|
48874
|
-
|
48875
|
-
|
48876
|
-
|
48877
|
-
|
48878
|
-
|
48879
|
-
|
48880
|
-
|
48881
|
-
|
48882
|
-
|
48883
|
-
|
48884
|
-
|
48885
|
-
|
48886
|
-
|
48887
|
-
|
48888
|
-
|
48889
|
-
|
48890
|
-
|
48891
|
-
|
48892
|
-
|
48893
|
-
|
48894
|
-
|
48895
|
-
|
48896
|
-
|
48897
|
-
|
48898
|
-
|
48899
|
-
|
48900
|
-
|
48901
|
-
|
48902
|
-
|
48903
|
-
|
48904
|
-
|
48905
|
-
|
48906
|
-
|
48907
|
-
|
48908
|
-
|
48909
|
-
|
48910
|
-
|
48911
|
-
|
48912
|
-
|
48913
|
-
|
48914
|
-
|
48915
|
-
|
48916
|
-
|
48917
|
-
|
48918
|
-
|
48919
|
-
|
48920
|
-
|
48921
|
-
|
48922
|
-
|
48923
|
-
|
48924
|
-
|
48925
|
-
|
48926
|
-
|
48927
|
-
|
48928
|
-
|
48929
|
-
|
48930
|
-
|
48931
|
-
|
48932
|
-
|
48933
|
-
|
48934
|
-
|
48935
|
-
|
48936
|
-
|
48937
|
-
|
48938
|
-
|
48939
|
-
|
48940
|
-
|
48941
|
-
|
48942
|
-
|
48943
|
-
|
48944
|
-
|
48945
|
-
|
48946
|
-
|
48947
|
-
|
48948
|
-
|
48949
|
-
|
48950
|
-
|
48951
|
-
|
48952
|
-
|
48953
|
-
|
48954
|
-
|
48955
|
-
|
48956
|
-
|
48957
|
-
|
48958
|
-
|
48959
|
-
|
48960
|
-
|
48961
|
-
|
48962
|
-
|
48963
|
-
|
48964
|
-
|
48965
|
-
|
48966
|
-
|
48967
|
-
|
48968
|
-
|
48969
|
-
|
48970
|
-
|
48971
|
-
|
48972
|
-
|
48973
|
-
|
48974
|
-
|
48975
|
-
|
48976
|
-
|
48977
|
-
|
48978
|
-
|
48979
|
-
|
48980
|
-
|
48981
|
-
|
48982
|
-
|
48983
|
-
|
48984
|
-
|
48985
|
-
|
48986
|
-
|
48987
|
-
|
48988
|
-
|
48989
|
-
|
48990
|
-
|
48991
|
-
|
48992
|
-
|
48993
|
-
|
48994
|
-
|
48995
|
-
|
48996
|
-
|
48997
|
-
|
48998
|
-
|
48999
|
-
|
49000
|
-
|
49001
|
-
|
49002
|
-
|
49003
|
-
|
49004
|
-
|
49005
|
-
|
49006
|
-
|
49007
|
-
|
49008
|
-
|
49009
|
-
|
49010
|
-
|
49011
|
-
|
49012
|
-
|
49013
|
-
|
49014
|
-
|
49015
|
-
|
49016
|
-
|
49017
|
-
|
49018
|
-
|
49019
|
-
|
49020
|
-
|
49021
|
-
|
49022
|
-
|
49023
|
-
|
49024
|
-
|
49025
|
-
|
49026
|
-
|
49027
|
-
|
49028
|
-
|
49029
|
-
|
49030
|
-
|
49031
|
-
|
49032
|
-
|
49033
|
-
Copyright
|
49034
|
-
|
49035
|
-
Permission is hereby granted, free of charge, to any
|
49036
|
-
person obtaining a copy of this software and associated
|
49037
|
-
documentation files (the "Software"), to deal in the
|
49038
|
-
Software without restriction, including without
|
49039
|
-
limitation the rights to use, copy, modify, merge,
|
49040
|
-
publish, distribute, sublicense, and/or sell copies of
|
49041
|
-
the Software, and to permit persons to whom the Software
|
49042
|
-
is furnished to do so, subject to the following
|
49043
|
-
conditions:
|
49044
|
-
|
49045
|
-
The above copyright notice and this permission notice
|
49046
|
-
shall be included in all copies or substantial portions
|
49047
|
-
of the Software.
|
49048
|
-
|
49049
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
49050
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
49051
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
49052
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
49053
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
49054
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
49055
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
49056
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
49057
|
-
DEALINGS IN THE SOFTWARE.
|
49058
|
-
|
49059
|
-
================================================================================
|
49060
|
-
|
49061
|
-
================================================================================
|
49062
|
-
|
49063
|
-
Apache License
|
49064
|
-
Version 2.0, January 2004
|
49065
|
-
http://www.apache.org/licenses/
|
49066
|
-
|
49067
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
49068
|
-
|
49069
|
-
1. Definitions.
|
49070
|
-
|
49071
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
49072
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
49073
|
-
|
49074
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
49075
|
-
the copyright owner that is granting the License.
|
49076
|
-
|
49077
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
49078
|
-
other entities that control, are controlled by, or are under common
|
49079
|
-
control with that entity. For the purposes of this definition,
|
49080
|
-
"control" means (i) the power, direct or indirect, to cause the
|
49081
|
-
direction or management of such entity, whether by contract or
|
49082
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
49083
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
49084
|
-
|
49085
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
49086
|
-
exercising permissions granted by this License.
|
49087
|
-
|
49088
|
-
"Source" form shall mean the preferred form for making modifications,
|
49089
|
-
including but not limited to software source code, documentation
|
49090
|
-
source, and configuration files.
|
49091
|
-
|
49092
|
-
"Object" form shall mean any form resulting from mechanical
|
49093
|
-
transformation or translation of a Source form, including but
|
49094
|
-
not limited to compiled object code, generated documentation,
|
49095
|
-
and conversions to other media types.
|
49096
|
-
|
49097
|
-
"Work" shall mean the work of authorship, whether in Source or
|
49098
|
-
Object form, made available under the License, as indicated by a
|
49099
|
-
copyright notice that is included in or attached to the work
|
49100
|
-
(an example is provided in the Appendix below).
|
49101
|
-
|
49102
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
49103
|
-
form, that is based on (or derived from) the Work and for which the
|
49104
|
-
editorial revisions, annotations, elaborations, or other modifications
|
49105
|
-
represent, as a whole, an original work of authorship. For the purposes
|
49106
|
-
of this License, Derivative Works shall not include works that remain
|
49107
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
49108
|
-
the Work and Derivative Works thereof.
|
49109
|
-
|
49110
|
-
"Contribution" shall mean any work of authorship, including
|
49111
|
-
the original version of the Work and any modifications or additions
|
49112
|
-
to that Work or Derivative Works thereof, that is intentionally
|
49113
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
49114
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
49115
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
49116
|
-
means any form of electronic, verbal, or written communication sent
|
49117
|
-
to the Licensor or its representatives, including but not limited to
|
49118
|
-
communication on electronic mailing lists, source code control systems,
|
49119
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
49120
|
-
Licensor for the purpose of discussing and improving the Work, but
|
49121
|
-
excluding communication that is conspicuously marked or otherwise
|
49122
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
49123
|
-
|
49124
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
49125
|
-
on behalf of whom a Contribution has been received by Licensor and
|
49126
|
-
subsequently incorporated within the Work.
|
49127
|
-
|
49128
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
49129
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49130
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49131
|
-
copyright license to reproduce, prepare Derivative Works of,
|
49132
|
-
publicly display, publicly perform, sublicense, and distribute the
|
49133
|
-
Work and such Derivative Works in Source or Object form.
|
49134
|
-
|
49135
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
49136
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49137
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49138
|
-
(except as stated in this section) patent license to make, have made,
|
49139
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
49140
|
-
where such license applies only to those patent claims licensable
|
49141
|
-
by such Contributor that are necessarily infringed by their
|
49142
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
49143
|
-
with the Work to which such Contribution(s) was submitted. If You
|
49144
|
-
institute patent litigation against any entity (including a
|
49145
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
49146
|
-
or a Contribution incorporated within the Work constitutes direct
|
49147
|
-
or contributory patent infringement, then any patent licenses
|
49148
|
-
granted to You under this License for that Work shall terminate
|
49149
|
-
as of the date such litigation is filed.
|
49150
|
-
|
49151
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
49152
|
-
Work or Derivative Works thereof in any medium, with or without
|
49153
|
-
modifications, and in Source or Object form, provided that You
|
49154
|
-
meet the following conditions:
|
49155
|
-
|
49156
|
-
(a) You must give any other recipients of the Work or
|
49157
|
-
Derivative Works a copy of this License; and
|
49158
|
-
|
49159
|
-
(b) You must cause any modified files to carry prominent notices
|
49160
|
-
stating that You changed the files; and
|
49161
|
-
|
49162
|
-
(c) You must retain, in the Source form of any Derivative Works
|
49163
|
-
that You distribute, all copyright, patent, trademark, and
|
49164
|
-
attribution notices from the Source form of the Work,
|
49165
|
-
excluding those notices that do not pertain to any part of
|
49166
|
-
the Derivative Works; and
|
49167
|
-
|
49168
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
49169
|
-
distribution, then any Derivative Works that You distribute must
|
49170
|
-
include a readable copy of the attribution notices contained
|
49171
|
-
within such NOTICE file, excluding those notices that do not
|
49172
|
-
pertain to any part of the Derivative Works, in at least one
|
49173
|
-
of the following places: within a NOTICE text file distributed
|
49174
|
-
as part of the Derivative Works; within the Source form or
|
49175
|
-
documentation, if provided along with the Derivative Works; or,
|
49176
|
-
within a display generated by the Derivative Works, if and
|
49177
|
-
wherever such third-party notices normally appear. The contents
|
49178
|
-
of the NOTICE file are for informational purposes only and
|
49179
|
-
do not modify the License. You may add Your own attribution
|
49180
|
-
notices within Derivative Works that You distribute, alongside
|
49181
|
-
or as an addendum to the NOTICE text from the Work, provided
|
49182
|
-
that such additional attribution notices cannot be construed
|
49183
|
-
as modifying the License.
|
49184
|
-
|
49185
|
-
You may add Your own copyright statement to Your modifications and
|
49186
|
-
may provide additional or different license terms and conditions
|
49187
|
-
for use, reproduction, or distribution of Your modifications, or
|
49188
|
-
for any such Derivative Works as a whole, provided Your use,
|
49189
|
-
reproduction, and distribution of the Work otherwise complies with
|
49190
|
-
the conditions stated in this License.
|
49191
|
-
|
49192
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
49193
|
-
any Contribution intentionally submitted for inclusion in the Work
|
49194
|
-
by You to the Licensor shall be under the terms and conditions of
|
49195
|
-
this License, without any additional terms or conditions.
|
49196
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
49197
|
-
the terms of any separate license agreement you may have executed
|
49198
|
-
with Licensor regarding such Contributions.
|
49199
|
-
|
49200
|
-
6. Trademarks. This License does not grant permission to use the trade
|
49201
|
-
names, trademarks, service marks, or product names of the Licensor,
|
49202
|
-
except as required for reasonable and customary use in describing the
|
49203
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
49204
|
-
|
49205
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
49206
|
-
agreed to in writing, Licensor provides the Work (and each
|
49207
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
49208
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
49209
|
-
implied, including, without limitation, any warranties or conditions
|
49210
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
49211
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
49212
|
-
appropriateness of using or redistributing the Work and assume any
|
49213
|
-
risks associated with Your exercise of permissions under this License.
|
49214
|
-
|
49215
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
49216
|
-
whether in tort (including negligence), contract, or otherwise,
|
49217
|
-
unless required by applicable law (such as deliberate and grossly
|
49218
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
49219
|
-
liable to You for damages, including any direct, indirect, special,
|
49220
|
-
incidental, or consequential damages of any character arising as a
|
49221
|
-
result of this License or out of the use or inability to use the
|
49222
|
-
Work (including but not limited to damages for loss of goodwill,
|
49223
|
-
work stoppage, computer failure or malfunction, or any and all
|
49224
|
-
other commercial damages or losses), even if such Contributor
|
49225
|
-
has been advised of the possibility of such damages.
|
49226
|
-
|
49227
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
49228
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
49229
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
49230
|
-
or other liability obligations and/or rights consistent with this
|
49231
|
-
License. However, in accepting such obligations, You may act only
|
49232
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
49233
|
-
of any other Contributor, and only if You agree to indemnify,
|
49234
|
-
defend, and hold each Contributor harmless for any liability
|
49235
|
-
incurred by, or claims asserted against, such Contributor by reason
|
49236
|
-
of your accepting any such warranty or additional liability.
|
49237
|
-
|
49238
|
-
END OF TERMS AND CONDITIONS
|
49239
|
-
|
49240
|
-
APPENDIX: How to apply the Apache License to your work.
|
49241
|
-
|
49242
|
-
To apply the Apache License to your work, attach the following
|
49243
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
49244
|
-
replaced with your own identifying information. (Don't include
|
49245
|
-
the brackets!) The text should be enclosed in the appropriate
|
49246
|
-
comment syntax for the file format. We also recommend that a
|
49247
|
-
file or class name and description of purpose be included on the
|
49248
|
-
same "printed page" as the copyright notice for easier
|
49249
|
-
identification within third-party archives.
|
49250
|
-
|
49251
|
-
Copyright [yyyy] [name of copyright owner]
|
49252
|
-
|
49253
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
49254
|
-
you may not use this file except in compliance with the License.
|
49255
|
-
You may obtain a copy of the License at
|
49256
|
-
|
49257
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
49258
|
-
|
49259
|
-
Unless required by applicable law or agreed to in writing, software
|
49260
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
49261
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49262
|
-
See the License for the specific language governing permissions and
|
49263
|
-
limitations under the License.
|
49264
|
-
|
49265
|
-
================================================================================
|
49266
|
-
uuid LICENSE-MIT
|
49267
|
-
================================================================================
|
49268
|
-
|
49269
|
-
Copyright (c) 2014 The Rust Project Developers
|
49270
|
-
Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
|
49271
|
-
|
49272
|
-
Permission is hereby granted, free of charge, to any
|
49273
|
-
person obtaining a copy of this software and associated
|
49274
|
-
documentation files (the "Software"), to deal in the
|
49275
|
-
Software without restriction, including without
|
49276
|
-
limitation the rights to use, copy, modify, merge,
|
49277
|
-
publish, distribute, sublicense, and/or sell copies of
|
49278
|
-
the Software, and to permit persons to whom the Software
|
49279
|
-
is furnished to do so, subject to the following
|
49280
|
-
conditions:
|
49281
|
-
|
49282
|
-
The above copyright notice and this permission notice
|
49283
|
-
shall be included in all copies or substantial portions
|
49284
|
-
of the Software.
|
49285
|
-
|
49286
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
49287
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
49288
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
49289
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
49290
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
49291
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
49292
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
49293
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
49294
|
-
DEALINGS IN THE SOFTWARE.
|
49295
|
-
|
49296
|
-
================================================================================
|
49297
|
-
value-trait LICENSE-APACHE
|
48669
|
+
uuid LICENSE-APACHE
|
48670
|
+
================================================================================
|
48671
|
+
|
48672
|
+
Apache License
|
48673
|
+
Version 2.0, January 2004
|
48674
|
+
http://www.apache.org/licenses/
|
48675
|
+
|
48676
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
48677
|
+
|
48678
|
+
1. Definitions.
|
48679
|
+
|
48680
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
48681
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
48682
|
+
|
48683
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
48684
|
+
the copyright owner that is granting the License.
|
48685
|
+
|
48686
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
48687
|
+
other entities that control, are controlled by, or are under common
|
48688
|
+
control with that entity. For the purposes of this definition,
|
48689
|
+
"control" means (i) the power, direct or indirect, to cause the
|
48690
|
+
direction or management of such entity, whether by contract or
|
48691
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
48692
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
48693
|
+
|
48694
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
48695
|
+
exercising permissions granted by this License.
|
48696
|
+
|
48697
|
+
"Source" form shall mean the preferred form for making modifications,
|
48698
|
+
including but not limited to software source code, documentation
|
48699
|
+
source, and configuration files.
|
48700
|
+
|
48701
|
+
"Object" form shall mean any form resulting from mechanical
|
48702
|
+
transformation or translation of a Source form, including but
|
48703
|
+
not limited to compiled object code, generated documentation,
|
48704
|
+
and conversions to other media types.
|
48705
|
+
|
48706
|
+
"Work" shall mean the work of authorship, whether in Source or
|
48707
|
+
Object form, made available under the License, as indicated by a
|
48708
|
+
copyright notice that is included in or attached to the work
|
48709
|
+
(an example is provided in the Appendix below).
|
48710
|
+
|
48711
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
48712
|
+
form, that is based on (or derived from) the Work and for which the
|
48713
|
+
editorial revisions, annotations, elaborations, or other modifications
|
48714
|
+
represent, as a whole, an original work of authorship. For the purposes
|
48715
|
+
of this License, Derivative Works shall not include works that remain
|
48716
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
48717
|
+
the Work and Derivative Works thereof.
|
48718
|
+
|
48719
|
+
"Contribution" shall mean any work of authorship, including
|
48720
|
+
the original version of the Work and any modifications or additions
|
48721
|
+
to that Work or Derivative Works thereof, that is intentionally
|
48722
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
48723
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
48724
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
48725
|
+
means any form of electronic, verbal, or written communication sent
|
48726
|
+
to the Licensor or its representatives, including but not limited to
|
48727
|
+
communication on electronic mailing lists, source code control systems,
|
48728
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
48729
|
+
Licensor for the purpose of discussing and improving the Work, but
|
48730
|
+
excluding communication that is conspicuously marked or otherwise
|
48731
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
48732
|
+
|
48733
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
48734
|
+
on behalf of whom a Contribution has been received by Licensor and
|
48735
|
+
subsequently incorporated within the Work.
|
48736
|
+
|
48737
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
48738
|
+
this License, each Contributor hereby grants to You a perpetual,
|
48739
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48740
|
+
copyright license to reproduce, prepare Derivative Works of,
|
48741
|
+
publicly display, publicly perform, sublicense, and distribute the
|
48742
|
+
Work and such Derivative Works in Source or Object form.
|
48743
|
+
|
48744
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
48745
|
+
this License, each Contributor hereby grants to You a perpetual,
|
48746
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
48747
|
+
(except as stated in this section) patent license to make, have made,
|
48748
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
48749
|
+
where such license applies only to those patent claims licensable
|
48750
|
+
by such Contributor that are necessarily infringed by their
|
48751
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
48752
|
+
with the Work to which such Contribution(s) was submitted. If You
|
48753
|
+
institute patent litigation against any entity (including a
|
48754
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
48755
|
+
or a Contribution incorporated within the Work constitutes direct
|
48756
|
+
or contributory patent infringement, then any patent licenses
|
48757
|
+
granted to You under this License for that Work shall terminate
|
48758
|
+
as of the date such litigation is filed.
|
48759
|
+
|
48760
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
48761
|
+
Work or Derivative Works thereof in any medium, with or without
|
48762
|
+
modifications, and in Source or Object form, provided that You
|
48763
|
+
meet the following conditions:
|
48764
|
+
|
48765
|
+
(a) You must give any other recipients of the Work or
|
48766
|
+
Derivative Works a copy of this License; and
|
48767
|
+
|
48768
|
+
(b) You must cause any modified files to carry prominent notices
|
48769
|
+
stating that You changed the files; and
|
48770
|
+
|
48771
|
+
(c) You must retain, in the Source form of any Derivative Works
|
48772
|
+
that You distribute, all copyright, patent, trademark, and
|
48773
|
+
attribution notices from the Source form of the Work,
|
48774
|
+
excluding those notices that do not pertain to any part of
|
48775
|
+
the Derivative Works; and
|
48776
|
+
|
48777
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
48778
|
+
distribution, then any Derivative Works that You distribute must
|
48779
|
+
include a readable copy of the attribution notices contained
|
48780
|
+
within such NOTICE file, excluding those notices that do not
|
48781
|
+
pertain to any part of the Derivative Works, in at least one
|
48782
|
+
of the following places: within a NOTICE text file distributed
|
48783
|
+
as part of the Derivative Works; within the Source form or
|
48784
|
+
documentation, if provided along with the Derivative Works; or,
|
48785
|
+
within a display generated by the Derivative Works, if and
|
48786
|
+
wherever such third-party notices normally appear. The contents
|
48787
|
+
of the NOTICE file are for informational purposes only and
|
48788
|
+
do not modify the License. You may add Your own attribution
|
48789
|
+
notices within Derivative Works that You distribute, alongside
|
48790
|
+
or as an addendum to the NOTICE text from the Work, provided
|
48791
|
+
that such additional attribution notices cannot be construed
|
48792
|
+
as modifying the License.
|
48793
|
+
|
48794
|
+
You may add Your own copyright statement to Your modifications and
|
48795
|
+
may provide additional or different license terms and conditions
|
48796
|
+
for use, reproduction, or distribution of Your modifications, or
|
48797
|
+
for any such Derivative Works as a whole, provided Your use,
|
48798
|
+
reproduction, and distribution of the Work otherwise complies with
|
48799
|
+
the conditions stated in this License.
|
48800
|
+
|
48801
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
48802
|
+
any Contribution intentionally submitted for inclusion in the Work
|
48803
|
+
by You to the Licensor shall be under the terms and conditions of
|
48804
|
+
this License, without any additional terms or conditions.
|
48805
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
48806
|
+
the terms of any separate license agreement you may have executed
|
48807
|
+
with Licensor regarding such Contributions.
|
48808
|
+
|
48809
|
+
6. Trademarks. This License does not grant permission to use the trade
|
48810
|
+
names, trademarks, service marks, or product names of the Licensor,
|
48811
|
+
except as required for reasonable and customary use in describing the
|
48812
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
48813
|
+
|
48814
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
48815
|
+
agreed to in writing, Licensor provides the Work (and each
|
48816
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
48817
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
48818
|
+
implied, including, without limitation, any warranties or conditions
|
48819
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
48820
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
48821
|
+
appropriateness of using or redistributing the Work and assume any
|
48822
|
+
risks associated with Your exercise of permissions under this License.
|
48823
|
+
|
48824
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
48825
|
+
whether in tort (including negligence), contract, or otherwise,
|
48826
|
+
unless required by applicable law (such as deliberate and grossly
|
48827
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
48828
|
+
liable to You for damages, including any direct, indirect, special,
|
48829
|
+
incidental, or consequential damages of any character arising as a
|
48830
|
+
result of this License or out of the use or inability to use the
|
48831
|
+
Work (including but not limited to damages for loss of goodwill,
|
48832
|
+
work stoppage, computer failure or malfunction, or any and all
|
48833
|
+
other commercial damages or losses), even if such Contributor
|
48834
|
+
has been advised of the possibility of such damages.
|
48835
|
+
|
48836
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
48837
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
48838
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
48839
|
+
or other liability obligations and/or rights consistent with this
|
48840
|
+
License. However, in accepting such obligations, You may act only
|
48841
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
48842
|
+
of any other Contributor, and only if You agree to indemnify,
|
48843
|
+
defend, and hold each Contributor harmless for any liability
|
48844
|
+
incurred by, or claims asserted against, such Contributor by reason
|
48845
|
+
of your accepting any such warranty or additional liability.
|
48846
|
+
|
48847
|
+
END OF TERMS AND CONDITIONS
|
48848
|
+
|
48849
|
+
APPENDIX: How to apply the Apache License to your work.
|
48850
|
+
|
48851
|
+
To apply the Apache License to your work, attach the following
|
48852
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
48853
|
+
replaced with your own identifying information. (Don't include
|
48854
|
+
the brackets!) The text should be enclosed in the appropriate
|
48855
|
+
comment syntax for the file format. We also recommend that a
|
48856
|
+
file or class name and description of purpose be included on the
|
48857
|
+
same "printed page" as the copyright notice for easier
|
48858
|
+
identification within third-party archives.
|
48859
|
+
|
48860
|
+
Copyright [yyyy] [name of copyright owner]
|
48861
|
+
|
48862
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
48863
|
+
you may not use this file except in compliance with the License.
|
48864
|
+
You may obtain a copy of the License at
|
48865
|
+
|
48866
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
48867
|
+
|
48868
|
+
Unless required by applicable law or agreed to in writing, software
|
48869
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
48870
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
48871
|
+
See the License for the specific language governing permissions and
|
48872
|
+
limitations under the License.
|
48873
|
+
|
48874
|
+
================================================================================
|
48875
|
+
uuid LICENSE-MIT
|
48876
|
+
================================================================================
|
48877
|
+
|
48878
|
+
Copyright (c) 2014 The Rust Project Developers
|
48879
|
+
Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
|
48880
|
+
|
48881
|
+
Permission is hereby granted, free of charge, to any
|
48882
|
+
person obtaining a copy of this software and associated
|
48883
|
+
documentation files (the "Software"), to deal in the
|
48884
|
+
Software without restriction, including without
|
48885
|
+
limitation the rights to use, copy, modify, merge,
|
48886
|
+
publish, distribute, sublicense, and/or sell copies of
|
48887
|
+
the Software, and to permit persons to whom the Software
|
48888
|
+
is furnished to do so, subject to the following
|
48889
|
+
conditions:
|
48890
|
+
|
48891
|
+
The above copyright notice and this permission notice
|
48892
|
+
shall be included in all copies or substantial portions
|
48893
|
+
of the Software.
|
48894
|
+
|
48895
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
48896
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
48897
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
48898
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
48899
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
48900
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
48901
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
48902
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
48903
|
+
DEALINGS IN THE SOFTWARE.
|
48904
|
+
|
48905
|
+
================================================================================
|
48906
|
+
value-trait LICENSE-APACHE
|
49298
48907
|
================================================================================
|
49299
48908
|
|
49300
48909
|
|
@@ -49707,1039 +49316,326 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
49707
49316
|
|
49708
49317
|
END OF TERMS AND CONDITIONS
|
49709
49318
|
|
49710
|
-
APPENDIX: How to apply the Apache License to your work.
|
49711
|
-
|
49712
|
-
To apply the Apache License to your work, attach the following
|
49713
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
49714
|
-
replaced with your own identifying information. (Don't include
|
49715
|
-
the brackets!) The text should be enclosed in the appropriate
|
49716
|
-
comment syntax for the file format. We also recommend that a
|
49717
|
-
file or class name and description of purpose be included on the
|
49718
|
-
same "printed page" as the copyright notice for easier
|
49719
|
-
identification within third-party archives.
|
49720
|
-
|
49721
|
-
Copyright [yyyy] [name of copyright owner]
|
49722
|
-
|
49723
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
49724
|
-
you may not use this file except in compliance with the License.
|
49725
|
-
You may obtain a copy of the License at
|
49726
|
-
|
49727
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
49728
|
-
|
49729
|
-
Unless required by applicable law or agreed to in writing, software
|
49730
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
49731
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49732
|
-
See the License for the specific language governing permissions and
|
49733
|
-
limitations under the License.
|
49734
|
-
|
49735
|
-
================================================================================
|
49736
|
-
version_check LICENSE-MIT
|
49737
|
-
================================================================================
|
49738
|
-
|
49739
|
-
The MIT License (MIT)
|
49740
|
-
Copyright (c) 2017-2018 Sergio Benitez
|
49741
|
-
|
49742
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
49743
|
-
this software and associated documentation files (the "Software"), to deal in
|
49744
|
-
the Software without restriction, including without limitation the rights to
|
49745
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
49746
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
49747
|
-
subject to the following conditions:
|
49748
|
-
|
49749
|
-
The above copyright notice and this permission notice shall be included in all
|
49750
|
-
copies or substantial portions of the Software.
|
49751
|
-
|
49752
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49753
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
49754
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
49755
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
49756
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
49757
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
49758
|
-
|
49759
|
-
================================================================================
|
49760
|
-
walkdir COPYING
|
49761
|
-
================================================================================
|
49762
|
-
|
49763
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
49764
|
-
|
49765
|
-
You may use this code under the terms of either license.
|
49766
|
-
|
49767
|
-
================================================================================
|
49768
|
-
walkdir LICENSE-MIT
|
49769
|
-
================================================================================
|
49770
|
-
|
49771
|
-
The MIT License (MIT)
|
49772
|
-
|
49773
|
-
Copyright (c) 2015 Andrew Gallant
|
49774
|
-
|
49775
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49776
|
-
of this software and associated documentation files (the "Software"), to deal
|
49777
|
-
in the Software without restriction, including without limitation the rights
|
49778
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49779
|
-
copies of the Software, and to permit persons to whom the Software is
|
49780
|
-
furnished to do so, subject to the following conditions:
|
49781
|
-
|
49782
|
-
The above copyright notice and this permission notice shall be included in
|
49783
|
-
all copies or substantial portions of the Software.
|
49784
|
-
|
49785
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49786
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49787
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49788
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49789
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49790
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49791
|
-
THE SOFTWARE.
|
49792
|
-
|
49793
|
-
================================================================================
|
49794
|
-
walkdir UNLICENSE
|
49795
|
-
================================================================================
|
49796
|
-
|
49797
|
-
This is free and unencumbered software released into the public domain.
|
49798
|
-
|
49799
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
49800
|
-
distribute this software, either in source code form or as a compiled
|
49801
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
49802
|
-
means.
|
49803
|
-
|
49804
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
49805
|
-
of this software dedicate any and all copyright interest in the
|
49806
|
-
software to the public domain. We make this dedication for the benefit
|
49807
|
-
of the public at large and to the detriment of our heirs and
|
49808
|
-
successors. We intend this dedication to be an overt act of
|
49809
|
-
relinquishment in perpetuity of all present and future rights to this
|
49810
|
-
software under copyright law.
|
49811
|
-
|
49812
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
49813
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49814
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
49815
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
49816
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
49817
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
49818
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
49819
|
-
|
49820
|
-
For more information, please refer to <http://unlicense.org/>
|
49821
|
-
|
49822
|
-
================================================================================
|
49823
|
-
want LICENSE
|
49824
|
-
================================================================================
|
49825
|
-
|
49826
|
-
Copyright (c) 2018-2019 Sean McArthur
|
49827
|
-
|
49828
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49829
|
-
of this software and associated documentation files (the "Software"), to deal
|
49830
|
-
in the Software without restriction, including without limitation the rights
|
49831
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49832
|
-
copies of the Software, and to permit persons to whom the Software is
|
49833
|
-
furnished to do so, subject to the following conditions:
|
49834
|
-
|
49835
|
-
The above copyright notice and this permission notice shall be included in
|
49836
|
-
all copies or substantial portions of the Software.
|
49837
|
-
|
49838
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49839
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49840
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49841
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49842
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49843
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49844
|
-
THE SOFTWARE.
|
49845
|
-
|
49846
|
-
|
49847
|
-
================================================================================
|
49848
|
-
write16 LICENSE-APACHE
|
49849
|
-
================================================================================
|
49850
|
-
|
49851
|
-
|
49852
|
-
Apache License
|
49853
|
-
Version 2.0, January 2004
|
49854
|
-
http://www.apache.org/licenses/
|
49855
|
-
|
49856
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
49857
|
-
|
49858
|
-
1. Definitions.
|
49859
|
-
|
49860
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
49861
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
49862
|
-
|
49863
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
49864
|
-
the copyright owner that is granting the License.
|
49865
|
-
|
49866
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
49867
|
-
other entities that control, are controlled by, or are under common
|
49868
|
-
control with that entity. For the purposes of this definition,
|
49869
|
-
"control" means (i) the power, direct or indirect, to cause the
|
49870
|
-
direction or management of such entity, whether by contract or
|
49871
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
49872
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
49873
|
-
|
49874
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
49875
|
-
exercising permissions granted by this License.
|
49876
|
-
|
49877
|
-
"Source" form shall mean the preferred form for making modifications,
|
49878
|
-
including but not limited to software source code, documentation
|
49879
|
-
source, and configuration files.
|
49880
|
-
|
49881
|
-
"Object" form shall mean any form resulting from mechanical
|
49882
|
-
transformation or translation of a Source form, including but
|
49883
|
-
not limited to compiled object code, generated documentation,
|
49884
|
-
and conversions to other media types.
|
49885
|
-
|
49886
|
-
"Work" shall mean the work of authorship, whether in Source or
|
49887
|
-
Object form, made available under the License, as indicated by a
|
49888
|
-
copyright notice that is included in or attached to the work
|
49889
|
-
(an example is provided in the Appendix below).
|
49890
|
-
|
49891
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
49892
|
-
form, that is based on (or derived from) the Work and for which the
|
49893
|
-
editorial revisions, annotations, elaborations, or other modifications
|
49894
|
-
represent, as a whole, an original work of authorship. For the purposes
|
49895
|
-
of this License, Derivative Works shall not include works that remain
|
49896
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
49897
|
-
the Work and Derivative Works thereof.
|
49898
|
-
|
49899
|
-
"Contribution" shall mean any work of authorship, including
|
49900
|
-
the original version of the Work and any modifications or additions
|
49901
|
-
to that Work or Derivative Works thereof, that is intentionally
|
49902
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
49903
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
49904
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
49905
|
-
means any form of electronic, verbal, or written communication sent
|
49906
|
-
to the Licensor or its representatives, including but not limited to
|
49907
|
-
communication on electronic mailing lists, source code control systems,
|
49908
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
49909
|
-
Licensor for the purpose of discussing and improving the Work, but
|
49910
|
-
excluding communication that is conspicuously marked or otherwise
|
49911
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
49912
|
-
|
49913
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
49914
|
-
on behalf of whom a Contribution has been received by Licensor and
|
49915
|
-
subsequently incorporated within the Work.
|
49916
|
-
|
49917
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
49918
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49919
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49920
|
-
copyright license to reproduce, prepare Derivative Works of,
|
49921
|
-
publicly display, publicly perform, sublicense, and distribute the
|
49922
|
-
Work and such Derivative Works in Source or Object form.
|
49923
|
-
|
49924
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
49925
|
-
this License, each Contributor hereby grants to You a perpetual,
|
49926
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
49927
|
-
(except as stated in this section) patent license to make, have made,
|
49928
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
49929
|
-
where such license applies only to those patent claims licensable
|
49930
|
-
by such Contributor that are necessarily infringed by their
|
49931
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
49932
|
-
with the Work to which such Contribution(s) was submitted. If You
|
49933
|
-
institute patent litigation against any entity (including a
|
49934
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
49935
|
-
or a Contribution incorporated within the Work constitutes direct
|
49936
|
-
or contributory patent infringement, then any patent licenses
|
49937
|
-
granted to You under this License for that Work shall terminate
|
49938
|
-
as of the date such litigation is filed.
|
49939
|
-
|
49940
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
49941
|
-
Work or Derivative Works thereof in any medium, with or without
|
49942
|
-
modifications, and in Source or Object form, provided that You
|
49943
|
-
meet the following conditions:
|
49944
|
-
|
49945
|
-
(a) You must give any other recipients of the Work or
|
49946
|
-
Derivative Works a copy of this License; and
|
49947
|
-
|
49948
|
-
(b) You must cause any modified files to carry prominent notices
|
49949
|
-
stating that You changed the files; and
|
49950
|
-
|
49951
|
-
(c) You must retain, in the Source form of any Derivative Works
|
49952
|
-
that You distribute, all copyright, patent, trademark, and
|
49953
|
-
attribution notices from the Source form of the Work,
|
49954
|
-
excluding those notices that do not pertain to any part of
|
49955
|
-
the Derivative Works; and
|
49956
|
-
|
49957
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
49958
|
-
distribution, then any Derivative Works that You distribute must
|
49959
|
-
include a readable copy of the attribution notices contained
|
49960
|
-
within such NOTICE file, excluding those notices that do not
|
49961
|
-
pertain to any part of the Derivative Works, in at least one
|
49962
|
-
of the following places: within a NOTICE text file distributed
|
49963
|
-
as part of the Derivative Works; within the Source form or
|
49964
|
-
documentation, if provided along with the Derivative Works; or,
|
49965
|
-
within a display generated by the Derivative Works, if and
|
49966
|
-
wherever such third-party notices normally appear. The contents
|
49967
|
-
of the NOTICE file are for informational purposes only and
|
49968
|
-
do not modify the License. You may add Your own attribution
|
49969
|
-
notices within Derivative Works that You distribute, alongside
|
49970
|
-
or as an addendum to the NOTICE text from the Work, provided
|
49971
|
-
that such additional attribution notices cannot be construed
|
49972
|
-
as modifying the License.
|
49973
|
-
|
49974
|
-
You may add Your own copyright statement to Your modifications and
|
49975
|
-
may provide additional or different license terms and conditions
|
49976
|
-
for use, reproduction, or distribution of Your modifications, or
|
49977
|
-
for any such Derivative Works as a whole, provided Your use,
|
49978
|
-
reproduction, and distribution of the Work otherwise complies with
|
49979
|
-
the conditions stated in this License.
|
49980
|
-
|
49981
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
49982
|
-
any Contribution intentionally submitted for inclusion in the Work
|
49983
|
-
by You to the Licensor shall be under the terms and conditions of
|
49984
|
-
this License, without any additional terms or conditions.
|
49985
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
49986
|
-
the terms of any separate license agreement you may have executed
|
49987
|
-
with Licensor regarding such Contributions.
|
49988
|
-
|
49989
|
-
6. Trademarks. This License does not grant permission to use the trade
|
49990
|
-
names, trademarks, service marks, or product names of the Licensor,
|
49991
|
-
except as required for reasonable and customary use in describing the
|
49992
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
49993
|
-
|
49994
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
49995
|
-
agreed to in writing, Licensor provides the Work (and each
|
49996
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
49997
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
49998
|
-
implied, including, without limitation, any warranties or conditions
|
49999
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
50000
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
50001
|
-
appropriateness of using or redistributing the Work and assume any
|
50002
|
-
risks associated with Your exercise of permissions under this License.
|
50003
|
-
|
50004
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
50005
|
-
whether in tort (including negligence), contract, or otherwise,
|
50006
|
-
unless required by applicable law (such as deliberate and grossly
|
50007
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
50008
|
-
liable to You for damages, including any direct, indirect, special,
|
50009
|
-
incidental, or consequential damages of any character arising as a
|
50010
|
-
result of this License or out of the use or inability to use the
|
50011
|
-
Work (including but not limited to damages for loss of goodwill,
|
50012
|
-
work stoppage, computer failure or malfunction, or any and all
|
50013
|
-
other commercial damages or losses), even if such Contributor
|
50014
|
-
has been advised of the possibility of such damages.
|
50015
|
-
|
50016
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
50017
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
50018
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
50019
|
-
or other liability obligations and/or rights consistent with this
|
50020
|
-
License. However, in accepting such obligations, You may act only
|
50021
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
50022
|
-
of any other Contributor, and only if You agree to indemnify,
|
50023
|
-
defend, and hold each Contributor harmless for any liability
|
50024
|
-
incurred by, or claims asserted against, such Contributor by reason
|
50025
|
-
of your accepting any such warranty or additional liability.
|
50026
|
-
|
50027
|
-
END OF TERMS AND CONDITIONS
|
50028
|
-
|
50029
|
-
APPENDIX: How to apply the Apache License to your work.
|
50030
|
-
|
50031
|
-
To apply the Apache License to your work, attach the following
|
50032
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
50033
|
-
replaced with your own identifying information. (Don't include
|
50034
|
-
the brackets!) The text should be enclosed in the appropriate
|
50035
|
-
comment syntax for the file format. We also recommend that a
|
50036
|
-
file or class name and description of purpose be included on the
|
50037
|
-
same "printed page" as the copyright notice for easier
|
50038
|
-
identification within third-party archives.
|
50039
|
-
|
50040
|
-
Copyright [yyyy] [name of copyright owner]
|
50041
|
-
|
50042
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
50043
|
-
you may not use this file except in compliance with the License.
|
50044
|
-
You may obtain a copy of the License at
|
50045
|
-
|
50046
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
50047
|
-
|
50048
|
-
Unless required by applicable law or agreed to in writing, software
|
50049
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
50050
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
50051
|
-
See the License for the specific language governing permissions and
|
50052
|
-
limitations under the License.
|
50053
|
-
|
50054
|
-
================================================================================
|
50055
|
-
write16 LICENSE-MIT
|
50056
|
-
================================================================================
|
50057
|
-
|
50058
|
-
Copyright Mozilla Foundation
|
50059
|
-
|
50060
|
-
Permission is hereby granted, free of charge, to any
|
50061
|
-
person obtaining a copy of this software and associated
|
50062
|
-
documentation files (the "Software"), to deal in the
|
50063
|
-
Software without restriction, including without
|
50064
|
-
limitation the rights to use, copy, modify, merge,
|
50065
|
-
publish, distribute, sublicense, and/or sell copies of
|
50066
|
-
the Software, and to permit persons to whom the Software
|
50067
|
-
is furnished to do so, subject to the following
|
50068
|
-
conditions:
|
50069
|
-
|
50070
|
-
The above copyright notice and this permission notice
|
50071
|
-
shall be included in all copies or substantial portions
|
50072
|
-
of the Software.
|
50073
|
-
|
50074
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
50075
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
50076
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
50077
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
50078
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
50079
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
50080
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
50081
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50082
|
-
DEALINGS IN THE SOFTWARE.
|
50083
|
-
|
50084
|
-
================================================================================
|
50085
|
-
writeable LICENSE
|
50086
|
-
================================================================================
|
50087
|
-
|
50088
|
-
UNICODE LICENSE V3
|
50089
|
-
|
50090
|
-
COPYRIGHT AND PERMISSION NOTICE
|
50091
|
-
|
50092
|
-
Copyright © 2020-2024 Unicode, Inc.
|
50093
|
-
|
50094
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50095
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50096
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50097
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50098
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50099
|
-
|
50100
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
50101
|
-
copy of data files and any associated documentation (the "Data Files") or
|
50102
|
-
software and any associated documentation (the "Software") to deal in the
|
50103
|
-
Data Files or Software without restriction, including without limitation
|
50104
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50105
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
50106
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
50107
|
-
this copyright and permission notice appear with all copies of the Data
|
50108
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
50109
|
-
associated Documentation.
|
50110
|
-
|
50111
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50112
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50113
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50114
|
-
THIRD PARTY RIGHTS.
|
50115
|
-
|
50116
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50117
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50118
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50119
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50120
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50121
|
-
FILES OR SOFTWARE.
|
50122
|
-
|
50123
|
-
Except as contained in this notice, the name of a copyright holder shall
|
50124
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
50125
|
-
dealings in these Data Files or Software without prior written
|
50126
|
-
authorization of the copyright holder.
|
50127
|
-
|
50128
|
-
SPDX-License-Identifier: Unicode-3.0
|
50129
|
-
|
50130
|
-
—
|
50131
|
-
|
50132
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50133
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50134
|
-
|
50135
|
-
================================================================================
|
50136
|
-
xxhash-rust LICENSE
|
50137
|
-
================================================================================
|
50138
|
-
|
50139
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
50140
|
-
|
50141
|
-
Permission is hereby granted, free of charge, to any person or organization
|
50142
|
-
obtaining a copy of the software and accompanying documentation covered by
|
50143
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
50144
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
50145
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
50146
|
-
do so, all subject to the following:
|
50147
|
-
|
50148
|
-
The copyright notices in the Software and this entire statement, including
|
50149
|
-
the above license grant, this restriction and the following disclaimer,
|
50150
|
-
must be included in all copies of the Software, in whole or in part, and
|
50151
|
-
all derivative works of the Software, unless such copies or derivative
|
50152
|
-
works are solely in the form of machine-executable object code generated by
|
50153
|
-
a source language processor.
|
50154
|
-
|
50155
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
50156
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
50157
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
50158
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
50159
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
50160
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50161
|
-
DEALINGS IN THE SOFTWARE.
|
50162
|
-
|
50163
|
-
================================================================================
|
50164
|
-
yoke LICENSE
|
50165
|
-
================================================================================
|
50166
|
-
|
50167
|
-
UNICODE LICENSE V3
|
50168
|
-
|
50169
|
-
COPYRIGHT AND PERMISSION NOTICE
|
50170
|
-
|
50171
|
-
Copyright © 2020-2024 Unicode, Inc.
|
50172
|
-
|
50173
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50174
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50175
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50176
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50177
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50178
|
-
|
50179
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
50180
|
-
copy of data files and any associated documentation (the "Data Files") or
|
50181
|
-
software and any associated documentation (the "Software") to deal in the
|
50182
|
-
Data Files or Software without restriction, including without limitation
|
50183
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50184
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
50185
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
50186
|
-
this copyright and permission notice appear with all copies of the Data
|
50187
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
50188
|
-
associated Documentation.
|
50189
|
-
|
50190
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50191
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50192
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50193
|
-
THIRD PARTY RIGHTS.
|
50194
|
-
|
50195
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50196
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50197
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50198
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50199
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50200
|
-
FILES OR SOFTWARE.
|
50201
|
-
|
50202
|
-
Except as contained in this notice, the name of a copyright holder shall
|
50203
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
50204
|
-
dealings in these Data Files or Software without prior written
|
50205
|
-
authorization of the copyright holder.
|
50206
|
-
|
50207
|
-
SPDX-License-Identifier: Unicode-3.0
|
50208
|
-
|
50209
|
-
—
|
50210
|
-
|
50211
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50212
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50213
|
-
|
50214
|
-
================================================================================
|
50215
|
-
yoke-derive LICENSE
|
50216
|
-
================================================================================
|
50217
|
-
|
50218
|
-
UNICODE LICENSE V3
|
50219
|
-
|
50220
|
-
COPYRIGHT AND PERMISSION NOTICE
|
50221
|
-
|
50222
|
-
Copyright © 2020-2024 Unicode, Inc.
|
50223
|
-
|
50224
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50225
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50226
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50227
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50228
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50229
|
-
|
50230
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
50231
|
-
copy of data files and any associated documentation (the "Data Files") or
|
50232
|
-
software and any associated documentation (the "Software") to deal in the
|
50233
|
-
Data Files or Software without restriction, including without limitation
|
50234
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50235
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
50236
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
50237
|
-
this copyright and permission notice appear with all copies of the Data
|
50238
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
50239
|
-
associated Documentation.
|
50240
|
-
|
50241
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50242
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50243
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50244
|
-
THIRD PARTY RIGHTS.
|
50245
|
-
|
50246
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50247
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50248
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50249
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50250
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50251
|
-
FILES OR SOFTWARE.
|
50252
|
-
|
50253
|
-
Except as contained in this notice, the name of a copyright holder shall
|
50254
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
50255
|
-
dealings in these Data Files or Software without prior written
|
50256
|
-
authorization of the copyright holder.
|
50257
|
-
|
50258
|
-
SPDX-License-Identifier: Unicode-3.0
|
50259
|
-
|
50260
|
-
—
|
50261
|
-
|
50262
|
-
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50263
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50264
|
-
|
50265
|
-
================================================================================
|
50266
|
-
zerocopy v0.7.35 LICENSE-APACHE
|
50267
|
-
================================================================================
|
50268
|
-
|
50269
|
-
Apache License
|
50270
|
-
Version 2.0, January 2004
|
50271
|
-
http://www.apache.org/licenses/
|
50272
|
-
|
50273
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
50274
|
-
|
50275
|
-
1. Definitions.
|
50276
|
-
|
50277
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
50278
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
50279
|
-
|
50280
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
50281
|
-
the copyright owner that is granting the License.
|
50282
|
-
|
50283
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
50284
|
-
other entities that control, are controlled by, or are under common
|
50285
|
-
control with that entity. For the purposes of this definition,
|
50286
|
-
"control" means (i) the power, direct or indirect, to cause the
|
50287
|
-
direction or management of such entity, whether by contract or
|
50288
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
50289
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
50290
|
-
|
50291
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
50292
|
-
exercising permissions granted by this License.
|
50293
|
-
|
50294
|
-
"Source" form shall mean the preferred form for making modifications,
|
50295
|
-
including but not limited to software source code, documentation
|
50296
|
-
source, and configuration files.
|
50297
|
-
|
50298
|
-
"Object" form shall mean any form resulting from mechanical
|
50299
|
-
transformation or translation of a Source form, including but
|
50300
|
-
not limited to compiled object code, generated documentation,
|
50301
|
-
and conversions to other media types.
|
50302
|
-
|
50303
|
-
"Work" shall mean the work of authorship, whether in Source or
|
50304
|
-
Object form, made available under the License, as indicated by a
|
50305
|
-
copyright notice that is included in or attached to the work
|
50306
|
-
(an example is provided in the Appendix below).
|
50307
|
-
|
50308
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
50309
|
-
form, that is based on (or derived from) the Work and for which the
|
50310
|
-
editorial revisions, annotations, elaborations, or other modifications
|
50311
|
-
represent, as a whole, an original work of authorship. For the purposes
|
50312
|
-
of this License, Derivative Works shall not include works that remain
|
50313
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
50314
|
-
the Work and Derivative Works thereof.
|
50315
|
-
|
50316
|
-
"Contribution" shall mean any work of authorship, including
|
50317
|
-
the original version of the Work and any modifications or additions
|
50318
|
-
to that Work or Derivative Works thereof, that is intentionally
|
50319
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
50320
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
50321
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
50322
|
-
means any form of electronic, verbal, or written communication sent
|
50323
|
-
to the Licensor or its representatives, including but not limited to
|
50324
|
-
communication on electronic mailing lists, source code control systems,
|
50325
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
50326
|
-
Licensor for the purpose of discussing and improving the Work, but
|
50327
|
-
excluding communication that is conspicuously marked or otherwise
|
50328
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
50329
|
-
|
50330
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
50331
|
-
on behalf of whom a Contribution has been received by Licensor and
|
50332
|
-
subsequently incorporated within the Work.
|
50333
|
-
|
50334
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
50335
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50336
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50337
|
-
copyright license to reproduce, prepare Derivative Works of,
|
50338
|
-
publicly display, publicly perform, sublicense, and distribute the
|
50339
|
-
Work and such Derivative Works in Source or Object form.
|
50340
|
-
|
50341
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
50342
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50343
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50344
|
-
(except as stated in this section) patent license to make, have made,
|
50345
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
50346
|
-
where such license applies only to those patent claims licensable
|
50347
|
-
by such Contributor that are necessarily infringed by their
|
50348
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
50349
|
-
with the Work to which such Contribution(s) was submitted. If You
|
50350
|
-
institute patent litigation against any entity (including a
|
50351
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
50352
|
-
or a Contribution incorporated within the Work constitutes direct
|
50353
|
-
or contributory patent infringement, then any patent licenses
|
50354
|
-
granted to You under this License for that Work shall terminate
|
50355
|
-
as of the date such litigation is filed.
|
50356
|
-
|
50357
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
50358
|
-
Work or Derivative Works thereof in any medium, with or without
|
50359
|
-
modifications, and in Source or Object form, provided that You
|
50360
|
-
meet the following conditions:
|
50361
|
-
|
50362
|
-
(a) You must give any other recipients of the Work or
|
50363
|
-
Derivative Works a copy of this License; and
|
50364
|
-
|
50365
|
-
(b) You must cause any modified files to carry prominent notices
|
50366
|
-
stating that You changed the files; and
|
50367
|
-
|
50368
|
-
(c) You must retain, in the Source form of any Derivative Works
|
50369
|
-
that You distribute, all copyright, patent, trademark, and
|
50370
|
-
attribution notices from the Source form of the Work,
|
50371
|
-
excluding those notices that do not pertain to any part of
|
50372
|
-
the Derivative Works; and
|
50373
|
-
|
50374
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
50375
|
-
distribution, then any Derivative Works that You distribute must
|
50376
|
-
include a readable copy of the attribution notices contained
|
50377
|
-
within such NOTICE file, excluding those notices that do not
|
50378
|
-
pertain to any part of the Derivative Works, in at least one
|
50379
|
-
of the following places: within a NOTICE text file distributed
|
50380
|
-
as part of the Derivative Works; within the Source form or
|
50381
|
-
documentation, if provided along with the Derivative Works; or,
|
50382
|
-
within a display generated by the Derivative Works, if and
|
50383
|
-
wherever such third-party notices normally appear. The contents
|
50384
|
-
of the NOTICE file are for informational purposes only and
|
50385
|
-
do not modify the License. You may add Your own attribution
|
50386
|
-
notices within Derivative Works that You distribute, alongside
|
50387
|
-
or as an addendum to the NOTICE text from the Work, provided
|
50388
|
-
that such additional attribution notices cannot be construed
|
50389
|
-
as modifying the License.
|
50390
|
-
|
50391
|
-
You may add Your own copyright statement to Your modifications and
|
50392
|
-
may provide additional or different license terms and conditions
|
50393
|
-
for use, reproduction, or distribution of Your modifications, or
|
50394
|
-
for any such Derivative Works as a whole, provided Your use,
|
50395
|
-
reproduction, and distribution of the Work otherwise complies with
|
50396
|
-
the conditions stated in this License.
|
50397
|
-
|
50398
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
50399
|
-
any Contribution intentionally submitted for inclusion in the Work
|
50400
|
-
by You to the Licensor shall be under the terms and conditions of
|
50401
|
-
this License, without any additional terms or conditions.
|
50402
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
50403
|
-
the terms of any separate license agreement you may have executed
|
50404
|
-
with Licensor regarding such Contributions.
|
50405
|
-
|
50406
|
-
6. Trademarks. This License does not grant permission to use the trade
|
50407
|
-
names, trademarks, service marks, or product names of the Licensor,
|
50408
|
-
except as required for reasonable and customary use in describing the
|
50409
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
50410
|
-
|
50411
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
50412
|
-
agreed to in writing, Licensor provides the Work (and each
|
50413
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
50414
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
50415
|
-
implied, including, without limitation, any warranties or conditions
|
50416
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
50417
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
50418
|
-
appropriateness of using or redistributing the Work and assume any
|
50419
|
-
risks associated with Your exercise of permissions under this License.
|
50420
|
-
|
50421
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
50422
|
-
whether in tort (including negligence), contract, or otherwise,
|
50423
|
-
unless required by applicable law (such as deliberate and grossly
|
50424
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
50425
|
-
liable to You for damages, including any direct, indirect, special,
|
50426
|
-
incidental, or consequential damages of any character arising as a
|
50427
|
-
result of this License or out of the use or inability to use the
|
50428
|
-
Work (including but not limited to damages for loss of goodwill,
|
50429
|
-
work stoppage, computer failure or malfunction, or any and all
|
50430
|
-
other commercial damages or losses), even if such Contributor
|
50431
|
-
has been advised of the possibility of such damages.
|
50432
|
-
|
50433
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
50434
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
50435
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
50436
|
-
or other liability obligations and/or rights consistent with this
|
50437
|
-
License. However, in accepting such obligations, You may act only
|
50438
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
50439
|
-
of any other Contributor, and only if You agree to indemnify,
|
50440
|
-
defend, and hold each Contributor harmless for any liability
|
50441
|
-
incurred by, or claims asserted against, such Contributor by reason
|
50442
|
-
of your accepting any such warranty or additional liability.
|
50443
|
-
|
50444
|
-
END OF TERMS AND CONDITIONS
|
50445
|
-
|
50446
|
-
APPENDIX: How to apply the Apache License to your work.
|
50447
|
-
|
50448
|
-
To apply the Apache License to your work, attach the following
|
50449
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
50450
|
-
replaced with your own identifying information. (Don't include
|
50451
|
-
the brackets!) The text should be enclosed in the appropriate
|
50452
|
-
comment syntax for the file format. We also recommend that a
|
50453
|
-
file or class name and description of purpose be included on the
|
50454
|
-
same "printed page" as the copyright notice for easier
|
50455
|
-
identification within third-party archives.
|
50456
|
-
|
50457
|
-
Copyright 2023 The Fuchsia Authors
|
50458
|
-
|
50459
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
50460
|
-
you may not use this file except in compliance with the License.
|
50461
|
-
You may obtain a copy of the License at
|
50462
|
-
|
50463
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
50464
|
-
|
50465
|
-
Unless required by applicable law or agreed to in writing, software
|
50466
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
50467
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
50468
|
-
See the License for the specific language governing permissions and
|
50469
|
-
limitations under the License.
|
50470
|
-
|
50471
|
-
|
50472
|
-
================================================================================
|
50473
|
-
zerocopy v0.7.35 LICENSE-BSD
|
50474
|
-
================================================================================
|
50475
|
-
|
50476
|
-
Copyright 2019 The Fuchsia Authors.
|
50477
|
-
|
50478
|
-
Redistribution and use in source and binary forms, with or without
|
50479
|
-
modification, are permitted provided that the following conditions are
|
50480
|
-
met:
|
50481
|
-
|
50482
|
-
* Redistributions of source code must retain the above copyright
|
50483
|
-
notice, this list of conditions and the following disclaimer.
|
50484
|
-
* Redistributions in binary form must reproduce the above
|
50485
|
-
copyright notice, this list of conditions and the following disclaimer
|
50486
|
-
in the documentation and/or other materials provided with the
|
50487
|
-
distribution.
|
50488
|
-
|
50489
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
50490
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
50491
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
50492
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
50493
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
50494
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
50495
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
50496
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
50497
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
50498
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
50499
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
50500
|
-
|
50501
|
-
================================================================================
|
50502
|
-
zerocopy v0.7.35 LICENSE-MIT
|
50503
|
-
================================================================================
|
50504
|
-
|
50505
|
-
Copyright 2023 The Fuchsia Authors
|
50506
|
-
|
50507
|
-
Permission is hereby granted, free of charge, to any
|
50508
|
-
person obtaining a copy of this software and associated
|
50509
|
-
documentation files (the "Software"), to deal in the
|
50510
|
-
Software without restriction, including without
|
50511
|
-
limitation the rights to use, copy, modify, merge,
|
50512
|
-
publish, distribute, sublicense, and/or sell copies of
|
50513
|
-
the Software, and to permit persons to whom the Software
|
50514
|
-
is furnished to do so, subject to the following
|
50515
|
-
conditions:
|
50516
|
-
|
50517
|
-
The above copyright notice and this permission notice
|
50518
|
-
shall be included in all copies or substantial portions
|
50519
|
-
of the Software.
|
50520
|
-
|
50521
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
50522
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
50523
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
50524
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
50525
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
50526
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
50527
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
50528
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50529
|
-
DEALINGS IN THE SOFTWARE.
|
50530
|
-
|
50531
|
-
|
50532
|
-
================================================================================
|
50533
|
-
zerocopy v0.7.35 src/third_party/rust/LICENSE-APACHE
|
50534
|
-
================================================================================
|
50535
|
-
|
50536
|
-
Apache License
|
50537
|
-
Version 2.0, January 2004
|
50538
|
-
http://www.apache.org/licenses/
|
50539
|
-
|
50540
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
50541
|
-
|
50542
|
-
1. Definitions.
|
50543
|
-
|
50544
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
50545
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
50546
|
-
|
50547
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
50548
|
-
the copyright owner that is granting the License.
|
50549
|
-
|
50550
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
50551
|
-
other entities that control, are controlled by, or are under common
|
50552
|
-
control with that entity. For the purposes of this definition,
|
50553
|
-
"control" means (i) the power, direct or indirect, to cause the
|
50554
|
-
direction or management of such entity, whether by contract or
|
50555
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
50556
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
50557
|
-
|
50558
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
50559
|
-
exercising permissions granted by this License.
|
50560
|
-
|
50561
|
-
"Source" form shall mean the preferred form for making modifications,
|
50562
|
-
including but not limited to software source code, documentation
|
50563
|
-
source, and configuration files.
|
50564
|
-
|
50565
|
-
"Object" form shall mean any form resulting from mechanical
|
50566
|
-
transformation or translation of a Source form, including but
|
50567
|
-
not limited to compiled object code, generated documentation,
|
50568
|
-
and conversions to other media types.
|
50569
|
-
|
50570
|
-
"Work" shall mean the work of authorship, whether in Source or
|
50571
|
-
Object form, made available under the License, as indicated by a
|
50572
|
-
copyright notice that is included in or attached to the work
|
50573
|
-
(an example is provided in the Appendix below).
|
50574
|
-
|
50575
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
50576
|
-
form, that is based on (or derived from) the Work and for which the
|
50577
|
-
editorial revisions, annotations, elaborations, or other modifications
|
50578
|
-
represent, as a whole, an original work of authorship. For the purposes
|
50579
|
-
of this License, Derivative Works shall not include works that remain
|
50580
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
50581
|
-
the Work and Derivative Works thereof.
|
50582
|
-
|
50583
|
-
"Contribution" shall mean any work of authorship, including
|
50584
|
-
the original version of the Work and any modifications or additions
|
50585
|
-
to that Work or Derivative Works thereof, that is intentionally
|
50586
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
50587
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
50588
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
50589
|
-
means any form of electronic, verbal, or written communication sent
|
50590
|
-
to the Licensor or its representatives, including but not limited to
|
50591
|
-
communication on electronic mailing lists, source code control systems,
|
50592
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
50593
|
-
Licensor for the purpose of discussing and improving the Work, but
|
50594
|
-
excluding communication that is conspicuously marked or otherwise
|
50595
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
50596
|
-
|
50597
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
50598
|
-
on behalf of whom a Contribution has been received by Licensor and
|
50599
|
-
subsequently incorporated within the Work.
|
50600
|
-
|
50601
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
50602
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50603
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50604
|
-
copyright license to reproduce, prepare Derivative Works of,
|
50605
|
-
publicly display, publicly perform, sublicense, and distribute the
|
50606
|
-
Work and such Derivative Works in Source or Object form.
|
50607
|
-
|
50608
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
50609
|
-
this License, each Contributor hereby grants to You a perpetual,
|
50610
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
50611
|
-
(except as stated in this section) patent license to make, have made,
|
50612
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
50613
|
-
where such license applies only to those patent claims licensable
|
50614
|
-
by such Contributor that are necessarily infringed by their
|
50615
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
50616
|
-
with the Work to which such Contribution(s) was submitted. If You
|
50617
|
-
institute patent litigation against any entity (including a
|
50618
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
50619
|
-
or a Contribution incorporated within the Work constitutes direct
|
50620
|
-
or contributory patent infringement, then any patent licenses
|
50621
|
-
granted to You under this License for that Work shall terminate
|
50622
|
-
as of the date such litigation is filed.
|
50623
|
-
|
50624
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
50625
|
-
Work or Derivative Works thereof in any medium, with or without
|
50626
|
-
modifications, and in Source or Object form, provided that You
|
50627
|
-
meet the following conditions:
|
50628
|
-
|
50629
|
-
(a) You must give any other recipients of the Work or
|
50630
|
-
Derivative Works a copy of this License; and
|
50631
|
-
|
50632
|
-
(b) You must cause any modified files to carry prominent notices
|
50633
|
-
stating that You changed the files; and
|
50634
|
-
|
50635
|
-
(c) You must retain, in the Source form of any Derivative Works
|
50636
|
-
that You distribute, all copyright, patent, trademark, and
|
50637
|
-
attribution notices from the Source form of the Work,
|
50638
|
-
excluding those notices that do not pertain to any part of
|
50639
|
-
the Derivative Works; and
|
50640
|
-
|
50641
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
50642
|
-
distribution, then any Derivative Works that You distribute must
|
50643
|
-
include a readable copy of the attribution notices contained
|
50644
|
-
within such NOTICE file, excluding those notices that do not
|
50645
|
-
pertain to any part of the Derivative Works, in at least one
|
50646
|
-
of the following places: within a NOTICE text file distributed
|
50647
|
-
as part of the Derivative Works; within the Source form or
|
50648
|
-
documentation, if provided along with the Derivative Works; or,
|
50649
|
-
within a display generated by the Derivative Works, if and
|
50650
|
-
wherever such third-party notices normally appear. The contents
|
50651
|
-
of the NOTICE file are for informational purposes only and
|
50652
|
-
do not modify the License. You may add Your own attribution
|
50653
|
-
notices within Derivative Works that You distribute, alongside
|
50654
|
-
or as an addendum to the NOTICE text from the Work, provided
|
50655
|
-
that such additional attribution notices cannot be construed
|
50656
|
-
as modifying the License.
|
50657
|
-
|
50658
|
-
You may add Your own copyright statement to Your modifications and
|
50659
|
-
may provide additional or different license terms and conditions
|
50660
|
-
for use, reproduction, or distribution of Your modifications, or
|
50661
|
-
for any such Derivative Works as a whole, provided Your use,
|
50662
|
-
reproduction, and distribution of the Work otherwise complies with
|
50663
|
-
the conditions stated in this License.
|
50664
|
-
|
50665
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
50666
|
-
any Contribution intentionally submitted for inclusion in the Work
|
50667
|
-
by You to the Licensor shall be under the terms and conditions of
|
50668
|
-
this License, without any additional terms or conditions.
|
50669
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
50670
|
-
the terms of any separate license agreement you may have executed
|
50671
|
-
with Licensor regarding such Contributions.
|
50672
|
-
|
50673
|
-
6. Trademarks. This License does not grant permission to use the trade
|
50674
|
-
names, trademarks, service marks, or product names of the Licensor,
|
50675
|
-
except as required for reasonable and customary use in describing the
|
50676
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
50677
|
-
|
50678
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
50679
|
-
agreed to in writing, Licensor provides the Work (and each
|
50680
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
50681
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
50682
|
-
implied, including, without limitation, any warranties or conditions
|
50683
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
50684
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
50685
|
-
appropriateness of using or redistributing the Work and assume any
|
50686
|
-
risks associated with Your exercise of permissions under this License.
|
50687
|
-
|
50688
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
50689
|
-
whether in tort (including negligence), contract, or otherwise,
|
50690
|
-
unless required by applicable law (such as deliberate and grossly
|
50691
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
50692
|
-
liable to You for damages, including any direct, indirect, special,
|
50693
|
-
incidental, or consequential damages of any character arising as a
|
50694
|
-
result of this License or out of the use or inability to use the
|
50695
|
-
Work (including but not limited to damages for loss of goodwill,
|
50696
|
-
work stoppage, computer failure or malfunction, or any and all
|
50697
|
-
other commercial damages or losses), even if such Contributor
|
50698
|
-
has been advised of the possibility of such damages.
|
50699
|
-
|
50700
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
50701
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
50702
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
50703
|
-
or other liability obligations and/or rights consistent with this
|
50704
|
-
License. However, in accepting such obligations, You may act only
|
50705
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
50706
|
-
of any other Contributor, and only if You agree to indemnify,
|
50707
|
-
defend, and hold each Contributor harmless for any liability
|
50708
|
-
incurred by, or claims asserted against, such Contributor by reason
|
50709
|
-
of your accepting any such warranty or additional liability.
|
50710
|
-
|
50711
|
-
END OF TERMS AND CONDITIONS
|
50712
|
-
|
49319
|
+
APPENDIX: How to apply the Apache License to your work.
|
49320
|
+
|
49321
|
+
To apply the Apache License to your work, attach the following
|
49322
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
49323
|
+
replaced with your own identifying information. (Don't include
|
49324
|
+
the brackets!) The text should be enclosed in the appropriate
|
49325
|
+
comment syntax for the file format. We also recommend that a
|
49326
|
+
file or class name and description of purpose be included on the
|
49327
|
+
same "printed page" as the copyright notice for easier
|
49328
|
+
identification within third-party archives.
|
49329
|
+
|
49330
|
+
Copyright [yyyy] [name of copyright owner]
|
49331
|
+
|
49332
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
49333
|
+
you may not use this file except in compliance with the License.
|
49334
|
+
You may obtain a copy of the License at
|
49335
|
+
|
49336
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
49337
|
+
|
49338
|
+
Unless required by applicable law or agreed to in writing, software
|
49339
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
49340
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
49341
|
+
See the License for the specific language governing permissions and
|
49342
|
+
limitations under the License.
|
49343
|
+
|
50713
49344
|
================================================================================
|
50714
|
-
|
49345
|
+
version_check LICENSE-MIT
|
50715
49346
|
================================================================================
|
50716
49347
|
|
50717
|
-
|
50718
|
-
|
50719
|
-
documentation files (the "Software"), to deal in the
|
50720
|
-
Software without restriction, including without
|
50721
|
-
limitation the rights to use, copy, modify, merge,
|
50722
|
-
publish, distribute, sublicense, and/or sell copies of
|
50723
|
-
the Software, and to permit persons to whom the Software
|
50724
|
-
is furnished to do so, subject to the following
|
50725
|
-
conditions:
|
49348
|
+
The MIT License (MIT)
|
49349
|
+
Copyright (c) 2017-2018 Sergio Benitez
|
50726
49350
|
|
50727
|
-
|
50728
|
-
|
50729
|
-
|
49351
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
49352
|
+
this software and associated documentation files (the "Software"), to deal in
|
49353
|
+
the Software without restriction, including without limitation the rights to
|
49354
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
49355
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
49356
|
+
subject to the following conditions:
|
50730
49357
|
|
50731
|
-
|
50732
|
-
|
50733
|
-
|
50734
|
-
|
50735
|
-
|
50736
|
-
|
50737
|
-
|
50738
|
-
IN
|
49358
|
+
The above copyright notice and this permission notice shall be included in all
|
49359
|
+
copies or substantial portions of the Software.
|
49360
|
+
|
49361
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49362
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
49363
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
49364
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
49365
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
49366
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
49367
|
+
|
49368
|
+
================================================================================
|
49369
|
+
walkdir COPYING
|
49370
|
+
================================================================================
|
49371
|
+
|
49372
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
49373
|
+
|
49374
|
+
You may use this code under the terms of either license.
|
49375
|
+
|
49376
|
+
================================================================================
|
49377
|
+
walkdir LICENSE-MIT
|
49378
|
+
================================================================================
|
49379
|
+
|
49380
|
+
The MIT License (MIT)
|
49381
|
+
|
49382
|
+
Copyright (c) 2015 Andrew Gallant
|
49383
|
+
|
49384
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49385
|
+
of this software and associated documentation files (the "Software"), to deal
|
49386
|
+
in the Software without restriction, including without limitation the rights
|
49387
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49388
|
+
copies of the Software, and to permit persons to whom the Software is
|
49389
|
+
furnished to do so, subject to the following conditions:
|
49390
|
+
|
49391
|
+
The above copyright notice and this permission notice shall be included in
|
49392
|
+
all copies or substantial portions of the Software.
|
49393
|
+
|
49394
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49395
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49396
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49397
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49398
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49399
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49400
|
+
THE SOFTWARE.
|
49401
|
+
|
49402
|
+
================================================================================
|
49403
|
+
walkdir UNLICENSE
|
49404
|
+
================================================================================
|
49405
|
+
|
49406
|
+
This is free and unencumbered software released into the public domain.
|
49407
|
+
|
49408
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
49409
|
+
distribute this software, either in source code form or as a compiled
|
49410
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
49411
|
+
means.
|
49412
|
+
|
49413
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
49414
|
+
of this software dedicate any and all copyright interest in the
|
49415
|
+
software to the public domain. We make this dedication for the benefit
|
49416
|
+
of the public at large and to the detriment of our heirs and
|
49417
|
+
successors. We intend this dedication to be an overt act of
|
49418
|
+
relinquishment in perpetuity of all present and future rights to this
|
49419
|
+
software under copyright law.
|
49420
|
+
|
49421
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
49422
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49423
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
49424
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
49425
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
49426
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
49427
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
49428
|
+
|
49429
|
+
For more information, please refer to <http://unlicense.org/>
|
49430
|
+
|
49431
|
+
================================================================================
|
49432
|
+
want LICENSE
|
49433
|
+
================================================================================
|
49434
|
+
|
49435
|
+
Copyright (c) 2018-2019 Sean McArthur
|
49436
|
+
|
49437
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
49438
|
+
of this software and associated documentation files (the "Software"), to deal
|
49439
|
+
in the Software without restriction, including without limitation the rights
|
49440
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
49441
|
+
copies of the Software, and to permit persons to whom the Software is
|
49442
|
+
furnished to do so, subject to the following conditions:
|
49443
|
+
|
49444
|
+
The above copyright notice and this permission notice shall be included in
|
49445
|
+
all copies or substantial portions of the Software.
|
49446
|
+
|
49447
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49448
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49449
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
49450
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
49451
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
49452
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
49453
|
+
THE SOFTWARE.
|
49454
|
+
|
49455
|
+
|
49456
|
+
================================================================================
|
49457
|
+
writeable LICENSE
|
49458
|
+
================================================================================
|
49459
|
+
|
49460
|
+
UNICODE LICENSE V3
|
49461
|
+
|
49462
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49463
|
+
|
49464
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49465
|
+
|
49466
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49467
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49468
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49469
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49470
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49471
|
+
|
49472
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49473
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49474
|
+
software and any associated documentation (the "Software") to deal in the
|
49475
|
+
Data Files or Software without restriction, including without limitation
|
49476
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49477
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49478
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49479
|
+
this copyright and permission notice appear with all copies of the Data
|
49480
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49481
|
+
associated Documentation.
|
49482
|
+
|
49483
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49484
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49485
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49486
|
+
THIRD PARTY RIGHTS.
|
49487
|
+
|
49488
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49489
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49490
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49491
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49492
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49493
|
+
FILES OR SOFTWARE.
|
49494
|
+
|
49495
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49496
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49497
|
+
dealings in these Data Files or Software without prior written
|
49498
|
+
authorization of the copyright holder.
|
49499
|
+
|
49500
|
+
SPDX-License-Identifier: Unicode-3.0
|
49501
|
+
|
49502
|
+
—
|
49503
|
+
|
49504
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49505
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49506
|
+
|
49507
|
+
================================================================================
|
49508
|
+
xxhash-rust LICENSE
|
49509
|
+
================================================================================
|
49510
|
+
|
49511
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
49512
|
+
|
49513
|
+
Permission is hereby granted, free of charge, to any person or organization
|
49514
|
+
obtaining a copy of the software and accompanying documentation covered by
|
49515
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
49516
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
49517
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
49518
|
+
do so, all subject to the following:
|
49519
|
+
|
49520
|
+
The copyright notices in the Software and this entire statement, including
|
49521
|
+
the above license grant, this restriction and the following disclaimer,
|
49522
|
+
must be included in all copies of the Software, in whole or in part, and
|
49523
|
+
all derivative works of the Software, unless such copies or derivative
|
49524
|
+
works are solely in the form of machine-executable object code generated by
|
49525
|
+
a source language processor.
|
49526
|
+
|
49527
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
49528
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
49529
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
49530
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
49531
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
49532
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
50739
49533
|
DEALINGS IN THE SOFTWARE.
|
50740
49534
|
|
50741
49535
|
================================================================================
|
50742
|
-
|
49536
|
+
yoke LICENSE
|
49537
|
+
================================================================================
|
49538
|
+
|
49539
|
+
UNICODE LICENSE V3
|
49540
|
+
|
49541
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49542
|
+
|
49543
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49544
|
+
|
49545
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49546
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49547
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49548
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49549
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49550
|
+
|
49551
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49552
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49553
|
+
software and any associated documentation (the "Software") to deal in the
|
49554
|
+
Data Files or Software without restriction, including without limitation
|
49555
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49556
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49557
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49558
|
+
this copyright and permission notice appear with all copies of the Data
|
49559
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49560
|
+
associated Documentation.
|
49561
|
+
|
49562
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49563
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49564
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49565
|
+
THIRD PARTY RIGHTS.
|
49566
|
+
|
49567
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49568
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49569
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49570
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49571
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49572
|
+
FILES OR SOFTWARE.
|
49573
|
+
|
49574
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49575
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49576
|
+
dealings in these Data Files or Software without prior written
|
49577
|
+
authorization of the copyright holder.
|
49578
|
+
|
49579
|
+
SPDX-License-Identifier: Unicode-3.0
|
49580
|
+
|
49581
|
+
—
|
49582
|
+
|
49583
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49584
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49585
|
+
|
49586
|
+
================================================================================
|
49587
|
+
yoke-derive LICENSE
|
49588
|
+
================================================================================
|
49589
|
+
|
49590
|
+
UNICODE LICENSE V3
|
49591
|
+
|
49592
|
+
COPYRIGHT AND PERMISSION NOTICE
|
49593
|
+
|
49594
|
+
Copyright © 2020-2024 Unicode, Inc.
|
49595
|
+
|
49596
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
49597
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
49598
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
49599
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
49600
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
49601
|
+
|
49602
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
49603
|
+
copy of data files and any associated documentation (the "Data Files") or
|
49604
|
+
software and any associated documentation (the "Software") to deal in the
|
49605
|
+
Data Files or Software without restriction, including without limitation
|
49606
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
49607
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
49608
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
49609
|
+
this copyright and permission notice appear with all copies of the Data
|
49610
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
49611
|
+
associated Documentation.
|
49612
|
+
|
49613
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
49614
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49615
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
49616
|
+
THIRD PARTY RIGHTS.
|
49617
|
+
|
49618
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
49619
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
49620
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
49621
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
49622
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
49623
|
+
FILES OR SOFTWARE.
|
49624
|
+
|
49625
|
+
Except as contained in this notice, the name of a copyright holder shall
|
49626
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
49627
|
+
dealings in these Data Files or Software without prior written
|
49628
|
+
authorization of the copyright holder.
|
49629
|
+
|
49630
|
+
SPDX-License-Identifier: Unicode-3.0
|
49631
|
+
|
49632
|
+
—
|
49633
|
+
|
49634
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
49635
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
49636
|
+
|
49637
|
+
================================================================================
|
49638
|
+
zerocopy LICENSE-APACHE
|
50743
49639
|
================================================================================
|
50744
49640
|
|
50745
49641
|
Apache License
|
@@ -50946,7 +49842,7 @@ zerocopy v0.8.25 LICENSE-APACHE
|
|
50946
49842
|
|
50947
49843
|
|
50948
49844
|
================================================================================
|
50949
|
-
zerocopy
|
49845
|
+
zerocopy LICENSE-BSD
|
50950
49846
|
================================================================================
|
50951
49847
|
|
50952
49848
|
Copyright 2019 The Fuchsia Authors.
|
@@ -50975,7 +49871,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
50975
49871
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
50976
49872
|
|
50977
49873
|
================================================================================
|
50978
|
-
zerocopy
|
49874
|
+
zerocopy LICENSE-MIT
|
50979
49875
|
================================================================================
|
50980
49876
|
|
50981
49877
|
Copyright 2023 The Fuchsia Authors
|
@@ -51340,6 +50236,57 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
51340
50236
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
51341
50237
|
SOFTWARE.
|
51342
50238
|
|
50239
|
+
================================================================================
|
50240
|
+
zerotrie LICENSE
|
50241
|
+
================================================================================
|
50242
|
+
|
50243
|
+
UNICODE LICENSE V3
|
50244
|
+
|
50245
|
+
COPYRIGHT AND PERMISSION NOTICE
|
50246
|
+
|
50247
|
+
Copyright © 2020-2024 Unicode, Inc.
|
50248
|
+
|
50249
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
50250
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
50251
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
50252
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
50253
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
50254
|
+
|
50255
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
50256
|
+
copy of data files and any associated documentation (the "Data Files") or
|
50257
|
+
software and any associated documentation (the "Software") to deal in the
|
50258
|
+
Data Files or Software without restriction, including without limitation
|
50259
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
50260
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
50261
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
50262
|
+
this copyright and permission notice appear with all copies of the Data
|
50263
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
50264
|
+
associated Documentation.
|
50265
|
+
|
50266
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
50267
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
50268
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
50269
|
+
THIRD PARTY RIGHTS.
|
50270
|
+
|
50271
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
50272
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
50273
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
50274
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
50275
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
50276
|
+
FILES OR SOFTWARE.
|
50277
|
+
|
50278
|
+
Except as contained in this notice, the name of a copyright holder shall
|
50279
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
50280
|
+
dealings in these Data Files or Software without prior written
|
50281
|
+
authorization of the copyright holder.
|
50282
|
+
|
50283
|
+
SPDX-License-Identifier: Unicode-3.0
|
50284
|
+
|
50285
|
+
—
|
50286
|
+
|
50287
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
50288
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
50289
|
+
|
51343
50290
|
================================================================================
|
51344
50291
|
zerovec LICENSE
|
51345
50292
|
================================================================================
|