polars-df 0.16.0-x64-mingw-ucrt → 0.17.1-x64-mingw-ucrt
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 +1428 -1762
- 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 +3 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -54,14 +54,10 @@ async-stream-impl v0.3.6
|
|
54
54
|
https://github.com/tokio-rs/async-stream
|
55
55
|
MIT
|
56
56
|
|
57
|
-
async-trait v0.1.
|
57
|
+
async-trait v0.1.85
|
58
58
|
https://github.com/dtolnay/async-trait
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
atoi v2.0.0
|
62
|
-
https://github.com/pacman82/atoi-rs
|
63
|
-
MIT
|
64
|
-
|
65
61
|
atoi_simd v0.16.0
|
66
62
|
https://github.com/RoDmitry/atoi_simd
|
67
63
|
MIT OR Apache-2.0
|
@@ -82,11 +78,15 @@ base64 v0.22.1
|
|
82
78
|
https://github.com/marshallpierce/rust-base64
|
83
79
|
MIT OR Apache-2.0
|
84
80
|
|
81
|
+
bincode v1.3.3
|
82
|
+
https://github.com/servo/bincode
|
83
|
+
MIT
|
84
|
+
|
85
85
|
bindgen v0.69.5
|
86
86
|
https://rust-lang.github.io/rust-bindgen/
|
87
87
|
BSD-3-Clause
|
88
88
|
|
89
|
-
bitflags v2.
|
89
|
+
bitflags v2.8.0
|
90
90
|
https://github.com/bitflags/bitflags
|
91
91
|
MIT OR Apache-2.0
|
92
92
|
|
@@ -102,7 +102,7 @@ brotli v7.0.0
|
|
102
102
|
https://github.com/dropbox/rust-brotli
|
103
103
|
BSD-3-Clause AND MIT
|
104
104
|
|
105
|
-
brotli-decompressor v4.0.
|
105
|
+
brotli-decompressor v4.0.2
|
106
106
|
https://github.com/dropbox/rust-brotli-decompressor
|
107
107
|
BSD-3-Clause/MIT
|
108
108
|
|
@@ -126,7 +126,7 @@ castaway v0.2.3
|
|
126
126
|
https://github.com/sagebind/castaway
|
127
127
|
MIT
|
128
128
|
|
129
|
-
cc v1.2.
|
129
|
+
cc v1.2.10
|
130
130
|
https://github.com/rust-lang/cc-rs
|
131
131
|
MIT OR Apache-2.0
|
132
132
|
|
@@ -146,7 +146,7 @@ chrono v0.4.39
|
|
146
146
|
https://github.com/chronotope/chrono
|
147
147
|
MIT OR Apache-2.0
|
148
148
|
|
149
|
-
chrono-tz v0.10.
|
149
|
+
chrono-tz v0.10.1
|
150
150
|
https://github.com/chronotope/chrono-tz
|
151
151
|
MIT OR Apache-2.0
|
152
152
|
|
@@ -162,7 +162,7 @@ comfy-table v7.1.3
|
|
162
162
|
https://github.com/nukesor/comfy-table
|
163
163
|
MIT
|
164
164
|
|
165
|
-
compact_str v0.8.
|
165
|
+
compact_str v0.8.1
|
166
166
|
https://github.com/ParkMyCar/compact_str
|
167
167
|
MIT
|
168
168
|
|
@@ -430,11 +430,11 @@ idna_adapter v1.2.0
|
|
430
430
|
https://docs.rs/crate/idna_adapter/latest
|
431
431
|
Apache-2.0 OR MIT
|
432
432
|
|
433
|
-
indexmap v2.7.
|
433
|
+
indexmap v2.7.1
|
434
434
|
https://github.com/indexmap-rs/indexmap
|
435
435
|
Apache-2.0 OR MIT
|
436
436
|
|
437
|
-
ipnet v2.
|
437
|
+
ipnet v2.11.0
|
438
438
|
https://github.com/krisprice/ipnet
|
439
439
|
MIT OR Apache-2.0
|
440
440
|
|
@@ -450,10 +450,6 @@ itoa v1.0.14
|
|
450
450
|
https://github.com/dtolnay/itoa
|
451
451
|
MIT OR Apache-2.0
|
452
452
|
|
453
|
-
itoap v1.0.1
|
454
|
-
https://github.com/Kogia-sima/itoap
|
455
|
-
MIT
|
456
|
-
|
457
453
|
jobserver v0.1.32
|
458
454
|
https://github.com/rust-lang/jobserver-rs
|
459
455
|
MIT OR Apache-2.0
|
@@ -490,6 +486,10 @@ libm v0.2.11
|
|
490
486
|
https://github.com/rust-lang/libm
|
491
487
|
MIT AND (MIT OR Apache-2.0)
|
492
488
|
|
489
|
+
libz-rs-sys v0.4.1
|
490
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
491
|
+
Zlib
|
492
|
+
|
493
493
|
litemap v0.7.4
|
494
494
|
https://github.com/unicode-org/icu4x
|
495
495
|
Unicode-3.0
|
@@ -498,11 +498,11 @@ lock_api v0.4.12
|
|
498
498
|
https://github.com/Amanieu/parking_lot
|
499
499
|
MIT OR Apache-2.0
|
500
500
|
|
501
|
-
log v0.4.
|
501
|
+
log v0.4.25
|
502
502
|
https://github.com/rust-lang/log
|
503
503
|
MIT OR Apache-2.0
|
504
504
|
|
505
|
-
lz4 v1.28.
|
505
|
+
lz4 v1.28.1
|
506
506
|
https://github.com/10xGenomics/lz4-rs
|
507
507
|
MIT
|
508
508
|
|
@@ -538,7 +538,7 @@ minimal-lexical v0.2.1
|
|
538
538
|
https://github.com/Alexhuszagh/minimal-lexical
|
539
539
|
MIT/Apache-2.0
|
540
540
|
|
541
|
-
miniz_oxide v0.8.
|
541
|
+
miniz_oxide v0.8.3
|
542
542
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
543
543
|
MIT OR Zlib OR Apache-2.0
|
544
544
|
|
@@ -546,14 +546,6 @@ mio v1.0.3
|
|
546
546
|
https://github.com/tokio-rs/mio
|
547
547
|
MIT
|
548
548
|
|
549
|
-
multiversion v0.7.4
|
550
|
-
https://github.com/calebzulawski/multiversion
|
551
|
-
MIT OR Apache-2.0
|
552
|
-
|
553
|
-
multiversion-macros v0.7.4
|
554
|
-
https://github.com/calebzulawski/multiversion
|
555
|
-
MIT OR Apache-2.0
|
556
|
-
|
557
549
|
nom v7.1.3
|
558
550
|
https://github.com/Geal/nom
|
559
551
|
MIT
|
@@ -594,23 +586,23 @@ percent-encoding v2.3.1
|
|
594
586
|
https://github.com/servo/rust-url/
|
595
587
|
MIT OR Apache-2.0
|
596
588
|
|
597
|
-
phf v0.11.
|
589
|
+
phf v0.11.3
|
598
590
|
https://github.com/rust-phf/rust-phf
|
599
591
|
MIT
|
600
592
|
|
601
|
-
phf_codegen v0.11.
|
593
|
+
phf_codegen v0.11.3
|
602
594
|
https://github.com/rust-phf/rust-phf
|
603
595
|
MIT
|
604
596
|
|
605
|
-
phf_generator v0.11.
|
597
|
+
phf_generator v0.11.3
|
606
598
|
https://github.com/rust-phf/rust-phf
|
607
599
|
MIT
|
608
600
|
|
609
|
-
phf_shared v0.11.
|
601
|
+
phf_shared v0.11.3
|
610
602
|
https://github.com/rust-phf/rust-phf
|
611
603
|
MIT
|
612
604
|
|
613
|
-
pin-project-lite v0.2.
|
605
|
+
pin-project-lite v0.2.16
|
614
606
|
https://github.com/taiki-e/pin-project-lite
|
615
607
|
Apache-2.0 OR MIT
|
616
608
|
|
@@ -626,54 +618,54 @@ planus v0.3.1
|
|
626
618
|
https://github.com/planus-org/planus
|
627
619
|
MIT/Apache-2.0
|
628
620
|
|
629
|
-
polars v0.
|
621
|
+
polars v0.46.0
|
630
622
|
https://www.pola.rs/
|
631
623
|
MIT
|
632
624
|
|
633
|
-
polars-arrow v0.
|
625
|
+
polars-arrow v0.46.0
|
634
626
|
https://www.pola.rs/
|
635
627
|
MIT AND Apache-2.0
|
636
628
|
|
637
629
|
polars-arrow-format v0.1.0
|
638
630
|
https://github.com/polar-rs/arrow-format
|
639
631
|
|
640
|
-
polars-compute v0.
|
632
|
+
polars-compute v0.46.0
|
641
633
|
https://www.pola.rs/
|
642
634
|
MIT
|
643
635
|
|
644
|
-
polars-core v0.
|
636
|
+
polars-core v0.46.0
|
645
637
|
https://www.pola.rs/
|
646
638
|
MIT
|
647
639
|
|
648
|
-
polars-error v0.
|
640
|
+
polars-error v0.46.0
|
649
641
|
https://www.pola.rs/
|
650
642
|
MIT
|
651
643
|
|
652
|
-
polars-expr v0.
|
644
|
+
polars-expr v0.46.0
|
653
645
|
https://www.pola.rs/
|
654
646
|
MIT
|
655
647
|
|
656
|
-
polars-io v0.
|
648
|
+
polars-io v0.46.0
|
657
649
|
https://www.pola.rs/
|
658
650
|
MIT
|
659
651
|
|
660
|
-
polars-json v0.
|
652
|
+
polars-json v0.46.0
|
661
653
|
https://www.pola.rs/
|
662
654
|
MIT
|
663
655
|
|
664
|
-
polars-lazy v0.
|
656
|
+
polars-lazy v0.46.0
|
665
657
|
https://www.pola.rs/
|
666
658
|
MIT
|
667
659
|
|
668
|
-
polars-mem-engine v0.
|
660
|
+
polars-mem-engine v0.46.0
|
669
661
|
https://www.pola.rs/
|
670
662
|
MIT
|
671
663
|
|
672
|
-
polars-ops v0.
|
664
|
+
polars-ops v0.46.0
|
673
665
|
https://www.pola.rs/
|
674
666
|
MIT
|
675
667
|
|
676
|
-
polars-parquet v0.
|
668
|
+
polars-parquet v0.46.0
|
677
669
|
https://www.pola.rs/
|
678
670
|
MIT AND Apache-2.0
|
679
671
|
|
@@ -681,35 +673,35 @@ polars-parquet-format v0.1.0
|
|
681
673
|
https://github.com/pola-rs/parquet-format
|
682
674
|
MIT AND Apache-2.0
|
683
675
|
|
684
|
-
polars-pipe v0.
|
676
|
+
polars-pipe v0.46.0
|
685
677
|
https://www.pola.rs/
|
686
678
|
MIT
|
687
679
|
|
688
|
-
polars-plan v0.
|
680
|
+
polars-plan v0.46.0
|
689
681
|
https://www.pola.rs/
|
690
682
|
MIT
|
691
683
|
|
692
|
-
polars-row v0.
|
684
|
+
polars-row v0.46.0
|
693
685
|
https://www.pola.rs/
|
694
686
|
MIT
|
695
687
|
|
696
|
-
polars-schema v0.
|
688
|
+
polars-schema v0.46.0
|
697
689
|
https://www.pola.rs/
|
698
690
|
MIT
|
699
691
|
|
700
|
-
polars-sql v0.
|
692
|
+
polars-sql v0.46.0
|
701
693
|
https://www.pola.rs/
|
702
694
|
MIT
|
703
695
|
|
704
|
-
polars-stream v0.
|
696
|
+
polars-stream v0.46.0
|
705
697
|
https://www.pola.rs/
|
706
698
|
MIT
|
707
699
|
|
708
|
-
polars-time v0.
|
700
|
+
polars-time v0.46.0
|
709
701
|
https://www.pola.rs/
|
710
702
|
MIT
|
711
703
|
|
712
|
-
polars-utils v0.
|
704
|
+
polars-utils v0.46.0
|
713
705
|
https://www.pola.rs/
|
714
706
|
MIT
|
715
707
|
|
@@ -717,7 +709,7 @@ ppv-lite86 v0.2.20
|
|
717
709
|
https://github.com/cryptocorrosion/cryptocorrosion
|
718
710
|
MIT/Apache-2.0
|
719
711
|
|
720
|
-
proc-macro2 v1.0.
|
712
|
+
proc-macro2 v1.0.93
|
721
713
|
https://github.com/dtolnay/proc-macro2
|
722
714
|
MIT OR Apache-2.0
|
723
715
|
|
@@ -725,7 +717,7 @@ psm v0.1.24
|
|
725
717
|
https://github.com/rust-lang/stacker/
|
726
718
|
MIT OR Apache-2.0
|
727
719
|
|
728
|
-
quick-xml v0.37.
|
720
|
+
quick-xml v0.37.2
|
729
721
|
https://github.com/tafia/quick-xml
|
730
722
|
MIT
|
731
723
|
|
@@ -761,7 +753,7 @@ rand_distr v0.4.3
|
|
761
753
|
https://rust-random.github.io/book
|
762
754
|
MIT OR Apache-2.0
|
763
755
|
|
764
|
-
raw-cpuid v11.
|
756
|
+
raw-cpuid v11.3.0
|
765
757
|
https://github.com/gz/rust-cpuid
|
766
758
|
MIT
|
767
759
|
|
@@ -773,11 +765,11 @@ rayon-core v1.12.1
|
|
773
765
|
https://github.com/rayon-rs/rayon
|
774
766
|
MIT OR Apache-2.0
|
775
767
|
|
776
|
-
rb-sys v0.9.
|
768
|
+
rb-sys v0.9.108
|
777
769
|
https://github.com/oxidize-rb/rb-sys
|
778
770
|
MIT OR Apache-2.0
|
779
771
|
|
780
|
-
rb-sys-build v0.9.
|
772
|
+
rb-sys-build v0.9.108
|
781
773
|
https://github.com/oxidize-rb/rb-sys
|
782
774
|
MIT OR Apache-2.0
|
783
775
|
|
@@ -813,12 +805,13 @@ regex-syntax v0.8.5
|
|
813
805
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
814
806
|
MIT OR Apache-2.0
|
815
807
|
|
816
|
-
reqwest v0.12.
|
808
|
+
reqwest v0.12.12
|
817
809
|
https://github.com/seanmonstar/reqwest
|
818
810
|
MIT OR Apache-2.0
|
819
811
|
|
820
|
-
ring v0.17.
|
812
|
+
ring v0.17.13
|
821
813
|
https://github.com/briansmith/ring
|
814
|
+
Apache-2.0 AND ISC
|
822
815
|
|
823
816
|
rle-decode-fast v1.0.3
|
824
817
|
https://github.com/WanzenBug/rle-decode-helper
|
@@ -832,7 +825,7 @@ rustc-hash v2.1.0
|
|
832
825
|
https://github.com/rust-lang/rustc-hash
|
833
826
|
Apache-2.0 OR MIT
|
834
827
|
|
835
|
-
rustls v0.23.
|
828
|
+
rustls v0.23.21
|
836
829
|
https://github.com/rustls/rustls
|
837
830
|
Apache-2.0 OR ISC OR MIT
|
838
831
|
|
@@ -844,7 +837,7 @@ rustls-pemfile v2.2.0
|
|
844
837
|
https://github.com/rustls/pemfile
|
845
838
|
Apache-2.0 OR ISC OR MIT
|
846
839
|
|
847
|
-
rustls-pki-types v1.
|
840
|
+
rustls-pki-types v1.11.0
|
848
841
|
https://github.com/rustls/pki-types
|
849
842
|
MIT OR Apache-2.0
|
850
843
|
|
@@ -884,7 +877,7 @@ serde_derive v1.0.217
|
|
884
877
|
https://serde.rs
|
885
878
|
MIT OR Apache-2.0
|
886
879
|
|
887
|
-
serde_json v1.0.
|
880
|
+
serde_json v1.0.137
|
888
881
|
https://github.com/serde-rs/json
|
889
882
|
MIT OR Apache-2.0
|
890
883
|
|
@@ -908,7 +901,7 @@ simdutf8 v0.1.5
|
|
908
901
|
https://github.com/rusticstuff/simdutf8
|
909
902
|
MIT OR Apache-2.0
|
910
903
|
|
911
|
-
siphasher
|
904
|
+
siphasher v1.0.1
|
912
905
|
https://docs.rs/siphasher
|
913
906
|
MIT/Apache-2.0
|
914
907
|
|
@@ -940,11 +933,7 @@ socket2 v0.5.8
|
|
940
933
|
https://github.com/rust-lang/socket2
|
941
934
|
MIT OR Apache-2.0
|
942
935
|
|
943
|
-
|
944
|
-
https://github.com/mvdnes/spin-rs.git
|
945
|
-
MIT
|
946
|
-
|
947
|
-
sqlparser v0.52.0
|
936
|
+
sqlparser v0.53.0
|
948
937
|
https://github.com/apache/datafusion-sqlparser-rs
|
949
938
|
Apache-2.0
|
950
939
|
|
@@ -984,11 +973,7 @@ subtle v2.6.1
|
|
984
973
|
https://dalek.rs/
|
985
974
|
BSD-3-Clause
|
986
975
|
|
987
|
-
syn
|
988
|
-
https://github.com/dtolnay/syn
|
989
|
-
MIT OR Apache-2.0
|
990
|
-
|
991
|
-
syn v2.0.93
|
976
|
+
syn v2.0.96
|
992
977
|
https://github.com/dtolnay/syn
|
993
978
|
MIT OR Apache-2.0
|
994
979
|
|
@@ -1000,19 +985,15 @@ synstructure v0.13.1
|
|
1000
985
|
https://github.com/mystor/synstructure
|
1001
986
|
MIT
|
1002
987
|
|
1003
|
-
sysinfo v0.
|
988
|
+
sysinfo v0.33.1
|
1004
989
|
https://github.com/GuillaumeGomez/sysinfo
|
1005
990
|
MIT
|
1006
991
|
|
1007
|
-
|
1008
|
-
https://github.com/calebzulawski/target-features
|
1009
|
-
MIT OR Apache-2.0
|
1010
|
-
|
1011
|
-
thiserror v2.0.9
|
992
|
+
thiserror v2.0.11
|
1012
993
|
https://github.com/dtolnay/thiserror
|
1013
994
|
MIT OR Apache-2.0
|
1014
995
|
|
1015
|
-
thiserror-impl v2.0.
|
996
|
+
thiserror-impl v2.0.11
|
1016
997
|
https://github.com/dtolnay/thiserror
|
1017
998
|
MIT OR Apache-2.0
|
1018
999
|
|
@@ -1028,11 +1009,11 @@ tinyvec_macros v0.1.1
|
|
1028
1009
|
https://github.com/Soveu/tinyvec_macros
|
1029
1010
|
MIT OR Apache-2.0 OR Zlib
|
1030
1011
|
|
1031
|
-
tokio v1.
|
1012
|
+
tokio v1.43.0
|
1032
1013
|
https://tokio.rs
|
1033
1014
|
MIT
|
1034
1015
|
|
1035
|
-
tokio-macros v2.
|
1016
|
+
tokio-macros v2.5.0
|
1036
1017
|
https://tokio.rs
|
1037
1018
|
MIT
|
1038
1019
|
|
@@ -1076,10 +1057,14 @@ typenum v1.17.0
|
|
1076
1057
|
https://github.com/paholg/typenum
|
1077
1058
|
MIT OR Apache-2.0
|
1078
1059
|
|
1079
|
-
unicode-ident v1.0.
|
1060
|
+
unicode-ident v1.0.15
|
1080
1061
|
https://github.com/dtolnay/unicode-ident
|
1081
1062
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
1082
1063
|
|
1064
|
+
unicode-normalization v0.1.24
|
1065
|
+
https://github.com/unicode-rs/unicode-normalization
|
1066
|
+
MIT/Apache-2.0
|
1067
|
+
|
1083
1068
|
unicode-reverse v1.0.9
|
1084
1069
|
https://github.com/mbrubeck/unicode-reverse
|
1085
1070
|
MIT OR Apache-2.0
|
@@ -1108,7 +1093,7 @@ utf8_iter v1.0.4
|
|
1108
1093
|
https://docs.rs/utf8_iter/
|
1109
1094
|
Apache-2.0 OR MIT
|
1110
1095
|
|
1111
|
-
uuid v1.
|
1096
|
+
uuid v1.12.1
|
1112
1097
|
https://github.com/uuid-rs/uuid
|
1113
1098
|
Apache-2.0 OR MIT
|
1114
1099
|
|
@@ -1196,7 +1181,7 @@ writeable v0.5.5
|
|
1196
1181
|
https://github.com/unicode-org/icu4x
|
1197
1182
|
Unicode-3.0
|
1198
1183
|
|
1199
|
-
xxhash-rust v0.8.
|
1184
|
+
xxhash-rust v0.8.15
|
1200
1185
|
https://github.com/DoumanAsh/xxhash-rust
|
1201
1186
|
BSL-1.0
|
1202
1187
|
|
@@ -1236,6 +1221,10 @@ zerovec-derive v0.10.3
|
|
1236
1221
|
https://github.com/unicode-org/icu4x
|
1237
1222
|
Unicode-3.0
|
1238
1223
|
|
1224
|
+
zlib-rs v0.4.1
|
1225
|
+
https://github.com/trifectatechfoundation/zlib-rs
|
1226
|
+
Zlib
|
1227
|
+
|
1239
1228
|
zstd v0.13.2
|
1240
1229
|
https://github.com/gyscos/zstd-rs
|
1241
1230
|
MIT
|
@@ -2115,33 +2104,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2115
2104
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2116
2105
|
SOFTWARE.
|
2117
2106
|
|
2118
|
-
================================================================================
|
2119
|
-
array-init-cursor LICENSE-MIT
|
2120
|
-
================================================================================
|
2121
|
-
|
2122
|
-
MIT License
|
2123
|
-
|
2124
|
-
Copyright (c) 2021 The Planus Project Developers
|
2125
|
-
|
2126
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2127
|
-
of this software and associated documentation files (the "Software"), to deal
|
2128
|
-
in the Software without restriction, including without limitation the rights
|
2129
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2130
|
-
copies of the Software, and to permit persons to whom the Software is
|
2131
|
-
furnished to do so, subject to the following conditions:
|
2132
|
-
|
2133
|
-
The above copyright notice and this permission notice shall be included in all
|
2134
|
-
copies or substantial portions of the Software.
|
2135
|
-
|
2136
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2137
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2138
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2139
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2140
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2141
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2142
|
-
SOFTWARE.
|
2143
|
-
|
2144
|
-
|
2145
2107
|
================================================================================
|
2146
2108
|
array-init-cursor LICENSE-APACHE
|
2147
2109
|
================================================================================
|
@@ -2324,6 +2286,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2324
2286
|
END OF TERMS AND CONDITIONS
|
2325
2287
|
|
2326
2288
|
|
2289
|
+
================================================================================
|
2290
|
+
array-init-cursor LICENSE-MIT
|
2291
|
+
================================================================================
|
2292
|
+
|
2293
|
+
MIT License
|
2294
|
+
|
2295
|
+
Copyright (c) 2021 The Planus Project Developers
|
2296
|
+
|
2297
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2298
|
+
of this software and associated documentation files (the "Software"), to deal
|
2299
|
+
in the Software without restriction, including without limitation the rights
|
2300
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2301
|
+
copies of the Software, and to permit persons to whom the Software is
|
2302
|
+
furnished to do so, subject to the following conditions:
|
2303
|
+
|
2304
|
+
The above copyright notice and this permission notice shall be included in all
|
2305
|
+
copies or substantial portions of the Software.
|
2306
|
+
|
2307
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2308
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2309
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2310
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2311
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2312
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2313
|
+
SOFTWARE.
|
2314
|
+
|
2315
|
+
|
2327
2316
|
================================================================================
|
2328
2317
|
arrayref LICENSE
|
2329
2318
|
================================================================================
|
@@ -2913,269 +2902,243 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2913
2902
|
DEALINGS IN THE SOFTWARE.
|
2914
2903
|
|
2915
2904
|
================================================================================
|
2916
|
-
|
2905
|
+
atoi_simd LICENSE-APACHE
|
2917
2906
|
================================================================================
|
2918
2907
|
|
2919
|
-
|
2908
|
+
Apache License
|
2909
|
+
Version 2.0, January 2004
|
2910
|
+
http://www.apache.org/licenses/
|
2920
2911
|
|
2921
|
-
|
2912
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2922
2913
|
|
2923
|
-
|
2924
|
-
of this software and associated documentation files (the "Software"), to deal
|
2925
|
-
in the Software without restriction, including without limitation the rights
|
2926
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2927
|
-
copies of the Software, and to permit persons to whom the Software is
|
2928
|
-
furnished to do so, subject to the following conditions:
|
2914
|
+
1. Definitions.
|
2929
2915
|
|
2930
|
-
|
2931
|
-
|
2916
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2917
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2932
2918
|
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2939
|
-
|
2919
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2920
|
+
the copyright owner that is granting the License.
|
2921
|
+
|
2922
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2923
|
+
other entities that control, are controlled by, or are under common
|
2924
|
+
control with that entity. For the purposes of this definition,
|
2925
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2926
|
+
direction or management of such entity, whether by contract or
|
2927
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2928
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2929
|
+
|
2930
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2931
|
+
exercising permissions granted by this License.
|
2932
|
+
|
2933
|
+
"Source" form shall mean the preferred form for making modifications,
|
2934
|
+
including but not limited to software source code, documentation
|
2935
|
+
source, and configuration files.
|
2936
|
+
|
2937
|
+
"Object" form shall mean any form resulting from mechanical
|
2938
|
+
transformation or translation of a Source form, including but
|
2939
|
+
not limited to compiled object code, generated documentation,
|
2940
|
+
and conversions to other media types.
|
2941
|
+
|
2942
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2943
|
+
Object form, made available under the License, as indicated by a
|
2944
|
+
copyright notice that is included in or attached to the work
|
2945
|
+
(an example is provided in the Appendix below).
|
2946
|
+
|
2947
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2948
|
+
form, that is based on (or derived from) the Work and for which the
|
2949
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2950
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2951
|
+
of this License, Derivative Works shall not include works that remain
|
2952
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2953
|
+
the Work and Derivative Works thereof.
|
2954
|
+
|
2955
|
+
"Contribution" shall mean any work of authorship, including
|
2956
|
+
the original version of the Work and any modifications or additions
|
2957
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2958
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2959
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2960
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2961
|
+
means any form of electronic, verbal, or written communication sent
|
2962
|
+
to the Licensor or its representatives, including but not limited to
|
2963
|
+
communication on electronic mailing lists, source code control systems,
|
2964
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2965
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2966
|
+
excluding communication that is conspicuously marked or otherwise
|
2967
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2968
|
+
|
2969
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2970
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2971
|
+
subsequently incorporated within the Work.
|
2972
|
+
|
2973
|
+
2. Grant of Copyright 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
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2977
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2978
|
+
Work and such Derivative Works in Source or Object form.
|
2979
|
+
|
2980
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2981
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2982
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2983
|
+
(except as stated in this section) patent license to make, have made,
|
2984
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2985
|
+
where such license applies only to those patent claims licensable
|
2986
|
+
by such Contributor that are necessarily infringed by their
|
2987
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2988
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2989
|
+
institute patent litigation against any entity (including a
|
2990
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2991
|
+
or a Contribution incorporated within the Work constitutes direct
|
2992
|
+
or contributory patent infringement, then any patent licenses
|
2993
|
+
granted to You under this License for that Work shall terminate
|
2994
|
+
as of the date such litigation is filed.
|
2995
|
+
|
2996
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2997
|
+
Work or Derivative Works thereof in any medium, with or without
|
2998
|
+
modifications, and in Source or Object form, provided that You
|
2999
|
+
meet the following conditions:
|
3000
|
+
|
3001
|
+
(a) You must give any other recipients of the Work or
|
3002
|
+
Derivative Works a copy of this License; and
|
3003
|
+
|
3004
|
+
(b) You must cause any modified files to carry prominent notices
|
3005
|
+
stating that You changed the files; and
|
3006
|
+
|
3007
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3008
|
+
that You distribute, all copyright, patent, trademark, and
|
3009
|
+
attribution notices from the Source form of the Work,
|
3010
|
+
excluding those notices that do not pertain to any part of
|
3011
|
+
the Derivative Works; and
|
3012
|
+
|
3013
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3014
|
+
distribution, then any Derivative Works that You distribute must
|
3015
|
+
include a readable copy of the attribution notices contained
|
3016
|
+
within such NOTICE file, excluding those notices that do not
|
3017
|
+
pertain to any part of the Derivative Works, in at least one
|
3018
|
+
of the following places: within a NOTICE text file distributed
|
3019
|
+
as part of the Derivative Works; within the Source form or
|
3020
|
+
documentation, if provided along with the Derivative Works; or,
|
3021
|
+
within a display generated by the Derivative Works, if and
|
3022
|
+
wherever such third-party notices normally appear. The contents
|
3023
|
+
of the NOTICE file are for informational purposes only and
|
3024
|
+
do not modify the License. You may add Your own attribution
|
3025
|
+
notices within Derivative Works that You distribute, alongside
|
3026
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3027
|
+
that such additional attribution notices cannot be construed
|
3028
|
+
as modifying the License.
|
3029
|
+
|
3030
|
+
You may add Your own copyright statement to Your modifications and
|
3031
|
+
may provide additional or different license terms and conditions
|
3032
|
+
for use, reproduction, or distribution of Your modifications, or
|
3033
|
+
for any such Derivative Works as a whole, provided Your use,
|
3034
|
+
reproduction, and distribution of the Work otherwise complies with
|
3035
|
+
the conditions stated in this License.
|
3036
|
+
|
3037
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3038
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3039
|
+
by You to the Licensor shall be under the terms and conditions of
|
3040
|
+
this License, without any additional terms or conditions.
|
3041
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3042
|
+
the terms of any separate license agreement you may have executed
|
3043
|
+
with Licensor regarding such Contributions.
|
3044
|
+
|
3045
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3046
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3047
|
+
except as required for reasonable and customary use in describing the
|
3048
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3049
|
+
|
3050
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3051
|
+
agreed to in writing, Licensor provides the Work (and each
|
3052
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3053
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3054
|
+
implied, including, without limitation, any warranties or conditions
|
3055
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3056
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3057
|
+
appropriateness of using or redistributing the Work and assume any
|
3058
|
+
risks associated with Your exercise of permissions under this License.
|
3059
|
+
|
3060
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3061
|
+
whether in tort (including negligence), contract, or otherwise,
|
3062
|
+
unless required by applicable law (such as deliberate and grossly
|
3063
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3064
|
+
liable to You for damages, including any direct, indirect, special,
|
3065
|
+
incidental, or consequential damages of any character arising as a
|
3066
|
+
result of this License or out of the use or inability to use the
|
3067
|
+
Work (including but not limited to damages for loss of goodwill,
|
3068
|
+
work stoppage, computer failure or malfunction, or any and all
|
3069
|
+
other commercial damages or losses), even if such Contributor
|
3070
|
+
has been advised of the possibility of such damages.
|
3071
|
+
|
3072
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3073
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3074
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3075
|
+
or other liability obligations and/or rights consistent with this
|
3076
|
+
License. However, in accepting such obligations, You may act only
|
3077
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3078
|
+
of any other Contributor, and only if You agree to indemnify,
|
3079
|
+
defend, and hold each Contributor harmless for any liability
|
3080
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3081
|
+
of your accepting any such warranty or additional liability.
|
3082
|
+
|
3083
|
+
END OF TERMS AND CONDITIONS
|
3084
|
+
|
3085
|
+
APPENDIX: How to apply the Apache License to your work.
|
3086
|
+
|
3087
|
+
To apply the Apache License to your work, attach the following
|
3088
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3089
|
+
replaced with your own identifying information. (Don't include
|
3090
|
+
the brackets!) The text should be enclosed in the appropriate
|
3091
|
+
comment syntax for the file format. We also recommend that a
|
3092
|
+
file or class name and description of purpose be included on the
|
3093
|
+
same "printed page" as the copyright notice for easier
|
3094
|
+
identification within third-party archives.
|
3095
|
+
|
3096
|
+
Copyright 2022-NOW Dmitry Rodionov
|
3097
|
+
|
3098
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3099
|
+
you may not use this file except in compliance with the License.
|
3100
|
+
You may obtain a copy of the License at
|
3101
|
+
|
3102
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3103
|
+
|
3104
|
+
Unless required by applicable law or agreed to in writing, software
|
3105
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3106
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3107
|
+
See the License for the specific language governing permissions and
|
3108
|
+
limitations under the License.
|
2940
3109
|
|
2941
3110
|
================================================================================
|
2942
|
-
atoi_simd LICENSE-
|
2943
|
-
================================================================================
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
"Object" form shall mean any form resulting from mechanical
|
2975
|
-
transformation or translation of a Source form, including but
|
2976
|
-
not limited to compiled object code, generated documentation,
|
2977
|
-
and conversions to other media types.
|
2978
|
-
|
2979
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2980
|
-
Object form, made available under the License, as indicated by a
|
2981
|
-
copyright notice that is included in or attached to the work
|
2982
|
-
(an example is provided in the Appendix below).
|
2983
|
-
|
2984
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2985
|
-
form, that is based on (or derived from) the Work and for which the
|
2986
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2987
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2988
|
-
of this License, Derivative Works shall not include works that remain
|
2989
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2990
|
-
the Work and Derivative Works thereof.
|
2991
|
-
|
2992
|
-
"Contribution" shall mean any work of authorship, including
|
2993
|
-
the original version of the Work and any modifications or additions
|
2994
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2995
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2996
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2997
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2998
|
-
means any form of electronic, verbal, or written communication sent
|
2999
|
-
to the Licensor or its representatives, including but not limited to
|
3000
|
-
communication on electronic mailing lists, source code control systems,
|
3001
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
3002
|
-
Licensor for the purpose of discussing and improving the Work, but
|
3003
|
-
excluding communication that is conspicuously marked or otherwise
|
3004
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
3005
|
-
|
3006
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3007
|
-
on behalf of whom a Contribution has been received by Licensor and
|
3008
|
-
subsequently incorporated within the Work.
|
3009
|
-
|
3010
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
3011
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3012
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3013
|
-
copyright license to reproduce, prepare Derivative Works of,
|
3014
|
-
publicly display, publicly perform, sublicense, and distribute the
|
3015
|
-
Work and such Derivative Works in Source or Object form.
|
3016
|
-
|
3017
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
3018
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3019
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3020
|
-
(except as stated in this section) patent license to make, have made,
|
3021
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3022
|
-
where such license applies only to those patent claims licensable
|
3023
|
-
by such Contributor that are necessarily infringed by their
|
3024
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
3025
|
-
with the Work to which such Contribution(s) was submitted. If You
|
3026
|
-
institute patent litigation against any entity (including a
|
3027
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3028
|
-
or a Contribution incorporated within the Work constitutes direct
|
3029
|
-
or contributory patent infringement, then any patent licenses
|
3030
|
-
granted to You under this License for that Work shall terminate
|
3031
|
-
as of the date such litigation is filed.
|
3032
|
-
|
3033
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
3034
|
-
Work or Derivative Works thereof in any medium, with or without
|
3035
|
-
modifications, and in Source or Object form, provided that You
|
3036
|
-
meet the following conditions:
|
3037
|
-
|
3038
|
-
(a) You must give any other recipients of the Work or
|
3039
|
-
Derivative Works a copy of this License; and
|
3040
|
-
|
3041
|
-
(b) You must cause any modified files to carry prominent notices
|
3042
|
-
stating that You changed the files; and
|
3043
|
-
|
3044
|
-
(c) You must retain, in the Source form of any Derivative Works
|
3045
|
-
that You distribute, all copyright, patent, trademark, and
|
3046
|
-
attribution notices from the Source form of the Work,
|
3047
|
-
excluding those notices that do not pertain to any part of
|
3048
|
-
the Derivative Works; and
|
3049
|
-
|
3050
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
3051
|
-
distribution, then any Derivative Works that You distribute must
|
3052
|
-
include a readable copy of the attribution notices contained
|
3053
|
-
within such NOTICE file, excluding those notices that do not
|
3054
|
-
pertain to any part of the Derivative Works, in at least one
|
3055
|
-
of the following places: within a NOTICE text file distributed
|
3056
|
-
as part of the Derivative Works; within the Source form or
|
3057
|
-
documentation, if provided along with the Derivative Works; or,
|
3058
|
-
within a display generated by the Derivative Works, if and
|
3059
|
-
wherever such third-party notices normally appear. The contents
|
3060
|
-
of the NOTICE file are for informational purposes only and
|
3061
|
-
do not modify the License. You may add Your own attribution
|
3062
|
-
notices within Derivative Works that You distribute, alongside
|
3063
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3064
|
-
that such additional attribution notices cannot be construed
|
3065
|
-
as modifying the License.
|
3066
|
-
|
3067
|
-
You may add Your own copyright statement to Your modifications and
|
3068
|
-
may provide additional or different license terms and conditions
|
3069
|
-
for use, reproduction, or distribution of Your modifications, or
|
3070
|
-
for any such Derivative Works as a whole, provided Your use,
|
3071
|
-
reproduction, and distribution of the Work otherwise complies with
|
3072
|
-
the conditions stated in this License.
|
3073
|
-
|
3074
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3075
|
-
any Contribution intentionally submitted for inclusion in the Work
|
3076
|
-
by You to the Licensor shall be under the terms and conditions of
|
3077
|
-
this License, without any additional terms or conditions.
|
3078
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
3079
|
-
the terms of any separate license agreement you may have executed
|
3080
|
-
with Licensor regarding such Contributions.
|
3081
|
-
|
3082
|
-
6. Trademarks. This License does not grant permission to use the trade
|
3083
|
-
names, trademarks, service marks, or product names of the Licensor,
|
3084
|
-
except as required for reasonable and customary use in describing the
|
3085
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
3086
|
-
|
3087
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
3088
|
-
agreed to in writing, Licensor provides the Work (and each
|
3089
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3090
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3091
|
-
implied, including, without limitation, any warranties or conditions
|
3092
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3093
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3094
|
-
appropriateness of using or redistributing the Work and assume any
|
3095
|
-
risks associated with Your exercise of permissions under this License.
|
3096
|
-
|
3097
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
3098
|
-
whether in tort (including negligence), contract, or otherwise,
|
3099
|
-
unless required by applicable law (such as deliberate and grossly
|
3100
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
3101
|
-
liable to You for damages, including any direct, indirect, special,
|
3102
|
-
incidental, or consequential damages of any character arising as a
|
3103
|
-
result of this License or out of the use or inability to use the
|
3104
|
-
Work (including but not limited to damages for loss of goodwill,
|
3105
|
-
work stoppage, computer failure or malfunction, or any and all
|
3106
|
-
other commercial damages or losses), even if such Contributor
|
3107
|
-
has been advised of the possibility of such damages.
|
3108
|
-
|
3109
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
3110
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
3111
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
3112
|
-
or other liability obligations and/or rights consistent with this
|
3113
|
-
License. However, in accepting such obligations, You may act only
|
3114
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
3115
|
-
of any other Contributor, and only if You agree to indemnify,
|
3116
|
-
defend, and hold each Contributor harmless for any liability
|
3117
|
-
incurred by, or claims asserted against, such Contributor by reason
|
3118
|
-
of your accepting any such warranty or additional liability.
|
3119
|
-
|
3120
|
-
END OF TERMS AND CONDITIONS
|
3121
|
-
|
3122
|
-
APPENDIX: How to apply the Apache License to your work.
|
3123
|
-
|
3124
|
-
To apply the Apache License to your work, attach the following
|
3125
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
3126
|
-
replaced with your own identifying information. (Don't include
|
3127
|
-
the brackets!) The text should be enclosed in the appropriate
|
3128
|
-
comment syntax for the file format. We also recommend that a
|
3129
|
-
file or class name and description of purpose be included on the
|
3130
|
-
same "printed page" as the copyright notice for easier
|
3131
|
-
identification within third-party archives.
|
3132
|
-
|
3133
|
-
Copyright 2022-NOW Dmitry Rodionov
|
3134
|
-
|
3135
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3136
|
-
you may not use this file except in compliance with the License.
|
3137
|
-
You may obtain a copy of the License at
|
3138
|
-
|
3139
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3140
|
-
|
3141
|
-
Unless required by applicable law or agreed to in writing, software
|
3142
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3143
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3144
|
-
See the License for the specific language governing permissions and
|
3145
|
-
limitations under the License.
|
3146
|
-
|
3147
|
-
================================================================================
|
3148
|
-
atoi_simd LICENSE-MIT
|
3149
|
-
================================================================================
|
3150
|
-
|
3151
|
-
Copyright (c) 2022 Dmitry Rodionov
|
3152
|
-
|
3153
|
-
Permission is hereby granted, free of charge, to any
|
3154
|
-
person obtaining a copy of this software and associated
|
3155
|
-
documentation files (the "Software"), to deal in the
|
3156
|
-
Software without restriction, including without
|
3157
|
-
limitation the rights to use, copy, modify, merge,
|
3158
|
-
publish, distribute, sublicense, and/or sell copies of
|
3159
|
-
the Software, and to permit persons to whom the Software
|
3160
|
-
is furnished to do so, subject to the following
|
3161
|
-
conditions:
|
3162
|
-
|
3163
|
-
The above copyright notice and this permission notice
|
3164
|
-
shall be included in all copies or substantial portions
|
3165
|
-
of the Software.
|
3166
|
-
|
3167
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3168
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3169
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3170
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3171
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3172
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3173
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3174
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3175
|
-
DEALINGS IN THE SOFTWARE.
|
3176
|
-
|
3177
|
-
================================================================================
|
3178
|
-
atomic-waker LICENSE-APACHE
|
3111
|
+
atoi_simd LICENSE-MIT
|
3112
|
+
================================================================================
|
3113
|
+
|
3114
|
+
Copyright (c) 2022 Dmitry Rodionov
|
3115
|
+
|
3116
|
+
Permission is hereby granted, free of charge, to any
|
3117
|
+
person obtaining a copy of this software and associated
|
3118
|
+
documentation files (the "Software"), to deal in the
|
3119
|
+
Software without restriction, including without
|
3120
|
+
limitation the rights to use, copy, modify, merge,
|
3121
|
+
publish, distribute, sublicense, and/or sell copies of
|
3122
|
+
the Software, and to permit persons to whom the Software
|
3123
|
+
is furnished to do so, subject to the following
|
3124
|
+
conditions:
|
3125
|
+
|
3126
|
+
The above copyright notice and this permission notice
|
3127
|
+
shall be included in all copies or substantial portions
|
3128
|
+
of the Software.
|
3129
|
+
|
3130
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3131
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3132
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3133
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3134
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3135
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3136
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3137
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3138
|
+
DEALINGS IN THE SOFTWARE.
|
3139
|
+
|
3140
|
+
================================================================================
|
3141
|
+
atomic-waker LICENSE-APACHE
|
3179
3142
|
================================================================================
|
3180
3143
|
|
3181
3144
|
Apache License
|
@@ -4149,6 +4112,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4149
4112
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4150
4113
|
THE SOFTWARE.
|
4151
4114
|
|
4115
|
+
================================================================================
|
4116
|
+
bincode LICENSE.md
|
4117
|
+
================================================================================
|
4118
|
+
|
4119
|
+
The MIT License (MIT)
|
4120
|
+
|
4121
|
+
Copyright (c) 2014 Ty Overby
|
4122
|
+
|
4123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4124
|
+
of this software and associated documentation files (the "Software"), to deal
|
4125
|
+
in the Software without restriction, including without limitation the rights
|
4126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4127
|
+
copies of the Software, and to permit persons to whom the Software is
|
4128
|
+
furnished to do so, subject to the following conditions:
|
4129
|
+
|
4130
|
+
The above copyright notice and this permission notice shall be included in all
|
4131
|
+
copies or substantial portions of the Software.
|
4132
|
+
|
4133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4139
|
+
SOFTWARE.
|
4140
|
+
|
4152
4141
|
================================================================================
|
4153
4142
|
bindgen LICENSE
|
4154
4143
|
================================================================================
|
@@ -20538,33 +20527,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
20538
20527
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20539
20528
|
DEALINGS IN THE SOFTWARE.
|
20540
20529
|
|
20541
|
-
================================================================================
|
20542
|
-
itoap LICENSE
|
20543
|
-
================================================================================
|
20544
|
-
|
20545
|
-
|
20546
|
-
The MIT License (MIT)
|
20547
|
-
Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
|
20548
|
-
|
20549
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20550
|
-
of this software and associated documentation files (the "Software"), to deal
|
20551
|
-
in the Software without restriction, including without limitation the rights
|
20552
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20553
|
-
copies of the Software, and to permit persons to whom the Software is
|
20554
|
-
furnished to do so, subject to the following conditions:
|
20555
|
-
|
20556
|
-
The above copyright notice and this permission notice shall be included in all
|
20557
|
-
copies or substantial portions of the Software.
|
20558
|
-
|
20559
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
20560
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
20561
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
20562
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
20563
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
20564
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
20565
|
-
OR OTHER DEALINGS IN THE SOFTWARE.
|
20566
|
-
|
20567
|
-
|
20568
20530
|
================================================================================
|
20569
20531
|
jobserver LICENSE-APACHE
|
20570
20532
|
================================================================================
|
@@ -21843,6 +21805,30 @@ have been licensed under extremely permissive terms.
|
|
21843
21805
|
|
21844
21806
|
Copyright notices are retained in src/* files where relevant.
|
21845
21807
|
|
21808
|
+
================================================================================
|
21809
|
+
libz-rs-sys LICENSE
|
21810
|
+
================================================================================
|
21811
|
+
|
21812
|
+
(C) 2024 Trifecta Tech Foundation
|
21813
|
+
|
21814
|
+
This software is provided 'as-is', without any express or implied
|
21815
|
+
warranty. In no event will the authors be held liable for any damages
|
21816
|
+
arising from the use of this software.
|
21817
|
+
|
21818
|
+
Permission is granted to anyone to use this software for any purpose,
|
21819
|
+
including commercial applications, and to alter it and redistribute it
|
21820
|
+
freely, subject to the following restrictions:
|
21821
|
+
|
21822
|
+
1. The origin of this software must not be misrepresented; you must not
|
21823
|
+
claim that you wrote the original software. If you use this software
|
21824
|
+
in a product, an acknowledgment in the product documentation would be
|
21825
|
+
appreciated but is not required.
|
21826
|
+
|
21827
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
21828
|
+
misrepresented as being the original software.
|
21829
|
+
|
21830
|
+
3. This notice may not be removed or altered from any source distribution.
|
21831
|
+
|
21846
21832
|
================================================================================
|
21847
21833
|
litemap LICENSE
|
21848
21834
|
================================================================================
|
@@ -23862,7 +23848,11 @@ miniz_oxide LICENSE
|
|
23862
23848
|
|
23863
23849
|
MIT License
|
23864
23850
|
|
23851
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
23852
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
23865
23853
|
Copyright (c) 2017 Frommi
|
23854
|
+
Copyright (c) 2017-2024 oyvindln
|
23855
|
+
|
23866
23856
|
|
23867
23857
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
23868
23858
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -24070,7 +24060,10 @@ miniz_oxide LICENSE-MIT.md
|
|
24070
24060
|
|
24071
24061
|
MIT License
|
24072
24062
|
|
24063
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24064
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
24073
24065
|
Copyright (c) 2017 Frommi
|
24066
|
+
Copyright (c) 2017-2024 oyvindln
|
24074
24067
|
|
24075
24068
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24076
24069
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -24094,7 +24087,10 @@ SOFTWARE.
|
|
24094
24087
|
miniz_oxide LICENSE-ZLIB.md
|
24095
24088
|
================================================================================
|
24096
24089
|
|
24090
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
24091
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
24097
24092
|
Copyright (c) 2020 Frommi
|
24093
|
+
Copyright (c) 2017-2024 oyvindln
|
24098
24094
|
|
24099
24095
|
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
24100
24096
|
|
@@ -24131,496 +24127,58 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
24131
24127
|
THE SOFTWARE.
|
24132
24128
|
|
24133
24129
|
================================================================================
|
24134
|
-
|
24130
|
+
nom LICENSE
|
24135
24131
|
================================================================================
|
24136
24132
|
|
24133
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
24137
24134
|
|
24138
|
-
|
24139
|
-
|
24140
|
-
|
24141
|
-
|
24142
|
-
|
24143
|
-
|
24144
|
-
|
24145
|
-
|
24146
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24147
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24148
|
-
|
24149
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24150
|
-
the copyright owner that is granting the License.
|
24151
|
-
|
24152
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24153
|
-
other entities that control, are controlled by, or are under common
|
24154
|
-
control with that entity. For the purposes of this definition,
|
24155
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24156
|
-
direction or management of such entity, whether by contract or
|
24157
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24158
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24159
|
-
|
24160
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24161
|
-
exercising permissions granted by this License.
|
24162
|
-
|
24163
|
-
"Source" form shall mean the preferred form for making modifications,
|
24164
|
-
including but not limited to software source code, documentation
|
24165
|
-
source, and configuration files.
|
24166
|
-
|
24167
|
-
"Object" form shall mean any form resulting from mechanical
|
24168
|
-
transformation or translation of a Source form, including but
|
24169
|
-
not limited to compiled object code, generated documentation,
|
24170
|
-
and conversions to other media types.
|
24171
|
-
|
24172
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24173
|
-
Object form, made available under the License, as indicated by a
|
24174
|
-
copyright notice that is included in or attached to the work
|
24175
|
-
(an example is provided in the Appendix below).
|
24176
|
-
|
24177
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24178
|
-
form, that is based on (or derived from) the Work and for which the
|
24179
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24180
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24181
|
-
of this License, Derivative Works shall not include works that remain
|
24182
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24183
|
-
the Work and Derivative Works thereof.
|
24184
|
-
|
24185
|
-
"Contribution" shall mean any work of authorship, including
|
24186
|
-
the original version of the Work and any modifications or additions
|
24187
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24188
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24189
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24190
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24191
|
-
means any form of electronic, verbal, or written communication sent
|
24192
|
-
to the Licensor or its representatives, including but not limited to
|
24193
|
-
communication on electronic mailing lists, source code control systems,
|
24194
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24195
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24196
|
-
excluding communication that is conspicuously marked or otherwise
|
24197
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24198
|
-
|
24199
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24200
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24201
|
-
subsequently incorporated within the Work.
|
24202
|
-
|
24203
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24204
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24205
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24206
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24207
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24208
|
-
Work and such Derivative Works in Source or Object form.
|
24209
|
-
|
24210
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24211
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24212
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24213
|
-
(except as stated in this section) patent license to make, have made,
|
24214
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24215
|
-
where such license applies only to those patent claims licensable
|
24216
|
-
by such Contributor that are necessarily infringed by their
|
24217
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24218
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24219
|
-
institute patent litigation against any entity (including a
|
24220
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24221
|
-
or a Contribution incorporated within the Work constitutes direct
|
24222
|
-
or contributory patent infringement, then any patent licenses
|
24223
|
-
granted to You under this License for that Work shall terminate
|
24224
|
-
as of the date such litigation is filed.
|
24225
|
-
|
24226
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24227
|
-
Work or Derivative Works thereof in any medium, with or without
|
24228
|
-
modifications, and in Source or Object form, provided that You
|
24229
|
-
meet the following conditions:
|
24230
|
-
|
24231
|
-
(a) You must give any other recipients of the Work or
|
24232
|
-
Derivative Works a copy of this License; and
|
24233
|
-
|
24234
|
-
(b) You must cause any modified files to carry prominent notices
|
24235
|
-
stating that You changed the files; and
|
24236
|
-
|
24237
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24238
|
-
that You distribute, all copyright, patent, trademark, and
|
24239
|
-
attribution notices from the Source form of the Work,
|
24240
|
-
excluding those notices that do not pertain to any part of
|
24241
|
-
the Derivative Works; and
|
24242
|
-
|
24243
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24244
|
-
distribution, then any Derivative Works that You distribute must
|
24245
|
-
include a readable copy of the attribution notices contained
|
24246
|
-
within such NOTICE file, excluding those notices that do not
|
24247
|
-
pertain to any part of the Derivative Works, in at least one
|
24248
|
-
of the following places: within a NOTICE text file distributed
|
24249
|
-
as part of the Derivative Works; within the Source form or
|
24250
|
-
documentation, if provided along with the Derivative Works; or,
|
24251
|
-
within a display generated by the Derivative Works, if and
|
24252
|
-
wherever such third-party notices normally appear. The contents
|
24253
|
-
of the NOTICE file are for informational purposes only and
|
24254
|
-
do not modify the License. You may add Your own attribution
|
24255
|
-
notices within Derivative Works that You distribute, alongside
|
24256
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24257
|
-
that such additional attribution notices cannot be construed
|
24258
|
-
as modifying the License.
|
24259
|
-
|
24260
|
-
You may add Your own copyright statement to Your modifications and
|
24261
|
-
may provide additional or different license terms and conditions
|
24262
|
-
for use, reproduction, or distribution of Your modifications, or
|
24263
|
-
for any such Derivative Works as a whole, provided Your use,
|
24264
|
-
reproduction, and distribution of the Work otherwise complies with
|
24265
|
-
the conditions stated in this License.
|
24266
|
-
|
24267
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24268
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24269
|
-
by You to the Licensor shall be under the terms and conditions of
|
24270
|
-
this License, without any additional terms or conditions.
|
24271
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24272
|
-
the terms of any separate license agreement you may have executed
|
24273
|
-
with Licensor regarding such Contributions.
|
24274
|
-
|
24275
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24276
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24277
|
-
except as required for reasonable and customary use in describing the
|
24278
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24279
|
-
|
24280
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24281
|
-
agreed to in writing, Licensor provides the Work (and each
|
24282
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24283
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24284
|
-
implied, including, without limitation, any warranties or conditions
|
24285
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24286
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24287
|
-
appropriateness of using or redistributing the Work and assume any
|
24288
|
-
risks associated with Your exercise of permissions under this License.
|
24289
|
-
|
24290
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24291
|
-
whether in tort (including negligence), contract, or otherwise,
|
24292
|
-
unless required by applicable law (such as deliberate and grossly
|
24293
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24294
|
-
liable to You for damages, including any direct, indirect, special,
|
24295
|
-
incidental, or consequential damages of any character arising as a
|
24296
|
-
result of this License or out of the use or inability to use the
|
24297
|
-
Work (including but not limited to damages for loss of goodwill,
|
24298
|
-
work stoppage, computer failure or malfunction, or any and all
|
24299
|
-
other commercial damages or losses), even if such Contributor
|
24300
|
-
has been advised of the possibility of such damages.
|
24301
|
-
|
24302
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24303
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24304
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24305
|
-
or other liability obligations and/or rights consistent with this
|
24306
|
-
License. However, in accepting such obligations, You may act only
|
24307
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24308
|
-
of any other Contributor, and only if You agree to indemnify,
|
24309
|
-
defend, and hold each Contributor harmless for any liability
|
24310
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24311
|
-
of your accepting any such warranty or additional liability.
|
24312
|
-
|
24313
|
-
END OF TERMS AND CONDITIONS
|
24314
|
-
|
24315
|
-
APPENDIX: How to apply the Apache License to your work.
|
24316
|
-
|
24317
|
-
To apply the Apache License to your work, attach the following
|
24318
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
24319
|
-
replaced with your own identifying information. (Don't include
|
24320
|
-
the brackets!) The text should be enclosed in the appropriate
|
24321
|
-
comment syntax for the file format. We also recommend that a
|
24322
|
-
file or class name and description of purpose be included on the
|
24323
|
-
same "printed page" as the copyright notice for easier
|
24324
|
-
identification within third-party archives.
|
24325
|
-
|
24326
|
-
Copyright [yyyy] [name of copyright owner]
|
24327
|
-
|
24328
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
24329
|
-
you may not use this file except in compliance with the License.
|
24330
|
-
You may obtain a copy of the License at
|
24135
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
24136
|
+
a copy of this software and associated documentation files (the
|
24137
|
+
"Software"), to deal in the Software without restriction, including
|
24138
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
24139
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
24140
|
+
permit persons to whom the Software is furnished to do so, subject to
|
24141
|
+
the following conditions:
|
24331
24142
|
|
24332
|
-
|
24143
|
+
The above copyright notice and this permission notice shall be
|
24144
|
+
included in all copies or substantial portions of the Software.
|
24333
24145
|
|
24334
|
-
|
24335
|
-
|
24336
|
-
|
24337
|
-
|
24338
|
-
|
24146
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
24147
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
24148
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
24149
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
24150
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
24151
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24152
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24339
24153
|
|
24340
24154
|
================================================================================
|
24341
|
-
|
24155
|
+
now LICENSE
|
24342
24156
|
================================================================================
|
24343
24157
|
|
24344
|
-
|
24158
|
+
MIT License
|
24345
24159
|
|
24346
|
-
|
24160
|
+
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
24347
24161
|
|
24348
|
-
|
24162
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24163
|
+
of this software and associated documentation files (the "Software"), to deal
|
24164
|
+
in the Software without restriction, including without limitation the rights
|
24165
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24166
|
+
copies of the Software, and to permit persons to whom the Software is
|
24167
|
+
furnished to do so, subject to the following conditions:
|
24349
24168
|
|
24350
|
-
|
24169
|
+
The above copyright notice and this permission notice shall be included in all
|
24170
|
+
copies or substantial portions of the Software.
|
24171
|
+
|
24172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24173
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24174
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24175
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24176
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24177
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24178
|
+
SOFTWARE.
|
24351
24179
|
|
24352
24180
|
================================================================================
|
24353
|
-
|
24354
|
-
================================================================================
|
24355
|
-
|
24356
|
-
|
24357
|
-
Apache License
|
24358
|
-
Version 2.0, January 2004
|
24359
|
-
http://www.apache.org/licenses/
|
24360
|
-
|
24361
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24362
|
-
|
24363
|
-
1. Definitions.
|
24364
|
-
|
24365
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24366
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24367
|
-
|
24368
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24369
|
-
the copyright owner that is granting the License.
|
24370
|
-
|
24371
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24372
|
-
other entities that control, are controlled by, or are under common
|
24373
|
-
control with that entity. For the purposes of this definition,
|
24374
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24375
|
-
direction or management of such entity, whether by contract or
|
24376
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24377
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24378
|
-
|
24379
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24380
|
-
exercising permissions granted by this License.
|
24381
|
-
|
24382
|
-
"Source" form shall mean the preferred form for making modifications,
|
24383
|
-
including but not limited to software source code, documentation
|
24384
|
-
source, and configuration files.
|
24385
|
-
|
24386
|
-
"Object" form shall mean any form resulting from mechanical
|
24387
|
-
transformation or translation of a Source form, including but
|
24388
|
-
not limited to compiled object code, generated documentation,
|
24389
|
-
and conversions to other media types.
|
24390
|
-
|
24391
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24392
|
-
Object form, made available under the License, as indicated by a
|
24393
|
-
copyright notice that is included in or attached to the work
|
24394
|
-
(an example is provided in the Appendix below).
|
24395
|
-
|
24396
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24397
|
-
form, that is based on (or derived from) the Work and for which the
|
24398
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24399
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24400
|
-
of this License, Derivative Works shall not include works that remain
|
24401
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24402
|
-
the Work and Derivative Works thereof.
|
24403
|
-
|
24404
|
-
"Contribution" shall mean any work of authorship, including
|
24405
|
-
the original version of the Work and any modifications or additions
|
24406
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24407
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24408
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24409
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24410
|
-
means any form of electronic, verbal, or written communication sent
|
24411
|
-
to the Licensor or its representatives, including but not limited to
|
24412
|
-
communication on electronic mailing lists, source code control systems,
|
24413
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24414
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24415
|
-
excluding communication that is conspicuously marked or otherwise
|
24416
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24417
|
-
|
24418
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24419
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24420
|
-
subsequently incorporated within the Work.
|
24421
|
-
|
24422
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24423
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24424
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24425
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24426
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24427
|
-
Work and such Derivative Works in Source or Object form.
|
24428
|
-
|
24429
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24430
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24431
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24432
|
-
(except as stated in this section) patent license to make, have made,
|
24433
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24434
|
-
where such license applies only to those patent claims licensable
|
24435
|
-
by such Contributor that are necessarily infringed by their
|
24436
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24437
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24438
|
-
institute patent litigation against any entity (including a
|
24439
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24440
|
-
or a Contribution incorporated within the Work constitutes direct
|
24441
|
-
or contributory patent infringement, then any patent licenses
|
24442
|
-
granted to You under this License for that Work shall terminate
|
24443
|
-
as of the date such litigation is filed.
|
24444
|
-
|
24445
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24446
|
-
Work or Derivative Works thereof in any medium, with or without
|
24447
|
-
modifications, and in Source or Object form, provided that You
|
24448
|
-
meet the following conditions:
|
24449
|
-
|
24450
|
-
(a) You must give any other recipients of the Work or
|
24451
|
-
Derivative Works a copy of this License; and
|
24452
|
-
|
24453
|
-
(b) You must cause any modified files to carry prominent notices
|
24454
|
-
stating that You changed the files; and
|
24455
|
-
|
24456
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24457
|
-
that You distribute, all copyright, patent, trademark, and
|
24458
|
-
attribution notices from the Source form of the Work,
|
24459
|
-
excluding those notices that do not pertain to any part of
|
24460
|
-
the Derivative Works; and
|
24461
|
-
|
24462
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24463
|
-
distribution, then any Derivative Works that You distribute must
|
24464
|
-
include a readable copy of the attribution notices contained
|
24465
|
-
within such NOTICE file, excluding those notices that do not
|
24466
|
-
pertain to any part of the Derivative Works, in at least one
|
24467
|
-
of the following places: within a NOTICE text file distributed
|
24468
|
-
as part of the Derivative Works; within the Source form or
|
24469
|
-
documentation, if provided along with the Derivative Works; or,
|
24470
|
-
within a display generated by the Derivative Works, if and
|
24471
|
-
wherever such third-party notices normally appear. The contents
|
24472
|
-
of the NOTICE file are for informational purposes only and
|
24473
|
-
do not modify the License. You may add Your own attribution
|
24474
|
-
notices within Derivative Works that You distribute, alongside
|
24475
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24476
|
-
that such additional attribution notices cannot be construed
|
24477
|
-
as modifying the License.
|
24478
|
-
|
24479
|
-
You may add Your own copyright statement to Your modifications and
|
24480
|
-
may provide additional or different license terms and conditions
|
24481
|
-
for use, reproduction, or distribution of Your modifications, or
|
24482
|
-
for any such Derivative Works as a whole, provided Your use,
|
24483
|
-
reproduction, and distribution of the Work otherwise complies with
|
24484
|
-
the conditions stated in this License.
|
24485
|
-
|
24486
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24487
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24488
|
-
by You to the Licensor shall be under the terms and conditions of
|
24489
|
-
this License, without any additional terms or conditions.
|
24490
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24491
|
-
the terms of any separate license agreement you may have executed
|
24492
|
-
with Licensor regarding such Contributions.
|
24493
|
-
|
24494
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24495
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24496
|
-
except as required for reasonable and customary use in describing the
|
24497
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24498
|
-
|
24499
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24500
|
-
agreed to in writing, Licensor provides the Work (and each
|
24501
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24502
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24503
|
-
implied, including, without limitation, any warranties or conditions
|
24504
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24505
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24506
|
-
appropriateness of using or redistributing the Work and assume any
|
24507
|
-
risks associated with Your exercise of permissions under this License.
|
24508
|
-
|
24509
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24510
|
-
whether in tort (including negligence), contract, or otherwise,
|
24511
|
-
unless required by applicable law (such as deliberate and grossly
|
24512
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24513
|
-
liable to You for damages, including any direct, indirect, special,
|
24514
|
-
incidental, or consequential damages of any character arising as a
|
24515
|
-
result of this License or out of the use or inability to use the
|
24516
|
-
Work (including but not limited to damages for loss of goodwill,
|
24517
|
-
work stoppage, computer failure or malfunction, or any and all
|
24518
|
-
other commercial damages or losses), even if such Contributor
|
24519
|
-
has been advised of the possibility of such damages.
|
24520
|
-
|
24521
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24522
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24523
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24524
|
-
or other liability obligations and/or rights consistent with this
|
24525
|
-
License. However, in accepting such obligations, You may act only
|
24526
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24527
|
-
of any other Contributor, and only if You agree to indemnify,
|
24528
|
-
defend, and hold each Contributor harmless for any liability
|
24529
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24530
|
-
of your accepting any such warranty or additional liability.
|
24531
|
-
|
24532
|
-
END OF TERMS AND CONDITIONS
|
24533
|
-
|
24534
|
-
APPENDIX: How to apply the Apache License to your work.
|
24535
|
-
|
24536
|
-
To apply the Apache License to your work, attach the following
|
24537
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
24538
|
-
replaced with your own identifying information. (Don't include
|
24539
|
-
the brackets!) The text should be enclosed in the appropriate
|
24540
|
-
comment syntax for the file format. We also recommend that a
|
24541
|
-
file or class name and description of purpose be included on the
|
24542
|
-
same "printed page" as the copyright notice for easier
|
24543
|
-
identification within third-party archives.
|
24544
|
-
|
24545
|
-
Copyright [yyyy] [name of copyright owner]
|
24546
|
-
|
24547
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
24548
|
-
you may not use this file except in compliance with the License.
|
24549
|
-
You may obtain a copy of the License at
|
24550
|
-
|
24551
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
24552
|
-
|
24553
|
-
Unless required by applicable law or agreed to in writing, software
|
24554
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
24555
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
24556
|
-
See the License for the specific language governing permissions and
|
24557
|
-
limitations under the License.
|
24558
|
-
|
24559
|
-
================================================================================
|
24560
|
-
multiversion-macros LICENSE-MIT
|
24561
|
-
================================================================================
|
24562
|
-
|
24563
|
-
Copyright 2019 Caleb Zulawski
|
24564
|
-
|
24565
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
24566
|
-
|
24567
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
24568
|
-
|
24569
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24570
|
-
|
24571
|
-
================================================================================
|
24572
|
-
nom LICENSE
|
24573
|
-
================================================================================
|
24574
|
-
|
24575
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
24576
|
-
|
24577
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
24578
|
-
a copy of this software and associated documentation files (the
|
24579
|
-
"Software"), to deal in the Software without restriction, including
|
24580
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
24581
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
24582
|
-
permit persons to whom the Software is furnished to do so, subject to
|
24583
|
-
the following conditions:
|
24584
|
-
|
24585
|
-
The above copyright notice and this permission notice shall be
|
24586
|
-
included in all copies or substantial portions of the Software.
|
24587
|
-
|
24588
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
24589
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
24590
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
24591
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
24592
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
24593
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
24594
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
24595
|
-
|
24596
|
-
================================================================================
|
24597
|
-
now LICENSE
|
24598
|
-
================================================================================
|
24599
|
-
|
24600
|
-
MIT License
|
24601
|
-
|
24602
|
-
Copyright (c) 2021 Kilerd <blove694@gmail.com>
|
24603
|
-
|
24604
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24605
|
-
of this software and associated documentation files (the "Software"), to deal
|
24606
|
-
in the Software without restriction, including without limitation the rights
|
24607
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24608
|
-
copies of the Software, and to permit persons to whom the Software is
|
24609
|
-
furnished to do so, subject to the following conditions:
|
24610
|
-
|
24611
|
-
The above copyright notice and this permission notice shall be included in all
|
24612
|
-
copies or substantial portions of the Software.
|
24613
|
-
|
24614
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24615
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24616
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24617
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24618
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24619
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24620
|
-
SOFTWARE.
|
24621
|
-
|
24622
|
-
================================================================================
|
24623
|
-
ntapi LICENSE-APACHE
|
24181
|
+
ntapi LICENSE-APACHE
|
24624
24182
|
================================================================================
|
24625
24183
|
|
24626
24184
|
Apache License
|
@@ -27260,33 +26818,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
27260
26818
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27261
26819
|
DEALINGS IN THE SOFTWARE.
|
27262
26820
|
|
27263
|
-
================================================================================
|
27264
|
-
planus LICENSE-MIT
|
27265
|
-
================================================================================
|
27266
|
-
|
27267
|
-
MIT License
|
27268
|
-
|
27269
|
-
Copyright (c) 2021 The Planus Project Developers
|
27270
|
-
|
27271
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
27272
|
-
of this software and associated documentation files (the "Software"), to deal
|
27273
|
-
in the Software without restriction, including without limitation the rights
|
27274
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
27275
|
-
copies of the Software, and to permit persons to whom the Software is
|
27276
|
-
furnished to do so, subject to the following conditions:
|
27277
|
-
|
27278
|
-
The above copyright notice and this permission notice shall be included in all
|
27279
|
-
copies or substantial portions of the Software.
|
27280
|
-
|
27281
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27282
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27283
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27284
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
27285
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27286
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27287
|
-
SOFTWARE.
|
27288
|
-
|
27289
|
-
|
27290
26821
|
================================================================================
|
27291
26822
|
planus LICENSE-APACHE
|
27292
26823
|
================================================================================
|
@@ -27469,6 +27000,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
27469
27000
|
END OF TERMS AND CONDITIONS
|
27470
27001
|
|
27471
27002
|
|
27003
|
+
================================================================================
|
27004
|
+
planus LICENSE-MIT
|
27005
|
+
================================================================================
|
27006
|
+
|
27007
|
+
MIT License
|
27008
|
+
|
27009
|
+
Copyright (c) 2021 The Planus Project Developers
|
27010
|
+
|
27011
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
27012
|
+
of this software and associated documentation files (the "Software"), to deal
|
27013
|
+
in the Software without restriction, including without limitation the rights
|
27014
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
27015
|
+
copies of the Software, and to permit persons to whom the Software is
|
27016
|
+
furnished to do so, subject to the following conditions:
|
27017
|
+
|
27018
|
+
The above copyright notice and this permission notice shall be included in all
|
27019
|
+
copies or substantial portions of the Software.
|
27020
|
+
|
27021
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27022
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27023
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27024
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
27025
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27026
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
27027
|
+
SOFTWARE.
|
27028
|
+
|
27029
|
+
|
27472
27030
|
================================================================================
|
27473
27031
|
polars LICENSE
|
27474
27032
|
================================================================================
|
@@ -33855,282 +33413,313 @@ THE SOFTWARE.
|
|
33855
33413
|
ring LICENSE
|
33856
33414
|
================================================================================
|
33857
33415
|
|
33858
|
-
|
33859
|
-
|
33860
|
-
with what's mentioned here.
|
33861
|
-
|
33862
|
-
*ring* is derived from BoringSSL, so the licensing situation in *ring* is
|
33863
|
-
similar to BoringSSL.
|
33864
|
-
|
33865
|
-
*ring* uses an ISC-style license like BoringSSL for code in new files,
|
33866
|
-
including in particular all the Rust code:
|
33867
|
-
|
33868
|
-
Copyright 2015-2016 Brian Smith.
|
33869
|
-
|
33870
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
33871
|
-
purpose with or without fee is hereby granted, provided that the above
|
33872
|
-
copyright notice and this permission notice appear in all copies.
|
33873
|
-
|
33874
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
33875
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
33876
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
|
33877
|
-
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
33878
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
33879
|
-
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
33880
|
-
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
33881
|
-
|
33882
|
-
BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
|
33883
|
-
licensing. Files that are completely new have a Google copyright and an ISC
|
33884
|
-
license. This license is reproduced at the bottom of this file.
|
33885
|
-
|
33886
|
-
Contributors to BoringSSL are required to follow the CLA rules for Chromium:
|
33887
|
-
https://cla.developers.google.com/clas
|
33888
|
-
|
33889
|
-
Files in third_party/ have their own licenses, as described therein. The MIT
|
33890
|
-
license, for third_party/fiat, which, unlike other third_party directories, is
|
33891
|
-
compiled into non-test libraries, is included below.
|
33892
|
-
|
33893
|
-
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
|
33894
|
-
OpenSSL License and the original SSLeay license apply to the toolkit. See below
|
33895
|
-
for the actual license texts. Actually both licenses are BSD-style Open Source
|
33896
|
-
licenses. In case of any license issues related to OpenSSL please contact
|
33897
|
-
openssl-core@openssl.org.
|
33898
|
-
|
33899
|
-
The following are Google-internal bug numbers where explicit permission from
|
33900
|
-
some authors is recorded for use of their work:
|
33901
|
-
27287199
|
33902
|
-
27287880
|
33903
|
-
27287883
|
33904
|
-
|
33905
|
-
OpenSSL License
|
33906
|
-
---------------
|
33907
|
-
|
33908
|
-
/* ====================================================================
|
33909
|
-
* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
|
33910
|
-
*
|
33911
|
-
* Redistribution and use in source and binary forms, with or without
|
33912
|
-
* modification, are permitted provided that the following conditions
|
33913
|
-
* are met:
|
33914
|
-
*
|
33915
|
-
* 1. Redistributions of source code must retain the above copyright
|
33916
|
-
* notice, this list of conditions and the following disclaimer.
|
33917
|
-
*
|
33918
|
-
* 2. Redistributions in binary form must reproduce the above copyright
|
33919
|
-
* notice, this list of conditions and the following disclaimer in
|
33920
|
-
* the documentation and/or other materials provided with the
|
33921
|
-
* distribution.
|
33922
|
-
*
|
33923
|
-
* 3. All advertising materials mentioning features or use of this
|
33924
|
-
* software must display the following acknowledgment:
|
33925
|
-
* "This product includes software developed by the OpenSSL Project
|
33926
|
-
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
33927
|
-
*
|
33928
|
-
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
33929
|
-
* endorse or promote products derived from this software without
|
33930
|
-
* prior written permission. For written permission, please contact
|
33931
|
-
* openssl-core@openssl.org.
|
33932
|
-
*
|
33933
|
-
* 5. Products derived from this software may not be called "OpenSSL"
|
33934
|
-
* nor may "OpenSSL" appear in their names without prior written
|
33935
|
-
* permission of the OpenSSL Project.
|
33936
|
-
*
|
33937
|
-
* 6. Redistributions of any form whatsoever must retain the following
|
33938
|
-
* acknowledgment:
|
33939
|
-
* "This product includes software developed by the OpenSSL Project
|
33940
|
-
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
33941
|
-
*
|
33942
|
-
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
33943
|
-
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
33944
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
33945
|
-
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
33946
|
-
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
33947
|
-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
33948
|
-
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
33949
|
-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
33950
|
-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
33951
|
-
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
33952
|
-
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
33953
|
-
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
33954
|
-
* ====================================================================
|
33955
|
-
*
|
33956
|
-
* This product includes cryptographic software written by Eric Young
|
33957
|
-
* (eay@cryptsoft.com). This product includes software written by Tim
|
33958
|
-
* Hudson (tjh@cryptsoft.com).
|
33959
|
-
*
|
33960
|
-
*/
|
33961
|
-
|
33962
|
-
Original SSLeay License
|
33963
|
-
-----------------------
|
33964
|
-
|
33965
|
-
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
33966
|
-
* All rights reserved.
|
33967
|
-
*
|
33968
|
-
* This package is an SSL implementation written
|
33969
|
-
* by Eric Young (eay@cryptsoft.com).
|
33970
|
-
* The implementation was written so as to conform with Netscapes SSL.
|
33971
|
-
*
|
33972
|
-
* This library is free for commercial and non-commercial use as long as
|
33973
|
-
* the following conditions are aheared to. The following conditions
|
33974
|
-
* apply to all code found in this distribution, be it the RC4, RSA,
|
33975
|
-
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
33976
|
-
* included with this distribution is covered by the same copyright terms
|
33977
|
-
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
33978
|
-
*
|
33979
|
-
* Copyright remains Eric Young's, and as such any Copyright notices in
|
33980
|
-
* the code are not to be removed.
|
33981
|
-
* If this package is used in a product, Eric Young should be given attribution
|
33982
|
-
* as the author of the parts of the library used.
|
33983
|
-
* This can be in the form of a textual message at program startup or
|
33984
|
-
* in documentation (online or textual) provided with the package.
|
33985
|
-
*
|
33986
|
-
* Redistribution and use in source and binary forms, with or without
|
33987
|
-
* modification, are permitted provided that the following conditions
|
33988
|
-
* are met:
|
33989
|
-
* 1. Redistributions of source code must retain the copyright
|
33990
|
-
* notice, this list of conditions and the following disclaimer.
|
33991
|
-
* 2. Redistributions in binary form must reproduce the above copyright
|
33992
|
-
* notice, this list of conditions and the following disclaimer in the
|
33993
|
-
* documentation and/or other materials provided with the distribution.
|
33994
|
-
* 3. All advertising materials mentioning features or use of this software
|
33995
|
-
* must display the following acknowledgement:
|
33996
|
-
* "This product includes cryptographic software written by
|
33997
|
-
* Eric Young (eay@cryptsoft.com)"
|
33998
|
-
* The word 'cryptographic' can be left out if the rouines from the library
|
33999
|
-
* being used are not cryptographic related :-).
|
34000
|
-
* 4. If you include any Windows specific code (or a derivative thereof) from
|
34001
|
-
* the apps directory (application code) you must include an acknowledgement:
|
34002
|
-
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
34003
|
-
*
|
34004
|
-
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
34005
|
-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
34006
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
34007
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
34008
|
-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
34009
|
-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
34010
|
-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
34011
|
-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
34012
|
-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
34013
|
-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
34014
|
-
* SUCH DAMAGE.
|
34015
|
-
*
|
34016
|
-
* The licence and distribution terms for any publically available version or
|
34017
|
-
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
34018
|
-
* copied and put under another distribution licence
|
34019
|
-
* [including the GNU Public Licence.]
|
34020
|
-
*/
|
34021
|
-
|
34022
|
-
|
34023
|
-
ISC license used for completely new code in BoringSSL:
|
34024
|
-
|
34025
|
-
/* Copyright (c) 2015, Google Inc.
|
34026
|
-
*
|
34027
|
-
* Permission to use, copy, modify, and/or distribute this software for any
|
34028
|
-
* purpose with or without fee is hereby granted, provided that the above
|
34029
|
-
* copyright notice and this permission notice appear in all copies.
|
34030
|
-
*
|
34031
|
-
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
34032
|
-
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
34033
|
-
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
34034
|
-
* SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
34035
|
-
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
34036
|
-
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
34037
|
-
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
|
34038
|
-
|
34039
|
-
|
34040
|
-
The code in third_party/fiat carries the MIT license:
|
34041
|
-
|
34042
|
-
Copyright (c) 2015-2016 the fiat-crypto authors (see
|
34043
|
-
https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
|
34044
|
-
|
34045
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
34046
|
-
of this software and associated documentation files (the "Software"), to deal
|
34047
|
-
in the Software without restriction, including without limitation the rights
|
34048
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
34049
|
-
copies of the Software, and to permit persons to whom the Software is
|
34050
|
-
furnished to do so, subject to the following conditions:
|
33416
|
+
*ring* uses an "ISC" license, like BoringSSL used to use, for new code
|
33417
|
+
files. See LICENSE-other-bits for the text of that license.
|
34051
33418
|
|
34052
|
-
|
34053
|
-
|
33419
|
+
See LICENSE-BoringSSL for code that was sourced from BoringSSL under the
|
33420
|
+
Apache 2.0 license. Some code that was sourced from BoringSSL under the ISC
|
33421
|
+
license. In each case, the license info is at the top of the file.
|
34054
33422
|
|
34055
|
-
|
34056
|
-
|
34057
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
34058
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34059
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
34060
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
34061
|
-
SOFTWARE.
|
33423
|
+
See src/polyfill/once_cell/LICENSE-APACHE and src/polyfill/once_cell/LICENSE-MIT
|
33424
|
+
for the license to code that was sourced from the once_cell project.
|
34062
33425
|
|
34063
33426
|
================================================================================
|
34064
|
-
ring
|
33427
|
+
ring LICENSE-BoringSSL
|
34065
33428
|
================================================================================
|
34066
33429
|
|
34067
|
-
The MIT License (MIT)
|
34068
33430
|
|
34069
|
-
|
34070
|
-
|
33431
|
+
Apache License
|
33432
|
+
Version 2.0, January 2004
|
33433
|
+
http://www.apache.org/licenses/
|
34071
33434
|
|
34072
|
-
|
34073
|
-
of this software and associated documentation files (the "Software"), to deal
|
34074
|
-
in the Software without restriction, including without limitation the rights
|
34075
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
34076
|
-
copies of the Software, and to permit persons to whom the Software is
|
34077
|
-
furnished to do so, subject to the following conditions:
|
33435
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
34078
33436
|
|
34079
|
-
|
34080
|
-
copies or substantial portions of the Software.
|
33437
|
+
1. Definitions.
|
34081
33438
|
|
34082
|
-
|
34083
|
-
|
34084
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
34085
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34086
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
34087
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
34088
|
-
SOFTWARE.
|
33439
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
33440
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
34089
33441
|
|
34090
|
-
|
34091
|
-
|
34092
|
-
================================================================================
|
33442
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
33443
|
+
the copyright owner that is granting the License.
|
34093
33444
|
|
34094
|
-
|
33445
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
33446
|
+
other entities that control, are controlled by, or are under common
|
33447
|
+
control with that entity. For the purposes of this definition,
|
33448
|
+
"control" means (i) the power, direct or indirect, to cause the
|
33449
|
+
direction or management of such entity, whether by contract or
|
33450
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
33451
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
34095
33452
|
|
34096
|
-
|
34097
|
-
|
34098
|
-
You may obtain a copy of the License at
|
33453
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
33454
|
+
exercising permissions granted by this License.
|
34099
33455
|
|
34100
|
-
|
33456
|
+
"Source" form shall mean the preferred form for making modifications,
|
33457
|
+
including but not limited to software source code, documentation
|
33458
|
+
source, and configuration files.
|
34101
33459
|
|
34102
|
-
|
34103
|
-
|
34104
|
-
|
34105
|
-
|
34106
|
-
|
33460
|
+
"Object" form shall mean any form resulting from mechanical
|
33461
|
+
transformation or translation of a Source form, including but
|
33462
|
+
not limited to compiled object code, generated documentation,
|
33463
|
+
and conversions to other media types.
|
33464
|
+
|
33465
|
+
"Work" shall mean the work of authorship, whether in Source or
|
33466
|
+
Object form, made available under the License, as indicated by a
|
33467
|
+
copyright notice that is included in or attached to the work
|
33468
|
+
(an example is provided in the Appendix below).
|
33469
|
+
|
33470
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
33471
|
+
form, that is based on (or derived from) the Work and for which the
|
33472
|
+
editorial revisions, annotations, elaborations, or other modifications
|
33473
|
+
represent, as a whole, an original work of authorship. For the purposes
|
33474
|
+
of this License, Derivative Works shall not include works that remain
|
33475
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
33476
|
+
the Work and Derivative Works thereof.
|
33477
|
+
|
33478
|
+
"Contribution" shall mean any work of authorship, including
|
33479
|
+
the original version of the Work and any modifications or additions
|
33480
|
+
to that Work or Derivative Works thereof, that is intentionally
|
33481
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
33482
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
33483
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
33484
|
+
means any form of electronic, verbal, or written communication sent
|
33485
|
+
to the Licensor or its representatives, including but not limited to
|
33486
|
+
communication on electronic mailing lists, source code control systems,
|
33487
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
33488
|
+
Licensor for the purpose of discussing and improving the Work, but
|
33489
|
+
excluding communication that is conspicuously marked or otherwise
|
33490
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
33491
|
+
|
33492
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
33493
|
+
on behalf of whom a Contribution has been received by Licensor and
|
33494
|
+
subsequently incorporated within the Work.
|
33495
|
+
|
33496
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
33497
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33498
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33499
|
+
copyright license to reproduce, prepare Derivative Works of,
|
33500
|
+
publicly display, publicly perform, sublicense, and distribute the
|
33501
|
+
Work and such Derivative Works in Source or Object form.
|
33502
|
+
|
33503
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
33504
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33505
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33506
|
+
(except as stated in this section) patent license to make, have made,
|
33507
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
33508
|
+
where such license applies only to those patent claims licensable
|
33509
|
+
by such Contributor that are necessarily infringed by their
|
33510
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
33511
|
+
with the Work to which such Contribution(s) was submitted. If You
|
33512
|
+
institute patent litigation against any entity (including a
|
33513
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
33514
|
+
or a Contribution incorporated within the Work constitutes direct
|
33515
|
+
or contributory patent infringement, then any patent licenses
|
33516
|
+
granted to You under this License for that Work shall terminate
|
33517
|
+
as of the date such litigation is filed.
|
33518
|
+
|
33519
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
33520
|
+
Work or Derivative Works thereof in any medium, with or without
|
33521
|
+
modifications, and in Source or Object form, provided that You
|
33522
|
+
meet the following conditions:
|
33523
|
+
|
33524
|
+
(a) You must give any other recipients of the Work or
|
33525
|
+
Derivative Works a copy of this License; and
|
33526
|
+
|
33527
|
+
(b) You must cause any modified files to carry prominent notices
|
33528
|
+
stating that You changed the files; and
|
33529
|
+
|
33530
|
+
(c) You must retain, in the Source form of any Derivative Works
|
33531
|
+
that You distribute, all copyright, patent, trademark, and
|
33532
|
+
attribution notices from the Source form of the Work,
|
33533
|
+
excluding those notices that do not pertain to any part of
|
33534
|
+
the Derivative Works; and
|
33535
|
+
|
33536
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
33537
|
+
distribution, then any Derivative Works that You distribute must
|
33538
|
+
include a readable copy of the attribution notices contained
|
33539
|
+
within such NOTICE file, excluding those notices that do not
|
33540
|
+
pertain to any part of the Derivative Works, in at least one
|
33541
|
+
of the following places: within a NOTICE text file distributed
|
33542
|
+
as part of the Derivative Works; within the Source form or
|
33543
|
+
documentation, if provided along with the Derivative Works; or,
|
33544
|
+
within a display generated by the Derivative Works, if and
|
33545
|
+
wherever such third-party notices normally appear. The contents
|
33546
|
+
of the NOTICE file are for informational purposes only and
|
33547
|
+
do not modify the License. You may add Your own attribution
|
33548
|
+
notices within Derivative Works that You distribute, alongside
|
33549
|
+
or as an addendum to the NOTICE text from the Work, provided
|
33550
|
+
that such additional attribution notices cannot be construed
|
33551
|
+
as modifying the License.
|
33552
|
+
|
33553
|
+
You may add Your own copyright statement to Your modifications and
|
33554
|
+
may provide additional or different license terms and conditions
|
33555
|
+
for use, reproduction, or distribution of Your modifications, or
|
33556
|
+
for any such Derivative Works as a whole, provided Your use,
|
33557
|
+
reproduction, and distribution of the Work otherwise complies with
|
33558
|
+
the conditions stated in this License.
|
33559
|
+
|
33560
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
33561
|
+
any Contribution intentionally submitted for inclusion in the Work
|
33562
|
+
by You to the Licensor shall be under the terms and conditions of
|
33563
|
+
this License, without any additional terms or conditions.
|
33564
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
33565
|
+
the terms of any separate license agreement you may have executed
|
33566
|
+
with Licensor regarding such Contributions.
|
33567
|
+
|
33568
|
+
6. Trademarks. This License does not grant permission to use the trade
|
33569
|
+
names, trademarks, service marks, or product names of the Licensor,
|
33570
|
+
except as required for reasonable and customary use in describing the
|
33571
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
33572
|
+
|
33573
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
33574
|
+
agreed to in writing, Licensor provides the Work (and each
|
33575
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
33576
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
33577
|
+
implied, including, without limitation, any warranties or conditions
|
33578
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
33579
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
33580
|
+
appropriateness of using or redistributing the Work and assume any
|
33581
|
+
risks associated with Your exercise of permissions under this License.
|
33582
|
+
|
33583
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
33584
|
+
whether in tort (including negligence), contract, or otherwise,
|
33585
|
+
unless required by applicable law (such as deliberate and grossly
|
33586
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
33587
|
+
liable to You for damages, including any direct, indirect, special,
|
33588
|
+
incidental, or consequential damages of any character arising as a
|
33589
|
+
result of this License or out of the use or inability to use the
|
33590
|
+
Work (including but not limited to damages for loss of goodwill,
|
33591
|
+
work stoppage, computer failure or malfunction, or any and all
|
33592
|
+
other commercial damages or losses), even if such Contributor
|
33593
|
+
has been advised of the possibility of such damages.
|
33594
|
+
|
33595
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
33596
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
33597
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
33598
|
+
or other liability obligations and/or rights consistent with this
|
33599
|
+
License. However, in accepting such obligations, You may act only
|
33600
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
33601
|
+
of any other Contributor, and only if You agree to indemnify,
|
33602
|
+
defend, and hold each Contributor harmless for any liability
|
33603
|
+
incurred by, or claims asserted against, such Contributor by reason
|
33604
|
+
of your accepting any such warranty or additional liability.
|
33605
|
+
|
33606
|
+
END OF TERMS AND CONDITIONS
|
33607
|
+
|
33608
|
+
APPENDIX: How to apply the Apache License to your work.
|
33609
|
+
|
33610
|
+
To apply the Apache License to your work, attach the following
|
33611
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
33612
|
+
replaced with your own identifying information. (Don't include
|
33613
|
+
the brackets!) The text should be enclosed in the appropriate
|
33614
|
+
comment syntax for the file format. We also recommend that a
|
33615
|
+
file or class name and description of purpose be included on the
|
33616
|
+
same "printed page" as the copyright notice for easier
|
33617
|
+
identification within third-party archives.
|
33618
|
+
|
33619
|
+
Copyright [yyyy] [name of copyright owner]
|
33620
|
+
|
33621
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
33622
|
+
you may not use this file except in compliance with the License.
|
33623
|
+
You may obtain a copy of the License at
|
33624
|
+
|
33625
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33626
|
+
|
33627
|
+
Unless required by applicable law or agreed to in writing, software
|
33628
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33629
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33630
|
+
See the License for the specific language governing permissions and
|
33631
|
+
limitations under the License.
|
33632
|
+
|
33633
|
+
|
33634
|
+
Licenses for support code
|
33635
|
+
-------------------------
|
33636
|
+
|
33637
|
+
Parts of the TLS test suite are under the Go license. This code is not included
|
33638
|
+
in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
|
33639
|
+
distributing code linked against BoringSSL does not trigger this license:
|
33640
|
+
|
33641
|
+
Copyright (c) 2009 The Go Authors. All rights reserved.
|
33642
|
+
|
33643
|
+
Redistribution and use in source and binary forms, with or without
|
33644
|
+
modification, are permitted provided that the following conditions are
|
33645
|
+
met:
|
33646
|
+
|
33647
|
+
* Redistributions of source code must retain the above copyright
|
33648
|
+
notice, this list of conditions and the following disclaimer.
|
33649
|
+
* Redistributions in binary form must reproduce the above
|
33650
|
+
copyright notice, this list of conditions and the following disclaimer
|
33651
|
+
in the documentation and/or other materials provided with the
|
33652
|
+
distribution.
|
33653
|
+
* Neither the name of Google Inc. nor the names of its
|
33654
|
+
contributors may be used to endorse or promote products derived from
|
33655
|
+
this software without specific prior written permission.
|
33656
|
+
|
33657
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
33658
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
33659
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
33660
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
33661
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
33662
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
33663
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
33664
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
33665
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
33666
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
33667
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33668
|
+
|
33669
|
+
|
33670
|
+
BoringSSL uses the Chromium test infrastructure to run a continuous build,
|
33671
|
+
trybots etc. The scripts which manage this, and the script for generating build
|
33672
|
+
metadata, are under the Chromium license. Distributing code linked against
|
33673
|
+
BoringSSL does not trigger this license.
|
33674
|
+
|
33675
|
+
Copyright 2015 The Chromium Authors. All rights reserved.
|
33676
|
+
|
33677
|
+
Redistribution and use in source and binary forms, with or without
|
33678
|
+
modification, are permitted provided that the following conditions are
|
33679
|
+
met:
|
33680
|
+
|
33681
|
+
* Redistributions of source code must retain the above copyright
|
33682
|
+
notice, this list of conditions and the following disclaimer.
|
33683
|
+
* Redistributions in binary form must reproduce the above
|
33684
|
+
copyright notice, this list of conditions and the following disclaimer
|
33685
|
+
in the documentation and/or other materials provided with the
|
33686
|
+
distribution.
|
33687
|
+
* Neither the name of Google Inc. nor the names of its
|
33688
|
+
contributors may be used to endorse or promote products derived from
|
33689
|
+
this software without specific prior written permission.
|
33690
|
+
|
33691
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
33692
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
33693
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
33694
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
33695
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
33696
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
33697
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
33698
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
33699
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
33700
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
33701
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
34107
33702
|
|
34108
33703
|
================================================================================
|
34109
|
-
|
33704
|
+
ring LICENSE-other-bits
|
34110
33705
|
================================================================================
|
34111
33706
|
|
34112
|
-
Copyright
|
34113
|
-
|
34114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
34115
|
-
of this software and associated documentation files (the "Software"), to deal
|
34116
|
-
in the Software without restriction, including without limitation the rights to
|
34117
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
34118
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
34119
|
-
so, subject to the following conditions:
|
33707
|
+
Copyright 2015-2025 Brian Smith.
|
34120
33708
|
|
34121
|
-
|
34122
|
-
|
33709
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
33710
|
+
purpose with or without fee is hereby granted, provided that the above
|
33711
|
+
copyright notice and this permission notice appear in all copies.
|
34123
33712
|
|
34124
|
-
THE SOFTWARE IS PROVIDED "AS IS"
|
34125
|
-
|
34126
|
-
|
34127
|
-
|
34128
|
-
|
34129
|
-
|
34130
|
-
SOFTWARE.
|
33713
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
33714
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
33715
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
33716
|
+
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
33717
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
33718
|
+
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
33719
|
+
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
34131
33720
|
|
34132
33721
|
================================================================================
|
34133
|
-
|
33722
|
+
ring src/polyfill/once_cell/LICENSE-APACHE
|
34134
33723
|
================================================================================
|
34135
33724
|
|
34136
33725
|
Apache License
|
@@ -34336,7 +33925,7 @@ See the License for the specific language governing permissions and
|
|
34336
33925
|
limitations under the License.
|
34337
33926
|
|
34338
33927
|
================================================================================
|
34339
|
-
|
33928
|
+
ring src/polyfill/once_cell/LICENSE-MIT
|
34340
33929
|
================================================================================
|
34341
33930
|
|
34342
33931
|
Permission is hereby granted, free of charge, to any
|
@@ -34357,14 +33946,76 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
34357
33946
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
34358
33947
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
34359
33948
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
34360
|
-
SHALL THE
|
33949
|
+
SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
34361
33950
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
34362
33951
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
34363
33952
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
34364
33953
|
DEALINGS IN THE SOFTWARE.
|
34365
33954
|
|
34366
33955
|
================================================================================
|
34367
|
-
|
33956
|
+
ring third_party/fiat/LICENSE
|
33957
|
+
================================================================================
|
33958
|
+
|
33959
|
+
The Apache License, Version 2.0 (Apache-2.0)
|
33960
|
+
|
33961
|
+
Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
|
33962
|
+
|
33963
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
33964
|
+
you may not use this file except in compliance with the License.
|
33965
|
+
You may obtain a copy of the License at
|
33966
|
+
|
33967
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33968
|
+
|
33969
|
+
Unless required by applicable law or agreed to in writing, software
|
33970
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33971
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33972
|
+
See the License for the specific language governing permissions and
|
33973
|
+
limitations under the License.
|
33974
|
+
|
33975
|
+
================================================================================
|
33976
|
+
rle-decode-fast LICENSE-APACHE
|
33977
|
+
================================================================================
|
33978
|
+
|
33979
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
33980
|
+
|
33981
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
33982
|
+
you may not use this file except in compliance with the License.
|
33983
|
+
You may obtain a copy of the License at
|
33984
|
+
|
33985
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33986
|
+
|
33987
|
+
Unless required by applicable law or agreed to in writing, software
|
33988
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33989
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33990
|
+
See the License for the specific language governing permissions and
|
33991
|
+
limitations under the License.
|
33992
|
+
|
33993
|
+
================================================================================
|
33994
|
+
rle-decode-fast LICENSE-MIT
|
33995
|
+
================================================================================
|
33996
|
+
|
33997
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
33998
|
+
|
33999
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
34000
|
+
of this software and associated documentation files (the "Software"), to deal
|
34001
|
+
in the Software without restriction, including without limitation the rights to
|
34002
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
34003
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
34004
|
+
so, subject to the following conditions:
|
34005
|
+
|
34006
|
+
The above copyright notice and this permission notice shall be included in all
|
34007
|
+
copies or substantial portions of the Software.
|
34008
|
+
|
34009
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
34010
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
34011
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
34012
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34013
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
34014
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
34015
|
+
SOFTWARE.
|
34016
|
+
|
34017
|
+
================================================================================
|
34018
|
+
rustc-hash v1.1.0 LICENSE-APACHE
|
34368
34019
|
================================================================================
|
34369
34020
|
|
34370
34021
|
Apache License
|
@@ -34544,8 +34195,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34544
34195
|
|
34545
34196
|
END OF TERMS AND CONDITIONS
|
34546
34197
|
|
34198
|
+
APPENDIX: How to apply the Apache License to your work.
|
34199
|
+
|
34200
|
+
To apply the Apache License to your work, attach the following
|
34201
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
34202
|
+
replaced with your own identifying information. (Don't include
|
34203
|
+
the brackets!) The text should be enclosed in the appropriate
|
34204
|
+
comment syntax for the file format. We also recommend that a
|
34205
|
+
file or class name and description of purpose be included on the
|
34206
|
+
same "printed page" as the copyright notice for easier
|
34207
|
+
identification within third-party archives.
|
34208
|
+
|
34209
|
+
Copyright [yyyy] [name of copyright owner]
|
34210
|
+
|
34211
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
34212
|
+
you may not use this file except in compliance with the License.
|
34213
|
+
You may obtain a copy of the License at
|
34214
|
+
|
34215
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
34216
|
+
|
34217
|
+
Unless required by applicable law or agreed to in writing, software
|
34218
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
34219
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34220
|
+
See the License for the specific language governing permissions and
|
34221
|
+
limitations under the License.
|
34222
|
+
|
34547
34223
|
================================================================================
|
34548
|
-
rustc-hash
|
34224
|
+
rustc-hash v1.1.0 LICENSE-MIT
|
34549
34225
|
================================================================================
|
34550
34226
|
|
34551
34227
|
Permission is hereby granted, free of charge, to any
|
@@ -34573,7 +34249,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34573
34249
|
DEALINGS IN THE SOFTWARE.
|
34574
34250
|
|
34575
34251
|
================================================================================
|
34576
|
-
|
34252
|
+
rustc-hash v2.1.0 LICENSE-APACHE
|
34577
34253
|
================================================================================
|
34578
34254
|
|
34579
34255
|
Apache License
|
@@ -34753,57 +34429,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34753
34429
|
|
34754
34430
|
END OF TERMS AND CONDITIONS
|
34755
34431
|
|
34756
|
-
APPENDIX: How to apply the Apache License to your work.
|
34757
|
-
|
34758
|
-
To apply the Apache License to your work, attach the following
|
34759
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
34760
|
-
replaced with your own identifying information. (Don't include
|
34761
|
-
the brackets!) The text should be enclosed in the appropriate
|
34762
|
-
comment syntax for the file format. We also recommend that a
|
34763
|
-
file or class name and description of purpose be included on the
|
34764
|
-
same "printed page" as the copyright notice for easier
|
34765
|
-
identification within third-party archives.
|
34766
|
-
|
34767
|
-
Copyright [yyyy] [name of copyright owner]
|
34768
|
-
|
34769
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
34770
|
-
you may not use this file except in compliance with the License.
|
34771
|
-
You may obtain a copy of the License at
|
34772
|
-
|
34773
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
34774
|
-
|
34775
|
-
Unless required by applicable law or agreed to in writing, software
|
34776
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
34777
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34778
|
-
See the License for the specific language governing permissions and
|
34779
|
-
limitations under the License.
|
34780
|
-
|
34781
|
-
================================================================================
|
34782
|
-
rustls LICENSE-ISC
|
34783
34432
|
================================================================================
|
34784
|
-
|
34785
|
-
ISC License (ISC)
|
34786
|
-
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
34787
|
-
|
34788
|
-
Permission to use, copy, modify, and/or distribute this software for
|
34789
|
-
any purpose with or without fee is hereby granted, provided that the
|
34790
|
-
above copyright notice and this permission notice appear in all copies.
|
34791
|
-
|
34792
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
34793
|
-
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
34794
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
34795
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
34796
|
-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
34797
|
-
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
34798
|
-
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
34799
|
-
THIS SOFTWARE.
|
34800
|
-
|
34801
|
-
================================================================================
|
34802
|
-
rustls LICENSE-MIT
|
34433
|
+
rustc-hash v2.1.0 LICENSE-MIT
|
34803
34434
|
================================================================================
|
34804
34435
|
|
34805
|
-
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
34806
|
-
|
34807
34436
|
Permission is hereby granted, free of charge, to any
|
34808
34437
|
person obtaining a copy of this software and associated
|
34809
34438
|
documentation files (the "Software"), to deal in the
|
@@ -34829,22 +34458,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34829
34458
|
DEALINGS IN THE SOFTWARE.
|
34830
34459
|
|
34831
34460
|
================================================================================
|
34832
|
-
rustls
|
34833
|
-
================================================================================
|
34834
|
-
|
34835
|
-
Rustls is distributed under the following three licenses:
|
34836
|
-
|
34837
|
-
- Apache License version 2.0.
|
34838
|
-
- MIT license.
|
34839
|
-
- ISC license.
|
34840
|
-
|
34841
|
-
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
34842
|
-
respectively. You may use this software under the terms of any
|
34843
|
-
of these licenses, at your option.
|
34844
|
-
|
34845
|
-
|
34846
|
-
================================================================================
|
34847
|
-
rustls-native-certs LICENSE-APACHE
|
34461
|
+
rustls LICENSE-APACHE
|
34848
34462
|
================================================================================
|
34849
34463
|
|
34850
34464
|
Apache License
|
@@ -35050,7 +34664,7 @@ See the License for the specific language governing permissions and
|
|
35050
34664
|
limitations under the License.
|
35051
34665
|
|
35052
34666
|
================================================================================
|
35053
|
-
rustls
|
34667
|
+
rustls LICENSE-ISC
|
35054
34668
|
================================================================================
|
35055
34669
|
|
35056
34670
|
ISC License (ISC)
|
@@ -35070,7 +34684,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
35070
34684
|
THIS SOFTWARE.
|
35071
34685
|
|
35072
34686
|
================================================================================
|
35073
|
-
rustls
|
34687
|
+
rustls LICENSE-MIT
|
35074
34688
|
================================================================================
|
35075
34689
|
|
35076
34690
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
@@ -35100,10 +34714,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35100
34714
|
DEALINGS IN THE SOFTWARE.
|
35101
34715
|
|
35102
34716
|
================================================================================
|
35103
|
-
rustls-
|
34717
|
+
rustls-native-certs LICENSE
|
35104
34718
|
================================================================================
|
35105
34719
|
|
35106
|
-
|
34720
|
+
Rustls is distributed under the following three licenses:
|
35107
34721
|
|
35108
34722
|
- Apache License version 2.0.
|
35109
34723
|
- MIT license.
|
@@ -35115,7 +34729,7 @@ of these licenses, at your option.
|
|
35115
34729
|
|
35116
34730
|
|
35117
34731
|
================================================================================
|
35118
|
-
rustls-
|
34732
|
+
rustls-native-certs LICENSE-APACHE
|
35119
34733
|
================================================================================
|
35120
34734
|
|
35121
34735
|
Apache License
|
@@ -35321,7 +34935,7 @@ See the License for the specific language governing permissions and
|
|
35321
34935
|
limitations under the License.
|
35322
34936
|
|
35323
34937
|
================================================================================
|
35324
|
-
rustls-
|
34938
|
+
rustls-native-certs LICENSE-ISC
|
35325
34939
|
================================================================================
|
35326
34940
|
|
35327
34941
|
ISC License (ISC)
|
@@ -35341,7 +34955,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
35341
34955
|
THIS SOFTWARE.
|
35342
34956
|
|
35343
34957
|
================================================================================
|
35344
|
-
rustls-
|
34958
|
+
rustls-native-certs LICENSE-MIT
|
35345
34959
|
================================================================================
|
35346
34960
|
|
35347
34961
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
@@ -35371,7 +34985,22 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35371
34985
|
DEALINGS IN THE SOFTWARE.
|
35372
34986
|
|
35373
34987
|
================================================================================
|
35374
|
-
rustls-
|
34988
|
+
rustls-pemfile LICENSE
|
34989
|
+
================================================================================
|
34990
|
+
|
34991
|
+
rustls-pemfile is distributed under the following three licenses:
|
34992
|
+
|
34993
|
+
- Apache License version 2.0.
|
34994
|
+
- MIT license.
|
34995
|
+
- ISC license.
|
34996
|
+
|
34997
|
+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
34998
|
+
respectively. You may use this software under the terms of any
|
34999
|
+
of these licenses, at your option.
|
35000
|
+
|
35001
|
+
|
35002
|
+
================================================================================
|
35003
|
+
rustls-pemfile LICENSE-APACHE
|
35375
35004
|
================================================================================
|
35376
35005
|
|
35377
35006
|
Apache License
|
@@ -35562,7 +35191,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
35562
35191
|
same "printed page" as the copyright notice for easier
|
35563
35192
|
identification within third-party archives.
|
35564
35193
|
|
35565
|
-
Copyright
|
35194
|
+
Copyright [yyyy] [name of copyright owner]
|
35566
35195
|
|
35567
35196
|
Licensed under the Apache License, Version 2.0 (the "License");
|
35568
35197
|
you may not use this file except in compliance with the License.
|
@@ -35577,10 +35206,30 @@ See the License for the specific language governing permissions and
|
|
35577
35206
|
limitations under the License.
|
35578
35207
|
|
35579
35208
|
================================================================================
|
35580
|
-
rustls-
|
35209
|
+
rustls-pemfile LICENSE-ISC
|
35581
35210
|
================================================================================
|
35582
35211
|
|
35583
|
-
|
35212
|
+
ISC License (ISC)
|
35213
|
+
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
35214
|
+
|
35215
|
+
Permission to use, copy, modify, and/or distribute this software for
|
35216
|
+
any purpose with or without fee is hereby granted, provided that the
|
35217
|
+
above copyright notice and this permission notice appear in all copies.
|
35218
|
+
|
35219
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
35220
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
35221
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
35222
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
35223
|
+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
35224
|
+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
35225
|
+
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
35226
|
+
THIS SOFTWARE.
|
35227
|
+
|
35228
|
+
================================================================================
|
35229
|
+
rustls-pemfile LICENSE-MIT
|
35230
|
+
================================================================================
|
35231
|
+
|
35232
|
+
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
35584
35233
|
|
35585
35234
|
Permission is hereby granted, free of charge, to any
|
35586
35235
|
person obtaining a copy of this software and associated
|
@@ -35607,31 +35256,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35607
35256
|
DEALINGS IN THE SOFTWARE.
|
35608
35257
|
|
35609
35258
|
================================================================================
|
35610
|
-
rustls-
|
35611
|
-
================================================================================
|
35612
|
-
|
35613
|
-
Except as otherwise noted, this project is licensed under the following
|
35614
|
-
(ISC-style) terms:
|
35615
|
-
|
35616
|
-
Copyright 2015 Brian Smith.
|
35617
|
-
|
35618
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
35619
|
-
purpose with or without fee is hereby granted, provided that the above
|
35620
|
-
copyright notice and this permission notice appear in all copies.
|
35621
|
-
|
35622
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
35623
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
35624
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
35625
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
35626
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
35627
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
35628
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
35629
|
-
|
35630
|
-
The files under third-party/chromium are licensed as described in
|
35631
|
-
third-party/chromium/LICENSE.
|
35632
|
-
|
35633
|
-
================================================================================
|
35634
|
-
rustversion LICENSE-APACHE
|
35259
|
+
rustls-pki-types LICENSE-APACHE
|
35635
35260
|
================================================================================
|
35636
35261
|
|
35637
35262
|
Apache License
|
@@ -35811,8 +35436,268 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35811
35436
|
|
35812
35437
|
END OF TERMS AND CONDITIONS
|
35813
35438
|
|
35439
|
+
APPENDIX: How to apply the Apache License to your work.
|
35440
|
+
|
35441
|
+
To apply the Apache License to your work, attach the following
|
35442
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
35443
|
+
replaced with your own identifying information. (Don't include
|
35444
|
+
the brackets!) The text should be enclosed in the appropriate
|
35445
|
+
comment syntax for the file format. We also recommend that a
|
35446
|
+
file or class name and description of purpose be included on the
|
35447
|
+
same "printed page" as the copyright notice for easier
|
35448
|
+
identification within third-party archives.
|
35449
|
+
|
35450
|
+
Copyright 2023 Dirkjan Ochtman
|
35451
|
+
|
35452
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
35453
|
+
you may not use this file except in compliance with the License.
|
35454
|
+
You may obtain a copy of the License at
|
35455
|
+
|
35456
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
35457
|
+
|
35458
|
+
Unless required by applicable law or agreed to in writing, software
|
35459
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
35460
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35461
|
+
See the License for the specific language governing permissions and
|
35462
|
+
limitations under the License.
|
35463
|
+
|
35814
35464
|
================================================================================
|
35815
|
-
|
35465
|
+
rustls-pki-types LICENSE-MIT
|
35466
|
+
================================================================================
|
35467
|
+
|
35468
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
35469
|
+
|
35470
|
+
Permission is hereby granted, free of charge, to any
|
35471
|
+
person obtaining a copy of this software and associated
|
35472
|
+
documentation files (the "Software"), to deal in the
|
35473
|
+
Software without restriction, including without
|
35474
|
+
limitation the rights to use, copy, modify, merge,
|
35475
|
+
publish, distribute, sublicense, and/or sell copies of
|
35476
|
+
the Software, and to permit persons to whom the Software
|
35477
|
+
is furnished to do so, subject to the following
|
35478
|
+
conditions:
|
35479
|
+
|
35480
|
+
The above copyright notice and this permission notice
|
35481
|
+
shall be included in all copies or substantial portions
|
35482
|
+
of the Software.
|
35483
|
+
|
35484
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
35485
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
35486
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
35487
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
35488
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
35489
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
35490
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
35491
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
35492
|
+
DEALINGS IN THE SOFTWARE.
|
35493
|
+
|
35494
|
+
================================================================================
|
35495
|
+
rustls-webpki LICENSE
|
35496
|
+
================================================================================
|
35497
|
+
|
35498
|
+
Except as otherwise noted, this project is licensed under the following
|
35499
|
+
(ISC-style) terms:
|
35500
|
+
|
35501
|
+
Copyright 2015 Brian Smith.
|
35502
|
+
|
35503
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
35504
|
+
purpose with or without fee is hereby granted, provided that the above
|
35505
|
+
copyright notice and this permission notice appear in all copies.
|
35506
|
+
|
35507
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
35508
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
35509
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
35510
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
35511
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
35512
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
35513
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
35514
|
+
|
35515
|
+
The files under third-party/chromium are licensed as described in
|
35516
|
+
third-party/chromium/LICENSE.
|
35517
|
+
|
35518
|
+
================================================================================
|
35519
|
+
rustversion LICENSE-APACHE
|
35520
|
+
================================================================================
|
35521
|
+
|
35522
|
+
Apache License
|
35523
|
+
Version 2.0, January 2004
|
35524
|
+
http://www.apache.org/licenses/
|
35525
|
+
|
35526
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
35527
|
+
|
35528
|
+
1. Definitions.
|
35529
|
+
|
35530
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
35531
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
35532
|
+
|
35533
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
35534
|
+
the copyright owner that is granting the License.
|
35535
|
+
|
35536
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
35537
|
+
other entities that control, are controlled by, or are under common
|
35538
|
+
control with that entity. For the purposes of this definition,
|
35539
|
+
"control" means (i) the power, direct or indirect, to cause the
|
35540
|
+
direction or management of such entity, whether by contract or
|
35541
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
35542
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
35543
|
+
|
35544
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
35545
|
+
exercising permissions granted by this License.
|
35546
|
+
|
35547
|
+
"Source" form shall mean the preferred form for making modifications,
|
35548
|
+
including but not limited to software source code, documentation
|
35549
|
+
source, and configuration files.
|
35550
|
+
|
35551
|
+
"Object" form shall mean any form resulting from mechanical
|
35552
|
+
transformation or translation of a Source form, including but
|
35553
|
+
not limited to compiled object code, generated documentation,
|
35554
|
+
and conversions to other media types.
|
35555
|
+
|
35556
|
+
"Work" shall mean the work of authorship, whether in Source or
|
35557
|
+
Object form, made available under the License, as indicated by a
|
35558
|
+
copyright notice that is included in or attached to the work
|
35559
|
+
(an example is provided in the Appendix below).
|
35560
|
+
|
35561
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
35562
|
+
form, that is based on (or derived from) the Work and for which the
|
35563
|
+
editorial revisions, annotations, elaborations, or other modifications
|
35564
|
+
represent, as a whole, an original work of authorship. For the purposes
|
35565
|
+
of this License, Derivative Works shall not include works that remain
|
35566
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
35567
|
+
the Work and Derivative Works thereof.
|
35568
|
+
|
35569
|
+
"Contribution" shall mean any work of authorship, including
|
35570
|
+
the original version of the Work and any modifications or additions
|
35571
|
+
to that Work or Derivative Works thereof, that is intentionally
|
35572
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
35573
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
35574
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
35575
|
+
means any form of electronic, verbal, or written communication sent
|
35576
|
+
to the Licensor or its representatives, including but not limited to
|
35577
|
+
communication on electronic mailing lists, source code control systems,
|
35578
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
35579
|
+
Licensor for the purpose of discussing and improving the Work, but
|
35580
|
+
excluding communication that is conspicuously marked or otherwise
|
35581
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
35582
|
+
|
35583
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
35584
|
+
on behalf of whom a Contribution has been received by Licensor and
|
35585
|
+
subsequently incorporated within the Work.
|
35586
|
+
|
35587
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
35588
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35589
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35590
|
+
copyright license to reproduce, prepare Derivative Works of,
|
35591
|
+
publicly display, publicly perform, sublicense, and distribute the
|
35592
|
+
Work and such Derivative Works in Source or Object form.
|
35593
|
+
|
35594
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
35595
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35596
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35597
|
+
(except as stated in this section) patent license to make, have made,
|
35598
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
35599
|
+
where such license applies only to those patent claims licensable
|
35600
|
+
by such Contributor that are necessarily infringed by their
|
35601
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
35602
|
+
with the Work to which such Contribution(s) was submitted. If You
|
35603
|
+
institute patent litigation against any entity (including a
|
35604
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
35605
|
+
or a Contribution incorporated within the Work constitutes direct
|
35606
|
+
or contributory patent infringement, then any patent licenses
|
35607
|
+
granted to You under this License for that Work shall terminate
|
35608
|
+
as of the date such litigation is filed.
|
35609
|
+
|
35610
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
35611
|
+
Work or Derivative Works thereof in any medium, with or without
|
35612
|
+
modifications, and in Source or Object form, provided that You
|
35613
|
+
meet the following conditions:
|
35614
|
+
|
35615
|
+
(a) You must give any other recipients of the Work or
|
35616
|
+
Derivative Works a copy of this License; and
|
35617
|
+
|
35618
|
+
(b) You must cause any modified files to carry prominent notices
|
35619
|
+
stating that You changed the files; and
|
35620
|
+
|
35621
|
+
(c) You must retain, in the Source form of any Derivative Works
|
35622
|
+
that You distribute, all copyright, patent, trademark, and
|
35623
|
+
attribution notices from the Source form of the Work,
|
35624
|
+
excluding those notices that do not pertain to any part of
|
35625
|
+
the Derivative Works; and
|
35626
|
+
|
35627
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
35628
|
+
distribution, then any Derivative Works that You distribute must
|
35629
|
+
include a readable copy of the attribution notices contained
|
35630
|
+
within such NOTICE file, excluding those notices that do not
|
35631
|
+
pertain to any part of the Derivative Works, in at least one
|
35632
|
+
of the following places: within a NOTICE text file distributed
|
35633
|
+
as part of the Derivative Works; within the Source form or
|
35634
|
+
documentation, if provided along with the Derivative Works; or,
|
35635
|
+
within a display generated by the Derivative Works, if and
|
35636
|
+
wherever such third-party notices normally appear. The contents
|
35637
|
+
of the NOTICE file are for informational purposes only and
|
35638
|
+
do not modify the License. You may add Your own attribution
|
35639
|
+
notices within Derivative Works that You distribute, alongside
|
35640
|
+
or as an addendum to the NOTICE text from the Work, provided
|
35641
|
+
that such additional attribution notices cannot be construed
|
35642
|
+
as modifying the License.
|
35643
|
+
|
35644
|
+
You may add Your own copyright statement to Your modifications and
|
35645
|
+
may provide additional or different license terms and conditions
|
35646
|
+
for use, reproduction, or distribution of Your modifications, or
|
35647
|
+
for any such Derivative Works as a whole, provided Your use,
|
35648
|
+
reproduction, and distribution of the Work otherwise complies with
|
35649
|
+
the conditions stated in this License.
|
35650
|
+
|
35651
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
35652
|
+
any Contribution intentionally submitted for inclusion in the Work
|
35653
|
+
by You to the Licensor shall be under the terms and conditions of
|
35654
|
+
this License, without any additional terms or conditions.
|
35655
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
35656
|
+
the terms of any separate license agreement you may have executed
|
35657
|
+
with Licensor regarding such Contributions.
|
35658
|
+
|
35659
|
+
6. Trademarks. This License does not grant permission to use the trade
|
35660
|
+
names, trademarks, service marks, or product names of the Licensor,
|
35661
|
+
except as required for reasonable and customary use in describing the
|
35662
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
35663
|
+
|
35664
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
35665
|
+
agreed to in writing, Licensor provides the Work (and each
|
35666
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
35667
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
35668
|
+
implied, including, without limitation, any warranties or conditions
|
35669
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
35670
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
35671
|
+
appropriateness of using or redistributing the Work and assume any
|
35672
|
+
risks associated with Your exercise of permissions under this License.
|
35673
|
+
|
35674
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
35675
|
+
whether in tort (including negligence), contract, or otherwise,
|
35676
|
+
unless required by applicable law (such as deliberate and grossly
|
35677
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
35678
|
+
liable to You for damages, including any direct, indirect, special,
|
35679
|
+
incidental, or consequential damages of any character arising as a
|
35680
|
+
result of this License or out of the use or inability to use the
|
35681
|
+
Work (including but not limited to damages for loss of goodwill,
|
35682
|
+
work stoppage, computer failure or malfunction, or any and all
|
35683
|
+
other commercial damages or losses), even if such Contributor
|
35684
|
+
has been advised of the possibility of such damages.
|
35685
|
+
|
35686
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
35687
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
35688
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
35689
|
+
or other liability obligations and/or rights consistent with this
|
35690
|
+
License. However, in accepting such obligations, You may act only
|
35691
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
35692
|
+
of any other Contributor, and only if You agree to indemnify,
|
35693
|
+
defend, and hold each Contributor harmless for any liability
|
35694
|
+
incurred by, or claims asserted against, such Contributor by reason
|
35695
|
+
of your accepting any such warranty or additional liability.
|
35696
|
+
|
35697
|
+
END OF TERMS AND CONDITIONS
|
35698
|
+
|
35699
|
+
================================================================================
|
35700
|
+
rustversion LICENSE-MIT
|
35816
35701
|
================================================================================
|
35817
35702
|
|
35818
35703
|
Permission is hereby granted, free of charge, to any
|
@@ -38130,7 +38015,7 @@ siphasher COPYING
|
|
38130
38015
|
================================================================================
|
38131
38016
|
|
38132
38017
|
Copyright 2012-2016 The Rust Project Developers.
|
38133
|
-
Copyright 2016-
|
38018
|
+
Copyright 2016-2024 Frank Denis.
|
38134
38019
|
|
38135
38020
|
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
38136
38021
|
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
@@ -39167,32 +39052,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
39167
39052
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
39168
39053
|
DEALINGS IN THE SOFTWARE.
|
39169
39054
|
|
39170
|
-
================================================================================
|
39171
|
-
spin LICENSE
|
39172
|
-
================================================================================
|
39173
|
-
|
39174
|
-
The MIT License (MIT)
|
39175
|
-
|
39176
|
-
Copyright (c) 2014 Mathijs van de Nes
|
39177
|
-
|
39178
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
39179
|
-
of this software and associated documentation files (the "Software"), to deal
|
39180
|
-
in the Software without restriction, including without limitation the rights
|
39181
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
39182
|
-
copies of the Software, and to permit persons to whom the Software is
|
39183
|
-
furnished to do so, subject to the following conditions:
|
39184
|
-
|
39185
|
-
The above copyright notice and this permission notice shall be included in all
|
39186
|
-
copies or substantial portions of the Software.
|
39187
|
-
|
39188
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
39189
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
39190
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
39191
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
39192
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
39193
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
39194
|
-
SOFTWARE.
|
39195
|
-
|
39196
39055
|
================================================================================
|
39197
39056
|
sqlparser LICENSE.TXT
|
39198
39057
|
================================================================================
|
@@ -40876,241 +40735,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
40876
40735
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
40877
40736
|
|
40878
40737
|
================================================================================
|
40879
|
-
syn
|
40880
|
-
================================================================================
|
40881
|
-
|
40882
|
-
Apache License
|
40883
|
-
Version 2.0, January 2004
|
40884
|
-
http://www.apache.org/licenses/
|
40885
|
-
|
40886
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
40887
|
-
|
40888
|
-
1. Definitions.
|
40889
|
-
|
40890
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
40891
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
40892
|
-
|
40893
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
40894
|
-
the copyright owner that is granting the License.
|
40895
|
-
|
40896
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
40897
|
-
other entities that control, are controlled by, or are under common
|
40898
|
-
control with that entity. For the purposes of this definition,
|
40899
|
-
"control" means (i) the power, direct or indirect, to cause the
|
40900
|
-
direction or management of such entity, whether by contract or
|
40901
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
40902
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
40903
|
-
|
40904
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
40905
|
-
exercising permissions granted by this License.
|
40906
|
-
|
40907
|
-
"Source" form shall mean the preferred form for making modifications,
|
40908
|
-
including but not limited to software source code, documentation
|
40909
|
-
source, and configuration files.
|
40910
|
-
|
40911
|
-
"Object" form shall mean any form resulting from mechanical
|
40912
|
-
transformation or translation of a Source form, including but
|
40913
|
-
not limited to compiled object code, generated documentation,
|
40914
|
-
and conversions to other media types.
|
40915
|
-
|
40916
|
-
"Work" shall mean the work of authorship, whether in Source or
|
40917
|
-
Object form, made available under the License, as indicated by a
|
40918
|
-
copyright notice that is included in or attached to the work
|
40919
|
-
(an example is provided in the Appendix below).
|
40920
|
-
|
40921
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
40922
|
-
form, that is based on (or derived from) the Work and for which the
|
40923
|
-
editorial revisions, annotations, elaborations, or other modifications
|
40924
|
-
represent, as a whole, an original work of authorship. For the purposes
|
40925
|
-
of this License, Derivative Works shall not include works that remain
|
40926
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
40927
|
-
the Work and Derivative Works thereof.
|
40928
|
-
|
40929
|
-
"Contribution" shall mean any work of authorship, including
|
40930
|
-
the original version of the Work and any modifications or additions
|
40931
|
-
to that Work or Derivative Works thereof, that is intentionally
|
40932
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
40933
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
40934
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
40935
|
-
means any form of electronic, verbal, or written communication sent
|
40936
|
-
to the Licensor or its representatives, including but not limited to
|
40937
|
-
communication on electronic mailing lists, source code control systems,
|
40938
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
40939
|
-
Licensor for the purpose of discussing and improving the Work, but
|
40940
|
-
excluding communication that is conspicuously marked or otherwise
|
40941
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
40942
|
-
|
40943
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
40944
|
-
on behalf of whom a Contribution has been received by Licensor and
|
40945
|
-
subsequently incorporated within the Work.
|
40946
|
-
|
40947
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
40948
|
-
this License, each Contributor hereby grants to You a perpetual,
|
40949
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
40950
|
-
copyright license to reproduce, prepare Derivative Works of,
|
40951
|
-
publicly display, publicly perform, sublicense, and distribute the
|
40952
|
-
Work and such Derivative Works in Source or Object form.
|
40953
|
-
|
40954
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
40955
|
-
this License, each Contributor hereby grants to You a perpetual,
|
40956
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
40957
|
-
(except as stated in this section) patent license to make, have made,
|
40958
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
40959
|
-
where such license applies only to those patent claims licensable
|
40960
|
-
by such Contributor that are necessarily infringed by their
|
40961
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
40962
|
-
with the Work to which such Contribution(s) was submitted. If You
|
40963
|
-
institute patent litigation against any entity (including a
|
40964
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
40965
|
-
or a Contribution incorporated within the Work constitutes direct
|
40966
|
-
or contributory patent infringement, then any patent licenses
|
40967
|
-
granted to You under this License for that Work shall terminate
|
40968
|
-
as of the date such litigation is filed.
|
40969
|
-
|
40970
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
40971
|
-
Work or Derivative Works thereof in any medium, with or without
|
40972
|
-
modifications, and in Source or Object form, provided that You
|
40973
|
-
meet the following conditions:
|
40974
|
-
|
40975
|
-
(a) You must give any other recipients of the Work or
|
40976
|
-
Derivative Works a copy of this License; and
|
40977
|
-
|
40978
|
-
(b) You must cause any modified files to carry prominent notices
|
40979
|
-
stating that You changed the files; and
|
40980
|
-
|
40981
|
-
(c) You must retain, in the Source form of any Derivative Works
|
40982
|
-
that You distribute, all copyright, patent, trademark, and
|
40983
|
-
attribution notices from the Source form of the Work,
|
40984
|
-
excluding those notices that do not pertain to any part of
|
40985
|
-
the Derivative Works; and
|
40986
|
-
|
40987
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
40988
|
-
distribution, then any Derivative Works that You distribute must
|
40989
|
-
include a readable copy of the attribution notices contained
|
40990
|
-
within such NOTICE file, excluding those notices that do not
|
40991
|
-
pertain to any part of the Derivative Works, in at least one
|
40992
|
-
of the following places: within a NOTICE text file distributed
|
40993
|
-
as part of the Derivative Works; within the Source form or
|
40994
|
-
documentation, if provided along with the Derivative Works; or,
|
40995
|
-
within a display generated by the Derivative Works, if and
|
40996
|
-
wherever such third-party notices normally appear. The contents
|
40997
|
-
of the NOTICE file are for informational purposes only and
|
40998
|
-
do not modify the License. You may add Your own attribution
|
40999
|
-
notices within Derivative Works that You distribute, alongside
|
41000
|
-
or as an addendum to the NOTICE text from the Work, provided
|
41001
|
-
that such additional attribution notices cannot be construed
|
41002
|
-
as modifying the License.
|
41003
|
-
|
41004
|
-
You may add Your own copyright statement to Your modifications and
|
41005
|
-
may provide additional or different license terms and conditions
|
41006
|
-
for use, reproduction, or distribution of Your modifications, or
|
41007
|
-
for any such Derivative Works as a whole, provided Your use,
|
41008
|
-
reproduction, and distribution of the Work otherwise complies with
|
41009
|
-
the conditions stated in this License.
|
41010
|
-
|
41011
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
41012
|
-
any Contribution intentionally submitted for inclusion in the Work
|
41013
|
-
by You to the Licensor shall be under the terms and conditions of
|
41014
|
-
this License, without any additional terms or conditions.
|
41015
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
41016
|
-
the terms of any separate license agreement you may have executed
|
41017
|
-
with Licensor regarding such Contributions.
|
41018
|
-
|
41019
|
-
6. Trademarks. This License does not grant permission to use the trade
|
41020
|
-
names, trademarks, service marks, or product names of the Licensor,
|
41021
|
-
except as required for reasonable and customary use in describing the
|
41022
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
41023
|
-
|
41024
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
41025
|
-
agreed to in writing, Licensor provides the Work (and each
|
41026
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
41027
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
41028
|
-
implied, including, without limitation, any warranties or conditions
|
41029
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
41030
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
41031
|
-
appropriateness of using or redistributing the Work and assume any
|
41032
|
-
risks associated with Your exercise of permissions under this License.
|
41033
|
-
|
41034
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
41035
|
-
whether in tort (including negligence), contract, or otherwise,
|
41036
|
-
unless required by applicable law (such as deliberate and grossly
|
41037
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
41038
|
-
liable to You for damages, including any direct, indirect, special,
|
41039
|
-
incidental, or consequential damages of any character arising as a
|
41040
|
-
result of this License or out of the use or inability to use the
|
41041
|
-
Work (including but not limited to damages for loss of goodwill,
|
41042
|
-
work stoppage, computer failure or malfunction, or any and all
|
41043
|
-
other commercial damages or losses), even if such Contributor
|
41044
|
-
has been advised of the possibility of such damages.
|
41045
|
-
|
41046
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
41047
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
41048
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
41049
|
-
or other liability obligations and/or rights consistent with this
|
41050
|
-
License. However, in accepting such obligations, You may act only
|
41051
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
41052
|
-
of any other Contributor, and only if You agree to indemnify,
|
41053
|
-
defend, and hold each Contributor harmless for any liability
|
41054
|
-
incurred by, or claims asserted against, such Contributor by reason
|
41055
|
-
of your accepting any such warranty or additional liability.
|
41056
|
-
|
41057
|
-
END OF TERMS AND CONDITIONS
|
41058
|
-
|
41059
|
-
APPENDIX: How to apply the Apache License to your work.
|
41060
|
-
|
41061
|
-
To apply the Apache License to your work, attach the following
|
41062
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
41063
|
-
replaced with your own identifying information. (Don't include
|
41064
|
-
the brackets!) The text should be enclosed in the appropriate
|
41065
|
-
comment syntax for the file format. We also recommend that a
|
41066
|
-
file or class name and description of purpose be included on the
|
41067
|
-
same "printed page" as the copyright notice for easier
|
41068
|
-
identification within third-party archives.
|
41069
|
-
|
41070
|
-
Copyright [yyyy] [name of copyright owner]
|
41071
|
-
|
41072
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
41073
|
-
you may not use this file except in compliance with the License.
|
41074
|
-
You may obtain a copy of the License at
|
41075
|
-
|
41076
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
41077
|
-
|
41078
|
-
Unless required by applicable law or agreed to in writing, software
|
41079
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
41080
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
41081
|
-
See the License for the specific language governing permissions and
|
41082
|
-
limitations under the License.
|
41083
|
-
|
41084
|
-
================================================================================
|
41085
|
-
syn v1.0.109 LICENSE-MIT
|
41086
|
-
================================================================================
|
41087
|
-
|
41088
|
-
Permission is hereby granted, free of charge, to any
|
41089
|
-
person obtaining a copy of this software and associated
|
41090
|
-
documentation files (the "Software"), to deal in the
|
41091
|
-
Software without restriction, including without
|
41092
|
-
limitation the rights to use, copy, modify, merge,
|
41093
|
-
publish, distribute, sublicense, and/or sell copies of
|
41094
|
-
the Software, and to permit persons to whom the Software
|
41095
|
-
is furnished to do so, subject to the following
|
41096
|
-
conditions:
|
41097
|
-
|
41098
|
-
The above copyright notice and this permission notice
|
41099
|
-
shall be included in all copies or substantial portions
|
41100
|
-
of the Software.
|
41101
|
-
|
41102
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
41103
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
41104
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
41105
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
41106
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
41107
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
41108
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
41109
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
41110
|
-
DEALINGS IN THE SOFTWARE.
|
41111
|
-
|
41112
|
-
================================================================================
|
41113
|
-
syn v2.0.93 LICENSE-APACHE
|
40738
|
+
syn LICENSE-APACHE
|
41114
40739
|
================================================================================
|
41115
40740
|
|
41116
40741
|
Apache License
|
@@ -41291,7 +40916,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
41291
40916
|
END OF TERMS AND CONDITIONS
|
41292
40917
|
|
41293
40918
|
================================================================================
|
41294
|
-
syn
|
40919
|
+
syn LICENSE-MIT
|
41295
40920
|
================================================================================
|
41296
40921
|
|
41297
40922
|
Permission is hereby granted, free of charge, to any
|
@@ -41539,225 +41164,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
41539
41164
|
SOFTWARE.
|
41540
41165
|
|
41541
41166
|
|
41542
|
-
================================================================================
|
41543
|
-
target-features LICENSE-APACHE
|
41544
|
-
================================================================================
|
41545
|
-
|
41546
|
-
|
41547
|
-
Apache License
|
41548
|
-
Version 2.0, January 2004
|
41549
|
-
http://www.apache.org/licenses/
|
41550
|
-
|
41551
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
41552
|
-
|
41553
|
-
1. Definitions.
|
41554
|
-
|
41555
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
41556
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
41557
|
-
|
41558
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
41559
|
-
the copyright owner that is granting the License.
|
41560
|
-
|
41561
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
41562
|
-
other entities that control, are controlled by, or are under common
|
41563
|
-
control with that entity. For the purposes of this definition,
|
41564
|
-
"control" means (i) the power, direct or indirect, to cause the
|
41565
|
-
direction or management of such entity, whether by contract or
|
41566
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
41567
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
41568
|
-
|
41569
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
41570
|
-
exercising permissions granted by this License.
|
41571
|
-
|
41572
|
-
"Source" form shall mean the preferred form for making modifications,
|
41573
|
-
including but not limited to software source code, documentation
|
41574
|
-
source, and configuration files.
|
41575
|
-
|
41576
|
-
"Object" form shall mean any form resulting from mechanical
|
41577
|
-
transformation or translation of a Source form, including but
|
41578
|
-
not limited to compiled object code, generated documentation,
|
41579
|
-
and conversions to other media types.
|
41580
|
-
|
41581
|
-
"Work" shall mean the work of authorship, whether in Source or
|
41582
|
-
Object form, made available under the License, as indicated by a
|
41583
|
-
copyright notice that is included in or attached to the work
|
41584
|
-
(an example is provided in the Appendix below).
|
41585
|
-
|
41586
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
41587
|
-
form, that is based on (or derived from) the Work and for which the
|
41588
|
-
editorial revisions, annotations, elaborations, or other modifications
|
41589
|
-
represent, as a whole, an original work of authorship. For the purposes
|
41590
|
-
of this License, Derivative Works shall not include works that remain
|
41591
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
41592
|
-
the Work and Derivative Works thereof.
|
41593
|
-
|
41594
|
-
"Contribution" shall mean any work of authorship, including
|
41595
|
-
the original version of the Work and any modifications or additions
|
41596
|
-
to that Work or Derivative Works thereof, that is intentionally
|
41597
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
41598
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
41599
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
41600
|
-
means any form of electronic, verbal, or written communication sent
|
41601
|
-
to the Licensor or its representatives, including but not limited to
|
41602
|
-
communication on electronic mailing lists, source code control systems,
|
41603
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
41604
|
-
Licensor for the purpose of discussing and improving the Work, but
|
41605
|
-
excluding communication that is conspicuously marked or otherwise
|
41606
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
41607
|
-
|
41608
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
41609
|
-
on behalf of whom a Contribution has been received by Licensor and
|
41610
|
-
subsequently incorporated within the Work.
|
41611
|
-
|
41612
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
41613
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41614
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41615
|
-
copyright license to reproduce, prepare Derivative Works of,
|
41616
|
-
publicly display, publicly perform, sublicense, and distribute the
|
41617
|
-
Work and such Derivative Works in Source or Object form.
|
41618
|
-
|
41619
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
41620
|
-
this License, each Contributor hereby grants to You a perpetual,
|
41621
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
41622
|
-
(except as stated in this section) patent license to make, have made,
|
41623
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
41624
|
-
where such license applies only to those patent claims licensable
|
41625
|
-
by such Contributor that are necessarily infringed by their
|
41626
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
41627
|
-
with the Work to which such Contribution(s) was submitted. If You
|
41628
|
-
institute patent litigation against any entity (including a
|
41629
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
41630
|
-
or a Contribution incorporated within the Work constitutes direct
|
41631
|
-
or contributory patent infringement, then any patent licenses
|
41632
|
-
granted to You under this License for that Work shall terminate
|
41633
|
-
as of the date such litigation is filed.
|
41634
|
-
|
41635
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
41636
|
-
Work or Derivative Works thereof in any medium, with or without
|
41637
|
-
modifications, and in Source or Object form, provided that You
|
41638
|
-
meet the following conditions:
|
41639
|
-
|
41640
|
-
(a) You must give any other recipients of the Work or
|
41641
|
-
Derivative Works a copy of this License; and
|
41642
|
-
|
41643
|
-
(b) You must cause any modified files to carry prominent notices
|
41644
|
-
stating that You changed the files; and
|
41645
|
-
|
41646
|
-
(c) You must retain, in the Source form of any Derivative Works
|
41647
|
-
that You distribute, all copyright, patent, trademark, and
|
41648
|
-
attribution notices from the Source form of the Work,
|
41649
|
-
excluding those notices that do not pertain to any part of
|
41650
|
-
the Derivative Works; and
|
41651
|
-
|
41652
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
41653
|
-
distribution, then any Derivative Works that You distribute must
|
41654
|
-
include a readable copy of the attribution notices contained
|
41655
|
-
within such NOTICE file, excluding those notices that do not
|
41656
|
-
pertain to any part of the Derivative Works, in at least one
|
41657
|
-
of the following places: within a NOTICE text file distributed
|
41658
|
-
as part of the Derivative Works; within the Source form or
|
41659
|
-
documentation, if provided along with the Derivative Works; or,
|
41660
|
-
within a display generated by the Derivative Works, if and
|
41661
|
-
wherever such third-party notices normally appear. The contents
|
41662
|
-
of the NOTICE file are for informational purposes only and
|
41663
|
-
do not modify the License. You may add Your own attribution
|
41664
|
-
notices within Derivative Works that You distribute, alongside
|
41665
|
-
or as an addendum to the NOTICE text from the Work, provided
|
41666
|
-
that such additional attribution notices cannot be construed
|
41667
|
-
as modifying the License.
|
41668
|
-
|
41669
|
-
You may add Your own copyright statement to Your modifications and
|
41670
|
-
may provide additional or different license terms and conditions
|
41671
|
-
for use, reproduction, or distribution of Your modifications, or
|
41672
|
-
for any such Derivative Works as a whole, provided Your use,
|
41673
|
-
reproduction, and distribution of the Work otherwise complies with
|
41674
|
-
the conditions stated in this License.
|
41675
|
-
|
41676
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
41677
|
-
any Contribution intentionally submitted for inclusion in the Work
|
41678
|
-
by You to the Licensor shall be under the terms and conditions of
|
41679
|
-
this License, without any additional terms or conditions.
|
41680
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
41681
|
-
the terms of any separate license agreement you may have executed
|
41682
|
-
with Licensor regarding such Contributions.
|
41683
|
-
|
41684
|
-
6. Trademarks. This License does not grant permission to use the trade
|
41685
|
-
names, trademarks, service marks, or product names of the Licensor,
|
41686
|
-
except as required for reasonable and customary use in describing the
|
41687
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
41688
|
-
|
41689
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
41690
|
-
agreed to in writing, Licensor provides the Work (and each
|
41691
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
41692
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
41693
|
-
implied, including, without limitation, any warranties or conditions
|
41694
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
41695
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
41696
|
-
appropriateness of using or redistributing the Work and assume any
|
41697
|
-
risks associated with Your exercise of permissions under this License.
|
41698
|
-
|
41699
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
41700
|
-
whether in tort (including negligence), contract, or otherwise,
|
41701
|
-
unless required by applicable law (such as deliberate and grossly
|
41702
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
41703
|
-
liable to You for damages, including any direct, indirect, special,
|
41704
|
-
incidental, or consequential damages of any character arising as a
|
41705
|
-
result of this License or out of the use or inability to use the
|
41706
|
-
Work (including but not limited to damages for loss of goodwill,
|
41707
|
-
work stoppage, computer failure or malfunction, or any and all
|
41708
|
-
other commercial damages or losses), even if such Contributor
|
41709
|
-
has been advised of the possibility of such damages.
|
41710
|
-
|
41711
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
41712
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
41713
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
41714
|
-
or other liability obligations and/or rights consistent with this
|
41715
|
-
License. However, in accepting such obligations, You may act only
|
41716
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
41717
|
-
of any other Contributor, and only if You agree to indemnify,
|
41718
|
-
defend, and hold each Contributor harmless for any liability
|
41719
|
-
incurred by, or claims asserted against, such Contributor by reason
|
41720
|
-
of your accepting any such warranty or additional liability.
|
41721
|
-
|
41722
|
-
END OF TERMS AND CONDITIONS
|
41723
|
-
|
41724
|
-
APPENDIX: How to apply the Apache License to your work.
|
41725
|
-
|
41726
|
-
To apply the Apache License to your work, attach the following
|
41727
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
41728
|
-
replaced with your own identifying information. (Don't include
|
41729
|
-
the brackets!) The text should be enclosed in the appropriate
|
41730
|
-
comment syntax for the file format. We also recommend that a
|
41731
|
-
file or class name and description of purpose be included on the
|
41732
|
-
same "printed page" as the copyright notice for easier
|
41733
|
-
identification within third-party archives.
|
41734
|
-
|
41735
|
-
Copyright [yyyy] [name of copyright owner]
|
41736
|
-
|
41737
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
41738
|
-
you may not use this file except in compliance with the License.
|
41739
|
-
You may obtain a copy of the License at
|
41740
|
-
|
41741
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
41742
|
-
|
41743
|
-
Unless required by applicable law or agreed to in writing, software
|
41744
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
41745
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
41746
|
-
See the License for the specific language governing permissions and
|
41747
|
-
limitations under the License.
|
41748
|
-
|
41749
|
-
================================================================================
|
41750
|
-
target-features LICENSE-MIT
|
41751
|
-
================================================================================
|
41752
|
-
|
41753
|
-
Copyright 2022 Caleb Zulawski
|
41754
|
-
|
41755
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
41756
|
-
|
41757
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
41758
|
-
|
41759
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
41760
|
-
|
41761
41167
|
================================================================================
|
41762
41168
|
thiserror LICENSE-APACHE
|
41763
41169
|
================================================================================
|
@@ -43756,6 +43162,242 @@ not be used in advertising or otherwise to promote the sale, use or other
|
|
43756
43162
|
dealings in these Data Files or Software without prior written
|
43757
43163
|
authorization of the copyright holder.
|
43758
43164
|
|
43165
|
+
================================================================================
|
43166
|
+
unicode-normalization LICENSE-APACHE
|
43167
|
+
================================================================================
|
43168
|
+
|
43169
|
+
Apache License
|
43170
|
+
Version 2.0, January 2004
|
43171
|
+
http://www.apache.org/licenses/
|
43172
|
+
|
43173
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
43174
|
+
|
43175
|
+
1. Definitions.
|
43176
|
+
|
43177
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
43178
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
43179
|
+
|
43180
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
43181
|
+
the copyright owner that is granting the License.
|
43182
|
+
|
43183
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
43184
|
+
other entities that control, are controlled by, or are under common
|
43185
|
+
control with that entity. For the purposes of this definition,
|
43186
|
+
"control" means (i) the power, direct or indirect, to cause the
|
43187
|
+
direction or management of such entity, whether by contract or
|
43188
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
43189
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
43190
|
+
|
43191
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
43192
|
+
exercising permissions granted by this License.
|
43193
|
+
|
43194
|
+
"Source" form shall mean the preferred form for making modifications,
|
43195
|
+
including but not limited to software source code, documentation
|
43196
|
+
source, and configuration files.
|
43197
|
+
|
43198
|
+
"Object" form shall mean any form resulting from mechanical
|
43199
|
+
transformation or translation of a Source form, including but
|
43200
|
+
not limited to compiled object code, generated documentation,
|
43201
|
+
and conversions to other media types.
|
43202
|
+
|
43203
|
+
"Work" shall mean the work of authorship, whether in Source or
|
43204
|
+
Object form, made available under the License, as indicated by a
|
43205
|
+
copyright notice that is included in or attached to the work
|
43206
|
+
(an example is provided in the Appendix below).
|
43207
|
+
|
43208
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
43209
|
+
form, that is based on (or derived from) the Work and for which the
|
43210
|
+
editorial revisions, annotations, elaborations, or other modifications
|
43211
|
+
represent, as a whole, an original work of authorship. For the purposes
|
43212
|
+
of this License, Derivative Works shall not include works that remain
|
43213
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
43214
|
+
the Work and Derivative Works thereof.
|
43215
|
+
|
43216
|
+
"Contribution" shall mean any work of authorship, including
|
43217
|
+
the original version of the Work and any modifications or additions
|
43218
|
+
to that Work or Derivative Works thereof, that is intentionally
|
43219
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
43220
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
43221
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
43222
|
+
means any form of electronic, verbal, or written communication sent
|
43223
|
+
to the Licensor or its representatives, including but not limited to
|
43224
|
+
communication on electronic mailing lists, source code control systems,
|
43225
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
43226
|
+
Licensor for the purpose of discussing and improving the Work, but
|
43227
|
+
excluding communication that is conspicuously marked or otherwise
|
43228
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
43229
|
+
|
43230
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
43231
|
+
on behalf of whom a Contribution has been received by Licensor and
|
43232
|
+
subsequently incorporated within the Work.
|
43233
|
+
|
43234
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
43235
|
+
this License, each Contributor hereby grants to You a perpetual,
|
43236
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
43237
|
+
copyright license to reproduce, prepare Derivative Works of,
|
43238
|
+
publicly display, publicly perform, sublicense, and distribute the
|
43239
|
+
Work and such Derivative Works in Source or Object form.
|
43240
|
+
|
43241
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
43242
|
+
this License, each Contributor hereby grants to You a perpetual,
|
43243
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
43244
|
+
(except as stated in this section) patent license to make, have made,
|
43245
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
43246
|
+
where such license applies only to those patent claims licensable
|
43247
|
+
by such Contributor that are necessarily infringed by their
|
43248
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
43249
|
+
with the Work to which such Contribution(s) was submitted. If You
|
43250
|
+
institute patent litigation against any entity (including a
|
43251
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
43252
|
+
or a Contribution incorporated within the Work constitutes direct
|
43253
|
+
or contributory patent infringement, then any patent licenses
|
43254
|
+
granted to You under this License for that Work shall terminate
|
43255
|
+
as of the date such litigation is filed.
|
43256
|
+
|
43257
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
43258
|
+
Work or Derivative Works thereof in any medium, with or without
|
43259
|
+
modifications, and in Source or Object form, provided that You
|
43260
|
+
meet the following conditions:
|
43261
|
+
|
43262
|
+
(a) You must give any other recipients of the Work or
|
43263
|
+
Derivative Works a copy of this License; and
|
43264
|
+
|
43265
|
+
(b) You must cause any modified files to carry prominent notices
|
43266
|
+
stating that You changed the files; and
|
43267
|
+
|
43268
|
+
(c) You must retain, in the Source form of any Derivative Works
|
43269
|
+
that You distribute, all copyright, patent, trademark, and
|
43270
|
+
attribution notices from the Source form of the Work,
|
43271
|
+
excluding those notices that do not pertain to any part of
|
43272
|
+
the Derivative Works; and
|
43273
|
+
|
43274
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
43275
|
+
distribution, then any Derivative Works that You distribute must
|
43276
|
+
include a readable copy of the attribution notices contained
|
43277
|
+
within such NOTICE file, excluding those notices that do not
|
43278
|
+
pertain to any part of the Derivative Works, in at least one
|
43279
|
+
of the following places: within a NOTICE text file distributed
|
43280
|
+
as part of the Derivative Works; within the Source form or
|
43281
|
+
documentation, if provided along with the Derivative Works; or,
|
43282
|
+
within a display generated by the Derivative Works, if and
|
43283
|
+
wherever such third-party notices normally appear. The contents
|
43284
|
+
of the NOTICE file are for informational purposes only and
|
43285
|
+
do not modify the License. You may add Your own attribution
|
43286
|
+
notices within Derivative Works that You distribute, alongside
|
43287
|
+
or as an addendum to the NOTICE text from the Work, provided
|
43288
|
+
that such additional attribution notices cannot be construed
|
43289
|
+
as modifying the License.
|
43290
|
+
|
43291
|
+
You may add Your own copyright statement to Your modifications and
|
43292
|
+
may provide additional or different license terms and conditions
|
43293
|
+
for use, reproduction, or distribution of Your modifications, or
|
43294
|
+
for any such Derivative Works as a whole, provided Your use,
|
43295
|
+
reproduction, and distribution of the Work otherwise complies with
|
43296
|
+
the conditions stated in this License.
|
43297
|
+
|
43298
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
43299
|
+
any Contribution intentionally submitted for inclusion in the Work
|
43300
|
+
by You to the Licensor shall be under the terms and conditions of
|
43301
|
+
this License, without any additional terms or conditions.
|
43302
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
43303
|
+
the terms of any separate license agreement you may have executed
|
43304
|
+
with Licensor regarding such Contributions.
|
43305
|
+
|
43306
|
+
6. Trademarks. This License does not grant permission to use the trade
|
43307
|
+
names, trademarks, service marks, or product names of the Licensor,
|
43308
|
+
except as required for reasonable and customary use in describing the
|
43309
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
43310
|
+
|
43311
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
43312
|
+
agreed to in writing, Licensor provides the Work (and each
|
43313
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
43314
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
43315
|
+
implied, including, without limitation, any warranties or conditions
|
43316
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
43317
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
43318
|
+
appropriateness of using or redistributing the Work and assume any
|
43319
|
+
risks associated with Your exercise of permissions under this License.
|
43320
|
+
|
43321
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
43322
|
+
whether in tort (including negligence), contract, or otherwise,
|
43323
|
+
unless required by applicable law (such as deliberate and grossly
|
43324
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
43325
|
+
liable to You for damages, including any direct, indirect, special,
|
43326
|
+
incidental, or consequential damages of any character arising as a
|
43327
|
+
result of this License or out of the use or inability to use the
|
43328
|
+
Work (including but not limited to damages for loss of goodwill,
|
43329
|
+
work stoppage, computer failure or malfunction, or any and all
|
43330
|
+
other commercial damages or losses), even if such Contributor
|
43331
|
+
has been advised of the possibility of such damages.
|
43332
|
+
|
43333
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
43334
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
43335
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
43336
|
+
or other liability obligations and/or rights consistent with this
|
43337
|
+
License. However, in accepting such obligations, You may act only
|
43338
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
43339
|
+
of any other Contributor, and only if You agree to indemnify,
|
43340
|
+
defend, and hold each Contributor harmless for any liability
|
43341
|
+
incurred by, or claims asserted against, such Contributor by reason
|
43342
|
+
of your accepting any such warranty or additional liability.
|
43343
|
+
|
43344
|
+
END OF TERMS AND CONDITIONS
|
43345
|
+
|
43346
|
+
APPENDIX: How to apply the Apache License to your work.
|
43347
|
+
|
43348
|
+
To apply the Apache License to your work, attach the following
|
43349
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
43350
|
+
replaced with your own identifying information. (Don't include
|
43351
|
+
the brackets!) The text should be enclosed in the appropriate
|
43352
|
+
comment syntax for the file format. We also recommend that a
|
43353
|
+
file or class name and description of purpose be included on the
|
43354
|
+
same "printed page" as the copyright notice for easier
|
43355
|
+
identification within third-party archives.
|
43356
|
+
|
43357
|
+
Copyright [yyyy] [name of copyright owner]
|
43358
|
+
|
43359
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
43360
|
+
you may not use this file except in compliance with the License.
|
43361
|
+
You may obtain a copy of the License at
|
43362
|
+
|
43363
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
43364
|
+
|
43365
|
+
Unless required by applicable law or agreed to in writing, software
|
43366
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
43367
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
43368
|
+
See the License for the specific language governing permissions and
|
43369
|
+
limitations under the License.
|
43370
|
+
|
43371
|
+
================================================================================
|
43372
|
+
unicode-normalization LICENSE-MIT
|
43373
|
+
================================================================================
|
43374
|
+
|
43375
|
+
Copyright (c) 2015 The Rust Project Developers
|
43376
|
+
|
43377
|
+
Permission is hereby granted, free of charge, to any
|
43378
|
+
person obtaining a copy of this software and associated
|
43379
|
+
documentation files (the "Software"), to deal in the
|
43380
|
+
Software without restriction, including without
|
43381
|
+
limitation the rights to use, copy, modify, merge,
|
43382
|
+
publish, distribute, sublicense, and/or sell copies of
|
43383
|
+
the Software, and to permit persons to whom the Software
|
43384
|
+
is furnished to do so, subject to the following
|
43385
|
+
conditions:
|
43386
|
+
|
43387
|
+
The above copyright notice and this permission notice
|
43388
|
+
shall be included in all copies or substantial portions
|
43389
|
+
of the Software.
|
43390
|
+
|
43391
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
43392
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
43393
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
43394
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
43395
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
43396
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
43397
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
43398
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
43399
|
+
DEALINGS IN THE SOFTWARE.
|
43400
|
+
|
43759
43401
|
================================================================================
|
43760
43402
|
unicode-reverse LICENSE-APACHE
|
43761
43403
|
================================================================================
|
@@ -46273,30 +45915,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
46273
45915
|
|
46274
45916
|
For more information, please refer to <http://unlicense.org/>
|
46275
45917
|
|
46276
|
-
================================================================================
|
46277
|
-
winapi-x86_64-pc-windows-gnu LICENSE-MIT
|
46278
|
-
================================================================================
|
46279
|
-
|
46280
|
-
Copyright (c) 2015-2018 The winapi-rs Developers
|
46281
|
-
|
46282
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
46283
|
-
of this software and associated documentation files (the "Software"), to deal
|
46284
|
-
in the Software without restriction, including without limitation the rights
|
46285
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
46286
|
-
copies of the Software, and to permit persons to whom the Software is
|
46287
|
-
furnished to do so, subject to the following conditions:
|
46288
|
-
|
46289
|
-
The above copyright notice and this permission notice shall be included in all
|
46290
|
-
copies or substantial portions of the Software.
|
46291
|
-
|
46292
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
46293
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
46294
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
46295
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
46296
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
46297
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
46298
|
-
SOFTWARE.
|
46299
|
-
|
46300
45918
|
================================================================================
|
46301
45919
|
winapi-x86_64-pc-windows-gnu LICENSE-APACHE
|
46302
45920
|
================================================================================
|
@@ -46503,6 +46121,30 @@ winapi-x86_64-pc-windows-gnu LICENSE-APACHE
|
|
46503
46121
|
See the License for the specific language governing permissions and
|
46504
46122
|
limitations under the License.
|
46505
46123
|
|
46124
|
+
================================================================================
|
46125
|
+
winapi-x86_64-pc-windows-gnu LICENSE-MIT
|
46126
|
+
================================================================================
|
46127
|
+
|
46128
|
+
Copyright (c) 2015-2018 The winapi-rs Developers
|
46129
|
+
|
46130
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
46131
|
+
of this software and associated documentation files (the "Software"), to deal
|
46132
|
+
in the Software without restriction, including without limitation the rights
|
46133
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
46134
|
+
copies of the Software, and to permit persons to whom the Software is
|
46135
|
+
furnished to do so, subject to the following conditions:
|
46136
|
+
|
46137
|
+
The above copyright notice and this permission notice shall be included in all
|
46138
|
+
copies or substantial portions of the Software.
|
46139
|
+
|
46140
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
46141
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
46142
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
46143
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
46144
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
46145
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
46146
|
+
SOFTWARE.
|
46147
|
+
|
46506
46148
|
================================================================================
|
46507
46149
|
windows license-mit
|
46508
46150
|
================================================================================
|
@@ -48413,6 +48055,30 @@ SPDX-License-Identifier: Unicode-3.0
|
|
48413
48055
|
Portions of ICU4X may have been adapted from ICU4C and/or ICU4J.
|
48414
48056
|
ICU 1.8.1 to ICU 57.1 © 1995-2016 International Business Machines Corporation and others.
|
48415
48057
|
|
48058
|
+
================================================================================
|
48059
|
+
zlib-rs LICENSE
|
48060
|
+
================================================================================
|
48061
|
+
|
48062
|
+
(C) 2024 Trifecta Tech Foundation
|
48063
|
+
|
48064
|
+
This software is provided 'as-is', without any express or implied
|
48065
|
+
warranty. In no event will the authors be held liable for any damages
|
48066
|
+
arising from the use of this software.
|
48067
|
+
|
48068
|
+
Permission is granted to anyone to use this software for any purpose,
|
48069
|
+
including commercial applications, and to alter it and redistribute it
|
48070
|
+
freely, subject to the following restrictions:
|
48071
|
+
|
48072
|
+
1. The origin of this software must not be misrepresented; you must not
|
48073
|
+
claim that you wrote the original software. If you use this software
|
48074
|
+
in a product, an acknowledgment in the product documentation would be
|
48075
|
+
appreciated but is not required.
|
48076
|
+
|
48077
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
48078
|
+
misrepresented as being the original software.
|
48079
|
+
|
48080
|
+
3. This notice may not be removed or altered from any source distribution.
|
48081
|
+
|
48416
48082
|
================================================================================
|
48417
48083
|
zstd LICENSE
|
48418
48084
|
================================================================================
|