polars-df 0.16.0-x86_64-linux-musl → 0.17.0-x86_64-linux-musl
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 +1501 -2133
- 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
|
|
@@ -434,11 +434,11 @@ idna_adapter v1.2.0
|
|
434
434
|
https://docs.rs/crate/idna_adapter/latest
|
435
435
|
Apache-2.0 OR MIT
|
436
436
|
|
437
|
-
indexmap v2.7.
|
437
|
+
indexmap v2.7.1
|
438
438
|
https://github.com/indexmap-rs/indexmap
|
439
439
|
Apache-2.0 OR MIT
|
440
440
|
|
441
|
-
ipnet v2.
|
441
|
+
ipnet v2.11.0
|
442
442
|
https://github.com/krisprice/ipnet
|
443
443
|
MIT OR Apache-2.0
|
444
444
|
|
@@ -454,10 +454,6 @@ itoa v1.0.14
|
|
454
454
|
https://github.com/dtolnay/itoa
|
455
455
|
MIT OR Apache-2.0
|
456
456
|
|
457
|
-
itoap v1.0.1
|
458
|
-
https://github.com/Kogia-sima/itoap
|
459
|
-
MIT
|
460
|
-
|
461
457
|
jemalloc-sys v0.5.4+5.3.0-patched
|
462
458
|
https://github.com/tikv/jemallocator
|
463
459
|
MIT/Apache-2.0
|
@@ -502,7 +498,11 @@ libm v0.2.11
|
|
502
498
|
https://github.com/rust-lang/libm
|
503
499
|
MIT AND (MIT OR Apache-2.0)
|
504
500
|
|
505
|
-
|
501
|
+
libz-rs-sys v0.4.1
|
502
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
503
|
+
Zlib
|
504
|
+
|
505
|
+
linux-raw-sys v0.4.15
|
506
506
|
https://github.com/sunfishcode/linux-raw-sys
|
507
507
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
508
508
|
|
@@ -514,11 +514,11 @@ lock_api v0.4.12
|
|
514
514
|
https://github.com/Amanieu/parking_lot
|
515
515
|
MIT OR Apache-2.0
|
516
516
|
|
517
|
-
log v0.4.
|
517
|
+
log v0.4.25
|
518
518
|
https://github.com/rust-lang/log
|
519
519
|
MIT OR Apache-2.0
|
520
520
|
|
521
|
-
lz4 v1.28.
|
521
|
+
lz4 v1.28.1
|
522
522
|
https://github.com/10xGenomics/lz4-rs
|
523
523
|
MIT
|
524
524
|
|
@@ -554,7 +554,7 @@ minimal-lexical v0.2.1
|
|
554
554
|
https://github.com/Alexhuszagh/minimal-lexical
|
555
555
|
MIT/Apache-2.0
|
556
556
|
|
557
|
-
miniz_oxide v0.8.
|
557
|
+
miniz_oxide v0.8.3
|
558
558
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
559
559
|
MIT OR Zlib OR Apache-2.0
|
560
560
|
|
@@ -562,14 +562,6 @@ mio v1.0.3
|
|
562
562
|
https://github.com/tokio-rs/mio
|
563
563
|
MIT
|
564
564
|
|
565
|
-
multiversion v0.7.4
|
566
|
-
https://github.com/calebzulawski/multiversion
|
567
|
-
MIT OR Apache-2.0
|
568
|
-
|
569
|
-
multiversion-macros v0.7.4
|
570
|
-
https://github.com/calebzulawski/multiversion
|
571
|
-
MIT OR Apache-2.0
|
572
|
-
|
573
565
|
nom v7.1.3
|
574
566
|
https://github.com/Geal/nom
|
575
567
|
MIT
|
@@ -590,7 +582,7 @@ once_cell v1.20.2
|
|
590
582
|
https://github.com/matklad/once_cell
|
591
583
|
MIT OR Apache-2.0
|
592
584
|
|
593
|
-
openssl-probe v0.1.
|
585
|
+
openssl-probe v0.1.6
|
594
586
|
https://github.com/alexcrichton/openssl-probe
|
595
587
|
MIT/Apache-2.0
|
596
588
|
|
@@ -610,23 +602,23 @@ percent-encoding v2.3.1
|
|
610
602
|
https://github.com/servo/rust-url/
|
611
603
|
MIT OR Apache-2.0
|
612
604
|
|
613
|
-
phf v0.11.
|
605
|
+
phf v0.11.3
|
614
606
|
https://github.com/rust-phf/rust-phf
|
615
607
|
MIT
|
616
608
|
|
617
|
-
phf_codegen v0.11.
|
609
|
+
phf_codegen v0.11.3
|
618
610
|
https://github.com/rust-phf/rust-phf
|
619
611
|
MIT
|
620
612
|
|
621
|
-
phf_generator v0.11.
|
613
|
+
phf_generator v0.11.3
|
622
614
|
https://github.com/rust-phf/rust-phf
|
623
615
|
MIT
|
624
616
|
|
625
|
-
phf_shared v0.11.
|
617
|
+
phf_shared v0.11.3
|
626
618
|
https://github.com/rust-phf/rust-phf
|
627
619
|
MIT
|
628
620
|
|
629
|
-
pin-project-lite v0.2.
|
621
|
+
pin-project-lite v0.2.16
|
630
622
|
https://github.com/taiki-e/pin-project-lite
|
631
623
|
Apache-2.0 OR MIT
|
632
624
|
|
@@ -642,54 +634,54 @@ planus v0.3.1
|
|
642
634
|
https://github.com/planus-org/planus
|
643
635
|
MIT/Apache-2.0
|
644
636
|
|
645
|
-
polars v0.
|
637
|
+
polars v0.46.0
|
646
638
|
https://www.pola.rs/
|
647
639
|
MIT
|
648
640
|
|
649
|
-
polars-arrow v0.
|
641
|
+
polars-arrow v0.46.0
|
650
642
|
https://www.pola.rs/
|
651
643
|
MIT AND Apache-2.0
|
652
644
|
|
653
645
|
polars-arrow-format v0.1.0
|
654
646
|
https://github.com/polar-rs/arrow-format
|
655
647
|
|
656
|
-
polars-compute v0.
|
648
|
+
polars-compute v0.46.0
|
657
649
|
https://www.pola.rs/
|
658
650
|
MIT
|
659
651
|
|
660
|
-
polars-core v0.
|
652
|
+
polars-core v0.46.0
|
661
653
|
https://www.pola.rs/
|
662
654
|
MIT
|
663
655
|
|
664
|
-
polars-error v0.
|
656
|
+
polars-error v0.46.0
|
665
657
|
https://www.pola.rs/
|
666
658
|
MIT
|
667
659
|
|
668
|
-
polars-expr v0.
|
660
|
+
polars-expr v0.46.0
|
669
661
|
https://www.pola.rs/
|
670
662
|
MIT
|
671
663
|
|
672
|
-
polars-io v0.
|
664
|
+
polars-io v0.46.0
|
673
665
|
https://www.pola.rs/
|
674
666
|
MIT
|
675
667
|
|
676
|
-
polars-json v0.
|
668
|
+
polars-json v0.46.0
|
677
669
|
https://www.pola.rs/
|
678
670
|
MIT
|
679
671
|
|
680
|
-
polars-lazy v0.
|
672
|
+
polars-lazy v0.46.0
|
681
673
|
https://www.pola.rs/
|
682
674
|
MIT
|
683
675
|
|
684
|
-
polars-mem-engine v0.
|
676
|
+
polars-mem-engine v0.46.0
|
685
677
|
https://www.pola.rs/
|
686
678
|
MIT
|
687
679
|
|
688
|
-
polars-ops v0.
|
680
|
+
polars-ops v0.46.0
|
689
681
|
https://www.pola.rs/
|
690
682
|
MIT
|
691
683
|
|
692
|
-
polars-parquet v0.
|
684
|
+
polars-parquet v0.46.0
|
693
685
|
https://www.pola.rs/
|
694
686
|
MIT AND Apache-2.0
|
695
687
|
|
@@ -697,35 +689,35 @@ polars-parquet-format v0.1.0
|
|
697
689
|
https://github.com/pola-rs/parquet-format
|
698
690
|
MIT AND Apache-2.0
|
699
691
|
|
700
|
-
polars-pipe v0.
|
692
|
+
polars-pipe v0.46.0
|
701
693
|
https://www.pola.rs/
|
702
694
|
MIT
|
703
695
|
|
704
|
-
polars-plan v0.
|
696
|
+
polars-plan v0.46.0
|
705
697
|
https://www.pola.rs/
|
706
698
|
MIT
|
707
699
|
|
708
|
-
polars-row v0.
|
700
|
+
polars-row v0.46.0
|
709
701
|
https://www.pola.rs/
|
710
702
|
MIT
|
711
703
|
|
712
|
-
polars-schema v0.
|
704
|
+
polars-schema v0.46.0
|
713
705
|
https://www.pola.rs/
|
714
706
|
MIT
|
715
707
|
|
716
|
-
polars-sql v0.
|
708
|
+
polars-sql v0.46.0
|
717
709
|
https://www.pola.rs/
|
718
710
|
MIT
|
719
711
|
|
720
|
-
polars-stream v0.
|
712
|
+
polars-stream v0.46.0
|
721
713
|
https://www.pola.rs/
|
722
714
|
MIT
|
723
715
|
|
724
|
-
polars-time v0.
|
716
|
+
polars-time v0.46.0
|
725
717
|
https://www.pola.rs/
|
726
718
|
MIT
|
727
719
|
|
728
|
-
polars-utils v0.
|
720
|
+
polars-utils v0.46.0
|
729
721
|
https://www.pola.rs/
|
730
722
|
MIT
|
731
723
|
|
@@ -733,7 +725,7 @@ ppv-lite86 v0.2.20
|
|
733
725
|
https://github.com/cryptocorrosion/cryptocorrosion
|
734
726
|
MIT/Apache-2.0
|
735
727
|
|
736
|
-
proc-macro2 v1.0.
|
728
|
+
proc-macro2 v1.0.93
|
737
729
|
https://github.com/dtolnay/proc-macro2
|
738
730
|
MIT OR Apache-2.0
|
739
731
|
|
@@ -741,7 +733,7 @@ psm v0.1.24
|
|
741
733
|
https://github.com/rust-lang/stacker/
|
742
734
|
MIT OR Apache-2.0
|
743
735
|
|
744
|
-
quick-xml v0.37.
|
736
|
+
quick-xml v0.37.2
|
745
737
|
https://github.com/tafia/quick-xml
|
746
738
|
MIT
|
747
739
|
|
@@ -777,7 +769,7 @@ rand_distr v0.4.3
|
|
777
769
|
https://rust-random.github.io/book
|
778
770
|
MIT OR Apache-2.0
|
779
771
|
|
780
|
-
raw-cpuid v11.
|
772
|
+
raw-cpuid v11.3.0
|
781
773
|
https://github.com/gz/rust-cpuid
|
782
774
|
MIT
|
783
775
|
|
@@ -789,11 +781,11 @@ rayon-core v1.12.1
|
|
789
781
|
https://github.com/rayon-rs/rayon
|
790
782
|
MIT OR Apache-2.0
|
791
783
|
|
792
|
-
rb-sys v0.9.
|
784
|
+
rb-sys v0.9.108
|
793
785
|
https://github.com/oxidize-rb/rb-sys
|
794
786
|
MIT OR Apache-2.0
|
795
787
|
|
796
|
-
rb-sys-build v0.9.
|
788
|
+
rb-sys-build v0.9.108
|
797
789
|
https://github.com/oxidize-rb/rb-sys
|
798
790
|
MIT OR Apache-2.0
|
799
791
|
|
@@ -829,7 +821,7 @@ regex-syntax v0.8.5
|
|
829
821
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
830
822
|
MIT OR Apache-2.0
|
831
823
|
|
832
|
-
reqwest v0.12.
|
824
|
+
reqwest v0.12.12
|
833
825
|
https://github.com/seanmonstar/reqwest
|
834
826
|
MIT OR Apache-2.0
|
835
827
|
|
@@ -848,11 +840,11 @@ rustc-hash v2.1.0
|
|
848
840
|
https://github.com/rust-lang/rustc-hash
|
849
841
|
Apache-2.0 OR MIT
|
850
842
|
|
851
|
-
rustix v0.38.
|
843
|
+
rustix v0.38.44
|
852
844
|
https://github.com/bytecodealliance/rustix
|
853
845
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
854
846
|
|
855
|
-
rustls v0.23.
|
847
|
+
rustls v0.23.21
|
856
848
|
https://github.com/rustls/rustls
|
857
849
|
Apache-2.0 OR ISC OR MIT
|
858
850
|
|
@@ -864,7 +856,7 @@ rustls-pemfile v2.2.0
|
|
864
856
|
https://github.com/rustls/pemfile
|
865
857
|
Apache-2.0 OR ISC OR MIT
|
866
858
|
|
867
|
-
rustls-pki-types v1.
|
859
|
+
rustls-pki-types v1.11.0
|
868
860
|
https://github.com/rustls/pki-types
|
869
861
|
MIT OR Apache-2.0
|
870
862
|
|
@@ -900,7 +892,7 @@ serde_derive v1.0.217
|
|
900
892
|
https://serde.rs
|
901
893
|
MIT OR Apache-2.0
|
902
894
|
|
903
|
-
serde_json v1.0.
|
895
|
+
serde_json v1.0.137
|
904
896
|
https://github.com/serde-rs/json
|
905
897
|
MIT OR Apache-2.0
|
906
898
|
|
@@ -924,7 +916,7 @@ simdutf8 v0.1.5
|
|
924
916
|
https://github.com/rusticstuff/simdutf8
|
925
917
|
MIT OR Apache-2.0
|
926
918
|
|
927
|
-
siphasher
|
919
|
+
siphasher v1.0.1
|
928
920
|
https://docs.rs/siphasher
|
929
921
|
MIT/Apache-2.0
|
930
922
|
|
@@ -960,7 +952,7 @@ spin v0.9.8
|
|
960
952
|
https://github.com/mvdnes/spin-rs.git
|
961
953
|
MIT
|
962
954
|
|
963
|
-
sqlparser v0.
|
955
|
+
sqlparser v0.53.0
|
964
956
|
https://github.com/apache/datafusion-sqlparser-rs
|
965
957
|
Apache-2.0
|
966
958
|
|
@@ -1000,11 +992,7 @@ subtle v2.6.1
|
|
1000
992
|
https://dalek.rs/
|
1001
993
|
BSD-3-Clause
|
1002
994
|
|
1003
|
-
syn
|
1004
|
-
https://github.com/dtolnay/syn
|
1005
|
-
MIT OR Apache-2.0
|
1006
|
-
|
1007
|
-
syn v2.0.93
|
995
|
+
syn v2.0.96
|
1008
996
|
https://github.com/dtolnay/syn
|
1009
997
|
MIT OR Apache-2.0
|
1010
998
|
|
@@ -1016,19 +1004,15 @@ synstructure v0.13.1
|
|
1016
1004
|
https://github.com/mystor/synstructure
|
1017
1005
|
MIT
|
1018
1006
|
|
1019
|
-
sysinfo v0.
|
1007
|
+
sysinfo v0.33.1
|
1020
1008
|
https://github.com/GuillaumeGomez/sysinfo
|
1021
1009
|
MIT
|
1022
1010
|
|
1023
|
-
|
1024
|
-
https://github.com/calebzulawski/target-features
|
1025
|
-
MIT OR Apache-2.0
|
1026
|
-
|
1027
|
-
thiserror v2.0.9
|
1011
|
+
thiserror v2.0.11
|
1028
1012
|
https://github.com/dtolnay/thiserror
|
1029
1013
|
MIT OR Apache-2.0
|
1030
1014
|
|
1031
|
-
thiserror-impl v2.0.
|
1015
|
+
thiserror-impl v2.0.11
|
1032
1016
|
https://github.com/dtolnay/thiserror
|
1033
1017
|
MIT OR Apache-2.0
|
1034
1018
|
|
@@ -1044,11 +1028,11 @@ tinyvec_macros v0.1.1
|
|
1044
1028
|
https://github.com/Soveu/tinyvec_macros
|
1045
1029
|
MIT OR Apache-2.0 OR Zlib
|
1046
1030
|
|
1047
|
-
tokio v1.
|
1031
|
+
tokio v1.43.0
|
1048
1032
|
https://tokio.rs
|
1049
1033
|
MIT
|
1050
1034
|
|
1051
|
-
tokio-macros v2.
|
1035
|
+
tokio-macros v2.5.0
|
1052
1036
|
https://tokio.rs
|
1053
1037
|
MIT
|
1054
1038
|
|
@@ -1092,10 +1076,14 @@ typenum v1.17.0
|
|
1092
1076
|
https://github.com/paholg/typenum
|
1093
1077
|
MIT OR Apache-2.0
|
1094
1078
|
|
1095
|
-
unicode-ident v1.0.
|
1079
|
+
unicode-ident v1.0.15
|
1096
1080
|
https://github.com/dtolnay/unicode-ident
|
1097
1081
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
1098
1082
|
|
1083
|
+
unicode-normalization v0.1.24
|
1084
|
+
https://github.com/unicode-rs/unicode-normalization
|
1085
|
+
MIT/Apache-2.0
|
1086
|
+
|
1099
1087
|
unicode-reverse v1.0.9
|
1100
1088
|
https://github.com/mbrubeck/unicode-reverse
|
1101
1089
|
MIT OR Apache-2.0
|
@@ -1124,7 +1112,7 @@ utf8_iter v1.0.4
|
|
1124
1112
|
https://docs.rs/utf8_iter/
|
1125
1113
|
Apache-2.0 OR MIT
|
1126
1114
|
|
1127
|
-
uuid v1.
|
1115
|
+
uuid v1.12.1
|
1128
1116
|
https://github.com/uuid-rs/uuid
|
1129
1117
|
Apache-2.0 OR MIT
|
1130
1118
|
|
@@ -1152,7 +1140,7 @@ writeable v0.5.5
|
|
1152
1140
|
https://github.com/unicode-org/icu4x
|
1153
1141
|
Unicode-3.0
|
1154
1142
|
|
1155
|
-
xxhash-rust v0.8.
|
1143
|
+
xxhash-rust v0.8.15
|
1156
1144
|
https://github.com/DoumanAsh/xxhash-rust
|
1157
1145
|
BSL-1.0
|
1158
1146
|
|
@@ -1192,6 +1180,10 @@ zerovec-derive v0.10.3
|
|
1192
1180
|
https://github.com/unicode-org/icu4x
|
1193
1181
|
Unicode-3.0
|
1194
1182
|
|
1183
|
+
zlib-rs v0.4.1
|
1184
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
1185
|
+
Zlib
|
1186
|
+
|
1195
1187
|
zstd v0.13.2
|
1196
1188
|
https://github.com/gyscos/zstd-rs
|
1197
1189
|
MIT
|
@@ -2071,33 +2063,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2071
2063
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2072
2064
|
SOFTWARE.
|
2073
2065
|
|
2074
|
-
================================================================================
|
2075
|
-
array-init-cursor LICENSE-MIT
|
2076
|
-
================================================================================
|
2077
|
-
|
2078
|
-
MIT License
|
2079
|
-
|
2080
|
-
Copyright (c) 2021 The Planus Project Developers
|
2081
|
-
|
2082
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2083
|
-
of this software and associated documentation files (the "Software"), to deal
|
2084
|
-
in the Software without restriction, including without limitation the rights
|
2085
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2086
|
-
copies of the Software, and to permit persons to whom the Software is
|
2087
|
-
furnished to do so, subject to the following conditions:
|
2088
|
-
|
2089
|
-
The above copyright notice and this permission notice shall be included in all
|
2090
|
-
copies or substantial portions of the Software.
|
2091
|
-
|
2092
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2093
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2094
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2095
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2096
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2097
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2098
|
-
SOFTWARE.
|
2099
|
-
|
2100
|
-
|
2101
2066
|
================================================================================
|
2102
2067
|
array-init-cursor LICENSE-APACHE
|
2103
2068
|
================================================================================
|
@@ -2280,6 +2245,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2280
2245
|
END OF TERMS AND CONDITIONS
|
2281
2246
|
|
2282
2247
|
|
2248
|
+
================================================================================
|
2249
|
+
array-init-cursor LICENSE-MIT
|
2250
|
+
================================================================================
|
2251
|
+
|
2252
|
+
MIT License
|
2253
|
+
|
2254
|
+
Copyright (c) 2021 The Planus Project Developers
|
2255
|
+
|
2256
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2257
|
+
of this software and associated documentation files (the "Software"), to deal
|
2258
|
+
in the Software without restriction, including without limitation the rights
|
2259
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2260
|
+
copies of the Software, and to permit persons to whom the Software is
|
2261
|
+
furnished to do so, subject to the following conditions:
|
2262
|
+
|
2263
|
+
The above copyright notice and this permission notice shall be included in all
|
2264
|
+
copies or substantial portions of the Software.
|
2265
|
+
|
2266
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2267
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2268
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2269
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2270
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2271
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2272
|
+
SOFTWARE.
|
2273
|
+
|
2274
|
+
|
2283
2275
|
================================================================================
|
2284
2276
|
arrayref LICENSE
|
2285
2277
|
================================================================================
|
@@ -2869,269 +2861,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2869
2861
|
DEALINGS IN THE SOFTWARE.
|
2870
2862
|
|
2871
2863
|
================================================================================
|
2872
|
-
|
2864
|
+
atoi_simd LICENSE-APACHE
|
2873
2865
|
================================================================================
|
2874
2866
|
|
2875
|
-
|
2867
|
+
Apache License
|
2868
|
+
Version 2.0, January 2004
|
2869
|
+
http://www.apache.org/licenses/
|
2876
2870
|
|
2877
|
-
|
2871
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2878
2872
|
|
2879
|
-
|
2880
|
-
of this software and associated documentation files (the "Software"), to deal
|
2881
|
-
in the Software without restriction, including without limitation the rights
|
2882
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2883
|
-
copies of the Software, and to permit persons to whom the Software is
|
2884
|
-
furnished to do so, subject to the following conditions:
|
2873
|
+
1. Definitions.
|
2885
2874
|
|
2886
|
-
|
2887
|
-
|
2875
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2876
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2888
2877
|
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2878
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2879
|
+
the copyright owner that is granting the License.
|
2880
|
+
|
2881
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2882
|
+
other entities that control, are controlled by, or are under common
|
2883
|
+
control with that entity. For the purposes of this definition,
|
2884
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2885
|
+
direction or management of such entity, whether by contract or
|
2886
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2887
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2888
|
+
|
2889
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2890
|
+
exercising permissions granted by this License.
|
2891
|
+
|
2892
|
+
"Source" form shall mean the preferred form for making modifications,
|
2893
|
+
including but not limited to software source code, documentation
|
2894
|
+
source, and configuration files.
|
2895
|
+
|
2896
|
+
"Object" form shall mean any form resulting from mechanical
|
2897
|
+
transformation or translation of a Source form, including but
|
2898
|
+
not limited to compiled object code, generated documentation,
|
2899
|
+
and conversions to other media types.
|
2900
|
+
|
2901
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2902
|
+
Object form, made available under the License, as indicated by a
|
2903
|
+
copyright notice that is included in or attached to the work
|
2904
|
+
(an example is provided in the Appendix below).
|
2905
|
+
|
2906
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2907
|
+
form, that is based on (or derived from) the Work and for which the
|
2908
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2909
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2910
|
+
of this License, Derivative Works shall not include works that remain
|
2911
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2912
|
+
the Work and Derivative Works thereof.
|
2913
|
+
|
2914
|
+
"Contribution" shall mean any work of authorship, including
|
2915
|
+
the original version of the Work and any modifications or additions
|
2916
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2917
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2918
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2919
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2920
|
+
means any form of electronic, verbal, or written communication sent
|
2921
|
+
to the Licensor or its representatives, including but not limited to
|
2922
|
+
communication on electronic mailing lists, source code control systems,
|
2923
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2924
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2925
|
+
excluding communication that is conspicuously marked or otherwise
|
2926
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2927
|
+
|
2928
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2929
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2930
|
+
subsequently incorporated within the Work.
|
2931
|
+
|
2932
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2933
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2934
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2935
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2936
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2937
|
+
Work and such Derivative Works in Source or Object form.
|
2938
|
+
|
2939
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2940
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2941
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2942
|
+
(except as stated in this section) patent license to make, have made,
|
2943
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2944
|
+
where such license applies only to those patent claims licensable
|
2945
|
+
by such Contributor that are necessarily infringed by their
|
2946
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2947
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2948
|
+
institute patent litigation against any entity (including a
|
2949
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2950
|
+
or a Contribution incorporated within the Work constitutes direct
|
2951
|
+
or contributory patent infringement, then any patent licenses
|
2952
|
+
granted to You under this License for that Work shall terminate
|
2953
|
+
as of the date such litigation is filed.
|
2954
|
+
|
2955
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2956
|
+
Work or Derivative Works thereof in any medium, with or without
|
2957
|
+
modifications, and in Source or Object form, provided that You
|
2958
|
+
meet the following conditions:
|
2959
|
+
|
2960
|
+
(a) You must give any other recipients of the Work or
|
2961
|
+
Derivative Works a copy of this License; and
|
2962
|
+
|
2963
|
+
(b) You must cause any modified files to carry prominent notices
|
2964
|
+
stating that You changed the files; and
|
2965
|
+
|
2966
|
+
(c) You must retain, in the Source form of any Derivative Works
|
2967
|
+
that You distribute, all copyright, patent, trademark, and
|
2968
|
+
attribution notices from the Source form of the Work,
|
2969
|
+
excluding those notices that do not pertain to any part of
|
2970
|
+
the Derivative Works; and
|
2971
|
+
|
2972
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
2973
|
+
distribution, then any Derivative Works that You distribute must
|
2974
|
+
include a readable copy of the attribution notices contained
|
2975
|
+
within such NOTICE file, excluding those notices that do not
|
2976
|
+
pertain to any part of the Derivative Works, in at least one
|
2977
|
+
of the following places: within a NOTICE text file distributed
|
2978
|
+
as part of the Derivative Works; within the Source form or
|
2979
|
+
documentation, if provided along with the Derivative Works; or,
|
2980
|
+
within a display generated by the Derivative Works, if and
|
2981
|
+
wherever such third-party notices normally appear. The contents
|
2982
|
+
of the NOTICE file are for informational purposes only and
|
2983
|
+
do not modify the License. You may add Your own attribution
|
2984
|
+
notices within Derivative Works that You distribute, alongside
|
2985
|
+
or as an addendum to the NOTICE text from the Work, provided
|
2986
|
+
that such additional attribution notices cannot be construed
|
2987
|
+
as modifying the License.
|
2988
|
+
|
2989
|
+
You may add Your own copyright statement to Your modifications and
|
2990
|
+
may provide additional or different license terms and conditions
|
2991
|
+
for use, reproduction, or distribution of Your modifications, or
|
2992
|
+
for any such Derivative Works as a whole, provided Your use,
|
2993
|
+
reproduction, and distribution of the Work otherwise complies with
|
2994
|
+
the conditions stated in this License.
|
2995
|
+
|
2996
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2997
|
+
any Contribution intentionally submitted for inclusion in the Work
|
2998
|
+
by You to the Licensor shall be under the terms and conditions of
|
2999
|
+
this License, without any additional terms or conditions.
|
3000
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3001
|
+
the terms of any separate license agreement you may have executed
|
3002
|
+
with Licensor regarding such Contributions.
|
3003
|
+
|
3004
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3005
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3006
|
+
except as required for reasonable and customary use in describing the
|
3007
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3008
|
+
|
3009
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3010
|
+
agreed to in writing, Licensor provides the Work (and each
|
3011
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3012
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3013
|
+
implied, including, without limitation, any warranties or conditions
|
3014
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3015
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3016
|
+
appropriateness of using or redistributing the Work and assume any
|
3017
|
+
risks associated with Your exercise of permissions under this License.
|
3018
|
+
|
3019
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3020
|
+
whether in tort (including negligence), contract, or otherwise,
|
3021
|
+
unless required by applicable law (such as deliberate and grossly
|
3022
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3023
|
+
liable to You for damages, including any direct, indirect, special,
|
3024
|
+
incidental, or consequential damages of any character arising as a
|
3025
|
+
result of this License or out of the use or inability to use the
|
3026
|
+
Work (including but not limited to damages for loss of goodwill,
|
3027
|
+
work stoppage, computer failure or malfunction, or any and all
|
3028
|
+
other commercial damages or losses), even if such Contributor
|
3029
|
+
has been advised of the possibility of such damages.
|
3030
|
+
|
3031
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3032
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3033
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3034
|
+
or other liability obligations and/or rights consistent with this
|
3035
|
+
License. However, in accepting such obligations, You may act only
|
3036
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3037
|
+
of any other Contributor, and only if You agree to indemnify,
|
3038
|
+
defend, and hold each Contributor harmless for any liability
|
3039
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3040
|
+
of your accepting any such warranty or additional liability.
|
3041
|
+
|
3042
|
+
END OF TERMS AND CONDITIONS
|
3043
|
+
|
3044
|
+
APPENDIX: How to apply the Apache License to your work.
|
3045
|
+
|
3046
|
+
To apply the Apache License to your work, attach the following
|
3047
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3048
|
+
replaced with your own identifying information. (Don't include
|
3049
|
+
the brackets!) The text should be enclosed in the appropriate
|
3050
|
+
comment syntax for the file format. We also recommend that a
|
3051
|
+
file or class name and description of purpose be included on the
|
3052
|
+
same "printed page" as the copyright notice for easier
|
3053
|
+
identification within third-party archives.
|
3054
|
+
|
3055
|
+
Copyright 2022-NOW Dmitry Rodionov
|
3056
|
+
|
3057
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3058
|
+
you may not use this file except in compliance with the License.
|
3059
|
+
You may obtain a copy of the License at
|
3060
|
+
|
3061
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3062
|
+
|
3063
|
+
Unless required by applicable law or agreed to in writing, software
|
3064
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3065
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3066
|
+
See the License for the specific language governing permissions and
|
3067
|
+
limitations under the License.
|
2896
3068
|
|
2897
3069
|
================================================================================
|
2898
|
-
atoi_simd LICENSE-
|
2899
|
-
================================================================================
|
2900
|
-
|
2901
|
-
|
2902
|
-
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
2906
|
-
|
2907
|
-
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
2913
|
-
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2930
|
-
"Object" form shall mean any form resulting from mechanical
|
2931
|
-
transformation or translation of a Source form, including but
|
2932
|
-
not limited to compiled object code, generated documentation,
|
2933
|
-
and conversions to other media types.
|
2934
|
-
|
2935
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2936
|
-
Object form, made available under the License, as indicated by a
|
2937
|
-
copyright notice that is included in or attached to the work
|
2938
|
-
(an example is provided in the Appendix below).
|
2939
|
-
|
2940
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2941
|
-
form, that is based on (or derived from) the Work and for which the
|
2942
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2943
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2944
|
-
of this License, Derivative Works shall not include works that remain
|
2945
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2946
|
-
the Work and Derivative Works thereof.
|
2947
|
-
|
2948
|
-
"Contribution" shall mean any work of authorship, including
|
2949
|
-
the original version of the Work and any modifications or additions
|
2950
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2951
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2952
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2953
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2954
|
-
means any form of electronic, verbal, or written communication sent
|
2955
|
-
to the Licensor or its representatives, including but not limited to
|
2956
|
-
communication on electronic mailing lists, source code control systems,
|
2957
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2958
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2959
|
-
excluding communication that is conspicuously marked or otherwise
|
2960
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
2961
|
-
|
2962
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2963
|
-
on behalf of whom a Contribution has been received by Licensor and
|
2964
|
-
subsequently incorporated within the Work.
|
2965
|
-
|
2966
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
2967
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2968
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2969
|
-
copyright license to reproduce, prepare Derivative Works of,
|
2970
|
-
publicly display, publicly perform, sublicense, and distribute the
|
2971
|
-
Work and such Derivative Works in Source or Object form.
|
2972
|
-
|
2973
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
2974
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2975
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2976
|
-
(except as stated in this section) patent license to make, have made,
|
2977
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2978
|
-
where such license applies only to those patent claims licensable
|
2979
|
-
by such Contributor that are necessarily infringed by their
|
2980
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2981
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2982
|
-
institute patent litigation against any entity (including a
|
2983
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2984
|
-
or a Contribution incorporated within the Work constitutes direct
|
2985
|
-
or contributory patent infringement, then any patent licenses
|
2986
|
-
granted to You under this License for that Work shall terminate
|
2987
|
-
as of the date such litigation is filed.
|
2988
|
-
|
2989
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
2990
|
-
Work or Derivative Works thereof in any medium, with or without
|
2991
|
-
modifications, and in Source or Object form, provided that You
|
2992
|
-
meet the following conditions:
|
2993
|
-
|
2994
|
-
(a) You must give any other recipients of the Work or
|
2995
|
-
Derivative Works a copy of this License; and
|
2996
|
-
|
2997
|
-
(b) You must cause any modified files to carry prominent notices
|
2998
|
-
stating that You changed the files; and
|
2999
|
-
|
3000
|
-
(c) You must retain, in the Source form of any Derivative Works
|
3001
|
-
that You distribute, all copyright, patent, trademark, and
|
3002
|
-
attribution notices from the Source form of the Work,
|
3003
|
-
excluding those notices that do not pertain to any part of
|
3004
|
-
the Derivative Works; and
|
3005
|
-
|
3006
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
3007
|
-
distribution, then any Derivative Works that You distribute must
|
3008
|
-
include a readable copy of the attribution notices contained
|
3009
|
-
within such NOTICE file, excluding those notices that do not
|
3010
|
-
pertain to any part of the Derivative Works, in at least one
|
3011
|
-
of the following places: within a NOTICE text file distributed
|
3012
|
-
as part of the Derivative Works; within the Source form or
|
3013
|
-
documentation, if provided along with the Derivative Works; or,
|
3014
|
-
within a display generated by the Derivative Works, if and
|
3015
|
-
wherever such third-party notices normally appear. The contents
|
3016
|
-
of the NOTICE file are for informational purposes only and
|
3017
|
-
do not modify the License. You may add Your own attribution
|
3018
|
-
notices within Derivative Works that You distribute, alongside
|
3019
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3020
|
-
that such additional attribution notices cannot be construed
|
3021
|
-
as modifying the License.
|
3022
|
-
|
3023
|
-
You may add Your own copyright statement to Your modifications and
|
3024
|
-
may provide additional or different license terms and conditions
|
3025
|
-
for use, reproduction, or distribution of Your modifications, or
|
3026
|
-
for any such Derivative Works as a whole, provided Your use,
|
3027
|
-
reproduction, and distribution of the Work otherwise complies with
|
3028
|
-
the conditions stated in this License.
|
3029
|
-
|
3030
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3031
|
-
any Contribution intentionally submitted for inclusion in the Work
|
3032
|
-
by You to the Licensor shall be under the terms and conditions of
|
3033
|
-
this License, without any additional terms or conditions.
|
3034
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
3035
|
-
the terms of any separate license agreement you may have executed
|
3036
|
-
with Licensor regarding such Contributions.
|
3037
|
-
|
3038
|
-
6. Trademarks. This License does not grant permission to use the trade
|
3039
|
-
names, trademarks, service marks, or product names of the Licensor,
|
3040
|
-
except as required for reasonable and customary use in describing the
|
3041
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
3042
|
-
|
3043
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
3044
|
-
agreed to in writing, Licensor provides the Work (and each
|
3045
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3046
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3047
|
-
implied, including, without limitation, any warranties or conditions
|
3048
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3049
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3050
|
-
appropriateness of using or redistributing the Work and assume any
|
3051
|
-
risks associated with Your exercise of permissions under this License.
|
3052
|
-
|
3053
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
3054
|
-
whether in tort (including negligence), contract, or otherwise,
|
3055
|
-
unless required by applicable law (such as deliberate and grossly
|
3056
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
3057
|
-
liable to You for damages, including any direct, indirect, special,
|
3058
|
-
incidental, or consequential damages of any character arising as a
|
3059
|
-
result of this License or out of the use or inability to use the
|
3060
|
-
Work (including but not limited to damages for loss of goodwill,
|
3061
|
-
work stoppage, computer failure or malfunction, or any and all
|
3062
|
-
other commercial damages or losses), even if such Contributor
|
3063
|
-
has been advised of the possibility of such damages.
|
3064
|
-
|
3065
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
3066
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
3067
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
3068
|
-
or other liability obligations and/or rights consistent with this
|
3069
|
-
License. However, in accepting such obligations, You may act only
|
3070
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
3071
|
-
of any other Contributor, and only if You agree to indemnify,
|
3072
|
-
defend, and hold each Contributor harmless for any liability
|
3073
|
-
incurred by, or claims asserted against, such Contributor by reason
|
3074
|
-
of your accepting any such warranty or additional liability.
|
3075
|
-
|
3076
|
-
END OF TERMS AND CONDITIONS
|
3077
|
-
|
3078
|
-
APPENDIX: How to apply the Apache License to your work.
|
3079
|
-
|
3080
|
-
To apply the Apache License to your work, attach the following
|
3081
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
3082
|
-
replaced with your own identifying information. (Don't include
|
3083
|
-
the brackets!) The text should be enclosed in the appropriate
|
3084
|
-
comment syntax for the file format. We also recommend that a
|
3085
|
-
file or class name and description of purpose be included on the
|
3086
|
-
same "printed page" as the copyright notice for easier
|
3087
|
-
identification within third-party archives.
|
3088
|
-
|
3089
|
-
Copyright 2022-NOW Dmitry Rodionov
|
3090
|
-
|
3091
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3092
|
-
you may not use this file except in compliance with the License.
|
3093
|
-
You may obtain a copy of the License at
|
3094
|
-
|
3095
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3096
|
-
|
3097
|
-
Unless required by applicable law or agreed to in writing, software
|
3098
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3099
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3100
|
-
See the License for the specific language governing permissions and
|
3101
|
-
limitations under the License.
|
3102
|
-
|
3103
|
-
================================================================================
|
3104
|
-
atoi_simd LICENSE-MIT
|
3105
|
-
================================================================================
|
3106
|
-
|
3107
|
-
Copyright (c) 2022 Dmitry Rodionov
|
3108
|
-
|
3109
|
-
Permission is hereby granted, free of charge, to any
|
3110
|
-
person obtaining a copy of this software and associated
|
3111
|
-
documentation files (the "Software"), to deal in the
|
3112
|
-
Software without restriction, including without
|
3113
|
-
limitation the rights to use, copy, modify, merge,
|
3114
|
-
publish, distribute, sublicense, and/or sell copies of
|
3115
|
-
the Software, and to permit persons to whom the Software
|
3116
|
-
is furnished to do so, subject to the following
|
3117
|
-
conditions:
|
3118
|
-
|
3119
|
-
The above copyright notice and this permission notice
|
3120
|
-
shall be included in all copies or substantial portions
|
3121
|
-
of the Software.
|
3122
|
-
|
3123
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3124
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3125
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3126
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3127
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3128
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3129
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3130
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3131
|
-
DEALINGS IN THE SOFTWARE.
|
3132
|
-
|
3133
|
-
================================================================================
|
3134
|
-
atomic-waker LICENSE-APACHE
|
3070
|
+
atoi_simd LICENSE-MIT
|
3071
|
+
================================================================================
|
3072
|
+
|
3073
|
+
Copyright (c) 2022 Dmitry Rodionov
|
3074
|
+
|
3075
|
+
Permission is hereby granted, free of charge, to any
|
3076
|
+
person obtaining a copy of this software and associated
|
3077
|
+
documentation files (the "Software"), to deal in the
|
3078
|
+
Software without restriction, including without
|
3079
|
+
limitation the rights to use, copy, modify, merge,
|
3080
|
+
publish, distribute, sublicense, and/or sell copies of
|
3081
|
+
the Software, and to permit persons to whom the Software
|
3082
|
+
is furnished to do so, subject to the following
|
3083
|
+
conditions:
|
3084
|
+
|
3085
|
+
The above copyright notice and this permission notice
|
3086
|
+
shall be included in all copies or substantial portions
|
3087
|
+
of the Software.
|
3088
|
+
|
3089
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3090
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3091
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3092
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3093
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3094
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3095
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3096
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3097
|
+
DEALINGS IN THE SOFTWARE.
|
3098
|
+
|
3099
|
+
================================================================================
|
3100
|
+
atomic-waker LICENSE-APACHE
|
3135
3101
|
================================================================================
|
3136
3102
|
|
3137
3103
|
Apache License
|
@@ -4105,6 +4071,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4105
4071
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4106
4072
|
THE SOFTWARE.
|
4107
4073
|
|
4074
|
+
================================================================================
|
4075
|
+
bincode LICENSE.md
|
4076
|
+
================================================================================
|
4077
|
+
|
4078
|
+
The MIT License (MIT)
|
4079
|
+
|
4080
|
+
Copyright (c) 2014 Ty Overby
|
4081
|
+
|
4082
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4083
|
+
of this software and associated documentation files (the "Software"), to deal
|
4084
|
+
in the Software without restriction, including without limitation the rights
|
4085
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4086
|
+
copies of the Software, and to permit persons to whom the Software is
|
4087
|
+
furnished to do so, subject to the following conditions:
|
4088
|
+
|
4089
|
+
The above copyright notice and this permission notice shall be included in all
|
4090
|
+
copies or substantial portions of the Software.
|
4091
|
+
|
4092
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4093
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4094
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4095
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4096
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4097
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4098
|
+
SOFTWARE.
|
4099
|
+
|
4108
4100
|
================================================================================
|
4109
4101
|
bindgen LICENSE
|
4110
4102
|
================================================================================
|
@@ -5168,6 +5160,23 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
5168
5160
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5169
5161
|
DEALINGS IN THE SOFTWARE.
|
5170
5162
|
|
5163
|
+
================================================================================
|
5164
|
+
brotli LICENSE.BSD-3-Clause
|
5165
|
+
================================================================================
|
5166
|
+
|
5167
|
+
Copyright (c) 2016 Dropbox, Inc.
|
5168
|
+
All rights reserved.
|
5169
|
+
|
5170
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5171
|
+
|
5172
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5173
|
+
|
5174
|
+
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.
|
5175
|
+
|
5176
|
+
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.
|
5177
|
+
|
5178
|
+
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.
|
5179
|
+
|
5171
5180
|
================================================================================
|
5172
5181
|
brotli LICENSE.MIT
|
5173
5182
|
================================================================================
|
@@ -5192,23 +5201,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5192
5201
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5193
5202
|
THE SOFTWARE.
|
5194
5203
|
|
5195
|
-
================================================================================
|
5196
|
-
brotli LICENSE.BSD-3-Clause
|
5197
|
-
================================================================================
|
5198
|
-
|
5199
|
-
Copyright (c) 2016 Dropbox, Inc.
|
5200
|
-
All rights reserved.
|
5201
|
-
|
5202
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
5203
|
-
|
5204
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
5205
|
-
|
5206
|
-
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.
|
5207
|
-
|
5208
|
-
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.
|
5209
|
-
|
5210
|
-
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.
|
5211
|
-
|
5212
5204
|
================================================================================
|
5213
5205
|
brotli-decompressor LICENSE
|
5214
5206
|
================================================================================
|
@@ -20941,302 +20933,275 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
20941
20933
|
DEALINGS IN THE SOFTWARE.
|
20942
20934
|
|
20943
20935
|
================================================================================
|
20944
|
-
|
20936
|
+
jemalloc-sys LICENSE-APACHE
|
20937
|
+
================================================================================
|
20938
|
+
|
20939
|
+
Apache License
|
20940
|
+
Version 2.0, January 2004
|
20941
|
+
http://www.apache.org/licenses/
|
20942
|
+
|
20943
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20944
|
+
|
20945
|
+
1. Definitions.
|
20946
|
+
|
20947
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
20948
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
20949
|
+
|
20950
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
20951
|
+
the copyright owner that is granting the License.
|
20952
|
+
|
20953
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
20954
|
+
other entities that control, are controlled by, or are under common
|
20955
|
+
control with that entity. For the purposes of this definition,
|
20956
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20957
|
+
direction or management of such entity, whether by contract or
|
20958
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20959
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
20960
|
+
|
20961
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
20962
|
+
exercising permissions granted by this License.
|
20963
|
+
|
20964
|
+
"Source" form shall mean the preferred form for making modifications,
|
20965
|
+
including but not limited to software source code, documentation
|
20966
|
+
source, and configuration files.
|
20967
|
+
|
20968
|
+
"Object" form shall mean any form resulting from mechanical
|
20969
|
+
transformation or translation of a Source form, including but
|
20970
|
+
not limited to compiled object code, generated documentation,
|
20971
|
+
and conversions to other media types.
|
20972
|
+
|
20973
|
+
"Work" shall mean the work of authorship, whether in Source or
|
20974
|
+
Object form, made available under the License, as indicated by a
|
20975
|
+
copyright notice that is included in or attached to the work
|
20976
|
+
(an example is provided in the Appendix below).
|
20977
|
+
|
20978
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
20979
|
+
form, that is based on (or derived from) the Work and for which the
|
20980
|
+
editorial revisions, annotations, elaborations, or other modifications
|
20981
|
+
represent, as a whole, an original work of authorship. For the purposes
|
20982
|
+
of this License, Derivative Works shall not include works that remain
|
20983
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
20984
|
+
the Work and Derivative Works thereof.
|
20985
|
+
|
20986
|
+
"Contribution" shall mean any work of authorship, including
|
20987
|
+
the original version of the Work and any modifications or additions
|
20988
|
+
to that Work or Derivative Works thereof, that is intentionally
|
20989
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
20990
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
20991
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
20992
|
+
means any form of electronic, verbal, or written communication sent
|
20993
|
+
to the Licensor or its representatives, including but not limited to
|
20994
|
+
communication on electronic mailing lists, source code control systems,
|
20995
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
20996
|
+
Licensor for the purpose of discussing and improving the Work, but
|
20997
|
+
excluding communication that is conspicuously marked or otherwise
|
20998
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
20999
|
+
|
21000
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
21001
|
+
on behalf of whom a Contribution has been received by Licensor and
|
21002
|
+
subsequently incorporated within the Work.
|
21003
|
+
|
21004
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
21005
|
+
this License, each Contributor hereby grants to You a perpetual,
|
21006
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
21007
|
+
copyright license to reproduce, prepare Derivative Works of,
|
21008
|
+
publicly display, publicly perform, sublicense, and distribute the
|
21009
|
+
Work and such Derivative Works in Source or Object form.
|
21010
|
+
|
21011
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
21012
|
+
this License, each Contributor hereby grants to You a perpetual,
|
21013
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
21014
|
+
(except as stated in this section) patent license to make, have made,
|
21015
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
21016
|
+
where such license applies only to those patent claims licensable
|
21017
|
+
by such Contributor that are necessarily infringed by their
|
21018
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
21019
|
+
with the Work to which such Contribution(s) was submitted. If You
|
21020
|
+
institute patent litigation against any entity (including a
|
21021
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
21022
|
+
or a Contribution incorporated within the Work constitutes direct
|
21023
|
+
or contributory patent infringement, then any patent licenses
|
21024
|
+
granted to You under this License for that Work shall terminate
|
21025
|
+
as of the date such litigation is filed.
|
21026
|
+
|
21027
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
21028
|
+
Work or Derivative Works thereof in any medium, with or without
|
21029
|
+
modifications, and in Source or Object form, provided that You
|
21030
|
+
meet the following conditions:
|
21031
|
+
|
21032
|
+
(a) You must give any other recipients of the Work or
|
21033
|
+
Derivative Works a copy of this License; and
|
21034
|
+
|
21035
|
+
(b) You must cause any modified files to carry prominent notices
|
21036
|
+
stating that You changed the files; and
|
21037
|
+
|
21038
|
+
(c) You must retain, in the Source form of any Derivative Works
|
21039
|
+
that You distribute, all copyright, patent, trademark, and
|
21040
|
+
attribution notices from the Source form of the Work,
|
21041
|
+
excluding those notices that do not pertain to any part of
|
21042
|
+
the Derivative Works; and
|
21043
|
+
|
21044
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
21045
|
+
distribution, then any Derivative Works that You distribute must
|
21046
|
+
include a readable copy of the attribution notices contained
|
21047
|
+
within such NOTICE file, excluding those notices that do not
|
21048
|
+
pertain to any part of the Derivative Works, in at least one
|
21049
|
+
of the following places: within a NOTICE text file distributed
|
21050
|
+
as part of the Derivative Works; within the Source form or
|
21051
|
+
documentation, if provided along with the Derivative Works; or,
|
21052
|
+
within a display generated by the Derivative Works, if and
|
21053
|
+
wherever such third-party notices normally appear. The contents
|
21054
|
+
of the NOTICE file are for informational purposes only and
|
21055
|
+
do not modify the License. You may add Your own attribution
|
21056
|
+
notices within Derivative Works that You distribute, alongside
|
21057
|
+
or as an addendum to the NOTICE text from the Work, provided
|
21058
|
+
that such additional attribution notices cannot be construed
|
21059
|
+
as modifying the License.
|
21060
|
+
|
21061
|
+
You may add Your own copyright statement to Your modifications and
|
21062
|
+
may provide additional or different license terms and conditions
|
21063
|
+
for use, reproduction, or distribution of Your modifications, or
|
21064
|
+
for any such Derivative Works as a whole, provided Your use,
|
21065
|
+
reproduction, and distribution of the Work otherwise complies with
|
21066
|
+
the conditions stated in this License.
|
21067
|
+
|
21068
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
21069
|
+
any Contribution intentionally submitted for inclusion in the Work
|
21070
|
+
by You to the Licensor shall be under the terms and conditions of
|
21071
|
+
this License, without any additional terms or conditions.
|
21072
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
21073
|
+
the terms of any separate license agreement you may have executed
|
21074
|
+
with Licensor regarding such Contributions.
|
21075
|
+
|
21076
|
+
6. Trademarks. This License does not grant permission to use the trade
|
21077
|
+
names, trademarks, service marks, or product names of the Licensor,
|
21078
|
+
except as required for reasonable and customary use in describing the
|
21079
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
21080
|
+
|
21081
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
21082
|
+
agreed to in writing, Licensor provides the Work (and each
|
21083
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
21084
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
21085
|
+
implied, including, without limitation, any warranties or conditions
|
21086
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
21087
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
21088
|
+
appropriateness of using or redistributing the Work and assume any
|
21089
|
+
risks associated with Your exercise of permissions under this License.
|
21090
|
+
|
21091
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
21092
|
+
whether in tort (including negligence), contract, or otherwise,
|
21093
|
+
unless required by applicable law (such as deliberate and grossly
|
21094
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
21095
|
+
liable to You for damages, including any direct, indirect, special,
|
21096
|
+
incidental, or consequential damages of any character arising as a
|
21097
|
+
result of this License or out of the use or inability to use the
|
21098
|
+
Work (including but not limited to damages for loss of goodwill,
|
21099
|
+
work stoppage, computer failure or malfunction, or any and all
|
21100
|
+
other commercial damages or losses), even if such Contributor
|
21101
|
+
has been advised of the possibility of such damages.
|
21102
|
+
|
21103
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
21104
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
21105
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
21106
|
+
or other liability obligations and/or rights consistent with this
|
21107
|
+
License. However, in accepting such obligations, You may act only
|
21108
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
21109
|
+
of any other Contributor, and only if You agree to indemnify,
|
21110
|
+
defend, and hold each Contributor harmless for any liability
|
21111
|
+
incurred by, or claims asserted against, such Contributor by reason
|
21112
|
+
of your accepting any such warranty or additional liability.
|
21113
|
+
|
21114
|
+
END OF TERMS AND CONDITIONS
|
21115
|
+
|
21116
|
+
APPENDIX: How to apply the Apache License to your work.
|
21117
|
+
|
21118
|
+
To apply the Apache License to your work, attach the following
|
21119
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
21120
|
+
replaced with your own identifying information. (Don't include
|
21121
|
+
the brackets!) The text should be enclosed in the appropriate
|
21122
|
+
comment syntax for the file format. We also recommend that a
|
21123
|
+
file or class name and description of purpose be included on the
|
21124
|
+
same "printed page" as the copyright notice for easier
|
21125
|
+
identification within third-party archives.
|
21126
|
+
|
21127
|
+
Copyright [yyyy] [name of copyright owner]
|
21128
|
+
|
21129
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
21130
|
+
you may not use this file except in compliance with the License.
|
21131
|
+
You may obtain a copy of the License at
|
21132
|
+
|
21133
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
21134
|
+
|
21135
|
+
Unless required by applicable law or agreed to in writing, software
|
21136
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
21137
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21138
|
+
See the License for the specific language governing permissions and
|
21139
|
+
limitations under the License.
|
21140
|
+
|
21141
|
+
================================================================================
|
21142
|
+
jemalloc-sys LICENSE-MIT
|
21143
|
+
================================================================================
|
21144
|
+
|
21145
|
+
Copyright (c) 2014 Alex Crichton
|
21146
|
+
|
21147
|
+
Permission is hereby granted, free of charge, to any
|
21148
|
+
person obtaining a copy of this software and associated
|
21149
|
+
documentation files (the "Software"), to deal in the
|
21150
|
+
Software without restriction, including without
|
21151
|
+
limitation the rights to use, copy, modify, merge,
|
21152
|
+
publish, distribute, sublicense, and/or sell copies of
|
21153
|
+
the Software, and to permit persons to whom the Software
|
21154
|
+
is furnished to do so, subject to the following
|
21155
|
+
conditions:
|
21156
|
+
|
21157
|
+
The above copyright notice and this permission notice
|
21158
|
+
shall be included in all copies or substantial portions
|
21159
|
+
of the Software.
|
21160
|
+
|
21161
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
21162
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
21163
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
21164
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
21165
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
21166
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21167
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
21168
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
21169
|
+
DEALINGS IN THE SOFTWARE.
|
21170
|
+
|
21171
|
+
================================================================================
|
21172
|
+
jemalloc-sys jemalloc/COPYING
|
20945
21173
|
================================================================================
|
20946
21174
|
|
21175
|
+
Unless otherwise specified, files in the jemalloc source distribution are
|
21176
|
+
subject to the following license:
|
21177
|
+
--------------------------------------------------------------------------------
|
21178
|
+
Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
|
21179
|
+
All rights reserved.
|
21180
|
+
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
21181
|
+
Copyright (C) 2009-present Facebook, Inc. All rights reserved.
|
20947
21182
|
|
20948
|
-
|
20949
|
-
|
20950
|
-
|
20951
|
-
|
20952
|
-
|
20953
|
-
|
20954
|
-
|
20955
|
-
copies of the Software, and to permit persons to whom the Software is
|
20956
|
-
furnished to do so, subject to the following conditions:
|
20957
|
-
|
20958
|
-
The above copyright notice and this permission notice shall be included in all
|
20959
|
-
copies or substantial portions of the Software.
|
20960
|
-
|
20961
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
20962
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20963
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
20964
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
20965
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
20966
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
20967
|
-
OR OTHER DEALINGS IN THE SOFTWARE.
|
21183
|
+
Redistribution and use in source and binary forms, with or without
|
21184
|
+
modification, are permitted provided that the following conditions are met:
|
21185
|
+
1. Redistributions of source code must retain the above copyright notice(s),
|
21186
|
+
this list of conditions and the following disclaimer.
|
21187
|
+
2. Redistributions in binary form must reproduce the above copyright notice(s),
|
21188
|
+
this list of conditions and the following disclaimer in the documentation
|
21189
|
+
and/or other materials provided with the distribution.
|
20968
21190
|
|
21191
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
|
21192
|
+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
21193
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
21194
|
+
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
|
21195
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
21196
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
21197
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
21198
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
21199
|
+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
21200
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
21201
|
+
--------------------------------------------------------------------------------
|
20969
21202
|
|
20970
21203
|
================================================================================
|
20971
|
-
|
20972
|
-
================================================================================
|
20973
|
-
|
20974
|
-
Apache License
|
20975
|
-
Version 2.0, January 2004
|
20976
|
-
http://www.apache.org/licenses/
|
20977
|
-
|
20978
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20979
|
-
|
20980
|
-
1. Definitions.
|
20981
|
-
|
20982
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
20983
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
20984
|
-
|
20985
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
20986
|
-
the copyright owner that is granting the License.
|
20987
|
-
|
20988
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
20989
|
-
other entities that control, are controlled by, or are under common
|
20990
|
-
control with that entity. For the purposes of this definition,
|
20991
|
-
"control" means (i) the power, direct or indirect, to cause the
|
20992
|
-
direction or management of such entity, whether by contract or
|
20993
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20994
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
20995
|
-
|
20996
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
20997
|
-
exercising permissions granted by this License.
|
20998
|
-
|
20999
|
-
"Source" form shall mean the preferred form for making modifications,
|
21000
|
-
including but not limited to software source code, documentation
|
21001
|
-
source, and configuration files.
|
21002
|
-
|
21003
|
-
"Object" form shall mean any form resulting from mechanical
|
21004
|
-
transformation or translation of a Source form, including but
|
21005
|
-
not limited to compiled object code, generated documentation,
|
21006
|
-
and conversions to other media types.
|
21007
|
-
|
21008
|
-
"Work" shall mean the work of authorship, whether in Source or
|
21009
|
-
Object form, made available under the License, as indicated by a
|
21010
|
-
copyright notice that is included in or attached to the work
|
21011
|
-
(an example is provided in the Appendix below).
|
21012
|
-
|
21013
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
21014
|
-
form, that is based on (or derived from) the Work and for which the
|
21015
|
-
editorial revisions, annotations, elaborations, or other modifications
|
21016
|
-
represent, as a whole, an original work of authorship. For the purposes
|
21017
|
-
of this License, Derivative Works shall not include works that remain
|
21018
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
21019
|
-
the Work and Derivative Works thereof.
|
21020
|
-
|
21021
|
-
"Contribution" shall mean any work of authorship, including
|
21022
|
-
the original version of the Work and any modifications or additions
|
21023
|
-
to that Work or Derivative Works thereof, that is intentionally
|
21024
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
21025
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
21026
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
21027
|
-
means any form of electronic, verbal, or written communication sent
|
21028
|
-
to the Licensor or its representatives, including but not limited to
|
21029
|
-
communication on electronic mailing lists, source code control systems,
|
21030
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
21031
|
-
Licensor for the purpose of discussing and improving the Work, but
|
21032
|
-
excluding communication that is conspicuously marked or otherwise
|
21033
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
21034
|
-
|
21035
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
21036
|
-
on behalf of whom a Contribution has been received by Licensor and
|
21037
|
-
subsequently incorporated within the Work.
|
21038
|
-
|
21039
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
21040
|
-
this License, each Contributor hereby grants to You a perpetual,
|
21041
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
21042
|
-
copyright license to reproduce, prepare Derivative Works of,
|
21043
|
-
publicly display, publicly perform, sublicense, and distribute the
|
21044
|
-
Work and such Derivative Works in Source or Object form.
|
21045
|
-
|
21046
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
21047
|
-
this License, each Contributor hereby grants to You a perpetual,
|
21048
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
21049
|
-
(except as stated in this section) patent license to make, have made,
|
21050
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
21051
|
-
where such license applies only to those patent claims licensable
|
21052
|
-
by such Contributor that are necessarily infringed by their
|
21053
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
21054
|
-
with the Work to which such Contribution(s) was submitted. If You
|
21055
|
-
institute patent litigation against any entity (including a
|
21056
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
21057
|
-
or a Contribution incorporated within the Work constitutes direct
|
21058
|
-
or contributory patent infringement, then any patent licenses
|
21059
|
-
granted to You under this License for that Work shall terminate
|
21060
|
-
as of the date such litigation is filed.
|
21061
|
-
|
21062
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
21063
|
-
Work or Derivative Works thereof in any medium, with or without
|
21064
|
-
modifications, and in Source or Object form, provided that You
|
21065
|
-
meet the following conditions:
|
21066
|
-
|
21067
|
-
(a) You must give any other recipients of the Work or
|
21068
|
-
Derivative Works a copy of this License; and
|
21069
|
-
|
21070
|
-
(b) You must cause any modified files to carry prominent notices
|
21071
|
-
stating that You changed the files; and
|
21072
|
-
|
21073
|
-
(c) You must retain, in the Source form of any Derivative Works
|
21074
|
-
that You distribute, all copyright, patent, trademark, and
|
21075
|
-
attribution notices from the Source form of the Work,
|
21076
|
-
excluding those notices that do not pertain to any part of
|
21077
|
-
the Derivative Works; and
|
21078
|
-
|
21079
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
21080
|
-
distribution, then any Derivative Works that You distribute must
|
21081
|
-
include a readable copy of the attribution notices contained
|
21082
|
-
within such NOTICE file, excluding those notices that do not
|
21083
|
-
pertain to any part of the Derivative Works, in at least one
|
21084
|
-
of the following places: within a NOTICE text file distributed
|
21085
|
-
as part of the Derivative Works; within the Source form or
|
21086
|
-
documentation, if provided along with the Derivative Works; or,
|
21087
|
-
within a display generated by the Derivative Works, if and
|
21088
|
-
wherever such third-party notices normally appear. The contents
|
21089
|
-
of the NOTICE file are for informational purposes only and
|
21090
|
-
do not modify the License. You may add Your own attribution
|
21091
|
-
notices within Derivative Works that You distribute, alongside
|
21092
|
-
or as an addendum to the NOTICE text from the Work, provided
|
21093
|
-
that such additional attribution notices cannot be construed
|
21094
|
-
as modifying the License.
|
21095
|
-
|
21096
|
-
You may add Your own copyright statement to Your modifications and
|
21097
|
-
may provide additional or different license terms and conditions
|
21098
|
-
for use, reproduction, or distribution of Your modifications, or
|
21099
|
-
for any such Derivative Works as a whole, provided Your use,
|
21100
|
-
reproduction, and distribution of the Work otherwise complies with
|
21101
|
-
the conditions stated in this License.
|
21102
|
-
|
21103
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
21104
|
-
any Contribution intentionally submitted for inclusion in the Work
|
21105
|
-
by You to the Licensor shall be under the terms and conditions of
|
21106
|
-
this License, without any additional terms or conditions.
|
21107
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
21108
|
-
the terms of any separate license agreement you may have executed
|
21109
|
-
with Licensor regarding such Contributions.
|
21110
|
-
|
21111
|
-
6. Trademarks. This License does not grant permission to use the trade
|
21112
|
-
names, trademarks, service marks, or product names of the Licensor,
|
21113
|
-
except as required for reasonable and customary use in describing the
|
21114
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
21115
|
-
|
21116
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
21117
|
-
agreed to in writing, Licensor provides the Work (and each
|
21118
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
21119
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
21120
|
-
implied, including, without limitation, any warranties or conditions
|
21121
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
21122
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
21123
|
-
appropriateness of using or redistributing the Work and assume any
|
21124
|
-
risks associated with Your exercise of permissions under this License.
|
21125
|
-
|
21126
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
21127
|
-
whether in tort (including negligence), contract, or otherwise,
|
21128
|
-
unless required by applicable law (such as deliberate and grossly
|
21129
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
21130
|
-
liable to You for damages, including any direct, indirect, special,
|
21131
|
-
incidental, or consequential damages of any character arising as a
|
21132
|
-
result of this License or out of the use or inability to use the
|
21133
|
-
Work (including but not limited to damages for loss of goodwill,
|
21134
|
-
work stoppage, computer failure or malfunction, or any and all
|
21135
|
-
other commercial damages or losses), even if such Contributor
|
21136
|
-
has been advised of the possibility of such damages.
|
21137
|
-
|
21138
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
21139
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
21140
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
21141
|
-
or other liability obligations and/or rights consistent with this
|
21142
|
-
License. However, in accepting such obligations, You may act only
|
21143
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
21144
|
-
of any other Contributor, and only if You agree to indemnify,
|
21145
|
-
defend, and hold each Contributor harmless for any liability
|
21146
|
-
incurred by, or claims asserted against, such Contributor by reason
|
21147
|
-
of your accepting any such warranty or additional liability.
|
21148
|
-
|
21149
|
-
END OF TERMS AND CONDITIONS
|
21150
|
-
|
21151
|
-
APPENDIX: How to apply the Apache License to your work.
|
21152
|
-
|
21153
|
-
To apply the Apache License to your work, attach the following
|
21154
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
21155
|
-
replaced with your own identifying information. (Don't include
|
21156
|
-
the brackets!) The text should be enclosed in the appropriate
|
21157
|
-
comment syntax for the file format. We also recommend that a
|
21158
|
-
file or class name and description of purpose be included on the
|
21159
|
-
same "printed page" as the copyright notice for easier
|
21160
|
-
identification within third-party archives.
|
21161
|
-
|
21162
|
-
Copyright [yyyy] [name of copyright owner]
|
21163
|
-
|
21164
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
21165
|
-
you may not use this file except in compliance with the License.
|
21166
|
-
You may obtain a copy of the License at
|
21167
|
-
|
21168
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
21169
|
-
|
21170
|
-
Unless required by applicable law or agreed to in writing, software
|
21171
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
21172
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21173
|
-
See the License for the specific language governing permissions and
|
21174
|
-
limitations under the License.
|
21175
|
-
|
21176
|
-
================================================================================
|
21177
|
-
jemalloc-sys LICENSE-MIT
|
21178
|
-
================================================================================
|
21179
|
-
|
21180
|
-
Copyright (c) 2014 Alex Crichton
|
21181
|
-
|
21182
|
-
Permission is hereby granted, free of charge, to any
|
21183
|
-
person obtaining a copy of this software and associated
|
21184
|
-
documentation files (the "Software"), to deal in the
|
21185
|
-
Software without restriction, including without
|
21186
|
-
limitation the rights to use, copy, modify, merge,
|
21187
|
-
publish, distribute, sublicense, and/or sell copies of
|
21188
|
-
the Software, and to permit persons to whom the Software
|
21189
|
-
is furnished to do so, subject to the following
|
21190
|
-
conditions:
|
21191
|
-
|
21192
|
-
The above copyright notice and this permission notice
|
21193
|
-
shall be included in all copies or substantial portions
|
21194
|
-
of the Software.
|
21195
|
-
|
21196
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
21197
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
21198
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
21199
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
21200
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
21201
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21202
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
21203
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
21204
|
-
DEALINGS IN THE SOFTWARE.
|
21205
|
-
|
21206
|
-
================================================================================
|
21207
|
-
jemalloc-sys jemalloc/COPYING
|
21208
|
-
================================================================================
|
21209
|
-
|
21210
|
-
Unless otherwise specified, files in the jemalloc source distribution are
|
21211
|
-
subject to the following license:
|
21212
|
-
--------------------------------------------------------------------------------
|
21213
|
-
Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
|
21214
|
-
All rights reserved.
|
21215
|
-
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
21216
|
-
Copyright (C) 2009-present Facebook, Inc. All rights reserved.
|
21217
|
-
|
21218
|
-
Redistribution and use in source and binary forms, with or without
|
21219
|
-
modification, are permitted provided that the following conditions are met:
|
21220
|
-
1. Redistributions of source code must retain the above copyright notice(s),
|
21221
|
-
this list of conditions and the following disclaimer.
|
21222
|
-
2. Redistributions in binary form must reproduce the above copyright notice(s),
|
21223
|
-
this list of conditions and the following disclaimer in the documentation
|
21224
|
-
and/or other materials provided with the distribution.
|
21225
|
-
|
21226
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
|
21227
|
-
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
21228
|
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
21229
|
-
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
|
21230
|
-
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
21231
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
21232
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
21233
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
21234
|
-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
21235
|
-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
21236
|
-
--------------------------------------------------------------------------------
|
21237
|
-
|
21238
|
-
================================================================================
|
21239
|
-
jemallocator LICENSE-APACHE
|
21204
|
+
jemallocator LICENSE-APACHE
|
21240
21205
|
================================================================================
|
21241
21206
|
|
21242
21207
|
Apache License
|
@@ -22749,6 +22714,30 @@ have been licensed under extremely permissive terms.
|
|
22749
22714
|
|
22750
22715
|
Copyright notices are retained in src/* files where relevant.
|
22751
22716
|
|
22717
|
+
================================================================================
|
22718
|
+
libz-rs-sys LICENSE
|
22719
|
+
================================================================================
|
22720
|
+
|
22721
|
+
(C) 2024 Trifecta Tech Foundation
|
22722
|
+
|
22723
|
+
This software is provided 'as-is', without any express or implied
|
22724
|
+
warranty. In no event will the authors be held liable for any damages
|
22725
|
+
arising from the use of this software.
|
22726
|
+
|
22727
|
+
Permission is granted to anyone to use this software for any purpose,
|
22728
|
+
including commercial applications, and to alter it and redistribute it
|
22729
|
+
freely, subject to the following restrictions:
|
22730
|
+
|
22731
|
+
1. The origin of this software must not be misrepresented; you must not
|
22732
|
+
claim that you wrote the original software. If you use this software
|
22733
|
+
in a product, an acknowledgment in the product documentation would be
|
22734
|
+
appreciated but is not required.
|
22735
|
+
|
22736
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
22737
|
+
misrepresented as being the original software.
|
22738
|
+
|
22739
|
+
3. This notice may not be removed or altered from any source distribution.
|
22740
|
+
|
22752
22741
|
================================================================================
|
22753
22742
|
linux-raw-sys LICENSE-APACHE
|
22754
22743
|
================================================================================
|
@@ -25002,7 +24991,11 @@ miniz_oxide LICENSE
|
|
25002
24991
|
|
25003
24992
|
MIT License
|
25004
24993
|
|
24994
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24995
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25005
24996
|
Copyright (c) 2017 Frommi
|
24997
|
+
Copyright (c) 2017-2024 oyvindln
|
24998
|
+
|
25006
24999
|
|
25007
25000
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25008
25001
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25210,7 +25203,10 @@ miniz_oxide LICENSE-MIT.md
|
|
25210
25203
|
|
25211
25204
|
MIT License
|
25212
25205
|
|
25206
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
25207
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25213
25208
|
Copyright (c) 2017 Frommi
|
25209
|
+
Copyright (c) 2017-2024 oyvindln
|
25214
25210
|
|
25215
25211
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25216
25212
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25234,7 +25230,10 @@ SOFTWARE.
|
|
25234
25230
|
miniz_oxide LICENSE-ZLIB.md
|
25235
25231
|
================================================================================
|
25236
25232
|
|
25233
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
25234
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25237
25235
|
Copyright (c) 2020 Frommi
|
25236
|
+
Copyright (c) 2017-2024 oyvindln
|
25238
25237
|
|
25239
25238
|
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.
|
25240
25239
|
|
@@ -25271,732 +25270,294 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
25271
25270
|
THE SOFTWARE.
|
25272
25271
|
|
25273
25272
|
================================================================================
|
25274
|
-
|
25275
|
-
================================================================================
|
25276
|
-
|
25277
|
-
|
25278
|
-
|
25279
|
-
|
25280
|
-
|
25281
|
-
|
25282
|
-
|
25283
|
-
|
25284
|
-
|
25285
|
-
|
25286
|
-
|
25287
|
-
|
25288
|
-
|
25289
|
-
|
25290
|
-
|
25291
|
-
|
25292
|
-
|
25293
|
-
|
25294
|
-
|
25295
|
-
|
25296
|
-
|
25297
|
-
|
25298
|
-
|
25299
|
-
|
25300
|
-
|
25301
|
-
|
25302
|
-
|
25303
|
-
|
25304
|
-
|
25305
|
-
|
25306
|
-
|
25307
|
-
|
25308
|
-
|
25309
|
-
|
25310
|
-
|
25311
|
-
|
25312
|
-
|
25313
|
-
|
25314
|
-
|
25315
|
-
|
25316
|
-
|
25317
|
-
|
25318
|
-
|
25319
|
-
|
25320
|
-
|
25321
|
-
|
25322
|
-
|
25323
|
-
|
25324
|
-
|
25325
|
-
|
25326
|
-
|
25327
|
-
|
25328
|
-
|
25329
|
-
|
25330
|
-
|
25331
|
-
|
25332
|
-
|
25333
|
-
|
25334
|
-
|
25335
|
-
|
25336
|
-
|
25337
|
-
|
25338
|
-
|
25339
|
-
|
25340
|
-
|
25341
|
-
|
25342
|
-
|
25343
|
-
|
25344
|
-
|
25345
|
-
|
25346
|
-
|
25347
|
-
|
25348
|
-
|
25349
|
-
|
25350
|
-
|
25351
|
-
|
25352
|
-
|
25353
|
-
|
25354
|
-
|
25355
|
-
|
25356
|
-
|
25357
|
-
|
25358
|
-
|
25359
|
-
|
25360
|
-
|
25361
|
-
|
25362
|
-
|
25363
|
-
|
25364
|
-
|
25365
|
-
|
25366
|
-
|
25367
|
-
|
25368
|
-
|
25369
|
-
|
25370
|
-
|
25371
|
-
|
25372
|
-
|
25373
|
-
|
25374
|
-
|
25375
|
-
|
25376
|
-
|
25377
|
-
|
25378
|
-
|
25379
|
-
|
25380
|
-
|
25381
|
-
|
25382
|
-
|
25383
|
-
|
25384
|
-
|
25385
|
-
|
25386
|
-
|
25387
|
-
|
25388
|
-
|
25389
|
-
|
25390
|
-
|
25391
|
-
|
25392
|
-
|
25393
|
-
|
25394
|
-
|
25395
|
-
|
25396
|
-
|
25397
|
-
|
25398
|
-
|
25399
|
-
|
25400
|
-
|
25401
|
-
|
25402
|
-
|
25403
|
-
|
25404
|
-
|
25405
|
-
|
25406
|
-
|
25407
|
-
|
25408
|
-
|
25409
|
-
|
25410
|
-
|
25411
|
-
|
25412
|
-
|
25413
|
-
|
25414
|
-
|
25415
|
-
|
25416
|
-
|
25417
|
-
|
25418
|
-
|
25419
|
-
|
25420
|
-
|
25421
|
-
|
25422
|
-
|
25423
|
-
|
25424
|
-
|
25425
|
-
|
25426
|
-
|
25427
|
-
|
25428
|
-
|
25429
|
-
|
25430
|
-
|
25431
|
-
|
25432
|
-
|
25433
|
-
|
25434
|
-
|
25435
|
-
|
25436
|
-
|
25437
|
-
|
25438
|
-
|
25439
|
-
|
25440
|
-
|
25441
|
-
|
25442
|
-
|
25443
|
-
|
25444
|
-
|
25445
|
-
|
25446
|
-
|
25447
|
-
|
25448
|
-
|
25449
|
-
|
25450
|
-
|
25451
|
-
|
25452
|
-
|
25453
|
-
|
25454
|
-
|
25455
|
-
|
25456
|
-
|
25457
|
-
|
25458
|
-
|
25459
|
-
|
25460
|
-
|
25461
|
-
|
25462
|
-
|
25463
|
-
|
25464
|
-
|
25465
|
-
|
25466
|
-
|
25467
|
-
|
25468
|
-
|
25469
|
-
|
25470
|
-
|
25471
|
-
|
25472
|
-
|
25473
|
-
|
25474
|
-
|
25475
|
-
|
25476
|
-
|
25477
|
-
|
25478
|
-
|
25479
|
-
|
25480
|
-
|
25481
|
-
|
25482
|
-
|
25483
|
-
|
25484
|
-
|
25485
|
-
|
25486
|
-
|
25487
|
-
|
25488
|
-
|
25489
|
-
|
25490
|
-
|
25491
|
-
|
25492
|
-
|
25493
|
-
|
25494
|
-
|
25495
|
-
|
25496
|
-
|
25497
|
-
|
25498
|
-
|
25499
|
-
|
25500
|
-
|
25501
|
-
|
25502
|
-
|
25503
|
-
|
25504
|
-
|
25505
|
-
|
25506
|
-
|
25507
|
-
|
25508
|
-
|
25509
|
-
|
25510
|
-
|
25511
|
-
|
25512
|
-
|
25513
|
-
|
25514
|
-
|
25515
|
-
|
25516
|
-
|
25517
|
-
|
25518
|
-
|
25519
|
-
|
25520
|
-
|
25521
|
-
|
25522
|
-
|
25523
|
-
|
25524
|
-
|
25525
|
-
|
25526
|
-
|
25527
|
-
|
25528
|
-
|
25529
|
-
|
25530
|
-
|
25531
|
-
|
25532
|
-
|
25533
|
-
|
25534
|
-
|
25535
|
-
|
25536
|
-
|
25537
|
-
|
25538
|
-
|
25539
|
-
|
25540
|
-
|
25541
|
-
|
25542
|
-
|
25543
|
-
|
25544
|
-
|
25545
|
-
|
25546
|
-
|
25547
|
-
|
25548
|
-
|
25549
|
-
|
25550
|
-
|
25551
|
-
|
25552
|
-
|
25553
|
-
|
25554
|
-
|
25555
|
-
|
25556
|
-
|
25557
|
-
|
25558
|
-
|
25559
|
-
|
25560
|
-
|
25561
|
-
|
25562
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
25563
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25564
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25565
|
-
copyright license to reproduce, prepare Derivative Works of,
|
25566
|
-
publicly display, publicly perform, sublicense, and distribute the
|
25567
|
-
Work and such Derivative Works in Source or Object form.
|
25568
|
-
|
25569
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
25570
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25571
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25572
|
-
(except as stated in this section) patent license to make, have made,
|
25573
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25574
|
-
where such license applies only to those patent claims licensable
|
25575
|
-
by such Contributor that are necessarily infringed by their
|
25576
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
25577
|
-
with the Work to which such Contribution(s) was submitted. If You
|
25578
|
-
institute patent litigation against any entity (including a
|
25579
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25580
|
-
or a Contribution incorporated within the Work constitutes direct
|
25581
|
-
or contributory patent infringement, then any patent licenses
|
25582
|
-
granted to You under this License for that Work shall terminate
|
25583
|
-
as of the date such litigation is filed.
|
25584
|
-
|
25585
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
25586
|
-
Work or Derivative Works thereof in any medium, with or without
|
25587
|
-
modifications, and in Source or Object form, provided that You
|
25588
|
-
meet the following conditions:
|
25589
|
-
|
25590
|
-
(a) You must give any other recipients of the Work or
|
25591
|
-
Derivative Works a copy of this License; and
|
25592
|
-
|
25593
|
-
(b) You must cause any modified files to carry prominent notices
|
25594
|
-
stating that You changed the files; and
|
25595
|
-
|
25596
|
-
(c) You must retain, in the Source form of any Derivative Works
|
25597
|
-
that You distribute, all copyright, patent, trademark, and
|
25598
|
-
attribution notices from the Source form of the Work,
|
25599
|
-
excluding those notices that do not pertain to any part of
|
25600
|
-
the Derivative Works; and
|
25601
|
-
|
25602
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
25603
|
-
distribution, then any Derivative Works that You distribute must
|
25604
|
-
include a readable copy of the attribution notices contained
|
25605
|
-
within such NOTICE file, excluding those notices that do not
|
25606
|
-
pertain to any part of the Derivative Works, in at least one
|
25607
|
-
of the following places: within a NOTICE text file distributed
|
25608
|
-
as part of the Derivative Works; within the Source form or
|
25609
|
-
documentation, if provided along with the Derivative Works; or,
|
25610
|
-
within a display generated by the Derivative Works, if and
|
25611
|
-
wherever such third-party notices normally appear. The contents
|
25612
|
-
of the NOTICE file are for informational purposes only and
|
25613
|
-
do not modify the License. You may add Your own attribution
|
25614
|
-
notices within Derivative Works that You distribute, alongside
|
25615
|
-
or as an addendum to the NOTICE text from the Work, provided
|
25616
|
-
that such additional attribution notices cannot be construed
|
25617
|
-
as modifying the License.
|
25618
|
-
|
25619
|
-
You may add Your own copyright statement to Your modifications and
|
25620
|
-
may provide additional or different license terms and conditions
|
25621
|
-
for use, reproduction, or distribution of Your modifications, or
|
25622
|
-
for any such Derivative Works as a whole, provided Your use,
|
25623
|
-
reproduction, and distribution of the Work otherwise complies with
|
25624
|
-
the conditions stated in this License.
|
25625
|
-
|
25626
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25627
|
-
any Contribution intentionally submitted for inclusion in the Work
|
25628
|
-
by You to the Licensor shall be under the terms and conditions of
|
25629
|
-
this License, without any additional terms or conditions.
|
25630
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
25631
|
-
the terms of any separate license agreement you may have executed
|
25632
|
-
with Licensor regarding such Contributions.
|
25633
|
-
|
25634
|
-
6. Trademarks. This License does not grant permission to use the trade
|
25635
|
-
names, trademarks, service marks, or product names of the Licensor,
|
25636
|
-
except as required for reasonable and customary use in describing the
|
25637
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
25638
|
-
|
25639
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
25640
|
-
agreed to in writing, Licensor provides the Work (and each
|
25641
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25642
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25643
|
-
implied, including, without limitation, any warranties or conditions
|
25644
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25645
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25646
|
-
appropriateness of using or redistributing the Work and assume any
|
25647
|
-
risks associated with Your exercise of permissions under this License.
|
25648
|
-
|
25649
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
25650
|
-
whether in tort (including negligence), contract, or otherwise,
|
25651
|
-
unless required by applicable law (such as deliberate and grossly
|
25652
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
25653
|
-
liable to You for damages, including any direct, indirect, special,
|
25654
|
-
incidental, or consequential damages of any character arising as a
|
25655
|
-
result of this License or out of the use or inability to use the
|
25656
|
-
Work (including but not limited to damages for loss of goodwill,
|
25657
|
-
work stoppage, computer failure or malfunction, or any and all
|
25658
|
-
other commercial damages or losses), even if such Contributor
|
25659
|
-
has been advised of the possibility of such damages.
|
25660
|
-
|
25661
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
25662
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
25663
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
25664
|
-
or other liability obligations and/or rights consistent with this
|
25665
|
-
License. However, in accepting such obligations, You may act only
|
25666
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
25667
|
-
of any other Contributor, and only if You agree to indemnify,
|
25668
|
-
defend, and hold each Contributor harmless for any liability
|
25669
|
-
incurred by, or claims asserted against, such Contributor by reason
|
25670
|
-
of your accepting any such warranty or additional liability.
|
25671
|
-
|
25672
|
-
END OF TERMS AND CONDITIONS
|
25673
|
-
|
25674
|
-
APPENDIX: How to apply the Apache License to your work.
|
25675
|
-
|
25676
|
-
To apply the Apache License to your work, attach the following
|
25677
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
25678
|
-
replaced with your own identifying information. (Don't include
|
25679
|
-
the brackets!) The text should be enclosed in the appropriate
|
25680
|
-
comment syntax for the file format. We also recommend that a
|
25681
|
-
file or class name and description of purpose be included on the
|
25682
|
-
same "printed page" as the copyright notice for easier
|
25683
|
-
identification within third-party archives.
|
25684
|
-
|
25685
|
-
Copyright [yyyy] [name of copyright owner]
|
25686
|
-
|
25687
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
25688
|
-
you may not use this file except in compliance with the License.
|
25689
|
-
You may obtain a copy of the License at
|
25690
|
-
|
25691
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
25692
|
-
|
25693
|
-
Unless required by applicable law or agreed to in writing, software
|
25694
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
25695
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25696
|
-
See the License for the specific language governing permissions and
|
25697
|
-
limitations under the License.
|
25698
|
-
|
25699
|
-
================================================================================
|
25700
|
-
multiversion-macros LICENSE-MIT
|
25701
|
-
================================================================================
|
25702
|
-
|
25703
|
-
Copyright 2019 Caleb Zulawski
|
25704
|
-
|
25705
|
-
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:
|
25706
|
-
|
25707
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
25708
|
-
|
25709
|
-
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.
|
25710
|
-
|
25711
|
-
================================================================================
|
25712
|
-
nom LICENSE
|
25713
|
-
================================================================================
|
25714
|
-
|
25715
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
25716
|
-
|
25717
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
25718
|
-
a copy of this software and associated documentation files (the
|
25719
|
-
"Software"), to deal in the Software without restriction, including
|
25720
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
25721
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
25722
|
-
permit persons to whom the Software is furnished to do so, subject to
|
25723
|
-
the following conditions:
|
25724
|
-
|
25725
|
-
The above copyright notice and this permission notice shall be
|
25726
|
-
included in all copies or substantial portions of the Software.
|
25727
|
-
|
25728
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
25729
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
25730
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
25731
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
25732
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25733
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
25734
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
25735
|
-
|
25736
|
-
================================================================================
|
25737
|
-
now LICENSE
|
25738
|
-
================================================================================
|
25739
|
-
|
25740
|
-
MIT License
|
25741
|
-
|
25742
|
-
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
25743
|
-
|
25744
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25745
|
-
of this software and associated documentation files (the "Software"), to deal
|
25746
|
-
in the Software without restriction, including without limitation the rights
|
25747
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25748
|
-
copies of the Software, and to permit persons to whom the Software is
|
25749
|
-
furnished to do so, subject to the following conditions:
|
25750
|
-
|
25751
|
-
The above copyright notice and this permission notice shall be included in all
|
25752
|
-
copies or substantial portions of the Software.
|
25753
|
-
|
25754
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25755
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25756
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25757
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25758
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25759
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25760
|
-
SOFTWARE.
|
25761
|
-
|
25762
|
-
================================================================================
|
25763
|
-
num-traits LICENSE-APACHE
|
25764
|
-
================================================================================
|
25765
|
-
|
25766
|
-
Apache License
|
25767
|
-
Version 2.0, January 2004
|
25768
|
-
http://www.apache.org/licenses/
|
25769
|
-
|
25770
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25771
|
-
|
25772
|
-
1. Definitions.
|
25773
|
-
|
25774
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
25775
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
25776
|
-
|
25777
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
25778
|
-
the copyright owner that is granting the License.
|
25779
|
-
|
25780
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
25781
|
-
other entities that control, are controlled by, or are under common
|
25782
|
-
control with that entity. For the purposes of this definition,
|
25783
|
-
"control" means (i) the power, direct or indirect, to cause the
|
25784
|
-
direction or management of such entity, whether by contract or
|
25785
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25786
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
25787
|
-
|
25788
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25789
|
-
exercising permissions granted by this License.
|
25790
|
-
|
25791
|
-
"Source" form shall mean the preferred form for making modifications,
|
25792
|
-
including but not limited to software source code, documentation
|
25793
|
-
source, and configuration files.
|
25794
|
-
|
25795
|
-
"Object" form shall mean any form resulting from mechanical
|
25796
|
-
transformation or translation of a Source form, including but
|
25797
|
-
not limited to compiled object code, generated documentation,
|
25798
|
-
and conversions to other media types.
|
25799
|
-
|
25800
|
-
"Work" shall mean the work of authorship, whether in Source or
|
25801
|
-
Object form, made available under the License, as indicated by a
|
25802
|
-
copyright notice that is included in or attached to the work
|
25803
|
-
(an example is provided in the Appendix below).
|
25804
|
-
|
25805
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
25806
|
-
form, that is based on (or derived from) the Work and for which the
|
25807
|
-
editorial revisions, annotations, elaborations, or other modifications
|
25808
|
-
represent, as a whole, an original work of authorship. For the purposes
|
25809
|
-
of this License, Derivative Works shall not include works that remain
|
25810
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
25811
|
-
the Work and Derivative Works thereof.
|
25812
|
-
|
25813
|
-
"Contribution" shall mean any work of authorship, including
|
25814
|
-
the original version of the Work and any modifications or additions
|
25815
|
-
to that Work or Derivative Works thereof, that is intentionally
|
25816
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
25817
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
25818
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
25819
|
-
means any form of electronic, verbal, or written communication sent
|
25820
|
-
to the Licensor or its representatives, including but not limited to
|
25821
|
-
communication on electronic mailing lists, source code control systems,
|
25822
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
25823
|
-
Licensor for the purpose of discussing and improving the Work, but
|
25824
|
-
excluding communication that is conspicuously marked or otherwise
|
25825
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
25826
|
-
|
25827
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25828
|
-
on behalf of whom a Contribution has been received by Licensor and
|
25829
|
-
subsequently incorporated within the Work.
|
25830
|
-
|
25831
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
25832
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25833
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25834
|
-
copyright license to reproduce, prepare Derivative Works of,
|
25835
|
-
publicly display, publicly perform, sublicense, and distribute the
|
25836
|
-
Work and such Derivative Works in Source or Object form.
|
25837
|
-
|
25838
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
25839
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25840
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25841
|
-
(except as stated in this section) patent license to make, have made,
|
25842
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25843
|
-
where such license applies only to those patent claims licensable
|
25844
|
-
by such Contributor that are necessarily infringed by their
|
25845
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
25846
|
-
with the Work to which such Contribution(s) was submitted. If You
|
25847
|
-
institute patent litigation against any entity (including a
|
25848
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25849
|
-
or a Contribution incorporated within the Work constitutes direct
|
25850
|
-
or contributory patent infringement, then any patent licenses
|
25851
|
-
granted to You under this License for that Work shall terminate
|
25852
|
-
as of the date such litigation is filed.
|
25853
|
-
|
25854
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
25855
|
-
Work or Derivative Works thereof in any medium, with or without
|
25856
|
-
modifications, and in Source or Object form, provided that You
|
25857
|
-
meet the following conditions:
|
25858
|
-
|
25859
|
-
(a) You must give any other recipients of the Work or
|
25860
|
-
Derivative Works a copy of this License; and
|
25861
|
-
|
25862
|
-
(b) You must cause any modified files to carry prominent notices
|
25863
|
-
stating that You changed the files; and
|
25864
|
-
|
25865
|
-
(c) You must retain, in the Source form of any Derivative Works
|
25866
|
-
that You distribute, all copyright, patent, trademark, and
|
25867
|
-
attribution notices from the Source form of the Work,
|
25868
|
-
excluding those notices that do not pertain to any part of
|
25869
|
-
the Derivative Works; and
|
25870
|
-
|
25871
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
25872
|
-
distribution, then any Derivative Works that You distribute must
|
25873
|
-
include a readable copy of the attribution notices contained
|
25874
|
-
within such NOTICE file, excluding those notices that do not
|
25875
|
-
pertain to any part of the Derivative Works, in at least one
|
25876
|
-
of the following places: within a NOTICE text file distributed
|
25877
|
-
as part of the Derivative Works; within the Source form or
|
25878
|
-
documentation, if provided along with the Derivative Works; or,
|
25879
|
-
within a display generated by the Derivative Works, if and
|
25880
|
-
wherever such third-party notices normally appear. The contents
|
25881
|
-
of the NOTICE file are for informational purposes only and
|
25882
|
-
do not modify the License. You may add Your own attribution
|
25883
|
-
notices within Derivative Works that You distribute, alongside
|
25884
|
-
or as an addendum to the NOTICE text from the Work, provided
|
25885
|
-
that such additional attribution notices cannot be construed
|
25886
|
-
as modifying the License.
|
25887
|
-
|
25888
|
-
You may add Your own copyright statement to Your modifications and
|
25889
|
-
may provide additional or different license terms and conditions
|
25890
|
-
for use, reproduction, or distribution of Your modifications, or
|
25891
|
-
for any such Derivative Works as a whole, provided Your use,
|
25892
|
-
reproduction, and distribution of the Work otherwise complies with
|
25893
|
-
the conditions stated in this License.
|
25894
|
-
|
25895
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25896
|
-
any Contribution intentionally submitted for inclusion in the Work
|
25897
|
-
by You to the Licensor shall be under the terms and conditions of
|
25898
|
-
this License, without any additional terms or conditions.
|
25899
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
25900
|
-
the terms of any separate license agreement you may have executed
|
25901
|
-
with Licensor regarding such Contributions.
|
25902
|
-
|
25903
|
-
6. Trademarks. This License does not grant permission to use the trade
|
25904
|
-
names, trademarks, service marks, or product names of the Licensor,
|
25905
|
-
except as required for reasonable and customary use in describing the
|
25906
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
25907
|
-
|
25908
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
25909
|
-
agreed to in writing, Licensor provides the Work (and each
|
25910
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25911
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25912
|
-
implied, including, without limitation, any warranties or conditions
|
25913
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25914
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25915
|
-
appropriateness of using or redistributing the Work and assume any
|
25916
|
-
risks associated with Your exercise of permissions under this License.
|
25917
|
-
|
25918
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
25919
|
-
whether in tort (including negligence), contract, or otherwise,
|
25920
|
-
unless required by applicable law (such as deliberate and grossly
|
25921
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
25922
|
-
liable to You for damages, including any direct, indirect, special,
|
25923
|
-
incidental, or consequential damages of any character arising as a
|
25924
|
-
result of this License or out of the use or inability to use the
|
25925
|
-
Work (including but not limited to damages for loss of goodwill,
|
25926
|
-
work stoppage, computer failure or malfunction, or any and all
|
25927
|
-
other commercial damages or losses), even if such Contributor
|
25928
|
-
has been advised of the possibility of such damages.
|
25929
|
-
|
25930
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
25931
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
25932
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
25933
|
-
or other liability obligations and/or rights consistent with this
|
25934
|
-
License. However, in accepting such obligations, You may act only
|
25935
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
25936
|
-
of any other Contributor, and only if You agree to indemnify,
|
25937
|
-
defend, and hold each Contributor harmless for any liability
|
25938
|
-
incurred by, or claims asserted against, such Contributor by reason
|
25939
|
-
of your accepting any such warranty or additional liability.
|
25940
|
-
|
25941
|
-
END OF TERMS AND CONDITIONS
|
25942
|
-
|
25943
|
-
APPENDIX: How to apply the Apache License to your work.
|
25944
|
-
|
25945
|
-
To apply the Apache License to your work, attach the following
|
25946
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
25947
|
-
replaced with your own identifying information. (Don't include
|
25948
|
-
the brackets!) The text should be enclosed in the appropriate
|
25949
|
-
comment syntax for the file format. We also recommend that a
|
25950
|
-
file or class name and description of purpose be included on the
|
25951
|
-
same "printed page" as the copyright notice for easier
|
25952
|
-
identification within third-party archives.
|
25953
|
-
|
25954
|
-
Copyright [yyyy] [name of copyright owner]
|
25955
|
-
|
25956
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
25957
|
-
you may not use this file except in compliance with the License.
|
25958
|
-
You may obtain a copy of the License at
|
25959
|
-
|
25960
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
25961
|
-
|
25962
|
-
Unless required by applicable law or agreed to in writing, software
|
25963
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
25964
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25965
|
-
See the License for the specific language governing permissions and
|
25966
|
-
limitations under the License.
|
25967
|
-
|
25968
|
-
================================================================================
|
25969
|
-
num-traits LICENSE-MIT
|
25970
|
-
================================================================================
|
25971
|
-
|
25972
|
-
Copyright (c) 2014 The Rust Project Developers
|
25973
|
-
|
25974
|
-
Permission is hereby granted, free of charge, to any
|
25975
|
-
person obtaining a copy of this software and associated
|
25976
|
-
documentation files (the "Software"), to deal in the
|
25977
|
-
Software without restriction, including without
|
25978
|
-
limitation the rights to use, copy, modify, merge,
|
25979
|
-
publish, distribute, sublicense, and/or sell copies of
|
25980
|
-
the Software, and to permit persons to whom the Software
|
25981
|
-
is furnished to do so, subject to the following
|
25982
|
-
conditions:
|
25983
|
-
|
25984
|
-
The above copyright notice and this permission notice
|
25985
|
-
shall be included in all copies or substantial portions
|
25986
|
-
of the Software.
|
25987
|
-
|
25988
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
25989
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
25990
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
25991
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
25992
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
25993
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25994
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
25995
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25996
|
-
DEALINGS IN THE SOFTWARE.
|
25997
|
-
|
25998
|
-
================================================================================
|
25999
|
-
object_store LICENSE.txt
|
25273
|
+
nom LICENSE
|
25274
|
+
================================================================================
|
25275
|
+
|
25276
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
25277
|
+
|
25278
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
25279
|
+
a copy of this software and associated documentation files (the
|
25280
|
+
"Software"), to deal in the Software without restriction, including
|
25281
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
25282
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
25283
|
+
permit persons to whom the Software is furnished to do so, subject to
|
25284
|
+
the following conditions:
|
25285
|
+
|
25286
|
+
The above copyright notice and this permission notice shall be
|
25287
|
+
included in all copies or substantial portions of the Software.
|
25288
|
+
|
25289
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
25290
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
25291
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
25292
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
25293
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25294
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
25295
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
25296
|
+
|
25297
|
+
================================================================================
|
25298
|
+
now LICENSE
|
25299
|
+
================================================================================
|
25300
|
+
|
25301
|
+
MIT License
|
25302
|
+
|
25303
|
+
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
25304
|
+
|
25305
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25306
|
+
of this software and associated documentation files (the "Software"), to deal
|
25307
|
+
in the Software without restriction, including without limitation the rights
|
25308
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25309
|
+
copies of the Software, and to permit persons to whom the Software is
|
25310
|
+
furnished to do so, subject to the following conditions:
|
25311
|
+
|
25312
|
+
The above copyright notice and this permission notice shall be included in all
|
25313
|
+
copies or substantial portions of the Software.
|
25314
|
+
|
25315
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25316
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25317
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25318
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25319
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25320
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25321
|
+
SOFTWARE.
|
25322
|
+
|
25323
|
+
================================================================================
|
25324
|
+
num-traits LICENSE-APACHE
|
25325
|
+
================================================================================
|
25326
|
+
|
25327
|
+
Apache License
|
25328
|
+
Version 2.0, January 2004
|
25329
|
+
http://www.apache.org/licenses/
|
25330
|
+
|
25331
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25332
|
+
|
25333
|
+
1. Definitions.
|
25334
|
+
|
25335
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
25336
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
25337
|
+
|
25338
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
25339
|
+
the copyright owner that is granting the License.
|
25340
|
+
|
25341
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
25342
|
+
other entities that control, are controlled by, or are under common
|
25343
|
+
control with that entity. For the purposes of this definition,
|
25344
|
+
"control" means (i) the power, direct or indirect, to cause the
|
25345
|
+
direction or management of such entity, whether by contract or
|
25346
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25347
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
25348
|
+
|
25349
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25350
|
+
exercising permissions granted by this License.
|
25351
|
+
|
25352
|
+
"Source" form shall mean the preferred form for making modifications,
|
25353
|
+
including but not limited to software source code, documentation
|
25354
|
+
source, and configuration files.
|
25355
|
+
|
25356
|
+
"Object" form shall mean any form resulting from mechanical
|
25357
|
+
transformation or translation of a Source form, including but
|
25358
|
+
not limited to compiled object code, generated documentation,
|
25359
|
+
and conversions to other media types.
|
25360
|
+
|
25361
|
+
"Work" shall mean the work of authorship, whether in Source or
|
25362
|
+
Object form, made available under the License, as indicated by a
|
25363
|
+
copyright notice that is included in or attached to the work
|
25364
|
+
(an example is provided in the Appendix below).
|
25365
|
+
|
25366
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
25367
|
+
form, that is based on (or derived from) the Work and for which the
|
25368
|
+
editorial revisions, annotations, elaborations, or other modifications
|
25369
|
+
represent, as a whole, an original work of authorship. For the purposes
|
25370
|
+
of this License, Derivative Works shall not include works that remain
|
25371
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
25372
|
+
the Work and Derivative Works thereof.
|
25373
|
+
|
25374
|
+
"Contribution" shall mean any work of authorship, including
|
25375
|
+
the original version of the Work and any modifications or additions
|
25376
|
+
to that Work or Derivative Works thereof, that is intentionally
|
25377
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
25378
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
25379
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
25380
|
+
means any form of electronic, verbal, or written communication sent
|
25381
|
+
to the Licensor or its representatives, including but not limited to
|
25382
|
+
communication on electronic mailing lists, source code control systems,
|
25383
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
25384
|
+
Licensor for the purpose of discussing and improving the Work, but
|
25385
|
+
excluding communication that is conspicuously marked or otherwise
|
25386
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
25387
|
+
|
25388
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25389
|
+
on behalf of whom a Contribution has been received by Licensor and
|
25390
|
+
subsequently incorporated within the Work.
|
25391
|
+
|
25392
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
25393
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25394
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25395
|
+
copyright license to reproduce, prepare Derivative Works of,
|
25396
|
+
publicly display, publicly perform, sublicense, and distribute the
|
25397
|
+
Work and such Derivative Works in Source or Object form.
|
25398
|
+
|
25399
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
25400
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25401
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25402
|
+
(except as stated in this section) patent license to make, have made,
|
25403
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25404
|
+
where such license applies only to those patent claims licensable
|
25405
|
+
by such Contributor that are necessarily infringed by their
|
25406
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
25407
|
+
with the Work to which such Contribution(s) was submitted. If You
|
25408
|
+
institute patent litigation against any entity (including a
|
25409
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25410
|
+
or a Contribution incorporated within the Work constitutes direct
|
25411
|
+
or contributory patent infringement, then any patent licenses
|
25412
|
+
granted to You under this License for that Work shall terminate
|
25413
|
+
as of the date such litigation is filed.
|
25414
|
+
|
25415
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
25416
|
+
Work or Derivative Works thereof in any medium, with or without
|
25417
|
+
modifications, and in Source or Object form, provided that You
|
25418
|
+
meet the following conditions:
|
25419
|
+
|
25420
|
+
(a) You must give any other recipients of the Work or
|
25421
|
+
Derivative Works a copy of this License; and
|
25422
|
+
|
25423
|
+
(b) You must cause any modified files to carry prominent notices
|
25424
|
+
stating that You changed the files; and
|
25425
|
+
|
25426
|
+
(c) You must retain, in the Source form of any Derivative Works
|
25427
|
+
that You distribute, all copyright, patent, trademark, and
|
25428
|
+
attribution notices from the Source form of the Work,
|
25429
|
+
excluding those notices that do not pertain to any part of
|
25430
|
+
the Derivative Works; and
|
25431
|
+
|
25432
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
25433
|
+
distribution, then any Derivative Works that You distribute must
|
25434
|
+
include a readable copy of the attribution notices contained
|
25435
|
+
within such NOTICE file, excluding those notices that do not
|
25436
|
+
pertain to any part of the Derivative Works, in at least one
|
25437
|
+
of the following places: within a NOTICE text file distributed
|
25438
|
+
as part of the Derivative Works; within the Source form or
|
25439
|
+
documentation, if provided along with the Derivative Works; or,
|
25440
|
+
within a display generated by the Derivative Works, if and
|
25441
|
+
wherever such third-party notices normally appear. The contents
|
25442
|
+
of the NOTICE file are for informational purposes only and
|
25443
|
+
do not modify the License. You may add Your own attribution
|
25444
|
+
notices within Derivative Works that You distribute, alongside
|
25445
|
+
or as an addendum to the NOTICE text from the Work, provided
|
25446
|
+
that such additional attribution notices cannot be construed
|
25447
|
+
as modifying the License.
|
25448
|
+
|
25449
|
+
You may add Your own copyright statement to Your modifications and
|
25450
|
+
may provide additional or different license terms and conditions
|
25451
|
+
for use, reproduction, or distribution of Your modifications, or
|
25452
|
+
for any such Derivative Works as a whole, provided Your use,
|
25453
|
+
reproduction, and distribution of the Work otherwise complies with
|
25454
|
+
the conditions stated in this License.
|
25455
|
+
|
25456
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25457
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25458
|
+
by You to the Licensor shall be under the terms and conditions of
|
25459
|
+
this License, without any additional terms or conditions.
|
25460
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25461
|
+
the terms of any separate license agreement you may have executed
|
25462
|
+
with Licensor regarding such Contributions.
|
25463
|
+
|
25464
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25465
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25466
|
+
except as required for reasonable and customary use in describing the
|
25467
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25468
|
+
|
25469
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25470
|
+
agreed to in writing, Licensor provides the Work (and each
|
25471
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25472
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25473
|
+
implied, including, without limitation, any warranties or conditions
|
25474
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25475
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25476
|
+
appropriateness of using or redistributing the Work and assume any
|
25477
|
+
risks associated with Your exercise of permissions under this License.
|
25478
|
+
|
25479
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25480
|
+
whether in tort (including negligence), contract, or otherwise,
|
25481
|
+
unless required by applicable law (such as deliberate and grossly
|
25482
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25483
|
+
liable to You for damages, including any direct, indirect, special,
|
25484
|
+
incidental, or consequential damages of any character arising as a
|
25485
|
+
result of this License or out of the use or inability to use the
|
25486
|
+
Work (including but not limited to damages for loss of goodwill,
|
25487
|
+
work stoppage, computer failure or malfunction, or any and all
|
25488
|
+
other commercial damages or losses), even if such Contributor
|
25489
|
+
has been advised of the possibility of such damages.
|
25490
|
+
|
25491
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25492
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25493
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25494
|
+
or other liability obligations and/or rights consistent with this
|
25495
|
+
License. However, in accepting such obligations, You may act only
|
25496
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25497
|
+
of any other Contributor, and only if You agree to indemnify,
|
25498
|
+
defend, and hold each Contributor harmless for any liability
|
25499
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25500
|
+
of your accepting any such warranty or additional liability.
|
25501
|
+
|
25502
|
+
END OF TERMS AND CONDITIONS
|
25503
|
+
|
25504
|
+
APPENDIX: How to apply the Apache License to your work.
|
25505
|
+
|
25506
|
+
To apply the Apache License to your work, attach the following
|
25507
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
25508
|
+
replaced with your own identifying information. (Don't include
|
25509
|
+
the brackets!) The text should be enclosed in the appropriate
|
25510
|
+
comment syntax for the file format. We also recommend that a
|
25511
|
+
file or class name and description of purpose be included on the
|
25512
|
+
same "printed page" as the copyright notice for easier
|
25513
|
+
identification within third-party archives.
|
25514
|
+
|
25515
|
+
Copyright [yyyy] [name of copyright owner]
|
25516
|
+
|
25517
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
25518
|
+
you may not use this file except in compliance with the License.
|
25519
|
+
You may obtain a copy of the License at
|
25520
|
+
|
25521
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
25522
|
+
|
25523
|
+
Unless required by applicable law or agreed to in writing, software
|
25524
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
25525
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25526
|
+
See the License for the specific language governing permissions and
|
25527
|
+
limitations under the License.
|
25528
|
+
|
25529
|
+
================================================================================
|
25530
|
+
num-traits LICENSE-MIT
|
25531
|
+
================================================================================
|
25532
|
+
|
25533
|
+
Copyright (c) 2014 The Rust Project Developers
|
25534
|
+
|
25535
|
+
Permission is hereby granted, free of charge, to any
|
25536
|
+
person obtaining a copy of this software and associated
|
25537
|
+
documentation files (the "Software"), to deal in the
|
25538
|
+
Software without restriction, including without
|
25539
|
+
limitation the rights to use, copy, modify, merge,
|
25540
|
+
publish, distribute, sublicense, and/or sell copies of
|
25541
|
+
the Software, and to permit persons to whom the Software
|
25542
|
+
is furnished to do so, subject to the following
|
25543
|
+
conditions:
|
25544
|
+
|
25545
|
+
The above copyright notice and this permission notice
|
25546
|
+
shall be included in all copies or substantial portions
|
25547
|
+
of the Software.
|
25548
|
+
|
25549
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
25550
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
25551
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
25552
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
25553
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
25554
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25555
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
25556
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25557
|
+
DEALINGS IN THE SOFTWARE.
|
25558
|
+
|
25559
|
+
================================================================================
|
25560
|
+
object_store LICENSE.txt
|
26000
25561
|
================================================================================
|
26001
25562
|
|
26002
25563
|
|
@@ -28407,33 +27968,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
28407
27968
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
28408
27969
|
DEALINGS IN THE SOFTWARE.
|
28409
27970
|
|
28410
|
-
================================================================================
|
28411
|
-
planus LICENSE-MIT
|
28412
|
-
================================================================================
|
28413
|
-
|
28414
|
-
MIT License
|
28415
|
-
|
28416
|
-
Copyright (c) 2021 The Planus Project Developers
|
28417
|
-
|
28418
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
28419
|
-
of this software and associated documentation files (the "Software"), to deal
|
28420
|
-
in the Software without restriction, including without limitation the rights
|
28421
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
28422
|
-
copies of the Software, and to permit persons to whom the Software is
|
28423
|
-
furnished to do so, subject to the following conditions:
|
28424
|
-
|
28425
|
-
The above copyright notice and this permission notice shall be included in all
|
28426
|
-
copies or substantial portions of the Software.
|
28427
|
-
|
28428
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28429
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
28430
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28431
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28432
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
28433
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28434
|
-
SOFTWARE.
|
28435
|
-
|
28436
|
-
|
28437
27971
|
================================================================================
|
28438
27972
|
planus LICENSE-APACHE
|
28439
27973
|
================================================================================
|
@@ -28616,6 +28150,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28616
28150
|
END OF TERMS AND CONDITIONS
|
28617
28151
|
|
28618
28152
|
|
28153
|
+
================================================================================
|
28154
|
+
planus LICENSE-MIT
|
28155
|
+
================================================================================
|
28156
|
+
|
28157
|
+
MIT License
|
28158
|
+
|
28159
|
+
Copyright (c) 2021 The Planus Project Developers
|
28160
|
+
|
28161
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
28162
|
+
of this software and associated documentation files (the "Software"), to deal
|
28163
|
+
in the Software without restriction, including without limitation the rights
|
28164
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
28165
|
+
copies of the Software, and to permit persons to whom the Software is
|
28166
|
+
furnished to do so, subject to the following conditions:
|
28167
|
+
|
28168
|
+
The above copyright notice and this permission notice shall be included in all
|
28169
|
+
copies or substantial portions of the Software.
|
28170
|
+
|
28171
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28172
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
28173
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28174
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28175
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
28176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28177
|
+
SOFTWARE.
|
28178
|
+
|
28179
|
+
|
28619
28180
|
================================================================================
|
28620
28181
|
polars LICENSE
|
28621
28182
|
================================================================================
|
@@ -39499,7 +39060,7 @@ siphasher COPYING
|
|
39499
39060
|
================================================================================
|
39500
39061
|
|
39501
39062
|
Copyright 2012-2016 The Rust Project Developers.
|
39502
|
-
Copyright 2016-
|
39063
|
+
Copyright 2016-2024 Frank Denis.
|
39503
39064
|
|
39504
39065
|
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
39505
39066
|
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
@@ -42245,241 +41806,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
42245
41806
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
42246
41807
|
|
42247
41808
|
================================================================================
|
42248
|
-
syn
|
42249
|
-
================================================================================
|
42250
|
-
|
42251
|
-
Apache License
|
42252
|
-
Version 2.0, January 2004
|
42253
|
-
http://www.apache.org/licenses/
|
42254
|
-
|
42255
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
42256
|
-
|
42257
|
-
1. Definitions.
|
42258
|
-
|
42259
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
42260
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
42261
|
-
|
42262
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
42263
|
-
the copyright owner that is granting the License.
|
42264
|
-
|
42265
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
42266
|
-
other entities that control, are controlled by, or are under common
|
42267
|
-
control with that entity. For the purposes of this definition,
|
42268
|
-
"control" means (i) the power, direct or indirect, to cause the
|
42269
|
-
direction or management of such entity, whether by contract or
|
42270
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
42271
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
42272
|
-
|
42273
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
42274
|
-
exercising permissions granted by this License.
|
42275
|
-
|
42276
|
-
"Source" form shall mean the preferred form for making modifications,
|
42277
|
-
including but not limited to software source code, documentation
|
42278
|
-
source, and configuration files.
|
42279
|
-
|
42280
|
-
"Object" form shall mean any form resulting from mechanical
|
42281
|
-
transformation or translation of a Source form, including but
|
42282
|
-
not limited to compiled object code, generated documentation,
|
42283
|
-
and conversions to other media types.
|
42284
|
-
|
42285
|
-
"Work" shall mean the work of authorship, whether in Source or
|
42286
|
-
Object form, made available under the License, as indicated by a
|
42287
|
-
copyright notice that is included in or attached to the work
|
42288
|
-
(an example is provided in the Appendix below).
|
42289
|
-
|
42290
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
42291
|
-
form, that is based on (or derived from) the Work and for which the
|
42292
|
-
editorial revisions, annotations, elaborations, or other modifications
|
42293
|
-
represent, as a whole, an original work of authorship. For the purposes
|
42294
|
-
of this License, Derivative Works shall not include works that remain
|
42295
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
42296
|
-
the Work and Derivative Works thereof.
|
42297
|
-
|
42298
|
-
"Contribution" shall mean any work of authorship, including
|
42299
|
-
the original version of the Work and any modifications or additions
|
42300
|
-
to that Work or Derivative Works thereof, that is intentionally
|
42301
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
42302
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
42303
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
42304
|
-
means any form of electronic, verbal, or written communication sent
|
42305
|
-
to the Licensor or its representatives, including but not limited to
|
42306
|
-
communication on electronic mailing lists, source code control systems,
|
42307
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
42308
|
-
Licensor for the purpose of discussing and improving the Work, but
|
42309
|
-
excluding communication that is conspicuously marked or otherwise
|
42310
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
42311
|
-
|
42312
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
42313
|
-
on behalf of whom a Contribution has been received by Licensor and
|
42314
|
-
subsequently incorporated within the Work.
|
42315
|
-
|
42316
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
42317
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42318
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42319
|
-
copyright license to reproduce, prepare Derivative Works of,
|
42320
|
-
publicly display, publicly perform, sublicense, and distribute the
|
42321
|
-
Work and such Derivative Works in Source or Object form.
|
42322
|
-
|
42323
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
42324
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42325
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42326
|
-
(except as stated in this section) patent license to make, have made,
|
42327
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
42328
|
-
where such license applies only to those patent claims licensable
|
42329
|
-
by such Contributor that are necessarily infringed by their
|
42330
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
42331
|
-
with the Work to which such Contribution(s) was submitted. If You
|
42332
|
-
institute patent litigation against any entity (including a
|
42333
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
42334
|
-
or a Contribution incorporated within the Work constitutes direct
|
42335
|
-
or contributory patent infringement, then any patent licenses
|
42336
|
-
granted to You under this License for that Work shall terminate
|
42337
|
-
as of the date such litigation is filed.
|
42338
|
-
|
42339
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
42340
|
-
Work or Derivative Works thereof in any medium, with or without
|
42341
|
-
modifications, and in Source or Object form, provided that You
|
42342
|
-
meet the following conditions:
|
42343
|
-
|
42344
|
-
(a) You must give any other recipients of the Work or
|
42345
|
-
Derivative Works a copy of this License; and
|
42346
|
-
|
42347
|
-
(b) You must cause any modified files to carry prominent notices
|
42348
|
-
stating that You changed the files; and
|
42349
|
-
|
42350
|
-
(c) You must retain, in the Source form of any Derivative Works
|
42351
|
-
that You distribute, all copyright, patent, trademark, and
|
42352
|
-
attribution notices from the Source form of the Work,
|
42353
|
-
excluding those notices that do not pertain to any part of
|
42354
|
-
the Derivative Works; and
|
42355
|
-
|
42356
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
42357
|
-
distribution, then any Derivative Works that You distribute must
|
42358
|
-
include a readable copy of the attribution notices contained
|
42359
|
-
within such NOTICE file, excluding those notices that do not
|
42360
|
-
pertain to any part of the Derivative Works, in at least one
|
42361
|
-
of the following places: within a NOTICE text file distributed
|
42362
|
-
as part of the Derivative Works; within the Source form or
|
42363
|
-
documentation, if provided along with the Derivative Works; or,
|
42364
|
-
within a display generated by the Derivative Works, if and
|
42365
|
-
wherever such third-party notices normally appear. The contents
|
42366
|
-
of the NOTICE file are for informational purposes only and
|
42367
|
-
do not modify the License. You may add Your own attribution
|
42368
|
-
notices within Derivative Works that You distribute, alongside
|
42369
|
-
or as an addendum to the NOTICE text from the Work, provided
|
42370
|
-
that such additional attribution notices cannot be construed
|
42371
|
-
as modifying the License.
|
42372
|
-
|
42373
|
-
You may add Your own copyright statement to Your modifications and
|
42374
|
-
may provide additional or different license terms and conditions
|
42375
|
-
for use, reproduction, or distribution of Your modifications, or
|
42376
|
-
for any such Derivative Works as a whole, provided Your use,
|
42377
|
-
reproduction, and distribution of the Work otherwise complies with
|
42378
|
-
the conditions stated in this License.
|
42379
|
-
|
42380
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
42381
|
-
any Contribution intentionally submitted for inclusion in the Work
|
42382
|
-
by You to the Licensor shall be under the terms and conditions of
|
42383
|
-
this License, without any additional terms or conditions.
|
42384
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
42385
|
-
the terms of any separate license agreement you may have executed
|
42386
|
-
with Licensor regarding such Contributions.
|
42387
|
-
|
42388
|
-
6. Trademarks. This License does not grant permission to use the trade
|
42389
|
-
names, trademarks, service marks, or product names of the Licensor,
|
42390
|
-
except as required for reasonable and customary use in describing the
|
42391
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
42392
|
-
|
42393
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
42394
|
-
agreed to in writing, Licensor provides the Work (and each
|
42395
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
42396
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
42397
|
-
implied, including, without limitation, any warranties or conditions
|
42398
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
42399
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
42400
|
-
appropriateness of using or redistributing the Work and assume any
|
42401
|
-
risks associated with Your exercise of permissions under this License.
|
42402
|
-
|
42403
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
42404
|
-
whether in tort (including negligence), contract, or otherwise,
|
42405
|
-
unless required by applicable law (such as deliberate and grossly
|
42406
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
42407
|
-
liable to You for damages, including any direct, indirect, special,
|
42408
|
-
incidental, or consequential damages of any character arising as a
|
42409
|
-
result of this License or out of the use or inability to use the
|
42410
|
-
Work (including but not limited to damages for loss of goodwill,
|
42411
|
-
work stoppage, computer failure or malfunction, or any and all
|
42412
|
-
other commercial damages or losses), even if such Contributor
|
42413
|
-
has been advised of the possibility of such damages.
|
42414
|
-
|
42415
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
42416
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
42417
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
42418
|
-
or other liability obligations and/or rights consistent with this
|
42419
|
-
License. However, in accepting such obligations, You may act only
|
42420
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
42421
|
-
of any other Contributor, and only if You agree to indemnify,
|
42422
|
-
defend, and hold each Contributor harmless for any liability
|
42423
|
-
incurred by, or claims asserted against, such Contributor by reason
|
42424
|
-
of your accepting any such warranty or additional liability.
|
42425
|
-
|
42426
|
-
END OF TERMS AND CONDITIONS
|
42427
|
-
|
42428
|
-
APPENDIX: How to apply the Apache License to your work.
|
42429
|
-
|
42430
|
-
To apply the Apache License to your work, attach the following
|
42431
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
42432
|
-
replaced with your own identifying information. (Don't include
|
42433
|
-
the brackets!) The text should be enclosed in the appropriate
|
42434
|
-
comment syntax for the file format. We also recommend that a
|
42435
|
-
file or class name and description of purpose be included on the
|
42436
|
-
same "printed page" as the copyright notice for easier
|
42437
|
-
identification within third-party archives.
|
42438
|
-
|
42439
|
-
Copyright [yyyy] [name of copyright owner]
|
42440
|
-
|
42441
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
42442
|
-
you may not use this file except in compliance with the License.
|
42443
|
-
You may obtain a copy of the License at
|
42444
|
-
|
42445
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
42446
|
-
|
42447
|
-
Unless required by applicable law or agreed to in writing, software
|
42448
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
42449
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
42450
|
-
See the License for the specific language governing permissions and
|
42451
|
-
limitations under the License.
|
42452
|
-
|
42453
|
-
================================================================================
|
42454
|
-
syn v1.0.109 LICENSE-MIT
|
42455
|
-
================================================================================
|
42456
|
-
|
42457
|
-
Permission is hereby granted, free of charge, to any
|
42458
|
-
person obtaining a copy of this software and associated
|
42459
|
-
documentation files (the "Software"), to deal in the
|
42460
|
-
Software without restriction, including without
|
42461
|
-
limitation the rights to use, copy, modify, merge,
|
42462
|
-
publish, distribute, sublicense, and/or sell copies of
|
42463
|
-
the Software, and to permit persons to whom the Software
|
42464
|
-
is furnished to do so, subject to the following
|
42465
|
-
conditions:
|
42466
|
-
|
42467
|
-
The above copyright notice and this permission notice
|
42468
|
-
shall be included in all copies or substantial portions
|
42469
|
-
of the Software.
|
42470
|
-
|
42471
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
42472
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
42473
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
42474
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
42475
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
42476
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
42477
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
42478
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
42479
|
-
DEALINGS IN THE SOFTWARE.
|
42480
|
-
|
42481
|
-
================================================================================
|
42482
|
-
syn v2.0.93 LICENSE-APACHE
|
41809
|
+
syn LICENSE-APACHE
|
42483
41810
|
================================================================================
|
42484
41811
|
|
42485
41812
|
Apache License
|
@@ -42660,7 +41987,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
42660
41987
|
END OF TERMS AND CONDITIONS
|
42661
41988
|
|
42662
41989
|
================================================================================
|
42663
|
-
syn
|
41990
|
+
syn LICENSE-MIT
|
42664
41991
|
================================================================================
|
42665
41992
|
|
42666
41993
|
Permission is hereby granted, free of charge, to any
|
@@ -42908,225 +42235,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42908
42235
|
SOFTWARE.
|
42909
42236
|
|
42910
42237
|
|
42911
|
-
================================================================================
|
42912
|
-
target-features LICENSE-APACHE
|
42913
|
-
================================================================================
|
42914
|
-
|
42915
|
-
|
42916
|
-
Apache License
|
42917
|
-
Version 2.0, January 2004
|
42918
|
-
http://www.apache.org/licenses/
|
42919
|
-
|
42920
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
42921
|
-
|
42922
|
-
1. Definitions.
|
42923
|
-
|
42924
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
42925
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
42926
|
-
|
42927
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
42928
|
-
the copyright owner that is granting the License.
|
42929
|
-
|
42930
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
42931
|
-
other entities that control, are controlled by, or are under common
|
42932
|
-
control with that entity. For the purposes of this definition,
|
42933
|
-
"control" means (i) the power, direct or indirect, to cause the
|
42934
|
-
direction or management of such entity, whether by contract or
|
42935
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
42936
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
42937
|
-
|
42938
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
42939
|
-
exercising permissions granted by this License.
|
42940
|
-
|
42941
|
-
"Source" form shall mean the preferred form for making modifications,
|
42942
|
-
including but not limited to software source code, documentation
|
42943
|
-
source, and configuration files.
|
42944
|
-
|
42945
|
-
"Object" form shall mean any form resulting from mechanical
|
42946
|
-
transformation or translation of a Source form, including but
|
42947
|
-
not limited to compiled object code, generated documentation,
|
42948
|
-
and conversions to other media types.
|
42949
|
-
|
42950
|
-
"Work" shall mean the work of authorship, whether in Source or
|
42951
|
-
Object form, made available under the License, as indicated by a
|
42952
|
-
copyright notice that is included in or attached to the work
|
42953
|
-
(an example is provided in the Appendix below).
|
42954
|
-
|
42955
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
42956
|
-
form, that is based on (or derived from) the Work and for which the
|
42957
|
-
editorial revisions, annotations, elaborations, or other modifications
|
42958
|
-
represent, as a whole, an original work of authorship. For the purposes
|
42959
|
-
of this License, Derivative Works shall not include works that remain
|
42960
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
42961
|
-
the Work and Derivative Works thereof.
|
42962
|
-
|
42963
|
-
"Contribution" shall mean any work of authorship, including
|
42964
|
-
the original version of the Work and any modifications or additions
|
42965
|
-
to that Work or Derivative Works thereof, that is intentionally
|
42966
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
42967
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
42968
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
42969
|
-
means any form of electronic, verbal, or written communication sent
|
42970
|
-
to the Licensor or its representatives, including but not limited to
|
42971
|
-
communication on electronic mailing lists, source code control systems,
|
42972
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
42973
|
-
Licensor for the purpose of discussing and improving the Work, but
|
42974
|
-
excluding communication that is conspicuously marked or otherwise
|
42975
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
42976
|
-
|
42977
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
42978
|
-
on behalf of whom a Contribution has been received by Licensor and
|
42979
|
-
subsequently incorporated within the Work.
|
42980
|
-
|
42981
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
42982
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42983
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42984
|
-
copyright license to reproduce, prepare Derivative Works of,
|
42985
|
-
publicly display, publicly perform, sublicense, and distribute the
|
42986
|
-
Work and such Derivative Works in Source or Object form.
|
42987
|
-
|
42988
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
42989
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42990
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42991
|
-
(except as stated in this section) patent license to make, have made,
|
42992
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
42993
|
-
where such license applies only to those patent claims licensable
|
42994
|
-
by such Contributor that are necessarily infringed by their
|
42995
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
42996
|
-
with the Work to which such Contribution(s) was submitted. If You
|
42997
|
-
institute patent litigation against any entity (including a
|
42998
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
42999
|
-
or a Contribution incorporated within the Work constitutes direct
|
43000
|
-
or contributory patent infringement, then any patent licenses
|
43001
|
-
granted to You under this License for that Work shall terminate
|
43002
|
-
as of the date such litigation is filed.
|
43003
|
-
|
43004
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
43005
|
-
Work or Derivative Works thereof in any medium, with or without
|
43006
|
-
modifications, and in Source or Object form, provided that You
|
43007
|
-
meet the following conditions:
|
43008
|
-
|
43009
|
-
(a) You must give any other recipients of the Work or
|
43010
|
-
Derivative Works a copy of this License; and
|
43011
|
-
|
43012
|
-
(b) You must cause any modified files to carry prominent notices
|
43013
|
-
stating that You changed the files; and
|
43014
|
-
|
43015
|
-
(c) You must retain, in the Source form of any Derivative Works
|
43016
|
-
that You distribute, all copyright, patent, trademark, and
|
43017
|
-
attribution notices from the Source form of the Work,
|
43018
|
-
excluding those notices that do not pertain to any part of
|
43019
|
-
the Derivative Works; and
|
43020
|
-
|
43021
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
43022
|
-
distribution, then any Derivative Works that You distribute must
|
43023
|
-
include a readable copy of the attribution notices contained
|
43024
|
-
within such NOTICE file, excluding those notices that do not
|
43025
|
-
pertain to any part of the Derivative Works, in at least one
|
43026
|
-
of the following places: within a NOTICE text file distributed
|
43027
|
-
as part of the Derivative Works; within the Source form or
|
43028
|
-
documentation, if provided along with the Derivative Works; or,
|
43029
|
-
within a display generated by the Derivative Works, if and
|
43030
|
-
wherever such third-party notices normally appear. The contents
|
43031
|
-
of the NOTICE file are for informational purposes only and
|
43032
|
-
do not modify the License. You may add Your own attribution
|
43033
|
-
notices within Derivative Works that You distribute, alongside
|
43034
|
-
or as an addendum to the NOTICE text from the Work, provided
|
43035
|
-
that such additional attribution notices cannot be construed
|
43036
|
-
as modifying the License.
|
43037
|
-
|
43038
|
-
You may add Your own copyright statement to Your modifications and
|
43039
|
-
may provide additional or different license terms and conditions
|
43040
|
-
for use, reproduction, or distribution of Your modifications, or
|
43041
|
-
for any such Derivative Works as a whole, provided Your use,
|
43042
|
-
reproduction, and distribution of the Work otherwise complies with
|
43043
|
-
the conditions stated in this License.
|
43044
|
-
|
43045
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
43046
|
-
any Contribution intentionally submitted for inclusion in the Work
|
43047
|
-
by You to the Licensor shall be under the terms and conditions of
|
43048
|
-
this License, without any additional terms or conditions.
|
43049
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
43050
|
-
the terms of any separate license agreement you may have executed
|
43051
|
-
with Licensor regarding such Contributions.
|
43052
|
-
|
43053
|
-
6. Trademarks. This License does not grant permission to use the trade
|
43054
|
-
names, trademarks, service marks, or product names of the Licensor,
|
43055
|
-
except as required for reasonable and customary use in describing the
|
43056
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
43057
|
-
|
43058
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
43059
|
-
agreed to in writing, Licensor provides the Work (and each
|
43060
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
43061
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
43062
|
-
implied, including, without limitation, any warranties or conditions
|
43063
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
43064
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
43065
|
-
appropriateness of using or redistributing the Work and assume any
|
43066
|
-
risks associated with Your exercise of permissions under this License.
|
43067
|
-
|
43068
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
43069
|
-
whether in tort (including negligence), contract, or otherwise,
|
43070
|
-
unless required by applicable law (such as deliberate and grossly
|
43071
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
43072
|
-
liable to You for damages, including any direct, indirect, special,
|
43073
|
-
incidental, or consequential damages of any character arising as a
|
43074
|
-
result of this License or out of the use or inability to use the
|
43075
|
-
Work (including but not limited to damages for loss of goodwill,
|
43076
|
-
work stoppage, computer failure or malfunction, or any and all
|
43077
|
-
other commercial damages or losses), even if such Contributor
|
43078
|
-
has been advised of the possibility of such damages.
|
43079
|
-
|
43080
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
43081
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
43082
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
43083
|
-
or other liability obligations and/or rights consistent with this
|
43084
|
-
License. However, in accepting such obligations, You may act only
|
43085
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
43086
|
-
of any other Contributor, and only if You agree to indemnify,
|
43087
|
-
defend, and hold each Contributor harmless for any liability
|
43088
|
-
incurred by, or claims asserted against, such Contributor by reason
|
43089
|
-
of your accepting any such warranty or additional liability.
|
43090
|
-
|
43091
|
-
END OF TERMS AND CONDITIONS
|
43092
|
-
|
43093
|
-
APPENDIX: How to apply the Apache License to your work.
|
43094
|
-
|
43095
|
-
To apply the Apache License to your work, attach the following
|
43096
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
43097
|
-
replaced with your own identifying information. (Don't include
|
43098
|
-
the brackets!) The text should be enclosed in the appropriate
|
43099
|
-
comment syntax for the file format. We also recommend that a
|
43100
|
-
file or class name and description of purpose be included on the
|
43101
|
-
same "printed page" as the copyright notice for easier
|
43102
|
-
identification within third-party archives.
|
43103
|
-
|
43104
|
-
Copyright [yyyy] [name of copyright owner]
|
43105
|
-
|
43106
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
43107
|
-
you may not use this file except in compliance with the License.
|
43108
|
-
You may obtain a copy of the License at
|
43109
|
-
|
43110
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
43111
|
-
|
43112
|
-
Unless required by applicable law or agreed to in writing, software
|
43113
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
43114
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
43115
|
-
See the License for the specific language governing permissions and
|
43116
|
-
limitations under the License.
|
43117
|
-
|
43118
|
-
================================================================================
|
43119
|
-
target-features LICENSE-MIT
|
43120
|
-
================================================================================
|
43121
|
-
|
43122
|
-
Copyright 2022 Caleb Zulawski
|
43123
|
-
|
43124
|
-
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:
|
43125
|
-
|
43126
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
43127
|
-
|
43128
|
-
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.
|
43129
|
-
|
43130
42238
|
================================================================================
|
43131
42239
|
thiserror LICENSE-APACHE
|
43132
42240
|
================================================================================
|
@@ -44832,7 +43940,492 @@ APPENDIX: How to apply the Apache License to your work.
|
|
44832
43940
|
same "printed page" as the copyright notice for easier
|
44833
43941
|
identification within third-party archives.
|
44834
43942
|
|
44835
|
-
Copyright 2014 Paho Lurie-Gregg
|
43943
|
+
Copyright 2014 Paho Lurie-Gregg
|
43944
|
+
|
43945
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
43946
|
+
you may not use this file except in compliance with the License.
|
43947
|
+
You may obtain a copy of the License at
|
43948
|
+
|
43949
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
43950
|
+
|
43951
|
+
Unless required by applicable law or agreed to in writing, software
|
43952
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
43953
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
43954
|
+
See the License for the specific language governing permissions and
|
43955
|
+
limitations under the License.
|
43956
|
+
|
43957
|
+
================================================================================
|
43958
|
+
typenum LICENSE-MIT
|
43959
|
+
================================================================================
|
43960
|
+
|
43961
|
+
The MIT License (MIT)
|
43962
|
+
|
43963
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
43964
|
+
|
43965
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
43966
|
+
of this software and associated documentation files (the "Software"), to deal
|
43967
|
+
in the Software without restriction, including without limitation the rights
|
43968
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
43969
|
+
copies of the Software, and to permit persons to whom the Software is
|
43970
|
+
furnished to do so, subject to the following conditions:
|
43971
|
+
|
43972
|
+
The above copyright notice and this permission notice shall be included in all
|
43973
|
+
copies or substantial portions of the Software.
|
43974
|
+
|
43975
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
43976
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
43977
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
43978
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
43979
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
43980
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
43981
|
+
SOFTWARE.
|
43982
|
+
|
43983
|
+
================================================================================
|
43984
|
+
unicode-ident LICENSE-APACHE
|
43985
|
+
================================================================================
|
43986
|
+
|
43987
|
+
Apache License
|
43988
|
+
Version 2.0, January 2004
|
43989
|
+
http://www.apache.org/licenses/
|
43990
|
+
|
43991
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
43992
|
+
|
43993
|
+
1. Definitions.
|
43994
|
+
|
43995
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
43996
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
43997
|
+
|
43998
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
43999
|
+
the copyright owner that is granting the License.
|
44000
|
+
|
44001
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
44002
|
+
other entities that control, are controlled by, or are under common
|
44003
|
+
control with that entity. For the purposes of this definition,
|
44004
|
+
"control" means (i) the power, direct or indirect, to cause the
|
44005
|
+
direction or management of such entity, whether by contract or
|
44006
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
44007
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
44008
|
+
|
44009
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
44010
|
+
exercising permissions granted by this License.
|
44011
|
+
|
44012
|
+
"Source" form shall mean the preferred form for making modifications,
|
44013
|
+
including but not limited to software source code, documentation
|
44014
|
+
source, and configuration files.
|
44015
|
+
|
44016
|
+
"Object" form shall mean any form resulting from mechanical
|
44017
|
+
transformation or translation of a Source form, including but
|
44018
|
+
not limited to compiled object code, generated documentation,
|
44019
|
+
and conversions to other media types.
|
44020
|
+
|
44021
|
+
"Work" shall mean the work of authorship, whether in Source or
|
44022
|
+
Object form, made available under the License, as indicated by a
|
44023
|
+
copyright notice that is included in or attached to the work
|
44024
|
+
(an example is provided in the Appendix below).
|
44025
|
+
|
44026
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
44027
|
+
form, that is based on (or derived from) the Work and for which the
|
44028
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44029
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44030
|
+
of this License, Derivative Works shall not include works that remain
|
44031
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
44032
|
+
the Work and Derivative Works thereof.
|
44033
|
+
|
44034
|
+
"Contribution" shall mean any work of authorship, including
|
44035
|
+
the original version of the Work and any modifications or additions
|
44036
|
+
to that Work or Derivative Works thereof, that is intentionally
|
44037
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
44038
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
44039
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
44040
|
+
means any form of electronic, verbal, or written communication sent
|
44041
|
+
to the Licensor or its representatives, including but not limited to
|
44042
|
+
communication on electronic mailing lists, source code control systems,
|
44043
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
44044
|
+
Licensor for the purpose of discussing and improving the Work, but
|
44045
|
+
excluding communication that is conspicuously marked or otherwise
|
44046
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
44047
|
+
|
44048
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
44049
|
+
on behalf of whom a Contribution has been received by Licensor and
|
44050
|
+
subsequently incorporated within the Work.
|
44051
|
+
|
44052
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
44053
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44054
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44055
|
+
copyright license to reproduce, prepare Derivative Works of,
|
44056
|
+
publicly display, publicly perform, sublicense, and distribute the
|
44057
|
+
Work and such Derivative Works in Source or Object form.
|
44058
|
+
|
44059
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
44060
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44061
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44062
|
+
(except as stated in this section) patent license to make, have made,
|
44063
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
44064
|
+
where such license applies only to those patent claims licensable
|
44065
|
+
by such Contributor that are necessarily infringed by their
|
44066
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
44067
|
+
with the Work to which such Contribution(s) was submitted. If You
|
44068
|
+
institute patent litigation against any entity (including a
|
44069
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
44070
|
+
or a Contribution incorporated within the Work constitutes direct
|
44071
|
+
or contributory patent infringement, then any patent licenses
|
44072
|
+
granted to You under this License for that Work shall terminate
|
44073
|
+
as of the date such litigation is filed.
|
44074
|
+
|
44075
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
44076
|
+
Work or Derivative Works thereof in any medium, with or without
|
44077
|
+
modifications, and in Source or Object form, provided that You
|
44078
|
+
meet the following conditions:
|
44079
|
+
|
44080
|
+
(a) You must give any other recipients of the Work or
|
44081
|
+
Derivative Works a copy of this License; and
|
44082
|
+
|
44083
|
+
(b) You must cause any modified files to carry prominent notices
|
44084
|
+
stating that You changed the files; and
|
44085
|
+
|
44086
|
+
(c) You must retain, in the Source form of any Derivative Works
|
44087
|
+
that You distribute, all copyright, patent, trademark, and
|
44088
|
+
attribution notices from the Source form of the Work,
|
44089
|
+
excluding those notices that do not pertain to any part of
|
44090
|
+
the Derivative Works; and
|
44091
|
+
|
44092
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
44093
|
+
distribution, then any Derivative Works that You distribute must
|
44094
|
+
include a readable copy of the attribution notices contained
|
44095
|
+
within such NOTICE file, excluding those notices that do not
|
44096
|
+
pertain to any part of the Derivative Works, in at least one
|
44097
|
+
of the following places: within a NOTICE text file distributed
|
44098
|
+
as part of the Derivative Works; within the Source form or
|
44099
|
+
documentation, if provided along with the Derivative Works; or,
|
44100
|
+
within a display generated by the Derivative Works, if and
|
44101
|
+
wherever such third-party notices normally appear. The contents
|
44102
|
+
of the NOTICE file are for informational purposes only and
|
44103
|
+
do not modify the License. You may add Your own attribution
|
44104
|
+
notices within Derivative Works that You distribute, alongside
|
44105
|
+
or as an addendum to the NOTICE text from the Work, provided
|
44106
|
+
that such additional attribution notices cannot be construed
|
44107
|
+
as modifying the License.
|
44108
|
+
|
44109
|
+
You may add Your own copyright statement to Your modifications and
|
44110
|
+
may provide additional or different license terms and conditions
|
44111
|
+
for use, reproduction, or distribution of Your modifications, or
|
44112
|
+
for any such Derivative Works as a whole, provided Your use,
|
44113
|
+
reproduction, and distribution of the Work otherwise complies with
|
44114
|
+
the conditions stated in this License.
|
44115
|
+
|
44116
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
44117
|
+
any Contribution intentionally submitted for inclusion in the Work
|
44118
|
+
by You to the Licensor shall be under the terms and conditions of
|
44119
|
+
this License, without any additional terms or conditions.
|
44120
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
44121
|
+
the terms of any separate license agreement you may have executed
|
44122
|
+
with Licensor regarding such Contributions.
|
44123
|
+
|
44124
|
+
6. Trademarks. This License does not grant permission to use the trade
|
44125
|
+
names, trademarks, service marks, or product names of the Licensor,
|
44126
|
+
except as required for reasonable and customary use in describing the
|
44127
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
44128
|
+
|
44129
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
44130
|
+
agreed to in writing, Licensor provides the Work (and each
|
44131
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
44132
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
44133
|
+
implied, including, without limitation, any warranties or conditions
|
44134
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
44135
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
44136
|
+
appropriateness of using or redistributing the Work and assume any
|
44137
|
+
risks associated with Your exercise of permissions under this License.
|
44138
|
+
|
44139
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
44140
|
+
whether in tort (including negligence), contract, or otherwise,
|
44141
|
+
unless required by applicable law (such as deliberate and grossly
|
44142
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
44143
|
+
liable to You for damages, including any direct, indirect, special,
|
44144
|
+
incidental, or consequential damages of any character arising as a
|
44145
|
+
result of this License or out of the use or inability to use the
|
44146
|
+
Work (including but not limited to damages for loss of goodwill,
|
44147
|
+
work stoppage, computer failure or malfunction, or any and all
|
44148
|
+
other commercial damages or losses), even if such Contributor
|
44149
|
+
has been advised of the possibility of such damages.
|
44150
|
+
|
44151
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
44152
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
44153
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
44154
|
+
or other liability obligations and/or rights consistent with this
|
44155
|
+
License. However, in accepting such obligations, You may act only
|
44156
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
44157
|
+
of any other Contributor, and only if You agree to indemnify,
|
44158
|
+
defend, and hold each Contributor harmless for any liability
|
44159
|
+
incurred by, or claims asserted against, such Contributor by reason
|
44160
|
+
of your accepting any such warranty or additional liability.
|
44161
|
+
|
44162
|
+
END OF TERMS AND CONDITIONS
|
44163
|
+
|
44164
|
+
================================================================================
|
44165
|
+
unicode-ident LICENSE-MIT
|
44166
|
+
================================================================================
|
44167
|
+
|
44168
|
+
Permission is hereby granted, free of charge, to any
|
44169
|
+
person obtaining a copy of this software and associated
|
44170
|
+
documentation files (the "Software"), to deal in the
|
44171
|
+
Software without restriction, including without
|
44172
|
+
limitation the rights to use, copy, modify, merge,
|
44173
|
+
publish, distribute, sublicense, and/or sell copies of
|
44174
|
+
the Software, and to permit persons to whom the Software
|
44175
|
+
is furnished to do so, subject to the following
|
44176
|
+
conditions:
|
44177
|
+
|
44178
|
+
The above copyright notice and this permission notice
|
44179
|
+
shall be included in all copies or substantial portions
|
44180
|
+
of the Software.
|
44181
|
+
|
44182
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
44183
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
44184
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
44185
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
44186
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
44187
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
44188
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
44189
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
44190
|
+
DEALINGS IN THE SOFTWARE.
|
44191
|
+
|
44192
|
+
================================================================================
|
44193
|
+
unicode-ident LICENSE-UNICODE
|
44194
|
+
================================================================================
|
44195
|
+
|
44196
|
+
UNICODE LICENSE V3
|
44197
|
+
|
44198
|
+
COPYRIGHT AND PERMISSION NOTICE
|
44199
|
+
|
44200
|
+
Copyright © 1991-2023 Unicode, Inc.
|
44201
|
+
|
44202
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
44203
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
44204
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
44205
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
44206
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
44207
|
+
|
44208
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
44209
|
+
copy of data files and any associated documentation (the "Data Files") or
|
44210
|
+
software and any associated documentation (the "Software") to deal in the
|
44211
|
+
Data Files or Software without restriction, including without limitation
|
44212
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
44213
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
44214
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
44215
|
+
this copyright and permission notice appear with all copies of the Data
|
44216
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
44217
|
+
associated Documentation.
|
44218
|
+
|
44219
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
44220
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
44221
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
44222
|
+
THIRD PARTY RIGHTS.
|
44223
|
+
|
44224
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
44225
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
44226
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
44227
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
44228
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
44229
|
+
FILES OR SOFTWARE.
|
44230
|
+
|
44231
|
+
Except as contained in this notice, the name of a copyright holder shall
|
44232
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
44233
|
+
dealings in these Data Files or Software without prior written
|
44234
|
+
authorization of the copyright holder.
|
44235
|
+
|
44236
|
+
================================================================================
|
44237
|
+
unicode-normalization LICENSE-APACHE
|
44238
|
+
================================================================================
|
44239
|
+
|
44240
|
+
Apache License
|
44241
|
+
Version 2.0, January 2004
|
44242
|
+
http://www.apache.org/licenses/
|
44243
|
+
|
44244
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
44245
|
+
|
44246
|
+
1. Definitions.
|
44247
|
+
|
44248
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
44249
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
44250
|
+
|
44251
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
44252
|
+
the copyright owner that is granting the License.
|
44253
|
+
|
44254
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
44255
|
+
other entities that control, are controlled by, or are under common
|
44256
|
+
control with that entity. For the purposes of this definition,
|
44257
|
+
"control" means (i) the power, direct or indirect, to cause the
|
44258
|
+
direction or management of such entity, whether by contract or
|
44259
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
44260
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
44261
|
+
|
44262
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
44263
|
+
exercising permissions granted by this License.
|
44264
|
+
|
44265
|
+
"Source" form shall mean the preferred form for making modifications,
|
44266
|
+
including but not limited to software source code, documentation
|
44267
|
+
source, and configuration files.
|
44268
|
+
|
44269
|
+
"Object" form shall mean any form resulting from mechanical
|
44270
|
+
transformation or translation of a Source form, including but
|
44271
|
+
not limited to compiled object code, generated documentation,
|
44272
|
+
and conversions to other media types.
|
44273
|
+
|
44274
|
+
"Work" shall mean the work of authorship, whether in Source or
|
44275
|
+
Object form, made available under the License, as indicated by a
|
44276
|
+
copyright notice that is included in or attached to the work
|
44277
|
+
(an example is provided in the Appendix below).
|
44278
|
+
|
44279
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
44280
|
+
form, that is based on (or derived from) the Work and for which the
|
44281
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44282
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44283
|
+
of this License, Derivative Works shall not include works that remain
|
44284
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
44285
|
+
the Work and Derivative Works thereof.
|
44286
|
+
|
44287
|
+
"Contribution" shall mean any work of authorship, including
|
44288
|
+
the original version of the Work and any modifications or additions
|
44289
|
+
to that Work or Derivative Works thereof, that is intentionally
|
44290
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
44291
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
44292
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
44293
|
+
means any form of electronic, verbal, or written communication sent
|
44294
|
+
to the Licensor or its representatives, including but not limited to
|
44295
|
+
communication on electronic mailing lists, source code control systems,
|
44296
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
44297
|
+
Licensor for the purpose of discussing and improving the Work, but
|
44298
|
+
excluding communication that is conspicuously marked or otherwise
|
44299
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
44300
|
+
|
44301
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
44302
|
+
on behalf of whom a Contribution has been received by Licensor and
|
44303
|
+
subsequently incorporated within the Work.
|
44304
|
+
|
44305
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
44306
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44307
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44308
|
+
copyright license to reproduce, prepare Derivative Works of,
|
44309
|
+
publicly display, publicly perform, sublicense, and distribute the
|
44310
|
+
Work and such Derivative Works in Source or Object form.
|
44311
|
+
|
44312
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
44313
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44314
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44315
|
+
(except as stated in this section) patent license to make, have made,
|
44316
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
44317
|
+
where such license applies only to those patent claims licensable
|
44318
|
+
by such Contributor that are necessarily infringed by their
|
44319
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
44320
|
+
with the Work to which such Contribution(s) was submitted. If You
|
44321
|
+
institute patent litigation against any entity (including a
|
44322
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
44323
|
+
or a Contribution incorporated within the Work constitutes direct
|
44324
|
+
or contributory patent infringement, then any patent licenses
|
44325
|
+
granted to You under this License for that Work shall terminate
|
44326
|
+
as of the date such litigation is filed.
|
44327
|
+
|
44328
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
44329
|
+
Work or Derivative Works thereof in any medium, with or without
|
44330
|
+
modifications, and in Source or Object form, provided that You
|
44331
|
+
meet the following conditions:
|
44332
|
+
|
44333
|
+
(a) You must give any other recipients of the Work or
|
44334
|
+
Derivative Works a copy of this License; and
|
44335
|
+
|
44336
|
+
(b) You must cause any modified files to carry prominent notices
|
44337
|
+
stating that You changed the files; and
|
44338
|
+
|
44339
|
+
(c) You must retain, in the Source form of any Derivative Works
|
44340
|
+
that You distribute, all copyright, patent, trademark, and
|
44341
|
+
attribution notices from the Source form of the Work,
|
44342
|
+
excluding those notices that do not pertain to any part of
|
44343
|
+
the Derivative Works; and
|
44344
|
+
|
44345
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
44346
|
+
distribution, then any Derivative Works that You distribute must
|
44347
|
+
include a readable copy of the attribution notices contained
|
44348
|
+
within such NOTICE file, excluding those notices that do not
|
44349
|
+
pertain to any part of the Derivative Works, in at least one
|
44350
|
+
of the following places: within a NOTICE text file distributed
|
44351
|
+
as part of the Derivative Works; within the Source form or
|
44352
|
+
documentation, if provided along with the Derivative Works; or,
|
44353
|
+
within a display generated by the Derivative Works, if and
|
44354
|
+
wherever such third-party notices normally appear. The contents
|
44355
|
+
of the NOTICE file are for informational purposes only and
|
44356
|
+
do not modify the License. You may add Your own attribution
|
44357
|
+
notices within Derivative Works that You distribute, alongside
|
44358
|
+
or as an addendum to the NOTICE text from the Work, provided
|
44359
|
+
that such additional attribution notices cannot be construed
|
44360
|
+
as modifying the License.
|
44361
|
+
|
44362
|
+
You may add Your own copyright statement to Your modifications and
|
44363
|
+
may provide additional or different license terms and conditions
|
44364
|
+
for use, reproduction, or distribution of Your modifications, or
|
44365
|
+
for any such Derivative Works as a whole, provided Your use,
|
44366
|
+
reproduction, and distribution of the Work otherwise complies with
|
44367
|
+
the conditions stated in this License.
|
44368
|
+
|
44369
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
44370
|
+
any Contribution intentionally submitted for inclusion in the Work
|
44371
|
+
by You to the Licensor shall be under the terms and conditions of
|
44372
|
+
this License, without any additional terms or conditions.
|
44373
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
44374
|
+
the terms of any separate license agreement you may have executed
|
44375
|
+
with Licensor regarding such Contributions.
|
44376
|
+
|
44377
|
+
6. Trademarks. This License does not grant permission to use the trade
|
44378
|
+
names, trademarks, service marks, or product names of the Licensor,
|
44379
|
+
except as required for reasonable and customary use in describing the
|
44380
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
44381
|
+
|
44382
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
44383
|
+
agreed to in writing, Licensor provides the Work (and each
|
44384
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
44385
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
44386
|
+
implied, including, without limitation, any warranties or conditions
|
44387
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
44388
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
44389
|
+
appropriateness of using or redistributing the Work and assume any
|
44390
|
+
risks associated with Your exercise of permissions under this License.
|
44391
|
+
|
44392
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
44393
|
+
whether in tort (including negligence), contract, or otherwise,
|
44394
|
+
unless required by applicable law (such as deliberate and grossly
|
44395
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
44396
|
+
liable to You for damages, including any direct, indirect, special,
|
44397
|
+
incidental, or consequential damages of any character arising as a
|
44398
|
+
result of this License or out of the use or inability to use the
|
44399
|
+
Work (including but not limited to damages for loss of goodwill,
|
44400
|
+
work stoppage, computer failure or malfunction, or any and all
|
44401
|
+
other commercial damages or losses), even if such Contributor
|
44402
|
+
has been advised of the possibility of such damages.
|
44403
|
+
|
44404
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
44405
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
44406
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
44407
|
+
or other liability obligations and/or rights consistent with this
|
44408
|
+
License. However, in accepting such obligations, You may act only
|
44409
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
44410
|
+
of any other Contributor, and only if You agree to indemnify,
|
44411
|
+
defend, and hold each Contributor harmless for any liability
|
44412
|
+
incurred by, or claims asserted against, such Contributor by reason
|
44413
|
+
of your accepting any such warranty or additional liability.
|
44414
|
+
|
44415
|
+
END OF TERMS AND CONDITIONS
|
44416
|
+
|
44417
|
+
APPENDIX: How to apply the Apache License to your work.
|
44418
|
+
|
44419
|
+
To apply the Apache License to your work, attach the following
|
44420
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
44421
|
+
replaced with your own identifying information. (Don't include
|
44422
|
+
the brackets!) The text should be enclosed in the appropriate
|
44423
|
+
comment syntax for the file format. We also recommend that a
|
44424
|
+
file or class name and description of purpose be included on the
|
44425
|
+
same "printed page" as the copyright notice for easier
|
44426
|
+
identification within third-party archives.
|
44427
|
+
|
44428
|
+
Copyright [yyyy] [name of copyright owner]
|
44836
44429
|
|
44837
44430
|
Licensed under the Apache License, Version 2.0 (the "License");
|
44838
44431
|
you may not use this file except in compliance with the License.
|
@@ -44847,215 +44440,10 @@ See the License for the specific language governing permissions and
|
|
44847
44440
|
limitations under the License.
|
44848
44441
|
|
44849
44442
|
================================================================================
|
44850
|
-
|
44443
|
+
unicode-normalization LICENSE-MIT
|
44851
44444
|
================================================================================
|
44852
44445
|
|
44853
|
-
The
|
44854
|
-
|
44855
|
-
Copyright (c) 2014 Paho Lurie-Gregg
|
44856
|
-
|
44857
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
44858
|
-
of this software and associated documentation files (the "Software"), to deal
|
44859
|
-
in the Software without restriction, including without limitation the rights
|
44860
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
44861
|
-
copies of the Software, and to permit persons to whom the Software is
|
44862
|
-
furnished to do so, subject to the following conditions:
|
44863
|
-
|
44864
|
-
The above copyright notice and this permission notice shall be included in all
|
44865
|
-
copies or substantial portions of the Software.
|
44866
|
-
|
44867
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
44868
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
44869
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
44870
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
44871
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
44872
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
44873
|
-
SOFTWARE.
|
44874
|
-
|
44875
|
-
================================================================================
|
44876
|
-
unicode-ident LICENSE-APACHE
|
44877
|
-
================================================================================
|
44878
|
-
|
44879
|
-
Apache License
|
44880
|
-
Version 2.0, January 2004
|
44881
|
-
http://www.apache.org/licenses/
|
44882
|
-
|
44883
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
44884
|
-
|
44885
|
-
1. Definitions.
|
44886
|
-
|
44887
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
44888
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
44889
|
-
|
44890
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
44891
|
-
the copyright owner that is granting the License.
|
44892
|
-
|
44893
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
44894
|
-
other entities that control, are controlled by, or are under common
|
44895
|
-
control with that entity. For the purposes of this definition,
|
44896
|
-
"control" means (i) the power, direct or indirect, to cause the
|
44897
|
-
direction or management of such entity, whether by contract or
|
44898
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
44899
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
44900
|
-
|
44901
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
44902
|
-
exercising permissions granted by this License.
|
44903
|
-
|
44904
|
-
"Source" form shall mean the preferred form for making modifications,
|
44905
|
-
including but not limited to software source code, documentation
|
44906
|
-
source, and configuration files.
|
44907
|
-
|
44908
|
-
"Object" form shall mean any form resulting from mechanical
|
44909
|
-
transformation or translation of a Source form, including but
|
44910
|
-
not limited to compiled object code, generated documentation,
|
44911
|
-
and conversions to other media types.
|
44912
|
-
|
44913
|
-
"Work" shall mean the work of authorship, whether in Source or
|
44914
|
-
Object form, made available under the License, as indicated by a
|
44915
|
-
copyright notice that is included in or attached to the work
|
44916
|
-
(an example is provided in the Appendix below).
|
44917
|
-
|
44918
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
44919
|
-
form, that is based on (or derived from) the Work and for which the
|
44920
|
-
editorial revisions, annotations, elaborations, or other modifications
|
44921
|
-
represent, as a whole, an original work of authorship. For the purposes
|
44922
|
-
of this License, Derivative Works shall not include works that remain
|
44923
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
44924
|
-
the Work and Derivative Works thereof.
|
44925
|
-
|
44926
|
-
"Contribution" shall mean any work of authorship, including
|
44927
|
-
the original version of the Work and any modifications or additions
|
44928
|
-
to that Work or Derivative Works thereof, that is intentionally
|
44929
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
44930
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
44931
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
44932
|
-
means any form of electronic, verbal, or written communication sent
|
44933
|
-
to the Licensor or its representatives, including but not limited to
|
44934
|
-
communication on electronic mailing lists, source code control systems,
|
44935
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
44936
|
-
Licensor for the purpose of discussing and improving the Work, but
|
44937
|
-
excluding communication that is conspicuously marked or otherwise
|
44938
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
44939
|
-
|
44940
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
44941
|
-
on behalf of whom a Contribution has been received by Licensor and
|
44942
|
-
subsequently incorporated within the Work.
|
44943
|
-
|
44944
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
44945
|
-
this License, each Contributor hereby grants to You a perpetual,
|
44946
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44947
|
-
copyright license to reproduce, prepare Derivative Works of,
|
44948
|
-
publicly display, publicly perform, sublicense, and distribute the
|
44949
|
-
Work and such Derivative Works in Source or Object form.
|
44950
|
-
|
44951
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
44952
|
-
this License, each Contributor hereby grants to You a perpetual,
|
44953
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44954
|
-
(except as stated in this section) patent license to make, have made,
|
44955
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
44956
|
-
where such license applies only to those patent claims licensable
|
44957
|
-
by such Contributor that are necessarily infringed by their
|
44958
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
44959
|
-
with the Work to which such Contribution(s) was submitted. If You
|
44960
|
-
institute patent litigation against any entity (including a
|
44961
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
44962
|
-
or a Contribution incorporated within the Work constitutes direct
|
44963
|
-
or contributory patent infringement, then any patent licenses
|
44964
|
-
granted to You under this License for that Work shall terminate
|
44965
|
-
as of the date such litigation is filed.
|
44966
|
-
|
44967
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
44968
|
-
Work or Derivative Works thereof in any medium, with or without
|
44969
|
-
modifications, and in Source or Object form, provided that You
|
44970
|
-
meet the following conditions:
|
44971
|
-
|
44972
|
-
(a) You must give any other recipients of the Work or
|
44973
|
-
Derivative Works a copy of this License; and
|
44974
|
-
|
44975
|
-
(b) You must cause any modified files to carry prominent notices
|
44976
|
-
stating that You changed the files; and
|
44977
|
-
|
44978
|
-
(c) You must retain, in the Source form of any Derivative Works
|
44979
|
-
that You distribute, all copyright, patent, trademark, and
|
44980
|
-
attribution notices from the Source form of the Work,
|
44981
|
-
excluding those notices that do not pertain to any part of
|
44982
|
-
the Derivative Works; and
|
44983
|
-
|
44984
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
44985
|
-
distribution, then any Derivative Works that You distribute must
|
44986
|
-
include a readable copy of the attribution notices contained
|
44987
|
-
within such NOTICE file, excluding those notices that do not
|
44988
|
-
pertain to any part of the Derivative Works, in at least one
|
44989
|
-
of the following places: within a NOTICE text file distributed
|
44990
|
-
as part of the Derivative Works; within the Source form or
|
44991
|
-
documentation, if provided along with the Derivative Works; or,
|
44992
|
-
within a display generated by the Derivative Works, if and
|
44993
|
-
wherever such third-party notices normally appear. The contents
|
44994
|
-
of the NOTICE file are for informational purposes only and
|
44995
|
-
do not modify the License. You may add Your own attribution
|
44996
|
-
notices within Derivative Works that You distribute, alongside
|
44997
|
-
or as an addendum to the NOTICE text from the Work, provided
|
44998
|
-
that such additional attribution notices cannot be construed
|
44999
|
-
as modifying the License.
|
45000
|
-
|
45001
|
-
You may add Your own copyright statement to Your modifications and
|
45002
|
-
may provide additional or different license terms and conditions
|
45003
|
-
for use, reproduction, or distribution of Your modifications, or
|
45004
|
-
for any such Derivative Works as a whole, provided Your use,
|
45005
|
-
reproduction, and distribution of the Work otherwise complies with
|
45006
|
-
the conditions stated in this License.
|
45007
|
-
|
45008
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
45009
|
-
any Contribution intentionally submitted for inclusion in the Work
|
45010
|
-
by You to the Licensor shall be under the terms and conditions of
|
45011
|
-
this License, without any additional terms or conditions.
|
45012
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
45013
|
-
the terms of any separate license agreement you may have executed
|
45014
|
-
with Licensor regarding such Contributions.
|
45015
|
-
|
45016
|
-
6. Trademarks. This License does not grant permission to use the trade
|
45017
|
-
names, trademarks, service marks, or product names of the Licensor,
|
45018
|
-
except as required for reasonable and customary use in describing the
|
45019
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
45020
|
-
|
45021
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
45022
|
-
agreed to in writing, Licensor provides the Work (and each
|
45023
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
45024
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
45025
|
-
implied, including, without limitation, any warranties or conditions
|
45026
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
45027
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
45028
|
-
appropriateness of using or redistributing the Work and assume any
|
45029
|
-
risks associated with Your exercise of permissions under this License.
|
45030
|
-
|
45031
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
45032
|
-
whether in tort (including negligence), contract, or otherwise,
|
45033
|
-
unless required by applicable law (such as deliberate and grossly
|
45034
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
45035
|
-
liable to You for damages, including any direct, indirect, special,
|
45036
|
-
incidental, or consequential damages of any character arising as a
|
45037
|
-
result of this License or out of the use or inability to use the
|
45038
|
-
Work (including but not limited to damages for loss of goodwill,
|
45039
|
-
work stoppage, computer failure or malfunction, or any and all
|
45040
|
-
other commercial damages or losses), even if such Contributor
|
45041
|
-
has been advised of the possibility of such damages.
|
45042
|
-
|
45043
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
45044
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
45045
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
45046
|
-
or other liability obligations and/or rights consistent with this
|
45047
|
-
License. However, in accepting such obligations, You may act only
|
45048
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
45049
|
-
of any other Contributor, and only if You agree to indemnify,
|
45050
|
-
defend, and hold each Contributor harmless for any liability
|
45051
|
-
incurred by, or claims asserted against, such Contributor by reason
|
45052
|
-
of your accepting any such warranty or additional liability.
|
45053
|
-
|
45054
|
-
END OF TERMS AND CONDITIONS
|
45055
|
-
|
45056
|
-
================================================================================
|
45057
|
-
unicode-ident LICENSE-MIT
|
45058
|
-
================================================================================
|
44446
|
+
Copyright (c) 2015 The Rust Project Developers
|
45059
44447
|
|
45060
44448
|
Permission is hereby granted, free of charge, to any
|
45061
44449
|
person obtaining a copy of this software and associated
|
@@ -45081,50 +44469,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
45081
44469
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45082
44470
|
DEALINGS IN THE SOFTWARE.
|
45083
44471
|
|
45084
|
-
================================================================================
|
45085
|
-
unicode-ident LICENSE-UNICODE
|
45086
|
-
================================================================================
|
45087
|
-
|
45088
|
-
UNICODE LICENSE V3
|
45089
|
-
|
45090
|
-
COPYRIGHT AND PERMISSION NOTICE
|
45091
|
-
|
45092
|
-
Copyright © 1991-2023 Unicode, Inc.
|
45093
|
-
|
45094
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
45095
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
45096
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
45097
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
45098
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
45099
|
-
|
45100
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
45101
|
-
copy of data files and any associated documentation (the "Data Files") or
|
45102
|
-
software and any associated documentation (the "Software") to deal in the
|
45103
|
-
Data Files or Software without restriction, including without limitation
|
45104
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
45105
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
45106
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
45107
|
-
this copyright and permission notice appear with all copies of the Data
|
45108
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
45109
|
-
associated Documentation.
|
45110
|
-
|
45111
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
45112
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
45113
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
45114
|
-
THIRD PARTY RIGHTS.
|
45115
|
-
|
45116
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
45117
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
45118
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
45119
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
45120
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
45121
|
-
FILES OR SOFTWARE.
|
45122
|
-
|
45123
|
-
Except as contained in this notice, the name of a copyright holder shall
|
45124
|
-
not be used in advertising or otherwise to promote the sale, use or other
|
45125
|
-
dealings in these Data Files or Software without prior written
|
45126
|
-
authorization of the copyright holder.
|
45127
|
-
|
45128
44472
|
================================================================================
|
45129
44473
|
unicode-reverse LICENSE-APACHE
|
45130
44474
|
================================================================================
|
@@ -48947,6 +48291,30 @@ SPDX-License-Identifier: Unicode-3.0
|
|
48947
48291
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
48948
48292
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
48949
48293
|
|
48294
|
+
================================================================================
|
48295
|
+
zlib-rs LICENSE
|
48296
|
+
================================================================================
|
48297
|
+
|
48298
|
+
(C) 2024 Trifecta Tech Foundation
|
48299
|
+
|
48300
|
+
This software is provided 'as-is', without any express or implied
|
48301
|
+
warranty. In no event will the authors be held liable for any damages
|
48302
|
+
arising from the use of this software.
|
48303
|
+
|
48304
|
+
Permission is granted to anyone to use this software for any purpose,
|
48305
|
+
including commercial applications, and to alter it and redistribute it
|
48306
|
+
freely, subject to the following restrictions:
|
48307
|
+
|
48308
|
+
1. The origin of this software must not be misrepresented; you must not
|
48309
|
+
claim that you wrote the original software. If you use this software
|
48310
|
+
in a product, an acknowledgment in the product documentation would be
|
48311
|
+
appreciated but is not required.
|
48312
|
+
|
48313
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
48314
|
+
misrepresented as being the original software.
|
48315
|
+
|
48316
|
+
3. This notice may not be removed or altered from any source distribution.
|
48317
|
+
|
48950
48318
|
================================================================================
|
48951
48319
|
zstd LICENSE
|
48952
48320
|
================================================================================
|