polars-df 0.16.0-x64-mingw-ucrt → 0.17.0-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Cargo.lock +222 -229
- data/LICENSE-THIRD-PARTY.txt +1014 -1646
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- 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/data_frame.rb +17 -17
- data/lib/polars/data_types.rb +4 -0
- data/lib/polars/lazy_frame.rb +14 -2
- data/lib/polars/series.rb +6 -1
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -54,14 +54,10 @@ async-stream-impl v0.3.6
|
|
54
54
|
https://github.com/tokio-rs/async-stream
|
55
55
|
MIT
|
56
56
|
|
57
|
-
async-trait v0.1.
|
57
|
+
async-trait v0.1.85
|
58
58
|
https://github.com/dtolnay/async-trait
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
atoi v2.0.0
|
62
|
-
https://github.com/pacman82/atoi-rs
|
63
|
-
MIT
|
64
|
-
|
65
61
|
atoi_simd v0.16.0
|
66
62
|
https://github.com/RoDmitry/atoi_simd
|
67
63
|
MIT OR Apache-2.0
|
@@ -82,11 +78,15 @@ base64 v0.22.1
|
|
82
78
|
https://github.com/marshallpierce/rust-base64
|
83
79
|
MIT OR Apache-2.0
|
84
80
|
|
81
|
+
bincode v1.3.3
|
82
|
+
https://github.com/servo/bincode
|
83
|
+
MIT
|
84
|
+
|
85
85
|
bindgen v0.69.5
|
86
86
|
https://rust-lang.github.io/rust-bindgen/
|
87
87
|
BSD-3-Clause
|
88
88
|
|
89
|
-
bitflags v2.
|
89
|
+
bitflags v2.8.0
|
90
90
|
https://github.com/bitflags/bitflags
|
91
91
|
MIT OR Apache-2.0
|
92
92
|
|
@@ -102,7 +102,7 @@ brotli v7.0.0
|
|
102
102
|
https://github.com/dropbox/rust-brotli
|
103
103
|
BSD-3-Clause AND MIT
|
104
104
|
|
105
|
-
brotli-decompressor v4.0.
|
105
|
+
brotli-decompressor v4.0.2
|
106
106
|
https://github.com/dropbox/rust-brotli-decompressor
|
107
107
|
BSD-3-Clause/MIT
|
108
108
|
|
@@ -126,7 +126,7 @@ castaway v0.2.3
|
|
126
126
|
https://github.com/sagebind/castaway
|
127
127
|
MIT
|
128
128
|
|
129
|
-
cc v1.2.
|
129
|
+
cc v1.2.10
|
130
130
|
https://github.com/rust-lang/cc-rs
|
131
131
|
MIT OR Apache-2.0
|
132
132
|
|
@@ -146,7 +146,7 @@ chrono v0.4.39
|
|
146
146
|
https://github.com/chronotope/chrono
|
147
147
|
MIT OR Apache-2.0
|
148
148
|
|
149
|
-
chrono-tz v0.10.
|
149
|
+
chrono-tz v0.10.1
|
150
150
|
https://github.com/chronotope/chrono-tz
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
@@ -162,7 +162,7 @@ comfy-table v7.1.3
|
|
162
162
|
https://github.com/nukesor/comfy-table
|
163
163
|
MIT
|
164
164
|
|
165
|
-
compact_str v0.8.
|
165
|
+
compact_str v0.8.1
|
166
166
|
https://github.com/ParkMyCar/compact_str
|
167
167
|
MIT
|
168
168
|
|
@@ -430,11 +430,11 @@ idna_adapter v1.2.0
|
|
430
430
|
https://docs.rs/crate/idna_adapter/latest
|
431
431
|
Apache-2.0 OR MIT
|
432
432
|
|
433
|
-
indexmap v2.7.
|
433
|
+
indexmap v2.7.1
|
434
434
|
https://github.com/indexmap-rs/indexmap
|
435
435
|
Apache-2.0 OR MIT
|
436
436
|
|
437
|
-
ipnet v2.
|
437
|
+
ipnet v2.11.0
|
438
438
|
https://github.com/krisprice/ipnet
|
439
439
|
MIT OR Apache-2.0
|
440
440
|
|
@@ -450,10 +450,6 @@ itoa v1.0.14
|
|
450
450
|
https://github.com/dtolnay/itoa
|
451
451
|
MIT OR Apache-2.0
|
452
452
|
|
453
|
-
itoap v1.0.1
|
454
|
-
https://github.com/Kogia-sima/itoap
|
455
|
-
MIT
|
456
|
-
|
457
453
|
jobserver v0.1.32
|
458
454
|
https://github.com/rust-lang/jobserver-rs
|
459
455
|
MIT OR Apache-2.0
|
@@ -490,6 +486,10 @@ libm v0.2.11
|
|
490
486
|
https://github.com/rust-lang/libm
|
491
487
|
MIT AND (MIT OR Apache-2.0)
|
492
488
|
|
489
|
+
libz-rs-sys v0.4.1
|
490
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
491
|
+
Zlib
|
492
|
+
|
493
493
|
litemap v0.7.4
|
494
494
|
https://github.com/unicode-org/icu4x
|
495
495
|
Unicode-3.0
|
@@ -498,11 +498,11 @@ lock_api v0.4.12
|
|
498
498
|
https://github.com/Amanieu/parking_lot
|
499
499
|
MIT OR Apache-2.0
|
500
500
|
|
501
|
-
log v0.4.
|
501
|
+
log v0.4.25
|
502
502
|
https://github.com/rust-lang/log
|
503
503
|
MIT OR Apache-2.0
|
504
504
|
|
505
|
-
lz4 v1.28.
|
505
|
+
lz4 v1.28.1
|
506
506
|
https://github.com/10xGenomics/lz4-rs
|
507
507
|
MIT
|
508
508
|
|
@@ -538,7 +538,7 @@ minimal-lexical v0.2.1
|
|
538
538
|
https://github.com/Alexhuszagh/minimal-lexical
|
539
539
|
MIT/Apache-2.0
|
540
540
|
|
541
|
-
miniz_oxide v0.8.
|
541
|
+
miniz_oxide v0.8.3
|
542
542
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
543
543
|
MIT OR Zlib OR Apache-2.0
|
544
544
|
|
@@ -546,14 +546,6 @@ mio v1.0.3
|
|
546
546
|
https://github.com/tokio-rs/mio
|
547
547
|
MIT
|
548
548
|
|
549
|
-
multiversion v0.7.4
|
550
|
-
https://github.com/calebzulawski/multiversion
|
551
|
-
MIT OR Apache-2.0
|
552
|
-
|
553
|
-
multiversion-macros v0.7.4
|
554
|
-
https://github.com/calebzulawski/multiversion
|
555
|
-
MIT OR Apache-2.0
|
556
|
-
|
557
549
|
nom v7.1.3
|
558
550
|
https://github.com/Geal/nom
|
559
551
|
MIT
|
@@ -594,23 +586,23 @@ percent-encoding v2.3.1
|
|
594
586
|
https://github.com/servo/rust-url/
|
595
587
|
MIT OR Apache-2.0
|
596
588
|
|
597
|
-
phf v0.11.
|
589
|
+
phf v0.11.3
|
598
590
|
https://github.com/rust-phf/rust-phf
|
599
591
|
MIT
|
600
592
|
|
601
|
-
phf_codegen v0.11.
|
593
|
+
phf_codegen v0.11.3
|
602
594
|
https://github.com/rust-phf/rust-phf
|
603
595
|
MIT
|
604
596
|
|
605
|
-
phf_generator v0.11.
|
597
|
+
phf_generator v0.11.3
|
606
598
|
https://github.com/rust-phf/rust-phf
|
607
599
|
MIT
|
608
600
|
|
609
|
-
phf_shared v0.11.
|
601
|
+
phf_shared v0.11.3
|
610
602
|
https://github.com/rust-phf/rust-phf
|
611
603
|
MIT
|
612
604
|
|
613
|
-
pin-project-lite v0.2.
|
605
|
+
pin-project-lite v0.2.16
|
614
606
|
https://github.com/taiki-e/pin-project-lite
|
615
607
|
Apache-2.0 OR MIT
|
616
608
|
|
@@ -626,54 +618,54 @@ planus v0.3.1
|
|
626
618
|
https://github.com/planus-org/planus
|
627
619
|
MIT/Apache-2.0
|
628
620
|
|
629
|
-
polars v0.
|
621
|
+
polars v0.46.0
|
630
622
|
https://www.pola.rs/
|
631
623
|
MIT
|
632
624
|
|
633
|
-
polars-arrow v0.
|
625
|
+
polars-arrow v0.46.0
|
634
626
|
https://www.pola.rs/
|
635
627
|
MIT AND Apache-2.0
|
636
628
|
|
637
629
|
polars-arrow-format v0.1.0
|
638
630
|
https://github.com/polar-rs/arrow-format
|
639
631
|
|
640
|
-
polars-compute v0.
|
632
|
+
polars-compute v0.46.0
|
641
633
|
https://www.pola.rs/
|
642
634
|
MIT
|
643
635
|
|
644
|
-
polars-core v0.
|
636
|
+
polars-core v0.46.0
|
645
637
|
https://www.pola.rs/
|
646
638
|
MIT
|
647
639
|
|
648
|
-
polars-error v0.
|
640
|
+
polars-error v0.46.0
|
649
641
|
https://www.pola.rs/
|
650
642
|
MIT
|
651
643
|
|
652
|
-
polars-expr v0.
|
644
|
+
polars-expr v0.46.0
|
653
645
|
https://www.pola.rs/
|
654
646
|
MIT
|
655
647
|
|
656
|
-
polars-io v0.
|
648
|
+
polars-io v0.46.0
|
657
649
|
https://www.pola.rs/
|
658
650
|
MIT
|
659
651
|
|
660
|
-
polars-json v0.
|
652
|
+
polars-json v0.46.0
|
661
653
|
https://www.pola.rs/
|
662
654
|
MIT
|
663
655
|
|
664
|
-
polars-lazy v0.
|
656
|
+
polars-lazy v0.46.0
|
665
657
|
https://www.pola.rs/
|
666
658
|
MIT
|
667
659
|
|
668
|
-
polars-mem-engine v0.
|
660
|
+
polars-mem-engine v0.46.0
|
669
661
|
https://www.pola.rs/
|
670
662
|
MIT
|
671
663
|
|
672
|
-
polars-ops v0.
|
664
|
+
polars-ops v0.46.0
|
673
665
|
https://www.pola.rs/
|
674
666
|
MIT
|
675
667
|
|
676
|
-
polars-parquet v0.
|
668
|
+
polars-parquet v0.46.0
|
677
669
|
https://www.pola.rs/
|
678
670
|
MIT AND Apache-2.0
|
679
671
|
|
@@ -681,35 +673,35 @@ polars-parquet-format v0.1.0
|
|
681
673
|
https://github.com/pola-rs/parquet-format
|
682
674
|
MIT AND Apache-2.0
|
683
675
|
|
684
|
-
polars-pipe v0.
|
676
|
+
polars-pipe v0.46.0
|
685
677
|
https://www.pola.rs/
|
686
678
|
MIT
|
687
679
|
|
688
|
-
polars-plan v0.
|
680
|
+
polars-plan v0.46.0
|
689
681
|
https://www.pola.rs/
|
690
682
|
MIT
|
691
683
|
|
692
|
-
polars-row v0.
|
684
|
+
polars-row v0.46.0
|
693
685
|
https://www.pola.rs/
|
694
686
|
MIT
|
695
687
|
|
696
|
-
polars-schema v0.
|
688
|
+
polars-schema v0.46.0
|
697
689
|
https://www.pola.rs/
|
698
690
|
MIT
|
699
691
|
|
700
|
-
polars-sql v0.
|
692
|
+
polars-sql v0.46.0
|
701
693
|
https://www.pola.rs/
|
702
694
|
MIT
|
703
695
|
|
704
|
-
polars-stream v0.
|
696
|
+
polars-stream v0.46.0
|
705
697
|
https://www.pola.rs/
|
706
698
|
MIT
|
707
699
|
|
708
|
-
polars-time v0.
|
700
|
+
polars-time v0.46.0
|
709
701
|
https://www.pola.rs/
|
710
702
|
MIT
|
711
703
|
|
712
|
-
polars-utils v0.
|
704
|
+
polars-utils v0.46.0
|
713
705
|
https://www.pola.rs/
|
714
706
|
MIT
|
715
707
|
|
@@ -717,7 +709,7 @@ ppv-lite86 v0.2.20
|
|
717
709
|
https://github.com/cryptocorrosion/cryptocorrosion
|
718
710
|
MIT/Apache-2.0
|
719
711
|
|
720
|
-
proc-macro2 v1.0.
|
712
|
+
proc-macro2 v1.0.93
|
721
713
|
https://github.com/dtolnay/proc-macro2
|
722
714
|
MIT OR Apache-2.0
|
723
715
|
|
@@ -725,7 +717,7 @@ psm v0.1.24
|
|
725
717
|
https://github.com/rust-lang/stacker/
|
726
718
|
MIT OR Apache-2.0
|
727
719
|
|
728
|
-
quick-xml v0.37.
|
720
|
+
quick-xml v0.37.2
|
729
721
|
https://github.com/tafia/quick-xml
|
730
722
|
MIT
|
731
723
|
|
@@ -761,7 +753,7 @@ rand_distr v0.4.3
|
|
761
753
|
https://rust-random.github.io/book
|
762
754
|
MIT OR Apache-2.0
|
763
755
|
|
764
|
-
raw-cpuid v11.
|
756
|
+
raw-cpuid v11.3.0
|
765
757
|
https://github.com/gz/rust-cpuid
|
766
758
|
MIT
|
767
759
|
|
@@ -773,11 +765,11 @@ rayon-core v1.12.1
|
|
773
765
|
https://github.com/rayon-rs/rayon
|
774
766
|
MIT OR Apache-2.0
|
775
767
|
|
776
|
-
rb-sys v0.9.
|
768
|
+
rb-sys v0.9.108
|
777
769
|
https://github.com/oxidize-rb/rb-sys
|
778
770
|
MIT OR Apache-2.0
|
779
771
|
|
780
|
-
rb-sys-build v0.9.
|
772
|
+
rb-sys-build v0.9.108
|
781
773
|
https://github.com/oxidize-rb/rb-sys
|
782
774
|
MIT OR Apache-2.0
|
783
775
|
|
@@ -813,7 +805,7 @@ regex-syntax v0.8.5
|
|
813
805
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
814
806
|
MIT OR Apache-2.0
|
815
807
|
|
816
|
-
reqwest v0.12.
|
808
|
+
reqwest v0.12.12
|
817
809
|
https://github.com/seanmonstar/reqwest
|
818
810
|
MIT OR Apache-2.0
|
819
811
|
|
@@ -832,7 +824,7 @@ rustc-hash v2.1.0
|
|
832
824
|
https://github.com/rust-lang/rustc-hash
|
833
825
|
Apache-2.0 OR MIT
|
834
826
|
|
835
|
-
rustls v0.23.
|
827
|
+
rustls v0.23.21
|
836
828
|
https://github.com/rustls/rustls
|
837
829
|
Apache-2.0 OR ISC OR MIT
|
838
830
|
|
@@ -844,7 +836,7 @@ rustls-pemfile v2.2.0
|
|
844
836
|
https://github.com/rustls/pemfile
|
845
837
|
Apache-2.0 OR ISC OR MIT
|
846
838
|
|
847
|
-
rustls-pki-types v1.
|
839
|
+
rustls-pki-types v1.11.0
|
848
840
|
https://github.com/rustls/pki-types
|
849
841
|
MIT OR Apache-2.0
|
850
842
|
|
@@ -884,7 +876,7 @@ serde_derive v1.0.217
|
|
884
876
|
https://serde.rs
|
885
877
|
MIT OR Apache-2.0
|
886
878
|
|
887
|
-
serde_json v1.0.
|
879
|
+
serde_json v1.0.137
|
888
880
|
https://github.com/serde-rs/json
|
889
881
|
MIT OR Apache-2.0
|
890
882
|
|
@@ -908,7 +900,7 @@ simdutf8 v0.1.5
|
|
908
900
|
https://github.com/rusticstuff/simdutf8
|
909
901
|
MIT OR Apache-2.0
|
910
902
|
|
911
|
-
siphasher
|
903
|
+
siphasher v1.0.1
|
912
904
|
https://docs.rs/siphasher
|
913
905
|
MIT/Apache-2.0
|
914
906
|
|
@@ -944,7 +936,7 @@ spin v0.9.8
|
|
944
936
|
https://github.com/mvdnes/spin-rs.git
|
945
937
|
MIT
|
946
938
|
|
947
|
-
sqlparser v0.
|
939
|
+
sqlparser v0.53.0
|
948
940
|
https://github.com/apache/datafusion-sqlparser-rs
|
949
941
|
Apache-2.0
|
950
942
|
|
@@ -984,11 +976,7 @@ subtle v2.6.1
|
|
984
976
|
https://dalek.rs/
|
985
977
|
BSD-3-Clause
|
986
978
|
|
987
|
-
syn
|
988
|
-
https://github.com/dtolnay/syn
|
989
|
-
MIT OR Apache-2.0
|
990
|
-
|
991
|
-
syn v2.0.93
|
979
|
+
syn v2.0.96
|
992
980
|
https://github.com/dtolnay/syn
|
993
981
|
MIT OR Apache-2.0
|
994
982
|
|
@@ -1000,19 +988,15 @@ synstructure v0.13.1
|
|
1000
988
|
https://github.com/mystor/synstructure
|
1001
989
|
MIT
|
1002
990
|
|
1003
|
-
sysinfo v0.
|
991
|
+
sysinfo v0.33.1
|
1004
992
|
https://github.com/GuillaumeGomez/sysinfo
|
1005
993
|
MIT
|
1006
994
|
|
1007
|
-
|
1008
|
-
https://github.com/calebzulawski/target-features
|
1009
|
-
MIT OR Apache-2.0
|
1010
|
-
|
1011
|
-
thiserror v2.0.9
|
995
|
+
thiserror v2.0.11
|
1012
996
|
https://github.com/dtolnay/thiserror
|
1013
997
|
MIT OR Apache-2.0
|
1014
998
|
|
1015
|
-
thiserror-impl v2.0.
|
999
|
+
thiserror-impl v2.0.11
|
1016
1000
|
https://github.com/dtolnay/thiserror
|
1017
1001
|
MIT OR Apache-2.0
|
1018
1002
|
|
@@ -1028,11 +1012,11 @@ tinyvec_macros v0.1.1
|
|
1028
1012
|
https://github.com/Soveu/tinyvec_macros
|
1029
1013
|
MIT OR Apache-2.0 OR Zlib
|
1030
1014
|
|
1031
|
-
tokio v1.
|
1015
|
+
tokio v1.43.0
|
1032
1016
|
https://tokio.rs
|
1033
1017
|
MIT
|
1034
1018
|
|
1035
|
-
tokio-macros v2.
|
1019
|
+
tokio-macros v2.5.0
|
1036
1020
|
https://tokio.rs
|
1037
1021
|
MIT
|
1038
1022
|
|
@@ -1076,10 +1060,14 @@ typenum v1.17.0
|
|
1076
1060
|
https://github.com/paholg/typenum
|
1077
1061
|
MIT OR Apache-2.0
|
1078
1062
|
|
1079
|
-
unicode-ident v1.0.
|
1063
|
+
unicode-ident v1.0.15
|
1080
1064
|
https://github.com/dtolnay/unicode-ident
|
1081
1065
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
1082
1066
|
|
1067
|
+
unicode-normalization v0.1.24
|
1068
|
+
https://github.com/unicode-rs/unicode-normalization
|
1069
|
+
MIT/Apache-2.0
|
1070
|
+
|
1083
1071
|
unicode-reverse v1.0.9
|
1084
1072
|
https://github.com/mbrubeck/unicode-reverse
|
1085
1073
|
MIT OR Apache-2.0
|
@@ -1108,7 +1096,7 @@ utf8_iter v1.0.4
|
|
1108
1096
|
https://docs.rs/utf8_iter/
|
1109
1097
|
Apache-2.0 OR MIT
|
1110
1098
|
|
1111
|
-
uuid v1.
|
1099
|
+
uuid v1.12.1
|
1112
1100
|
https://github.com/uuid-rs/uuid
|
1113
1101
|
Apache-2.0 OR MIT
|
1114
1102
|
|
@@ -1196,7 +1184,7 @@ writeable v0.5.5
|
|
1196
1184
|
https://github.com/unicode-org/icu4x
|
1197
1185
|
Unicode-3.0
|
1198
1186
|
|
1199
|
-
xxhash-rust v0.8.
|
1187
|
+
xxhash-rust v0.8.15
|
1200
1188
|
https://github.com/DoumanAsh/xxhash-rust
|
1201
1189
|
BSL-1.0
|
1202
1190
|
|
@@ -1236,6 +1224,10 @@ zerovec-derive v0.10.3
|
|
1236
1224
|
https://github.com/unicode-org/icu4x
|
1237
1225
|
Unicode-3.0
|
1238
1226
|
|
1227
|
+
zlib-rs v0.4.1
|
1228
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
1229
|
+
Zlib
|
1230
|
+
|
1239
1231
|
zstd v0.13.2
|
1240
1232
|
https://github.com/gyscos/zstd-rs
|
1241
1233
|
MIT
|
@@ -2115,33 +2107,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2115
2107
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2116
2108
|
SOFTWARE.
|
2117
2109
|
|
2118
|
-
================================================================================
|
2119
|
-
array-init-cursor LICENSE-MIT
|
2120
|
-
================================================================================
|
2121
|
-
|
2122
|
-
MIT License
|
2123
|
-
|
2124
|
-
Copyright (c) 2021 The Planus Project Developers
|
2125
|
-
|
2126
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2127
|
-
of this software and associated documentation files (the "Software"), to deal
|
2128
|
-
in the Software without restriction, including without limitation the rights
|
2129
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2130
|
-
copies of the Software, and to permit persons to whom the Software is
|
2131
|
-
furnished to do so, subject to the following conditions:
|
2132
|
-
|
2133
|
-
The above copyright notice and this permission notice shall be included in all
|
2134
|
-
copies or substantial portions of the Software.
|
2135
|
-
|
2136
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2137
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2138
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2139
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2140
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2141
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2142
|
-
SOFTWARE.
|
2143
|
-
|
2144
|
-
|
2145
2110
|
================================================================================
|
2146
2111
|
array-init-cursor LICENSE-APACHE
|
2147
2112
|
================================================================================
|
@@ -2324,6 +2289,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2324
2289
|
END OF TERMS AND CONDITIONS
|
2325
2290
|
|
2326
2291
|
|
2292
|
+
================================================================================
|
2293
|
+
array-init-cursor LICENSE-MIT
|
2294
|
+
================================================================================
|
2295
|
+
|
2296
|
+
MIT License
|
2297
|
+
|
2298
|
+
Copyright (c) 2021 The Planus Project Developers
|
2299
|
+
|
2300
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2301
|
+
of this software and associated documentation files (the "Software"), to deal
|
2302
|
+
in the Software without restriction, including without limitation the rights
|
2303
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2304
|
+
copies of the Software, and to permit persons to whom the Software is
|
2305
|
+
furnished to do so, subject to the following conditions:
|
2306
|
+
|
2307
|
+
The above copyright notice and this permission notice shall be included in all
|
2308
|
+
copies or substantial portions of the Software.
|
2309
|
+
|
2310
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2311
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2312
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2313
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2314
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2315
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2316
|
+
SOFTWARE.
|
2317
|
+
|
2318
|
+
|
2327
2319
|
================================================================================
|
2328
2320
|
arrayref LICENSE
|
2329
2321
|
================================================================================
|
@@ -2913,269 +2905,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2913
2905
|
DEALINGS IN THE SOFTWARE.
|
2914
2906
|
|
2915
2907
|
================================================================================
|
2916
|
-
|
2908
|
+
atoi_simd LICENSE-APACHE
|
2917
2909
|
================================================================================
|
2918
2910
|
|
2919
|
-
|
2911
|
+
Apache License
|
2912
|
+
Version 2.0, January 2004
|
2913
|
+
http://www.apache.org/licenses/
|
2920
2914
|
|
2921
|
-
|
2915
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2922
2916
|
|
2923
|
-
|
2924
|
-
of this software and associated documentation files (the "Software"), to deal
|
2925
|
-
in the Software without restriction, including without limitation the rights
|
2926
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2927
|
-
copies of the Software, and to permit persons to whom the Software is
|
2928
|
-
furnished to do so, subject to the following conditions:
|
2917
|
+
1. Definitions.
|
2929
2918
|
|
2930
|
-
|
2931
|
-
|
2919
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2920
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2932
2921
|
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2939
|
-
|
2922
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2923
|
+
the copyright owner that is granting the License.
|
2924
|
+
|
2925
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2926
|
+
other entities that control, are controlled by, or are under common
|
2927
|
+
control with that entity. For the purposes of this definition,
|
2928
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2929
|
+
direction or management of such entity, whether by contract or
|
2930
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2931
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2932
|
+
|
2933
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2934
|
+
exercising permissions granted by this License.
|
2935
|
+
|
2936
|
+
"Source" form shall mean the preferred form for making modifications,
|
2937
|
+
including but not limited to software source code, documentation
|
2938
|
+
source, and configuration files.
|
2939
|
+
|
2940
|
+
"Object" form shall mean any form resulting from mechanical
|
2941
|
+
transformation or translation of a Source form, including but
|
2942
|
+
not limited to compiled object code, generated documentation,
|
2943
|
+
and conversions to other media types.
|
2944
|
+
|
2945
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2946
|
+
Object form, made available under the License, as indicated by a
|
2947
|
+
copyright notice that is included in or attached to the work
|
2948
|
+
(an example is provided in the Appendix below).
|
2949
|
+
|
2950
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2951
|
+
form, that is based on (or derived from) the Work and for which the
|
2952
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2953
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2954
|
+
of this License, Derivative Works shall not include works that remain
|
2955
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2956
|
+
the Work and Derivative Works thereof.
|
2957
|
+
|
2958
|
+
"Contribution" shall mean any work of authorship, including
|
2959
|
+
the original version of the Work and any modifications or additions
|
2960
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2961
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2962
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2963
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2964
|
+
means any form of electronic, verbal, or written communication sent
|
2965
|
+
to the Licensor or its representatives, including but not limited to
|
2966
|
+
communication on electronic mailing lists, source code control systems,
|
2967
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2968
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2969
|
+
excluding communication that is conspicuously marked or otherwise
|
2970
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2971
|
+
|
2972
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2973
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2974
|
+
subsequently incorporated within the Work.
|
2975
|
+
|
2976
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2977
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2978
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2979
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2980
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2981
|
+
Work and such Derivative Works in Source or Object form.
|
2982
|
+
|
2983
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2984
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2985
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2986
|
+
(except as stated in this section) patent license to make, have made,
|
2987
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2988
|
+
where such license applies only to those patent claims licensable
|
2989
|
+
by such Contributor that are necessarily infringed by their
|
2990
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2991
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2992
|
+
institute patent litigation against any entity (including a
|
2993
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2994
|
+
or a Contribution incorporated within the Work constitutes direct
|
2995
|
+
or contributory patent infringement, then any patent licenses
|
2996
|
+
granted to You under this License for that Work shall terminate
|
2997
|
+
as of the date such litigation is filed.
|
2998
|
+
|
2999
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3000
|
+
Work or Derivative Works thereof in any medium, with or without
|
3001
|
+
modifications, and in Source or Object form, provided that You
|
3002
|
+
meet the following conditions:
|
3003
|
+
|
3004
|
+
(a) You must give any other recipients of the Work or
|
3005
|
+
Derivative Works a copy of this License; and
|
3006
|
+
|
3007
|
+
(b) You must cause any modified files to carry prominent notices
|
3008
|
+
stating that You changed the files; and
|
3009
|
+
|
3010
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3011
|
+
that You distribute, all copyright, patent, trademark, and
|
3012
|
+
attribution notices from the Source form of the Work,
|
3013
|
+
excluding those notices that do not pertain to any part of
|
3014
|
+
the Derivative Works; and
|
3015
|
+
|
3016
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3017
|
+
distribution, then any Derivative Works that You distribute must
|
3018
|
+
include a readable copy of the attribution notices contained
|
3019
|
+
within such NOTICE file, excluding those notices that do not
|
3020
|
+
pertain to any part of the Derivative Works, in at least one
|
3021
|
+
of the following places: within a NOTICE text file distributed
|
3022
|
+
as part of the Derivative Works; within the Source form or
|
3023
|
+
documentation, if provided along with the Derivative Works; or,
|
3024
|
+
within a display generated by the Derivative Works, if and
|
3025
|
+
wherever such third-party notices normally appear. The contents
|
3026
|
+
of the NOTICE file are for informational purposes only and
|
3027
|
+
do not modify the License. You may add Your own attribution
|
3028
|
+
notices within Derivative Works that You distribute, alongside
|
3029
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3030
|
+
that such additional attribution notices cannot be construed
|
3031
|
+
as modifying the License.
|
3032
|
+
|
3033
|
+
You may add Your own copyright statement to Your modifications and
|
3034
|
+
may provide additional or different license terms and conditions
|
3035
|
+
for use, reproduction, or distribution of Your modifications, or
|
3036
|
+
for any such Derivative Works as a whole, provided Your use,
|
3037
|
+
reproduction, and distribution of the Work otherwise complies with
|
3038
|
+
the conditions stated in this License.
|
3039
|
+
|
3040
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3041
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3042
|
+
by You to the Licensor shall be under the terms and conditions of
|
3043
|
+
this License, without any additional terms or conditions.
|
3044
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3045
|
+
the terms of any separate license agreement you may have executed
|
3046
|
+
with Licensor regarding such Contributions.
|
3047
|
+
|
3048
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3049
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3050
|
+
except as required for reasonable and customary use in describing the
|
3051
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3052
|
+
|
3053
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3054
|
+
agreed to in writing, Licensor provides the Work (and each
|
3055
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3056
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3057
|
+
implied, including, without limitation, any warranties or conditions
|
3058
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3059
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3060
|
+
appropriateness of using or redistributing the Work and assume any
|
3061
|
+
risks associated with Your exercise of permissions under this License.
|
3062
|
+
|
3063
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3064
|
+
whether in tort (including negligence), contract, or otherwise,
|
3065
|
+
unless required by applicable law (such as deliberate and grossly
|
3066
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3067
|
+
liable to You for damages, including any direct, indirect, special,
|
3068
|
+
incidental, or consequential damages of any character arising as a
|
3069
|
+
result of this License or out of the use or inability to use the
|
3070
|
+
Work (including but not limited to damages for loss of goodwill,
|
3071
|
+
work stoppage, computer failure or malfunction, or any and all
|
3072
|
+
other commercial damages or losses), even if such Contributor
|
3073
|
+
has been advised of the possibility of such damages.
|
3074
|
+
|
3075
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3076
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3077
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3078
|
+
or other liability obligations and/or rights consistent with this
|
3079
|
+
License. However, in accepting such obligations, You may act only
|
3080
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3081
|
+
of any other Contributor, and only if You agree to indemnify,
|
3082
|
+
defend, and hold each Contributor harmless for any liability
|
3083
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3084
|
+
of your accepting any such warranty or additional liability.
|
3085
|
+
|
3086
|
+
END OF TERMS AND CONDITIONS
|
3087
|
+
|
3088
|
+
APPENDIX: How to apply the Apache License to your work.
|
3089
|
+
|
3090
|
+
To apply the Apache License to your work, attach the following
|
3091
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3092
|
+
replaced with your own identifying information. (Don't include
|
3093
|
+
the brackets!) The text should be enclosed in the appropriate
|
3094
|
+
comment syntax for the file format. We also recommend that a
|
3095
|
+
file or class name and description of purpose be included on the
|
3096
|
+
same "printed page" as the copyright notice for easier
|
3097
|
+
identification within third-party archives.
|
3098
|
+
|
3099
|
+
Copyright 2022-NOW Dmitry Rodionov
|
3100
|
+
|
3101
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3102
|
+
you may not use this file except in compliance with the License.
|
3103
|
+
You may obtain a copy of the License at
|
3104
|
+
|
3105
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3106
|
+
|
3107
|
+
Unless required by applicable law or agreed to in writing, software
|
3108
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3109
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3110
|
+
See the License for the specific language governing permissions and
|
3111
|
+
limitations under the License.
|
2940
3112
|
|
2941
3113
|
================================================================================
|
2942
|
-
atoi_simd LICENSE-
|
2943
|
-
================================================================================
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
"Object" form shall mean any form resulting from mechanical
|
2975
|
-
transformation or translation of a Source form, including but
|
2976
|
-
not limited to compiled object code, generated documentation,
|
2977
|
-
and conversions to other media types.
|
2978
|
-
|
2979
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2980
|
-
Object form, made available under the License, as indicated by a
|
2981
|
-
copyright notice that is included in or attached to the work
|
2982
|
-
(an example is provided in the Appendix below).
|
2983
|
-
|
2984
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2985
|
-
form, that is based on (or derived from) the Work and for which the
|
2986
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2987
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2988
|
-
of this License, Derivative Works shall not include works that remain
|
2989
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2990
|
-
the Work and Derivative Works thereof.
|
2991
|
-
|
2992
|
-
"Contribution" shall mean any work of authorship, including
|
2993
|
-
the original version of the Work and any modifications or additions
|
2994
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2995
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2996
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2997
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2998
|
-
means any form of electronic, verbal, or written communication sent
|
2999
|
-
to the Licensor or its representatives, including but not limited to
|
3000
|
-
communication on electronic mailing lists, source code control systems,
|
3001
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
3002
|
-
Licensor for the purpose of discussing and improving the Work, but
|
3003
|
-
excluding communication that is conspicuously marked or otherwise
|
3004
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
3005
|
-
|
3006
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3007
|
-
on behalf of whom a Contribution has been received by Licensor and
|
3008
|
-
subsequently incorporated within the Work.
|
3009
|
-
|
3010
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
3011
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3012
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3013
|
-
copyright license to reproduce, prepare Derivative Works of,
|
3014
|
-
publicly display, publicly perform, sublicense, and distribute the
|
3015
|
-
Work and such Derivative Works in Source or Object form.
|
3016
|
-
|
3017
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
3018
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3019
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3020
|
-
(except as stated in this section) patent license to make, have made,
|
3021
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3022
|
-
where such license applies only to those patent claims licensable
|
3023
|
-
by such Contributor that are necessarily infringed by their
|
3024
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
3025
|
-
with the Work to which such Contribution(s) was submitted. If You
|
3026
|
-
institute patent litigation against any entity (including a
|
3027
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3028
|
-
or a Contribution incorporated within the Work constitutes direct
|
3029
|
-
or contributory patent infringement, then any patent licenses
|
3030
|
-
granted to You under this License for that Work shall terminate
|
3031
|
-
as of the date such litigation is filed.
|
3032
|
-
|
3033
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
3034
|
-
Work or Derivative Works thereof in any medium, with or without
|
3035
|
-
modifications, and in Source or Object form, provided that You
|
3036
|
-
meet the following conditions:
|
3037
|
-
|
3038
|
-
(a) You must give any other recipients of the Work or
|
3039
|
-
Derivative Works a copy of this License; and
|
3040
|
-
|
3041
|
-
(b) You must cause any modified files to carry prominent notices
|
3042
|
-
stating that You changed the files; and
|
3043
|
-
|
3044
|
-
(c) You must retain, in the Source form of any Derivative Works
|
3045
|
-
that You distribute, all copyright, patent, trademark, and
|
3046
|
-
attribution notices from the Source form of the Work,
|
3047
|
-
excluding those notices that do not pertain to any part of
|
3048
|
-
the Derivative Works; and
|
3049
|
-
|
3050
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
3051
|
-
distribution, then any Derivative Works that You distribute must
|
3052
|
-
include a readable copy of the attribution notices contained
|
3053
|
-
within such NOTICE file, excluding those notices that do not
|
3054
|
-
pertain to any part of the Derivative Works, in at least one
|
3055
|
-
of the following places: within a NOTICE text file distributed
|
3056
|
-
as part of the Derivative Works; within the Source form or
|
3057
|
-
documentation, if provided along with the Derivative Works; or,
|
3058
|
-
within a display generated by the Derivative Works, if and
|
3059
|
-
wherever such third-party notices normally appear. The contents
|
3060
|
-
of the NOTICE file are for informational purposes only and
|
3061
|
-
do not modify the License. You may add Your own attribution
|
3062
|
-
notices within Derivative Works that You distribute, alongside
|
3063
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3064
|
-
that such additional attribution notices cannot be construed
|
3065
|
-
as modifying the License.
|
3066
|
-
|
3067
|
-
You may add Your own copyright statement to Your modifications and
|
3068
|
-
may provide additional or different license terms and conditions
|
3069
|
-
for use, reproduction, or distribution of Your modifications, or
|
3070
|
-
for any such Derivative Works as a whole, provided Your use,
|
3071
|
-
reproduction, and distribution of the Work otherwise complies with
|
3072
|
-
the conditions stated in this License.
|
3073
|
-
|
3074
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3075
|
-
any Contribution intentionally submitted for inclusion in the Work
|
3076
|
-
by You to the Licensor shall be under the terms and conditions of
|
3077
|
-
this License, without any additional terms or conditions.
|
3078
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
3079
|
-
the terms of any separate license agreement you may have executed
|
3080
|
-
with Licensor regarding such Contributions.
|
3081
|
-
|
3082
|
-
6. Trademarks. This License does not grant permission to use the trade
|
3083
|
-
names, trademarks, service marks, or product names of the Licensor,
|
3084
|
-
except as required for reasonable and customary use in describing the
|
3085
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
3086
|
-
|
3087
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
3088
|
-
agreed to in writing, Licensor provides the Work (and each
|
3089
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3090
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3091
|
-
implied, including, without limitation, any warranties or conditions
|
3092
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3093
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3094
|
-
appropriateness of using or redistributing the Work and assume any
|
3095
|
-
risks associated with Your exercise of permissions under this License.
|
3096
|
-
|
3097
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
3098
|
-
whether in tort (including negligence), contract, or otherwise,
|
3099
|
-
unless required by applicable law (such as deliberate and grossly
|
3100
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
3101
|
-
liable to You for damages, including any direct, indirect, special,
|
3102
|
-
incidental, or consequential damages of any character arising as a
|
3103
|
-
result of this License or out of the use or inability to use the
|
3104
|
-
Work (including but not limited to damages for loss of goodwill,
|
3105
|
-
work stoppage, computer failure or malfunction, or any and all
|
3106
|
-
other commercial damages or losses), even if such Contributor
|
3107
|
-
has been advised of the possibility of such damages.
|
3108
|
-
|
3109
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
3110
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
3111
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
3112
|
-
or other liability obligations and/or rights consistent with this
|
3113
|
-
License. However, in accepting such obligations, You may act only
|
3114
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
3115
|
-
of any other Contributor, and only if You agree to indemnify,
|
3116
|
-
defend, and hold each Contributor harmless for any liability
|
3117
|
-
incurred by, or claims asserted against, such Contributor by reason
|
3118
|
-
of your accepting any such warranty or additional liability.
|
3119
|
-
|
3120
|
-
END OF TERMS AND CONDITIONS
|
3121
|
-
|
3122
|
-
APPENDIX: How to apply the Apache License to your work.
|
3123
|
-
|
3124
|
-
To apply the Apache License to your work, attach the following
|
3125
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
3126
|
-
replaced with your own identifying information. (Don't include
|
3127
|
-
the brackets!) The text should be enclosed in the appropriate
|
3128
|
-
comment syntax for the file format. We also recommend that a
|
3129
|
-
file or class name and description of purpose be included on the
|
3130
|
-
same "printed page" as the copyright notice for easier
|
3131
|
-
identification within third-party archives.
|
3132
|
-
|
3133
|
-
Copyright 2022-NOW Dmitry Rodionov
|
3134
|
-
|
3135
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3136
|
-
you may not use this file except in compliance with the License.
|
3137
|
-
You may obtain a copy of the License at
|
3138
|
-
|
3139
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3140
|
-
|
3141
|
-
Unless required by applicable law or agreed to in writing, software
|
3142
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3143
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3144
|
-
See the License for the specific language governing permissions and
|
3145
|
-
limitations under the License.
|
3146
|
-
|
3147
|
-
================================================================================
|
3148
|
-
atoi_simd LICENSE-MIT
|
3149
|
-
================================================================================
|
3150
|
-
|
3151
|
-
Copyright (c) 2022 Dmitry Rodionov
|
3152
|
-
|
3153
|
-
Permission is hereby granted, free of charge, to any
|
3154
|
-
person obtaining a copy of this software and associated
|
3155
|
-
documentation files (the "Software"), to deal in the
|
3156
|
-
Software without restriction, including without
|
3157
|
-
limitation the rights to use, copy, modify, merge,
|
3158
|
-
publish, distribute, sublicense, and/or sell copies of
|
3159
|
-
the Software, and to permit persons to whom the Software
|
3160
|
-
is furnished to do so, subject to the following
|
3161
|
-
conditions:
|
3162
|
-
|
3163
|
-
The above copyright notice and this permission notice
|
3164
|
-
shall be included in all copies or substantial portions
|
3165
|
-
of the Software.
|
3166
|
-
|
3167
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3168
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3169
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3170
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3171
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3172
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3173
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3174
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3175
|
-
DEALINGS IN THE SOFTWARE.
|
3176
|
-
|
3177
|
-
================================================================================
|
3178
|
-
atomic-waker LICENSE-APACHE
|
3114
|
+
atoi_simd LICENSE-MIT
|
3115
|
+
================================================================================
|
3116
|
+
|
3117
|
+
Copyright (c) 2022 Dmitry Rodionov
|
3118
|
+
|
3119
|
+
Permission is hereby granted, free of charge, to any
|
3120
|
+
person obtaining a copy of this software and associated
|
3121
|
+
documentation files (the "Software"), to deal in the
|
3122
|
+
Software without restriction, including without
|
3123
|
+
limitation the rights to use, copy, modify, merge,
|
3124
|
+
publish, distribute, sublicense, and/or sell copies of
|
3125
|
+
the Software, and to permit persons to whom the Software
|
3126
|
+
is furnished to do so, subject to the following
|
3127
|
+
conditions:
|
3128
|
+
|
3129
|
+
The above copyright notice and this permission notice
|
3130
|
+
shall be included in all copies or substantial portions
|
3131
|
+
of the Software.
|
3132
|
+
|
3133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3134
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3135
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3136
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3137
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3138
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3139
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3140
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3141
|
+
DEALINGS IN THE SOFTWARE.
|
3142
|
+
|
3143
|
+
================================================================================
|
3144
|
+
atomic-waker LICENSE-APACHE
|
3179
3145
|
================================================================================
|
3180
3146
|
|
3181
3147
|
Apache License
|
@@ -4149,6 +4115,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4149
4115
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4150
4116
|
THE SOFTWARE.
|
4151
4117
|
|
4118
|
+
================================================================================
|
4119
|
+
bincode LICENSE.md
|
4120
|
+
================================================================================
|
4121
|
+
|
4122
|
+
The MIT License (MIT)
|
4123
|
+
|
4124
|
+
Copyright (c) 2014 Ty Overby
|
4125
|
+
|
4126
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4127
|
+
of this software and associated documentation files (the "Software"), to deal
|
4128
|
+
in the Software without restriction, including without limitation the rights
|
4129
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4130
|
+
copies of the Software, and to permit persons to whom the Software is
|
4131
|
+
furnished to do so, subject to the following conditions:
|
4132
|
+
|
4133
|
+
The above copyright notice and this permission notice shall be included in all
|
4134
|
+
copies or substantial portions of the Software.
|
4135
|
+
|
4136
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4137
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4138
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4139
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4140
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4141
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4142
|
+
SOFTWARE.
|
4143
|
+
|
4152
4144
|
================================================================================
|
4153
4145
|
bindgen LICENSE
|
4154
4146
|
================================================================================
|
@@ -5212,6 +5204,23 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5212
5204
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5213
5205
|
DEALINGS IN THE SOFTWARE.
|
5214
5206
|
|
5207
|
+
================================================================================
|
5208
|
+
brotli LICENSE.BSD-3-Clause
|
5209
|
+
================================================================================
|
5210
|
+
|
5211
|
+
Copyright (c) 2016 Dropbox, Inc.
|
5212
|
+
All rights reserved.
|
5213
|
+
|
5214
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5215
|
+
|
5216
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5217
|
+
|
5218
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
5219
|
+
|
5220
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
5221
|
+
|
5222
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
5223
|
+
|
5215
5224
|
================================================================================
|
5216
5225
|
brotli LICENSE.MIT
|
5217
5226
|
================================================================================
|
@@ -5236,23 +5245,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5236
5245
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5237
5246
|
THE SOFTWARE.
|
5238
5247
|
|
5239
|
-
================================================================================
|
5240
|
-
brotli LICENSE.BSD-3-Clause
|
5241
|
-
================================================================================
|
5242
|
-
|
5243
|
-
Copyright (c) 2016 Dropbox, Inc.
|
5244
|
-
All rights reserved.
|
5245
|
-
|
5246
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5247
|
-
|
5248
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5249
|
-
|
5250
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
5251
|
-
|
5252
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
5253
|
-
|
5254
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
5255
|
-
|
5256
5248
|
================================================================================
|
5257
5249
|
brotli-decompressor LICENSE
|
5258
5250
|
================================================================================
|
@@ -20539,296 +20531,269 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
20539
20531
|
DEALINGS IN THE SOFTWARE.
|
20540
20532
|
|
20541
20533
|
================================================================================
|
20542
|
-
|
20534
|
+
jobserver LICENSE-APACHE
|
20535
|
+
================================================================================
|
20536
|
+
|
20537
|
+
Apache License
|
20538
|
+
Version 2.0, January 2004
|
20539
|
+
http://www.apache.org/licenses/
|
20540
|
+
|
20541
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20542
|
+
|
20543
|
+
1. Definitions.
|
20544
|
+
|
20545
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
20546
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
20547
|
+
|
20548
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
20549
|
+
the copyright owner that is granting the License.
|
20550
|
+
|
20551
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
20552
|
+
other entities that control, are controlled by, or are under common
|
20553
|
+
control with that entity. For the purposes of this definition,
|
20554
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20555
|
+
direction or management of such entity, whether by contract or
|
20556
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20557
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
20558
|
+
|
20559
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
20560
|
+
exercising permissions granted by this License.
|
20561
|
+
|
20562
|
+
"Source" form shall mean the preferred form for making modifications,
|
20563
|
+
including but not limited to software source code, documentation
|
20564
|
+
source, and configuration files.
|
20565
|
+
|
20566
|
+
"Object" form shall mean any form resulting from mechanical
|
20567
|
+
transformation or translation of a Source form, including but
|
20568
|
+
not limited to compiled object code, generated documentation,
|
20569
|
+
and conversions to other media types.
|
20570
|
+
|
20571
|
+
"Work" shall mean the work of authorship, whether in Source or
|
20572
|
+
Object form, made available under the License, as indicated by a
|
20573
|
+
copyright notice that is included in or attached to the work
|
20574
|
+
(an example is provided in the Appendix below).
|
20575
|
+
|
20576
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
20577
|
+
form, that is based on (or derived from) the Work and for which the
|
20578
|
+
editorial revisions, annotations, elaborations, or other modifications
|
20579
|
+
represent, as a whole, an original work of authorship. For the purposes
|
20580
|
+
of this License, Derivative Works shall not include works that remain
|
20581
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
20582
|
+
the Work and Derivative Works thereof.
|
20583
|
+
|
20584
|
+
"Contribution" shall mean any work of authorship, including
|
20585
|
+
the original version of the Work and any modifications or additions
|
20586
|
+
to that Work or Derivative Works thereof, that is intentionally
|
20587
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
20588
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
20589
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
20590
|
+
means any form of electronic, verbal, or written communication sent
|
20591
|
+
to the Licensor or its representatives, including but not limited to
|
20592
|
+
communication on electronic mailing lists, source code control systems,
|
20593
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
20594
|
+
Licensor for the purpose of discussing and improving the Work, but
|
20595
|
+
excluding communication that is conspicuously marked or otherwise
|
20596
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
20597
|
+
|
20598
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
20599
|
+
on behalf of whom a Contribution has been received by Licensor and
|
20600
|
+
subsequently incorporated within the Work.
|
20601
|
+
|
20602
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
20603
|
+
this License, each Contributor hereby grants to You a perpetual,
|
20604
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20605
|
+
copyright license to reproduce, prepare Derivative Works of,
|
20606
|
+
publicly display, publicly perform, sublicense, and distribute the
|
20607
|
+
Work and such Derivative Works in Source or Object form.
|
20608
|
+
|
20609
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
20610
|
+
this License, each Contributor hereby grants to You a perpetual,
|
20611
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20612
|
+
(except as stated in this section) patent license to make, have made,
|
20613
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
20614
|
+
where such license applies only to those patent claims licensable
|
20615
|
+
by such Contributor that are necessarily infringed by their
|
20616
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
20617
|
+
with the Work to which such Contribution(s) was submitted. If You
|
20618
|
+
institute patent litigation against any entity (including a
|
20619
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
20620
|
+
or a Contribution incorporated within the Work constitutes direct
|
20621
|
+
or contributory patent infringement, then any patent licenses
|
20622
|
+
granted to You under this License for that Work shall terminate
|
20623
|
+
as of the date such litigation is filed.
|
20624
|
+
|
20625
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
20626
|
+
Work or Derivative Works thereof in any medium, with or without
|
20627
|
+
modifications, and in Source or Object form, provided that You
|
20628
|
+
meet the following conditions:
|
20629
|
+
|
20630
|
+
(a) You must give any other recipients of the Work or
|
20631
|
+
Derivative Works a copy of this License; and
|
20632
|
+
|
20633
|
+
(b) You must cause any modified files to carry prominent notices
|
20634
|
+
stating that You changed the files; and
|
20635
|
+
|
20636
|
+
(c) You must retain, in the Source form of any Derivative Works
|
20637
|
+
that You distribute, all copyright, patent, trademark, and
|
20638
|
+
attribution notices from the Source form of the Work,
|
20639
|
+
excluding those notices that do not pertain to any part of
|
20640
|
+
the Derivative Works; and
|
20641
|
+
|
20642
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
20643
|
+
distribution, then any Derivative Works that You distribute must
|
20644
|
+
include a readable copy of the attribution notices contained
|
20645
|
+
within such NOTICE file, excluding those notices that do not
|
20646
|
+
pertain to any part of the Derivative Works, in at least one
|
20647
|
+
of the following places: within a NOTICE text file distributed
|
20648
|
+
as part of the Derivative Works; within the Source form or
|
20649
|
+
documentation, if provided along with the Derivative Works; or,
|
20650
|
+
within a display generated by the Derivative Works, if and
|
20651
|
+
wherever such third-party notices normally appear. The contents
|
20652
|
+
of the NOTICE file are for informational purposes only and
|
20653
|
+
do not modify the License. You may add Your own attribution
|
20654
|
+
notices within Derivative Works that You distribute, alongside
|
20655
|
+
or as an addendum to the NOTICE text from the Work, provided
|
20656
|
+
that such additional attribution notices cannot be construed
|
20657
|
+
as modifying the License.
|
20658
|
+
|
20659
|
+
You may add Your own copyright statement to Your modifications and
|
20660
|
+
may provide additional or different license terms and conditions
|
20661
|
+
for use, reproduction, or distribution of Your modifications, or
|
20662
|
+
for any such Derivative Works as a whole, provided Your use,
|
20663
|
+
reproduction, and distribution of the Work otherwise complies with
|
20664
|
+
the conditions stated in this License.
|
20665
|
+
|
20666
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
20667
|
+
any Contribution intentionally submitted for inclusion in the Work
|
20668
|
+
by You to the Licensor shall be under the terms and conditions of
|
20669
|
+
this License, without any additional terms or conditions.
|
20670
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
20671
|
+
the terms of any separate license agreement you may have executed
|
20672
|
+
with Licensor regarding such Contributions.
|
20673
|
+
|
20674
|
+
6. Trademarks. This License does not grant permission to use the trade
|
20675
|
+
names, trademarks, service marks, or product names of the Licensor,
|
20676
|
+
except as required for reasonable and customary use in describing the
|
20677
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
20678
|
+
|
20679
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
20680
|
+
agreed to in writing, Licensor provides the Work (and each
|
20681
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
20682
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
20683
|
+
implied, including, without limitation, any warranties or conditions
|
20684
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
20685
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
20686
|
+
appropriateness of using or redistributing the Work and assume any
|
20687
|
+
risks associated with Your exercise of permissions under this License.
|
20688
|
+
|
20689
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
20690
|
+
whether in tort (including negligence), contract, or otherwise,
|
20691
|
+
unless required by applicable law (such as deliberate and grossly
|
20692
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
20693
|
+
liable to You for damages, including any direct, indirect, special,
|
20694
|
+
incidental, or consequential damages of any character arising as a
|
20695
|
+
result of this License or out of the use or inability to use the
|
20696
|
+
Work (including but not limited to damages for loss of goodwill,
|
20697
|
+
work stoppage, computer failure or malfunction, or any and all
|
20698
|
+
other commercial damages or losses), even if such Contributor
|
20699
|
+
has been advised of the possibility of such damages.
|
20700
|
+
|
20701
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
20702
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
20703
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
20704
|
+
or other liability obligations and/or rights consistent with this
|
20705
|
+
License. However, in accepting such obligations, You may act only
|
20706
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
20707
|
+
of any other Contributor, and only if You agree to indemnify,
|
20708
|
+
defend, and hold each Contributor harmless for any liability
|
20709
|
+
incurred by, or claims asserted against, such Contributor by reason
|
20710
|
+
of your accepting any such warranty or additional liability.
|
20711
|
+
|
20712
|
+
END OF TERMS AND CONDITIONS
|
20713
|
+
|
20714
|
+
APPENDIX: How to apply the Apache License to your work.
|
20715
|
+
|
20716
|
+
To apply the Apache License to your work, attach the following
|
20717
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
20718
|
+
replaced with your own identifying information. (Don't include
|
20719
|
+
the brackets!) The text should be enclosed in the appropriate
|
20720
|
+
comment syntax for the file format. We also recommend that a
|
20721
|
+
file or class name and description of purpose be included on the
|
20722
|
+
same "printed page" as the copyright notice for easier
|
20723
|
+
identification within third-party archives.
|
20724
|
+
|
20725
|
+
Copyright [yyyy] [name of copyright owner]
|
20726
|
+
|
20727
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
20728
|
+
you may not use this file except in compliance with the License.
|
20729
|
+
You may obtain a copy of the License at
|
20730
|
+
|
20731
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
20732
|
+
|
20733
|
+
Unless required by applicable law or agreed to in writing, software
|
20734
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
20735
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20736
|
+
See the License for the specific language governing permissions and
|
20737
|
+
limitations under the License.
|
20738
|
+
|
20739
|
+
================================================================================
|
20740
|
+
jobserver LICENSE-MIT
|
20741
|
+
================================================================================
|
20742
|
+
|
20743
|
+
Copyright (c) 2014 Alex Crichton
|
20744
|
+
|
20745
|
+
Permission is hereby granted, free of charge, to any
|
20746
|
+
person obtaining a copy of this software and associated
|
20747
|
+
documentation files (the "Software"), to deal in the
|
20748
|
+
Software without restriction, including without
|
20749
|
+
limitation the rights to use, copy, modify, merge,
|
20750
|
+
publish, distribute, sublicense, and/or sell copies of
|
20751
|
+
the Software, and to permit persons to whom the Software
|
20752
|
+
is furnished to do so, subject to the following
|
20753
|
+
conditions:
|
20754
|
+
|
20755
|
+
The above copyright notice and this permission notice
|
20756
|
+
shall be included in all copies or substantial portions
|
20757
|
+
of the Software.
|
20758
|
+
|
20759
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
20760
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
20761
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
20762
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
20763
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20764
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20765
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
20766
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20767
|
+
DEALINGS IN THE SOFTWARE.
|
20768
|
+
|
20769
|
+
================================================================================
|
20770
|
+
jsonpath_lib_polars_vendor LICENSE
|
20543
20771
|
================================================================================
|
20544
20772
|
|
20773
|
+
MIT License
|
20774
|
+
|
20775
|
+
Copyright (c) [2019] [Changseok Han]
|
20776
|
+
|
20777
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20778
|
+
of this software and associated documentation files (the "Software"), to deal
|
20779
|
+
in the Software without restriction, including without limitation the rights
|
20780
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20781
|
+
copies of the Software, and to permit persons to whom the Software is
|
20782
|
+
furnished to do so, subject to the following conditions:
|
20545
20783
|
|
20546
|
-
|
20547
|
-
|
20548
|
-
|
20549
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20550
|
-
of this software and associated documentation files (the "Software"), to deal
|
20551
|
-
in the Software without restriction, including without limitation the rights
|
20552
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20553
|
-
copies of the Software, and to permit persons to whom the Software is
|
20554
|
-
furnished to do so, subject to the following conditions:
|
20555
|
-
|
20556
|
-
The above copyright notice and this permission notice shall be included in all
|
20557
|
-
copies or substantial portions of the Software.
|
20558
|
-
|
20559
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
20560
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20561
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
20562
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
20563
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
20564
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
20565
|
-
OR OTHER DEALINGS IN THE SOFTWARE.
|
20784
|
+
The above copyright notice and this permission notice shall be included in all
|
20785
|
+
copies or substantial portions of the Software.
|
20566
20786
|
|
20787
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
20788
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20789
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20790
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20791
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20792
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20793
|
+
SOFTWARE.
|
20567
20794
|
|
20568
20795
|
================================================================================
|
20569
|
-
|
20570
|
-
================================================================================
|
20571
|
-
|
20572
|
-
Apache License
|
20573
|
-
Version 2.0, January 2004
|
20574
|
-
http://www.apache.org/licenses/
|
20575
|
-
|
20576
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20577
|
-
|
20578
|
-
1. Definitions.
|
20579
|
-
|
20580
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
20581
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
20582
|
-
|
20583
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
20584
|
-
the copyright owner that is granting the License.
|
20585
|
-
|
20586
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
20587
|
-
other entities that control, are controlled by, or are under common
|
20588
|
-
control with that entity. For the purposes of this definition,
|
20589
|
-
"control" means (i) the power, direct or indirect, to cause the
|
20590
|
-
direction or management of such entity, whether by contract or
|
20591
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20592
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
20593
|
-
|
20594
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
20595
|
-
exercising permissions granted by this License.
|
20596
|
-
|
20597
|
-
"Source" form shall mean the preferred form for making modifications,
|
20598
|
-
including but not limited to software source code, documentation
|
20599
|
-
source, and configuration files.
|
20600
|
-
|
20601
|
-
"Object" form shall mean any form resulting from mechanical
|
20602
|
-
transformation or translation of a Source form, including but
|
20603
|
-
not limited to compiled object code, generated documentation,
|
20604
|
-
and conversions to other media types.
|
20605
|
-
|
20606
|
-
"Work" shall mean the work of authorship, whether in Source or
|
20607
|
-
Object form, made available under the License, as indicated by a
|
20608
|
-
copyright notice that is included in or attached to the work
|
20609
|
-
(an example is provided in the Appendix below).
|
20610
|
-
|
20611
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
20612
|
-
form, that is based on (or derived from) the Work and for which the
|
20613
|
-
editorial revisions, annotations, elaborations, or other modifications
|
20614
|
-
represent, as a whole, an original work of authorship. For the purposes
|
20615
|
-
of this License, Derivative Works shall not include works that remain
|
20616
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
20617
|
-
the Work and Derivative Works thereof.
|
20618
|
-
|
20619
|
-
"Contribution" shall mean any work of authorship, including
|
20620
|
-
the original version of the Work and any modifications or additions
|
20621
|
-
to that Work or Derivative Works thereof, that is intentionally
|
20622
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
20623
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
20624
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
20625
|
-
means any form of electronic, verbal, or written communication sent
|
20626
|
-
to the Licensor or its representatives, including but not limited to
|
20627
|
-
communication on electronic mailing lists, source code control systems,
|
20628
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
20629
|
-
Licensor for the purpose of discussing and improving the Work, but
|
20630
|
-
excluding communication that is conspicuously marked or otherwise
|
20631
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
20632
|
-
|
20633
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
20634
|
-
on behalf of whom a Contribution has been received by Licensor and
|
20635
|
-
subsequently incorporated within the Work.
|
20636
|
-
|
20637
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
20638
|
-
this License, each Contributor hereby grants to You a perpetual,
|
20639
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20640
|
-
copyright license to reproduce, prepare Derivative Works of,
|
20641
|
-
publicly display, publicly perform, sublicense, and distribute the
|
20642
|
-
Work and such Derivative Works in Source or Object form.
|
20643
|
-
|
20644
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
20645
|
-
this License, each Contributor hereby grants to You a perpetual,
|
20646
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20647
|
-
(except as stated in this section) patent license to make, have made,
|
20648
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
20649
|
-
where such license applies only to those patent claims licensable
|
20650
|
-
by such Contributor that are necessarily infringed by their
|
20651
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
20652
|
-
with the Work to which such Contribution(s) was submitted. If You
|
20653
|
-
institute patent litigation against any entity (including a
|
20654
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
20655
|
-
or a Contribution incorporated within the Work constitutes direct
|
20656
|
-
or contributory patent infringement, then any patent licenses
|
20657
|
-
granted to You under this License for that Work shall terminate
|
20658
|
-
as of the date such litigation is filed.
|
20659
|
-
|
20660
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
20661
|
-
Work or Derivative Works thereof in any medium, with or without
|
20662
|
-
modifications, and in Source or Object form, provided that You
|
20663
|
-
meet the following conditions:
|
20664
|
-
|
20665
|
-
(a) You must give any other recipients of the Work or
|
20666
|
-
Derivative Works a copy of this License; and
|
20667
|
-
|
20668
|
-
(b) You must cause any modified files to carry prominent notices
|
20669
|
-
stating that You changed the files; and
|
20670
|
-
|
20671
|
-
(c) You must retain, in the Source form of any Derivative Works
|
20672
|
-
that You distribute, all copyright, patent, trademark, and
|
20673
|
-
attribution notices from the Source form of the Work,
|
20674
|
-
excluding those notices that do not pertain to any part of
|
20675
|
-
the Derivative Works; and
|
20676
|
-
|
20677
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
20678
|
-
distribution, then any Derivative Works that You distribute must
|
20679
|
-
include a readable copy of the attribution notices contained
|
20680
|
-
within such NOTICE file, excluding those notices that do not
|
20681
|
-
pertain to any part of the Derivative Works, in at least one
|
20682
|
-
of the following places: within a NOTICE text file distributed
|
20683
|
-
as part of the Derivative Works; within the Source form or
|
20684
|
-
documentation, if provided along with the Derivative Works; or,
|
20685
|
-
within a display generated by the Derivative Works, if and
|
20686
|
-
wherever such third-party notices normally appear. The contents
|
20687
|
-
of the NOTICE file are for informational purposes only and
|
20688
|
-
do not modify the License. You may add Your own attribution
|
20689
|
-
notices within Derivative Works that You distribute, alongside
|
20690
|
-
or as an addendum to the NOTICE text from the Work, provided
|
20691
|
-
that such additional attribution notices cannot be construed
|
20692
|
-
as modifying the License.
|
20693
|
-
|
20694
|
-
You may add Your own copyright statement to Your modifications and
|
20695
|
-
may provide additional or different license terms and conditions
|
20696
|
-
for use, reproduction, or distribution of Your modifications, or
|
20697
|
-
for any such Derivative Works as a whole, provided Your use,
|
20698
|
-
reproduction, and distribution of the Work otherwise complies with
|
20699
|
-
the conditions stated in this License.
|
20700
|
-
|
20701
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
20702
|
-
any Contribution intentionally submitted for inclusion in the Work
|
20703
|
-
by You to the Licensor shall be under the terms and conditions of
|
20704
|
-
this License, without any additional terms or conditions.
|
20705
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
20706
|
-
the terms of any separate license agreement you may have executed
|
20707
|
-
with Licensor regarding such Contributions.
|
20708
|
-
|
20709
|
-
6. Trademarks. This License does not grant permission to use the trade
|
20710
|
-
names, trademarks, service marks, or product names of the Licensor,
|
20711
|
-
except as required for reasonable and customary use in describing the
|
20712
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
20713
|
-
|
20714
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
20715
|
-
agreed to in writing, Licensor provides the Work (and each
|
20716
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
20717
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
20718
|
-
implied, including, without limitation, any warranties or conditions
|
20719
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
20720
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
20721
|
-
appropriateness of using or redistributing the Work and assume any
|
20722
|
-
risks associated with Your exercise of permissions under this License.
|
20723
|
-
|
20724
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
20725
|
-
whether in tort (including negligence), contract, or otherwise,
|
20726
|
-
unless required by applicable law (such as deliberate and grossly
|
20727
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
20728
|
-
liable to You for damages, including any direct, indirect, special,
|
20729
|
-
incidental, or consequential damages of any character arising as a
|
20730
|
-
result of this License or out of the use or inability to use the
|
20731
|
-
Work (including but not limited to damages for loss of goodwill,
|
20732
|
-
work stoppage, computer failure or malfunction, or any and all
|
20733
|
-
other commercial damages or losses), even if such Contributor
|
20734
|
-
has been advised of the possibility of such damages.
|
20735
|
-
|
20736
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
20737
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
20738
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
20739
|
-
or other liability obligations and/or rights consistent with this
|
20740
|
-
License. However, in accepting such obligations, You may act only
|
20741
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
20742
|
-
of any other Contributor, and only if You agree to indemnify,
|
20743
|
-
defend, and hold each Contributor harmless for any liability
|
20744
|
-
incurred by, or claims asserted against, such Contributor by reason
|
20745
|
-
of your accepting any such warranty or additional liability.
|
20746
|
-
|
20747
|
-
END OF TERMS AND CONDITIONS
|
20748
|
-
|
20749
|
-
APPENDIX: How to apply the Apache License to your work.
|
20750
|
-
|
20751
|
-
To apply the Apache License to your work, attach the following
|
20752
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
20753
|
-
replaced with your own identifying information. (Don't include
|
20754
|
-
the brackets!) The text should be enclosed in the appropriate
|
20755
|
-
comment syntax for the file format. We also recommend that a
|
20756
|
-
file or class name and description of purpose be included on the
|
20757
|
-
same "printed page" as the copyright notice for easier
|
20758
|
-
identification within third-party archives.
|
20759
|
-
|
20760
|
-
Copyright [yyyy] [name of copyright owner]
|
20761
|
-
|
20762
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
20763
|
-
you may not use this file except in compliance with the License.
|
20764
|
-
You may obtain a copy of the License at
|
20765
|
-
|
20766
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
20767
|
-
|
20768
|
-
Unless required by applicable law or agreed to in writing, software
|
20769
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
20770
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20771
|
-
See the License for the specific language governing permissions and
|
20772
|
-
limitations under the License.
|
20773
|
-
|
20774
|
-
================================================================================
|
20775
|
-
jobserver LICENSE-MIT
|
20776
|
-
================================================================================
|
20777
|
-
|
20778
|
-
Copyright (c) 2014 Alex Crichton
|
20779
|
-
|
20780
|
-
Permission is hereby granted, free of charge, to any
|
20781
|
-
person obtaining a copy of this software and associated
|
20782
|
-
documentation files (the "Software"), to deal in the
|
20783
|
-
Software without restriction, including without
|
20784
|
-
limitation the rights to use, copy, modify, merge,
|
20785
|
-
publish, distribute, sublicense, and/or sell copies of
|
20786
|
-
the Software, and to permit persons to whom the Software
|
20787
|
-
is furnished to do so, subject to the following
|
20788
|
-
conditions:
|
20789
|
-
|
20790
|
-
The above copyright notice and this permission notice
|
20791
|
-
shall be included in all copies or substantial portions
|
20792
|
-
of the Software.
|
20793
|
-
|
20794
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
20795
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
20796
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
20797
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
20798
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20799
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20800
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
20801
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20802
|
-
DEALINGS IN THE SOFTWARE.
|
20803
|
-
|
20804
|
-
================================================================================
|
20805
|
-
jsonpath_lib_polars_vendor LICENSE
|
20806
|
-
================================================================================
|
20807
|
-
|
20808
|
-
MIT License
|
20809
|
-
|
20810
|
-
Copyright (c) [2019] [Changseok Han]
|
20811
|
-
|
20812
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20813
|
-
of this software and associated documentation files (the "Software"), to deal
|
20814
|
-
in the Software without restriction, including without limitation the rights
|
20815
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20816
|
-
copies of the Software, and to permit persons to whom the Software is
|
20817
|
-
furnished to do so, subject to the following conditions:
|
20818
|
-
|
20819
|
-
The above copyright notice and this permission notice shall be included in all
|
20820
|
-
copies or substantial portions of the Software.
|
20821
|
-
|
20822
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
20823
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20824
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20825
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20826
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20827
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20828
|
-
SOFTWARE.
|
20829
|
-
|
20830
|
-
================================================================================
|
20831
|
-
lazy_static LICENSE-APACHE
|
20796
|
+
lazy_static LICENSE-APACHE
|
20832
20797
|
================================================================================
|
20833
20798
|
|
20834
20799
|
Apache License
|
@@ -21843,6 +21808,30 @@ have been licensed under extremely permissive terms.
|
|
21843
21808
|
|
21844
21809
|
Copyright notices are retained in src/* files where relevant.
|
21845
21810
|
|
21811
|
+
================================================================================
|
21812
|
+
libz-rs-sys LICENSE
|
21813
|
+
================================================================================
|
21814
|
+
|
21815
|
+
(C) 2024 Trifecta Tech Foundation
|
21816
|
+
|
21817
|
+
This software is provided 'as-is', without any express or implied
|
21818
|
+
warranty. In no event will the authors be held liable for any damages
|
21819
|
+
arising from the use of this software.
|
21820
|
+
|
21821
|
+
Permission is granted to anyone to use this software for any purpose,
|
21822
|
+
including commercial applications, and to alter it and redistribute it
|
21823
|
+
freely, subject to the following restrictions:
|
21824
|
+
|
21825
|
+
1. The origin of this software must not be misrepresented; you must not
|
21826
|
+
claim that you wrote the original software. If you use this software
|
21827
|
+
in a product, an acknowledgment in the product documentation would be
|
21828
|
+
appreciated but is not required.
|
21829
|
+
|
21830
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
21831
|
+
misrepresented as being the original software.
|
21832
|
+
|
21833
|
+
3. This notice may not be removed or altered from any source distribution.
|
21834
|
+
|
21846
21835
|
================================================================================
|
21847
21836
|
litemap LICENSE
|
21848
21837
|
================================================================================
|
@@ -23862,7 +23851,11 @@ miniz_oxide LICENSE
|
|
23862
23851
|
|
23863
23852
|
MIT License
|
23864
23853
|
|
23854
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
23855
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
23865
23856
|
Copyright (c) 2017 Frommi
|
23857
|
+
Copyright (c) 2017-2024 oyvindln
|
23858
|
+
|
23866
23859
|
|
23867
23860
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
23868
23861
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -24070,7 +24063,10 @@ miniz_oxide LICENSE-MIT.md
|
|
24070
24063
|
|
24071
24064
|
MIT License
|
24072
24065
|
|
24066
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24067
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
24073
24068
|
Copyright (c) 2017 Frommi
|
24069
|
+
Copyright (c) 2017-2024 oyvindln
|
24074
24070
|
|
24075
24071
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24076
24072
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -24094,7 +24090,10 @@ SOFTWARE.
|
|
24094
24090
|
miniz_oxide LICENSE-ZLIB.md
|
24095
24091
|
================================================================================
|
24096
24092
|
|
24093
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24094
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
24097
24095
|
Copyright (c) 2020 Frommi
|
24096
|
+
Copyright (c) 2017-2024 oyvindln
|
24098
24097
|
|
24099
24098
|
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
24100
24099
|
|
@@ -24131,496 +24130,58 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
24131
24130
|
THE SOFTWARE.
|
24132
24131
|
|
24133
24132
|
================================================================================
|
24134
|
-
|
24133
|
+
nom LICENSE
|
24135
24134
|
================================================================================
|
24136
24135
|
|
24136
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
24137
24137
|
|
24138
|
-
|
24139
|
-
|
24140
|
-
|
24141
|
-
|
24142
|
-
|
24143
|
-
|
24144
|
-
|
24145
|
-
|
24146
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24147
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24148
|
-
|
24149
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24150
|
-
the copyright owner that is granting the License.
|
24151
|
-
|
24152
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24153
|
-
other entities that control, are controlled by, or are under common
|
24154
|
-
control with that entity. For the purposes of this definition,
|
24155
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24156
|
-
direction or management of such entity, whether by contract or
|
24157
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24158
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24159
|
-
|
24160
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24161
|
-
exercising permissions granted by this License.
|
24162
|
-
|
24163
|
-
"Source" form shall mean the preferred form for making modifications,
|
24164
|
-
including but not limited to software source code, documentation
|
24165
|
-
source, and configuration files.
|
24166
|
-
|
24167
|
-
"Object" form shall mean any form resulting from mechanical
|
24168
|
-
transformation or translation of a Source form, including but
|
24169
|
-
not limited to compiled object code, generated documentation,
|
24170
|
-
and conversions to other media types.
|
24171
|
-
|
24172
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24173
|
-
Object form, made available under the License, as indicated by a
|
24174
|
-
copyright notice that is included in or attached to the work
|
24175
|
-
(an example is provided in the Appendix below).
|
24176
|
-
|
24177
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24178
|
-
form, that is based on (or derived from) the Work and for which the
|
24179
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24180
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24181
|
-
of this License, Derivative Works shall not include works that remain
|
24182
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24183
|
-
the Work and Derivative Works thereof.
|
24184
|
-
|
24185
|
-
"Contribution" shall mean any work of authorship, including
|
24186
|
-
the original version of the Work and any modifications or additions
|
24187
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24188
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24189
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24190
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24191
|
-
means any form of electronic, verbal, or written communication sent
|
24192
|
-
to the Licensor or its representatives, including but not limited to
|
24193
|
-
communication on electronic mailing lists, source code control systems,
|
24194
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24195
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24196
|
-
excluding communication that is conspicuously marked or otherwise
|
24197
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24198
|
-
|
24199
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24200
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24201
|
-
subsequently incorporated within the Work.
|
24202
|
-
|
24203
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24204
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24205
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24206
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24207
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24208
|
-
Work and such Derivative Works in Source or Object form.
|
24209
|
-
|
24210
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24211
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24212
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24213
|
-
(except as stated in this section) patent license to make, have made,
|
24214
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24215
|
-
where such license applies only to those patent claims licensable
|
24216
|
-
by such Contributor that are necessarily infringed by their
|
24217
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24218
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24219
|
-
institute patent litigation against any entity (including a
|
24220
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24221
|
-
or a Contribution incorporated within the Work constitutes direct
|
24222
|
-
or contributory patent infringement, then any patent licenses
|
24223
|
-
granted to You under this License for that Work shall terminate
|
24224
|
-
as of the date such litigation is filed.
|
24225
|
-
|
24226
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24227
|
-
Work or Derivative Works thereof in any medium, with or without
|
24228
|
-
modifications, and in Source or Object form, provided that You
|
24229
|
-
meet the following conditions:
|
24230
|
-
|
24231
|
-
(a) You must give any other recipients of the Work or
|
24232
|
-
Derivative Works a copy of this License; and
|
24233
|
-
|
24234
|
-
(b) You must cause any modified files to carry prominent notices
|
24235
|
-
stating that You changed the files; and
|
24236
|
-
|
24237
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24238
|
-
that You distribute, all copyright, patent, trademark, and
|
24239
|
-
attribution notices from the Source form of the Work,
|
24240
|
-
excluding those notices that do not pertain to any part of
|
24241
|
-
the Derivative Works; and
|
24242
|
-
|
24243
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24244
|
-
distribution, then any Derivative Works that You distribute must
|
24245
|
-
include a readable copy of the attribution notices contained
|
24246
|
-
within such NOTICE file, excluding those notices that do not
|
24247
|
-
pertain to any part of the Derivative Works, in at least one
|
24248
|
-
of the following places: within a NOTICE text file distributed
|
24249
|
-
as part of the Derivative Works; within the Source form or
|
24250
|
-
documentation, if provided along with the Derivative Works; or,
|
24251
|
-
within a display generated by the Derivative Works, if and
|
24252
|
-
wherever such third-party notices normally appear. The contents
|
24253
|
-
of the NOTICE file are for informational purposes only and
|
24254
|
-
do not modify the License. You may add Your own attribution
|
24255
|
-
notices within Derivative Works that You distribute, alongside
|
24256
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24257
|
-
that such additional attribution notices cannot be construed
|
24258
|
-
as modifying the License.
|
24259
|
-
|
24260
|
-
You may add Your own copyright statement to Your modifications and
|
24261
|
-
may provide additional or different license terms and conditions
|
24262
|
-
for use, reproduction, or distribution of Your modifications, or
|
24263
|
-
for any such Derivative Works as a whole, provided Your use,
|
24264
|
-
reproduction, and distribution of the Work otherwise complies with
|
24265
|
-
the conditions stated in this License.
|
24266
|
-
|
24267
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24268
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24269
|
-
by You to the Licensor shall be under the terms and conditions of
|
24270
|
-
this License, without any additional terms or conditions.
|
24271
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24272
|
-
the terms of any separate license agreement you may have executed
|
24273
|
-
with Licensor regarding such Contributions.
|
24274
|
-
|
24275
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24276
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24277
|
-
except as required for reasonable and customary use in describing the
|
24278
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24279
|
-
|
24280
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24281
|
-
agreed to in writing, Licensor provides the Work (and each
|
24282
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24283
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24284
|
-
implied, including, without limitation, any warranties or conditions
|
24285
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24286
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24287
|
-
appropriateness of using or redistributing the Work and assume any
|
24288
|
-
risks associated with Your exercise of permissions under this License.
|
24289
|
-
|
24290
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24291
|
-
whether in tort (including negligence), contract, or otherwise,
|
24292
|
-
unless required by applicable law (such as deliberate and grossly
|
24293
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24294
|
-
liable to You for damages, including any direct, indirect, special,
|
24295
|
-
incidental, or consequential damages of any character arising as a
|
24296
|
-
result of this License or out of the use or inability to use the
|
24297
|
-
Work (including but not limited to damages for loss of goodwill,
|
24298
|
-
work stoppage, computer failure or malfunction, or any and all
|
24299
|
-
other commercial damages or losses), even if such Contributor
|
24300
|
-
has been advised of the possibility of such damages.
|
24301
|
-
|
24302
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24303
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24304
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24305
|
-
or other liability obligations and/or rights consistent with this
|
24306
|
-
License. However, in accepting such obligations, You may act only
|
24307
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24308
|
-
of any other Contributor, and only if You agree to indemnify,
|
24309
|
-
defend, and hold each Contributor harmless for any liability
|
24310
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24311
|
-
of your accepting any such warranty or additional liability.
|
24312
|
-
|
24313
|
-
END OF TERMS AND CONDITIONS
|
24314
|
-
|
24315
|
-
APPENDIX: How to apply the Apache License to your work.
|
24316
|
-
|
24317
|
-
To apply the Apache License to your work, attach the following
|
24318
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
24319
|
-
replaced with your own identifying information. (Don't include
|
24320
|
-
the brackets!) The text should be enclosed in the appropriate
|
24321
|
-
comment syntax for the file format. We also recommend that a
|
24322
|
-
file or class name and description of purpose be included on the
|
24323
|
-
same "printed page" as the copyright notice for easier
|
24324
|
-
identification within third-party archives.
|
24325
|
-
|
24326
|
-
Copyright [yyyy] [name of copyright owner]
|
24327
|
-
|
24328
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
24329
|
-
you may not use this file except in compliance with the License.
|
24330
|
-
You may obtain a copy of the License at
|
24138
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
24139
|
+
a copy of this software and associated documentation files (the
|
24140
|
+
"Software"), to deal in the Software without restriction, including
|
24141
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
24142
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
24143
|
+
permit persons to whom the Software is furnished to do so, subject to
|
24144
|
+
the following conditions:
|
24331
24145
|
|
24332
|
-
|
24146
|
+
The above copyright notice and this permission notice shall be
|
24147
|
+
included in all copies or substantial portions of the Software.
|
24333
24148
|
|
24334
|
-
|
24335
|
-
|
24336
|
-
|
24337
|
-
|
24338
|
-
|
24149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
24150
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
24151
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
24152
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
24153
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
24154
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24155
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24339
24156
|
|
24340
24157
|
================================================================================
|
24341
|
-
|
24158
|
+
now LICENSE
|
24342
24159
|
================================================================================
|
24343
24160
|
|
24344
|
-
|
24161
|
+
MIT License
|
24345
24162
|
|
24346
|
-
|
24163
|
+
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
24347
24164
|
|
24348
|
-
|
24165
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24166
|
+
of this software and associated documentation files (the "Software"), to deal
|
24167
|
+
in the Software without restriction, including without limitation the rights
|
24168
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24169
|
+
copies of the Software, and to permit persons to whom the Software is
|
24170
|
+
furnished to do so, subject to the following conditions:
|
24349
24171
|
|
24350
|
-
|
24172
|
+
The above copyright notice and this permission notice shall be included in all
|
24173
|
+
copies or substantial portions of the Software.
|
24174
|
+
|
24175
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24176
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24177
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24178
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24179
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24180
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24181
|
+
SOFTWARE.
|
24351
24182
|
|
24352
24183
|
================================================================================
|
24353
|
-
|
24354
|
-
================================================================================
|
24355
|
-
|
24356
|
-
|
24357
|
-
Apache License
|
24358
|
-
Version 2.0, January 2004
|
24359
|
-
http://www.apache.org/licenses/
|
24360
|
-
|
24361
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24362
|
-
|
24363
|
-
1. Definitions.
|
24364
|
-
|
24365
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24366
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24367
|
-
|
24368
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24369
|
-
the copyright owner that is granting the License.
|
24370
|
-
|
24371
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24372
|
-
other entities that control, are controlled by, or are under common
|
24373
|
-
control with that entity. For the purposes of this definition,
|
24374
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24375
|
-
direction or management of such entity, whether by contract or
|
24376
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24377
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24378
|
-
|
24379
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24380
|
-
exercising permissions granted by this License.
|
24381
|
-
|
24382
|
-
"Source" form shall mean the preferred form for making modifications,
|
24383
|
-
including but not limited to software source code, documentation
|
24384
|
-
source, and configuration files.
|
24385
|
-
|
24386
|
-
"Object" form shall mean any form resulting from mechanical
|
24387
|
-
transformation or translation of a Source form, including but
|
24388
|
-
not limited to compiled object code, generated documentation,
|
24389
|
-
and conversions to other media types.
|
24390
|
-
|
24391
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24392
|
-
Object form, made available under the License, as indicated by a
|
24393
|
-
copyright notice that is included in or attached to the work
|
24394
|
-
(an example is provided in the Appendix below).
|
24395
|
-
|
24396
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24397
|
-
form, that is based on (or derived from) the Work and for which the
|
24398
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24399
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24400
|
-
of this License, Derivative Works shall not include works that remain
|
24401
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24402
|
-
the Work and Derivative Works thereof.
|
24403
|
-
|
24404
|
-
"Contribution" shall mean any work of authorship, including
|
24405
|
-
the original version of the Work and any modifications or additions
|
24406
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24407
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24408
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24409
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24410
|
-
means any form of electronic, verbal, or written communication sent
|
24411
|
-
to the Licensor or its representatives, including but not limited to
|
24412
|
-
communication on electronic mailing lists, source code control systems,
|
24413
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24414
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24415
|
-
excluding communication that is conspicuously marked or otherwise
|
24416
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24417
|
-
|
24418
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24419
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24420
|
-
subsequently incorporated within the Work.
|
24421
|
-
|
24422
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24423
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24424
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24425
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24426
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24427
|
-
Work and such Derivative Works in Source or Object form.
|
24428
|
-
|
24429
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24430
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24431
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24432
|
-
(except as stated in this section) patent license to make, have made,
|
24433
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24434
|
-
where such license applies only to those patent claims licensable
|
24435
|
-
by such Contributor that are necessarily infringed by their
|
24436
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24437
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24438
|
-
institute patent litigation against any entity (including a
|
24439
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24440
|
-
or a Contribution incorporated within the Work constitutes direct
|
24441
|
-
or contributory patent infringement, then any patent licenses
|
24442
|
-
granted to You under this License for that Work shall terminate
|
24443
|
-
as of the date such litigation is filed.
|
24444
|
-
|
24445
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24446
|
-
Work or Derivative Works thereof in any medium, with or without
|
24447
|
-
modifications, and in Source or Object form, provided that You
|
24448
|
-
meet the following conditions:
|
24449
|
-
|
24450
|
-
(a) You must give any other recipients of the Work or
|
24451
|
-
Derivative Works a copy of this License; and
|
24452
|
-
|
24453
|
-
(b) You must cause any modified files to carry prominent notices
|
24454
|
-
stating that You changed the files; and
|
24455
|
-
|
24456
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24457
|
-
that You distribute, all copyright, patent, trademark, and
|
24458
|
-
attribution notices from the Source form of the Work,
|
24459
|
-
excluding those notices that do not pertain to any part of
|
24460
|
-
the Derivative Works; and
|
24461
|
-
|
24462
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24463
|
-
distribution, then any Derivative Works that You distribute must
|
24464
|
-
include a readable copy of the attribution notices contained
|
24465
|
-
within such NOTICE file, excluding those notices that do not
|
24466
|
-
pertain to any part of the Derivative Works, in at least one
|
24467
|
-
of the following places: within a NOTICE text file distributed
|
24468
|
-
as part of the Derivative Works; within the Source form or
|
24469
|
-
documentation, if provided along with the Derivative Works; or,
|
24470
|
-
within a display generated by the Derivative Works, if and
|
24471
|
-
wherever such third-party notices normally appear. The contents
|
24472
|
-
of the NOTICE file are for informational purposes only and
|
24473
|
-
do not modify the License. You may add Your own attribution
|
24474
|
-
notices within Derivative Works that You distribute, alongside
|
24475
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24476
|
-
that such additional attribution notices cannot be construed
|
24477
|
-
as modifying the License.
|
24478
|
-
|
24479
|
-
You may add Your own copyright statement to Your modifications and
|
24480
|
-
may provide additional or different license terms and conditions
|
24481
|
-
for use, reproduction, or distribution of Your modifications, or
|
24482
|
-
for any such Derivative Works as a whole, provided Your use,
|
24483
|
-
reproduction, and distribution of the Work otherwise complies with
|
24484
|
-
the conditions stated in this License.
|
24485
|
-
|
24486
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24487
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24488
|
-
by You to the Licensor shall be under the terms and conditions of
|
24489
|
-
this License, without any additional terms or conditions.
|
24490
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24491
|
-
the terms of any separate license agreement you may have executed
|
24492
|
-
with Licensor regarding such Contributions.
|
24493
|
-
|
24494
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24495
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24496
|
-
except as required for reasonable and customary use in describing the
|
24497
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24498
|
-
|
24499
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24500
|
-
agreed to in writing, Licensor provides the Work (and each
|
24501
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24502
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24503
|
-
implied, including, without limitation, any warranties or conditions
|
24504
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24505
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24506
|
-
appropriateness of using or redistributing the Work and assume any
|
24507
|
-
risks associated with Your exercise of permissions under this License.
|
24508
|
-
|
24509
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24510
|
-
whether in tort (including negligence), contract, or otherwise,
|
24511
|
-
unless required by applicable law (such as deliberate and grossly
|
24512
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24513
|
-
liable to You for damages, including any direct, indirect, special,
|
24514
|
-
incidental, or consequential damages of any character arising as a
|
24515
|
-
result of this License or out of the use or inability to use the
|
24516
|
-
Work (including but not limited to damages for loss of goodwill,
|
24517
|
-
work stoppage, computer failure or malfunction, or any and all
|
24518
|
-
other commercial damages or losses), even if such Contributor
|
24519
|
-
has been advised of the possibility of such damages.
|
24520
|
-
|
24521
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24522
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24523
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24524
|
-
or other liability obligations and/or rights consistent with this
|
24525
|
-
License. However, in accepting such obligations, You may act only
|
24526
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24527
|
-
of any other Contributor, and only if You agree to indemnify,
|
24528
|
-
defend, and hold each Contributor harmless for any liability
|
24529
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24530
|
-
of your accepting any such warranty or additional liability.
|
24531
|
-
|
24532
|
-
END OF TERMS AND CONDITIONS
|
24533
|
-
|
24534
|
-
APPENDIX: How to apply the Apache License to your work.
|
24535
|
-
|
24536
|
-
To apply the Apache License to your work, attach the following
|
24537
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
24538
|
-
replaced with your own identifying information. (Don't include
|
24539
|
-
the brackets!) The text should be enclosed in the appropriate
|
24540
|
-
comment syntax for the file format. We also recommend that a
|
24541
|
-
file or class name and description of purpose be included on the
|
24542
|
-
same "printed page" as the copyright notice for easier
|
24543
|
-
identification within third-party archives.
|
24544
|
-
|
24545
|
-
Copyright [yyyy] [name of copyright owner]
|
24546
|
-
|
24547
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
24548
|
-
you may not use this file except in compliance with the License.
|
24549
|
-
You may obtain a copy of the License at
|
24550
|
-
|
24551
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
24552
|
-
|
24553
|
-
Unless required by applicable law or agreed to in writing, software
|
24554
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
24555
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
24556
|
-
See the License for the specific language governing permissions and
|
24557
|
-
limitations under the License.
|
24558
|
-
|
24559
|
-
================================================================================
|
24560
|
-
multiversion-macros LICENSE-MIT
|
24561
|
-
================================================================================
|
24562
|
-
|
24563
|
-
Copyright 2019 Caleb Zulawski
|
24564
|
-
|
24565
|
-
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:
|
24566
|
-
|
24567
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
24568
|
-
|
24569
|
-
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.
|
24570
|
-
|
24571
|
-
================================================================================
|
24572
|
-
nom LICENSE
|
24573
|
-
================================================================================
|
24574
|
-
|
24575
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
24576
|
-
|
24577
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
24578
|
-
a copy of this software and associated documentation files (the
|
24579
|
-
"Software"), to deal in the Software without restriction, including
|
24580
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
24581
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
24582
|
-
permit persons to whom the Software is furnished to do so, subject to
|
24583
|
-
the following conditions:
|
24584
|
-
|
24585
|
-
The above copyright notice and this permission notice shall be
|
24586
|
-
included in all copies or substantial portions of the Software.
|
24587
|
-
|
24588
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
24589
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
24590
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
24591
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
24592
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
24593
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24594
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24595
|
-
|
24596
|
-
================================================================================
|
24597
|
-
now LICENSE
|
24598
|
-
================================================================================
|
24599
|
-
|
24600
|
-
MIT License
|
24601
|
-
|
24602
|
-
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
24603
|
-
|
24604
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24605
|
-
of this software and associated documentation files (the "Software"), to deal
|
24606
|
-
in the Software without restriction, including without limitation the rights
|
24607
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24608
|
-
copies of the Software, and to permit persons to whom the Software is
|
24609
|
-
furnished to do so, subject to the following conditions:
|
24610
|
-
|
24611
|
-
The above copyright notice and this permission notice shall be included in all
|
24612
|
-
copies or substantial portions of the Software.
|
24613
|
-
|
24614
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24615
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24616
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24617
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24618
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24619
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24620
|
-
SOFTWARE.
|
24621
|
-
|
24622
|
-
================================================================================
|
24623
|
-
ntapi LICENSE-APACHE
|
24184
|
+
ntapi LICENSE-APACHE
|
24624
24185
|
================================================================================
|
24625
24186
|
|
24626
24187
|
Apache License
|
@@ -27260,33 +26821,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
27260
26821
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27261
26822
|
DEALINGS IN THE SOFTWARE.
|
27262
26823
|
|
27263
|
-
================================================================================
|
27264
|
-
planus LICENSE-MIT
|
27265
|
-
================================================================================
|
27266
|
-
|
27267
|
-
MIT License
|
27268
|
-
|
27269
|
-
Copyright (c) 2021 The Planus Project Developers
|
27270
|
-
|
27271
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
27272
|
-
of this software and associated documentation files (the "Software"), to deal
|
27273
|
-
in the Software without restriction, including without limitation the rights
|
27274
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
27275
|
-
copies of the Software, and to permit persons to whom the Software is
|
27276
|
-
furnished to do so, subject to the following conditions:
|
27277
|
-
|
27278
|
-
The above copyright notice and this permission notice shall be included in all
|
27279
|
-
copies or substantial portions of the Software.
|
27280
|
-
|
27281
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27282
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27283
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27284
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
27285
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27286
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27287
|
-
SOFTWARE.
|
27288
|
-
|
27289
|
-
|
27290
26824
|
================================================================================
|
27291
26825
|
planus LICENSE-APACHE
|
27292
26826
|
================================================================================
|
@@ -27469,6 +27003,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
27469
27003
|
END OF TERMS AND CONDITIONS
|
27470
27004
|
|
27471
27005
|
|
27006
|
+
================================================================================
|
27007
|
+
planus LICENSE-MIT
|
27008
|
+
================================================================================
|
27009
|
+
|
27010
|
+
MIT License
|
27011
|
+
|
27012
|
+
Copyright (c) 2021 The Planus Project Developers
|
27013
|
+
|
27014
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
27015
|
+
of this software and associated documentation files (the "Software"), to deal
|
27016
|
+
in the Software without restriction, including without limitation the rights
|
27017
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
27018
|
+
copies of the Software, and to permit persons to whom the Software is
|
27019
|
+
furnished to do so, subject to the following conditions:
|
27020
|
+
|
27021
|
+
The above copyright notice and this permission notice shall be included in all
|
27022
|
+
copies or substantial portions of the Software.
|
27023
|
+
|
27024
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27025
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27026
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27027
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
27028
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27029
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27030
|
+
SOFTWARE.
|
27031
|
+
|
27032
|
+
|
27472
27033
|
================================================================================
|
27473
27034
|
polars LICENSE
|
27474
27035
|
================================================================================
|
@@ -38130,7 +37691,7 @@ siphasher COPYING
|
|
38130
37691
|
================================================================================
|
38131
37692
|
|
38132
37693
|
Copyright 2012-2016 The Rust Project Developers.
|
38133
|
-
Copyright 2016-
|
37694
|
+
Copyright 2016-2024 Frank Denis.
|
38134
37695
|
|
38135
37696
|
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
38136
37697
|
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
@@ -40876,241 +40437,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
40876
40437
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
40877
40438
|
|
40878
40439
|
================================================================================
|
40879
|
-
syn
|
40880
|
-
================================================================================
|
40881
|
-
|
40882
|
-
Apache License
|
40883
|
-
Version 2.0, January 2004
|
40884
|
-
http://www.apache.org/licenses/
|
40885
|
-
|
40886
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
40887
|
-
|
40888
|
-
1. Definitions.
|
40889
|
-
|
40890
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
40891
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
40892
|
-
|
40893
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
40894
|
-
the copyright owner that is granting the License.
|
40895
|
-
|
40896
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
40897
|
-
other entities that control, are controlled by, or are under common
|
40898
|
-
control with that entity. For the purposes of this definition,
|
40899
|
-
"control" means (i) the power, direct or indirect, to cause the
|
40900
|
-
direction or management of such entity, whether by contract or
|
40901
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
40902
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
40903
|
-
|
40904
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
40905
|
-
exercising permissions granted by this License.
|
40906
|
-
|
40907
|
-
"Source" form shall mean the preferred form for making modifications,
|
40908
|
-
including but not limited to software source code, documentation
|
40909
|
-
source, and configuration files.
|
40910
|
-
|
40911
|
-
"Object" form shall mean any form resulting from mechanical
|
40912
|
-
transformation or translation of a Source form, including but
|
40913
|
-
not limited to compiled object code, generated documentation,
|
40914
|
-
and conversions to other media types.
|
40915
|
-
|
40916
|
-
"Work" shall mean the work of authorship, whether in Source or
|
40917
|
-
Object form, made available under the License, as indicated by a
|
40918
|
-
copyright notice that is included in or attached to the work
|
40919
|
-
(an example is provided in the Appendix below).
|
40920
|
-
|
40921
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
40922
|
-
form, that is based on (or derived from) the Work and for which the
|
40923
|
-
editorial revisions, annotations, elaborations, or other modifications
|
40924
|
-
represent, as a whole, an original work of authorship. For the purposes
|
40925
|
-
of this License, Derivative Works shall not include works that remain
|
40926
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
40927
|
-
the Work and Derivative Works thereof.
|
40928
|
-
|
40929
|
-
"Contribution" shall mean any work of authorship, including
|
40930
|
-
the original version of the Work and any modifications or additions
|
40931
|
-
to that Work or Derivative Works thereof, that is intentionally
|
40932
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
40933
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
40934
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
40935
|
-
means any form of electronic, verbal, or written communication sent
|
40936
|
-
to the Licensor or its representatives, including but not limited to
|
40937
|
-
communication on electronic mailing lists, source code control systems,
|
40938
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
40939
|
-
Licensor for the purpose of discussing and improving the Work, but
|
40940
|
-
excluding communication that is conspicuously marked or otherwise
|
40941
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
40942
|
-
|
40943
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
40944
|
-
on behalf of whom a Contribution has been received by Licensor and
|
40945
|
-
subsequently incorporated within the Work.
|
40946
|
-
|
40947
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
40948
|
-
this License, each Contributor hereby grants to You a perpetual,
|
40949
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
40950
|
-
copyright license to reproduce, prepare Derivative Works of,
|
40951
|
-
publicly display, publicly perform, sublicense, and distribute the
|
40952
|
-
Work and such Derivative Works in Source or Object form.
|
40953
|
-
|
40954
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
40955
|
-
this License, each Contributor hereby grants to You a perpetual,
|
40956
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
40957
|
-
(except as stated in this section) patent license to make, have made,
|
40958
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
40959
|
-
where such license applies only to those patent claims licensable
|
40960
|
-
by such Contributor that are necessarily infringed by their
|
40961
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
40962
|
-
with the Work to which such Contribution(s) was submitted. If You
|
40963
|
-
institute patent litigation against any entity (including a
|
40964
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
40965
|
-
or a Contribution incorporated within the Work constitutes direct
|
40966
|
-
or contributory patent infringement, then any patent licenses
|
40967
|
-
granted to You under this License for that Work shall terminate
|
40968
|
-
as of the date such litigation is filed.
|
40969
|
-
|
40970
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
40971
|
-
Work or Derivative Works thereof in any medium, with or without
|
40972
|
-
modifications, and in Source or Object form, provided that You
|
40973
|
-
meet the following conditions:
|
40974
|
-
|
40975
|
-
(a) You must give any other recipients of the Work or
|
40976
|
-
Derivative Works a copy of this License; and
|
40977
|
-
|
40978
|
-
(b) You must cause any modified files to carry prominent notices
|
40979
|
-
stating that You changed the files; and
|
40980
|
-
|
40981
|
-
(c) You must retain, in the Source form of any Derivative Works
|
40982
|
-
that You distribute, all copyright, patent, trademark, and
|
40983
|
-
attribution notices from the Source form of the Work,
|
40984
|
-
excluding those notices that do not pertain to any part of
|
40985
|
-
the Derivative Works; and
|
40986
|
-
|
40987
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
40988
|
-
distribution, then any Derivative Works that You distribute must
|
40989
|
-
include a readable copy of the attribution notices contained
|
40990
|
-
within such NOTICE file, excluding those notices that do not
|
40991
|
-
pertain to any part of the Derivative Works, in at least one
|
40992
|
-
of the following places: within a NOTICE text file distributed
|
40993
|
-
as part of the Derivative Works; within the Source form or
|
40994
|
-
documentation, if provided along with the Derivative Works; or,
|
40995
|
-
within a display generated by the Derivative Works, if and
|
40996
|
-
wherever such third-party notices normally appear. The contents
|
40997
|
-
of the NOTICE file are for informational purposes only and
|
40998
|
-
do not modify the License. You may add Your own attribution
|
40999
|
-
notices within Derivative Works that You distribute, alongside
|
41000
|
-
or as an addendum to the NOTICE text from the Work, provided
|
41001
|
-
that such additional attribution notices cannot be construed
|
41002
|
-
as modifying the License.
|
41003
|
-
|
41004
|
-
You may add Your own copyright statement to Your modifications and
|
41005
|
-
may provide additional or different license terms and conditions
|
41006
|
-
for use, reproduction, or distribution of Your modifications, or
|
41007
|
-
for any such Derivative Works as a whole, provided Your use,
|
41008
|
-
reproduction, and distribution of the Work otherwise complies with
|
41009
|
-
the conditions stated in this License.
|
41010
|
-
|
41011
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
41012
|
-
any Contribution intentionally submitted for inclusion in the Work
|
41013
|
-
by You to the Licensor shall be under the terms and conditions of
|
41014
|
-
this License, without any additional terms or conditions.
|
41015
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
41016
|
-
the terms of any separate license agreement you may have executed
|
41017
|
-
with Licensor regarding such Contributions.
|
41018
|
-
|
41019
|
-
6. Trademarks. This License does not grant permission to use the trade
|
41020
|
-
names, trademarks, service marks, or product names of the Licensor,
|
41021
|
-
except as required for reasonable and customary use in describing the
|
41022
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
41023
|
-
|
41024
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
41025
|
-
agreed to in writing, Licensor provides the Work (and each
|
41026
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
41027
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
41028
|
-
implied, including, without limitation, any warranties or conditions
|
41029
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
41030
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
41031
|
-
appropriateness of using or redistributing the Work and assume any
|
41032
|
-
risks associated with Your exercise of permissions under this License.
|
41033
|
-
|
41034
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
41035
|
-
whether in tort (including negligence), contract, or otherwise,
|
41036
|
-
unless required by applicable law (such as deliberate and grossly
|
41037
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
41038
|
-
liable to You for damages, including any direct, indirect, special,
|
41039
|
-
incidental, or consequential damages of any character arising as a
|
41040
|
-
result of this License or out of the use or inability to use the
|
41041
|
-
Work (including but not limited to damages for loss of goodwill,
|
41042
|
-
work stoppage, computer failure or malfunction, or any and all
|
41043
|
-
other commercial damages or losses), even if such Contributor
|
41044
|
-
has been advised of the possibility of such damages.
|
41045
|
-
|
41046
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
41047
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
41048
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
41049
|
-
or other liability obligations and/or rights consistent with this
|
41050
|
-
License. However, in accepting such obligations, You may act only
|
41051
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
41052
|
-
of any other Contributor, and only if You agree to indemnify,
|
41053
|
-
defend, and hold each Contributor harmless for any liability
|
41054
|
-
incurred by, or claims asserted against, such Contributor by reason
|
41055
|
-
of your accepting any such warranty or additional liability.
|
41056
|
-
|
41057
|
-
END OF TERMS AND CONDITIONS
|
41058
|
-
|
41059
|
-
APPENDIX: How to apply the Apache License to your work.
|
41060
|
-
|
41061
|
-
To apply the Apache License to your work, attach the following
|
41062
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
41063
|
-
replaced with your own identifying information. (Don't include
|
41064
|
-
the brackets!) The text should be enclosed in the appropriate
|
41065
|
-
comment syntax for the file format. We also recommend that a
|
41066
|
-
file or class name and description of purpose be included on the
|
41067
|
-
same "printed page" as the copyright notice for easier
|
41068
|
-
identification within third-party archives.
|
41069
|
-
|
41070
|
-
Copyright [yyyy] [name of copyright owner]
|
41071
|
-
|
41072
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
41073
|
-
you may not use this file except in compliance with the License.
|
41074
|
-
You may obtain a copy of the License at
|
41075
|
-
|
41076
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
41077
|
-
|
41078
|
-
Unless required by applicable law or agreed to in writing, software
|
41079
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
41080
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
41081
|
-
See the License for the specific language governing permissions and
|
41082
|
-
limitations under the License.
|
41083
|
-
|
41084
|
-
================================================================================
|
41085
|
-
syn v1.0.109 LICENSE-MIT
|
41086
|
-
================================================================================
|
41087
|
-
|
41088
|
-
Permission is hereby granted, free of charge, to any
|
41089
|
-
person obtaining a copy of this software and associated
|
41090
|
-
documentation files (the "Software"), to deal in the
|
41091
|
-
Software without restriction, including without
|
41092
|
-
limitation the rights to use, copy, modify, merge,
|
41093
|
-
publish, distribute, sublicense, and/or sell copies of
|
41094
|
-
the Software, and to permit persons to whom the Software
|
41095
|
-
is furnished to do so, subject to the following
|
41096
|
-
conditions:
|
41097
|
-
|
41098
|
-
The above copyright notice and this permission notice
|
41099
|
-
shall be included in all copies or substantial portions
|
41100
|
-
of the Software.
|
41101
|
-
|
41102
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
41103
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
41104
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
41105
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
41106
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
41107
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
41108
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
41109
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
41110
|
-
DEALINGS IN THE SOFTWARE.
|
41111
|
-
|
41112
|
-
================================================================================
|
41113
|
-
syn v2.0.93 LICENSE-APACHE
|
40440
|
+
syn LICENSE-APACHE
|
41114
40441
|
================================================================================
|
41115
40442
|
|
41116
40443
|
Apache License
|
@@ -41291,7 +40618,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
41291
40618
|
END OF TERMS AND CONDITIONS
|
41292
40619
|
|
41293
40620
|
================================================================================
|
41294
|
-
syn
|
40621
|
+
syn LICENSE-MIT
|
41295
40622
|
================================================================================
|
41296
40623
|
|
41297
40624
|
Permission is hereby granted, free of charge, to any
|
@@ -41539,225 +40866,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
41539
40866
|
SOFTWARE.
|
41540
40867
|
|
41541
40868
|
|
41542
|
-
================================================================================
|
41543
|
-
target-features LICENSE-APACHE
|
41544
|
-
================================================================================
|
41545
|
-
|
41546
|
-
|
41547
|
-
Apache License
|
41548
|
-
Version 2.0, January 2004
|
41549
|
-
http://www.apache.org/licenses/
|
41550
|
-
|
41551
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
41552
|
-
|
41553
|
-
1. Definitions.
|
41554
|
-
|
41555
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
41556
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
41557
|
-
|
41558
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
41559
|
-
the copyright owner that is granting the License.
|
41560
|
-
|
41561
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
41562
|
-
other entities that control, are controlled by, or are under common
|
41563
|
-
control with that entity. For the purposes of this definition,
|
41564
|
-
"control" means (i) the power, direct or indirect, to cause the
|
41565
|
-
direction or management of such entity, whether by contract or
|
41566
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
41567
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
41568
|
-
|
41569
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
41570
|
-
exercising permissions granted by this License.
|
41571
|
-
|
41572
|
-
"Source" form shall mean the preferred form for making modifications,
|
41573
|
-
including but not limited to software source code, documentation
|
41574
|
-
source, and configuration files.
|
41575
|
-
|
41576
|
-
"Object" form shall mean any form resulting from mechanical
|
41577
|
-
transformation or translation of a Source form, including but
|
41578
|
-
not limited to compiled object code, generated documentation,
|
41579
|
-
and conversions to other media types.
|
41580
|
-
|
41581
|
-
"Work" shall mean the work of authorship, whether in Source or
|
41582
|
-
Object form, made available under the License, as indicated by a
|
41583
|
-
copyright notice that is included in or attached to the work
|
41584
|
-
(an example is provided in the Appendix below).
|
41585
|
-
|
41586
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
41587
|
-
form, that is based on (or derived from) the Work and for which the
|
41588
|
-
editorial revisions, annotations, elaborations, or other modifications
|
41589
|
-
represent, as a whole, an original work of authorship. For the purposes
|
41590
|
-
of this License, Derivative Works shall not include works that remain
|
41591
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
41592
|
-
the Work and Derivative Works thereof.
|
41593
|
-
|
41594
|
-
"Contribution" shall mean any work of authorship, including
|
41595
|
-
the original version of the Work and any modifications or additions
|
41596
|
-
to that Work or Derivative Works thereof, that is intentionally
|
41597
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
41598
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
41599
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
41600
|
-
means any form of electronic, verbal, or written communication sent
|
41601
|
-
to the Licensor or its representatives, including but not limited to
|
41602
|
-
communication on electronic mailing lists, source code control systems,
|
41603
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
41604
|
-
Licensor for the purpose of discussing and improving the Work, but
|
41605
|
-
excluding communication that is conspicuously marked or otherwise
|
41606
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
41607
|
-
|
41608
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
41609
|
-
on behalf of whom a Contribution has been received by Licensor and
|
41610
|
-
subsequently incorporated within the Work.
|
41611
|
-
|
41612
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
41613
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41614
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41615
|
-
copyright license to reproduce, prepare Derivative Works of,
|
41616
|
-
publicly display, publicly perform, sublicense, and distribute the
|
41617
|
-
Work and such Derivative Works in Source or Object form.
|
41618
|
-
|
41619
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
41620
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41621
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41622
|
-
(except as stated in this section) patent license to make, have made,
|
41623
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
41624
|
-
where such license applies only to those patent claims licensable
|
41625
|
-
by such Contributor that are necessarily infringed by their
|
41626
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
41627
|
-
with the Work to which such Contribution(s) was submitted. If You
|
41628
|
-
institute patent litigation against any entity (including a
|
41629
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
41630
|
-
or a Contribution incorporated within the Work constitutes direct
|
41631
|
-
or contributory patent infringement, then any patent licenses
|
41632
|
-
granted to You under this License for that Work shall terminate
|
41633
|
-
as of the date such litigation is filed.
|
41634
|
-
|
41635
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
41636
|
-
Work or Derivative Works thereof in any medium, with or without
|
41637
|
-
modifications, and in Source or Object form, provided that You
|
41638
|
-
meet the following conditions:
|
41639
|
-
|
41640
|
-
(a) You must give any other recipients of the Work or
|
41641
|
-
Derivative Works a copy of this License; and
|
41642
|
-
|
41643
|
-
(b) You must cause any modified files to carry prominent notices
|
41644
|
-
stating that You changed the files; and
|
41645
|
-
|
41646
|
-
(c) You must retain, in the Source form of any Derivative Works
|
41647
|
-
that You distribute, all copyright, patent, trademark, and
|
41648
|
-
attribution notices from the Source form of the Work,
|
41649
|
-
excluding those notices that do not pertain to any part of
|
41650
|
-
the Derivative Works; and
|
41651
|
-
|
41652
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
41653
|
-
distribution, then any Derivative Works that You distribute must
|
41654
|
-
include a readable copy of the attribution notices contained
|
41655
|
-
within such NOTICE file, excluding those notices that do not
|
41656
|
-
pertain to any part of the Derivative Works, in at least one
|
41657
|
-
of the following places: within a NOTICE text file distributed
|
41658
|
-
as part of the Derivative Works; within the Source form or
|
41659
|
-
documentation, if provided along with the Derivative Works; or,
|
41660
|
-
within a display generated by the Derivative Works, if and
|
41661
|
-
wherever such third-party notices normally appear. The contents
|
41662
|
-
of the NOTICE file are for informational purposes only and
|
41663
|
-
do not modify the License. You may add Your own attribution
|
41664
|
-
notices within Derivative Works that You distribute, alongside
|
41665
|
-
or as an addendum to the NOTICE text from the Work, provided
|
41666
|
-
that such additional attribution notices cannot be construed
|
41667
|
-
as modifying the License.
|
41668
|
-
|
41669
|
-
You may add Your own copyright statement to Your modifications and
|
41670
|
-
may provide additional or different license terms and conditions
|
41671
|
-
for use, reproduction, or distribution of Your modifications, or
|
41672
|
-
for any such Derivative Works as a whole, provided Your use,
|
41673
|
-
reproduction, and distribution of the Work otherwise complies with
|
41674
|
-
the conditions stated in this License.
|
41675
|
-
|
41676
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
41677
|
-
any Contribution intentionally submitted for inclusion in the Work
|
41678
|
-
by You to the Licensor shall be under the terms and conditions of
|
41679
|
-
this License, without any additional terms or conditions.
|
41680
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
41681
|
-
the terms of any separate license agreement you may have executed
|
41682
|
-
with Licensor regarding such Contributions.
|
41683
|
-
|
41684
|
-
6. Trademarks. This License does not grant permission to use the trade
|
41685
|
-
names, trademarks, service marks, or product names of the Licensor,
|
41686
|
-
except as required for reasonable and customary use in describing the
|
41687
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
41688
|
-
|
41689
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
41690
|
-
agreed to in writing, Licensor provides the Work (and each
|
41691
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
41692
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
41693
|
-
implied, including, without limitation, any warranties or conditions
|
41694
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
41695
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
41696
|
-
appropriateness of using or redistributing the Work and assume any
|
41697
|
-
risks associated with Your exercise of permissions under this License.
|
41698
|
-
|
41699
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
41700
|
-
whether in tort (including negligence), contract, or otherwise,
|
41701
|
-
unless required by applicable law (such as deliberate and grossly
|
41702
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
41703
|
-
liable to You for damages, including any direct, indirect, special,
|
41704
|
-
incidental, or consequential damages of any character arising as a
|
41705
|
-
result of this License or out of the use or inability to use the
|
41706
|
-
Work (including but not limited to damages for loss of goodwill,
|
41707
|
-
work stoppage, computer failure or malfunction, or any and all
|
41708
|
-
other commercial damages or losses), even if such Contributor
|
41709
|
-
has been advised of the possibility of such damages.
|
41710
|
-
|
41711
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
41712
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
41713
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
41714
|
-
or other liability obligations and/or rights consistent with this
|
41715
|
-
License. However, in accepting such obligations, You may act only
|
41716
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
41717
|
-
of any other Contributor, and only if You agree to indemnify,
|
41718
|
-
defend, and hold each Contributor harmless for any liability
|
41719
|
-
incurred by, or claims asserted against, such Contributor by reason
|
41720
|
-
of your accepting any such warranty or additional liability.
|
41721
|
-
|
41722
|
-
END OF TERMS AND CONDITIONS
|
41723
|
-
|
41724
|
-
APPENDIX: How to apply the Apache License to your work.
|
41725
|
-
|
41726
|
-
To apply the Apache License to your work, attach the following
|
41727
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
41728
|
-
replaced with your own identifying information. (Don't include
|
41729
|
-
the brackets!) The text should be enclosed in the appropriate
|
41730
|
-
comment syntax for the file format. We also recommend that a
|
41731
|
-
file or class name and description of purpose be included on the
|
41732
|
-
same "printed page" as the copyright notice for easier
|
41733
|
-
identification within third-party archives.
|
41734
|
-
|
41735
|
-
Copyright [yyyy] [name of copyright owner]
|
41736
|
-
|
41737
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
41738
|
-
you may not use this file except in compliance with the License.
|
41739
|
-
You may obtain a copy of the License at
|
41740
|
-
|
41741
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
41742
|
-
|
41743
|
-
Unless required by applicable law or agreed to in writing, software
|
41744
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
41745
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
41746
|
-
See the License for the specific language governing permissions and
|
41747
|
-
limitations under the License.
|
41748
|
-
|
41749
|
-
================================================================================
|
41750
|
-
target-features LICENSE-MIT
|
41751
|
-
================================================================================
|
41752
|
-
|
41753
|
-
Copyright 2022 Caleb Zulawski
|
41754
|
-
|
41755
|
-
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:
|
41756
|
-
|
41757
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
41758
|
-
|
41759
|
-
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.
|
41760
|
-
|
41761
40869
|
================================================================================
|
41762
40870
|
thiserror LICENSE-APACHE
|
41763
40871
|
================================================================================
|
@@ -43756,6 +42864,242 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
43756
42864
|
dealings in these Data Files or Software without prior written
|
43757
42865
|
authorization of the copyright holder.
|
43758
42866
|
|
42867
|
+
================================================================================
|
42868
|
+
unicode-normalization LICENSE-APACHE
|
42869
|
+
================================================================================
|
42870
|
+
|
42871
|
+
Apache License
|
42872
|
+
Version 2.0, January 2004
|
42873
|
+
http://www.apache.org/licenses/
|
42874
|
+
|
42875
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
42876
|
+
|
42877
|
+
1. Definitions.
|
42878
|
+
|
42879
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
42880
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
42881
|
+
|
42882
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
42883
|
+
the copyright owner that is granting the License.
|
42884
|
+
|
42885
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
42886
|
+
other entities that control, are controlled by, or are under common
|
42887
|
+
control with that entity. For the purposes of this definition,
|
42888
|
+
"control" means (i) the power, direct or indirect, to cause the
|
42889
|
+
direction or management of such entity, whether by contract or
|
42890
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
42891
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
42892
|
+
|
42893
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
42894
|
+
exercising permissions granted by this License.
|
42895
|
+
|
42896
|
+
"Source" form shall mean the preferred form for making modifications,
|
42897
|
+
including but not limited to software source code, documentation
|
42898
|
+
source, and configuration files.
|
42899
|
+
|
42900
|
+
"Object" form shall mean any form resulting from mechanical
|
42901
|
+
transformation or translation of a Source form, including but
|
42902
|
+
not limited to compiled object code, generated documentation,
|
42903
|
+
and conversions to other media types.
|
42904
|
+
|
42905
|
+
"Work" shall mean the work of authorship, whether in Source or
|
42906
|
+
Object form, made available under the License, as indicated by a
|
42907
|
+
copyright notice that is included in or attached to the work
|
42908
|
+
(an example is provided in the Appendix below).
|
42909
|
+
|
42910
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42911
|
+
form, that is based on (or derived from) the Work and for which the
|
42912
|
+
editorial revisions, annotations, elaborations, or other modifications
|
42913
|
+
represent, as a whole, an original work of authorship. For the purposes
|
42914
|
+
of this License, Derivative Works shall not include works that remain
|
42915
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
42916
|
+
the Work and Derivative Works thereof.
|
42917
|
+
|
42918
|
+
"Contribution" shall mean any work of authorship, including
|
42919
|
+
the original version of the Work and any modifications or additions
|
42920
|
+
to that Work or Derivative Works thereof, that is intentionally
|
42921
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
42922
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
42923
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
42924
|
+
means any form of electronic, verbal, or written communication sent
|
42925
|
+
to the Licensor or its representatives, including but not limited to
|
42926
|
+
communication on electronic mailing lists, source code control systems,
|
42927
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
42928
|
+
Licensor for the purpose of discussing and improving the Work, but
|
42929
|
+
excluding communication that is conspicuously marked or otherwise
|
42930
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
42931
|
+
|
42932
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
42933
|
+
on behalf of whom a Contribution has been received by Licensor and
|
42934
|
+
subsequently incorporated within the Work.
|
42935
|
+
|
42936
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
42937
|
+
this License, each Contributor hereby grants to You a perpetual,
|
42938
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42939
|
+
copyright license to reproduce, prepare Derivative Works of,
|
42940
|
+
publicly display, publicly perform, sublicense, and distribute the
|
42941
|
+
Work and such Derivative Works in Source or Object form.
|
42942
|
+
|
42943
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
42944
|
+
this License, each Contributor hereby grants to You a perpetual,
|
42945
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42946
|
+
(except as stated in this section) patent license to make, have made,
|
42947
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
42948
|
+
where such license applies only to those patent claims licensable
|
42949
|
+
by such Contributor that are necessarily infringed by their
|
42950
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
42951
|
+
with the Work to which such Contribution(s) was submitted. If You
|
42952
|
+
institute patent litigation against any entity (including a
|
42953
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
42954
|
+
or a Contribution incorporated within the Work constitutes direct
|
42955
|
+
or contributory patent infringement, then any patent licenses
|
42956
|
+
granted to You under this License for that Work shall terminate
|
42957
|
+
as of the date such litigation is filed.
|
42958
|
+
|
42959
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
42960
|
+
Work or Derivative Works thereof in any medium, with or without
|
42961
|
+
modifications, and in Source or Object form, provided that You
|
42962
|
+
meet the following conditions:
|
42963
|
+
|
42964
|
+
(a) You must give any other recipients of the Work or
|
42965
|
+
Derivative Works a copy of this License; and
|
42966
|
+
|
42967
|
+
(b) You must cause any modified files to carry prominent notices
|
42968
|
+
stating that You changed the files; and
|
42969
|
+
|
42970
|
+
(c) You must retain, in the Source form of any Derivative Works
|
42971
|
+
that You distribute, all copyright, patent, trademark, and
|
42972
|
+
attribution notices from the Source form of the Work,
|
42973
|
+
excluding those notices that do not pertain to any part of
|
42974
|
+
the Derivative Works; and
|
42975
|
+
|
42976
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
42977
|
+
distribution, then any Derivative Works that You distribute must
|
42978
|
+
include a readable copy of the attribution notices contained
|
42979
|
+
within such NOTICE file, excluding those notices that do not
|
42980
|
+
pertain to any part of the Derivative Works, in at least one
|
42981
|
+
of the following places: within a NOTICE text file distributed
|
42982
|
+
as part of the Derivative Works; within the Source form or
|
42983
|
+
documentation, if provided along with the Derivative Works; or,
|
42984
|
+
within a display generated by the Derivative Works, if and
|
42985
|
+
wherever such third-party notices normally appear. The contents
|
42986
|
+
of the NOTICE file are for informational purposes only and
|
42987
|
+
do not modify the License. You may add Your own attribution
|
42988
|
+
notices within Derivative Works that You distribute, alongside
|
42989
|
+
or as an addendum to the NOTICE text from the Work, provided
|
42990
|
+
that such additional attribution notices cannot be construed
|
42991
|
+
as modifying the License.
|
42992
|
+
|
42993
|
+
You may add Your own copyright statement to Your modifications and
|
42994
|
+
may provide additional or different license terms and conditions
|
42995
|
+
for use, reproduction, or distribution of Your modifications, or
|
42996
|
+
for any such Derivative Works as a whole, provided Your use,
|
42997
|
+
reproduction, and distribution of the Work otherwise complies with
|
42998
|
+
the conditions stated in this License.
|
42999
|
+
|
43000
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
43001
|
+
any Contribution intentionally submitted for inclusion in the Work
|
43002
|
+
by You to the Licensor shall be under the terms and conditions of
|
43003
|
+
this License, without any additional terms or conditions.
|
43004
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
43005
|
+
the terms of any separate license agreement you may have executed
|
43006
|
+
with Licensor regarding such Contributions.
|
43007
|
+
|
43008
|
+
6. Trademarks. This License does not grant permission to use the trade
|
43009
|
+
names, trademarks, service marks, or product names of the Licensor,
|
43010
|
+
except as required for reasonable and customary use in describing the
|
43011
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
43012
|
+
|
43013
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
43014
|
+
agreed to in writing, Licensor provides the Work (and each
|
43015
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
43016
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
43017
|
+
implied, including, without limitation, any warranties or conditions
|
43018
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
43019
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
43020
|
+
appropriateness of using or redistributing the Work and assume any
|
43021
|
+
risks associated with Your exercise of permissions under this License.
|
43022
|
+
|
43023
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
43024
|
+
whether in tort (including negligence), contract, or otherwise,
|
43025
|
+
unless required by applicable law (such as deliberate and grossly
|
43026
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
43027
|
+
liable to You for damages, including any direct, indirect, special,
|
43028
|
+
incidental, or consequential damages of any character arising as a
|
43029
|
+
result of this License or out of the use or inability to use the
|
43030
|
+
Work (including but not limited to damages for loss of goodwill,
|
43031
|
+
work stoppage, computer failure or malfunction, or any and all
|
43032
|
+
other commercial damages or losses), even if such Contributor
|
43033
|
+
has been advised of the possibility of such damages.
|
43034
|
+
|
43035
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
43036
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
43037
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
43038
|
+
or other liability obligations and/or rights consistent with this
|
43039
|
+
License. However, in accepting such obligations, You may act only
|
43040
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
43041
|
+
of any other Contributor, and only if You agree to indemnify,
|
43042
|
+
defend, and hold each Contributor harmless for any liability
|
43043
|
+
incurred by, or claims asserted against, such Contributor by reason
|
43044
|
+
of your accepting any such warranty or additional liability.
|
43045
|
+
|
43046
|
+
END OF TERMS AND CONDITIONS
|
43047
|
+
|
43048
|
+
APPENDIX: How to apply the Apache License to your work.
|
43049
|
+
|
43050
|
+
To apply the Apache License to your work, attach the following
|
43051
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
43052
|
+
replaced with your own identifying information. (Don't include
|
43053
|
+
the brackets!) The text should be enclosed in the appropriate
|
43054
|
+
comment syntax for the file format. We also recommend that a
|
43055
|
+
file or class name and description of purpose be included on the
|
43056
|
+
same "printed page" as the copyright notice for easier
|
43057
|
+
identification within third-party archives.
|
43058
|
+
|
43059
|
+
Copyright [yyyy] [name of copyright owner]
|
43060
|
+
|
43061
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
43062
|
+
you may not use this file except in compliance with the License.
|
43063
|
+
You may obtain a copy of the License at
|
43064
|
+
|
43065
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
43066
|
+
|
43067
|
+
Unless required by applicable law or agreed to in writing, software
|
43068
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
43069
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
43070
|
+
See the License for the specific language governing permissions and
|
43071
|
+
limitations under the License.
|
43072
|
+
|
43073
|
+
================================================================================
|
43074
|
+
unicode-normalization LICENSE-MIT
|
43075
|
+
================================================================================
|
43076
|
+
|
43077
|
+
Copyright (c) 2015 The Rust Project Developers
|
43078
|
+
|
43079
|
+
Permission is hereby granted, free of charge, to any
|
43080
|
+
person obtaining a copy of this software and associated
|
43081
|
+
documentation files (the "Software"), to deal in the
|
43082
|
+
Software without restriction, including without
|
43083
|
+
limitation the rights to use, copy, modify, merge,
|
43084
|
+
publish, distribute, sublicense, and/or sell copies of
|
43085
|
+
the Software, and to permit persons to whom the Software
|
43086
|
+
is furnished to do so, subject to the following
|
43087
|
+
conditions:
|
43088
|
+
|
43089
|
+
The above copyright notice and this permission notice
|
43090
|
+
shall be included in all copies or substantial portions
|
43091
|
+
of the Software.
|
43092
|
+
|
43093
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
43094
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
43095
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
43096
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
43097
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
43098
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
43099
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
43100
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
43101
|
+
DEALINGS IN THE SOFTWARE.
|
43102
|
+
|
43759
43103
|
================================================================================
|
43760
43104
|
unicode-reverse LICENSE-APACHE
|
43761
43105
|
================================================================================
|
@@ -46273,30 +45617,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
46273
45617
|
|
46274
45618
|
For more information, please refer to <http://unlicense.org/>
|
46275
45619
|
|
46276
|
-
================================================================================
|
46277
|
-
winapi-x86_64-pc-windows-gnu LICENSE-MIT
|
46278
|
-
================================================================================
|
46279
|
-
|
46280
|
-
Copyright (c) 2015-2018 The winapi-rs Developers
|
46281
|
-
|
46282
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
46283
|
-
of this software and associated documentation files (the "Software"), to deal
|
46284
|
-
in the Software without restriction, including without limitation the rights
|
46285
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
46286
|
-
copies of the Software, and to permit persons to whom the Software is
|
46287
|
-
furnished to do so, subject to the following conditions:
|
46288
|
-
|
46289
|
-
The above copyright notice and this permission notice shall be included in all
|
46290
|
-
copies or substantial portions of the Software.
|
46291
|
-
|
46292
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
46293
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
46294
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
46295
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
46296
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
46297
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
46298
|
-
SOFTWARE.
|
46299
|
-
|
46300
45620
|
================================================================================
|
46301
45621
|
winapi-x86_64-pc-windows-gnu LICENSE-APACHE
|
46302
45622
|
================================================================================
|
@@ -46503,6 +45823,30 @@ winapi-x86_64-pc-windows-gnu LICENSE-APACHE
|
|
46503
45823
|
See the License for the specific language governing permissions and
|
46504
45824
|
limitations under the License.
|
46505
45825
|
|
45826
|
+
================================================================================
|
45827
|
+
winapi-x86_64-pc-windows-gnu LICENSE-MIT
|
45828
|
+
================================================================================
|
45829
|
+
|
45830
|
+
Copyright (c) 2015-2018 The winapi-rs Developers
|
45831
|
+
|
45832
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
45833
|
+
of this software and associated documentation files (the "Software"), to deal
|
45834
|
+
in the Software without restriction, including without limitation the rights
|
45835
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
45836
|
+
copies of the Software, and to permit persons to whom the Software is
|
45837
|
+
furnished to do so, subject to the following conditions:
|
45838
|
+
|
45839
|
+
The above copyright notice and this permission notice shall be included in all
|
45840
|
+
copies or substantial portions of the Software.
|
45841
|
+
|
45842
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
45843
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
45844
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
45845
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
45846
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
45847
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
45848
|
+
SOFTWARE.
|
45849
|
+
|
46506
45850
|
================================================================================
|
46507
45851
|
windows license-mit
|
46508
45852
|
================================================================================
|
@@ -48413,6 +47757,30 @@ SPDX-License-Identifier: Unicode-3.0
|
|
48413
47757
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
48414
47758
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
48415
47759
|
|
47760
|
+
================================================================================
|
47761
|
+
zlib-rs LICENSE
|
47762
|
+
================================================================================
|
47763
|
+
|
47764
|
+
(C) 2024 Trifecta Tech Foundation
|
47765
|
+
|
47766
|
+
This software is provided 'as-is', without any express or implied
|
47767
|
+
warranty. In no event will the authors be held liable for any damages
|
47768
|
+
arising from the use of this software.
|
47769
|
+
|
47770
|
+
Permission is granted to anyone to use this software for any purpose,
|
47771
|
+
including commercial applications, and to alter it and redistribute it
|
47772
|
+
freely, subject to the following restrictions:
|
47773
|
+
|
47774
|
+
1. The origin of this software must not be misrepresented; you must not
|
47775
|
+
claim that you wrote the original software. If you use this software
|
47776
|
+
in a product, an acknowledgment in the product documentation would be
|
47777
|
+
appreciated but is not required.
|
47778
|
+
|
47779
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
47780
|
+
misrepresented as being the original software.
|
47781
|
+
|
47782
|
+
3. This notice may not be removed or altered from any source distribution.
|
47783
|
+
|
48416
47784
|
================================================================================
|
48417
47785
|
zstd LICENSE
|
48418
47786
|
================================================================================
|