polars-df 0.16.0-aarch64-linux-musl → 0.17.1-aarch64-linux-musl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/Cargo.lock +225 -238
- data/LICENSE-THIRD-PARTY.txt +1900 -2234
- data/LICENSE.txt +1 -1
- data/README.md +4 -4
- 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 +321 -23
- data/lib/polars/data_types.rb +4 -0
- data/lib/polars/expr.rb +31 -0
- data/lib/polars/functions/eager.rb +145 -16
- data/lib/polars/io/database.rb +17 -0
- data/lib/polars/lazy_frame.rb +74 -9
- data/lib/polars/schema.rb +29 -0
- data/lib/polars/series.rb +31 -24
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +1 -0
- metadata +4 -3
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,12 +821,13 @@ 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
|
|
836
|
-
ring v0.17.
|
828
|
+
ring v0.17.13
|
837
829
|
https://github.com/briansmith/ring
|
830
|
+
Apache-2.0 AND ISC
|
838
831
|
|
839
832
|
rle-decode-fast v1.0.3
|
840
833
|
https://github.com/WanzenBug/rle-decode-helper
|
@@ -848,11 +841,11 @@ rustc-hash v2.1.0
|
|
848
841
|
https://github.com/rust-lang/rustc-hash
|
849
842
|
Apache-2.0 OR MIT
|
850
843
|
|
851
|
-
rustix v0.38.
|
844
|
+
rustix v0.38.44
|
852
845
|
https://github.com/bytecodealliance/rustix
|
853
846
|
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
854
847
|
|
855
|
-
rustls v0.23.
|
848
|
+
rustls v0.23.21
|
856
849
|
https://github.com/rustls/rustls
|
857
850
|
Apache-2.0 OR ISC OR MIT
|
858
851
|
|
@@ -864,7 +857,7 @@ rustls-pemfile v2.2.0
|
|
864
857
|
https://github.com/rustls/pemfile
|
865
858
|
Apache-2.0 OR ISC OR MIT
|
866
859
|
|
867
|
-
rustls-pki-types v1.
|
860
|
+
rustls-pki-types v1.11.0
|
868
861
|
https://github.com/rustls/pki-types
|
869
862
|
MIT OR Apache-2.0
|
870
863
|
|
@@ -900,7 +893,7 @@ serde_derive v1.0.217
|
|
900
893
|
https://serde.rs
|
901
894
|
MIT OR Apache-2.0
|
902
895
|
|
903
|
-
serde_json v1.0.
|
896
|
+
serde_json v1.0.137
|
904
897
|
https://github.com/serde-rs/json
|
905
898
|
MIT OR Apache-2.0
|
906
899
|
|
@@ -924,7 +917,7 @@ simdutf8 v0.1.5
|
|
924
917
|
https://github.com/rusticstuff/simdutf8
|
925
918
|
MIT OR Apache-2.0
|
926
919
|
|
927
|
-
siphasher
|
920
|
+
siphasher v1.0.1
|
928
921
|
https://docs.rs/siphasher
|
929
922
|
MIT/Apache-2.0
|
930
923
|
|
@@ -956,11 +949,7 @@ socket2 v0.5.8
|
|
956
949
|
https://github.com/rust-lang/socket2
|
957
950
|
MIT OR Apache-2.0
|
958
951
|
|
959
|
-
|
960
|
-
https://github.com/mvdnes/spin-rs.git
|
961
|
-
MIT
|
962
|
-
|
963
|
-
sqlparser v0.52.0
|
952
|
+
sqlparser v0.53.0
|
964
953
|
https://github.com/apache/datafusion-sqlparser-rs
|
965
954
|
Apache-2.0
|
966
955
|
|
@@ -1000,11 +989,7 @@ subtle v2.6.1
|
|
1000
989
|
https://dalek.rs/
|
1001
990
|
BSD-3-Clause
|
1002
991
|
|
1003
|
-
syn
|
1004
|
-
https://github.com/dtolnay/syn
|
1005
|
-
MIT OR Apache-2.0
|
1006
|
-
|
1007
|
-
syn v2.0.93
|
992
|
+
syn v2.0.96
|
1008
993
|
https://github.com/dtolnay/syn
|
1009
994
|
MIT OR Apache-2.0
|
1010
995
|
|
@@ -1016,19 +1001,15 @@ synstructure v0.13.1
|
|
1016
1001
|
https://github.com/mystor/synstructure
|
1017
1002
|
MIT
|
1018
1003
|
|
1019
|
-
sysinfo v0.
|
1004
|
+
sysinfo v0.33.1
|
1020
1005
|
https://github.com/GuillaumeGomez/sysinfo
|
1021
1006
|
MIT
|
1022
1007
|
|
1023
|
-
|
1024
|
-
https://github.com/calebzulawski/target-features
|
1025
|
-
MIT OR Apache-2.0
|
1026
|
-
|
1027
|
-
thiserror v2.0.9
|
1008
|
+
thiserror v2.0.11
|
1028
1009
|
https://github.com/dtolnay/thiserror
|
1029
1010
|
MIT OR Apache-2.0
|
1030
1011
|
|
1031
|
-
thiserror-impl v2.0.
|
1012
|
+
thiserror-impl v2.0.11
|
1032
1013
|
https://github.com/dtolnay/thiserror
|
1033
1014
|
MIT OR Apache-2.0
|
1034
1015
|
|
@@ -1044,11 +1025,11 @@ tinyvec_macros v0.1.1
|
|
1044
1025
|
https://github.com/Soveu/tinyvec_macros
|
1045
1026
|
MIT OR Apache-2.0 OR Zlib
|
1046
1027
|
|
1047
|
-
tokio v1.
|
1028
|
+
tokio v1.43.0
|
1048
1029
|
https://tokio.rs
|
1049
1030
|
MIT
|
1050
1031
|
|
1051
|
-
tokio-macros v2.
|
1032
|
+
tokio-macros v2.5.0
|
1052
1033
|
https://tokio.rs
|
1053
1034
|
MIT
|
1054
1035
|
|
@@ -1092,10 +1073,14 @@ typenum v1.17.0
|
|
1092
1073
|
https://github.com/paholg/typenum
|
1093
1074
|
MIT OR Apache-2.0
|
1094
1075
|
|
1095
|
-
unicode-ident v1.0.
|
1076
|
+
unicode-ident v1.0.15
|
1096
1077
|
https://github.com/dtolnay/unicode-ident
|
1097
1078
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
1098
1079
|
|
1080
|
+
unicode-normalization v0.1.24
|
1081
|
+
https://github.com/unicode-rs/unicode-normalization
|
1082
|
+
MIT/Apache-2.0
|
1083
|
+
|
1099
1084
|
unicode-reverse v1.0.9
|
1100
1085
|
https://github.com/mbrubeck/unicode-reverse
|
1101
1086
|
MIT OR Apache-2.0
|
@@ -1124,7 +1109,7 @@ utf8_iter v1.0.4
|
|
1124
1109
|
https://docs.rs/utf8_iter/
|
1125
1110
|
Apache-2.0 OR MIT
|
1126
1111
|
|
1127
|
-
uuid v1.
|
1112
|
+
uuid v1.12.1
|
1128
1113
|
https://github.com/uuid-rs/uuid
|
1129
1114
|
Apache-2.0 OR MIT
|
1130
1115
|
|
@@ -1152,7 +1137,7 @@ writeable v0.5.5
|
|
1152
1137
|
https://github.com/unicode-org/icu4x
|
1153
1138
|
Unicode-3.0
|
1154
1139
|
|
1155
|
-
xxhash-rust v0.8.
|
1140
|
+
xxhash-rust v0.8.15
|
1156
1141
|
https://github.com/DoumanAsh/xxhash-rust
|
1157
1142
|
BSL-1.0
|
1158
1143
|
|
@@ -1192,6 +1177,10 @@ zerovec-derive v0.10.3
|
|
1192
1177
|
https://github.com/unicode-org/icu4x
|
1193
1178
|
Unicode-3.0
|
1194
1179
|
|
1180
|
+
zlib-rs v0.4.1
|
1181
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
1182
|
+
Zlib
|
1183
|
+
|
1195
1184
|
zstd v0.13.2
|
1196
1185
|
https://github.com/gyscos/zstd-rs
|
1197
1186
|
MIT
|
@@ -2071,33 +2060,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2071
2060
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2072
2061
|
SOFTWARE.
|
2073
2062
|
|
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
2063
|
================================================================================
|
2102
2064
|
array-init-cursor LICENSE-APACHE
|
2103
2065
|
================================================================================
|
@@ -2280,6 +2242,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2280
2242
|
END OF TERMS AND CONDITIONS
|
2281
2243
|
|
2282
2244
|
|
2245
|
+
================================================================================
|
2246
|
+
array-init-cursor LICENSE-MIT
|
2247
|
+
================================================================================
|
2248
|
+
|
2249
|
+
MIT License
|
2250
|
+
|
2251
|
+
Copyright (c) 2021 The Planus Project Developers
|
2252
|
+
|
2253
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2254
|
+
of this software and associated documentation files (the "Software"), to deal
|
2255
|
+
in the Software without restriction, including without limitation the rights
|
2256
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2257
|
+
copies of the Software, and to permit persons to whom the Software is
|
2258
|
+
furnished to do so, subject to the following conditions:
|
2259
|
+
|
2260
|
+
The above copyright notice and this permission notice shall be included in all
|
2261
|
+
copies or substantial portions of the Software.
|
2262
|
+
|
2263
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2264
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2265
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2266
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2267
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2268
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2269
|
+
SOFTWARE.
|
2270
|
+
|
2271
|
+
|
2283
2272
|
================================================================================
|
2284
2273
|
arrayref LICENSE
|
2285
2274
|
================================================================================
|
@@ -2869,269 +2858,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2869
2858
|
DEALINGS IN THE SOFTWARE.
|
2870
2859
|
|
2871
2860
|
================================================================================
|
2872
|
-
|
2861
|
+
atoi_simd LICENSE-APACHE
|
2873
2862
|
================================================================================
|
2874
2863
|
|
2875
|
-
|
2864
|
+
Apache License
|
2865
|
+
Version 2.0, January 2004
|
2866
|
+
http://www.apache.org/licenses/
|
2876
2867
|
|
2877
|
-
|
2868
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2878
2869
|
|
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:
|
2870
|
+
1. Definitions.
|
2885
2871
|
|
2886
|
-
|
2887
|
-
|
2872
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2873
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2888
2874
|
|
2889
|
-
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2875
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2876
|
+
the copyright owner that is granting the License.
|
2877
|
+
|
2878
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2879
|
+
other entities that control, are controlled by, or are under common
|
2880
|
+
control with that entity. For the purposes of this definition,
|
2881
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2882
|
+
direction or management of such entity, whether by contract or
|
2883
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2884
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2885
|
+
|
2886
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2887
|
+
exercising permissions granted by this License.
|
2888
|
+
|
2889
|
+
"Source" form shall mean the preferred form for making modifications,
|
2890
|
+
including but not limited to software source code, documentation
|
2891
|
+
source, and configuration files.
|
2892
|
+
|
2893
|
+
"Object" form shall mean any form resulting from mechanical
|
2894
|
+
transformation or translation of a Source form, including but
|
2895
|
+
not limited to compiled object code, generated documentation,
|
2896
|
+
and conversions to other media types.
|
2897
|
+
|
2898
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2899
|
+
Object form, made available under the License, as indicated by a
|
2900
|
+
copyright notice that is included in or attached to the work
|
2901
|
+
(an example is provided in the Appendix below).
|
2902
|
+
|
2903
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2904
|
+
form, that is based on (or derived from) the Work and for which the
|
2905
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2906
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2907
|
+
of this License, Derivative Works shall not include works that remain
|
2908
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2909
|
+
the Work and Derivative Works thereof.
|
2910
|
+
|
2911
|
+
"Contribution" shall mean any work of authorship, including
|
2912
|
+
the original version of the Work and any modifications or additions
|
2913
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2914
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2915
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2916
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2917
|
+
means any form of electronic, verbal, or written communication sent
|
2918
|
+
to the Licensor or its representatives, including but not limited to
|
2919
|
+
communication on electronic mailing lists, source code control systems,
|
2920
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2921
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2922
|
+
excluding communication that is conspicuously marked or otherwise
|
2923
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2924
|
+
|
2925
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2926
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2927
|
+
subsequently incorporated within the Work.
|
2928
|
+
|
2929
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2930
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2931
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2932
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2933
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2934
|
+
Work and such Derivative Works in Source or Object form.
|
2935
|
+
|
2936
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2937
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2938
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2939
|
+
(except as stated in this section) patent license to make, have made,
|
2940
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2941
|
+
where such license applies only to those patent claims licensable
|
2942
|
+
by such Contributor that are necessarily infringed by their
|
2943
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2944
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2945
|
+
institute patent litigation against any entity (including a
|
2946
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2947
|
+
or a Contribution incorporated within the Work constitutes direct
|
2948
|
+
or contributory patent infringement, then any patent licenses
|
2949
|
+
granted to You under this License for that Work shall terminate
|
2950
|
+
as of the date such litigation is filed.
|
2951
|
+
|
2952
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2953
|
+
Work or Derivative Works thereof in any medium, with or without
|
2954
|
+
modifications, and in Source or Object form, provided that You
|
2955
|
+
meet the following conditions:
|
2956
|
+
|
2957
|
+
(a) You must give any other recipients of the Work or
|
2958
|
+
Derivative Works a copy of this License; and
|
2959
|
+
|
2960
|
+
(b) You must cause any modified files to carry prominent notices
|
2961
|
+
stating that You changed the files; and
|
2962
|
+
|
2963
|
+
(c) You must retain, in the Source form of any Derivative Works
|
2964
|
+
that You distribute, all copyright, patent, trademark, and
|
2965
|
+
attribution notices from the Source form of the Work,
|
2966
|
+
excluding those notices that do not pertain to any part of
|
2967
|
+
the Derivative Works; and
|
2968
|
+
|
2969
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
2970
|
+
distribution, then any Derivative Works that You distribute must
|
2971
|
+
include a readable copy of the attribution notices contained
|
2972
|
+
within such NOTICE file, excluding those notices that do not
|
2973
|
+
pertain to any part of the Derivative Works, in at least one
|
2974
|
+
of the following places: within a NOTICE text file distributed
|
2975
|
+
as part of the Derivative Works; within the Source form or
|
2976
|
+
documentation, if provided along with the Derivative Works; or,
|
2977
|
+
within a display generated by the Derivative Works, if and
|
2978
|
+
wherever such third-party notices normally appear. The contents
|
2979
|
+
of the NOTICE file are for informational purposes only and
|
2980
|
+
do not modify the License. You may add Your own attribution
|
2981
|
+
notices within Derivative Works that You distribute, alongside
|
2982
|
+
or as an addendum to the NOTICE text from the Work, provided
|
2983
|
+
that such additional attribution notices cannot be construed
|
2984
|
+
as modifying the License.
|
2985
|
+
|
2986
|
+
You may add Your own copyright statement to Your modifications and
|
2987
|
+
may provide additional or different license terms and conditions
|
2988
|
+
for use, reproduction, or distribution of Your modifications, or
|
2989
|
+
for any such Derivative Works as a whole, provided Your use,
|
2990
|
+
reproduction, and distribution of the Work otherwise complies with
|
2991
|
+
the conditions stated in this License.
|
2992
|
+
|
2993
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2994
|
+
any Contribution intentionally submitted for inclusion in the Work
|
2995
|
+
by You to the Licensor shall be under the terms and conditions of
|
2996
|
+
this License, without any additional terms or conditions.
|
2997
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
2998
|
+
the terms of any separate license agreement you may have executed
|
2999
|
+
with Licensor regarding such Contributions.
|
3000
|
+
|
3001
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3002
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3003
|
+
except as required for reasonable and customary use in describing the
|
3004
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3005
|
+
|
3006
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3007
|
+
agreed to in writing, Licensor provides the Work (and each
|
3008
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3009
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3010
|
+
implied, including, without limitation, any warranties or conditions
|
3011
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3012
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3013
|
+
appropriateness of using or redistributing the Work and assume any
|
3014
|
+
risks associated with Your exercise of permissions under this License.
|
3015
|
+
|
3016
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3017
|
+
whether in tort (including negligence), contract, or otherwise,
|
3018
|
+
unless required by applicable law (such as deliberate and grossly
|
3019
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3020
|
+
liable to You for damages, including any direct, indirect, special,
|
3021
|
+
incidental, or consequential damages of any character arising as a
|
3022
|
+
result of this License or out of the use or inability to use the
|
3023
|
+
Work (including but not limited to damages for loss of goodwill,
|
3024
|
+
work stoppage, computer failure or malfunction, or any and all
|
3025
|
+
other commercial damages or losses), even if such Contributor
|
3026
|
+
has been advised of the possibility of such damages.
|
3027
|
+
|
3028
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3029
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3030
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3031
|
+
or other liability obligations and/or rights consistent with this
|
3032
|
+
License. However, in accepting such obligations, You may act only
|
3033
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3034
|
+
of any other Contributor, and only if You agree to indemnify,
|
3035
|
+
defend, and hold each Contributor harmless for any liability
|
3036
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3037
|
+
of your accepting any such warranty or additional liability.
|
3038
|
+
|
3039
|
+
END OF TERMS AND CONDITIONS
|
3040
|
+
|
3041
|
+
APPENDIX: How to apply the Apache License to your work.
|
3042
|
+
|
3043
|
+
To apply the Apache License to your work, attach the following
|
3044
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3045
|
+
replaced with your own identifying information. (Don't include
|
3046
|
+
the brackets!) The text should be enclosed in the appropriate
|
3047
|
+
comment syntax for the file format. We also recommend that a
|
3048
|
+
file or class name and description of purpose be included on the
|
3049
|
+
same "printed page" as the copyright notice for easier
|
3050
|
+
identification within third-party archives.
|
3051
|
+
|
3052
|
+
Copyright 2022-NOW Dmitry Rodionov
|
3053
|
+
|
3054
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3055
|
+
you may not use this file except in compliance with the License.
|
3056
|
+
You may obtain a copy of the License at
|
3057
|
+
|
3058
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3059
|
+
|
3060
|
+
Unless required by applicable law or agreed to in writing, software
|
3061
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3062
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3063
|
+
See the License for the specific language governing permissions and
|
3064
|
+
limitations under the License.
|
2896
3065
|
|
2897
3066
|
================================================================================
|
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
|
3067
|
+
atoi_simd LICENSE-MIT
|
3068
|
+
================================================================================
|
3069
|
+
|
3070
|
+
Copyright (c) 2022 Dmitry Rodionov
|
3071
|
+
|
3072
|
+
Permission is hereby granted, free of charge, to any
|
3073
|
+
person obtaining a copy of this software and associated
|
3074
|
+
documentation files (the "Software"), to deal in the
|
3075
|
+
Software without restriction, including without
|
3076
|
+
limitation the rights to use, copy, modify, merge,
|
3077
|
+
publish, distribute, sublicense, and/or sell copies of
|
3078
|
+
the Software, and to permit persons to whom the Software
|
3079
|
+
is furnished to do so, subject to the following
|
3080
|
+
conditions:
|
3081
|
+
|
3082
|
+
The above copyright notice and this permission notice
|
3083
|
+
shall be included in all copies or substantial portions
|
3084
|
+
of the Software.
|
3085
|
+
|
3086
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3087
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3088
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3089
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3090
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3091
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3092
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3093
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3094
|
+
DEALINGS IN THE SOFTWARE.
|
3095
|
+
|
3096
|
+
================================================================================
|
3097
|
+
atomic-waker LICENSE-APACHE
|
3135
3098
|
================================================================================
|
3136
3099
|
|
3137
3100
|
Apache License
|
@@ -4105,6 +4068,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4105
4068
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4106
4069
|
THE SOFTWARE.
|
4107
4070
|
|
4071
|
+
================================================================================
|
4072
|
+
bincode LICENSE.md
|
4073
|
+
================================================================================
|
4074
|
+
|
4075
|
+
The MIT License (MIT)
|
4076
|
+
|
4077
|
+
Copyright (c) 2014 Ty Overby
|
4078
|
+
|
4079
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4080
|
+
of this software and associated documentation files (the "Software"), to deal
|
4081
|
+
in the Software without restriction, including without limitation the rights
|
4082
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4083
|
+
copies of the Software, and to permit persons to whom the Software is
|
4084
|
+
furnished to do so, subject to the following conditions:
|
4085
|
+
|
4086
|
+
The above copyright notice and this permission notice shall be included in all
|
4087
|
+
copies or substantial portions of the Software.
|
4088
|
+
|
4089
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4090
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4091
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4092
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4093
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4094
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4095
|
+
SOFTWARE.
|
4096
|
+
|
4108
4097
|
================================================================================
|
4109
4098
|
bindgen LICENSE
|
4110
4099
|
================================================================================
|
@@ -20940,33 +20929,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
20940
20929
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20941
20930
|
DEALINGS IN THE SOFTWARE.
|
20942
20931
|
|
20943
|
-
================================================================================
|
20944
|
-
itoap LICENSE
|
20945
|
-
================================================================================
|
20946
|
-
|
20947
|
-
|
20948
|
-
The MIT License (MIT)
|
20949
|
-
Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
|
20950
|
-
|
20951
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20952
|
-
of this software and associated documentation files (the "Software"), to deal
|
20953
|
-
in the Software without restriction, including without limitation the rights
|
20954
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
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.
|
20968
|
-
|
20969
|
-
|
20970
20932
|
================================================================================
|
20971
20933
|
jemalloc-sys LICENSE-APACHE
|
20972
20934
|
================================================================================
|
@@ -22750,292 +22712,316 @@ have been licensed under extremely permissive terms.
|
|
22750
22712
|
Copyright notices are retained in src/* files where relevant.
|
22751
22713
|
|
22752
22714
|
================================================================================
|
22753
|
-
|
22754
|
-
================================================================================
|
22755
|
-
|
22756
|
-
Apache License
|
22757
|
-
Version 2.0, January 2004
|
22758
|
-
http://www.apache.org/licenses/
|
22759
|
-
|
22760
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
22761
|
-
|
22762
|
-
1. Definitions.
|
22763
|
-
|
22764
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
22765
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
22766
|
-
|
22767
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
22768
|
-
the copyright owner that is granting the License.
|
22769
|
-
|
22770
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
22771
|
-
other entities that control, are controlled by, or are under common
|
22772
|
-
control with that entity. For the purposes of this definition,
|
22773
|
-
"control" means (i) the power, direct or indirect, to cause the
|
22774
|
-
direction or management of such entity, whether by contract or
|
22775
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22776
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22777
|
-
|
22778
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
22779
|
-
exercising permissions granted by this License.
|
22780
|
-
|
22781
|
-
"Source" form shall mean the preferred form for making modifications,
|
22782
|
-
including but not limited to software source code, documentation
|
22783
|
-
source, and configuration files.
|
22784
|
-
|
22785
|
-
"Object" form shall mean any form resulting from mechanical
|
22786
|
-
transformation or translation of a Source form, including but
|
22787
|
-
not limited to compiled object code, generated documentation,
|
22788
|
-
and conversions to other media types.
|
22789
|
-
|
22790
|
-
"Work" shall mean the work of authorship, whether in Source or
|
22791
|
-
Object form, made available under the License, as indicated by a
|
22792
|
-
copyright notice that is included in or attached to the work
|
22793
|
-
(an example is provided in the Appendix below).
|
22794
|
-
|
22795
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
22796
|
-
form, that is based on (or derived from) the Work and for which the
|
22797
|
-
editorial revisions, annotations, elaborations, or other modifications
|
22798
|
-
represent, as a whole, an original work of authorship. For the purposes
|
22799
|
-
of this License, Derivative Works shall not include works that remain
|
22800
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
22801
|
-
the Work and Derivative Works thereof.
|
22802
|
-
|
22803
|
-
"Contribution" shall mean any work of authorship, including
|
22804
|
-
the original version of the Work and any modifications or additions
|
22805
|
-
to that Work or Derivative Works thereof, that is intentionally
|
22806
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
22807
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
22808
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
22809
|
-
means any form of electronic, verbal, or written communication sent
|
22810
|
-
to the Licensor or its representatives, including but not limited to
|
22811
|
-
communication on electronic mailing lists, source code control systems,
|
22812
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
22813
|
-
Licensor for the purpose of discussing and improving the Work, but
|
22814
|
-
excluding communication that is conspicuously marked or otherwise
|
22815
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
22816
|
-
|
22817
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
22818
|
-
on behalf of whom a Contribution has been received by Licensor and
|
22819
|
-
subsequently incorporated within the Work.
|
22820
|
-
|
22821
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
22822
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22823
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22824
|
-
copyright license to reproduce, prepare Derivative Works of,
|
22825
|
-
publicly display, publicly perform, sublicense, and distribute the
|
22826
|
-
Work and such Derivative Works in Source or Object form.
|
22827
|
-
|
22828
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
22829
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22830
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22831
|
-
(except as stated in this section) patent license to make, have made,
|
22832
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
22833
|
-
where such license applies only to those patent claims licensable
|
22834
|
-
by such Contributor that are necessarily infringed by their
|
22835
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
22836
|
-
with the Work to which such Contribution(s) was submitted. If You
|
22837
|
-
institute patent litigation against any entity (including a
|
22838
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
22839
|
-
or a Contribution incorporated within the Work constitutes direct
|
22840
|
-
or contributory patent infringement, then any patent licenses
|
22841
|
-
granted to You under this License for that Work shall terminate
|
22842
|
-
as of the date such litigation is filed.
|
22843
|
-
|
22844
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
22845
|
-
Work or Derivative Works thereof in any medium, with or without
|
22846
|
-
modifications, and in Source or Object form, provided that You
|
22847
|
-
meet the following conditions:
|
22848
|
-
|
22849
|
-
(a) You must give any other recipients of the Work or
|
22850
|
-
Derivative Works a copy of this License; and
|
22851
|
-
|
22852
|
-
(b) You must cause any modified files to carry prominent notices
|
22853
|
-
stating that You changed the files; and
|
22854
|
-
|
22855
|
-
(c) You must retain, in the Source form of any Derivative Works
|
22856
|
-
that You distribute, all copyright, patent, trademark, and
|
22857
|
-
attribution notices from the Source form of the Work,
|
22858
|
-
excluding those notices that do not pertain to any part of
|
22859
|
-
the Derivative Works; and
|
22860
|
-
|
22861
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
22862
|
-
distribution, then any Derivative Works that You distribute must
|
22863
|
-
include a readable copy of the attribution notices contained
|
22864
|
-
within such NOTICE file, excluding those notices that do not
|
22865
|
-
pertain to any part of the Derivative Works, in at least one
|
22866
|
-
of the following places: within a NOTICE text file distributed
|
22867
|
-
as part of the Derivative Works; within the Source form or
|
22868
|
-
documentation, if provided along with the Derivative Works; or,
|
22869
|
-
within a display generated by the Derivative Works, if and
|
22870
|
-
wherever such third-party notices normally appear. The contents
|
22871
|
-
of the NOTICE file are for informational purposes only and
|
22872
|
-
do not modify the License. You may add Your own attribution
|
22873
|
-
notices within Derivative Works that You distribute, alongside
|
22874
|
-
or as an addendum to the NOTICE text from the Work, provided
|
22875
|
-
that such additional attribution notices cannot be construed
|
22876
|
-
as modifying the License.
|
22877
|
-
|
22878
|
-
You may add Your own copyright statement to Your modifications and
|
22879
|
-
may provide additional or different license terms and conditions
|
22880
|
-
for use, reproduction, or distribution of Your modifications, or
|
22881
|
-
for any such Derivative Works as a whole, provided Your use,
|
22882
|
-
reproduction, and distribution of the Work otherwise complies with
|
22883
|
-
the conditions stated in this License.
|
22884
|
-
|
22885
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
22886
|
-
any Contribution intentionally submitted for inclusion in the Work
|
22887
|
-
by You to the Licensor shall be under the terms and conditions of
|
22888
|
-
this License, without any additional terms or conditions.
|
22889
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
22890
|
-
the terms of any separate license agreement you may have executed
|
22891
|
-
with Licensor regarding such Contributions.
|
22892
|
-
|
22893
|
-
6. Trademarks. This License does not grant permission to use the trade
|
22894
|
-
names, trademarks, service marks, or product names of the Licensor,
|
22895
|
-
except as required for reasonable and customary use in describing the
|
22896
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
22897
|
-
|
22898
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
22899
|
-
agreed to in writing, Licensor provides the Work (and each
|
22900
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
22901
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
22902
|
-
implied, including, without limitation, any warranties or conditions
|
22903
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22904
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
22905
|
-
appropriateness of using or redistributing the Work and assume any
|
22906
|
-
risks associated with Your exercise of permissions under this License.
|
22907
|
-
|
22908
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
22909
|
-
whether in tort (including negligence), contract, or otherwise,
|
22910
|
-
unless required by applicable law (such as deliberate and grossly
|
22911
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
22912
|
-
liable to You for damages, including any direct, indirect, special,
|
22913
|
-
incidental, or consequential damages of any character arising as a
|
22914
|
-
result of this License or out of the use or inability to use the
|
22915
|
-
Work (including but not limited to damages for loss of goodwill,
|
22916
|
-
work stoppage, computer failure or malfunction, or any and all
|
22917
|
-
other commercial damages or losses), even if such Contributor
|
22918
|
-
has been advised of the possibility of such damages.
|
22919
|
-
|
22920
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
22921
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
22922
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
22923
|
-
or other liability obligations and/or rights consistent with this
|
22924
|
-
License. However, in accepting such obligations, You may act only
|
22925
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
22926
|
-
of any other Contributor, and only if You agree to indemnify,
|
22927
|
-
defend, and hold each Contributor harmless for any liability
|
22928
|
-
incurred by, or claims asserted against, such Contributor by reason
|
22929
|
-
of your accepting any such warranty or additional liability.
|
22930
|
-
|
22931
|
-
END OF TERMS AND CONDITIONS
|
22932
|
-
|
22933
|
-
APPENDIX: How to apply the Apache License to your work.
|
22934
|
-
|
22935
|
-
To apply the Apache License to your work, attach the following
|
22936
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
22937
|
-
replaced with your own identifying information. (Don't include
|
22938
|
-
the brackets!) The text should be enclosed in the appropriate
|
22939
|
-
comment syntax for the file format. We also recommend that a
|
22940
|
-
file or class name and description of purpose be included on the
|
22941
|
-
same "printed page" as the copyright notice for easier
|
22942
|
-
identification within third-party archives.
|
22943
|
-
|
22944
|
-
Copyright [yyyy] [name of copyright owner]
|
22945
|
-
|
22946
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
22947
|
-
you may not use this file except in compliance with the License.
|
22948
|
-
You may obtain a copy of the License at
|
22949
|
-
|
22950
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
22951
|
-
|
22952
|
-
Unless required by applicable law or agreed to in writing, software
|
22953
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
22954
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
22955
|
-
See the License for the specific language governing permissions and
|
22956
|
-
limitations under the License.
|
22957
|
-
|
22958
|
-
================================================================================
|
22959
|
-
linux-raw-sys LICENSE-MIT
|
22960
|
-
================================================================================
|
22961
|
-
|
22962
|
-
Permission is hereby granted, free of charge, to any
|
22963
|
-
person obtaining a copy of this software and associated
|
22964
|
-
documentation files (the "Software"), to deal in the
|
22965
|
-
Software without restriction, including without
|
22966
|
-
limitation the rights to use, copy, modify, merge,
|
22967
|
-
publish, distribute, sublicense, and/or sell copies of
|
22968
|
-
the Software, and to permit persons to whom the Software
|
22969
|
-
is furnished to do so, subject to the following
|
22970
|
-
conditions:
|
22971
|
-
|
22972
|
-
The above copyright notice and this permission notice
|
22973
|
-
shall be included in all copies or substantial portions
|
22974
|
-
of the Software.
|
22975
|
-
|
22976
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22977
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22978
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22979
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22980
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22981
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22982
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22983
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22984
|
-
DEALINGS IN THE SOFTWARE.
|
22985
|
-
|
22986
|
-
================================================================================
|
22987
|
-
litemap LICENSE
|
22715
|
+
libz-rs-sys LICENSE
|
22988
22716
|
================================================================================
|
22989
22717
|
|
22990
|
-
|
22991
|
-
|
22992
|
-
COPYRIGHT AND PERMISSION NOTICE
|
22993
|
-
|
22994
|
-
Copyright © 2020-2024 Unicode, Inc.
|
22995
|
-
|
22996
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY
|
22997
|
-
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
22998
|
-
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
22999
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
23000
|
-
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
23001
|
-
|
23002
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
23003
|
-
copy of data files and any associated documentation (the "Data Files") or
|
23004
|
-
software and any associated documentation (the "Software") to deal in the
|
23005
|
-
Data Files or Software without restriction, including without limitation
|
23006
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
23007
|
-
copies of the Data Files or Software, and to permit persons to whom the
|
23008
|
-
Data Files or Software are furnished to do so, provided that either (a)
|
23009
|
-
this copyright and permission notice appear with all copies of the Data
|
23010
|
-
Files or Software, or (b) this copyright and permission notice appear in
|
23011
|
-
associated Documentation.
|
23012
|
-
|
23013
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
23014
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
23015
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
23016
|
-
THIRD PARTY RIGHTS.
|
22718
|
+
(C) 2024 Trifecta Tech Foundation
|
23017
22719
|
|
23018
|
-
|
23019
|
-
|
23020
|
-
|
23021
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
23022
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
23023
|
-
FILES OR SOFTWARE.
|
22720
|
+
This software is provided 'as-is', without any express or implied
|
22721
|
+
warranty. In no event will the authors be held liable for any damages
|
22722
|
+
arising from the use of this software.
|
23024
22723
|
|
23025
|
-
|
23026
|
-
|
23027
|
-
|
23028
|
-
authorization of the copyright holder.
|
22724
|
+
Permission is granted to anyone to use this software for any purpose,
|
22725
|
+
including commercial applications, and to alter it and redistribute it
|
22726
|
+
freely, subject to the following restrictions:
|
23029
22727
|
|
23030
|
-
|
22728
|
+
1. The origin of this software must not be misrepresented; you must not
|
22729
|
+
claim that you wrote the original software. If you use this software
|
22730
|
+
in a product, an acknowledgment in the product documentation would be
|
22731
|
+
appreciated but is not required.
|
23031
22732
|
|
23032
|
-
|
22733
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
22734
|
+
misrepresented as being the original software.
|
23033
22735
|
|
23034
|
-
|
23035
|
-
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
22736
|
+
3. This notice may not be removed or altered from any source distribution.
|
23036
22737
|
|
23037
22738
|
================================================================================
|
23038
|
-
|
22739
|
+
linux-raw-sys LICENSE-APACHE
|
22740
|
+
================================================================================
|
22741
|
+
|
22742
|
+
Apache License
|
22743
|
+
Version 2.0, January 2004
|
22744
|
+
http://www.apache.org/licenses/
|
22745
|
+
|
22746
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
22747
|
+
|
22748
|
+
1. Definitions.
|
22749
|
+
|
22750
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
22751
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
22752
|
+
|
22753
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
22754
|
+
the copyright owner that is granting the License.
|
22755
|
+
|
22756
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
22757
|
+
other entities that control, are controlled by, or are under common
|
22758
|
+
control with that entity. For the purposes of this definition,
|
22759
|
+
"control" means (i) the power, direct or indirect, to cause the
|
22760
|
+
direction or management of such entity, whether by contract or
|
22761
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22762
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
22763
|
+
|
22764
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
22765
|
+
exercising permissions granted by this License.
|
22766
|
+
|
22767
|
+
"Source" form shall mean the preferred form for making modifications,
|
22768
|
+
including but not limited to software source code, documentation
|
22769
|
+
source, and configuration files.
|
22770
|
+
|
22771
|
+
"Object" form shall mean any form resulting from mechanical
|
22772
|
+
transformation or translation of a Source form, including but
|
22773
|
+
not limited to compiled object code, generated documentation,
|
22774
|
+
and conversions to other media types.
|
22775
|
+
|
22776
|
+
"Work" shall mean the work of authorship, whether in Source or
|
22777
|
+
Object form, made available under the License, as indicated by a
|
22778
|
+
copyright notice that is included in or attached to the work
|
22779
|
+
(an example is provided in the Appendix below).
|
22780
|
+
|
22781
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
22782
|
+
form, that is based on (or derived from) the Work and for which the
|
22783
|
+
editorial revisions, annotations, elaborations, or other modifications
|
22784
|
+
represent, as a whole, an original work of authorship. For the purposes
|
22785
|
+
of this License, Derivative Works shall not include works that remain
|
22786
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
22787
|
+
the Work and Derivative Works thereof.
|
22788
|
+
|
22789
|
+
"Contribution" shall mean any work of authorship, including
|
22790
|
+
the original version of the Work and any modifications or additions
|
22791
|
+
to that Work or Derivative Works thereof, that is intentionally
|
22792
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
22793
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
22794
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
22795
|
+
means any form of electronic, verbal, or written communication sent
|
22796
|
+
to the Licensor or its representatives, including but not limited to
|
22797
|
+
communication on electronic mailing lists, source code control systems,
|
22798
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
22799
|
+
Licensor for the purpose of discussing and improving the Work, but
|
22800
|
+
excluding communication that is conspicuously marked or otherwise
|
22801
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
22802
|
+
|
22803
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
22804
|
+
on behalf of whom a Contribution has been received by Licensor and
|
22805
|
+
subsequently incorporated within the Work.
|
22806
|
+
|
22807
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
22808
|
+
this License, each Contributor hereby grants to You a perpetual,
|
22809
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22810
|
+
copyright license to reproduce, prepare Derivative Works of,
|
22811
|
+
publicly display, publicly perform, sublicense, and distribute the
|
22812
|
+
Work and such Derivative Works in Source or Object form.
|
22813
|
+
|
22814
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
22815
|
+
this License, each Contributor hereby grants to You a perpetual,
|
22816
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22817
|
+
(except as stated in this section) patent license to make, have made,
|
22818
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
22819
|
+
where such license applies only to those patent claims licensable
|
22820
|
+
by such Contributor that are necessarily infringed by their
|
22821
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
22822
|
+
with the Work to which such Contribution(s) was submitted. If You
|
22823
|
+
institute patent litigation against any entity (including a
|
22824
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
22825
|
+
or a Contribution incorporated within the Work constitutes direct
|
22826
|
+
or contributory patent infringement, then any patent licenses
|
22827
|
+
granted to You under this License for that Work shall terminate
|
22828
|
+
as of the date such litigation is filed.
|
22829
|
+
|
22830
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
22831
|
+
Work or Derivative Works thereof in any medium, with or without
|
22832
|
+
modifications, and in Source or Object form, provided that You
|
22833
|
+
meet the following conditions:
|
22834
|
+
|
22835
|
+
(a) You must give any other recipients of the Work or
|
22836
|
+
Derivative Works a copy of this License; and
|
22837
|
+
|
22838
|
+
(b) You must cause any modified files to carry prominent notices
|
22839
|
+
stating that You changed the files; and
|
22840
|
+
|
22841
|
+
(c) You must retain, in the Source form of any Derivative Works
|
22842
|
+
that You distribute, all copyright, patent, trademark, and
|
22843
|
+
attribution notices from the Source form of the Work,
|
22844
|
+
excluding those notices that do not pertain to any part of
|
22845
|
+
the Derivative Works; and
|
22846
|
+
|
22847
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
22848
|
+
distribution, then any Derivative Works that You distribute must
|
22849
|
+
include a readable copy of the attribution notices contained
|
22850
|
+
within such NOTICE file, excluding those notices that do not
|
22851
|
+
pertain to any part of the Derivative Works, in at least one
|
22852
|
+
of the following places: within a NOTICE text file distributed
|
22853
|
+
as part of the Derivative Works; within the Source form or
|
22854
|
+
documentation, if provided along with the Derivative Works; or,
|
22855
|
+
within a display generated by the Derivative Works, if and
|
22856
|
+
wherever such third-party notices normally appear. The contents
|
22857
|
+
of the NOTICE file are for informational purposes only and
|
22858
|
+
do not modify the License. You may add Your own attribution
|
22859
|
+
notices within Derivative Works that You distribute, alongside
|
22860
|
+
or as an addendum to the NOTICE text from the Work, provided
|
22861
|
+
that such additional attribution notices cannot be construed
|
22862
|
+
as modifying the License.
|
22863
|
+
|
22864
|
+
You may add Your own copyright statement to Your modifications and
|
22865
|
+
may provide additional or different license terms and conditions
|
22866
|
+
for use, reproduction, or distribution of Your modifications, or
|
22867
|
+
for any such Derivative Works as a whole, provided Your use,
|
22868
|
+
reproduction, and distribution of the Work otherwise complies with
|
22869
|
+
the conditions stated in this License.
|
22870
|
+
|
22871
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
22872
|
+
any Contribution intentionally submitted for inclusion in the Work
|
22873
|
+
by You to the Licensor shall be under the terms and conditions of
|
22874
|
+
this License, without any additional terms or conditions.
|
22875
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
22876
|
+
the terms of any separate license agreement you may have executed
|
22877
|
+
with Licensor regarding such Contributions.
|
22878
|
+
|
22879
|
+
6. Trademarks. This License does not grant permission to use the trade
|
22880
|
+
names, trademarks, service marks, or product names of the Licensor,
|
22881
|
+
except as required for reasonable and customary use in describing the
|
22882
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
22883
|
+
|
22884
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
22885
|
+
agreed to in writing, Licensor provides the Work (and each
|
22886
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
22887
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
22888
|
+
implied, including, without limitation, any warranties or conditions
|
22889
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22890
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
22891
|
+
appropriateness of using or redistributing the Work and assume any
|
22892
|
+
risks associated with Your exercise of permissions under this License.
|
22893
|
+
|
22894
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
22895
|
+
whether in tort (including negligence), contract, or otherwise,
|
22896
|
+
unless required by applicable law (such as deliberate and grossly
|
22897
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
22898
|
+
liable to You for damages, including any direct, indirect, special,
|
22899
|
+
incidental, or consequential damages of any character arising as a
|
22900
|
+
result of this License or out of the use or inability to use the
|
22901
|
+
Work (including but not limited to damages for loss of goodwill,
|
22902
|
+
work stoppage, computer failure or malfunction, or any and all
|
22903
|
+
other commercial damages or losses), even if such Contributor
|
22904
|
+
has been advised of the possibility of such damages.
|
22905
|
+
|
22906
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
22907
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
22908
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
22909
|
+
or other liability obligations and/or rights consistent with this
|
22910
|
+
License. However, in accepting such obligations, You may act only
|
22911
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
22912
|
+
of any other Contributor, and only if You agree to indemnify,
|
22913
|
+
defend, and hold each Contributor harmless for any liability
|
22914
|
+
incurred by, or claims asserted against, such Contributor by reason
|
22915
|
+
of your accepting any such warranty or additional liability.
|
22916
|
+
|
22917
|
+
END OF TERMS AND CONDITIONS
|
22918
|
+
|
22919
|
+
APPENDIX: How to apply the Apache License to your work.
|
22920
|
+
|
22921
|
+
To apply the Apache License to your work, attach the following
|
22922
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
22923
|
+
replaced with your own identifying information. (Don't include
|
22924
|
+
the brackets!) The text should be enclosed in the appropriate
|
22925
|
+
comment syntax for the file format. We also recommend that a
|
22926
|
+
file or class name and description of purpose be included on the
|
22927
|
+
same "printed page" as the copyright notice for easier
|
22928
|
+
identification within third-party archives.
|
22929
|
+
|
22930
|
+
Copyright [yyyy] [name of copyright owner]
|
22931
|
+
|
22932
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
22933
|
+
you may not use this file except in compliance with the License.
|
22934
|
+
You may obtain a copy of the License at
|
22935
|
+
|
22936
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
22937
|
+
|
22938
|
+
Unless required by applicable law or agreed to in writing, software
|
22939
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
22940
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
22941
|
+
See the License for the specific language governing permissions and
|
22942
|
+
limitations under the License.
|
22943
|
+
|
22944
|
+
================================================================================
|
22945
|
+
linux-raw-sys LICENSE-MIT
|
22946
|
+
================================================================================
|
22947
|
+
|
22948
|
+
Permission is hereby granted, free of charge, to any
|
22949
|
+
person obtaining a copy of this software and associated
|
22950
|
+
documentation files (the "Software"), to deal in the
|
22951
|
+
Software without restriction, including without
|
22952
|
+
limitation the rights to use, copy, modify, merge,
|
22953
|
+
publish, distribute, sublicense, and/or sell copies of
|
22954
|
+
the Software, and to permit persons to whom the Software
|
22955
|
+
is furnished to do so, subject to the following
|
22956
|
+
conditions:
|
22957
|
+
|
22958
|
+
The above copyright notice and this permission notice
|
22959
|
+
shall be included in all copies or substantial portions
|
22960
|
+
of the Software.
|
22961
|
+
|
22962
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22963
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22964
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22965
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22966
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22967
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22968
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22969
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22970
|
+
DEALINGS IN THE SOFTWARE.
|
22971
|
+
|
22972
|
+
================================================================================
|
22973
|
+
litemap LICENSE
|
22974
|
+
================================================================================
|
22975
|
+
|
22976
|
+
UNICODE LICENSE V3
|
22977
|
+
|
22978
|
+
COPYRIGHT AND PERMISSION NOTICE
|
22979
|
+
|
22980
|
+
Copyright © 2020-2024 Unicode, Inc.
|
22981
|
+
|
22982
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
22983
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
22984
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
22985
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
22986
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
22987
|
+
|
22988
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
22989
|
+
copy of data files and any associated documentation (the "Data Files") or
|
22990
|
+
software and any associated documentation (the "Software") to deal in the
|
22991
|
+
Data Files or Software without restriction, including without limitation
|
22992
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
22993
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
22994
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
22995
|
+
this copyright and permission notice appear with all copies of the Data
|
22996
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
22997
|
+
associated Documentation.
|
22998
|
+
|
22999
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
23000
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
23001
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
23002
|
+
THIRD PARTY RIGHTS.
|
23003
|
+
|
23004
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
23005
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
23006
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
23007
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
23008
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
23009
|
+
FILES OR SOFTWARE.
|
23010
|
+
|
23011
|
+
Except as contained in this notice, the name of a copyright holder shall
|
23012
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
23013
|
+
dealings in these Data Files or Software without prior written
|
23014
|
+
authorization of the copyright holder.
|
23015
|
+
|
23016
|
+
SPDX-License-Identifier: Unicode-3.0
|
23017
|
+
|
23018
|
+
—
|
23019
|
+
|
23020
|
+
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
23021
|
+
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
23022
|
+
|
23023
|
+
================================================================================
|
23024
|
+
lock_api LICENSE-APACHE
|
23039
23025
|
================================================================================
|
23040
23026
|
|
23041
23027
|
Apache License
|
@@ -25002,7 +24988,11 @@ miniz_oxide LICENSE
|
|
25002
24988
|
|
25003
24989
|
MIT License
|
25004
24990
|
|
24991
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24992
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25005
24993
|
Copyright (c) 2017 Frommi
|
24994
|
+
Copyright (c) 2017-2024 oyvindln
|
24995
|
+
|
25006
24996
|
|
25007
24997
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25008
24998
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25210,7 +25200,10 @@ miniz_oxide LICENSE-MIT.md
|
|
25210
25200
|
|
25211
25201
|
MIT License
|
25212
25202
|
|
25203
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
25204
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25213
25205
|
Copyright (c) 2017 Frommi
|
25206
|
+
Copyright (c) 2017-2024 oyvindln
|
25214
25207
|
|
25215
25208
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25216
25209
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25234,7 +25227,10 @@ SOFTWARE.
|
|
25234
25227
|
miniz_oxide LICENSE-ZLIB.md
|
25235
25228
|
================================================================================
|
25236
25229
|
|
25230
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
25231
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
25237
25232
|
Copyright (c) 2020 Frommi
|
25233
|
+
Copyright (c) 2017-2024 oyvindln
|
25238
25234
|
|
25239
25235
|
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
25236
|
|
@@ -25270,444 +25266,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25270
25266
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
25271
25267
|
THE SOFTWARE.
|
25272
25268
|
|
25273
|
-
================================================================================
|
25274
|
-
multiversion LICENSE-APACHE
|
25275
|
-
================================================================================
|
25276
|
-
|
25277
|
-
|
25278
|
-
Apache License
|
25279
|
-
Version 2.0, January 2004
|
25280
|
-
http://www.apache.org/licenses/
|
25281
|
-
|
25282
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25283
|
-
|
25284
|
-
1. Definitions.
|
25285
|
-
|
25286
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
25287
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
25288
|
-
|
25289
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
25290
|
-
the copyright owner that is granting the License.
|
25291
|
-
|
25292
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
25293
|
-
other entities that control, are controlled by, or are under common
|
25294
|
-
control with that entity. For the purposes of this definition,
|
25295
|
-
"control" means (i) the power, direct or indirect, to cause the
|
25296
|
-
direction or management of such entity, whether by contract or
|
25297
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25298
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
25299
|
-
|
25300
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25301
|
-
exercising permissions granted by this License.
|
25302
|
-
|
25303
|
-
"Source" form shall mean the preferred form for making modifications,
|
25304
|
-
including but not limited to software source code, documentation
|
25305
|
-
source, and configuration files.
|
25306
|
-
|
25307
|
-
"Object" form shall mean any form resulting from mechanical
|
25308
|
-
transformation or translation of a Source form, including but
|
25309
|
-
not limited to compiled object code, generated documentation,
|
25310
|
-
and conversions to other media types.
|
25311
|
-
|
25312
|
-
"Work" shall mean the work of authorship, whether in Source or
|
25313
|
-
Object form, made available under the License, as indicated by a
|
25314
|
-
copyright notice that is included in or attached to the work
|
25315
|
-
(an example is provided in the Appendix below).
|
25316
|
-
|
25317
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
25318
|
-
form, that is based on (or derived from) the Work and for which the
|
25319
|
-
editorial revisions, annotations, elaborations, or other modifications
|
25320
|
-
represent, as a whole, an original work of authorship. For the purposes
|
25321
|
-
of this License, Derivative Works shall not include works that remain
|
25322
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
25323
|
-
the Work and Derivative Works thereof.
|
25324
|
-
|
25325
|
-
"Contribution" shall mean any work of authorship, including
|
25326
|
-
the original version of the Work and any modifications or additions
|
25327
|
-
to that Work or Derivative Works thereof, that is intentionally
|
25328
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
25329
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
25330
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
25331
|
-
means any form of electronic, verbal, or written communication sent
|
25332
|
-
to the Licensor or its representatives, including but not limited to
|
25333
|
-
communication on electronic mailing lists, source code control systems,
|
25334
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
25335
|
-
Licensor for the purpose of discussing and improving the Work, but
|
25336
|
-
excluding communication that is conspicuously marked or otherwise
|
25337
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
25338
|
-
|
25339
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25340
|
-
on behalf of whom a Contribution has been received by Licensor and
|
25341
|
-
subsequently incorporated within the Work.
|
25342
|
-
|
25343
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
25344
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25345
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25346
|
-
copyright license to reproduce, prepare Derivative Works of,
|
25347
|
-
publicly display, publicly perform, sublicense, and distribute the
|
25348
|
-
Work and such Derivative Works in Source or Object form.
|
25349
|
-
|
25350
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
25351
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25352
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25353
|
-
(except as stated in this section) patent license to make, have made,
|
25354
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25355
|
-
where such license applies only to those patent claims licensable
|
25356
|
-
by such Contributor that are necessarily infringed by their
|
25357
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
25358
|
-
with the Work to which such Contribution(s) was submitted. If You
|
25359
|
-
institute patent litigation against any entity (including a
|
25360
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25361
|
-
or a Contribution incorporated within the Work constitutes direct
|
25362
|
-
or contributory patent infringement, then any patent licenses
|
25363
|
-
granted to You under this License for that Work shall terminate
|
25364
|
-
as of the date such litigation is filed.
|
25365
|
-
|
25366
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
25367
|
-
Work or Derivative Works thereof in any medium, with or without
|
25368
|
-
modifications, and in Source or Object form, provided that You
|
25369
|
-
meet the following conditions:
|
25370
|
-
|
25371
|
-
(a) You must give any other recipients of the Work or
|
25372
|
-
Derivative Works a copy of this License; and
|
25373
|
-
|
25374
|
-
(b) You must cause any modified files to carry prominent notices
|
25375
|
-
stating that You changed the files; and
|
25376
|
-
|
25377
|
-
(c) You must retain, in the Source form of any Derivative Works
|
25378
|
-
that You distribute, all copyright, patent, trademark, and
|
25379
|
-
attribution notices from the Source form of the Work,
|
25380
|
-
excluding those notices that do not pertain to any part of
|
25381
|
-
the Derivative Works; and
|
25382
|
-
|
25383
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
25384
|
-
distribution, then any Derivative Works that You distribute must
|
25385
|
-
include a readable copy of the attribution notices contained
|
25386
|
-
within such NOTICE file, excluding those notices that do not
|
25387
|
-
pertain to any part of the Derivative Works, in at least one
|
25388
|
-
of the following places: within a NOTICE text file distributed
|
25389
|
-
as part of the Derivative Works; within the Source form or
|
25390
|
-
documentation, if provided along with the Derivative Works; or,
|
25391
|
-
within a display generated by the Derivative Works, if and
|
25392
|
-
wherever such third-party notices normally appear. The contents
|
25393
|
-
of the NOTICE file are for informational purposes only and
|
25394
|
-
do not modify the License. You may add Your own attribution
|
25395
|
-
notices within Derivative Works that You distribute, alongside
|
25396
|
-
or as an addendum to the NOTICE text from the Work, provided
|
25397
|
-
that such additional attribution notices cannot be construed
|
25398
|
-
as modifying the License.
|
25399
|
-
|
25400
|
-
You may add Your own copyright statement to Your modifications and
|
25401
|
-
may provide additional or different license terms and conditions
|
25402
|
-
for use, reproduction, or distribution of Your modifications, or
|
25403
|
-
for any such Derivative Works as a whole, provided Your use,
|
25404
|
-
reproduction, and distribution of the Work otherwise complies with
|
25405
|
-
the conditions stated in this License.
|
25406
|
-
|
25407
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25408
|
-
any Contribution intentionally submitted for inclusion in the Work
|
25409
|
-
by You to the Licensor shall be under the terms and conditions of
|
25410
|
-
this License, without any additional terms or conditions.
|
25411
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
25412
|
-
the terms of any separate license agreement you may have executed
|
25413
|
-
with Licensor regarding such Contributions.
|
25414
|
-
|
25415
|
-
6. Trademarks. This License does not grant permission to use the trade
|
25416
|
-
names, trademarks, service marks, or product names of the Licensor,
|
25417
|
-
except as required for reasonable and customary use in describing the
|
25418
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
25419
|
-
|
25420
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
25421
|
-
agreed to in writing, Licensor provides the Work (and each
|
25422
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25423
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25424
|
-
implied, including, without limitation, any warranties or conditions
|
25425
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25426
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25427
|
-
appropriateness of using or redistributing the Work and assume any
|
25428
|
-
risks associated with Your exercise of permissions under this License.
|
25429
|
-
|
25430
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
25431
|
-
whether in tort (including negligence), contract, or otherwise,
|
25432
|
-
unless required by applicable law (such as deliberate and grossly
|
25433
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
25434
|
-
liable to You for damages, including any direct, indirect, special,
|
25435
|
-
incidental, or consequential damages of any character arising as a
|
25436
|
-
result of this License or out of the use or inability to use the
|
25437
|
-
Work (including but not limited to damages for loss of goodwill,
|
25438
|
-
work stoppage, computer failure or malfunction, or any and all
|
25439
|
-
other commercial damages or losses), even if such Contributor
|
25440
|
-
has been advised of the possibility of such damages.
|
25441
|
-
|
25442
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
25443
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
25444
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
25445
|
-
or other liability obligations and/or rights consistent with this
|
25446
|
-
License. However, in accepting such obligations, You may act only
|
25447
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
25448
|
-
of any other Contributor, and only if You agree to indemnify,
|
25449
|
-
defend, and hold each Contributor harmless for any liability
|
25450
|
-
incurred by, or claims asserted against, such Contributor by reason
|
25451
|
-
of your accepting any such warranty or additional liability.
|
25452
|
-
|
25453
|
-
END OF TERMS AND CONDITIONS
|
25454
|
-
|
25455
|
-
APPENDIX: How to apply the Apache License to your work.
|
25456
|
-
|
25457
|
-
To apply the Apache License to your work, attach the following
|
25458
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
25459
|
-
replaced with your own identifying information. (Don't include
|
25460
|
-
the brackets!) The text should be enclosed in the appropriate
|
25461
|
-
comment syntax for the file format. We also recommend that a
|
25462
|
-
file or class name and description of purpose be included on the
|
25463
|
-
same "printed page" as the copyright notice for easier
|
25464
|
-
identification within third-party archives.
|
25465
|
-
|
25466
|
-
Copyright [yyyy] [name of copyright owner]
|
25467
|
-
|
25468
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
25469
|
-
you may not use this file except in compliance with the License.
|
25470
|
-
You may obtain a copy of the License at
|
25471
|
-
|
25472
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
25473
|
-
|
25474
|
-
Unless required by applicable law or agreed to in writing, software
|
25475
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
25476
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25477
|
-
See the License for the specific language governing permissions and
|
25478
|
-
limitations under the License.
|
25479
|
-
|
25480
|
-
================================================================================
|
25481
|
-
multiversion LICENSE-MIT
|
25482
|
-
================================================================================
|
25483
|
-
|
25484
|
-
Copyright 2019 Caleb Zulawski
|
25485
|
-
|
25486
|
-
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:
|
25487
|
-
|
25488
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
25489
|
-
|
25490
|
-
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.
|
25491
|
-
|
25492
|
-
================================================================================
|
25493
|
-
multiversion-macros LICENSE-APACHE
|
25494
|
-
================================================================================
|
25495
|
-
|
25496
|
-
|
25497
|
-
Apache License
|
25498
|
-
Version 2.0, January 2004
|
25499
|
-
http://www.apache.org/licenses/
|
25500
|
-
|
25501
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25502
|
-
|
25503
|
-
1. Definitions.
|
25504
|
-
|
25505
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
25506
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
25507
|
-
|
25508
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
25509
|
-
the copyright owner that is granting the License.
|
25510
|
-
|
25511
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
25512
|
-
other entities that control, are controlled by, or are under common
|
25513
|
-
control with that entity. For the purposes of this definition,
|
25514
|
-
"control" means (i) the power, direct or indirect, to cause the
|
25515
|
-
direction or management of such entity, whether by contract or
|
25516
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25517
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
25518
|
-
|
25519
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25520
|
-
exercising permissions granted by this License.
|
25521
|
-
|
25522
|
-
"Source" form shall mean the preferred form for making modifications,
|
25523
|
-
including but not limited to software source code, documentation
|
25524
|
-
source, and configuration files.
|
25525
|
-
|
25526
|
-
"Object" form shall mean any form resulting from mechanical
|
25527
|
-
transformation or translation of a Source form, including but
|
25528
|
-
not limited to compiled object code, generated documentation,
|
25529
|
-
and conversions to other media types.
|
25530
|
-
|
25531
|
-
"Work" shall mean the work of authorship, whether in Source or
|
25532
|
-
Object form, made available under the License, as indicated by a
|
25533
|
-
copyright notice that is included in or attached to the work
|
25534
|
-
(an example is provided in the Appendix below).
|
25535
|
-
|
25536
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
25537
|
-
form, that is based on (or derived from) the Work and for which the
|
25538
|
-
editorial revisions, annotations, elaborations, or other modifications
|
25539
|
-
represent, as a whole, an original work of authorship. For the purposes
|
25540
|
-
of this License, Derivative Works shall not include works that remain
|
25541
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
25542
|
-
the Work and Derivative Works thereof.
|
25543
|
-
|
25544
|
-
"Contribution" shall mean any work of authorship, including
|
25545
|
-
the original version of the Work and any modifications or additions
|
25546
|
-
to that Work or Derivative Works thereof, that is intentionally
|
25547
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
25548
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
25549
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
25550
|
-
means any form of electronic, verbal, or written communication sent
|
25551
|
-
to the Licensor or its representatives, including but not limited to
|
25552
|
-
communication on electronic mailing lists, source code control systems,
|
25553
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
25554
|
-
Licensor for the purpose of discussing and improving the Work, but
|
25555
|
-
excluding communication that is conspicuously marked or otherwise
|
25556
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
25557
|
-
|
25558
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25559
|
-
on behalf of whom a Contribution has been received by Licensor and
|
25560
|
-
subsequently incorporated within the Work.
|
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
25269
|
================================================================================
|
25712
25270
|
nom LICENSE
|
25713
25271
|
================================================================================
|
@@ -28407,33 +27965,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
28407
27965
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
28408
27966
|
DEALINGS IN THE SOFTWARE.
|
28409
27967
|
|
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
27968
|
================================================================================
|
28438
27969
|
planus LICENSE-APACHE
|
28439
27970
|
================================================================================
|
@@ -28616,6 +28147,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
28616
28147
|
END OF TERMS AND CONDITIONS
|
28617
28148
|
|
28618
28149
|
|
28150
|
+
================================================================================
|
28151
|
+
planus LICENSE-MIT
|
28152
|
+
================================================================================
|
28153
|
+
|
28154
|
+
MIT License
|
28155
|
+
|
28156
|
+
Copyright (c) 2021 The Planus Project Developers
|
28157
|
+
|
28158
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
28159
|
+
of this software and associated documentation files (the "Software"), to deal
|
28160
|
+
in the Software without restriction, including without limitation the rights
|
28161
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
28162
|
+
copies of the Software, and to permit persons to whom the Software is
|
28163
|
+
furnished to do so, subject to the following conditions:
|
28164
|
+
|
28165
|
+
The above copyright notice and this permission notice shall be included in all
|
28166
|
+
copies or substantial portions of the Software.
|
28167
|
+
|
28168
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28169
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
28170
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28171
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28172
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
28173
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28174
|
+
SOFTWARE.
|
28175
|
+
|
28176
|
+
|
28619
28177
|
================================================================================
|
28620
28178
|
polars LICENSE
|
28621
28179
|
================================================================================
|
@@ -35002,282 +34560,313 @@ THE SOFTWARE.
|
|
35002
34560
|
ring LICENSE
|
35003
34561
|
================================================================================
|
35004
34562
|
|
35005
|
-
|
35006
|
-
|
35007
|
-
with what's mentioned here.
|
35008
|
-
|
35009
|
-
*ring* is derived from BoringSSL, so the licensing situation in *ring* is
|
35010
|
-
similar to BoringSSL.
|
35011
|
-
|
35012
|
-
*ring* uses an ISC-style license like BoringSSL for code in new files,
|
35013
|
-
including in particular all the Rust code:
|
35014
|
-
|
35015
|
-
Copyright 2015-2016 Brian Smith.
|
35016
|
-
|
35017
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
35018
|
-
purpose with or without fee is hereby granted, provided that the above
|
35019
|
-
copyright notice and this permission notice appear in all copies.
|
35020
|
-
|
35021
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
35022
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
35023
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
|
35024
|
-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
35025
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
35026
|
-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
35027
|
-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
35028
|
-
|
35029
|
-
BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
|
35030
|
-
licensing. Files that are completely new have a Google copyright and an ISC
|
35031
|
-
license. This license is reproduced at the bottom of this file.
|
35032
|
-
|
35033
|
-
Contributors to BoringSSL are required to follow the CLA rules for Chromium:
|
35034
|
-
https://cla.developers.google.com/clas
|
35035
|
-
|
35036
|
-
Files in third_party/ have their own licenses, as described therein. The MIT
|
35037
|
-
license, for third_party/fiat, which, unlike other third_party directories, is
|
35038
|
-
compiled into non-test libraries, is included below.
|
35039
|
-
|
35040
|
-
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
|
35041
|
-
OpenSSL License and the original SSLeay license apply to the toolkit. See below
|
35042
|
-
for the actual license texts. Actually both licenses are BSD-style Open Source
|
35043
|
-
licenses. In case of any license issues related to OpenSSL please contact
|
35044
|
-
openssl-core@openssl.org.
|
35045
|
-
|
35046
|
-
The following are Google-internal bug numbers where explicit permission from
|
35047
|
-
some authors is recorded for use of their work:
|
35048
|
-
27287199
|
35049
|
-
27287880
|
35050
|
-
27287883
|
35051
|
-
|
35052
|
-
OpenSSL License
|
35053
|
-
---------------
|
35054
|
-
|
35055
|
-
/* ====================================================================
|
35056
|
-
* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
|
35057
|
-
*
|
35058
|
-
* Redistribution and use in source and binary forms, with or without
|
35059
|
-
* modification, are permitted provided that the following conditions
|
35060
|
-
* are met:
|
35061
|
-
*
|
35062
|
-
* 1. Redistributions of source code must retain the above copyright
|
35063
|
-
* notice, this list of conditions and the following disclaimer.
|
35064
|
-
*
|
35065
|
-
* 2. Redistributions in binary form must reproduce the above copyright
|
35066
|
-
* notice, this list of conditions and the following disclaimer in
|
35067
|
-
* the documentation and/or other materials provided with the
|
35068
|
-
* distribution.
|
35069
|
-
*
|
35070
|
-
* 3. All advertising materials mentioning features or use of this
|
35071
|
-
* software must display the following acknowledgment:
|
35072
|
-
* "This product includes software developed by the OpenSSL Project
|
35073
|
-
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
35074
|
-
*
|
35075
|
-
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
35076
|
-
* endorse or promote products derived from this software without
|
35077
|
-
* prior written permission. For written permission, please contact
|
35078
|
-
* openssl-core@openssl.org.
|
35079
|
-
*
|
35080
|
-
* 5. Products derived from this software may not be called "OpenSSL"
|
35081
|
-
* nor may "OpenSSL" appear in their names without prior written
|
35082
|
-
* permission of the OpenSSL Project.
|
35083
|
-
*
|
35084
|
-
* 6. Redistributions of any form whatsoever must retain the following
|
35085
|
-
* acknowledgment:
|
35086
|
-
* "This product includes software developed by the OpenSSL Project
|
35087
|
-
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
35088
|
-
*
|
35089
|
-
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
35090
|
-
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
35091
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
35092
|
-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
35093
|
-
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
35094
|
-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
35095
|
-
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
35096
|
-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
35097
|
-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
35098
|
-
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
35099
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
35100
|
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
35101
|
-
* ====================================================================
|
35102
|
-
*
|
35103
|
-
* This product includes cryptographic software written by Eric Young
|
35104
|
-
* (eay@cryptsoft.com). This product includes software written by Tim
|
35105
|
-
* Hudson (tjh@cryptsoft.com).
|
35106
|
-
*
|
35107
|
-
*/
|
35108
|
-
|
35109
|
-
Original SSLeay License
|
35110
|
-
-----------------------
|
35111
|
-
|
35112
|
-
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
35113
|
-
* All rights reserved.
|
35114
|
-
*
|
35115
|
-
* This package is an SSL implementation written
|
35116
|
-
* by Eric Young (eay@cryptsoft.com).
|
35117
|
-
* The implementation was written so as to conform with Netscapes SSL.
|
35118
|
-
*
|
35119
|
-
* This library is free for commercial and non-commercial use as long as
|
35120
|
-
* the following conditions are aheared to. The following conditions
|
35121
|
-
* apply to all code found in this distribution, be it the RC4, RSA,
|
35122
|
-
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
35123
|
-
* included with this distribution is covered by the same copyright terms
|
35124
|
-
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
35125
|
-
*
|
35126
|
-
* Copyright remains Eric Young's, and as such any Copyright notices in
|
35127
|
-
* the code are not to be removed.
|
35128
|
-
* If this package is used in a product, Eric Young should be given attribution
|
35129
|
-
* as the author of the parts of the library used.
|
35130
|
-
* This can be in the form of a textual message at program startup or
|
35131
|
-
* in documentation (online or textual) provided with the package.
|
35132
|
-
*
|
35133
|
-
* Redistribution and use in source and binary forms, with or without
|
35134
|
-
* modification, are permitted provided that the following conditions
|
35135
|
-
* are met:
|
35136
|
-
* 1. Redistributions of source code must retain the copyright
|
35137
|
-
* notice, this list of conditions and the following disclaimer.
|
35138
|
-
* 2. Redistributions in binary form must reproduce the above copyright
|
35139
|
-
* notice, this list of conditions and the following disclaimer in the
|
35140
|
-
* documentation and/or other materials provided with the distribution.
|
35141
|
-
* 3. All advertising materials mentioning features or use of this software
|
35142
|
-
* must display the following acknowledgement:
|
35143
|
-
* "This product includes cryptographic software written by
|
35144
|
-
* Eric Young (eay@cryptsoft.com)"
|
35145
|
-
* The word 'cryptographic' can be left out if the rouines from the library
|
35146
|
-
* being used are not cryptographic related :-).
|
35147
|
-
* 4. If you include any Windows specific code (or a derivative thereof) from
|
35148
|
-
* the apps directory (application code) you must include an acknowledgement:
|
35149
|
-
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
35150
|
-
*
|
35151
|
-
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
35152
|
-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
35153
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
35154
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
35155
|
-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
35156
|
-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
35157
|
-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
35158
|
-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
35159
|
-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
35160
|
-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
35161
|
-
* SUCH DAMAGE.
|
35162
|
-
*
|
35163
|
-
* The licence and distribution terms for any publically available version or
|
35164
|
-
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
35165
|
-
* copied and put under another distribution licence
|
35166
|
-
* [including the GNU Public Licence.]
|
35167
|
-
*/
|
35168
|
-
|
35169
|
-
|
35170
|
-
ISC license used for completely new code in BoringSSL:
|
35171
|
-
|
35172
|
-
/* Copyright (c) 2015, Google Inc.
|
35173
|
-
*
|
35174
|
-
* Permission to use, copy, modify, and/or distribute this software for any
|
35175
|
-
* purpose with or without fee is hereby granted, provided that the above
|
35176
|
-
* copyright notice and this permission notice appear in all copies.
|
35177
|
-
*
|
35178
|
-
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
35179
|
-
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
35180
|
-
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
35181
|
-
* SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
35182
|
-
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
35183
|
-
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
35184
|
-
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
|
35185
|
-
|
35186
|
-
|
35187
|
-
The code in third_party/fiat carries the MIT license:
|
35188
|
-
|
35189
|
-
Copyright (c) 2015-2016 the fiat-crypto authors (see
|
35190
|
-
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
|
35191
|
-
|
35192
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35193
|
-
of this software and associated documentation files (the "Software"), to deal
|
35194
|
-
in the Software without restriction, including without limitation the rights
|
35195
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35196
|
-
copies of the Software, and to permit persons to whom the Software is
|
35197
|
-
furnished to do so, subject to the following conditions:
|
34563
|
+
*ring* uses an "ISC" license, like BoringSSL used to use, for new code
|
34564
|
+
files. See LICENSE-other-bits for the text of that license.
|
35198
34565
|
|
35199
|
-
|
35200
|
-
|
34566
|
+
See LICENSE-BoringSSL for code that was sourced from BoringSSL under the
|
34567
|
+
Apache 2.0 license. Some code that was sourced from BoringSSL under the ISC
|
34568
|
+
license. In each case, the license info is at the top of the file.
|
35201
34569
|
|
35202
|
-
|
35203
|
-
|
35204
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35205
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35206
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35207
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35208
|
-
SOFTWARE.
|
34570
|
+
See src/polyfill/once_cell/LICENSE-APACHE and src/polyfill/once_cell/LICENSE-MIT
|
34571
|
+
for the license to code that was sourced from the once_cell project.
|
35209
34572
|
|
35210
34573
|
================================================================================
|
35211
|
-
ring
|
34574
|
+
ring LICENSE-BoringSSL
|
35212
34575
|
================================================================================
|
35213
34576
|
|
35214
|
-
The MIT License (MIT)
|
35215
34577
|
|
35216
|
-
|
35217
|
-
|
34578
|
+
Apache License
|
34579
|
+
Version 2.0, January 2004
|
34580
|
+
http://www.apache.org/licenses/
|
35218
34581
|
|
35219
|
-
|
35220
|
-
of this software and associated documentation files (the "Software"), to deal
|
35221
|
-
in the Software without restriction, including without limitation the rights
|
35222
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35223
|
-
copies of the Software, and to permit persons to whom the Software is
|
35224
|
-
furnished to do so, subject to the following conditions:
|
34582
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
35225
34583
|
|
35226
|
-
|
35227
|
-
copies or substantial portions of the Software.
|
34584
|
+
1. Definitions.
|
35228
34585
|
|
35229
|
-
|
35230
|
-
|
35231
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35232
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35233
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35234
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35235
|
-
SOFTWARE.
|
34586
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
34587
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
35236
34588
|
|
35237
|
-
|
35238
|
-
|
35239
|
-
================================================================================
|
34589
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
34590
|
+
the copyright owner that is granting the License.
|
35240
34591
|
|
35241
|
-
|
34592
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
34593
|
+
other entities that control, are controlled by, or are under common
|
34594
|
+
control with that entity. For the purposes of this definition,
|
34595
|
+
"control" means (i) the power, direct or indirect, to cause the
|
34596
|
+
direction or management of such entity, whether by contract or
|
34597
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
34598
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
35242
34599
|
|
35243
|
-
|
35244
|
-
|
35245
|
-
You may obtain a copy of the License at
|
34600
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
34601
|
+
exercising permissions granted by this License.
|
35246
34602
|
|
35247
|
-
|
34603
|
+
"Source" form shall mean the preferred form for making modifications,
|
34604
|
+
including but not limited to software source code, documentation
|
34605
|
+
source, and configuration files.
|
35248
34606
|
|
35249
|
-
|
35250
|
-
|
35251
|
-
|
35252
|
-
|
35253
|
-
|
34607
|
+
"Object" form shall mean any form resulting from mechanical
|
34608
|
+
transformation or translation of a Source form, including but
|
34609
|
+
not limited to compiled object code, generated documentation,
|
34610
|
+
and conversions to other media types.
|
34611
|
+
|
34612
|
+
"Work" shall mean the work of authorship, whether in Source or
|
34613
|
+
Object form, made available under the License, as indicated by a
|
34614
|
+
copyright notice that is included in or attached to the work
|
34615
|
+
(an example is provided in the Appendix below).
|
34616
|
+
|
34617
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
34618
|
+
form, that is based on (or derived from) the Work and for which the
|
34619
|
+
editorial revisions, annotations, elaborations, or other modifications
|
34620
|
+
represent, as a whole, an original work of authorship. For the purposes
|
34621
|
+
of this License, Derivative Works shall not include works that remain
|
34622
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
34623
|
+
the Work and Derivative Works thereof.
|
34624
|
+
|
34625
|
+
"Contribution" shall mean any work of authorship, including
|
34626
|
+
the original version of the Work and any modifications or additions
|
34627
|
+
to that Work or Derivative Works thereof, that is intentionally
|
34628
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
34629
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
34630
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
34631
|
+
means any form of electronic, verbal, or written communication sent
|
34632
|
+
to the Licensor or its representatives, including but not limited to
|
34633
|
+
communication on electronic mailing lists, source code control systems,
|
34634
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
34635
|
+
Licensor for the purpose of discussing and improving the Work, but
|
34636
|
+
excluding communication that is conspicuously marked or otherwise
|
34637
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
34638
|
+
|
34639
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
34640
|
+
on behalf of whom a Contribution has been received by Licensor and
|
34641
|
+
subsequently incorporated within the Work.
|
34642
|
+
|
34643
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
34644
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34645
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34646
|
+
copyright license to reproduce, prepare Derivative Works of,
|
34647
|
+
publicly display, publicly perform, sublicense, and distribute the
|
34648
|
+
Work and such Derivative Works in Source or Object form.
|
34649
|
+
|
34650
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
34651
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34652
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34653
|
+
(except as stated in this section) patent license to make, have made,
|
34654
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
34655
|
+
where such license applies only to those patent claims licensable
|
34656
|
+
by such Contributor that are necessarily infringed by their
|
34657
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
34658
|
+
with the Work to which such Contribution(s) was submitted. If You
|
34659
|
+
institute patent litigation against any entity (including a
|
34660
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
34661
|
+
or a Contribution incorporated within the Work constitutes direct
|
34662
|
+
or contributory patent infringement, then any patent licenses
|
34663
|
+
granted to You under this License for that Work shall terminate
|
34664
|
+
as of the date such litigation is filed.
|
34665
|
+
|
34666
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
34667
|
+
Work or Derivative Works thereof in any medium, with or without
|
34668
|
+
modifications, and in Source or Object form, provided that You
|
34669
|
+
meet the following conditions:
|
34670
|
+
|
34671
|
+
(a) You must give any other recipients of the Work or
|
34672
|
+
Derivative Works a copy of this License; and
|
34673
|
+
|
34674
|
+
(b) You must cause any modified files to carry prominent notices
|
34675
|
+
stating that You changed the files; and
|
34676
|
+
|
34677
|
+
(c) You must retain, in the Source form of any Derivative Works
|
34678
|
+
that You distribute, all copyright, patent, trademark, and
|
34679
|
+
attribution notices from the Source form of the Work,
|
34680
|
+
excluding those notices that do not pertain to any part of
|
34681
|
+
the Derivative Works; and
|
34682
|
+
|
34683
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
34684
|
+
distribution, then any Derivative Works that You distribute must
|
34685
|
+
include a readable copy of the attribution notices contained
|
34686
|
+
within such NOTICE file, excluding those notices that do not
|
34687
|
+
pertain to any part of the Derivative Works, in at least one
|
34688
|
+
of the following places: within a NOTICE text file distributed
|
34689
|
+
as part of the Derivative Works; within the Source form or
|
34690
|
+
documentation, if provided along with the Derivative Works; or,
|
34691
|
+
within a display generated by the Derivative Works, if and
|
34692
|
+
wherever such third-party notices normally appear. The contents
|
34693
|
+
of the NOTICE file are for informational purposes only and
|
34694
|
+
do not modify the License. You may add Your own attribution
|
34695
|
+
notices within Derivative Works that You distribute, alongside
|
34696
|
+
or as an addendum to the NOTICE text from the Work, provided
|
34697
|
+
that such additional attribution notices cannot be construed
|
34698
|
+
as modifying the License.
|
34699
|
+
|
34700
|
+
You may add Your own copyright statement to Your modifications and
|
34701
|
+
may provide additional or different license terms and conditions
|
34702
|
+
for use, reproduction, or distribution of Your modifications, or
|
34703
|
+
for any such Derivative Works as a whole, provided Your use,
|
34704
|
+
reproduction, and distribution of the Work otherwise complies with
|
34705
|
+
the conditions stated in this License.
|
34706
|
+
|
34707
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
34708
|
+
any Contribution intentionally submitted for inclusion in the Work
|
34709
|
+
by You to the Licensor shall be under the terms and conditions of
|
34710
|
+
this License, without any additional terms or conditions.
|
34711
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
34712
|
+
the terms of any separate license agreement you may have executed
|
34713
|
+
with Licensor regarding such Contributions.
|
34714
|
+
|
34715
|
+
6. Trademarks. This License does not grant permission to use the trade
|
34716
|
+
names, trademarks, service marks, or product names of the Licensor,
|
34717
|
+
except as required for reasonable and customary use in describing the
|
34718
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
34719
|
+
|
34720
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
34721
|
+
agreed to in writing, Licensor provides the Work (and each
|
34722
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
34723
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
34724
|
+
implied, including, without limitation, any warranties or conditions
|
34725
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
34726
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
34727
|
+
appropriateness of using or redistributing the Work and assume any
|
34728
|
+
risks associated with Your exercise of permissions under this License.
|
34729
|
+
|
34730
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
34731
|
+
whether in tort (including negligence), contract, or otherwise,
|
34732
|
+
unless required by applicable law (such as deliberate and grossly
|
34733
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
34734
|
+
liable to You for damages, including any direct, indirect, special,
|
34735
|
+
incidental, or consequential damages of any character arising as a
|
34736
|
+
result of this License or out of the use or inability to use the
|
34737
|
+
Work (including but not limited to damages for loss of goodwill,
|
34738
|
+
work stoppage, computer failure or malfunction, or any and all
|
34739
|
+
other commercial damages or losses), even if such Contributor
|
34740
|
+
has been advised of the possibility of such damages.
|
34741
|
+
|
34742
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
34743
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
34744
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
34745
|
+
or other liability obligations and/or rights consistent with this
|
34746
|
+
License. However, in accepting such obligations, You may act only
|
34747
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
34748
|
+
of any other Contributor, and only if You agree to indemnify,
|
34749
|
+
defend, and hold each Contributor harmless for any liability
|
34750
|
+
incurred by, or claims asserted against, such Contributor by reason
|
34751
|
+
of your accepting any such warranty or additional liability.
|
34752
|
+
|
34753
|
+
END OF TERMS AND CONDITIONS
|
34754
|
+
|
34755
|
+
APPENDIX: How to apply the Apache License to your work.
|
34756
|
+
|
34757
|
+
To apply the Apache License to your work, attach the following
|
34758
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
34759
|
+
replaced with your own identifying information. (Don't include
|
34760
|
+
the brackets!) The text should be enclosed in the appropriate
|
34761
|
+
comment syntax for the file format. We also recommend that a
|
34762
|
+
file or class name and description of purpose be included on the
|
34763
|
+
same "printed page" as the copyright notice for easier
|
34764
|
+
identification within third-party archives.
|
34765
|
+
|
34766
|
+
Copyright [yyyy] [name of copyright owner]
|
34767
|
+
|
34768
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
34769
|
+
you may not use this file except in compliance with the License.
|
34770
|
+
You may obtain a copy of the License at
|
34771
|
+
|
34772
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
34773
|
+
|
34774
|
+
Unless required by applicable law or agreed to in writing, software
|
34775
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
34776
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34777
|
+
See the License for the specific language governing permissions and
|
34778
|
+
limitations under the License.
|
34779
|
+
|
34780
|
+
|
34781
|
+
Licenses for support code
|
34782
|
+
-------------------------
|
34783
|
+
|
34784
|
+
Parts of the TLS test suite are under the Go license. This code is not included
|
34785
|
+
in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
|
34786
|
+
distributing code linked against BoringSSL does not trigger this license:
|
34787
|
+
|
34788
|
+
Copyright (c) 2009 The Go Authors. All rights reserved.
|
34789
|
+
|
34790
|
+
Redistribution and use in source and binary forms, with or without
|
34791
|
+
modification, are permitted provided that the following conditions are
|
34792
|
+
met:
|
34793
|
+
|
34794
|
+
* Redistributions of source code must retain the above copyright
|
34795
|
+
notice, this list of conditions and the following disclaimer.
|
34796
|
+
* Redistributions in binary form must reproduce the above
|
34797
|
+
copyright notice, this list of conditions and the following disclaimer
|
34798
|
+
in the documentation and/or other materials provided with the
|
34799
|
+
distribution.
|
34800
|
+
* Neither the name of Google Inc. nor the names of its
|
34801
|
+
contributors may be used to endorse or promote products derived from
|
34802
|
+
this software without specific prior written permission.
|
34803
|
+
|
34804
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
34805
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
34806
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
34807
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
34808
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
34809
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
34810
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
34811
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
34812
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
34813
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
34814
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
34815
|
+
|
34816
|
+
|
34817
|
+
BoringSSL uses the Chromium test infrastructure to run a continuous build,
|
34818
|
+
trybots etc. The scripts which manage this, and the script for generating build
|
34819
|
+
metadata, are under the Chromium license. Distributing code linked against
|
34820
|
+
BoringSSL does not trigger this license.
|
34821
|
+
|
34822
|
+
Copyright 2015 The Chromium Authors. All rights reserved.
|
34823
|
+
|
34824
|
+
Redistribution and use in source and binary forms, with or without
|
34825
|
+
modification, are permitted provided that the following conditions are
|
34826
|
+
met:
|
34827
|
+
|
34828
|
+
* Redistributions of source code must retain the above copyright
|
34829
|
+
notice, this list of conditions and the following disclaimer.
|
34830
|
+
* Redistributions in binary form must reproduce the above
|
34831
|
+
copyright notice, this list of conditions and the following disclaimer
|
34832
|
+
in the documentation and/or other materials provided with the
|
34833
|
+
distribution.
|
34834
|
+
* Neither the name of Google Inc. nor the names of its
|
34835
|
+
contributors may be used to endorse or promote products derived from
|
34836
|
+
this software without specific prior written permission.
|
34837
|
+
|
34838
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
34839
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
34840
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
34841
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
34842
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
34843
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
34844
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
34845
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
34846
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
34847
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
34848
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
35254
34849
|
|
35255
34850
|
================================================================================
|
35256
|
-
|
34851
|
+
ring LICENSE-other-bits
|
35257
34852
|
================================================================================
|
35258
34853
|
|
35259
|
-
Copyright
|
35260
|
-
|
35261
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35262
|
-
of this software and associated documentation files (the "Software"), to deal
|
35263
|
-
in the Software without restriction, including without limitation the rights to
|
35264
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
35265
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
35266
|
-
so, subject to the following conditions:
|
34854
|
+
Copyright 2015-2025 Brian Smith.
|
35267
34855
|
|
35268
|
-
|
35269
|
-
|
34856
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
34857
|
+
purpose with or without fee is hereby granted, provided that the above
|
34858
|
+
copyright notice and this permission notice appear in all copies.
|
35270
34859
|
|
35271
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
35272
|
-
|
35273
|
-
|
35274
|
-
|
35275
|
-
|
35276
|
-
|
35277
|
-
SOFTWARE.
|
34860
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
34861
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
34862
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
34863
|
+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
34864
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
34865
|
+
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
34866
|
+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
35278
34867
|
|
35279
34868
|
================================================================================
|
35280
|
-
|
34869
|
+
ring src/polyfill/once_cell/LICENSE-APACHE
|
35281
34870
|
================================================================================
|
35282
34871
|
|
35283
34872
|
Apache License
|
@@ -35483,7 +35072,7 @@ See the License for the specific language governing permissions and
|
|
35483
35072
|
limitations under the License.
|
35484
35073
|
|
35485
35074
|
================================================================================
|
35486
|
-
|
35075
|
+
ring src/polyfill/once_cell/LICENSE-MIT
|
35487
35076
|
================================================================================
|
35488
35077
|
|
35489
35078
|
Permission is hereby granted, free of charge, to any
|
@@ -35504,14 +35093,76 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
35504
35093
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
35505
35094
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
35506
35095
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
35507
|
-
SHALL THE
|
35096
|
+
SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
35508
35097
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
35509
35098
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
35510
35099
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
35511
35100
|
DEALINGS IN THE SOFTWARE.
|
35512
35101
|
|
35513
35102
|
================================================================================
|
35514
|
-
|
35103
|
+
ring third_party/fiat/LICENSE
|
35104
|
+
================================================================================
|
35105
|
+
|
35106
|
+
The Apache License, Version 2.0 (Apache-2.0)
|
35107
|
+
|
35108
|
+
Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
|
35109
|
+
|
35110
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
35111
|
+
you may not use this file except in compliance with the License.
|
35112
|
+
You may obtain a copy of the License at
|
35113
|
+
|
35114
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
35115
|
+
|
35116
|
+
Unless required by applicable law or agreed to in writing, software
|
35117
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
35118
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35119
|
+
See the License for the specific language governing permissions and
|
35120
|
+
limitations under the License.
|
35121
|
+
|
35122
|
+
================================================================================
|
35123
|
+
rle-decode-fast LICENSE-APACHE
|
35124
|
+
================================================================================
|
35125
|
+
|
35126
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
35127
|
+
|
35128
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
35129
|
+
you may not use this file except in compliance with the License.
|
35130
|
+
You may obtain a copy of the License at
|
35131
|
+
|
35132
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
35133
|
+
|
35134
|
+
Unless required by applicable law or agreed to in writing, software
|
35135
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
35136
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35137
|
+
See the License for the specific language governing permissions and
|
35138
|
+
limitations under the License.
|
35139
|
+
|
35140
|
+
================================================================================
|
35141
|
+
rle-decode-fast LICENSE-MIT
|
35142
|
+
================================================================================
|
35143
|
+
|
35144
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
35145
|
+
|
35146
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35147
|
+
of this software and associated documentation files (the "Software"), to deal
|
35148
|
+
in the Software without restriction, including without limitation the rights to
|
35149
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
35150
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
35151
|
+
so, subject to the following conditions:
|
35152
|
+
|
35153
|
+
The above copyright notice and this permission notice shall be included in all
|
35154
|
+
copies or substantial portions of the Software.
|
35155
|
+
|
35156
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35157
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35158
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35159
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35160
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35161
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35162
|
+
SOFTWARE.
|
35163
|
+
|
35164
|
+
================================================================================
|
35165
|
+
rustc-hash v1.1.0 LICENSE-APACHE
|
35515
35166
|
================================================================================
|
35516
35167
|
|
35517
35168
|
Apache License
|
@@ -35691,8 +35342,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35691
35342
|
|
35692
35343
|
END OF TERMS AND CONDITIONS
|
35693
35344
|
|
35345
|
+
APPENDIX: How to apply the Apache License to your work.
|
35346
|
+
|
35347
|
+
To apply the Apache License to your work, attach the following
|
35348
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
35349
|
+
replaced with your own identifying information. (Don't include
|
35350
|
+
the brackets!) The text should be enclosed in the appropriate
|
35351
|
+
comment syntax for the file format. We also recommend that a
|
35352
|
+
file or class name and description of purpose be included on the
|
35353
|
+
same "printed page" as the copyright notice for easier
|
35354
|
+
identification within third-party archives.
|
35355
|
+
|
35356
|
+
Copyright [yyyy] [name of copyright owner]
|
35357
|
+
|
35358
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
35359
|
+
you may not use this file except in compliance with the License.
|
35360
|
+
You may obtain a copy of the License at
|
35361
|
+
|
35362
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
35363
|
+
|
35364
|
+
Unless required by applicable law or agreed to in writing, software
|
35365
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
35366
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35367
|
+
See the License for the specific language governing permissions and
|
35368
|
+
limitations under the License.
|
35369
|
+
|
35694
35370
|
================================================================================
|
35695
|
-
rustc-hash
|
35371
|
+
rustc-hash v1.1.0 LICENSE-MIT
|
35696
35372
|
================================================================================
|
35697
35373
|
|
35698
35374
|
Permission is hereby granted, free of charge, to any
|
@@ -35720,7 +35396,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35720
35396
|
DEALINGS IN THE SOFTWARE.
|
35721
35397
|
|
35722
35398
|
================================================================================
|
35723
|
-
|
35399
|
+
rustc-hash v2.1.0 LICENSE-APACHE
|
35724
35400
|
================================================================================
|
35725
35401
|
|
35726
35402
|
Apache License
|
@@ -35900,33 +35576,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35900
35576
|
|
35901
35577
|
END OF TERMS AND CONDITIONS
|
35902
35578
|
|
35903
|
-
APPENDIX: How to apply the Apache License to your work.
|
35904
|
-
|
35905
|
-
To apply the Apache License to your work, attach the following
|
35906
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
35907
|
-
replaced with your own identifying information. (Don't include
|
35908
|
-
the brackets!) The text should be enclosed in the appropriate
|
35909
|
-
comment syntax for the file format. We also recommend that a
|
35910
|
-
file or class name and description of purpose be included on the
|
35911
|
-
same "printed page" as the copyright notice for easier
|
35912
|
-
identification within third-party archives.
|
35913
|
-
|
35914
|
-
Copyright [yyyy] [name of copyright owner]
|
35915
|
-
|
35916
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
35917
|
-
you may not use this file except in compliance with the License.
|
35918
|
-
You may obtain a copy of the License at
|
35919
|
-
|
35920
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
35921
|
-
|
35922
|
-
Unless required by applicable law or agreed to in writing, software
|
35923
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
35924
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35925
|
-
See the License for the specific language governing permissions and
|
35926
|
-
limitations under the License.
|
35927
|
-
|
35928
35579
|
================================================================================
|
35929
|
-
|
35580
|
+
rustc-hash v2.1.0 LICENSE-MIT
|
35930
35581
|
================================================================================
|
35931
35582
|
|
35932
35583
|
Permission is hereby granted, free of charge, to any
|
@@ -35954,7 +35605,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35954
35605
|
DEALINGS IN THE SOFTWARE.
|
35955
35606
|
|
35956
35607
|
================================================================================
|
35957
|
-
|
35608
|
+
rustix LICENSE-APACHE
|
35958
35609
|
================================================================================
|
35959
35610
|
|
35960
35611
|
Apache License
|
@@ -36160,31 +35811,9 @@ See the License for the specific language governing permissions and
|
|
36160
35811
|
limitations under the License.
|
36161
35812
|
|
36162
35813
|
================================================================================
|
36163
|
-
|
36164
|
-
================================================================================
|
36165
|
-
|
36166
|
-
ISC License (ISC)
|
36167
|
-
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
36168
|
-
|
36169
|
-
Permission to use, copy, modify, and/or distribute this software for
|
36170
|
-
any purpose with or without fee is hereby granted, provided that the
|
36171
|
-
above copyright notice and this permission notice appear in all copies.
|
36172
|
-
|
36173
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
36174
|
-
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
36175
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
36176
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
36177
|
-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
36178
|
-
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
36179
|
-
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
36180
|
-
THIS SOFTWARE.
|
36181
|
-
|
36182
|
-
================================================================================
|
36183
|
-
rustls LICENSE-MIT
|
35814
|
+
rustix LICENSE-MIT
|
36184
35815
|
================================================================================
|
36185
35816
|
|
36186
|
-
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
36187
|
-
|
36188
35817
|
Permission is hereby granted, free of charge, to any
|
36189
35818
|
person obtaining a copy of this software and associated
|
36190
35819
|
documentation files (the "Software"), to deal in the
|
@@ -36210,22 +35839,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36210
35839
|
DEALINGS IN THE SOFTWARE.
|
36211
35840
|
|
36212
35841
|
================================================================================
|
36213
|
-
rustls
|
36214
|
-
================================================================================
|
36215
|
-
|
36216
|
-
Rustls is distributed under the following three licenses:
|
36217
|
-
|
36218
|
-
- Apache License version 2.0.
|
36219
|
-
- MIT license.
|
36220
|
-
- ISC license.
|
36221
|
-
|
36222
|
-
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
36223
|
-
respectively. You may use this software under the terms of any
|
36224
|
-
of these licenses, at your option.
|
36225
|
-
|
36226
|
-
|
36227
|
-
================================================================================
|
36228
|
-
rustls-native-certs LICENSE-APACHE
|
35842
|
+
rustls LICENSE-APACHE
|
36229
35843
|
================================================================================
|
36230
35844
|
|
36231
35845
|
Apache License
|
@@ -36431,7 +36045,7 @@ See the License for the specific language governing permissions and
|
|
36431
36045
|
limitations under the License.
|
36432
36046
|
|
36433
36047
|
================================================================================
|
36434
|
-
rustls
|
36048
|
+
rustls LICENSE-ISC
|
36435
36049
|
================================================================================
|
36436
36050
|
|
36437
36051
|
ISC License (ISC)
|
@@ -36451,7 +36065,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
36451
36065
|
THIS SOFTWARE.
|
36452
36066
|
|
36453
36067
|
================================================================================
|
36454
|
-
rustls
|
36068
|
+
rustls LICENSE-MIT
|
36455
36069
|
================================================================================
|
36456
36070
|
|
36457
36071
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
@@ -36481,10 +36095,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36481
36095
|
DEALINGS IN THE SOFTWARE.
|
36482
36096
|
|
36483
36097
|
================================================================================
|
36484
|
-
rustls-
|
36098
|
+
rustls-native-certs LICENSE
|
36485
36099
|
================================================================================
|
36486
36100
|
|
36487
|
-
|
36101
|
+
Rustls is distributed under the following three licenses:
|
36488
36102
|
|
36489
36103
|
- Apache License version 2.0.
|
36490
36104
|
- MIT license.
|
@@ -36496,7 +36110,7 @@ of these licenses, at your option.
|
|
36496
36110
|
|
36497
36111
|
|
36498
36112
|
================================================================================
|
36499
|
-
rustls-
|
36113
|
+
rustls-native-certs LICENSE-APACHE
|
36500
36114
|
================================================================================
|
36501
36115
|
|
36502
36116
|
Apache License
|
@@ -36702,7 +36316,7 @@ See the License for the specific language governing permissions and
|
|
36702
36316
|
limitations under the License.
|
36703
36317
|
|
36704
36318
|
================================================================================
|
36705
|
-
rustls-
|
36319
|
+
rustls-native-certs LICENSE-ISC
|
36706
36320
|
================================================================================
|
36707
36321
|
|
36708
36322
|
ISC License (ISC)
|
@@ -36722,7 +36336,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
36722
36336
|
THIS SOFTWARE.
|
36723
36337
|
|
36724
36338
|
================================================================================
|
36725
|
-
rustls-
|
36339
|
+
rustls-native-certs LICENSE-MIT
|
36726
36340
|
================================================================================
|
36727
36341
|
|
36728
36342
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
@@ -36752,7 +36366,22 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36752
36366
|
DEALINGS IN THE SOFTWARE.
|
36753
36367
|
|
36754
36368
|
================================================================================
|
36755
|
-
rustls-
|
36369
|
+
rustls-pemfile LICENSE
|
36370
|
+
================================================================================
|
36371
|
+
|
36372
|
+
rustls-pemfile is distributed under the following three licenses:
|
36373
|
+
|
36374
|
+
- Apache License version 2.0.
|
36375
|
+
- MIT license.
|
36376
|
+
- ISC license.
|
36377
|
+
|
36378
|
+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
36379
|
+
respectively. You may use this software under the terms of any
|
36380
|
+
of these licenses, at your option.
|
36381
|
+
|
36382
|
+
|
36383
|
+
================================================================================
|
36384
|
+
rustls-pemfile LICENSE-APACHE
|
36756
36385
|
================================================================================
|
36757
36386
|
|
36758
36387
|
Apache License
|
@@ -36943,7 +36572,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
36943
36572
|
same "printed page" as the copyright notice for easier
|
36944
36573
|
identification within third-party archives.
|
36945
36574
|
|
36946
|
-
Copyright
|
36575
|
+
Copyright [yyyy] [name of copyright owner]
|
36947
36576
|
|
36948
36577
|
Licensed under the Apache License, Version 2.0 (the "License");
|
36949
36578
|
you may not use this file except in compliance with the License.
|
@@ -36958,10 +36587,30 @@ See the License for the specific language governing permissions and
|
|
36958
36587
|
limitations under the License.
|
36959
36588
|
|
36960
36589
|
================================================================================
|
36961
|
-
rustls-
|
36590
|
+
rustls-pemfile LICENSE-ISC
|
36962
36591
|
================================================================================
|
36963
36592
|
|
36964
|
-
|
36593
|
+
ISC License (ISC)
|
36594
|
+
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
36595
|
+
|
36596
|
+
Permission to use, copy, modify, and/or distribute this software for
|
36597
|
+
any purpose with or without fee is hereby granted, provided that the
|
36598
|
+
above copyright notice and this permission notice appear in all copies.
|
36599
|
+
|
36600
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
36601
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
36602
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
36603
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
36604
|
+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
36605
|
+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
36606
|
+
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
36607
|
+
THIS SOFTWARE.
|
36608
|
+
|
36609
|
+
================================================================================
|
36610
|
+
rustls-pemfile LICENSE-MIT
|
36611
|
+
================================================================================
|
36612
|
+
|
36613
|
+
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
36965
36614
|
|
36966
36615
|
Permission is hereby granted, free of charge, to any
|
36967
36616
|
person obtaining a copy of this software and associated
|
@@ -36988,31 +36637,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36988
36637
|
DEALINGS IN THE SOFTWARE.
|
36989
36638
|
|
36990
36639
|
================================================================================
|
36991
|
-
rustls-
|
36992
|
-
================================================================================
|
36993
|
-
|
36994
|
-
Except as otherwise noted, this project is licensed under the following
|
36995
|
-
(ISC-style) terms:
|
36996
|
-
|
36997
|
-
Copyright 2015 Brian Smith.
|
36998
|
-
|
36999
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
37000
|
-
purpose with or without fee is hereby granted, provided that the above
|
37001
|
-
copyright notice and this permission notice appear in all copies.
|
37002
|
-
|
37003
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
37004
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
37005
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
37006
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
37007
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
37008
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
37009
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
37010
|
-
|
37011
|
-
The files under third-party/chromium are licensed as described in
|
37012
|
-
third-party/chromium/LICENSE.
|
37013
|
-
|
37014
|
-
================================================================================
|
37015
|
-
rustversion LICENSE-APACHE
|
36640
|
+
rustls-pki-types LICENSE-APACHE
|
37016
36641
|
================================================================================
|
37017
36642
|
|
37018
36643
|
Apache License
|
@@ -37192,8 +36817,268 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
37192
36817
|
|
37193
36818
|
END OF TERMS AND CONDITIONS
|
37194
36819
|
|
36820
|
+
APPENDIX: How to apply the Apache License to your work.
|
36821
|
+
|
36822
|
+
To apply the Apache License to your work, attach the following
|
36823
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
36824
|
+
replaced with your own identifying information. (Don't include
|
36825
|
+
the brackets!) The text should be enclosed in the appropriate
|
36826
|
+
comment syntax for the file format. We also recommend that a
|
36827
|
+
file or class name and description of purpose be included on the
|
36828
|
+
same "printed page" as the copyright notice for easier
|
36829
|
+
identification within third-party archives.
|
36830
|
+
|
36831
|
+
Copyright 2023 Dirkjan Ochtman
|
36832
|
+
|
36833
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
36834
|
+
you may not use this file except in compliance with the License.
|
36835
|
+
You may obtain a copy of the License at
|
36836
|
+
|
36837
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
36838
|
+
|
36839
|
+
Unless required by applicable law or agreed to in writing, software
|
36840
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
36841
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
36842
|
+
See the License for the specific language governing permissions and
|
36843
|
+
limitations under the License.
|
36844
|
+
|
37195
36845
|
================================================================================
|
37196
|
-
|
36846
|
+
rustls-pki-types LICENSE-MIT
|
36847
|
+
================================================================================
|
36848
|
+
|
36849
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
36850
|
+
|
36851
|
+
Permission is hereby granted, free of charge, to any
|
36852
|
+
person obtaining a copy of this software and associated
|
36853
|
+
documentation files (the "Software"), to deal in the
|
36854
|
+
Software without restriction, including without
|
36855
|
+
limitation the rights to use, copy, modify, merge,
|
36856
|
+
publish, distribute, sublicense, and/or sell copies of
|
36857
|
+
the Software, and to permit persons to whom the Software
|
36858
|
+
is furnished to do so, subject to the following
|
36859
|
+
conditions:
|
36860
|
+
|
36861
|
+
The above copyright notice and this permission notice
|
36862
|
+
shall be included in all copies or substantial portions
|
36863
|
+
of the Software.
|
36864
|
+
|
36865
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
36866
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
36867
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
36868
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
36869
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
36870
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
36871
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
36872
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
36873
|
+
DEALINGS IN THE SOFTWARE.
|
36874
|
+
|
36875
|
+
================================================================================
|
36876
|
+
rustls-webpki LICENSE
|
36877
|
+
================================================================================
|
36878
|
+
|
36879
|
+
Except as otherwise noted, this project is licensed under the following
|
36880
|
+
(ISC-style) terms:
|
36881
|
+
|
36882
|
+
Copyright 2015 Brian Smith.
|
36883
|
+
|
36884
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
36885
|
+
purpose with or without fee is hereby granted, provided that the above
|
36886
|
+
copyright notice and this permission notice appear in all copies.
|
36887
|
+
|
36888
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
36889
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
36890
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
36891
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
36892
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
36893
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
36894
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
36895
|
+
|
36896
|
+
The files under third-party/chromium are licensed as described in
|
36897
|
+
third-party/chromium/LICENSE.
|
36898
|
+
|
36899
|
+
================================================================================
|
36900
|
+
rustversion LICENSE-APACHE
|
36901
|
+
================================================================================
|
36902
|
+
|
36903
|
+
Apache License
|
36904
|
+
Version 2.0, January 2004
|
36905
|
+
http://www.apache.org/licenses/
|
36906
|
+
|
36907
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
36908
|
+
|
36909
|
+
1. Definitions.
|
36910
|
+
|
36911
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
36912
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
36913
|
+
|
36914
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
36915
|
+
the copyright owner that is granting the License.
|
36916
|
+
|
36917
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
36918
|
+
other entities that control, are controlled by, or are under common
|
36919
|
+
control with that entity. For the purposes of this definition,
|
36920
|
+
"control" means (i) the power, direct or indirect, to cause the
|
36921
|
+
direction or management of such entity, whether by contract or
|
36922
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
36923
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
36924
|
+
|
36925
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
36926
|
+
exercising permissions granted by this License.
|
36927
|
+
|
36928
|
+
"Source" form shall mean the preferred form for making modifications,
|
36929
|
+
including but not limited to software source code, documentation
|
36930
|
+
source, and configuration files.
|
36931
|
+
|
36932
|
+
"Object" form shall mean any form resulting from mechanical
|
36933
|
+
transformation or translation of a Source form, including but
|
36934
|
+
not limited to compiled object code, generated documentation,
|
36935
|
+
and conversions to other media types.
|
36936
|
+
|
36937
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36938
|
+
Object form, made available under the License, as indicated by a
|
36939
|
+
copyright notice that is included in or attached to the work
|
36940
|
+
(an example is provided in the Appendix below).
|
36941
|
+
|
36942
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
36943
|
+
form, that is based on (or derived from) the Work and for which the
|
36944
|
+
editorial revisions, annotations, elaborations, or other modifications
|
36945
|
+
represent, as a whole, an original work of authorship. For the purposes
|
36946
|
+
of this License, Derivative Works shall not include works that remain
|
36947
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
36948
|
+
the Work and Derivative Works thereof.
|
36949
|
+
|
36950
|
+
"Contribution" shall mean any work of authorship, including
|
36951
|
+
the original version of the Work and any modifications or additions
|
36952
|
+
to that Work or Derivative Works thereof, that is intentionally
|
36953
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
36954
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
36955
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
36956
|
+
means any form of electronic, verbal, or written communication sent
|
36957
|
+
to the Licensor or its representatives, including but not limited to
|
36958
|
+
communication on electronic mailing lists, source code control systems,
|
36959
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
36960
|
+
Licensor for the purpose of discussing and improving the Work, but
|
36961
|
+
excluding communication that is conspicuously marked or otherwise
|
36962
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
36963
|
+
|
36964
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
36965
|
+
on behalf of whom a Contribution has been received by Licensor and
|
36966
|
+
subsequently incorporated within the Work.
|
36967
|
+
|
36968
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
36969
|
+
this License, each Contributor hereby grants to You a perpetual,
|
36970
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
36971
|
+
copyright license to reproduce, prepare Derivative Works of,
|
36972
|
+
publicly display, publicly perform, sublicense, and distribute the
|
36973
|
+
Work and such Derivative Works in Source or Object form.
|
36974
|
+
|
36975
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
36976
|
+
this License, each Contributor hereby grants to You a perpetual,
|
36977
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
36978
|
+
(except as stated in this section) patent license to make, have made,
|
36979
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
36980
|
+
where such license applies only to those patent claims licensable
|
36981
|
+
by such Contributor that are necessarily infringed by their
|
36982
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
36983
|
+
with the Work to which such Contribution(s) was submitted. If You
|
36984
|
+
institute patent litigation against any entity (including a
|
36985
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
36986
|
+
or a Contribution incorporated within the Work constitutes direct
|
36987
|
+
or contributory patent infringement, then any patent licenses
|
36988
|
+
granted to You under this License for that Work shall terminate
|
36989
|
+
as of the date such litigation is filed.
|
36990
|
+
|
36991
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
36992
|
+
Work or Derivative Works thereof in any medium, with or without
|
36993
|
+
modifications, and in Source or Object form, provided that You
|
36994
|
+
meet the following conditions:
|
36995
|
+
|
36996
|
+
(a) You must give any other recipients of the Work or
|
36997
|
+
Derivative Works a copy of this License; and
|
36998
|
+
|
36999
|
+
(b) You must cause any modified files to carry prominent notices
|
37000
|
+
stating that You changed the files; and
|
37001
|
+
|
37002
|
+
(c) You must retain, in the Source form of any Derivative Works
|
37003
|
+
that You distribute, all copyright, patent, trademark, and
|
37004
|
+
attribution notices from the Source form of the Work,
|
37005
|
+
excluding those notices that do not pertain to any part of
|
37006
|
+
the Derivative Works; and
|
37007
|
+
|
37008
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
37009
|
+
distribution, then any Derivative Works that You distribute must
|
37010
|
+
include a readable copy of the attribution notices contained
|
37011
|
+
within such NOTICE file, excluding those notices that do not
|
37012
|
+
pertain to any part of the Derivative Works, in at least one
|
37013
|
+
of the following places: within a NOTICE text file distributed
|
37014
|
+
as part of the Derivative Works; within the Source form or
|
37015
|
+
documentation, if provided along with the Derivative Works; or,
|
37016
|
+
within a display generated by the Derivative Works, if and
|
37017
|
+
wherever such third-party notices normally appear. The contents
|
37018
|
+
of the NOTICE file are for informational purposes only and
|
37019
|
+
do not modify the License. You may add Your own attribution
|
37020
|
+
notices within Derivative Works that You distribute, alongside
|
37021
|
+
or as an addendum to the NOTICE text from the Work, provided
|
37022
|
+
that such additional attribution notices cannot be construed
|
37023
|
+
as modifying the License.
|
37024
|
+
|
37025
|
+
You may add Your own copyright statement to Your modifications and
|
37026
|
+
may provide additional or different license terms and conditions
|
37027
|
+
for use, reproduction, or distribution of Your modifications, or
|
37028
|
+
for any such Derivative Works as a whole, provided Your use,
|
37029
|
+
reproduction, and distribution of the Work otherwise complies with
|
37030
|
+
the conditions stated in this License.
|
37031
|
+
|
37032
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
37033
|
+
any Contribution intentionally submitted for inclusion in the Work
|
37034
|
+
by You to the Licensor shall be under the terms and conditions of
|
37035
|
+
this License, without any additional terms or conditions.
|
37036
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
37037
|
+
the terms of any separate license agreement you may have executed
|
37038
|
+
with Licensor regarding such Contributions.
|
37039
|
+
|
37040
|
+
6. Trademarks. This License does not grant permission to use the trade
|
37041
|
+
names, trademarks, service marks, or product names of the Licensor,
|
37042
|
+
except as required for reasonable and customary use in describing the
|
37043
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
37044
|
+
|
37045
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
37046
|
+
agreed to in writing, Licensor provides the Work (and each
|
37047
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
37048
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
37049
|
+
implied, including, without limitation, any warranties or conditions
|
37050
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
37051
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
37052
|
+
appropriateness of using or redistributing the Work and assume any
|
37053
|
+
risks associated with Your exercise of permissions under this License.
|
37054
|
+
|
37055
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
37056
|
+
whether in tort (including negligence), contract, or otherwise,
|
37057
|
+
unless required by applicable law (such as deliberate and grossly
|
37058
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
37059
|
+
liable to You for damages, including any direct, indirect, special,
|
37060
|
+
incidental, or consequential damages of any character arising as a
|
37061
|
+
result of this License or out of the use or inability to use the
|
37062
|
+
Work (including but not limited to damages for loss of goodwill,
|
37063
|
+
work stoppage, computer failure or malfunction, or any and all
|
37064
|
+
other commercial damages or losses), even if such Contributor
|
37065
|
+
has been advised of the possibility of such damages.
|
37066
|
+
|
37067
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
37068
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
37069
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
37070
|
+
or other liability obligations and/or rights consistent with this
|
37071
|
+
License. However, in accepting such obligations, You may act only
|
37072
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
37073
|
+
of any other Contributor, and only if You agree to indemnify,
|
37074
|
+
defend, and hold each Contributor harmless for any liability
|
37075
|
+
incurred by, or claims asserted against, such Contributor by reason
|
37076
|
+
of your accepting any such warranty or additional liability.
|
37077
|
+
|
37078
|
+
END OF TERMS AND CONDITIONS
|
37079
|
+
|
37080
|
+
================================================================================
|
37081
|
+
rustversion LICENSE-MIT
|
37197
37082
|
================================================================================
|
37198
37083
|
|
37199
37084
|
Permission is hereby granted, free of charge, to any
|
@@ -39499,7 +39384,7 @@ siphasher COPYING
|
|
39499
39384
|
================================================================================
|
39500
39385
|
|
39501
39386
|
Copyright 2012-2016 The Rust Project Developers.
|
39502
|
-
Copyright 2016-
|
39387
|
+
Copyright 2016-2024 Frank Denis.
|
39503
39388
|
|
39504
39389
|
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
39505
39390
|
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
@@ -40536,32 +40421,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
40536
40421
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
40537
40422
|
DEALINGS IN THE SOFTWARE.
|
40538
40423
|
|
40539
|
-
================================================================================
|
40540
|
-
spin LICENSE
|
40541
|
-
================================================================================
|
40542
|
-
|
40543
|
-
The MIT License (MIT)
|
40544
|
-
|
40545
|
-
Copyright (c) 2014 Mathijs van de Nes
|
40546
|
-
|
40547
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
40548
|
-
of this software and associated documentation files (the "Software"), to deal
|
40549
|
-
in the Software without restriction, including without limitation the rights
|
40550
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
40551
|
-
copies of the Software, and to permit persons to whom the Software is
|
40552
|
-
furnished to do so, subject to the following conditions:
|
40553
|
-
|
40554
|
-
The above copyright notice and this permission notice shall be included in all
|
40555
|
-
copies or substantial portions of the Software.
|
40556
|
-
|
40557
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
40558
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
40559
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
40560
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
40561
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
40562
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
40563
|
-
SOFTWARE.
|
40564
|
-
|
40565
40424
|
================================================================================
|
40566
40425
|
sqlparser LICENSE.TXT
|
40567
40426
|
================================================================================
|
@@ -42245,7 +42104,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
42245
42104
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
42246
42105
|
|
42247
42106
|
================================================================================
|
42248
|
-
syn
|
42107
|
+
syn LICENSE-APACHE
|
42249
42108
|
================================================================================
|
42250
42109
|
|
42251
42110
|
Apache License
|
@@ -42425,242 +42284,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
42425
42284
|
|
42426
42285
|
END OF TERMS AND CONDITIONS
|
42427
42286
|
|
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
42287
|
================================================================================
|
42454
|
-
syn
|
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
|
42483
|
-
================================================================================
|
42484
|
-
|
42485
|
-
Apache License
|
42486
|
-
Version 2.0, January 2004
|
42487
|
-
http://www.apache.org/licenses/
|
42488
|
-
|
42489
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
42490
|
-
|
42491
|
-
1. Definitions.
|
42492
|
-
|
42493
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
42494
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
42495
|
-
|
42496
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
42497
|
-
the copyright owner that is granting the License.
|
42498
|
-
|
42499
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
42500
|
-
other entities that control, are controlled by, or are under common
|
42501
|
-
control with that entity. For the purposes of this definition,
|
42502
|
-
"control" means (i) the power, direct or indirect, to cause the
|
42503
|
-
direction or management of such entity, whether by contract or
|
42504
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
42505
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
42506
|
-
|
42507
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
42508
|
-
exercising permissions granted by this License.
|
42509
|
-
|
42510
|
-
"Source" form shall mean the preferred form for making modifications,
|
42511
|
-
including but not limited to software source code, documentation
|
42512
|
-
source, and configuration files.
|
42513
|
-
|
42514
|
-
"Object" form shall mean any form resulting from mechanical
|
42515
|
-
transformation or translation of a Source form, including but
|
42516
|
-
not limited to compiled object code, generated documentation,
|
42517
|
-
and conversions to other media types.
|
42518
|
-
|
42519
|
-
"Work" shall mean the work of authorship, whether in Source or
|
42520
|
-
Object form, made available under the License, as indicated by a
|
42521
|
-
copyright notice that is included in or attached to the work
|
42522
|
-
(an example is provided in the Appendix below).
|
42523
|
-
|
42524
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
42525
|
-
form, that is based on (or derived from) the Work and for which the
|
42526
|
-
editorial revisions, annotations, elaborations, or other modifications
|
42527
|
-
represent, as a whole, an original work of authorship. For the purposes
|
42528
|
-
of this License, Derivative Works shall not include works that remain
|
42529
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
42530
|
-
the Work and Derivative Works thereof.
|
42531
|
-
|
42532
|
-
"Contribution" shall mean any work of authorship, including
|
42533
|
-
the original version of the Work and any modifications or additions
|
42534
|
-
to that Work or Derivative Works thereof, that is intentionally
|
42535
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
42536
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
42537
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
42538
|
-
means any form of electronic, verbal, or written communication sent
|
42539
|
-
to the Licensor or its representatives, including but not limited to
|
42540
|
-
communication on electronic mailing lists, source code control systems,
|
42541
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
42542
|
-
Licensor for the purpose of discussing and improving the Work, but
|
42543
|
-
excluding communication that is conspicuously marked or otherwise
|
42544
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
42545
|
-
|
42546
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
42547
|
-
on behalf of whom a Contribution has been received by Licensor and
|
42548
|
-
subsequently incorporated within the Work.
|
42549
|
-
|
42550
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
42551
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42552
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42553
|
-
copyright license to reproduce, prepare Derivative Works of,
|
42554
|
-
publicly display, publicly perform, sublicense, and distribute the
|
42555
|
-
Work and such Derivative Works in Source or Object form.
|
42556
|
-
|
42557
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
42558
|
-
this License, each Contributor hereby grants to You a perpetual,
|
42559
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
42560
|
-
(except as stated in this section) patent license to make, have made,
|
42561
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
42562
|
-
where such license applies only to those patent claims licensable
|
42563
|
-
by such Contributor that are necessarily infringed by their
|
42564
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
42565
|
-
with the Work to which such Contribution(s) was submitted. If You
|
42566
|
-
institute patent litigation against any entity (including a
|
42567
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
42568
|
-
or a Contribution incorporated within the Work constitutes direct
|
42569
|
-
or contributory patent infringement, then any patent licenses
|
42570
|
-
granted to You under this License for that Work shall terminate
|
42571
|
-
as of the date such litigation is filed.
|
42572
|
-
|
42573
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
42574
|
-
Work or Derivative Works thereof in any medium, with or without
|
42575
|
-
modifications, and in Source or Object form, provided that You
|
42576
|
-
meet the following conditions:
|
42577
|
-
|
42578
|
-
(a) You must give any other recipients of the Work or
|
42579
|
-
Derivative Works a copy of this License; and
|
42580
|
-
|
42581
|
-
(b) You must cause any modified files to carry prominent notices
|
42582
|
-
stating that You changed the files; and
|
42583
|
-
|
42584
|
-
(c) You must retain, in the Source form of any Derivative Works
|
42585
|
-
that You distribute, all copyright, patent, trademark, and
|
42586
|
-
attribution notices from the Source form of the Work,
|
42587
|
-
excluding those notices that do not pertain to any part of
|
42588
|
-
the Derivative Works; and
|
42589
|
-
|
42590
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
42591
|
-
distribution, then any Derivative Works that You distribute must
|
42592
|
-
include a readable copy of the attribution notices contained
|
42593
|
-
within such NOTICE file, excluding those notices that do not
|
42594
|
-
pertain to any part of the Derivative Works, in at least one
|
42595
|
-
of the following places: within a NOTICE text file distributed
|
42596
|
-
as part of the Derivative Works; within the Source form or
|
42597
|
-
documentation, if provided along with the Derivative Works; or,
|
42598
|
-
within a display generated by the Derivative Works, if and
|
42599
|
-
wherever such third-party notices normally appear. The contents
|
42600
|
-
of the NOTICE file are for informational purposes only and
|
42601
|
-
do not modify the License. You may add Your own attribution
|
42602
|
-
notices within Derivative Works that You distribute, alongside
|
42603
|
-
or as an addendum to the NOTICE text from the Work, provided
|
42604
|
-
that such additional attribution notices cannot be construed
|
42605
|
-
as modifying the License.
|
42606
|
-
|
42607
|
-
You may add Your own copyright statement to Your modifications and
|
42608
|
-
may provide additional or different license terms and conditions
|
42609
|
-
for use, reproduction, or distribution of Your modifications, or
|
42610
|
-
for any such Derivative Works as a whole, provided Your use,
|
42611
|
-
reproduction, and distribution of the Work otherwise complies with
|
42612
|
-
the conditions stated in this License.
|
42613
|
-
|
42614
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
42615
|
-
any Contribution intentionally submitted for inclusion in the Work
|
42616
|
-
by You to the Licensor shall be under the terms and conditions of
|
42617
|
-
this License, without any additional terms or conditions.
|
42618
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
42619
|
-
the terms of any separate license agreement you may have executed
|
42620
|
-
with Licensor regarding such Contributions.
|
42621
|
-
|
42622
|
-
6. Trademarks. This License does not grant permission to use the trade
|
42623
|
-
names, trademarks, service marks, or product names of the Licensor,
|
42624
|
-
except as required for reasonable and customary use in describing the
|
42625
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
42626
|
-
|
42627
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
42628
|
-
agreed to in writing, Licensor provides the Work (and each
|
42629
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
42630
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
42631
|
-
implied, including, without limitation, any warranties or conditions
|
42632
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
42633
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
42634
|
-
appropriateness of using or redistributing the Work and assume any
|
42635
|
-
risks associated with Your exercise of permissions under this License.
|
42636
|
-
|
42637
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
42638
|
-
whether in tort (including negligence), contract, or otherwise,
|
42639
|
-
unless required by applicable law (such as deliberate and grossly
|
42640
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
42641
|
-
liable to You for damages, including any direct, indirect, special,
|
42642
|
-
incidental, or consequential damages of any character arising as a
|
42643
|
-
result of this License or out of the use or inability to use the
|
42644
|
-
Work (including but not limited to damages for loss of goodwill,
|
42645
|
-
work stoppage, computer failure or malfunction, or any and all
|
42646
|
-
other commercial damages or losses), even if such Contributor
|
42647
|
-
has been advised of the possibility of such damages.
|
42648
|
-
|
42649
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
42650
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
42651
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
42652
|
-
or other liability obligations and/or rights consistent with this
|
42653
|
-
License. However, in accepting such obligations, You may act only
|
42654
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
42655
|
-
of any other Contributor, and only if You agree to indemnify,
|
42656
|
-
defend, and hold each Contributor harmless for any liability
|
42657
|
-
incurred by, or claims asserted against, such Contributor by reason
|
42658
|
-
of your accepting any such warranty or additional liability.
|
42659
|
-
|
42660
|
-
END OF TERMS AND CONDITIONS
|
42661
|
-
|
42662
|
-
================================================================================
|
42663
|
-
syn v2.0.93 LICENSE-MIT
|
42288
|
+
syn LICENSE-MIT
|
42664
42289
|
================================================================================
|
42665
42290
|
|
42666
42291
|
Permission is hereby granted, free of charge, to any
|
@@ -42908,225 +42533,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
42908
42533
|
SOFTWARE.
|
42909
42534
|
|
42910
42535
|
|
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
42536
|
================================================================================
|
43131
42537
|
thiserror LICENSE-APACHE
|
43132
42538
|
================================================================================
|
@@ -44832,7 +44238,492 @@ APPENDIX: How to apply the Apache License to your work.
|
|
44832
44238
|
same "printed page" as the copyright notice for easier
|
44833
44239
|
identification within third-party archives.
|
44834
44240
|
|
44835
|
-
Copyright 2014 Paho Lurie-Gregg
|
44241
|
+
Copyright 2014 Paho Lurie-Gregg
|
44242
|
+
|
44243
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
44244
|
+
you may not use this file except in compliance with the License.
|
44245
|
+
You may obtain a copy of the License at
|
44246
|
+
|
44247
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
44248
|
+
|
44249
|
+
Unless required by applicable law or agreed to in writing, software
|
44250
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
44251
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
44252
|
+
See the License for the specific language governing permissions and
|
44253
|
+
limitations under the License.
|
44254
|
+
|
44255
|
+
================================================================================
|
44256
|
+
typenum LICENSE-MIT
|
44257
|
+
================================================================================
|
44258
|
+
|
44259
|
+
The MIT License (MIT)
|
44260
|
+
|
44261
|
+
Copyright (c) 2014 Paho Lurie-Gregg
|
44262
|
+
|
44263
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
44264
|
+
of this software and associated documentation files (the "Software"), to deal
|
44265
|
+
in the Software without restriction, including without limitation the rights
|
44266
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
44267
|
+
copies of the Software, and to permit persons to whom the Software is
|
44268
|
+
furnished to do so, subject to the following conditions:
|
44269
|
+
|
44270
|
+
The above copyright notice and this permission notice shall be included in all
|
44271
|
+
copies or substantial portions of the Software.
|
44272
|
+
|
44273
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
44274
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
44275
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
44276
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
44277
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
44278
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
44279
|
+
SOFTWARE.
|
44280
|
+
|
44281
|
+
================================================================================
|
44282
|
+
unicode-ident LICENSE-APACHE
|
44283
|
+
================================================================================
|
44284
|
+
|
44285
|
+
Apache License
|
44286
|
+
Version 2.0, January 2004
|
44287
|
+
http://www.apache.org/licenses/
|
44288
|
+
|
44289
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
44290
|
+
|
44291
|
+
1. Definitions.
|
44292
|
+
|
44293
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
44294
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
44295
|
+
|
44296
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
44297
|
+
the copyright owner that is granting the License.
|
44298
|
+
|
44299
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
44300
|
+
other entities that control, are controlled by, or are under common
|
44301
|
+
control with that entity. For the purposes of this definition,
|
44302
|
+
"control" means (i) the power, direct or indirect, to cause the
|
44303
|
+
direction or management of such entity, whether by contract or
|
44304
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
44305
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
44306
|
+
|
44307
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
44308
|
+
exercising permissions granted by this License.
|
44309
|
+
|
44310
|
+
"Source" form shall mean the preferred form for making modifications,
|
44311
|
+
including but not limited to software source code, documentation
|
44312
|
+
source, and configuration files.
|
44313
|
+
|
44314
|
+
"Object" form shall mean any form resulting from mechanical
|
44315
|
+
transformation or translation of a Source form, including but
|
44316
|
+
not limited to compiled object code, generated documentation,
|
44317
|
+
and conversions to other media types.
|
44318
|
+
|
44319
|
+
"Work" shall mean the work of authorship, whether in Source or
|
44320
|
+
Object form, made available under the License, as indicated by a
|
44321
|
+
copyright notice that is included in or attached to the work
|
44322
|
+
(an example is provided in the Appendix below).
|
44323
|
+
|
44324
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
44325
|
+
form, that is based on (or derived from) the Work and for which the
|
44326
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44327
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44328
|
+
of this License, Derivative Works shall not include works that remain
|
44329
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
44330
|
+
the Work and Derivative Works thereof.
|
44331
|
+
|
44332
|
+
"Contribution" shall mean any work of authorship, including
|
44333
|
+
the original version of the Work and any modifications or additions
|
44334
|
+
to that Work or Derivative Works thereof, that is intentionally
|
44335
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
44336
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
44337
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
44338
|
+
means any form of electronic, verbal, or written communication sent
|
44339
|
+
to the Licensor or its representatives, including but not limited to
|
44340
|
+
communication on electronic mailing lists, source code control systems,
|
44341
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
44342
|
+
Licensor for the purpose of discussing and improving the Work, but
|
44343
|
+
excluding communication that is conspicuously marked or otherwise
|
44344
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
44345
|
+
|
44346
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
44347
|
+
on behalf of whom a Contribution has been received by Licensor and
|
44348
|
+
subsequently incorporated within the Work.
|
44349
|
+
|
44350
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
44351
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44352
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44353
|
+
copyright license to reproduce, prepare Derivative Works of,
|
44354
|
+
publicly display, publicly perform, sublicense, and distribute the
|
44355
|
+
Work and such Derivative Works in Source or Object form.
|
44356
|
+
|
44357
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
44358
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44359
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44360
|
+
(except as stated in this section) patent license to make, have made,
|
44361
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
44362
|
+
where such license applies only to those patent claims licensable
|
44363
|
+
by such Contributor that are necessarily infringed by their
|
44364
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
44365
|
+
with the Work to which such Contribution(s) was submitted. If You
|
44366
|
+
institute patent litigation against any entity (including a
|
44367
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
44368
|
+
or a Contribution incorporated within the Work constitutes direct
|
44369
|
+
or contributory patent infringement, then any patent licenses
|
44370
|
+
granted to You under this License for that Work shall terminate
|
44371
|
+
as of the date such litigation is filed.
|
44372
|
+
|
44373
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
44374
|
+
Work or Derivative Works thereof in any medium, with or without
|
44375
|
+
modifications, and in Source or Object form, provided that You
|
44376
|
+
meet the following conditions:
|
44377
|
+
|
44378
|
+
(a) You must give any other recipients of the Work or
|
44379
|
+
Derivative Works a copy of this License; and
|
44380
|
+
|
44381
|
+
(b) You must cause any modified files to carry prominent notices
|
44382
|
+
stating that You changed the files; and
|
44383
|
+
|
44384
|
+
(c) You must retain, in the Source form of any Derivative Works
|
44385
|
+
that You distribute, all copyright, patent, trademark, and
|
44386
|
+
attribution notices from the Source form of the Work,
|
44387
|
+
excluding those notices that do not pertain to any part of
|
44388
|
+
the Derivative Works; and
|
44389
|
+
|
44390
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
44391
|
+
distribution, then any Derivative Works that You distribute must
|
44392
|
+
include a readable copy of the attribution notices contained
|
44393
|
+
within such NOTICE file, excluding those notices that do not
|
44394
|
+
pertain to any part of the Derivative Works, in at least one
|
44395
|
+
of the following places: within a NOTICE text file distributed
|
44396
|
+
as part of the Derivative Works; within the Source form or
|
44397
|
+
documentation, if provided along with the Derivative Works; or,
|
44398
|
+
within a display generated by the Derivative Works, if and
|
44399
|
+
wherever such third-party notices normally appear. The contents
|
44400
|
+
of the NOTICE file are for informational purposes only and
|
44401
|
+
do not modify the License. You may add Your own attribution
|
44402
|
+
notices within Derivative Works that You distribute, alongside
|
44403
|
+
or as an addendum to the NOTICE text from the Work, provided
|
44404
|
+
that such additional attribution notices cannot be construed
|
44405
|
+
as modifying the License.
|
44406
|
+
|
44407
|
+
You may add Your own copyright statement to Your modifications and
|
44408
|
+
may provide additional or different license terms and conditions
|
44409
|
+
for use, reproduction, or distribution of Your modifications, or
|
44410
|
+
for any such Derivative Works as a whole, provided Your use,
|
44411
|
+
reproduction, and distribution of the Work otherwise complies with
|
44412
|
+
the conditions stated in this License.
|
44413
|
+
|
44414
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
44415
|
+
any Contribution intentionally submitted for inclusion in the Work
|
44416
|
+
by You to the Licensor shall be under the terms and conditions of
|
44417
|
+
this License, without any additional terms or conditions.
|
44418
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
44419
|
+
the terms of any separate license agreement you may have executed
|
44420
|
+
with Licensor regarding such Contributions.
|
44421
|
+
|
44422
|
+
6. Trademarks. This License does not grant permission to use the trade
|
44423
|
+
names, trademarks, service marks, or product names of the Licensor,
|
44424
|
+
except as required for reasonable and customary use in describing the
|
44425
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
44426
|
+
|
44427
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
44428
|
+
agreed to in writing, Licensor provides the Work (and each
|
44429
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
44430
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
44431
|
+
implied, including, without limitation, any warranties or conditions
|
44432
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
44433
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
44434
|
+
appropriateness of using or redistributing the Work and assume any
|
44435
|
+
risks associated with Your exercise of permissions under this License.
|
44436
|
+
|
44437
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
44438
|
+
whether in tort (including negligence), contract, or otherwise,
|
44439
|
+
unless required by applicable law (such as deliberate and grossly
|
44440
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
44441
|
+
liable to You for damages, including any direct, indirect, special,
|
44442
|
+
incidental, or consequential damages of any character arising as a
|
44443
|
+
result of this License or out of the use or inability to use the
|
44444
|
+
Work (including but not limited to damages for loss of goodwill,
|
44445
|
+
work stoppage, computer failure or malfunction, or any and all
|
44446
|
+
other commercial damages or losses), even if such Contributor
|
44447
|
+
has been advised of the possibility of such damages.
|
44448
|
+
|
44449
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
44450
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
44451
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
44452
|
+
or other liability obligations and/or rights consistent with this
|
44453
|
+
License. However, in accepting such obligations, You may act only
|
44454
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
44455
|
+
of any other Contributor, and only if You agree to indemnify,
|
44456
|
+
defend, and hold each Contributor harmless for any liability
|
44457
|
+
incurred by, or claims asserted against, such Contributor by reason
|
44458
|
+
of your accepting any such warranty or additional liability.
|
44459
|
+
|
44460
|
+
END OF TERMS AND CONDITIONS
|
44461
|
+
|
44462
|
+
================================================================================
|
44463
|
+
unicode-ident LICENSE-MIT
|
44464
|
+
================================================================================
|
44465
|
+
|
44466
|
+
Permission is hereby granted, free of charge, to any
|
44467
|
+
person obtaining a copy of this software and associated
|
44468
|
+
documentation files (the "Software"), to deal in the
|
44469
|
+
Software without restriction, including without
|
44470
|
+
limitation the rights to use, copy, modify, merge,
|
44471
|
+
publish, distribute, sublicense, and/or sell copies of
|
44472
|
+
the Software, and to permit persons to whom the Software
|
44473
|
+
is furnished to do so, subject to the following
|
44474
|
+
conditions:
|
44475
|
+
|
44476
|
+
The above copyright notice and this permission notice
|
44477
|
+
shall be included in all copies or substantial portions
|
44478
|
+
of the Software.
|
44479
|
+
|
44480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
44481
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
44482
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
44483
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
44484
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
44485
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
44486
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
44487
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
44488
|
+
DEALINGS IN THE SOFTWARE.
|
44489
|
+
|
44490
|
+
================================================================================
|
44491
|
+
unicode-ident LICENSE-UNICODE
|
44492
|
+
================================================================================
|
44493
|
+
|
44494
|
+
UNICODE LICENSE V3
|
44495
|
+
|
44496
|
+
COPYRIGHT AND PERMISSION NOTICE
|
44497
|
+
|
44498
|
+
Copyright © 1991-2023 Unicode, Inc.
|
44499
|
+
|
44500
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
44501
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
44502
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
44503
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
44504
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
44505
|
+
|
44506
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
44507
|
+
copy of data files and any associated documentation (the "Data Files") or
|
44508
|
+
software and any associated documentation (the "Software") to deal in the
|
44509
|
+
Data Files or Software without restriction, including without limitation
|
44510
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
44511
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
44512
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
44513
|
+
this copyright and permission notice appear with all copies of the Data
|
44514
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
44515
|
+
associated Documentation.
|
44516
|
+
|
44517
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
44518
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
44519
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
44520
|
+
THIRD PARTY RIGHTS.
|
44521
|
+
|
44522
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
44523
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
44524
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
44525
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
44526
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
44527
|
+
FILES OR SOFTWARE.
|
44528
|
+
|
44529
|
+
Except as contained in this notice, the name of a copyright holder shall
|
44530
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
44531
|
+
dealings in these Data Files or Software without prior written
|
44532
|
+
authorization of the copyright holder.
|
44533
|
+
|
44534
|
+
================================================================================
|
44535
|
+
unicode-normalization LICENSE-APACHE
|
44536
|
+
================================================================================
|
44537
|
+
|
44538
|
+
Apache License
|
44539
|
+
Version 2.0, January 2004
|
44540
|
+
http://www.apache.org/licenses/
|
44541
|
+
|
44542
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
44543
|
+
|
44544
|
+
1. Definitions.
|
44545
|
+
|
44546
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
44547
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
44548
|
+
|
44549
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
44550
|
+
the copyright owner that is granting the License.
|
44551
|
+
|
44552
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
44553
|
+
other entities that control, are controlled by, or are under common
|
44554
|
+
control with that entity. For the purposes of this definition,
|
44555
|
+
"control" means (i) the power, direct or indirect, to cause the
|
44556
|
+
direction or management of such entity, whether by contract or
|
44557
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
44558
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
44559
|
+
|
44560
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
44561
|
+
exercising permissions granted by this License.
|
44562
|
+
|
44563
|
+
"Source" form shall mean the preferred form for making modifications,
|
44564
|
+
including but not limited to software source code, documentation
|
44565
|
+
source, and configuration files.
|
44566
|
+
|
44567
|
+
"Object" form shall mean any form resulting from mechanical
|
44568
|
+
transformation or translation of a Source form, including but
|
44569
|
+
not limited to compiled object code, generated documentation,
|
44570
|
+
and conversions to other media types.
|
44571
|
+
|
44572
|
+
"Work" shall mean the work of authorship, whether in Source or
|
44573
|
+
Object form, made available under the License, as indicated by a
|
44574
|
+
copyright notice that is included in or attached to the work
|
44575
|
+
(an example is provided in the Appendix below).
|
44576
|
+
|
44577
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
44578
|
+
form, that is based on (or derived from) the Work and for which the
|
44579
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44580
|
+
represent, as a whole, an original work of authorship. For the purposes
|
44581
|
+
of this License, Derivative Works shall not include works that remain
|
44582
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
44583
|
+
the Work and Derivative Works thereof.
|
44584
|
+
|
44585
|
+
"Contribution" shall mean any work of authorship, including
|
44586
|
+
the original version of the Work and any modifications or additions
|
44587
|
+
to that Work or Derivative Works thereof, that is intentionally
|
44588
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
44589
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
44590
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
44591
|
+
means any form of electronic, verbal, or written communication sent
|
44592
|
+
to the Licensor or its representatives, including but not limited to
|
44593
|
+
communication on electronic mailing lists, source code control systems,
|
44594
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
44595
|
+
Licensor for the purpose of discussing and improving the Work, but
|
44596
|
+
excluding communication that is conspicuously marked or otherwise
|
44597
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
44598
|
+
|
44599
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
44600
|
+
on behalf of whom a Contribution has been received by Licensor and
|
44601
|
+
subsequently incorporated within the Work.
|
44602
|
+
|
44603
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
44604
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44605
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44606
|
+
copyright license to reproduce, prepare Derivative Works of,
|
44607
|
+
publicly display, publicly perform, sublicense, and distribute the
|
44608
|
+
Work and such Derivative Works in Source or Object form.
|
44609
|
+
|
44610
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
44611
|
+
this License, each Contributor hereby grants to You a perpetual,
|
44612
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
44613
|
+
(except as stated in this section) patent license to make, have made,
|
44614
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
44615
|
+
where such license applies only to those patent claims licensable
|
44616
|
+
by such Contributor that are necessarily infringed by their
|
44617
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
44618
|
+
with the Work to which such Contribution(s) was submitted. If You
|
44619
|
+
institute patent litigation against any entity (including a
|
44620
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
44621
|
+
or a Contribution incorporated within the Work constitutes direct
|
44622
|
+
or contributory patent infringement, then any patent licenses
|
44623
|
+
granted to You under this License for that Work shall terminate
|
44624
|
+
as of the date such litigation is filed.
|
44625
|
+
|
44626
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
44627
|
+
Work or Derivative Works thereof in any medium, with or without
|
44628
|
+
modifications, and in Source or Object form, provided that You
|
44629
|
+
meet the following conditions:
|
44630
|
+
|
44631
|
+
(a) You must give any other recipients of the Work or
|
44632
|
+
Derivative Works a copy of this License; and
|
44633
|
+
|
44634
|
+
(b) You must cause any modified files to carry prominent notices
|
44635
|
+
stating that You changed the files; and
|
44636
|
+
|
44637
|
+
(c) You must retain, in the Source form of any Derivative Works
|
44638
|
+
that You distribute, all copyright, patent, trademark, and
|
44639
|
+
attribution notices from the Source form of the Work,
|
44640
|
+
excluding those notices that do not pertain to any part of
|
44641
|
+
the Derivative Works; and
|
44642
|
+
|
44643
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
44644
|
+
distribution, then any Derivative Works that You distribute must
|
44645
|
+
include a readable copy of the attribution notices contained
|
44646
|
+
within such NOTICE file, excluding those notices that do not
|
44647
|
+
pertain to any part of the Derivative Works, in at least one
|
44648
|
+
of the following places: within a NOTICE text file distributed
|
44649
|
+
as part of the Derivative Works; within the Source form or
|
44650
|
+
documentation, if provided along with the Derivative Works; or,
|
44651
|
+
within a display generated by the Derivative Works, if and
|
44652
|
+
wherever such third-party notices normally appear. The contents
|
44653
|
+
of the NOTICE file are for informational purposes only and
|
44654
|
+
do not modify the License. You may add Your own attribution
|
44655
|
+
notices within Derivative Works that You distribute, alongside
|
44656
|
+
or as an addendum to the NOTICE text from the Work, provided
|
44657
|
+
that such additional attribution notices cannot be construed
|
44658
|
+
as modifying the License.
|
44659
|
+
|
44660
|
+
You may add Your own copyright statement to Your modifications and
|
44661
|
+
may provide additional or different license terms and conditions
|
44662
|
+
for use, reproduction, or distribution of Your modifications, or
|
44663
|
+
for any such Derivative Works as a whole, provided Your use,
|
44664
|
+
reproduction, and distribution of the Work otherwise complies with
|
44665
|
+
the conditions stated in this License.
|
44666
|
+
|
44667
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
44668
|
+
any Contribution intentionally submitted for inclusion in the Work
|
44669
|
+
by You to the Licensor shall be under the terms and conditions of
|
44670
|
+
this License, without any additional terms or conditions.
|
44671
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
44672
|
+
the terms of any separate license agreement you may have executed
|
44673
|
+
with Licensor regarding such Contributions.
|
44674
|
+
|
44675
|
+
6. Trademarks. This License does not grant permission to use the trade
|
44676
|
+
names, trademarks, service marks, or product names of the Licensor,
|
44677
|
+
except as required for reasonable and customary use in describing the
|
44678
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
44679
|
+
|
44680
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
44681
|
+
agreed to in writing, Licensor provides the Work (and each
|
44682
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
44683
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
44684
|
+
implied, including, without limitation, any warranties or conditions
|
44685
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
44686
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
44687
|
+
appropriateness of using or redistributing the Work and assume any
|
44688
|
+
risks associated with Your exercise of permissions under this License.
|
44689
|
+
|
44690
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
44691
|
+
whether in tort (including negligence), contract, or otherwise,
|
44692
|
+
unless required by applicable law (such as deliberate and grossly
|
44693
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
44694
|
+
liable to You for damages, including any direct, indirect, special,
|
44695
|
+
incidental, or consequential damages of any character arising as a
|
44696
|
+
result of this License or out of the use or inability to use the
|
44697
|
+
Work (including but not limited to damages for loss of goodwill,
|
44698
|
+
work stoppage, computer failure or malfunction, or any and all
|
44699
|
+
other commercial damages or losses), even if such Contributor
|
44700
|
+
has been advised of the possibility of such damages.
|
44701
|
+
|
44702
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
44703
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
44704
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
44705
|
+
or other liability obligations and/or rights consistent with this
|
44706
|
+
License. However, in accepting such obligations, You may act only
|
44707
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
44708
|
+
of any other Contributor, and only if You agree to indemnify,
|
44709
|
+
defend, and hold each Contributor harmless for any liability
|
44710
|
+
incurred by, or claims asserted against, such Contributor by reason
|
44711
|
+
of your accepting any such warranty or additional liability.
|
44712
|
+
|
44713
|
+
END OF TERMS AND CONDITIONS
|
44714
|
+
|
44715
|
+
APPENDIX: How to apply the Apache License to your work.
|
44716
|
+
|
44717
|
+
To apply the Apache License to your work, attach the following
|
44718
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
44719
|
+
replaced with your own identifying information. (Don't include
|
44720
|
+
the brackets!) The text should be enclosed in the appropriate
|
44721
|
+
comment syntax for the file format. We also recommend that a
|
44722
|
+
file or class name and description of purpose be included on the
|
44723
|
+
same "printed page" as the copyright notice for easier
|
44724
|
+
identification within third-party archives.
|
44725
|
+
|
44726
|
+
Copyright [yyyy] [name of copyright owner]
|
44836
44727
|
|
44837
44728
|
Licensed under the Apache License, Version 2.0 (the "License");
|
44838
44729
|
you may not use this file except in compliance with the License.
|
@@ -44847,215 +44738,10 @@ See the License for the specific language governing permissions and
|
|
44847
44738
|
limitations under the License.
|
44848
44739
|
|
44849
44740
|
================================================================================
|
44850
|
-
|
44741
|
+
unicode-normalization LICENSE-MIT
|
44851
44742
|
================================================================================
|
44852
44743
|
|
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
|
-
================================================================================
|
44744
|
+
Copyright (c) 2015 The Rust Project Developers
|
45059
44745
|
|
45060
44746
|
Permission is hereby granted, free of charge, to any
|
45061
44747
|
person obtaining a copy of this software and associated
|
@@ -45081,50 +44767,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
45081
44767
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
45082
44768
|
DEALINGS IN THE SOFTWARE.
|
45083
44769
|
|
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
44770
|
================================================================================
|
45129
44771
|
unicode-reverse LICENSE-APACHE
|
45130
44772
|
================================================================================
|
@@ -48947,6 +48589,30 @@ SPDX-License-Identifier: Unicode-3.0
|
|
48947
48589
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
48948
48590
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
48949
48591
|
|
48592
|
+
================================================================================
|
48593
|
+
zlib-rs LICENSE
|
48594
|
+
================================================================================
|
48595
|
+
|
48596
|
+
(C) 2024 Trifecta Tech Foundation
|
48597
|
+
|
48598
|
+
This software is provided 'as-is', without any express or implied
|
48599
|
+
warranty. In no event will the authors be held liable for any damages
|
48600
|
+
arising from the use of this software.
|
48601
|
+
|
48602
|
+
Permission is granted to anyone to use this software for any purpose,
|
48603
|
+
including commercial applications, and to alter it and redistribute it
|
48604
|
+
freely, subject to the following restrictions:
|
48605
|
+
|
48606
|
+
1. The origin of this software must not be misrepresented; you must not
|
48607
|
+
claim that you wrote the original software. If you use this software
|
48608
|
+
in a product, an acknowledgment in the product documentation would be
|
48609
|
+
appreciated but is not required.
|
48610
|
+
|
48611
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
48612
|
+
misrepresented as being the original software.
|
48613
|
+
|
48614
|
+
3. This notice may not be removed or altered from any source distribution.
|
48615
|
+
|
48950
48616
|
================================================================================
|
48951
48617
|
zstd LICENSE
|
48952
48618
|
================================================================================
|