polars-df 0.19.0-x64-mingw-ucrt → 0.21.0-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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/Cargo.lock +211 -320
  4. data/LICENSE-THIRD-PARTY.txt +1376 -2634
  5. data/LICENSE.txt +1 -1
  6. data/lib/polars/3.2/polars.so +0 -0
  7. data/lib/polars/3.3/polars.so +0 -0
  8. data/lib/polars/3.4/polars.so +0 -0
  9. data/lib/polars/cat_name_space.rb +3 -43
  10. data/lib/polars/catalog/unity/catalog_info.rb +20 -0
  11. data/lib/polars/catalog/unity/column_info.rb +31 -0
  12. data/lib/polars/catalog/unity/namespace_info.rb +21 -0
  13. data/lib/polars/catalog/unity/table_info.rb +50 -0
  14. data/lib/polars/catalog.rb +448 -0
  15. data/lib/polars/convert.rb +10 -0
  16. data/lib/polars/data_frame.rb +151 -30
  17. data/lib/polars/data_types.rb +47 -3
  18. data/lib/polars/exceptions.rb +7 -2
  19. data/lib/polars/expr.rb +48 -39
  20. data/lib/polars/functions/col.rb +6 -5
  21. data/lib/polars/functions/eager.rb +1 -1
  22. data/lib/polars/functions/lazy.rb +114 -15
  23. data/lib/polars/functions/repeat.rb +4 -0
  24. data/lib/polars/io/csv.rb +18 -0
  25. data/lib/polars/io/json.rb +16 -0
  26. data/lib/polars/io/ndjson.rb +13 -0
  27. data/lib/polars/io/parquet.rb +45 -63
  28. data/lib/polars/io/scan_options.rb +47 -0
  29. data/lib/polars/lazy_frame.rb +163 -75
  30. data/lib/polars/list_expr.rb +213 -17
  31. data/lib/polars/list_name_space.rb +121 -8
  32. data/lib/polars/meta_expr.rb +14 -29
  33. data/lib/polars/scan_cast_options.rb +64 -0
  34. data/lib/polars/schema.rb +6 -1
  35. data/lib/polars/selector.rb +138 -0
  36. data/lib/polars/selectors.rb +931 -202
  37. data/lib/polars/series.rb +46 -19
  38. data/lib/polars/string_expr.rb +24 -3
  39. data/lib/polars/string_name_space.rb +12 -1
  40. data/lib/polars/utils/parse.rb +40 -0
  41. data/lib/polars/utils.rb +5 -1
  42. data/lib/polars/version.rb +1 -1
  43. data/lib/polars.rb +8 -0
  44. metadata +10 -2
@@ -82,8 +82,12 @@ base64 v0.22.1
82
82
  https://github.com/marshallpierce/rust-base64
83
83
  MIT OR Apache-2.0
84
84
 
85
- bincode v1.3.3
86
- https://github.com/servo/bincode
85
+ bincode v2.0.1
86
+ https://github.com/bincode-org/bincode
87
+ MIT
88
+
89
+ bincode_derive v2.0.1
90
+ https://github.com/bincode-org/bincode
87
91
  MIT
88
92
 
89
93
  bindgen v0.69.5
@@ -102,11 +106,15 @@ block-buffer v0.10.4
102
106
  https://github.com/RustCrypto/utils
103
107
  MIT OR Apache-2.0
104
108
 
105
- brotli v7.0.0
109
+ boxcar v0.2.13
110
+ https://github.com/ibraheemdev/boxcar
111
+ MIT
112
+
113
+ brotli v8.0.1
106
114
  https://github.com/dropbox/rust-brotli
107
115
  BSD-3-Clause AND MIT
108
116
 
109
- brotli-decompressor v4.0.3
117
+ brotli-decompressor v5.0.0
110
118
  https://github.com/dropbox/rust-brotli-decompressor
111
119
  BSD-3-Clause/MIT
112
120
 
@@ -150,11 +158,7 @@ chrono v0.4.41
150
158
  https://github.com/chronotope/chrono
151
159
  MIT OR Apache-2.0
152
160
 
153
- chrono-tz v0.10.3
154
- https://github.com/chronotope/chrono-tz
155
- MIT OR Apache-2.0
156
-
157
- chrono-tz-build v0.4.1
161
+ chrono-tz v0.10.4
158
162
  https://github.com/chronotope/chrono-tz
159
163
  MIT OR Apache-2.0
160
164
 
@@ -166,7 +170,7 @@ comfy-table v7.1.4
166
170
  https://github.com/nukesor/comfy-table
167
171
  MIT
168
172
 
169
- compact_str v0.8.1
173
+ compact_str v0.9.0
170
174
  https://github.com/ParkMyCar/compact_str
171
175
  MIT
172
176
 
@@ -178,6 +182,10 @@ constant_time_eq v0.3.1
178
182
  https://github.com/cesarb/constant_time_eq
179
183
  CC0-1.0 OR MIT-0 OR Apache-2.0
180
184
 
185
+ cpufeatures v0.2.17
186
+ https://github.com/RustCrypto/utils
187
+ MIT OR Apache-2.0
188
+
181
189
  crc v2.1.0
182
190
  https://github.com/mrhooray/crc-rs.git
183
191
  MIT OR Apache-2.0
@@ -238,10 +246,6 @@ either v1.15.0
238
246
  https://github.com/rayon-rs/either
239
247
  MIT OR Apache-2.0
240
248
 
241
- enum_dispatch v0.3.13
242
- https://gitlab.com/antonok/enum_dispatch
243
- MIT OR Apache-2.0
244
-
245
249
  equivalent v1.0.2
246
250
  https://github.com/indexmap-rs/equivalent
247
251
  Apache-2.0 OR MIT
@@ -346,14 +350,10 @@ h2 v0.4.10
346
350
  https://github.com/hyperium/h2
347
351
  MIT
348
352
 
349
- halfbrown v0.2.5
353
+ halfbrown v0.3.0
350
354
  https://github.com/Licenser/halfbrown
351
355
  Apache-2.0/MIT
352
356
 
353
- hashbrown v0.14.5
354
- https://github.com/rust-lang/hashbrown
355
- MIT OR Apache-2.0
356
-
357
357
  hashbrown v0.15.3
358
358
  https://github.com/rust-lang/hashbrown
359
359
  MIT OR Apache-2.0
@@ -566,10 +566,6 @@ now v0.1.3
566
566
  https://github.com/Kilerd/now
567
567
  MIT
568
568
 
569
- ntapi v0.4.1
570
- https://github.com/MSxDOS/ntapi
571
- Apache-2.0 OR MIT
572
-
573
569
  num-traits v0.2.19
574
570
  https://github.com/rust-num/num-traits
575
571
  MIT OR Apache-2.0
@@ -594,10 +590,6 @@ parking_lot_core v0.9.10
594
590
  https://github.com/Amanieu/parking_lot
595
591
  MIT OR Apache-2.0
596
592
 
597
- parse-zoneinfo v0.3.1
598
- https://github.com/chronotope/chrono-tz
599
- MIT
600
-
601
593
  paste v1.0.15
602
594
  https://github.com/dtolnay/paste
603
595
  MIT OR Apache-2.0
@@ -606,19 +598,11 @@ percent-encoding v2.3.1
606
598
  https://github.com/servo/rust-url/
607
599
  MIT OR Apache-2.0
608
600
 
609
- phf v0.11.3
610
- https://github.com/rust-phf/rust-phf
611
- MIT
612
-
613
- phf_codegen v0.11.3
614
- https://github.com/rust-phf/rust-phf
615
- MIT
616
-
617
- phf_generator v0.11.3
601
+ phf v0.12.1
618
602
  https://github.com/rust-phf/rust-phf
619
603
  MIT
620
604
 
621
- phf_shared v0.11.3
605
+ phf_shared v0.12.1
622
606
  https://github.com/rust-phf/rust-phf
623
607
  MIT
624
608
 
@@ -634,58 +618,63 @@ pkg-config v0.3.32
634
618
  https://github.com/rust-lang/pkg-config-rs
635
619
  MIT OR Apache-2.0
636
620
 
637
- planus v0.3.1
621
+ planus v1.1.1
638
622
  https://github.com/planus-org/planus
639
623
  MIT/Apache-2.0
640
624
 
641
- polars v0.48.0
625
+ polars v0.50.0
642
626
  https://www.pola.rs/
643
627
  MIT
644
628
 
645
- polars-arrow v0.48.0
629
+ polars-arrow v0.50.0
646
630
  https://www.pola.rs/
647
631
  MIT AND Apache-2.0
648
632
 
649
- polars-arrow-format v0.1.0
650
- https://github.com/polar-rs/arrow-format
633
+ polars-arrow-format v0.2.0
634
+ https://github.com/DataEngineeringLabs/arrow-format
635
+ Apache-2.0
636
+
637
+ polars-compute v0.50.0
638
+ https://www.pola.rs/
639
+ MIT
651
640
 
652
- polars-compute v0.48.0
641
+ polars-core v0.50.0
653
642
  https://www.pola.rs/
654
643
  MIT
655
644
 
656
- polars-core v0.48.0
645
+ polars-dtype v0.50.0
657
646
  https://www.pola.rs/
658
647
  MIT
659
648
 
660
- polars-error v0.48.0
649
+ polars-error v0.50.0
661
650
  https://www.pola.rs/
662
651
  MIT
663
652
 
664
- polars-expr v0.48.0
653
+ polars-expr v0.50.0
665
654
  https://www.pola.rs/
666
655
  MIT
667
656
 
668
- polars-io v0.48.0
657
+ polars-io v0.50.0
669
658
  https://www.pola.rs/
670
659
  MIT
671
660
 
672
- polars-json v0.48.0
661
+ polars-json v0.50.0
673
662
  https://www.pola.rs/
674
663
  MIT
675
664
 
676
- polars-lazy v0.48.0
665
+ polars-lazy v0.50.0
677
666
  https://www.pola.rs/
678
667
  MIT
679
668
 
680
- polars-mem-engine v0.48.0
669
+ polars-mem-engine v0.50.0
681
670
  https://www.pola.rs/
682
671
  MIT
683
672
 
684
- polars-ops v0.48.0
673
+ polars-ops v0.50.0
685
674
  https://www.pola.rs/
686
675
  MIT
687
676
 
688
- polars-parquet v0.48.0
677
+ polars-parquet v0.50.0
689
678
  https://www.pola.rs/
690
679
  MIT AND Apache-2.0
691
680
 
@@ -693,35 +682,31 @@ polars-parquet-format v0.1.0
693
682
  https://github.com/pola-rs/parquet-format
694
683
  MIT AND Apache-2.0
695
684
 
696
- polars-pipe v0.48.0
697
- https://www.pola.rs/
698
- MIT
699
-
700
- polars-plan v0.48.0
685
+ polars-plan v0.50.0
701
686
  https://www.pola.rs/
702
687
  MIT
703
688
 
704
- polars-row v0.48.0
689
+ polars-row v0.50.0
705
690
  https://www.pola.rs/
706
691
  MIT
707
692
 
708
- polars-schema v0.48.0
693
+ polars-schema v0.50.0
709
694
  https://www.pola.rs/
710
695
  MIT
711
696
 
712
- polars-sql v0.48.0
697
+ polars-sql v0.50.0
713
698
  https://www.pola.rs/
714
699
  MIT
715
700
 
716
- polars-stream v0.48.0
701
+ polars-stream v0.50.0
717
702
  https://www.pola.rs/
718
703
  MIT
719
704
 
720
- polars-time v0.48.0
705
+ polars-time v0.50.0
721
706
  https://www.pola.rs/
722
707
  MIT
723
708
 
724
- polars-utils v0.48.0
709
+ polars-utils v0.50.0
725
710
  https://www.pola.rs/
726
711
  MIT
727
712
 
@@ -761,31 +746,19 @@ quote v1.0.40
761
746
  https://github.com/dtolnay/quote
762
747
  MIT OR Apache-2.0
763
748
 
764
- rand v0.8.5
765
- https://rust-random.github.io/book
766
- MIT OR Apache-2.0
767
-
768
749
  rand v0.9.1
769
750
  https://rust-random.github.io/book
770
751
  MIT OR Apache-2.0
771
752
 
772
- rand_chacha v0.3.1
773
- https://rust-random.github.io/book
774
- MIT OR Apache-2.0
775
-
776
753
  rand_chacha v0.9.0
777
754
  https://rust-random.github.io/book
778
755
  MIT OR Apache-2.0
779
756
 
780
- rand_core v0.6.4
781
- https://rust-random.github.io/book
782
- MIT OR Apache-2.0
783
-
784
757
  rand_core v0.9.3
785
758
  https://rust-random.github.io/book
786
759
  MIT OR Apache-2.0
787
760
 
788
- rand_distr v0.4.3
761
+ rand_distr v0.5.1
789
762
  https://rust-random.github.io/book
790
763
  MIT OR Apache-2.0
791
764
 
@@ -801,11 +774,11 @@ rayon-core v1.12.1
801
774
  https://github.com/rayon-rs/rayon
802
775
  MIT OR Apache-2.0
803
776
 
804
- rb-sys v0.9.115
777
+ rb-sys v0.9.117
805
778
  https://github.com/oxidize-rb/rb-sys
806
779
  MIT OR Apache-2.0
807
780
 
808
- rb-sys-build v0.9.115
781
+ rb-sys-build v0.9.117
809
782
  https://github.com/oxidize-rb/rb-sys
810
783
  MIT OR Apache-2.0
811
784
 
@@ -921,18 +894,22 @@ serde_derive v1.0.219
921
894
  https://serde.rs
922
895
  MIT OR Apache-2.0
923
896
 
924
- serde_ignored v0.1.12
925
- https://github.com/dtolnay/serde-ignored
926
- MIT OR Apache-2.0
927
-
928
897
  serde_json v1.0.140
929
898
  https://github.com/serde-rs/json
930
899
  MIT OR Apache-2.0
931
900
 
901
+ serde_stacker v0.1.12
902
+ https://github.com/dtolnay/serde-stacker
903
+ MIT OR Apache-2.0
904
+
932
905
  serde_urlencoded v0.7.1
933
906
  https://github.com/nox/serde_urlencoded
934
907
  MIT/Apache-2.0
935
908
 
909
+ sha2 v0.10.9
910
+ https://github.com/RustCrypto/hashes
911
+ MIT OR Apache-2.0
912
+
936
913
  shell-words v1.1.0
937
914
  https://github.com/tmiasko/shell-words
938
915
  MIT/Apache-2.0
@@ -949,7 +926,7 @@ signal-hook-registry v1.4.5
949
926
  https://github.com/vorner/signal-hook
950
927
  Apache-2.0/MIT
951
928
 
952
- simd-json v0.14.3
929
+ simd-json v0.15.1
953
930
  https://github.com/simd-lite/simd-json
954
931
  Apache-2.0 OR MIT
955
932
 
@@ -961,8 +938,8 @@ siphasher v1.0.1
961
938
  https://docs.rs/siphasher
962
939
  MIT/Apache-2.0
963
940
 
964
- skiplist v0.5.1
965
- https://www.jpellis.me/projects/rust-skiplist/
941
+ skiplist v0.6.0
942
+ https://jpellis.me/projects/rust-skiplist/
966
943
  MIT
967
944
 
968
945
  slab v0.4.9
@@ -1013,7 +990,11 @@ strength_reduce v0.2.4
1013
990
  http://github.com/ejmahler/strength_reduce
1014
991
  MIT OR Apache-2.0
1015
992
 
1016
- strum_macros v0.26.4
993
+ strum v0.27.2
994
+ https://github.com/Peternator7/strum
995
+ MIT
996
+
997
+ strum_macros v0.27.2
1017
998
  https://github.com/Peternator7/strum
1018
999
  MIT
1019
1000
 
@@ -1033,10 +1014,6 @@ synstructure v0.13.2
1033
1014
  https://github.com/mystor/synstructure
1034
1015
  MIT
1035
1016
 
1036
- sysinfo v0.33.1
1037
- https://github.com/GuillaumeGomez/sysinfo
1038
- MIT
1039
-
1040
1017
  thiserror v2.0.12
1041
1018
  https://github.com/dtolnay/thiserror
1042
1019
  MIT OR Apache-2.0
@@ -1129,6 +1106,10 @@ untrusted v0.9.0
1129
1106
  https://github.com/briansmith/untrusted
1130
1107
  ISC
1131
1108
 
1109
+ unty v0.0.4
1110
+ https://github.com/bincode-org/unty
1111
+ MIT OR Apache-2.0
1112
+
1132
1113
  url v2.5.4
1133
1114
  https://github.com/servo/rust-url
1134
1115
  MIT OR Apache-2.0
@@ -1141,7 +1122,7 @@ uuid v1.16.0
1141
1122
  https://github.com/uuid-rs/uuid
1142
1123
  Apache-2.0 OR MIT
1143
1124
 
1144
- value-trait v0.10.1
1125
+ value-trait v0.11.0
1145
1126
  https://github.com/simd-lite/value-trait
1146
1127
  Apache-2.0/MIT
1147
1128
 
@@ -1149,6 +1130,10 @@ version_check v0.9.5
1149
1130
  https://github.com/SergioBenitez/version_check
1150
1131
  MIT/Apache-2.0
1151
1132
 
1133
+ virtue v0.0.18
1134
+ https://github.com/bincode-org/virtue
1135
+ MIT
1136
+
1152
1137
  walkdir v2.5.0
1153
1138
  https://github.com/BurntSushi/walkdir
1154
1139
  Unlicense/MIT
@@ -1169,22 +1154,6 @@ winapi-x86_64-pc-windows-gnu v0.4.0
1169
1154
  https://github.com/retep998/winapi-rs
1170
1155
  MIT/Apache-2.0
1171
1156
 
1172
- windows v0.57.0
1173
- https://github.com/microsoft/windows-rs
1174
- MIT OR Apache-2.0
1175
-
1176
- windows-core v0.57.0
1177
- https://github.com/microsoft/windows-rs
1178
- MIT OR Apache-2.0
1179
-
1180
- windows-implement v0.57.0
1181
- https://github.com/microsoft/windows-rs
1182
- MIT OR Apache-2.0
1183
-
1184
- windows-interface v0.57.0
1185
- https://github.com/microsoft/windows-rs
1186
- MIT OR Apache-2.0
1187
-
1188
1157
  windows-link v0.1.1
1189
1158
  https://github.com/microsoft/windows-rs
1190
1159
  MIT OR Apache-2.0
@@ -1193,10 +1162,6 @@ windows-registry v0.4.0
1193
1162
  https://github.com/microsoft/windows-rs
1194
1163
  MIT OR Apache-2.0
1195
1164
 
1196
- windows-result v0.1.2
1197
- https://github.com/microsoft/windows-rs
1198
- MIT OR Apache-2.0
1199
-
1200
1165
  windows-result v0.3.4
1201
1166
  https://github.com/microsoft/windows-rs
1202
1167
  MIT OR Apache-2.0
@@ -4402,27 +4367,53 @@ THE SOFTWARE.
4402
4367
  bincode LICENSE.md
4403
4368
  ================================================================================
4404
4369
 
4405
- The MIT License (MIT)
4406
-
4407
- Copyright (c) 2014 Ty Overby
4408
-
4409
- Permission is hereby granted, free of charge, to any person obtaining a copy
4410
- of this software and associated documentation files (the "Software"), to deal
4411
- in the Software without restriction, including without limitation the rights
4412
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4413
- copies of the Software, and to permit persons to whom the Software is
4414
- furnished to do so, subject to the following conditions:
4415
-
4416
- The above copyright notice and this permission notice shall be included in all
4417
- copies or substantial portions of the Software.
4418
-
4419
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4420
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4421
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4422
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4423
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4424
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4425
- SOFTWARE.
4370
+ The MIT License (MIT)
4371
+
4372
+ Copyright (c) 2014 Ty Overby
4373
+
4374
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4375
+ of this software and associated documentation files (the "Software"), to deal
4376
+ in the Software without restriction, including without limitation the rights
4377
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4378
+ copies of the Software, and to permit persons to whom the Software is
4379
+ furnished to do so, subject to the following conditions:
4380
+
4381
+ The above copyright notice and this permission notice shall be included in all
4382
+ copies or substantial portions of the Software.
4383
+
4384
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4385
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4386
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4387
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4388
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4389
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4390
+ SOFTWARE.
4391
+
4392
+ ================================================================================
4393
+ bincode_derive LICENSE.md
4394
+ ================================================================================
4395
+
4396
+ The MIT License (MIT)
4397
+
4398
+ Copyright (c) 2014 Ty Overby
4399
+
4400
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4401
+ of this software and associated documentation files (the "Software"), to deal
4402
+ in the Software without restriction, including without limitation the rights
4403
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4404
+ copies of the Software, and to permit persons to whom the Software is
4405
+ furnished to do so, subject to the following conditions:
4406
+
4407
+ The above copyright notice and this permission notice shall be included in all
4408
+ copies or substantial portions of the Software.
4409
+
4410
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4411
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4412
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4413
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4414
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4415
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4416
+ SOFTWARE.
4426
4417
 
4427
4418
  ================================================================================
4428
4419
  bindgen LICENSE
@@ -5488,21 +5479,28 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5488
5479
  DEALINGS IN THE SOFTWARE.
5489
5480
 
5490
5481
  ================================================================================
5491
- brotli LICENSE.BSD-3-Clause
5482
+ boxcar LICENSE
5492
5483
  ================================================================================
5493
5484
 
5494
- Copyright (c) 2016 Dropbox, Inc.
5495
- All rights reserved.
5496
-
5497
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5498
-
5499
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5485
+ MIT License
5500
5486
 
5501
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
5487
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5488
+ of this software and associated documentation files (the "Software"), to deal
5489
+ in the Software without restriction, including without limitation the rights
5490
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5491
+ copies of the Software, and to permit persons to whom the Software is
5492
+ furnished to do so, subject to the following conditions:
5502
5493
 
5503
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
5494
+ The above copyright notice and this permission notice shall be included in all
5495
+ copies or substantial portions of the Software.
5504
5496
 
5505
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5497
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5498
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5499
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5500
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5501
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5502
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5503
+ SOFTWARE.
5506
5504
 
5507
5505
  ================================================================================
5508
5506
  brotli LICENSE.MIT
@@ -5529,7 +5527,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5529
5527
  THE SOFTWARE.
5530
5528
 
5531
5529
  ================================================================================
5532
- brotli-decompressor LICENSE
5530
+ brotli LICENSE.BSD-3-Clause
5533
5531
  ================================================================================
5534
5532
 
5535
5533
  Copyright (c) 2016 Dropbox, Inc.
@@ -5546,103 +5544,120 @@ Redistribution and use in source and binary forms, with or without modification,
5546
5544
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5547
5545
 
5548
5546
  ================================================================================
5549
- bytemuck LICENSE-APACHE
5550
- ================================================================================
5551
-
5552
- Apache License
5553
- Version 2.0, January 2004
5554
- http://www.apache.org/licenses/
5555
-
5556
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5557
-
5558
- 1. Definitions.
5559
-
5560
- "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
5561
-
5562
- "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
5563
-
5564
- "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
5565
-
5566
- "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
5567
-
5568
- "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
5569
-
5570
- "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
5571
-
5572
- "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
5573
-
5574
- "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
5575
-
5576
- "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
5577
-
5578
- "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
5579
- 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
5580
- 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
5581
- 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
5582
- (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
5583
- (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
5584
- (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
5585
- (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
5586
-
5587
- You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5588
- 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
5589
- 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
5590
- 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
5591
- 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
5592
- 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
5593
-
5594
- END OF TERMS AND CONDITIONS
5595
-
5596
- APPENDIX: How to apply the Apache License to your work.
5597
-
5598
- To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
5599
-
5600
- Copyright [yyyy] [name of copyright owner]
5601
-
5602
- Licensed under the Apache License, Version 2.0 (the "License");
5603
- you may not use this file except in compliance with the License.
5604
- You may obtain a copy of the License at
5605
-
5606
- http://www.apache.org/licenses/LICENSE-2.0
5607
-
5608
- Unless required by applicable law or agreed to in writing, software
5609
- distributed under the License is distributed on an "AS IS" BASIS,
5610
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5611
- See the License for the specific language governing permissions and
5612
- limitations under the License.
5613
-
5614
- ================================================================================
5615
- bytemuck LICENSE-MIT
5616
- ================================================================================
5617
-
5618
- MIT License
5619
-
5620
- Copyright (c) 2019 Daniel "Lokathor" Gee.
5621
-
5622
- 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:
5623
-
5624
- The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
5625
-
5626
- 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.
5627
-
5628
- ================================================================================
5629
- bytemuck LICENSE-ZLIB
5547
+ brotli-decompressor LICENSE
5630
5548
  ================================================================================
5631
5549
 
5632
- Copyright (c) 2019 Daniel "Lokathor" Gee.
5550
+ Copyright (c) 2016 Dropbox, Inc.
5551
+ All rights reserved.
5633
5552
 
5634
- 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.
5553
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5635
5554
 
5636
- Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
5555
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5637
5556
 
5638
- 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
5557
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
5639
5558
 
5640
- 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
5559
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
5641
5560
 
5642
- 3. This notice may not be removed or altered from any source distribution.
5561
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5643
5562
 
5644
5563
  ================================================================================
5645
- bytemuck_derive LICENSE-APACHE
5564
+ bytemuck LICENSE-APACHE
5565
+ ================================================================================
5566
+
5567
+ Apache License
5568
+ Version 2.0, January 2004
5569
+ http://www.apache.org/licenses/
5570
+
5571
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5572
+
5573
+ 1. Definitions.
5574
+
5575
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
5576
+
5577
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
5578
+
5579
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
5580
+
5581
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
5582
+
5583
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
5584
+
5585
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
5586
+
5587
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
5588
+
5589
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
5590
+
5591
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
5592
+
5593
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
5594
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
5595
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
5596
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
5597
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
5598
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
5599
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
5600
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
5601
+
5602
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5603
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
5604
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
5605
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
5606
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
5607
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
5608
+
5609
+ END OF TERMS AND CONDITIONS
5610
+
5611
+ APPENDIX: How to apply the Apache License to your work.
5612
+
5613
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
5614
+
5615
+ Copyright [yyyy] [name of copyright owner]
5616
+
5617
+ Licensed under the Apache License, Version 2.0 (the "License");
5618
+ you may not use this file except in compliance with the License.
5619
+ You may obtain a copy of the License at
5620
+
5621
+ http://www.apache.org/licenses/LICENSE-2.0
5622
+
5623
+ Unless required by applicable law or agreed to in writing, software
5624
+ distributed under the License is distributed on an "AS IS" BASIS,
5625
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5626
+ See the License for the specific language governing permissions and
5627
+ limitations under the License.
5628
+
5629
+ ================================================================================
5630
+ bytemuck LICENSE-MIT
5631
+ ================================================================================
5632
+
5633
+ MIT License
5634
+
5635
+ Copyright (c) 2019 Daniel "Lokathor" Gee.
5636
+
5637
+ 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:
5638
+
5639
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
5640
+
5641
+ 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.
5642
+
5643
+ ================================================================================
5644
+ bytemuck LICENSE-ZLIB
5645
+ ================================================================================
5646
+
5647
+ Copyright (c) 2019 Daniel "Lokathor" Gee.
5648
+
5649
+ 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.
5650
+
5651
+ Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
5652
+
5653
+ 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
5654
+
5655
+ 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
5656
+
5657
+ 3. This notice may not be removed or altered from any source distribution.
5658
+
5659
+ ================================================================================
5660
+ bytemuck_derive LICENSE-APACHE
5646
5661
  ================================================================================
5647
5662
 
5648
5663
  Apache License
@@ -7097,239 +7112,6 @@ this LICENSE file) are in the public domain.
7097
7112
  If the files date.c, newstrftime.3, and strftime.c are present, they
7098
7113
  contain material derived from BSD and use the BSD 3-clause license.
7099
7114
 
7100
- ================================================================================
7101
- chrono-tz-build LICENSE
7102
- ================================================================================
7103
-
7104
- Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
7105
- The licenses do not apply to files in the tzdb folder which are in the
7106
- public domain. parse-zoneinfo was forked from zoneinfo-parse, which
7107
- was originally created by Benjamin Sago under the MIT license.
7108
-
7109
- Copyright (c) 2016-2024 Benjamin Sago & the chronotope maintainers
7110
-
7111
- The MIT License
7112
-
7113
- Permission is hereby granted, free of charge, to any person obtaining a copy
7114
- of this software and associated documentation files (the "Software"), to deal
7115
- in the Software without restriction, including without limitation the rights
7116
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7117
- copies of the Software, and to permit persons to whom the Software is
7118
- furnished to do so, subject to the following conditions:
7119
-
7120
- The above copyright notice and this permission notice shall be included in all
7121
- copies or substantial portions of the Software.
7122
-
7123
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7124
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7125
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7126
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7127
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7128
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7129
- SOFTWARE.
7130
-
7131
- Apache License
7132
- Version 2.0, January 2004
7133
- http://www.apache.org/licenses/
7134
-
7135
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7136
-
7137
- 1. Definitions.
7138
-
7139
- "License" shall mean the terms and conditions for use, reproduction,
7140
- and distribution as defined by Sections 1 through 9 of this document.
7141
-
7142
- "Licensor" shall mean the copyright owner or entity authorized by
7143
- the copyright owner that is granting the License.
7144
-
7145
- "Legal Entity" shall mean the union of the acting entity and all
7146
- other entities that control, are controlled by, or are under common
7147
- control with that entity. For the purposes of this definition,
7148
- "control" means (i) the power, direct or indirect, to cause the
7149
- direction or management of such entity, whether by contract or
7150
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
7151
- outstanding shares, or (iii) beneficial ownership of such entity.
7152
-
7153
- "You" (or "Your") shall mean an individual or Legal Entity
7154
- exercising permissions granted by this License.
7155
-
7156
- "Source" form shall mean the preferred form for making modifications,
7157
- including but not limited to software source code, documentation
7158
- source, and configuration files.
7159
-
7160
- "Object" form shall mean any form resulting from mechanical
7161
- transformation or translation of a Source form, including but
7162
- not limited to compiled object code, generated documentation,
7163
- and conversions to other media types.
7164
-
7165
- "Work" shall mean the work of authorship, whether in Source or
7166
- Object form, made available under the License, as indicated by a
7167
- copyright notice that is included in or attached to the work
7168
- (an example is provided in the Appendix below).
7169
-
7170
- "Derivative Works" shall mean any work, whether in Source or Object
7171
- form, that is based on (or derived from) the Work and for which the
7172
- editorial revisions, annotations, elaborations, or other modifications
7173
- represent, as a whole, an original work of authorship. For the purposes
7174
- of this License, Derivative Works shall not include works that remain
7175
- separable from, or merely link (or bind by name) to the interfaces of,
7176
- the Work and Derivative Works thereof.
7177
-
7178
- "Contribution" shall mean any work of authorship, including
7179
- the original version of the Work and any modifications or additions
7180
- to that Work or Derivative Works thereof, that is intentionally
7181
- submitted to Licensor for inclusion in the Work by the copyright owner
7182
- or by an individual or Legal Entity authorized to submit on behalf of
7183
- the copyright owner. For the purposes of this definition, "submitted"
7184
- means any form of electronic, verbal, or written communication sent
7185
- to the Licensor or its representatives, including but not limited to
7186
- communication on electronic mailing lists, source code control systems,
7187
- and issue tracking systems that are managed by, or on behalf of, the
7188
- Licensor for the purpose of discussing and improving the Work, but
7189
- excluding communication that is conspicuously marked or otherwise
7190
- designated in writing by the copyright owner as "Not a Contribution."
7191
-
7192
- "Contributor" shall mean Licensor and any individual or Legal Entity
7193
- on behalf of whom a Contribution has been received by Licensor and
7194
- subsequently incorporated within the Work.
7195
-
7196
- 2. Grant of Copyright License. Subject to the terms and conditions of
7197
- this License, each Contributor hereby grants to You a perpetual,
7198
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7199
- copyright license to reproduce, prepare Derivative Works of,
7200
- publicly display, publicly perform, sublicense, and distribute the
7201
- Work and such Derivative Works in Source or Object form.
7202
-
7203
- 3. Grant of Patent License. Subject to the terms and conditions of
7204
- this License, each Contributor hereby grants to You a perpetual,
7205
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7206
- (except as stated in this section) patent license to make, have made,
7207
- use, offer to sell, sell, import, and otherwise transfer the Work,
7208
- where such license applies only to those patent claims licensable
7209
- by such Contributor that are necessarily infringed by their
7210
- Contribution(s) alone or by combination of their Contribution(s)
7211
- with the Work to which such Contribution(s) was submitted. If You
7212
- institute patent litigation against any entity (including a
7213
- cross-claim or counterclaim in a lawsuit) alleging that the Work
7214
- or a Contribution incorporated within the Work constitutes direct
7215
- or contributory patent infringement, then any patent licenses
7216
- granted to You under this License for that Work shall terminate
7217
- as of the date such litigation is filed.
7218
-
7219
- 4. Redistribution. You may reproduce and distribute copies of the
7220
- Work or Derivative Works thereof in any medium, with or without
7221
- modifications, and in Source or Object form, provided that You
7222
- meet the following conditions:
7223
-
7224
- (a) You must give any other recipients of the Work or
7225
- Derivative Works a copy of this License; and
7226
-
7227
- (b) You must cause any modified files to carry prominent notices
7228
- stating that You changed the files; and
7229
-
7230
- (c) You must retain, in the Source form of any Derivative Works
7231
- that You distribute, all copyright, patent, trademark, and
7232
- attribution notices from the Source form of the Work,
7233
- excluding those notices that do not pertain to any part of
7234
- the Derivative Works; and
7235
-
7236
- (d) If the Work includes a "NOTICE" text file as part of its
7237
- distribution, then any Derivative Works that You distribute must
7238
- include a readable copy of the attribution notices contained
7239
- within such NOTICE file, excluding those notices that do not
7240
- pertain to any part of the Derivative Works, in at least one
7241
- of the following places: within a NOTICE text file distributed
7242
- as part of the Derivative Works; within the Source form or
7243
- documentation, if provided along with the Derivative Works; or,
7244
- within a display generated by the Derivative Works, if and
7245
- wherever such third-party notices normally appear. The contents
7246
- of the NOTICE file are for informational purposes only and
7247
- do not modify the License. You may add Your own attribution
7248
- notices within Derivative Works that You distribute, alongside
7249
- or as an addendum to the NOTICE text from the Work, provided
7250
- that such additional attribution notices cannot be construed
7251
- as modifying the License.
7252
-
7253
- You may add Your own copyright statement to Your modifications and
7254
- may provide additional or different license terms and conditions
7255
- for use, reproduction, or distribution of Your modifications, or
7256
- for any such Derivative Works as a whole, provided Your use,
7257
- reproduction, and distribution of the Work otherwise complies with
7258
- the conditions stated in this License.
7259
-
7260
- 5. Submission of Contributions. Unless You explicitly state otherwise,
7261
- any Contribution intentionally submitted for inclusion in the Work
7262
- by You to the Licensor shall be under the terms and conditions of
7263
- this License, without any additional terms or conditions.
7264
- Notwithstanding the above, nothing herein shall supersede or modify
7265
- the terms of any separate license agreement you may have executed
7266
- with Licensor regarding such Contributions.
7267
-
7268
- 6. Trademarks. This License does not grant permission to use the trade
7269
- names, trademarks, service marks, or product names of the Licensor,
7270
- except as required for reasonable and customary use in describing the
7271
- origin of the Work and reproducing the content of the NOTICE file.
7272
-
7273
- 7. Disclaimer of Warranty. Unless required by applicable law or
7274
- agreed to in writing, Licensor provides the Work (and each
7275
- Contributor provides its Contributions) on an "AS IS" BASIS,
7276
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
7277
- implied, including, without limitation, any warranties or conditions
7278
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
7279
- PARTICULAR PURPOSE. You are solely responsible for determining the
7280
- appropriateness of using or redistributing the Work and assume any
7281
- risks associated with Your exercise of permissions under this License.
7282
-
7283
- 8. Limitation of Liability. In no event and under no legal theory,
7284
- whether in tort (including negligence), contract, or otherwise,
7285
- unless required by applicable law (such as deliberate and grossly
7286
- negligent acts) or agreed to in writing, shall any Contributor be
7287
- liable to You for damages, including any direct, indirect, special,
7288
- incidental, or consequential damages of any character arising as a
7289
- result of this License or out of the use or inability to use the
7290
- Work (including but not limited to damages for loss of goodwill,
7291
- work stoppage, computer failure or malfunction, or any and all
7292
- other commercial damages or losses), even if such Contributor
7293
- has been advised of the possibility of such damages.
7294
-
7295
- 9. Accepting Warranty or Additional Liability. While redistributing
7296
- the Work or Derivative Works thereof, You may choose to offer,
7297
- and charge a fee for, acceptance of support, warranty, indemnity,
7298
- or other liability obligations and/or rights consistent with this
7299
- License. However, in accepting such obligations, You may act only
7300
- on Your own behalf and on Your sole responsibility, not on behalf
7301
- of any other Contributor, and only if You agree to indemnify,
7302
- defend, and hold each Contributor harmless for any liability
7303
- incurred by, or claims asserted against, such Contributor by reason
7304
- of your accepting any such warranty or additional liability.
7305
-
7306
- END OF TERMS AND CONDITIONS
7307
-
7308
- APPENDIX: How to apply the Apache License to your work.
7309
-
7310
- To apply the Apache License to your work, attach the following
7311
- boilerplate notice, with the fields enclosed by brackets "[]"
7312
- replaced with your own identifying information. (Don't include
7313
- the brackets!) The text should be enclosed in the appropriate
7314
- comment syntax for the file format. We also recommend that a
7315
- file or class name and description of purpose be included on the
7316
- same "printed page" as the copyright notice for easier
7317
- identification within third-party archives.
7318
-
7319
- Copyright 2016 Djzin
7320
-
7321
- Licensed under the Apache License, Version 2.0 (the "License");
7322
- you may not use this file except in compliance with the License.
7323
- You may obtain a copy of the License at
7324
-
7325
- http://www.apache.org/licenses/LICENSE-2.0
7326
-
7327
- Unless required by applicable law or agreed to in writing, software
7328
- distributed under the License is distributed on an "AS IS" BASIS,
7329
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7330
- See the License for the specific language governing permissions and
7331
- limitations under the License.
7332
-
7333
7115
  ================================================================================
7334
7116
  clang-sys LICENSE.txt
7335
7117
  ================================================================================
@@ -8149,6 +7931,242 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
8149
7931
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
8150
7932
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8151
7933
 
7934
+ ================================================================================
7935
+ cpufeatures LICENSE-APACHE
7936
+ ================================================================================
7937
+
7938
+ Apache License
7939
+ Version 2.0, January 2004
7940
+ http://www.apache.org/licenses/
7941
+
7942
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7943
+
7944
+ 1. Definitions.
7945
+
7946
+ "License" shall mean the terms and conditions for use, reproduction,
7947
+ and distribution as defined by Sections 1 through 9 of this document.
7948
+
7949
+ "Licensor" shall mean the copyright owner or entity authorized by
7950
+ the copyright owner that is granting the License.
7951
+
7952
+ "Legal Entity" shall mean the union of the acting entity and all
7953
+ other entities that control, are controlled by, or are under common
7954
+ control with that entity. For the purposes of this definition,
7955
+ "control" means (i) the power, direct or indirect, to cause the
7956
+ direction or management of such entity, whether by contract or
7957
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
7958
+ outstanding shares, or (iii) beneficial ownership of such entity.
7959
+
7960
+ "You" (or "Your") shall mean an individual or Legal Entity
7961
+ exercising permissions granted by this License.
7962
+
7963
+ "Source" form shall mean the preferred form for making modifications,
7964
+ including but not limited to software source code, documentation
7965
+ source, and configuration files.
7966
+
7967
+ "Object" form shall mean any form resulting from mechanical
7968
+ transformation or translation of a Source form, including but
7969
+ not limited to compiled object code, generated documentation,
7970
+ and conversions to other media types.
7971
+
7972
+ "Work" shall mean the work of authorship, whether in Source or
7973
+ Object form, made available under the License, as indicated by a
7974
+ copyright notice that is included in or attached to the work
7975
+ (an example is provided in the Appendix below).
7976
+
7977
+ "Derivative Works" shall mean any work, whether in Source or Object
7978
+ form, that is based on (or derived from) the Work and for which the
7979
+ editorial revisions, annotations, elaborations, or other modifications
7980
+ represent, as a whole, an original work of authorship. For the purposes
7981
+ of this License, Derivative Works shall not include works that remain
7982
+ separable from, or merely link (or bind by name) to the interfaces of,
7983
+ the Work and Derivative Works thereof.
7984
+
7985
+ "Contribution" shall mean any work of authorship, including
7986
+ the original version of the Work and any modifications or additions
7987
+ to that Work or Derivative Works thereof, that is intentionally
7988
+ submitted to Licensor for inclusion in the Work by the copyright owner
7989
+ or by an individual or Legal Entity authorized to submit on behalf of
7990
+ the copyright owner. For the purposes of this definition, "submitted"
7991
+ means any form of electronic, verbal, or written communication sent
7992
+ to the Licensor or its representatives, including but not limited to
7993
+ communication on electronic mailing lists, source code control systems,
7994
+ and issue tracking systems that are managed by, or on behalf of, the
7995
+ Licensor for the purpose of discussing and improving the Work, but
7996
+ excluding communication that is conspicuously marked or otherwise
7997
+ designated in writing by the copyright owner as "Not a Contribution."
7998
+
7999
+ "Contributor" shall mean Licensor and any individual or Legal Entity
8000
+ on behalf of whom a Contribution has been received by Licensor and
8001
+ subsequently incorporated within the Work.
8002
+
8003
+ 2. Grant of Copyright License. Subject to the terms and conditions of
8004
+ this License, each Contributor hereby grants to You a perpetual,
8005
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8006
+ copyright license to reproduce, prepare Derivative Works of,
8007
+ publicly display, publicly perform, sublicense, and distribute the
8008
+ Work and such Derivative Works in Source or Object form.
8009
+
8010
+ 3. Grant of Patent License. Subject to the terms and conditions of
8011
+ this License, each Contributor hereby grants to You a perpetual,
8012
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8013
+ (except as stated in this section) patent license to make, have made,
8014
+ use, offer to sell, sell, import, and otherwise transfer the Work,
8015
+ where such license applies only to those patent claims licensable
8016
+ by such Contributor that are necessarily infringed by their
8017
+ Contribution(s) alone or by combination of their Contribution(s)
8018
+ with the Work to which such Contribution(s) was submitted. If You
8019
+ institute patent litigation against any entity (including a
8020
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
8021
+ or a Contribution incorporated within the Work constitutes direct
8022
+ or contributory patent infringement, then any patent licenses
8023
+ granted to You under this License for that Work shall terminate
8024
+ as of the date such litigation is filed.
8025
+
8026
+ 4. Redistribution. You may reproduce and distribute copies of the
8027
+ Work or Derivative Works thereof in any medium, with or without
8028
+ modifications, and in Source or Object form, provided that You
8029
+ meet the following conditions:
8030
+
8031
+ (a) You must give any other recipients of the Work or
8032
+ Derivative Works a copy of this License; and
8033
+
8034
+ (b) You must cause any modified files to carry prominent notices
8035
+ stating that You changed the files; and
8036
+
8037
+ (c) You must retain, in the Source form of any Derivative Works
8038
+ that You distribute, all copyright, patent, trademark, and
8039
+ attribution notices from the Source form of the Work,
8040
+ excluding those notices that do not pertain to any part of
8041
+ the Derivative Works; and
8042
+
8043
+ (d) If the Work includes a "NOTICE" text file as part of its
8044
+ distribution, then any Derivative Works that You distribute must
8045
+ include a readable copy of the attribution notices contained
8046
+ within such NOTICE file, excluding those notices that do not
8047
+ pertain to any part of the Derivative Works, in at least one
8048
+ of the following places: within a NOTICE text file distributed
8049
+ as part of the Derivative Works; within the Source form or
8050
+ documentation, if provided along with the Derivative Works; or,
8051
+ within a display generated by the Derivative Works, if and
8052
+ wherever such third-party notices normally appear. The contents
8053
+ of the NOTICE file are for informational purposes only and
8054
+ do not modify the License. You may add Your own attribution
8055
+ notices within Derivative Works that You distribute, alongside
8056
+ or as an addendum to the NOTICE text from the Work, provided
8057
+ that such additional attribution notices cannot be construed
8058
+ as modifying the License.
8059
+
8060
+ You may add Your own copyright statement to Your modifications and
8061
+ may provide additional or different license terms and conditions
8062
+ for use, reproduction, or distribution of Your modifications, or
8063
+ for any such Derivative Works as a whole, provided Your use,
8064
+ reproduction, and distribution of the Work otherwise complies with
8065
+ the conditions stated in this License.
8066
+
8067
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
8068
+ any Contribution intentionally submitted for inclusion in the Work
8069
+ by You to the Licensor shall be under the terms and conditions of
8070
+ this License, without any additional terms or conditions.
8071
+ Notwithstanding the above, nothing herein shall supersede or modify
8072
+ the terms of any separate license agreement you may have executed
8073
+ with Licensor regarding such Contributions.
8074
+
8075
+ 6. Trademarks. This License does not grant permission to use the trade
8076
+ names, trademarks, service marks, or product names of the Licensor,
8077
+ except as required for reasonable and customary use in describing the
8078
+ origin of the Work and reproducing the content of the NOTICE file.
8079
+
8080
+ 7. Disclaimer of Warranty. Unless required by applicable law or
8081
+ agreed to in writing, Licensor provides the Work (and each
8082
+ Contributor provides its Contributions) on an "AS IS" BASIS,
8083
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
8084
+ implied, including, without limitation, any warranties or conditions
8085
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
8086
+ PARTICULAR PURPOSE. You are solely responsible for determining the
8087
+ appropriateness of using or redistributing the Work and assume any
8088
+ risks associated with Your exercise of permissions under this License.
8089
+
8090
+ 8. Limitation of Liability. In no event and under no legal theory,
8091
+ whether in tort (including negligence), contract, or otherwise,
8092
+ unless required by applicable law (such as deliberate and grossly
8093
+ negligent acts) or agreed to in writing, shall any Contributor be
8094
+ liable to You for damages, including any direct, indirect, special,
8095
+ incidental, or consequential damages of any character arising as a
8096
+ result of this License or out of the use or inability to use the
8097
+ Work (including but not limited to damages for loss of goodwill,
8098
+ work stoppage, computer failure or malfunction, or any and all
8099
+ other commercial damages or losses), even if such Contributor
8100
+ has been advised of the possibility of such damages.
8101
+
8102
+ 9. Accepting Warranty or Additional Liability. While redistributing
8103
+ the Work or Derivative Works thereof, You may choose to offer,
8104
+ and charge a fee for, acceptance of support, warranty, indemnity,
8105
+ or other liability obligations and/or rights consistent with this
8106
+ License. However, in accepting such obligations, You may act only
8107
+ on Your own behalf and on Your sole responsibility, not on behalf
8108
+ of any other Contributor, and only if You agree to indemnify,
8109
+ defend, and hold each Contributor harmless for any liability
8110
+ incurred by, or claims asserted against, such Contributor by reason
8111
+ of your accepting any such warranty or additional liability.
8112
+
8113
+ END OF TERMS AND CONDITIONS
8114
+
8115
+ APPENDIX: How to apply the Apache License to your work.
8116
+
8117
+ To apply the Apache License to your work, attach the following
8118
+ boilerplate notice, with the fields enclosed by brackets "[]"
8119
+ replaced with your own identifying information. (Don't include
8120
+ the brackets!) The text should be enclosed in the appropriate
8121
+ comment syntax for the file format. We also recommend that a
8122
+ file or class name and description of purpose be included on the
8123
+ same "printed page" as the copyright notice for easier
8124
+ identification within third-party archives.
8125
+
8126
+ Copyright [yyyy] [name of copyright owner]
8127
+
8128
+ Licensed under the Apache License, Version 2.0 (the "License");
8129
+ you may not use this file except in compliance with the License.
8130
+ You may obtain a copy of the License at
8131
+
8132
+ http://www.apache.org/licenses/LICENSE-2.0
8133
+
8134
+ Unless required by applicable law or agreed to in writing, software
8135
+ distributed under the License is distributed on an "AS IS" BASIS,
8136
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8137
+ See the License for the specific language governing permissions and
8138
+ limitations under the License.
8139
+
8140
+ ================================================================================
8141
+ cpufeatures LICENSE-MIT
8142
+ ================================================================================
8143
+
8144
+ Copyright (c) 2020-2025 The RustCrypto Project Developers
8145
+
8146
+ Permission is hereby granted, free of charge, to any
8147
+ person obtaining a copy of this software and associated
8148
+ documentation files (the "Software"), to deal in the
8149
+ Software without restriction, including without
8150
+ limitation the rights to use, copy, modify, merge,
8151
+ publish, distribute, sublicense, and/or sell copies of
8152
+ the Software, and to permit persons to whom the Software
8153
+ is furnished to do so, subject to the following
8154
+ conditions:
8155
+
8156
+ The above copyright notice and this permission notice
8157
+ shall be included in all copies or substantial portions
8158
+ of the Software.
8159
+
8160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
8161
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
8162
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
8163
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
8164
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8165
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8166
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8167
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8168
+ DEALINGS IN THE SOFTWARE.
8169
+
8152
8170
  ================================================================================
8153
8171
  crc LICENSE-APACHE
8154
8172
  ================================================================================
@@ -11837,32 +11855,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
11837
11855
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
11838
11856
  DEALINGS IN THE SOFTWARE.
11839
11857
 
11840
- ================================================================================
11841
- enum_dispatch LICENSE
11842
- ================================================================================
11843
-
11844
- MIT License
11845
-
11846
- Copyright (c) 2019 Anton Lazarev
11847
-
11848
- Permission is hereby granted, free of charge, to any person obtaining a copy
11849
- of this software and associated documentation files (the "Software"), to deal
11850
- in the Software without restriction, including without limitation the rights
11851
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11852
- copies of the Software, and to permit persons to whom the Software is
11853
- furnished to do so, subject to the following conditions:
11854
-
11855
- The above copyright notice and this permission notice shall be included in all
11856
- copies or substantial portions of the Software.
11857
-
11858
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11859
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11860
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11861
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11862
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11863
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11864
- SOFTWARE.
11865
-
11866
11858
  ================================================================================
11867
11859
  equivalent LICENSE-APACHE
11868
11860
  ================================================================================
@@ -17378,7 +17370,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17378
17370
  SOFTWARE.
17379
17371
 
17380
17372
  ================================================================================
17381
- hashbrown v0.14.5 LICENSE-APACHE
17373
+ hashbrown LICENSE-APACHE
17382
17374
  ================================================================================
17383
17375
 
17384
17376
  Apache License
@@ -17584,243 +17576,7 @@ See the License for the specific language governing permissions and
17584
17576
  limitations under the License.
17585
17577
 
17586
17578
  ================================================================================
17587
- hashbrown v0.14.5 LICENSE-MIT
17588
- ================================================================================
17589
-
17590
- Copyright (c) 2016 Amanieu d'Antras
17591
-
17592
- Permission is hereby granted, free of charge, to any
17593
- person obtaining a copy of this software and associated
17594
- documentation files (the "Software"), to deal in the
17595
- Software without restriction, including without
17596
- limitation the rights to use, copy, modify, merge,
17597
- publish, distribute, sublicense, and/or sell copies of
17598
- the Software, and to permit persons to whom the Software
17599
- is furnished to do so, subject to the following
17600
- conditions:
17601
-
17602
- The above copyright notice and this permission notice
17603
- shall be included in all copies or substantial portions
17604
- of the Software.
17605
-
17606
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
17607
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17608
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17609
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
17610
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
17611
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17612
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
17613
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17614
- DEALINGS IN THE SOFTWARE.
17615
-
17616
- ================================================================================
17617
- hashbrown v0.15.3 LICENSE-APACHE
17618
- ================================================================================
17619
-
17620
- Apache License
17621
- Version 2.0, January 2004
17622
- http://www.apache.org/licenses/
17623
-
17624
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
17625
-
17626
- 1. Definitions.
17627
-
17628
- "License" shall mean the terms and conditions for use, reproduction,
17629
- and distribution as defined by Sections 1 through 9 of this document.
17630
-
17631
- "Licensor" shall mean the copyright owner or entity authorized by
17632
- the copyright owner that is granting the License.
17633
-
17634
- "Legal Entity" shall mean the union of the acting entity and all
17635
- other entities that control, are controlled by, or are under common
17636
- control with that entity. For the purposes of this definition,
17637
- "control" means (i) the power, direct or indirect, to cause the
17638
- direction or management of such entity, whether by contract or
17639
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
17640
- outstanding shares, or (iii) beneficial ownership of such entity.
17641
-
17642
- "You" (or "Your") shall mean an individual or Legal Entity
17643
- exercising permissions granted by this License.
17644
-
17645
- "Source" form shall mean the preferred form for making modifications,
17646
- including but not limited to software source code, documentation
17647
- source, and configuration files.
17648
-
17649
- "Object" form shall mean any form resulting from mechanical
17650
- transformation or translation of a Source form, including but
17651
- not limited to compiled object code, generated documentation,
17652
- and conversions to other media types.
17653
-
17654
- "Work" shall mean the work of authorship, whether in Source or
17655
- Object form, made available under the License, as indicated by a
17656
- copyright notice that is included in or attached to the work
17657
- (an example is provided in the Appendix below).
17658
-
17659
- "Derivative Works" shall mean any work, whether in Source or Object
17660
- form, that is based on (or derived from) the Work and for which the
17661
- editorial revisions, annotations, elaborations, or other modifications
17662
- represent, as a whole, an original work of authorship. For the purposes
17663
- of this License, Derivative Works shall not include works that remain
17664
- separable from, or merely link (or bind by name) to the interfaces of,
17665
- the Work and Derivative Works thereof.
17666
-
17667
- "Contribution" shall mean any work of authorship, including
17668
- the original version of the Work and any modifications or additions
17669
- to that Work or Derivative Works thereof, that is intentionally
17670
- submitted to Licensor for inclusion in the Work by the copyright owner
17671
- or by an individual or Legal Entity authorized to submit on behalf of
17672
- the copyright owner. For the purposes of this definition, "submitted"
17673
- means any form of electronic, verbal, or written communication sent
17674
- to the Licensor or its representatives, including but not limited to
17675
- communication on electronic mailing lists, source code control systems,
17676
- and issue tracking systems that are managed by, or on behalf of, the
17677
- Licensor for the purpose of discussing and improving the Work, but
17678
- excluding communication that is conspicuously marked or otherwise
17679
- designated in writing by the copyright owner as "Not a Contribution."
17680
-
17681
- "Contributor" shall mean Licensor and any individual or Legal Entity
17682
- on behalf of whom a Contribution has been received by Licensor and
17683
- subsequently incorporated within the Work.
17684
-
17685
- 2. Grant of Copyright License. Subject to the terms and conditions of
17686
- this License, each Contributor hereby grants to You a perpetual,
17687
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17688
- copyright license to reproduce, prepare Derivative Works of,
17689
- publicly display, publicly perform, sublicense, and distribute the
17690
- Work and such Derivative Works in Source or Object form.
17691
-
17692
- 3. Grant of Patent License. Subject to the terms and conditions of
17693
- this License, each Contributor hereby grants to You a perpetual,
17694
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
17695
- (except as stated in this section) patent license to make, have made,
17696
- use, offer to sell, sell, import, and otherwise transfer the Work,
17697
- where such license applies only to those patent claims licensable
17698
- by such Contributor that are necessarily infringed by their
17699
- Contribution(s) alone or by combination of their Contribution(s)
17700
- with the Work to which such Contribution(s) was submitted. If You
17701
- institute patent litigation against any entity (including a
17702
- cross-claim or counterclaim in a lawsuit) alleging that the Work
17703
- or a Contribution incorporated within the Work constitutes direct
17704
- or contributory patent infringement, then any patent licenses
17705
- granted to You under this License for that Work shall terminate
17706
- as of the date such litigation is filed.
17707
-
17708
- 4. Redistribution. You may reproduce and distribute copies of the
17709
- Work or Derivative Works thereof in any medium, with or without
17710
- modifications, and in Source or Object form, provided that You
17711
- meet the following conditions:
17712
-
17713
- (a) You must give any other recipients of the Work or
17714
- Derivative Works a copy of this License; and
17715
-
17716
- (b) You must cause any modified files to carry prominent notices
17717
- stating that You changed the files; and
17718
-
17719
- (c) You must retain, in the Source form of any Derivative Works
17720
- that You distribute, all copyright, patent, trademark, and
17721
- attribution notices from the Source form of the Work,
17722
- excluding those notices that do not pertain to any part of
17723
- the Derivative Works; and
17724
-
17725
- (d) If the Work includes a "NOTICE" text file as part of its
17726
- distribution, then any Derivative Works that You distribute must
17727
- include a readable copy of the attribution notices contained
17728
- within such NOTICE file, excluding those notices that do not
17729
- pertain to any part of the Derivative Works, in at least one
17730
- of the following places: within a NOTICE text file distributed
17731
- as part of the Derivative Works; within the Source form or
17732
- documentation, if provided along with the Derivative Works; or,
17733
- within a display generated by the Derivative Works, if and
17734
- wherever such third-party notices normally appear. The contents
17735
- of the NOTICE file are for informational purposes only and
17736
- do not modify the License. You may add Your own attribution
17737
- notices within Derivative Works that You distribute, alongside
17738
- or as an addendum to the NOTICE text from the Work, provided
17739
- that such additional attribution notices cannot be construed
17740
- as modifying the License.
17741
-
17742
- You may add Your own copyright statement to Your modifications and
17743
- may provide additional or different license terms and conditions
17744
- for use, reproduction, or distribution of Your modifications, or
17745
- for any such Derivative Works as a whole, provided Your use,
17746
- reproduction, and distribution of the Work otherwise complies with
17747
- the conditions stated in this License.
17748
-
17749
- 5. Submission of Contributions. Unless You explicitly state otherwise,
17750
- any Contribution intentionally submitted for inclusion in the Work
17751
- by You to the Licensor shall be under the terms and conditions of
17752
- this License, without any additional terms or conditions.
17753
- Notwithstanding the above, nothing herein shall supersede or modify
17754
- the terms of any separate license agreement you may have executed
17755
- with Licensor regarding such Contributions.
17756
-
17757
- 6. Trademarks. This License does not grant permission to use the trade
17758
- names, trademarks, service marks, or product names of the Licensor,
17759
- except as required for reasonable and customary use in describing the
17760
- origin of the Work and reproducing the content of the NOTICE file.
17761
-
17762
- 7. Disclaimer of Warranty. Unless required by applicable law or
17763
- agreed to in writing, Licensor provides the Work (and each
17764
- Contributor provides its Contributions) on an "AS IS" BASIS,
17765
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
17766
- implied, including, without limitation, any warranties or conditions
17767
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
17768
- PARTICULAR PURPOSE. You are solely responsible for determining the
17769
- appropriateness of using or redistributing the Work and assume any
17770
- risks associated with Your exercise of permissions under this License.
17771
-
17772
- 8. Limitation of Liability. In no event and under no legal theory,
17773
- whether in tort (including negligence), contract, or otherwise,
17774
- unless required by applicable law (such as deliberate and grossly
17775
- negligent acts) or agreed to in writing, shall any Contributor be
17776
- liable to You for damages, including any direct, indirect, special,
17777
- incidental, or consequential damages of any character arising as a
17778
- result of this License or out of the use or inability to use the
17779
- Work (including but not limited to damages for loss of goodwill,
17780
- work stoppage, computer failure or malfunction, or any and all
17781
- other commercial damages or losses), even if such Contributor
17782
- has been advised of the possibility of such damages.
17783
-
17784
- 9. Accepting Warranty or Additional Liability. While redistributing
17785
- the Work or Derivative Works thereof, You may choose to offer,
17786
- and charge a fee for, acceptance of support, warranty, indemnity,
17787
- or other liability obligations and/or rights consistent with this
17788
- License. However, in accepting such obligations, You may act only
17789
- on Your own behalf and on Your sole responsibility, not on behalf
17790
- of any other Contributor, and only if You agree to indemnify,
17791
- defend, and hold each Contributor harmless for any liability
17792
- incurred by, or claims asserted against, such Contributor by reason
17793
- of your accepting any such warranty or additional liability.
17794
-
17795
- END OF TERMS AND CONDITIONS
17796
-
17797
- APPENDIX: How to apply the Apache License to your work.
17798
-
17799
- To apply the Apache License to your work, attach the following
17800
- boilerplate notice, with the fields enclosed by brackets "[]"
17801
- replaced with your own identifying information. (Don't include
17802
- the brackets!) The text should be enclosed in the appropriate
17803
- comment syntax for the file format. We also recommend that a
17804
- file or class name and description of purpose be included on the
17805
- same "printed page" as the copyright notice for easier
17806
- identification within third-party archives.
17807
-
17808
- Copyright [yyyy] [name of copyright owner]
17809
-
17810
- Licensed under the Apache License, Version 2.0 (the "License");
17811
- you may not use this file except in compliance with the License.
17812
- You may obtain a copy of the License at
17813
-
17814
- http://www.apache.org/licenses/LICENSE-2.0
17815
-
17816
- Unless required by applicable law or agreed to in writing, software
17817
- distributed under the License is distributed on an "AS IS" BASIS,
17818
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17819
- See the License for the specific language governing permissions and
17820
- limitations under the License.
17821
-
17822
- ================================================================================
17823
- hashbrown v0.15.3 LICENSE-MIT
17579
+ hashbrown LICENSE-MIT
17824
17580
  ================================================================================
17825
17581
 
17826
17582
  Copyright (c) 2016 Amanieu d'Antras
@@ -24086,6 +23842,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24086
23842
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24087
23843
  SOFTWARE.
24088
23844
 
23845
+ ================================================================================
23846
+ magnus magnus-macros/LICENSE
23847
+ ================================================================================
23848
+
23849
+ MIT License
23850
+
23851
+ Copyright (c) 2023, 2022, 2021 Matthew Sadler
23852
+
23853
+ Permission is hereby granted, free of charge, to any person obtaining a copy
23854
+ of this software and associated documentation files (the "Software"), to deal
23855
+ in the Software without restriction, including without limitation the rights
23856
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23857
+ copies of the Software, and to permit persons to whom the Software is
23858
+ furnished to do so, subject to the following conditions:
23859
+
23860
+ The above copyright notice and this permission notice shall be included in all
23861
+ copies or substantial portions of the Software.
23862
+
23863
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23864
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23865
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23866
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23867
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23868
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23869
+ SOFTWARE.
23870
+
24089
23871
  ================================================================================
24090
23872
  magnus-macros LICENSE
24091
23873
  ================================================================================
@@ -25492,235 +25274,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25492
25274
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25493
25275
  SOFTWARE.
25494
25276
 
25495
- ================================================================================
25496
- ntapi LICENSE-APACHE
25497
- ================================================================================
25498
-
25499
- Apache License
25500
- Version 2.0, January 2004
25501
- http://www.apache.org/licenses/
25502
-
25503
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
25504
-
25505
- 1. Definitions.
25506
-
25507
- "License" shall mean the terms and conditions for use, reproduction,
25508
- and distribution as defined by Sections 1 through 9 of this document.
25509
-
25510
- "Licensor" shall mean the copyright owner or entity authorized by
25511
- the copyright owner that is granting the License.
25512
-
25513
- "Legal Entity" shall mean the union of the acting entity and all
25514
- other entities that control, are controlled by, or are under common
25515
- control with that entity. For the purposes of this definition,
25516
- "control" means (i) the power, direct or indirect, to cause the
25517
- direction or management of such entity, whether by contract or
25518
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
25519
- outstanding shares, or (iii) beneficial ownership of such entity.
25520
-
25521
- "You" (or "Your") shall mean an individual or Legal Entity
25522
- exercising permissions granted by this License.
25523
-
25524
- "Source" form shall mean the preferred form for making modifications,
25525
- including but not limited to software source code, documentation
25526
- source, and configuration files.
25527
-
25528
- "Object" form shall mean any form resulting from mechanical
25529
- transformation or translation of a Source form, including but
25530
- not limited to compiled object code, generated documentation,
25531
- and conversions to other media types.
25532
-
25533
- "Work" shall mean the work of authorship, whether in Source or
25534
- Object form, made available under the License, as indicated by a
25535
- copyright notice that is included in or attached to the work
25536
- (an example is provided in the Appendix below).
25537
-
25538
- "Derivative Works" shall mean any work, whether in Source or Object
25539
- form, that is based on (or derived from) the Work and for which the
25540
- editorial revisions, annotations, elaborations, or other modifications
25541
- represent, as a whole, an original work of authorship. For the purposes
25542
- of this License, Derivative Works shall not include works that remain
25543
- separable from, or merely link (or bind by name) to the interfaces of,
25544
- the Work and Derivative Works thereof.
25545
-
25546
- "Contribution" shall mean any work of authorship, including
25547
- the original version of the Work and any modifications or additions
25548
- to that Work or Derivative Works thereof, that is intentionally
25549
- submitted to Licensor for inclusion in the Work by the copyright owner
25550
- or by an individual or Legal Entity authorized to submit on behalf of
25551
- the copyright owner. For the purposes of this definition, "submitted"
25552
- means any form of electronic, verbal, or written communication sent
25553
- to the Licensor or its representatives, including but not limited to
25554
- communication on electronic mailing lists, source code control systems,
25555
- and issue tracking systems that are managed by, or on behalf of, the
25556
- Licensor for the purpose of discussing and improving the Work, but
25557
- excluding communication that is conspicuously marked or otherwise
25558
- designated in writing by the copyright owner as "Not a Contribution."
25559
-
25560
- "Contributor" shall mean Licensor and any individual or Legal Entity
25561
- on behalf of whom a Contribution has been received by Licensor and
25562
- subsequently incorporated within the Work.
25563
-
25564
- 2. Grant of Copyright License. Subject to the terms and conditions of
25565
- this License, each Contributor hereby grants to You a perpetual,
25566
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
25567
- copyright license to reproduce, prepare Derivative Works of,
25568
- publicly display, publicly perform, sublicense, and distribute the
25569
- Work and such Derivative Works in Source or Object form.
25570
-
25571
- 3. Grant of Patent License. Subject to the terms and conditions of
25572
- this License, each Contributor hereby grants to You a perpetual,
25573
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
25574
- (except as stated in this section) patent license to make, have made,
25575
- use, offer to sell, sell, import, and otherwise transfer the Work,
25576
- where such license applies only to those patent claims licensable
25577
- by such Contributor that are necessarily infringed by their
25578
- Contribution(s) alone or by combination of their Contribution(s)
25579
- with the Work to which such Contribution(s) was submitted. If You
25580
- institute patent litigation against any entity (including a
25581
- cross-claim or counterclaim in a lawsuit) alleging that the Work
25582
- or a Contribution incorporated within the Work constitutes direct
25583
- or contributory patent infringement, then any patent licenses
25584
- granted to You under this License for that Work shall terminate
25585
- as of the date such litigation is filed.
25586
-
25587
- 4. Redistribution. You may reproduce and distribute copies of the
25588
- Work or Derivative Works thereof in any medium, with or without
25589
- modifications, and in Source or Object form, provided that You
25590
- meet the following conditions:
25591
-
25592
- (a) You must give any other recipients of the Work or
25593
- Derivative Works a copy of this License; and
25594
-
25595
- (b) You must cause any modified files to carry prominent notices
25596
- stating that You changed the files; and
25597
-
25598
- (c) You must retain, in the Source form of any Derivative Works
25599
- that You distribute, all copyright, patent, trademark, and
25600
- attribution notices from the Source form of the Work,
25601
- excluding those notices that do not pertain to any part of
25602
- the Derivative Works; and
25603
-
25604
- (d) If the Work includes a "NOTICE" text file as part of its
25605
- distribution, then any Derivative Works that You distribute must
25606
- include a readable copy of the attribution notices contained
25607
- within such NOTICE file, excluding those notices that do not
25608
- pertain to any part of the Derivative Works, in at least one
25609
- of the following places: within a NOTICE text file distributed
25610
- as part of the Derivative Works; within the Source form or
25611
- documentation, if provided along with the Derivative Works; or,
25612
- within a display generated by the Derivative Works, if and
25613
- wherever such third-party notices normally appear. The contents
25614
- of the NOTICE file are for informational purposes only and
25615
- do not modify the License. You may add Your own attribution
25616
- notices within Derivative Works that You distribute, alongside
25617
- or as an addendum to the NOTICE text from the Work, provided
25618
- that such additional attribution notices cannot be construed
25619
- as modifying the License.
25620
-
25621
- You may add Your own copyright statement to Your modifications and
25622
- may provide additional or different license terms and conditions
25623
- for use, reproduction, or distribution of Your modifications, or
25624
- for any such Derivative Works as a whole, provided Your use,
25625
- reproduction, and distribution of the Work otherwise complies with
25626
- the conditions stated in this License.
25627
-
25628
- 5. Submission of Contributions. Unless You explicitly state otherwise,
25629
- any Contribution intentionally submitted for inclusion in the Work
25630
- by You to the Licensor shall be under the terms and conditions of
25631
- this License, without any additional terms or conditions.
25632
- Notwithstanding the above, nothing herein shall supersede or modify
25633
- the terms of any separate license agreement you may have executed
25634
- with Licensor regarding such Contributions.
25635
-
25636
- 6. Trademarks. This License does not grant permission to use the trade
25637
- names, trademarks, service marks, or product names of the Licensor,
25638
- except as required for reasonable and customary use in describing the
25639
- origin of the Work and reproducing the content of the NOTICE file.
25640
-
25641
- 7. Disclaimer of Warranty. Unless required by applicable law or
25642
- agreed to in writing, Licensor provides the Work (and each
25643
- Contributor provides its Contributions) on an "AS IS" BASIS,
25644
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
25645
- implied, including, without limitation, any warranties or conditions
25646
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
25647
- PARTICULAR PURPOSE. You are solely responsible for determining the
25648
- appropriateness of using or redistributing the Work and assume any
25649
- risks associated with Your exercise of permissions under this License.
25650
-
25651
- 8. Limitation of Liability. In no event and under no legal theory,
25652
- whether in tort (including negligence), contract, or otherwise,
25653
- unless required by applicable law (such as deliberate and grossly
25654
- negligent acts) or agreed to in writing, shall any Contributor be
25655
- liable to You for damages, including any direct, indirect, special,
25656
- incidental, or consequential damages of any character arising as a
25657
- result of this License or out of the use or inability to use the
25658
- Work (including but not limited to damages for loss of goodwill,
25659
- work stoppage, computer failure or malfunction, or any and all
25660
- other commercial damages or losses), even if such Contributor
25661
- has been advised of the possibility of such damages.
25662
-
25663
- 9. Accepting Warranty or Additional Liability. While redistributing
25664
- the Work or Derivative Works thereof, You may choose to offer,
25665
- and charge a fee for, acceptance of support, warranty, indemnity,
25666
- or other liability obligations and/or rights consistent with this
25667
- License. However, in accepting such obligations, You may act only
25668
- on Your own behalf and on Your sole responsibility, not on behalf
25669
- of any other Contributor, and only if You agree to indemnify,
25670
- defend, and hold each Contributor harmless for any liability
25671
- incurred by, or claims asserted against, such Contributor by reason
25672
- of your accepting any such warranty or additional liability.
25673
-
25674
- END OF TERMS AND CONDITIONS
25675
-
25676
- APPENDIX: How to apply the Apache License to your work.
25677
-
25678
- To apply the Apache License to your work, attach the following
25679
- boilerplate notice, with the fields enclosed by brackets "[]"
25680
- replaced with your own identifying information. (Don't include
25681
- the brackets!) The text should be enclosed in the appropriate
25682
- comment syntax for the file format. We also recommend that a
25683
- file or class name and description of purpose be included on the
25684
- same "printed page" as the copyright notice for easier
25685
- identification within third-party archives.
25686
-
25687
- Copyright [yyyy] [name of copyright owner]
25688
-
25689
- Licensed under the Apache License, Version 2.0 (the "License");
25690
- you may not use this file except in compliance with the License.
25691
- You may obtain a copy of the License at
25692
-
25693
- http://www.apache.org/licenses/LICENSE-2.0
25694
-
25695
- Unless required by applicable law or agreed to in writing, software
25696
- distributed under the License is distributed on an "AS IS" BASIS,
25697
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25698
- See the License for the specific language governing permissions and
25699
- limitations under the License.
25700
-
25701
-
25702
- ================================================================================
25703
- ntapi LICENSE-MIT
25704
- ================================================================================
25705
-
25706
- Permission is hereby granted, free of charge, to any person obtaining a copy
25707
- of this software and associated documentation files (the "Software"),to deal
25708
- in the Software without restriction, including without limitation the rights
25709
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25710
- copies of the Software, and to permit persons to whom the Software is
25711
- furnished to do so, subject to the following conditions:
25712
-
25713
- The above copyright notice and this permission notice shall be included in all
25714
- copies or substantial portions of the Software.
25715
-
25716
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25717
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25718
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25719
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25720
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25721
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25722
- SOFTWARE.
25723
-
25724
25277
  ================================================================================
25725
25278
  num-traits LICENSE-APACHE
25726
25279
  ================================================================================
@@ -27131,37 +26684,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27131
26684
  DEALINGS IN THE SOFTWARE.
27132
26685
 
27133
26686
  ================================================================================
27134
- parse-zoneinfo LICENSE
26687
+ paste LICENSE-APACHE
27135
26688
  ================================================================================
27136
26689
 
27137
- Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
27138
- The licenses do not apply to files in the tzdb folder which are in the
27139
- public domain. parse-zoneinfo was forked from zoneinfo-parse, which
27140
- was originally created by Benjamin Sago under the MIT license.
27141
-
27142
- Copyright (c) 2016-2024 Benjamin Sago & the chronotope maintainers
27143
-
27144
- The MIT License
27145
-
27146
- Permission is hereby granted, free of charge, to any person obtaining a copy
27147
- of this software and associated documentation files (the "Software"), to deal
27148
- in the Software without restriction, including without limitation the rights
27149
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27150
- copies of the Software, and to permit persons to whom the Software is
27151
- furnished to do so, subject to the following conditions:
27152
-
27153
- The above copyright notice and this permission notice shall be included in all
27154
- copies or substantial portions of the Software.
27155
-
27156
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27157
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27158
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27159
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27160
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27161
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27162
- SOFTWARE.
27163
-
27164
- Apache License
26690
+ Apache License
27165
26691
  Version 2.0, January 2004
27166
26692
  http://www.apache.org/licenses/
27167
26693
 
@@ -27338,242 +26864,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
27338
26864
 
27339
26865
  END OF TERMS AND CONDITIONS
27340
26866
 
27341
- APPENDIX: How to apply the Apache License to your work.
27342
-
27343
- To apply the Apache License to your work, attach the following
27344
- boilerplate notice, with the fields enclosed by brackets "[]"
27345
- replaced with your own identifying information. (Don't include
27346
- the brackets!) The text should be enclosed in the appropriate
27347
- comment syntax for the file format. We also recommend that a
27348
- file or class name and description of purpose be included on the
27349
- same "printed page" as the copyright notice for easier
27350
- identification within third-party archives.
27351
-
27352
- Copyright 2016 Djzin
26867
+ ================================================================================
26868
+ paste LICENSE-MIT
26869
+ ================================================================================
27353
26870
 
27354
- Licensed under the Apache License, Version 2.0 (the "License");
27355
- you may not use this file except in compliance with the License.
27356
- You may obtain a copy of the License at
26871
+ Permission is hereby granted, free of charge, to any
26872
+ person obtaining a copy of this software and associated
26873
+ documentation files (the "Software"), to deal in the
26874
+ Software without restriction, including without
26875
+ limitation the rights to use, copy, modify, merge,
26876
+ publish, distribute, sublicense, and/or sell copies of
26877
+ the Software, and to permit persons to whom the Software
26878
+ is furnished to do so, subject to the following
26879
+ conditions:
27357
26880
 
27358
- http://www.apache.org/licenses/LICENSE-2.0
26881
+ The above copyright notice and this permission notice
26882
+ shall be included in all copies or substantial portions
26883
+ of the Software.
27359
26884
 
27360
- Unless required by applicable law or agreed to in writing, software
27361
- distributed under the License is distributed on an "AS IS" BASIS,
27362
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27363
- See the License for the specific language governing permissions and
27364
- limitations under the License.
26885
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
26886
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
26887
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
26888
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
26889
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
26890
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26891
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
26892
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
26893
+ DEALINGS IN THE SOFTWARE.
27365
26894
 
27366
26895
  ================================================================================
27367
- paste LICENSE-APACHE
27368
- ================================================================================
27369
-
27370
- Apache License
27371
- Version 2.0, January 2004
27372
- http://www.apache.org/licenses/
27373
-
27374
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
27375
-
27376
- 1. Definitions.
27377
-
27378
- "License" shall mean the terms and conditions for use, reproduction,
27379
- and distribution as defined by Sections 1 through 9 of this document.
27380
-
27381
- "Licensor" shall mean the copyright owner or entity authorized by
27382
- the copyright owner that is granting the License.
27383
-
27384
- "Legal Entity" shall mean the union of the acting entity and all
27385
- other entities that control, are controlled by, or are under common
27386
- control with that entity. For the purposes of this definition,
27387
- "control" means (i) the power, direct or indirect, to cause the
27388
- direction or management of such entity, whether by contract or
27389
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
27390
- outstanding shares, or (iii) beneficial ownership of such entity.
27391
-
27392
- "You" (or "Your") shall mean an individual or Legal Entity
27393
- exercising permissions granted by this License.
27394
-
27395
- "Source" form shall mean the preferred form for making modifications,
27396
- including but not limited to software source code, documentation
27397
- source, and configuration files.
27398
-
27399
- "Object" form shall mean any form resulting from mechanical
27400
- transformation or translation of a Source form, including but
27401
- not limited to compiled object code, generated documentation,
27402
- and conversions to other media types.
27403
-
27404
- "Work" shall mean the work of authorship, whether in Source or
27405
- Object form, made available under the License, as indicated by a
27406
- copyright notice that is included in or attached to the work
27407
- (an example is provided in the Appendix below).
27408
-
27409
- "Derivative Works" shall mean any work, whether in Source or Object
27410
- form, that is based on (or derived from) the Work and for which the
27411
- editorial revisions, annotations, elaborations, or other modifications
27412
- represent, as a whole, an original work of authorship. For the purposes
27413
- of this License, Derivative Works shall not include works that remain
27414
- separable from, or merely link (or bind by name) to the interfaces of,
27415
- the Work and Derivative Works thereof.
27416
-
27417
- "Contribution" shall mean any work of authorship, including
27418
- the original version of the Work and any modifications or additions
27419
- to that Work or Derivative Works thereof, that is intentionally
27420
- submitted to Licensor for inclusion in the Work by the copyright owner
27421
- or by an individual or Legal Entity authorized to submit on behalf of
27422
- the copyright owner. For the purposes of this definition, "submitted"
27423
- means any form of electronic, verbal, or written communication sent
27424
- to the Licensor or its representatives, including but not limited to
27425
- communication on electronic mailing lists, source code control systems,
27426
- and issue tracking systems that are managed by, or on behalf of, the
27427
- Licensor for the purpose of discussing and improving the Work, but
27428
- excluding communication that is conspicuously marked or otherwise
27429
- designated in writing by the copyright owner as "Not a Contribution."
27430
-
27431
- "Contributor" shall mean Licensor and any individual or Legal Entity
27432
- on behalf of whom a Contribution has been received by Licensor and
27433
- subsequently incorporated within the Work.
27434
-
27435
- 2. Grant of Copyright License. Subject to the terms and conditions of
27436
- this License, each Contributor hereby grants to You a perpetual,
27437
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27438
- copyright license to reproduce, prepare Derivative Works of,
27439
- publicly display, publicly perform, sublicense, and distribute the
27440
- Work and such Derivative Works in Source or Object form.
27441
-
27442
- 3. Grant of Patent License. Subject to the terms and conditions of
27443
- this License, each Contributor hereby grants to You a perpetual,
27444
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
27445
- (except as stated in this section) patent license to make, have made,
27446
- use, offer to sell, sell, import, and otherwise transfer the Work,
27447
- where such license applies only to those patent claims licensable
27448
- by such Contributor that are necessarily infringed by their
27449
- Contribution(s) alone or by combination of their Contribution(s)
27450
- with the Work to which such Contribution(s) was submitted. If You
27451
- institute patent litigation against any entity (including a
27452
- cross-claim or counterclaim in a lawsuit) alleging that the Work
27453
- or a Contribution incorporated within the Work constitutes direct
27454
- or contributory patent infringement, then any patent licenses
27455
- granted to You under this License for that Work shall terminate
27456
- as of the date such litigation is filed.
27457
-
27458
- 4. Redistribution. You may reproduce and distribute copies of the
27459
- Work or Derivative Works thereof in any medium, with or without
27460
- modifications, and in Source or Object form, provided that You
27461
- meet the following conditions:
27462
-
27463
- (a) You must give any other recipients of the Work or
27464
- Derivative Works a copy of this License; and
27465
-
27466
- (b) You must cause any modified files to carry prominent notices
27467
- stating that You changed the files; and
27468
-
27469
- (c) You must retain, in the Source form of any Derivative Works
27470
- that You distribute, all copyright, patent, trademark, and
27471
- attribution notices from the Source form of the Work,
27472
- excluding those notices that do not pertain to any part of
27473
- the Derivative Works; and
27474
-
27475
- (d) If the Work includes a "NOTICE" text file as part of its
27476
- distribution, then any Derivative Works that You distribute must
27477
- include a readable copy of the attribution notices contained
27478
- within such NOTICE file, excluding those notices that do not
27479
- pertain to any part of the Derivative Works, in at least one
27480
- of the following places: within a NOTICE text file distributed
27481
- as part of the Derivative Works; within the Source form or
27482
- documentation, if provided along with the Derivative Works; or,
27483
- within a display generated by the Derivative Works, if and
27484
- wherever such third-party notices normally appear. The contents
27485
- of the NOTICE file are for informational purposes only and
27486
- do not modify the License. You may add Your own attribution
27487
- notices within Derivative Works that You distribute, alongside
27488
- or as an addendum to the NOTICE text from the Work, provided
27489
- that such additional attribution notices cannot be construed
27490
- as modifying the License.
27491
-
27492
- You may add Your own copyright statement to Your modifications and
27493
- may provide additional or different license terms and conditions
27494
- for use, reproduction, or distribution of Your modifications, or
27495
- for any such Derivative Works as a whole, provided Your use,
27496
- reproduction, and distribution of the Work otherwise complies with
27497
- the conditions stated in this License.
27498
-
27499
- 5. Submission of Contributions. Unless You explicitly state otherwise,
27500
- any Contribution intentionally submitted for inclusion in the Work
27501
- by You to the Licensor shall be under the terms and conditions of
27502
- this License, without any additional terms or conditions.
27503
- Notwithstanding the above, nothing herein shall supersede or modify
27504
- the terms of any separate license agreement you may have executed
27505
- with Licensor regarding such Contributions.
27506
-
27507
- 6. Trademarks. This License does not grant permission to use the trade
27508
- names, trademarks, service marks, or product names of the Licensor,
27509
- except as required for reasonable and customary use in describing the
27510
- origin of the Work and reproducing the content of the NOTICE file.
27511
-
27512
- 7. Disclaimer of Warranty. Unless required by applicable law or
27513
- agreed to in writing, Licensor provides the Work (and each
27514
- Contributor provides its Contributions) on an "AS IS" BASIS,
27515
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
27516
- implied, including, without limitation, any warranties or conditions
27517
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
27518
- PARTICULAR PURPOSE. You are solely responsible for determining the
27519
- appropriateness of using or redistributing the Work and assume any
27520
- risks associated with Your exercise of permissions under this License.
27521
-
27522
- 8. Limitation of Liability. In no event and under no legal theory,
27523
- whether in tort (including negligence), contract, or otherwise,
27524
- unless required by applicable law (such as deliberate and grossly
27525
- negligent acts) or agreed to in writing, shall any Contributor be
27526
- liable to You for damages, including any direct, indirect, special,
27527
- incidental, or consequential damages of any character arising as a
27528
- result of this License or out of the use or inability to use the
27529
- Work (including but not limited to damages for loss of goodwill,
27530
- work stoppage, computer failure or malfunction, or any and all
27531
- other commercial damages or losses), even if such Contributor
27532
- has been advised of the possibility of such damages.
27533
-
27534
- 9. Accepting Warranty or Additional Liability. While redistributing
27535
- the Work or Derivative Works thereof, You may choose to offer,
27536
- and charge a fee for, acceptance of support, warranty, indemnity,
27537
- or other liability obligations and/or rights consistent with this
27538
- License. However, in accepting such obligations, You may act only
27539
- on Your own behalf and on Your sole responsibility, not on behalf
27540
- of any other Contributor, and only if You agree to indemnify,
27541
- defend, and hold each Contributor harmless for any liability
27542
- incurred by, or claims asserted against, such Contributor by reason
27543
- of your accepting any such warranty or additional liability.
27544
-
27545
- END OF TERMS AND CONDITIONS
27546
-
27547
- ================================================================================
27548
- paste LICENSE-MIT
27549
- ================================================================================
27550
-
27551
- Permission is hereby granted, free of charge, to any
27552
- person obtaining a copy of this software and associated
27553
- documentation files (the "Software"), to deal in the
27554
- Software without restriction, including without
27555
- limitation the rights to use, copy, modify, merge,
27556
- publish, distribute, sublicense, and/or sell copies of
27557
- the Software, and to permit persons to whom the Software
27558
- is furnished to do so, subject to the following
27559
- conditions:
27560
-
27561
- The above copyright notice and this permission notice
27562
- shall be included in all copies or substantial portions
27563
- of the Software.
27564
-
27565
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
27566
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
27567
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
27568
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
27569
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
27570
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27571
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
27572
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27573
- DEALINGS IN THE SOFTWARE.
27574
-
27575
- ================================================================================
27576
- percent-encoding LICENSE-APACHE
26896
+ percent-encoding LICENSE-APACHE
27577
26897
  ================================================================================
27578
26898
 
27579
26899
  Apache License
@@ -27833,56 +27153,6 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27833
27153
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27834
27154
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27835
27155
 
27836
- ================================================================================
27837
- phf_codegen LICENSE
27838
- ================================================================================
27839
-
27840
- The MIT License (MIT)
27841
-
27842
- Copyright (c) 2014-2022 Steven Fackler, Yuki Okushi
27843
-
27844
- Permission is hereby granted, free of charge, to any person obtaining a copy of
27845
- this software and associated documentation files (the "Software"), to deal in
27846
- the Software without restriction, including without limitation the rights to
27847
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
27848
- the Software, and to permit persons to whom the Software is furnished to do so,
27849
- subject to the following conditions:
27850
-
27851
- The above copyright notice and this permission notice shall be included in all
27852
- copies or substantial portions of the Software.
27853
-
27854
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27855
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
27856
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
27857
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27858
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27859
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27860
-
27861
- ================================================================================
27862
- phf_generator LICENSE
27863
- ================================================================================
27864
-
27865
- The MIT License (MIT)
27866
-
27867
- Copyright (c) 2014-2022 Steven Fackler, Yuki Okushi
27868
-
27869
- Permission is hereby granted, free of charge, to any person obtaining a copy of
27870
- this software and associated documentation files (the "Software"), to deal in
27871
- the Software without restriction, including without limitation the rights to
27872
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
27873
- the Software, and to permit persons to whom the Software is furnished to do so,
27874
- subject to the following conditions:
27875
-
27876
- The above copyright notice and this permission notice shall be included in all
27877
- copies or substantial portions of the Software.
27878
-
27879
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27880
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
27881
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
27882
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27883
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27884
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27885
-
27886
27156
  ================================================================================
27887
27157
  phf_shared LICENSE
27888
27158
  ================================================================================
@@ -28590,33 +27860,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
28590
27860
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28591
27861
  DEALINGS IN THE SOFTWARE.
28592
27862
 
28593
- ================================================================================
28594
- planus LICENSE-MIT
28595
- ================================================================================
28596
-
28597
- MIT License
28598
-
28599
- Copyright (c) 2021 The Planus Project Developers
28600
-
28601
- Permission is hereby granted, free of charge, to any person obtaining a copy
28602
- of this software and associated documentation files (the "Software"), to deal
28603
- in the Software without restriction, including without limitation the rights
28604
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28605
- copies of the Software, and to permit persons to whom the Software is
28606
- furnished to do so, subject to the following conditions:
28607
-
28608
- The above copyright notice and this permission notice shall be included in all
28609
- copies or substantial portions of the Software.
28610
-
28611
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28612
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28613
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28614
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28615
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28616
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28617
- SOFTWARE.
28618
-
28619
-
28620
27863
  ================================================================================
28621
27864
  planus LICENSE-APACHE
28622
27865
  ================================================================================
@@ -28799,6 +28042,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
28799
28042
  END OF TERMS AND CONDITIONS
28800
28043
 
28801
28044
 
28045
+ ================================================================================
28046
+ planus LICENSE-MIT
28047
+ ================================================================================
28048
+
28049
+ MIT License
28050
+
28051
+ Copyright (c) 2021 The Planus Project Developers
28052
+
28053
+ Permission is hereby granted, free of charge, to any person obtaining a copy
28054
+ of this software and associated documentation files (the "Software"), to deal
28055
+ in the Software without restriction, including without limitation the rights
28056
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28057
+ copies of the Software, and to permit persons to whom the Software is
28058
+ furnished to do so, subject to the following conditions:
28059
+
28060
+ The above copyright notice and this permission notice shall be included in all
28061
+ copies or substantial portions of the Software.
28062
+
28063
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28064
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28065
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28066
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28067
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28068
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28069
+ SOFTWARE.
28070
+
28071
+
28802
28072
  ================================================================================
28803
28073
  polars LICENSE
28804
28074
  ================================================================================
@@ -29221,228 +28491,6 @@ polars-arrow-format LICENSE
29221
28491
  See the License for the specific language governing permissions and
29222
28492
  limitations under the License.
29223
28493
 
29224
- ================================================================================
29225
- polars-arrow-format src/LICENSE
29226
- ================================================================================
29227
-
29228
- Some of the code in this crate is subject to the Apache 2 license in 1. as it
29229
- was taken from the arrow-format Rust crate in January 2024. Later changes are subject
29230
- to the MIT license in 2.
29231
-
29232
- 1.
29233
-
29234
- Apache License
29235
- Version 2.0, January 2004
29236
- https://www.apache.org/licenses/
29237
-
29238
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
29239
-
29240
- 1. Definitions.
29241
-
29242
- "License" shall mean the terms and conditions for use, reproduction,
29243
- and distribution as defined by Sections 1 through 9 of this document.
29244
-
29245
- "Licensor" shall mean the copyright owner or entity authorized by
29246
- the copyright owner that is granting the License.
29247
-
29248
- "Legal Entity" shall mean the union of the acting entity and all
29249
- other entities that control, are controlled by, or are under common
29250
- control with that entity. For the purposes of this definition,
29251
- "control" means (i) the power, direct or indirect, to cause the
29252
- direction or management of such entity, whether by contract or
29253
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
29254
- outstanding shares, or (iii) beneficial ownership of such entity.
29255
-
29256
- "You" (or "Your") shall mean an individual or Legal Entity
29257
- exercising permissions granted by this License.
29258
-
29259
- "Source" form shall mean the preferred form for making modifications,
29260
- including but not limited to software source code, documentation
29261
- source, and configuration files.
29262
-
29263
- "Object" form shall mean any form resulting from mechanical
29264
- transformation or translation of a Source form, including but
29265
- not limited to compiled object code, generated documentation,
29266
- and conversions to other media types.
29267
-
29268
- "Work" shall mean the work of authorship, whether in Source or
29269
- Object form, made available under the License, as indicated by a
29270
- copyright notice that is included in or attached to the work
29271
- (an example is provided in the Appendix below).
29272
-
29273
- "Derivative Works" shall mean any work, whether in Source or Object
29274
- form, that is based on (or derived from) the Work and for which the
29275
- editorial revisions, annotations, elaborations, or other modifications
29276
- represent, as a whole, an original work of authorship. For the purposes
29277
- of this License, Derivative Works shall not include works that remain
29278
- separable from, or merely link (or bind by name) to the interfaces of,
29279
- the Work and Derivative Works thereof.
29280
-
29281
- "Contribution" shall mean any work of authorship, including
29282
- the original version of the Work and any modifications or additions
29283
- to that Work or Derivative Works thereof, that is intentionally
29284
- submitted to Licensor for inclusion in the Work by the copyright owner
29285
- or by an individual or Legal Entity authorized to submit on behalf of
29286
- the copyright owner. For the purposes of this definition, "submitted"
29287
- means any form of electronic, verbal, or written communication sent
29288
- to the Licensor or its representatives, including but not limited to
29289
- communication on electronic mailing lists, source code control systems,
29290
- and issue tracking systems that are managed by, or on behalf of, the
29291
- Licensor for the purpose of discussing and improving the Work, but
29292
- excluding communication that is conspicuously marked or otherwise
29293
- designated in writing by the copyright owner as "Not a Contribution."
29294
-
29295
- "Contributor" shall mean Licensor and any individual or Legal Entity
29296
- on behalf of whom a Contribution has been received by Licensor and
29297
- subsequently incorporated within the Work.
29298
-
29299
- 2. Grant of Copyright License. Subject to the terms and conditions of
29300
- this License, each Contributor hereby grants to You a perpetual,
29301
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29302
- copyright license to reproduce, prepare Derivative Works of,
29303
- publicly display, publicly perform, sublicense, and distribute the
29304
- Work and such Derivative Works in Source or Object form.
29305
-
29306
- 3. Grant of Patent License. Subject to the terms and conditions of
29307
- this License, each Contributor hereby grants to You a perpetual,
29308
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29309
- (except as stated in this section) patent license to make, have made,
29310
- use, offer to sell, sell, import, and otherwise transfer the Work,
29311
- where such license applies only to those patent claims licensable
29312
- by such Contributor that are necessarily infringed by their
29313
- Contribution(s) alone or by combination of their Contribution(s)
29314
- with the Work to which such Contribution(s) was submitted. If You
29315
- institute patent litigation against any entity (including a
29316
- cross-claim or counterclaim in a lawsuit) alleging that the Work
29317
- or a Contribution incorporated within the Work constitutes direct
29318
- or contributory patent infringement, then any patent licenses
29319
- granted to You under this License for that Work shall terminate
29320
- as of the date such litigation is filed.
29321
-
29322
- 4. Redistribution. You may reproduce and distribute copies of the
29323
- Work or Derivative Works thereof in any medium, with or without
29324
- modifications, and in Source or Object form, provided that You
29325
- meet the following conditions:
29326
-
29327
- (a) You must give any other recipients of the Work or
29328
- Derivative Works a copy of this License; and
29329
-
29330
- (b) You must cause any modified files to carry prominent notices
29331
- stating that You changed the files; and
29332
-
29333
- (c) You must retain, in the Source form of any Derivative Works
29334
- that You distribute, all copyright, patent, trademark, and
29335
- attribution notices from the Source form of the Work,
29336
- excluding those notices that do not pertain to any part of
29337
- the Derivative Works; and
29338
-
29339
- (d) If the Work includes a "NOTICE" text file as part of its
29340
- distribution, then any Derivative Works that You distribute must
29341
- include a readable copy of the attribution notices contained
29342
- within such NOTICE file, excluding those notices that do not
29343
- pertain to any part of the Derivative Works, in at least one
29344
- of the following places: within a NOTICE text file distributed
29345
- as part of the Derivative Works; within the Source form or
29346
- documentation, if provided along with the Derivative Works; or,
29347
- within a display generated by the Derivative Works, if and
29348
- wherever such third-party notices normally appear. The contents
29349
- of the NOTICE file are for informational purposes only and
29350
- do not modify the License. You may add Your own attribution
29351
- notices within Derivative Works that You distribute, alongside
29352
- or as an addendum to the NOTICE text from the Work, provided
29353
- that such additional attribution notices cannot be construed
29354
- as modifying the License.
29355
-
29356
- You may add Your own copyright statement to Your modifications and
29357
- may provide additional or different license terms and conditions
29358
- for use, reproduction, or distribution of Your modifications, or
29359
- for any such Derivative Works as a whole, provided Your use,
29360
- reproduction, and distribution of the Work otherwise complies with
29361
- the conditions stated in this License.
29362
-
29363
- 5. Submission of Contributions. Unless You explicitly state otherwise,
29364
- any Contribution intentionally submitted for inclusion in the Work
29365
- by You to the Licensor shall be under the terms and conditions of
29366
- this License, without any additional terms or conditions.
29367
- Notwithstanding the above, nothing herein shall supersede or modify
29368
- the terms of any separate license agreement you may have executed
29369
- with Licensor regarding such Contributions.
29370
-
29371
- 6. Trademarks. This License does not grant permission to use the trade
29372
- names, trademarks, service marks, or product names of the Licensor,
29373
- except as required for reasonable and customary use in describing the
29374
- origin of the Work and reproducing the content of the NOTICE file.
29375
-
29376
- 7. Disclaimer of Warranty. Unless required by applicable law or
29377
- agreed to in writing, Licensor provides the Work (and each
29378
- Contributor provides its Contributions) on an "AS IS" BASIS,
29379
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
29380
- implied, including, without limitation, any warranties or conditions
29381
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
29382
- PARTICULAR PURPOSE. You are solely responsible for determining the
29383
- appropriateness of using or redistributing the Work and assume any
29384
- risks associated with Your exercise of permissions under this License.
29385
-
29386
- 8. Limitation of Liability. In no event and under no legal theory,
29387
- whether in tort (including negligence), contract, or otherwise,
29388
- unless required by applicable law (such as deliberate and grossly
29389
- negligent acts) or agreed to in writing, shall any Contributor be
29390
- liable to You for damages, including any direct, indirect, special,
29391
- incidental, or consequential damages of any character arising as a
29392
- result of this License or out of the use or inability to use the
29393
- Work (including but not limited to damages for loss of goodwill,
29394
- work stoppage, computer failure or malfunction, or any and all
29395
- other commercial damages or losses), even if such Contributor
29396
- has been advised of the possibility of such damages.
29397
-
29398
- 9. Accepting Warranty or Additional Liability. While redistributing
29399
- the Work or Derivative Works thereof, You may choose to offer,
29400
- and charge a fee for, acceptance of support, warranty, indemnity,
29401
- or other liability obligations and/or rights consistent with this
29402
- License. However, in accepting such obligations, You may act only
29403
- on Your own behalf and on Your sole responsibility, not on behalf
29404
- of any other Contributor, and only if You agree to indemnify,
29405
- defend, and hold each Contributor harmless for any liability
29406
- incurred by, or claims asserted against, such Contributor by reason
29407
- of your accepting any such warranty or additional liability.
29408
-
29409
- END OF TERMS AND CONDITIONS
29410
-
29411
- Copyright 2020-2022 Jorge C. Leitão
29412
-
29413
- Licensed under the Apache License, Version 2.0 (the "License");
29414
- you may not use this file except in compliance with the License.
29415
- You may obtain a copy of the License at
29416
-
29417
- https://www.apache.org/licenses/LICENSE-2.0
29418
-
29419
- Unless required by applicable law or agreed to in writing, software
29420
- distributed under the License is distributed on an "AS IS" BASIS,
29421
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29422
- See the License for the specific language governing permissions and
29423
- limitations under the License.
29424
-
29425
- 2.
29426
- Copyright (c) 2024 Ritchie Vink
29427
-
29428
- Permission is hereby granted, free of charge, to any person obtaining a copy
29429
- of this software and associated documentation files (the "Software"), to deal
29430
- in the Software without restriction, including without limitation the rights
29431
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29432
- copies of the Software, and to permit persons to whom the Software is
29433
- furnished to do so, subject to the following conditions:
29434
-
29435
- The above copyright notice and this permission notice shall be included in all
29436
- copies or substantial portions of the Software.
29437
-
29438
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29439
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29440
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29441
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29442
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29443
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29444
- SOFTWARE.
29445
-
29446
28494
  ================================================================================
29447
28495
  polars-compute LICENSE
29448
28496
  ================================================================================
@@ -29493,6 +28541,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29493
28541
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29494
28542
  SOFTWARE.
29495
28543
 
28544
+ ================================================================================
28545
+ polars-dtype LICENSE
28546
+ ================================================================================
28547
+
28548
+ Copyright (c) 2025 Ritchie Vink
28549
+ Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
28550
+
28551
+ Permission is hereby granted, free of charge, to any person obtaining a copy
28552
+ of this software and associated documentation files (the "Software"), to deal
28553
+ in the Software without restriction, including without limitation the rights
28554
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28555
+ copies of the Software, and to permit persons to whom the Software is
28556
+ furnished to do so, subject to the following conditions:
28557
+
28558
+ The above copyright notice and this permission notice shall be included in all
28559
+ copies or substantial portions of the Software.
28560
+
28561
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28562
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28563
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28564
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28565
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28566
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
28567
+ SOFTWARE.
28568
+
29496
28569
  ================================================================================
29497
28570
  polars-error LICENSE
29498
28571
  ================================================================================
@@ -29898,31 +28971,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
29898
28971
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29899
28972
  IN THE SOFTWARE.
29900
28973
 
29901
- ================================================================================
29902
- polars-pipe LICENSE
29903
- ================================================================================
29904
-
29905
- Copyright (c) 2025 Ritchie Vink
29906
- Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
29907
-
29908
- Permission is hereby granted, free of charge, to any person obtaining a copy
29909
- of this software and associated documentation files (the "Software"), to deal
29910
- in the Software without restriction, including without limitation the rights
29911
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29912
- copies of the Software, and to permit persons to whom the Software is
29913
- furnished to do so, subject to the following conditions:
29914
-
29915
- The above copyright notice and this permission notice shall be included in all
29916
- copies or substantial portions of the Software.
29917
-
29918
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29919
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29920
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29921
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29922
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29923
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29924
- SOFTWARE.
29925
-
29926
28974
  ================================================================================
29927
28975
  polars-plan LICENSE
29928
28976
  ================================================================================
@@ -31713,7 +30761,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31713
30761
  DEALINGS IN THE SOFTWARE.
31714
30762
 
31715
30763
  ================================================================================
31716
- rand v0.8.5 LICENSE-APACHE
30764
+ rand LICENSE-APACHE
31717
30765
  ================================================================================
31718
30766
 
31719
30767
  Apache License
@@ -31894,7 +30942,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31894
30942
  END OF TERMS AND CONDITIONS
31895
30943
 
31896
30944
  ================================================================================
31897
- rand v0.8.5 LICENSE-MIT
30945
+ rand LICENSE-MIT
31898
30946
  ================================================================================
31899
30947
 
31900
30948
  Copyright 2018 Developers of the Rand project
@@ -31925,7 +30973,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31925
30973
  DEALINGS IN THE SOFTWARE.
31926
30974
 
31927
30975
  ================================================================================
31928
- rand v0.9.1 LICENSE-APACHE
30976
+ rand_chacha LICENSE-APACHE
31929
30977
  ================================================================================
31930
30978
 
31931
30979
  Apache License
@@ -32106,7 +31154,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32106
31154
  END OF TERMS AND CONDITIONS
32107
31155
 
32108
31156
  ================================================================================
32109
- rand v0.9.1 LICENSE-MIT
31157
+ rand_chacha LICENSE-MIT
32110
31158
  ================================================================================
32111
31159
 
32112
31160
  Copyright 2018 Developers of the Rand project
@@ -32137,7 +31185,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32137
31185
  DEALINGS IN THE SOFTWARE.
32138
31186
 
32139
31187
  ================================================================================
32140
- rand_chacha v0.3.1 LICENSE-APACHE
31188
+ rand_core LICENSE-APACHE
32141
31189
  ================================================================================
32142
31190
 
32143
31191
  Apache License
@@ -32328,22 +31376,8 @@ APPENDIX: How to apply the Apache License to your work.
32328
31376
  same "printed page" as the copyright notice for easier
32329
31377
  identification within third-party archives.
32330
31378
 
32331
- Copyright [yyyy] [name of copyright owner]
32332
-
32333
- Licensed under the Apache License, Version 2.0 (the "License");
32334
- you may not use this file except in compliance with the License.
32335
- You may obtain a copy of the License at
32336
-
32337
- https://www.apache.org/licenses/LICENSE-2.0
32338
-
32339
- Unless required by applicable law or agreed to in writing, software
32340
- distributed under the License is distributed on an "AS IS" BASIS,
32341
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32342
- See the License for the specific language governing permissions and
32343
- limitations under the License.
32344
-
32345
31379
  ================================================================================
32346
- rand_chacha v0.3.1 LICENSE-MIT
31380
+ rand_core LICENSE-MIT
32347
31381
  ================================================================================
32348
31382
 
32349
31383
  Copyright 2018 Developers of the Rand project
@@ -32374,219 +31408,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32374
31408
  DEALINGS IN THE SOFTWARE.
32375
31409
 
32376
31410
  ================================================================================
32377
- rand_chacha v0.9.0 LICENSE-APACHE
32378
- ================================================================================
32379
-
32380
- Apache License
32381
- Version 2.0, January 2004
32382
- https://www.apache.org/licenses/
32383
-
32384
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32385
-
32386
- 1. Definitions.
32387
-
32388
- "License" shall mean the terms and conditions for use, reproduction,
32389
- and distribution as defined by Sections 1 through 9 of this document.
32390
-
32391
- "Licensor" shall mean the copyright owner or entity authorized by
32392
- the copyright owner that is granting the License.
32393
-
32394
- "Legal Entity" shall mean the union of the acting entity and all
32395
- other entities that control, are controlled by, or are under common
32396
- control with that entity. For the purposes of this definition,
32397
- "control" means (i) the power, direct or indirect, to cause the
32398
- direction or management of such entity, whether by contract or
32399
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
32400
- outstanding shares, or (iii) beneficial ownership of such entity.
32401
-
32402
- "You" (or "Your") shall mean an individual or Legal Entity
32403
- exercising permissions granted by this License.
32404
-
32405
- "Source" form shall mean the preferred form for making modifications,
32406
- including but not limited to software source code, documentation
32407
- source, and configuration files.
32408
-
32409
- "Object" form shall mean any form resulting from mechanical
32410
- transformation or translation of a Source form, including but
32411
- not limited to compiled object code, generated documentation,
32412
- and conversions to other media types.
32413
-
32414
- "Work" shall mean the work of authorship, whether in Source or
32415
- Object form, made available under the License, as indicated by a
32416
- copyright notice that is included in or attached to the work
32417
- (an example is provided in the Appendix below).
32418
-
32419
- "Derivative Works" shall mean any work, whether in Source or Object
32420
- form, that is based on (or derived from) the Work and for which the
32421
- editorial revisions, annotations, elaborations, or other modifications
32422
- represent, as a whole, an original work of authorship. For the purposes
32423
- of this License, Derivative Works shall not include works that remain
32424
- separable from, or merely link (or bind by name) to the interfaces of,
32425
- the Work and Derivative Works thereof.
32426
-
32427
- "Contribution" shall mean any work of authorship, including
32428
- the original version of the Work and any modifications or additions
32429
- to that Work or Derivative Works thereof, that is intentionally
32430
- submitted to Licensor for inclusion in the Work by the copyright owner
32431
- or by an individual or Legal Entity authorized to submit on behalf of
32432
- the copyright owner. For the purposes of this definition, "submitted"
32433
- means any form of electronic, verbal, or written communication sent
32434
- to the Licensor or its representatives, including but not limited to
32435
- communication on electronic mailing lists, source code control systems,
32436
- and issue tracking systems that are managed by, or on behalf of, the
32437
- Licensor for the purpose of discussing and improving the Work, but
32438
- excluding communication that is conspicuously marked or otherwise
32439
- designated in writing by the copyright owner as "Not a Contribution."
32440
-
32441
- "Contributor" shall mean Licensor and any individual or Legal Entity
32442
- on behalf of whom a Contribution has been received by Licensor and
32443
- subsequently incorporated within the Work.
32444
-
32445
- 2. Grant of Copyright License. Subject to the terms and conditions of
32446
- this License, each Contributor hereby grants to You a perpetual,
32447
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32448
- copyright license to reproduce, prepare Derivative Works of,
32449
- publicly display, publicly perform, sublicense, and distribute the
32450
- Work and such Derivative Works in Source or Object form.
32451
-
32452
- 3. Grant of Patent License. Subject to the terms and conditions of
32453
- this License, each Contributor hereby grants to You a perpetual,
32454
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32455
- (except as stated in this section) patent license to make, have made,
32456
- use, offer to sell, sell, import, and otherwise transfer the Work,
32457
- where such license applies only to those patent claims licensable
32458
- by such Contributor that are necessarily infringed by their
32459
- Contribution(s) alone or by combination of their Contribution(s)
32460
- with the Work to which such Contribution(s) was submitted. If You
32461
- institute patent litigation against any entity (including a
32462
- cross-claim or counterclaim in a lawsuit) alleging that the Work
32463
- or a Contribution incorporated within the Work constitutes direct
32464
- or contributory patent infringement, then any patent licenses
32465
- granted to You under this License for that Work shall terminate
32466
- as of the date such litigation is filed.
32467
-
32468
- 4. Redistribution. You may reproduce and distribute copies of the
32469
- Work or Derivative Works thereof in any medium, with or without
32470
- modifications, and in Source or Object form, provided that You
32471
- meet the following conditions:
32472
-
32473
- (a) You must give any other recipients of the Work or
32474
- Derivative Works a copy of this License; and
32475
-
32476
- (b) You must cause any modified files to carry prominent notices
32477
- stating that You changed the files; and
32478
-
32479
- (c) You must retain, in the Source form of any Derivative Works
32480
- that You distribute, all copyright, patent, trademark, and
32481
- attribution notices from the Source form of the Work,
32482
- excluding those notices that do not pertain to any part of
32483
- the Derivative Works; and
32484
-
32485
- (d) If the Work includes a "NOTICE" text file as part of its
32486
- distribution, then any Derivative Works that You distribute must
32487
- include a readable copy of the attribution notices contained
32488
- within such NOTICE file, excluding those notices that do not
32489
- pertain to any part of the Derivative Works, in at least one
32490
- of the following places: within a NOTICE text file distributed
32491
- as part of the Derivative Works; within the Source form or
32492
- documentation, if provided along with the Derivative Works; or,
32493
- within a display generated by the Derivative Works, if and
32494
- wherever such third-party notices normally appear. The contents
32495
- of the NOTICE file are for informational purposes only and
32496
- do not modify the License. You may add Your own attribution
32497
- notices within Derivative Works that You distribute, alongside
32498
- or as an addendum to the NOTICE text from the Work, provided
32499
- that such additional attribution notices cannot be construed
32500
- as modifying the License.
32501
-
32502
- You may add Your own copyright statement to Your modifications and
32503
- may provide additional or different license terms and conditions
32504
- for use, reproduction, or distribution of Your modifications, or
32505
- for any such Derivative Works as a whole, provided Your use,
32506
- reproduction, and distribution of the Work otherwise complies with
32507
- the conditions stated in this License.
32508
-
32509
- 5. Submission of Contributions. Unless You explicitly state otherwise,
32510
- any Contribution intentionally submitted for inclusion in the Work
32511
- by You to the Licensor shall be under the terms and conditions of
32512
- this License, without any additional terms or conditions.
32513
- Notwithstanding the above, nothing herein shall supersede or modify
32514
- the terms of any separate license agreement you may have executed
32515
- with Licensor regarding such Contributions.
32516
-
32517
- 6. Trademarks. This License does not grant permission to use the trade
32518
- names, trademarks, service marks, or product names of the Licensor,
32519
- except as required for reasonable and customary use in describing the
32520
- origin of the Work and reproducing the content of the NOTICE file.
32521
-
32522
- 7. Disclaimer of Warranty. Unless required by applicable law or
32523
- agreed to in writing, Licensor provides the Work (and each
32524
- Contributor provides its Contributions) on an "AS IS" BASIS,
32525
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
32526
- implied, including, without limitation, any warranties or conditions
32527
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
32528
- PARTICULAR PURPOSE. You are solely responsible for determining the
32529
- appropriateness of using or redistributing the Work and assume any
32530
- risks associated with Your exercise of permissions under this License.
32531
-
32532
- 8. Limitation of Liability. In no event and under no legal theory,
32533
- whether in tort (including negligence), contract, or otherwise,
32534
- unless required by applicable law (such as deliberate and grossly
32535
- negligent acts) or agreed to in writing, shall any Contributor be
32536
- liable to You for damages, including any direct, indirect, special,
32537
- incidental, or consequential damages of any character arising as a
32538
- result of this License or out of the use or inability to use the
32539
- Work (including but not limited to damages for loss of goodwill,
32540
- work stoppage, computer failure or malfunction, or any and all
32541
- other commercial damages or losses), even if such Contributor
32542
- has been advised of the possibility of such damages.
32543
-
32544
- 9. Accepting Warranty or Additional Liability. While redistributing
32545
- the Work or Derivative Works thereof, You may choose to offer,
32546
- and charge a fee for, acceptance of support, warranty, indemnity,
32547
- or other liability obligations and/or rights consistent with this
32548
- License. However, in accepting such obligations, You may act only
32549
- on Your own behalf and on Your sole responsibility, not on behalf
32550
- of any other Contributor, and only if You agree to indemnify,
32551
- defend, and hold each Contributor harmless for any liability
32552
- incurred by, or claims asserted against, such Contributor by reason
32553
- of your accepting any such warranty or additional liability.
32554
-
32555
- END OF TERMS AND CONDITIONS
32556
-
32557
- ================================================================================
32558
- rand_chacha v0.9.0 LICENSE-MIT
32559
- ================================================================================
32560
-
32561
- Copyright 2018 Developers of the Rand project
32562
- Copyright (c) 2014 The Rust Project Developers
32563
-
32564
- Permission is hereby granted, free of charge, to any
32565
- person obtaining a copy of this software and associated
32566
- documentation files (the "Software"), to deal in the
32567
- Software without restriction, including without
32568
- limitation the rights to use, copy, modify, merge,
32569
- publish, distribute, sublicense, and/or sell copies of
32570
- the Software, and to permit persons to whom the Software
32571
- is furnished to do so, subject to the following
32572
- conditions:
32573
-
32574
- The above copyright notice and this permission notice
32575
- shall be included in all copies or substantial portions
32576
- of the Software.
32577
-
32578
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
32579
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
32580
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
32581
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
32582
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
32583
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
32584
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
32585
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32586
- DEALINGS IN THE SOFTWARE.
32587
-
32588
- ================================================================================
32589
- rand_core v0.6.4 LICENSE-APACHE
31411
+ rand_distr LICENSE-APACHE
32590
31412
  ================================================================================
32591
31413
 
32592
31414
  Apache License
@@ -32778,453 +31600,7 @@ APPENDIX: How to apply the Apache License to your work.
32778
31600
  identification within third-party archives.
32779
31601
 
32780
31602
  ================================================================================
32781
- rand_core v0.6.4 LICENSE-MIT
32782
- ================================================================================
32783
-
32784
- Copyright 2018 Developers of the Rand project
32785
- Copyright (c) 2014 The Rust Project Developers
32786
-
32787
- Permission is hereby granted, free of charge, to any
32788
- person obtaining a copy of this software and associated
32789
- documentation files (the "Software"), to deal in the
32790
- Software without restriction, including without
32791
- limitation the rights to use, copy, modify, merge,
32792
- publish, distribute, sublicense, and/or sell copies of
32793
- the Software, and to permit persons to whom the Software
32794
- is furnished to do so, subject to the following
32795
- conditions:
32796
-
32797
- The above copyright notice and this permission notice
32798
- shall be included in all copies or substantial portions
32799
- of the Software.
32800
-
32801
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
32802
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
32803
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
32804
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
32805
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
32806
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
32807
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
32808
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
32809
- DEALINGS IN THE SOFTWARE.
32810
-
32811
- ================================================================================
32812
- rand_core v0.9.3 LICENSE-APACHE
32813
- ================================================================================
32814
-
32815
- Apache License
32816
- Version 2.0, January 2004
32817
- https://www.apache.org/licenses/
32818
-
32819
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32820
-
32821
- 1. Definitions.
32822
-
32823
- "License" shall mean the terms and conditions for use, reproduction,
32824
- and distribution as defined by Sections 1 through 9 of this document.
32825
-
32826
- "Licensor" shall mean the copyright owner or entity authorized by
32827
- the copyright owner that is granting the License.
32828
-
32829
- "Legal Entity" shall mean the union of the acting entity and all
32830
- other entities that control, are controlled by, or are under common
32831
- control with that entity. For the purposes of this definition,
32832
- "control" means (i) the power, direct or indirect, to cause the
32833
- direction or management of such entity, whether by contract or
32834
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
32835
- outstanding shares, or (iii) beneficial ownership of such entity.
32836
-
32837
- "You" (or "Your") shall mean an individual or Legal Entity
32838
- exercising permissions granted by this License.
32839
-
32840
- "Source" form shall mean the preferred form for making modifications,
32841
- including but not limited to software source code, documentation
32842
- source, and configuration files.
32843
-
32844
- "Object" form shall mean any form resulting from mechanical
32845
- transformation or translation of a Source form, including but
32846
- not limited to compiled object code, generated documentation,
32847
- and conversions to other media types.
32848
-
32849
- "Work" shall mean the work of authorship, whether in Source or
32850
- Object form, made available under the License, as indicated by a
32851
- copyright notice that is included in or attached to the work
32852
- (an example is provided in the Appendix below).
32853
-
32854
- "Derivative Works" shall mean any work, whether in Source or Object
32855
- form, that is based on (or derived from) the Work and for which the
32856
- editorial revisions, annotations, elaborations, or other modifications
32857
- represent, as a whole, an original work of authorship. For the purposes
32858
- of this License, Derivative Works shall not include works that remain
32859
- separable from, or merely link (or bind by name) to the interfaces of,
32860
- the Work and Derivative Works thereof.
32861
-
32862
- "Contribution" shall mean any work of authorship, including
32863
- the original version of the Work and any modifications or additions
32864
- to that Work or Derivative Works thereof, that is intentionally
32865
- submitted to Licensor for inclusion in the Work by the copyright owner
32866
- or by an individual or Legal Entity authorized to submit on behalf of
32867
- the copyright owner. For the purposes of this definition, "submitted"
32868
- means any form of electronic, verbal, or written communication sent
32869
- to the Licensor or its representatives, including but not limited to
32870
- communication on electronic mailing lists, source code control systems,
32871
- and issue tracking systems that are managed by, or on behalf of, the
32872
- Licensor for the purpose of discussing and improving the Work, but
32873
- excluding communication that is conspicuously marked or otherwise
32874
- designated in writing by the copyright owner as "Not a Contribution."
32875
-
32876
- "Contributor" shall mean Licensor and any individual or Legal Entity
32877
- on behalf of whom a Contribution has been received by Licensor and
32878
- subsequently incorporated within the Work.
32879
-
32880
- 2. Grant of Copyright License. Subject to the terms and conditions of
32881
- this License, each Contributor hereby grants to You a perpetual,
32882
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32883
- copyright license to reproduce, prepare Derivative Works of,
32884
- publicly display, publicly perform, sublicense, and distribute the
32885
- Work and such Derivative Works in Source or Object form.
32886
-
32887
- 3. Grant of Patent License. Subject to the terms and conditions of
32888
- this License, each Contributor hereby grants to You a perpetual,
32889
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32890
- (except as stated in this section) patent license to make, have made,
32891
- use, offer to sell, sell, import, and otherwise transfer the Work,
32892
- where such license applies only to those patent claims licensable
32893
- by such Contributor that are necessarily infringed by their
32894
- Contribution(s) alone or by combination of their Contribution(s)
32895
- with the Work to which such Contribution(s) was submitted. If You
32896
- institute patent litigation against any entity (including a
32897
- cross-claim or counterclaim in a lawsuit) alleging that the Work
32898
- or a Contribution incorporated within the Work constitutes direct
32899
- or contributory patent infringement, then any patent licenses
32900
- granted to You under this License for that Work shall terminate
32901
- as of the date such litigation is filed.
32902
-
32903
- 4. Redistribution. You may reproduce and distribute copies of the
32904
- Work or Derivative Works thereof in any medium, with or without
32905
- modifications, and in Source or Object form, provided that You
32906
- meet the following conditions:
32907
-
32908
- (a) You must give any other recipients of the Work or
32909
- Derivative Works a copy of this License; and
32910
-
32911
- (b) You must cause any modified files to carry prominent notices
32912
- stating that You changed the files; and
32913
-
32914
- (c) You must retain, in the Source form of any Derivative Works
32915
- that You distribute, all copyright, patent, trademark, and
32916
- attribution notices from the Source form of the Work,
32917
- excluding those notices that do not pertain to any part of
32918
- the Derivative Works; and
32919
-
32920
- (d) If the Work includes a "NOTICE" text file as part of its
32921
- distribution, then any Derivative Works that You distribute must
32922
- include a readable copy of the attribution notices contained
32923
- within such NOTICE file, excluding those notices that do not
32924
- pertain to any part of the Derivative Works, in at least one
32925
- of the following places: within a NOTICE text file distributed
32926
- as part of the Derivative Works; within the Source form or
32927
- documentation, if provided along with the Derivative Works; or,
32928
- within a display generated by the Derivative Works, if and
32929
- wherever such third-party notices normally appear. The contents
32930
- of the NOTICE file are for informational purposes only and
32931
- do not modify the License. You may add Your own attribution
32932
- notices within Derivative Works that You distribute, alongside
32933
- or as an addendum to the NOTICE text from the Work, provided
32934
- that such additional attribution notices cannot be construed
32935
- as modifying the License.
32936
-
32937
- You may add Your own copyright statement to Your modifications and
32938
- may provide additional or different license terms and conditions
32939
- for use, reproduction, or distribution of Your modifications, or
32940
- for any such Derivative Works as a whole, provided Your use,
32941
- reproduction, and distribution of the Work otherwise complies with
32942
- the conditions stated in this License.
32943
-
32944
- 5. Submission of Contributions. Unless You explicitly state otherwise,
32945
- any Contribution intentionally submitted for inclusion in the Work
32946
- by You to the Licensor shall be under the terms and conditions of
32947
- this License, without any additional terms or conditions.
32948
- Notwithstanding the above, nothing herein shall supersede or modify
32949
- the terms of any separate license agreement you may have executed
32950
- with Licensor regarding such Contributions.
32951
-
32952
- 6. Trademarks. This License does not grant permission to use the trade
32953
- names, trademarks, service marks, or product names of the Licensor,
32954
- except as required for reasonable and customary use in describing the
32955
- origin of the Work and reproducing the content of the NOTICE file.
32956
-
32957
- 7. Disclaimer of Warranty. Unless required by applicable law or
32958
- agreed to in writing, Licensor provides the Work (and each
32959
- Contributor provides its Contributions) on an "AS IS" BASIS,
32960
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
32961
- implied, including, without limitation, any warranties or conditions
32962
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
32963
- PARTICULAR PURPOSE. You are solely responsible for determining the
32964
- appropriateness of using or redistributing the Work and assume any
32965
- risks associated with Your exercise of permissions under this License.
32966
-
32967
- 8. Limitation of Liability. In no event and under no legal theory,
32968
- whether in tort (including negligence), contract, or otherwise,
32969
- unless required by applicable law (such as deliberate and grossly
32970
- negligent acts) or agreed to in writing, shall any Contributor be
32971
- liable to You for damages, including any direct, indirect, special,
32972
- incidental, or consequential damages of any character arising as a
32973
- result of this License or out of the use or inability to use the
32974
- Work (including but not limited to damages for loss of goodwill,
32975
- work stoppage, computer failure or malfunction, or any and all
32976
- other commercial damages or losses), even if such Contributor
32977
- has been advised of the possibility of such damages.
32978
-
32979
- 9. Accepting Warranty or Additional Liability. While redistributing
32980
- the Work or Derivative Works thereof, You may choose to offer,
32981
- and charge a fee for, acceptance of support, warranty, indemnity,
32982
- or other liability obligations and/or rights consistent with this
32983
- License. However, in accepting such obligations, You may act only
32984
- on Your own behalf and on Your sole responsibility, not on behalf
32985
- of any other Contributor, and only if You agree to indemnify,
32986
- defend, and hold each Contributor harmless for any liability
32987
- incurred by, or claims asserted against, such Contributor by reason
32988
- of your accepting any such warranty or additional liability.
32989
-
32990
- END OF TERMS AND CONDITIONS
32991
-
32992
- APPENDIX: How to apply the Apache License to your work.
32993
-
32994
- To apply the Apache License to your work, attach the following
32995
- boilerplate notice, with the fields enclosed by brackets "[]"
32996
- replaced with your own identifying information. (Don't include
32997
- the brackets!) The text should be enclosed in the appropriate
32998
- comment syntax for the file format. We also recommend that a
32999
- file or class name and description of purpose be included on the
33000
- same "printed page" as the copyright notice for easier
33001
- identification within third-party archives.
33002
-
33003
- ================================================================================
33004
- rand_core v0.9.3 LICENSE-MIT
33005
- ================================================================================
33006
-
33007
- Copyright 2018 Developers of the Rand project
33008
- Copyright (c) 2014 The Rust Project Developers
33009
-
33010
- Permission is hereby granted, free of charge, to any
33011
- person obtaining a copy of this software and associated
33012
- documentation files (the "Software"), to deal in the
33013
- Software without restriction, including without
33014
- limitation the rights to use, copy, modify, merge,
33015
- publish, distribute, sublicense, and/or sell copies of
33016
- the Software, and to permit persons to whom the Software
33017
- is furnished to do so, subject to the following
33018
- conditions:
33019
-
33020
- The above copyright notice and this permission notice
33021
- shall be included in all copies or substantial portions
33022
- of the Software.
33023
-
33024
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
33025
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
33026
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
33027
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
33028
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
33029
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
33030
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
33031
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
33032
- DEALINGS IN THE SOFTWARE.
33033
-
33034
- ================================================================================
33035
- rand_distr LICENSE-APACHE
33036
- ================================================================================
33037
-
33038
- Apache License
33039
- Version 2.0, January 2004
33040
- https://www.apache.org/licenses/
33041
-
33042
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33043
-
33044
- 1. Definitions.
33045
-
33046
- "License" shall mean the terms and conditions for use, reproduction,
33047
- and distribution as defined by Sections 1 through 9 of this document.
33048
-
33049
- "Licensor" shall mean the copyright owner or entity authorized by
33050
- the copyright owner that is granting the License.
33051
-
33052
- "Legal Entity" shall mean the union of the acting entity and all
33053
- other entities that control, are controlled by, or are under common
33054
- control with that entity. For the purposes of this definition,
33055
- "control" means (i) the power, direct or indirect, to cause the
33056
- direction or management of such entity, whether by contract or
33057
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
33058
- outstanding shares, or (iii) beneficial ownership of such entity.
33059
-
33060
- "You" (or "Your") shall mean an individual or Legal Entity
33061
- exercising permissions granted by this License.
33062
-
33063
- "Source" form shall mean the preferred form for making modifications,
33064
- including but not limited to software source code, documentation
33065
- source, and configuration files.
33066
-
33067
- "Object" form shall mean any form resulting from mechanical
33068
- transformation or translation of a Source form, including but
33069
- not limited to compiled object code, generated documentation,
33070
- and conversions to other media types.
33071
-
33072
- "Work" shall mean the work of authorship, whether in Source or
33073
- Object form, made available under the License, as indicated by a
33074
- copyright notice that is included in or attached to the work
33075
- (an example is provided in the Appendix below).
33076
-
33077
- "Derivative Works" shall mean any work, whether in Source or Object
33078
- form, that is based on (or derived from) the Work and for which the
33079
- editorial revisions, annotations, elaborations, or other modifications
33080
- represent, as a whole, an original work of authorship. For the purposes
33081
- of this License, Derivative Works shall not include works that remain
33082
- separable from, or merely link (or bind by name) to the interfaces of,
33083
- the Work and Derivative Works thereof.
33084
-
33085
- "Contribution" shall mean any work of authorship, including
33086
- the original version of the Work and any modifications or additions
33087
- to that Work or Derivative Works thereof, that is intentionally
33088
- submitted to Licensor for inclusion in the Work by the copyright owner
33089
- or by an individual or Legal Entity authorized to submit on behalf of
33090
- the copyright owner. For the purposes of this definition, "submitted"
33091
- means any form of electronic, verbal, or written communication sent
33092
- to the Licensor or its representatives, including but not limited to
33093
- communication on electronic mailing lists, source code control systems,
33094
- and issue tracking systems that are managed by, or on behalf of, the
33095
- Licensor for the purpose of discussing and improving the Work, but
33096
- excluding communication that is conspicuously marked or otherwise
33097
- designated in writing by the copyright owner as "Not a Contribution."
33098
-
33099
- "Contributor" shall mean Licensor and any individual or Legal Entity
33100
- on behalf of whom a Contribution has been received by Licensor and
33101
- subsequently incorporated within the Work.
33102
-
33103
- 2. Grant of Copyright License. Subject to the terms and conditions of
33104
- this License, each Contributor hereby grants to You a perpetual,
33105
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33106
- copyright license to reproduce, prepare Derivative Works of,
33107
- publicly display, publicly perform, sublicense, and distribute the
33108
- Work and such Derivative Works in Source or Object form.
33109
-
33110
- 3. Grant of Patent License. Subject to the terms and conditions of
33111
- this License, each Contributor hereby grants to You a perpetual,
33112
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33113
- (except as stated in this section) patent license to make, have made,
33114
- use, offer to sell, sell, import, and otherwise transfer the Work,
33115
- where such license applies only to those patent claims licensable
33116
- by such Contributor that are necessarily infringed by their
33117
- Contribution(s) alone or by combination of their Contribution(s)
33118
- with the Work to which such Contribution(s) was submitted. If You
33119
- institute patent litigation against any entity (including a
33120
- cross-claim or counterclaim in a lawsuit) alleging that the Work
33121
- or a Contribution incorporated within the Work constitutes direct
33122
- or contributory patent infringement, then any patent licenses
33123
- granted to You under this License for that Work shall terminate
33124
- as of the date such litigation is filed.
33125
-
33126
- 4. Redistribution. You may reproduce and distribute copies of the
33127
- Work or Derivative Works thereof in any medium, with or without
33128
- modifications, and in Source or Object form, provided that You
33129
- meet the following conditions:
33130
-
33131
- (a) You must give any other recipients of the Work or
33132
- Derivative Works a copy of this License; and
33133
-
33134
- (b) You must cause any modified files to carry prominent notices
33135
- stating that You changed the files; and
33136
-
33137
- (c) You must retain, in the Source form of any Derivative Works
33138
- that You distribute, all copyright, patent, trademark, and
33139
- attribution notices from the Source form of the Work,
33140
- excluding those notices that do not pertain to any part of
33141
- the Derivative Works; and
33142
-
33143
- (d) If the Work includes a "NOTICE" text file as part of its
33144
- distribution, then any Derivative Works that You distribute must
33145
- include a readable copy of the attribution notices contained
33146
- within such NOTICE file, excluding those notices that do not
33147
- pertain to any part of the Derivative Works, in at least one
33148
- of the following places: within a NOTICE text file distributed
33149
- as part of the Derivative Works; within the Source form or
33150
- documentation, if provided along with the Derivative Works; or,
33151
- within a display generated by the Derivative Works, if and
33152
- wherever such third-party notices normally appear. The contents
33153
- of the NOTICE file are for informational purposes only and
33154
- do not modify the License. You may add Your own attribution
33155
- notices within Derivative Works that You distribute, alongside
33156
- or as an addendum to the NOTICE text from the Work, provided
33157
- that such additional attribution notices cannot be construed
33158
- as modifying the License.
33159
-
33160
- You may add Your own copyright statement to Your modifications and
33161
- may provide additional or different license terms and conditions
33162
- for use, reproduction, or distribution of Your modifications, or
33163
- for any such Derivative Works as a whole, provided Your use,
33164
- reproduction, and distribution of the Work otherwise complies with
33165
- the conditions stated in this License.
33166
-
33167
- 5. Submission of Contributions. Unless You explicitly state otherwise,
33168
- any Contribution intentionally submitted for inclusion in the Work
33169
- by You to the Licensor shall be under the terms and conditions of
33170
- this License, without any additional terms or conditions.
33171
- Notwithstanding the above, nothing herein shall supersede or modify
33172
- the terms of any separate license agreement you may have executed
33173
- with Licensor regarding such Contributions.
33174
-
33175
- 6. Trademarks. This License does not grant permission to use the trade
33176
- names, trademarks, service marks, or product names of the Licensor,
33177
- except as required for reasonable and customary use in describing the
33178
- origin of the Work and reproducing the content of the NOTICE file.
33179
-
33180
- 7. Disclaimer of Warranty. Unless required by applicable law or
33181
- agreed to in writing, Licensor provides the Work (and each
33182
- Contributor provides its Contributions) on an "AS IS" BASIS,
33183
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
33184
- implied, including, without limitation, any warranties or conditions
33185
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
33186
- PARTICULAR PURPOSE. You are solely responsible for determining the
33187
- appropriateness of using or redistributing the Work and assume any
33188
- risks associated with Your exercise of permissions under this License.
33189
-
33190
- 8. Limitation of Liability. In no event and under no legal theory,
33191
- whether in tort (including negligence), contract, or otherwise,
33192
- unless required by applicable law (such as deliberate and grossly
33193
- negligent acts) or agreed to in writing, shall any Contributor be
33194
- liable to You for damages, including any direct, indirect, special,
33195
- incidental, or consequential damages of any character arising as a
33196
- result of this License or out of the use or inability to use the
33197
- Work (including but not limited to damages for loss of goodwill,
33198
- work stoppage, computer failure or malfunction, or any and all
33199
- other commercial damages or losses), even if such Contributor
33200
- has been advised of the possibility of such damages.
33201
-
33202
- 9. Accepting Warranty or Additional Liability. While redistributing
33203
- the Work or Derivative Works thereof, You may choose to offer,
33204
- and charge a fee for, acceptance of support, warranty, indemnity,
33205
- or other liability obligations and/or rights consistent with this
33206
- License. However, in accepting such obligations, You may act only
33207
- on Your own behalf and on Your sole responsibility, not on behalf
33208
- of any other Contributor, and only if You agree to indemnify,
33209
- defend, and hold each Contributor harmless for any liability
33210
- incurred by, or claims asserted against, such Contributor by reason
33211
- of your accepting any such warranty or additional liability.
33212
-
33213
- END OF TERMS AND CONDITIONS
33214
-
33215
- APPENDIX: How to apply the Apache License to your work.
33216
-
33217
- To apply the Apache License to your work, attach the following
33218
- boilerplate notice, with the fields enclosed by brackets "[]"
33219
- replaced with your own identifying information. (Don't include
33220
- the brackets!) The text should be enclosed in the appropriate
33221
- comment syntax for the file format. We also recommend that a
33222
- file or class name and description of purpose be included on the
33223
- same "printed page" as the copyright notice for easier
33224
- identification within third-party archives.
33225
-
33226
- ================================================================================
33227
- rand_distr LICENSE-MIT
31603
+ rand_distr LICENSE-MIT
33228
31604
  ================================================================================
33229
31605
 
33230
31606
  Copyright 2018 Developers of the Rand project
@@ -37186,7 +35562,278 @@ See the License for the specific language governing permissions and
37186
35562
  limitations under the License.
37187
35563
 
37188
35564
  ================================================================================
37189
- rustls LICENSE-ISC
35565
+ rustls LICENSE-ISC
35566
+ ================================================================================
35567
+
35568
+ ISC License (ISC)
35569
+ Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
35570
+
35571
+ Permission to use, copy, modify, and/or distribute this software for
35572
+ any purpose with or without fee is hereby granted, provided that the
35573
+ above copyright notice and this permission notice appear in all copies.
35574
+
35575
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
35576
+ WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
35577
+ WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
35578
+ AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
35579
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
35580
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
35581
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
35582
+ THIS SOFTWARE.
35583
+
35584
+ ================================================================================
35585
+ rustls LICENSE-MIT
35586
+ ================================================================================
35587
+
35588
+ Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
35589
+
35590
+ Permission is hereby granted, free of charge, to any
35591
+ person obtaining a copy of this software and associated
35592
+ documentation files (the "Software"), to deal in the
35593
+ Software without restriction, including without
35594
+ limitation the rights to use, copy, modify, merge,
35595
+ publish, distribute, sublicense, and/or sell copies of
35596
+ the Software, and to permit persons to whom the Software
35597
+ is furnished to do so, subject to the following
35598
+ conditions:
35599
+
35600
+ The above copyright notice and this permission notice
35601
+ shall be included in all copies or substantial portions
35602
+ of the Software.
35603
+
35604
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
35605
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
35606
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
35607
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
35608
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
35609
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
35610
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
35611
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
35612
+ DEALINGS IN THE SOFTWARE.
35613
+
35614
+ ================================================================================
35615
+ rustls-native-certs LICENSE
35616
+ ================================================================================
35617
+
35618
+ Rustls is distributed under the following three licenses:
35619
+
35620
+ - Apache License version 2.0.
35621
+ - MIT license.
35622
+ - ISC license.
35623
+
35624
+ These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
35625
+ respectively. You may use this software under the terms of any
35626
+ of these licenses, at your option.
35627
+
35628
+
35629
+ ================================================================================
35630
+ rustls-native-certs LICENSE-APACHE
35631
+ ================================================================================
35632
+
35633
+ Apache License
35634
+ Version 2.0, January 2004
35635
+ http://www.apache.org/licenses/
35636
+
35637
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
35638
+
35639
+ 1. Definitions.
35640
+
35641
+ "License" shall mean the terms and conditions for use, reproduction,
35642
+ and distribution as defined by Sections 1 through 9 of this document.
35643
+
35644
+ "Licensor" shall mean the copyright owner or entity authorized by
35645
+ the copyright owner that is granting the License.
35646
+
35647
+ "Legal Entity" shall mean the union of the acting entity and all
35648
+ other entities that control, are controlled by, or are under common
35649
+ control with that entity. For the purposes of this definition,
35650
+ "control" means (i) the power, direct or indirect, to cause the
35651
+ direction or management of such entity, whether by contract or
35652
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
35653
+ outstanding shares, or (iii) beneficial ownership of such entity.
35654
+
35655
+ "You" (or "Your") shall mean an individual or Legal Entity
35656
+ exercising permissions granted by this License.
35657
+
35658
+ "Source" form shall mean the preferred form for making modifications,
35659
+ including but not limited to software source code, documentation
35660
+ source, and configuration files.
35661
+
35662
+ "Object" form shall mean any form resulting from mechanical
35663
+ transformation or translation of a Source form, including but
35664
+ not limited to compiled object code, generated documentation,
35665
+ and conversions to other media types.
35666
+
35667
+ "Work" shall mean the work of authorship, whether in Source or
35668
+ Object form, made available under the License, as indicated by a
35669
+ copyright notice that is included in or attached to the work
35670
+ (an example is provided in the Appendix below).
35671
+
35672
+ "Derivative Works" shall mean any work, whether in Source or Object
35673
+ form, that is based on (or derived from) the Work and for which the
35674
+ editorial revisions, annotations, elaborations, or other modifications
35675
+ represent, as a whole, an original work of authorship. For the purposes
35676
+ of this License, Derivative Works shall not include works that remain
35677
+ separable from, or merely link (or bind by name) to the interfaces of,
35678
+ the Work and Derivative Works thereof.
35679
+
35680
+ "Contribution" shall mean any work of authorship, including
35681
+ the original version of the Work and any modifications or additions
35682
+ to that Work or Derivative Works thereof, that is intentionally
35683
+ submitted to Licensor for inclusion in the Work by the copyright owner
35684
+ or by an individual or Legal Entity authorized to submit on behalf of
35685
+ the copyright owner. For the purposes of this definition, "submitted"
35686
+ means any form of electronic, verbal, or written communication sent
35687
+ to the Licensor or its representatives, including but not limited to
35688
+ communication on electronic mailing lists, source code control systems,
35689
+ and issue tracking systems that are managed by, or on behalf of, the
35690
+ Licensor for the purpose of discussing and improving the Work, but
35691
+ excluding communication that is conspicuously marked or otherwise
35692
+ designated in writing by the copyright owner as "Not a Contribution."
35693
+
35694
+ "Contributor" shall mean Licensor and any individual or Legal Entity
35695
+ on behalf of whom a Contribution has been received by Licensor and
35696
+ subsequently incorporated within the Work.
35697
+
35698
+ 2. Grant of Copyright License. Subject to the terms and conditions of
35699
+ this License, each Contributor hereby grants to You a perpetual,
35700
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
35701
+ copyright license to reproduce, prepare Derivative Works of,
35702
+ publicly display, publicly perform, sublicense, and distribute the
35703
+ Work and such Derivative Works in Source or Object form.
35704
+
35705
+ 3. Grant of Patent License. Subject to the terms and conditions of
35706
+ this License, each Contributor hereby grants to You a perpetual,
35707
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
35708
+ (except as stated in this section) patent license to make, have made,
35709
+ use, offer to sell, sell, import, and otherwise transfer the Work,
35710
+ where such license applies only to those patent claims licensable
35711
+ by such Contributor that are necessarily infringed by their
35712
+ Contribution(s) alone or by combination of their Contribution(s)
35713
+ with the Work to which such Contribution(s) was submitted. If You
35714
+ institute patent litigation against any entity (including a
35715
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
35716
+ or a Contribution incorporated within the Work constitutes direct
35717
+ or contributory patent infringement, then any patent licenses
35718
+ granted to You under this License for that Work shall terminate
35719
+ as of the date such litigation is filed.
35720
+
35721
+ 4. Redistribution. You may reproduce and distribute copies of the
35722
+ Work or Derivative Works thereof in any medium, with or without
35723
+ modifications, and in Source or Object form, provided that You
35724
+ meet the following conditions:
35725
+
35726
+ (a) You must give any other recipients of the Work or
35727
+ Derivative Works a copy of this License; and
35728
+
35729
+ (b) You must cause any modified files to carry prominent notices
35730
+ stating that You changed the files; and
35731
+
35732
+ (c) You must retain, in the Source form of any Derivative Works
35733
+ that You distribute, all copyright, patent, trademark, and
35734
+ attribution notices from the Source form of the Work,
35735
+ excluding those notices that do not pertain to any part of
35736
+ the Derivative Works; and
35737
+
35738
+ (d) If the Work includes a "NOTICE" text file as part of its
35739
+ distribution, then any Derivative Works that You distribute must
35740
+ include a readable copy of the attribution notices contained
35741
+ within such NOTICE file, excluding those notices that do not
35742
+ pertain to any part of the Derivative Works, in at least one
35743
+ of the following places: within a NOTICE text file distributed
35744
+ as part of the Derivative Works; within the Source form or
35745
+ documentation, if provided along with the Derivative Works; or,
35746
+ within a display generated by the Derivative Works, if and
35747
+ wherever such third-party notices normally appear. The contents
35748
+ of the NOTICE file are for informational purposes only and
35749
+ do not modify the License. You may add Your own attribution
35750
+ notices within Derivative Works that You distribute, alongside
35751
+ or as an addendum to the NOTICE text from the Work, provided
35752
+ that such additional attribution notices cannot be construed
35753
+ as modifying the License.
35754
+
35755
+ You may add Your own copyright statement to Your modifications and
35756
+ may provide additional or different license terms and conditions
35757
+ for use, reproduction, or distribution of Your modifications, or
35758
+ for any such Derivative Works as a whole, provided Your use,
35759
+ reproduction, and distribution of the Work otherwise complies with
35760
+ the conditions stated in this License.
35761
+
35762
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
35763
+ any Contribution intentionally submitted for inclusion in the Work
35764
+ by You to the Licensor shall be under the terms and conditions of
35765
+ this License, without any additional terms or conditions.
35766
+ Notwithstanding the above, nothing herein shall supersede or modify
35767
+ the terms of any separate license agreement you may have executed
35768
+ with Licensor regarding such Contributions.
35769
+
35770
+ 6. Trademarks. This License does not grant permission to use the trade
35771
+ names, trademarks, service marks, or product names of the Licensor,
35772
+ except as required for reasonable and customary use in describing the
35773
+ origin of the Work and reproducing the content of the NOTICE file.
35774
+
35775
+ 7. Disclaimer of Warranty. Unless required by applicable law or
35776
+ agreed to in writing, Licensor provides the Work (and each
35777
+ Contributor provides its Contributions) on an "AS IS" BASIS,
35778
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
35779
+ implied, including, without limitation, any warranties or conditions
35780
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
35781
+ PARTICULAR PURPOSE. You are solely responsible for determining the
35782
+ appropriateness of using or redistributing the Work and assume any
35783
+ risks associated with Your exercise of permissions under this License.
35784
+
35785
+ 8. Limitation of Liability. In no event and under no legal theory,
35786
+ whether in tort (including negligence), contract, or otherwise,
35787
+ unless required by applicable law (such as deliberate and grossly
35788
+ negligent acts) or agreed to in writing, shall any Contributor be
35789
+ liable to You for damages, including any direct, indirect, special,
35790
+ incidental, or consequential damages of any character arising as a
35791
+ result of this License or out of the use or inability to use the
35792
+ Work (including but not limited to damages for loss of goodwill,
35793
+ work stoppage, computer failure or malfunction, or any and all
35794
+ other commercial damages or losses), even if such Contributor
35795
+ has been advised of the possibility of such damages.
35796
+
35797
+ 9. Accepting Warranty or Additional Liability. While redistributing
35798
+ the Work or Derivative Works thereof, You may choose to offer,
35799
+ and charge a fee for, acceptance of support, warranty, indemnity,
35800
+ or other liability obligations and/or rights consistent with this
35801
+ License. However, in accepting such obligations, You may act only
35802
+ on Your own behalf and on Your sole responsibility, not on behalf
35803
+ of any other Contributor, and only if You agree to indemnify,
35804
+ defend, and hold each Contributor harmless for any liability
35805
+ incurred by, or claims asserted against, such Contributor by reason
35806
+ of your accepting any such warranty or additional liability.
35807
+
35808
+ END OF TERMS AND CONDITIONS
35809
+
35810
+ APPENDIX: How to apply the Apache License to your work.
35811
+
35812
+ To apply the Apache License to your work, attach the following
35813
+ boilerplate notice, with the fields enclosed by brackets "[]"
35814
+ replaced with your own identifying information. (Don't include
35815
+ the brackets!) The text should be enclosed in the appropriate
35816
+ comment syntax for the file format. We also recommend that a
35817
+ file or class name and description of purpose be included on the
35818
+ same "printed page" as the copyright notice for easier
35819
+ identification within third-party archives.
35820
+
35821
+ Copyright [yyyy] [name of copyright owner]
35822
+
35823
+ Licensed under the Apache License, Version 2.0 (the "License");
35824
+ you may not use this file except in compliance with the License.
35825
+ You may obtain a copy of the License at
35826
+
35827
+ http://www.apache.org/licenses/LICENSE-2.0
35828
+
35829
+ Unless required by applicable law or agreed to in writing, software
35830
+ distributed under the License is distributed on an "AS IS" BASIS,
35831
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35832
+ See the License for the specific language governing permissions and
35833
+ limitations under the License.
35834
+
35835
+ ================================================================================
35836
+ rustls-native-certs LICENSE-ISC
37190
35837
  ================================================================================
37191
35838
 
37192
35839
  ISC License (ISC)
@@ -37206,7 +35853,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37206
35853
  THIS SOFTWARE.
37207
35854
 
37208
35855
  ================================================================================
37209
- rustls LICENSE-MIT
35856
+ rustls-native-certs LICENSE-MIT
37210
35857
  ================================================================================
37211
35858
 
37212
35859
  Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
@@ -37236,10 +35883,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37236
35883
  DEALINGS IN THE SOFTWARE.
37237
35884
 
37238
35885
  ================================================================================
37239
- rustls-native-certs LICENSE
35886
+ rustls-pemfile LICENSE
37240
35887
  ================================================================================
37241
35888
 
37242
- Rustls is distributed under the following three licenses:
35889
+ rustls-pemfile is distributed under the following three licenses:
37243
35890
 
37244
35891
  - Apache License version 2.0.
37245
35892
  - MIT license.
@@ -37251,7 +35898,7 @@ of these licenses, at your option.
37251
35898
 
37252
35899
 
37253
35900
  ================================================================================
37254
- rustls-native-certs LICENSE-APACHE
35901
+ rustls-pemfile LICENSE-APACHE
37255
35902
  ================================================================================
37256
35903
 
37257
35904
  Apache License
@@ -37457,7 +36104,7 @@ See the License for the specific language governing permissions and
37457
36104
  limitations under the License.
37458
36105
 
37459
36106
  ================================================================================
37460
- rustls-native-certs LICENSE-ISC
36107
+ rustls-pemfile LICENSE-ISC
37461
36108
  ================================================================================
37462
36109
 
37463
36110
  ISC License (ISC)
@@ -37477,7 +36124,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37477
36124
  THIS SOFTWARE.
37478
36125
 
37479
36126
  ================================================================================
37480
- rustls-native-certs LICENSE-MIT
36127
+ rustls-pemfile LICENSE-MIT
37481
36128
  ================================================================================
37482
36129
 
37483
36130
  Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
@@ -37507,22 +36154,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37507
36154
  DEALINGS IN THE SOFTWARE.
37508
36155
 
37509
36156
  ================================================================================
37510
- rustls-pemfile LICENSE
37511
- ================================================================================
37512
-
37513
- rustls-pemfile is distributed under the following three licenses:
37514
-
37515
- - Apache License version 2.0.
37516
- - MIT license.
37517
- - ISC license.
37518
-
37519
- These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
37520
- respectively. You may use this software under the terms of any
37521
- of these licenses, at your option.
37522
-
37523
-
37524
- ================================================================================
37525
- rustls-pemfile LICENSE-APACHE
36157
+ rustls-pki-types LICENSE-APACHE
37526
36158
  ================================================================================
37527
36159
 
37528
36160
  Apache License
@@ -37713,7 +36345,7 @@ APPENDIX: How to apply the Apache License to your work.
37713
36345
  same "printed page" as the copyright notice for easier
37714
36346
  identification within third-party archives.
37715
36347
 
37716
- Copyright [yyyy] [name of copyright owner]
36348
+ Copyright 2023 Dirkjan Ochtman
37717
36349
 
37718
36350
  Licensed under the Apache License, Version 2.0 (the "License");
37719
36351
  you may not use this file except in compliance with the License.
@@ -37728,30 +36360,10 @@ See the License for the specific language governing permissions and
37728
36360
  limitations under the License.
37729
36361
 
37730
36362
  ================================================================================
37731
- rustls-pemfile LICENSE-ISC
37732
- ================================================================================
37733
-
37734
- ISC License (ISC)
37735
- Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
37736
-
37737
- Permission to use, copy, modify, and/or distribute this software for
37738
- any purpose with or without fee is hereby granted, provided that the
37739
- above copyright notice and this permission notice appear in all copies.
37740
-
37741
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
37742
- WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
37743
- WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
37744
- AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
37745
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
37746
- PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
37747
- ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37748
- THIS SOFTWARE.
37749
-
37750
- ================================================================================
37751
- rustls-pemfile LICENSE-MIT
36363
+ rustls-pki-types LICENSE-MIT
37752
36364
  ================================================================================
37753
36365
 
37754
- Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
36366
+ Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
37755
36367
 
37756
36368
  Permission is hereby granted, free of charge, to any
37757
36369
  person obtaining a copy of this software and associated
@@ -37778,7 +36390,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37778
36390
  DEALINGS IN THE SOFTWARE.
37779
36391
 
37780
36392
  ================================================================================
37781
- rustls-pki-types LICENSE-APACHE
36393
+ rustls-webpki LICENSE
36394
+ ================================================================================
36395
+
36396
+ Except as otherwise noted, this project is licensed under the following
36397
+ (ISC-style) terms:
36398
+
36399
+ Copyright 2015 Brian Smith.
36400
+
36401
+ Permission to use, copy, modify, and/or distribute this software for any
36402
+ purpose with or without fee is hereby granted, provided that the above
36403
+ copyright notice and this permission notice appear in all copies.
36404
+
36405
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
36406
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
36407
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
36408
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36409
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
36410
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
36411
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36412
+
36413
+ The files under third-party/chromium are licensed as described in
36414
+ third-party/chromium/LICENSE.
36415
+
36416
+ ================================================================================
36417
+ rustversion LICENSE-APACHE
37782
36418
  ================================================================================
37783
36419
 
37784
36420
  Apache License
@@ -37958,37 +36594,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
37958
36594
 
37959
36595
  END OF TERMS AND CONDITIONS
37960
36596
 
37961
- APPENDIX: How to apply the Apache License to your work.
37962
-
37963
- To apply the Apache License to your work, attach the following
37964
- boilerplate notice, with the fields enclosed by brackets "[]"
37965
- replaced with your own identifying information. (Don't include
37966
- the brackets!) The text should be enclosed in the appropriate
37967
- comment syntax for the file format. We also recommend that a
37968
- file or class name and description of purpose be included on the
37969
- same "printed page" as the copyright notice for easier
37970
- identification within third-party archives.
37971
-
37972
- Copyright 2023 Dirkjan Ochtman
37973
-
37974
- Licensed under the Apache License, Version 2.0 (the "License");
37975
- you may not use this file except in compliance with the License.
37976
- You may obtain a copy of the License at
37977
-
37978
- http://www.apache.org/licenses/LICENSE-2.0
37979
-
37980
- Unless required by applicable law or agreed to in writing, software
37981
- distributed under the License is distributed on an "AS IS" BASIS,
37982
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37983
- See the License for the specific language governing permissions and
37984
- limitations under the License.
37985
-
37986
36597
  ================================================================================
37987
- rustls-pki-types LICENSE-MIT
36598
+ rustversion LICENSE-MIT
37988
36599
  ================================================================================
37989
36600
 
37990
- Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
37991
-
37992
36601
  Permission is hereby granted, free of charge, to any
37993
36602
  person obtaining a copy of this software and associated
37994
36603
  documentation files (the "Software"), to deal in the
@@ -38014,31 +36623,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38014
36623
  DEALINGS IN THE SOFTWARE.
38015
36624
 
38016
36625
  ================================================================================
38017
- rustls-webpki LICENSE
38018
- ================================================================================
38019
-
38020
- Except as otherwise noted, this project is licensed under the following
38021
- (ISC-style) terms:
38022
-
38023
- Copyright 2015 Brian Smith.
38024
-
38025
- Permission to use, copy, modify, and/or distribute this software for any
38026
- purpose with or without fee is hereby granted, provided that the above
38027
- copyright notice and this permission notice appear in all copies.
38028
-
38029
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
38030
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
38031
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
38032
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
38033
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
38034
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
38035
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
38036
-
38037
- The files under third-party/chromium are licensed as described in
38038
- third-party/chromium/LICENSE.
38039
-
38040
- ================================================================================
38041
- rustversion LICENSE-APACHE
36626
+ ryu LICENSE-APACHE
38042
36627
  ================================================================================
38043
36628
 
38044
36629
  Apache License
@@ -38219,35 +36804,110 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38219
36804
  END OF TERMS AND CONDITIONS
38220
36805
 
38221
36806
  ================================================================================
38222
- rustversion LICENSE-MIT
36807
+ ryu LICENSE-BOOST
38223
36808
  ================================================================================
38224
36809
 
38225
- Permission is hereby granted, free of charge, to any
38226
- person obtaining a copy of this software and associated
38227
- documentation files (the "Software"), to deal in the
38228
- Software without restriction, including without
38229
- limitation the rights to use, copy, modify, merge,
38230
- publish, distribute, sublicense, and/or sell copies of
38231
- the Software, and to permit persons to whom the Software
38232
- is furnished to do so, subject to the following
38233
- conditions:
36810
+ Boost Software License - Version 1.0 - August 17th, 2003
38234
36811
 
38235
- The above copyright notice and this permission notice
38236
- shall be included in all copies or substantial portions
38237
- of the Software.
36812
+ Permission is hereby granted, free of charge, to any person or organization
36813
+ obtaining a copy of the software and accompanying documentation covered by
36814
+ this license (the "Software") to use, reproduce, display, distribute,
36815
+ execute, and transmit the Software, and to prepare derivative works of the
36816
+ Software, and to permit third-parties to whom the Software is furnished to
36817
+ do so, all subject to the following:
38238
36818
 
38239
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
38240
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
38241
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
38242
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
38243
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
38244
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
38245
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
38246
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36819
+ The copyright notices in the Software and this entire statement, including
36820
+ the above license grant, this restriction and the following disclaimer,
36821
+ must be included in all copies of the Software, in whole or in part, and
36822
+ all derivative works of the Software, unless such copies or derivative
36823
+ works are solely in the form of machine-executable object code generated by
36824
+ a source language processor.
36825
+
36826
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36827
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36828
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
36829
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
36830
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
36831
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38247
36832
  DEALINGS IN THE SOFTWARE.
38248
36833
 
38249
36834
  ================================================================================
38250
- ryu LICENSE-APACHE
36835
+ same-file COPYING
36836
+ ================================================================================
36837
+
36838
+ This project is dual-licensed under the Unlicense and MIT licenses.
36839
+
36840
+ You may use this code under the terms of either license.
36841
+
36842
+ ================================================================================
36843
+ same-file LICENSE-MIT
36844
+ ================================================================================
36845
+
36846
+ The MIT License (MIT)
36847
+
36848
+ Copyright (c) 2017 Andrew Gallant
36849
+
36850
+ Permission is hereby granted, free of charge, to any person obtaining a copy
36851
+ of this software and associated documentation files (the "Software"), to deal
36852
+ in the Software without restriction, including without limitation the rights
36853
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36854
+ copies of the Software, and to permit persons to whom the Software is
36855
+ furnished to do so, subject to the following conditions:
36856
+
36857
+ The above copyright notice and this permission notice shall be included in
36858
+ all copies or substantial portions of the Software.
36859
+
36860
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36861
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36862
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36863
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36864
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36865
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36866
+ THE SOFTWARE.
36867
+
36868
+ ================================================================================
36869
+ same-file UNLICENSE
36870
+ ================================================================================
36871
+
36872
+ This is free and unencumbered software released into the public domain.
36873
+
36874
+ Anyone is free to copy, modify, publish, use, compile, sell, or
36875
+ distribute this software, either in source code form or as a compiled
36876
+ binary, for any purpose, commercial or non-commercial, and by any
36877
+ means.
36878
+
36879
+ In jurisdictions that recognize copyright laws, the author or authors
36880
+ of this software dedicate any and all copyright interest in the
36881
+ software to the public domain. We make this dedication for the benefit
36882
+ of the public at large and to the detriment of our heirs and
36883
+ successors. We intend this dedication to be an overt act of
36884
+ relinquishment in perpetuity of all present and future rights to this
36885
+ software under copyright law.
36886
+
36887
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36888
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
36889
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
36890
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
36891
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
36892
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
36893
+ OTHER DEALINGS IN THE SOFTWARE.
36894
+
36895
+ For more information, please refer to <http://unlicense.org/>
36896
+
36897
+ ================================================================================
36898
+ schannel LICENSE.md
36899
+ ================================================================================
36900
+
36901
+ Copyright (c) 2015 steffengy
36902
+
36903
+ 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:
36904
+
36905
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
36906
+
36907
+ 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.
36908
+
36909
+ ================================================================================
36910
+ scopeguard LICENSE-APACHE
38251
36911
  ================================================================================
38252
36912
 
38253
36913
  Apache License
@@ -38427,111 +37087,63 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38427
37087
 
38428
37088
  END OF TERMS AND CONDITIONS
38429
37089
 
38430
- ================================================================================
38431
- ryu LICENSE-BOOST
38432
- ================================================================================
38433
-
38434
- Boost Software License - Version 1.0 - August 17th, 2003
38435
-
38436
- Permission is hereby granted, free of charge, to any person or organization
38437
- obtaining a copy of the software and accompanying documentation covered by
38438
- this license (the "Software") to use, reproduce, display, distribute,
38439
- execute, and transmit the Software, and to prepare derivative works of the
38440
- Software, and to permit third-parties to whom the Software is furnished to
38441
- do so, all subject to the following:
38442
-
38443
- The copyright notices in the Software and this entire statement, including
38444
- the above license grant, this restriction and the following disclaimer,
38445
- must be included in all copies of the Software, in whole or in part, and
38446
- all derivative works of the Software, unless such copies or derivative
38447
- works are solely in the form of machine-executable object code generated by
38448
- a source language processor.
38449
-
38450
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38451
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38452
- FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
38453
- SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
38454
- FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
38455
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38456
- DEALINGS IN THE SOFTWARE.
38457
-
38458
- ================================================================================
38459
- same-file COPYING
38460
- ================================================================================
38461
-
38462
- This project is dual-licensed under the Unlicense and MIT licenses.
38463
-
38464
- You may use this code under the terms of either license.
38465
-
38466
- ================================================================================
38467
- same-file LICENSE-MIT
38468
- ================================================================================
38469
-
38470
- The MIT License (MIT)
38471
-
38472
- Copyright (c) 2017 Andrew Gallant
38473
-
38474
- Permission is hereby granted, free of charge, to any person obtaining a copy
38475
- of this software and associated documentation files (the "Software"), to deal
38476
- in the Software without restriction, including without limitation the rights
38477
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38478
- copies of the Software, and to permit persons to whom the Software is
38479
- furnished to do so, subject to the following conditions:
38480
-
38481
- The above copyright notice and this permission notice shall be included in
38482
- all copies or substantial portions of the Software.
38483
-
38484
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38485
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38486
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38487
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38488
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38489
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38490
- THE SOFTWARE.
38491
-
38492
- ================================================================================
38493
- same-file UNLICENSE
38494
- ================================================================================
37090
+ APPENDIX: How to apply the Apache License to your work.
38495
37091
 
38496
- This is free and unencumbered software released into the public domain.
37092
+ To apply the Apache License to your work, attach the following
37093
+ boilerplate notice, with the fields enclosed by brackets "[]"
37094
+ replaced with your own identifying information. (Don't include
37095
+ the brackets!) The text should be enclosed in the appropriate
37096
+ comment syntax for the file format. We also recommend that a
37097
+ file or class name and description of purpose be included on the
37098
+ same "printed page" as the copyright notice for easier
37099
+ identification within third-party archives.
38497
37100
 
38498
- Anyone is free to copy, modify, publish, use, compile, sell, or
38499
- distribute this software, either in source code form or as a compiled
38500
- binary, for any purpose, commercial or non-commercial, and by any
38501
- means.
37101
+ Copyright [yyyy] [name of copyright owner]
38502
37102
 
38503
- In jurisdictions that recognize copyright laws, the author or authors
38504
- of this software dedicate any and all copyright interest in the
38505
- software to the public domain. We make this dedication for the benefit
38506
- of the public at large and to the detriment of our heirs and
38507
- successors. We intend this dedication to be an overt act of
38508
- relinquishment in perpetuity of all present and future rights to this
38509
- software under copyright law.
37103
+ Licensed under the Apache License, Version 2.0 (the "License");
37104
+ you may not use this file except in compliance with the License.
37105
+ You may obtain a copy of the License at
38510
37106
 
38511
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
38512
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
38513
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
38514
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
38515
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
38516
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38517
- OTHER DEALINGS IN THE SOFTWARE.
37107
+ http://www.apache.org/licenses/LICENSE-2.0
38518
37108
 
38519
- For more information, please refer to <http://unlicense.org/>
37109
+ Unless required by applicable law or agreed to in writing, software
37110
+ distributed under the License is distributed on an "AS IS" BASIS,
37111
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
37112
+ See the License for the specific language governing permissions and
37113
+ limitations under the License.
38520
37114
 
38521
37115
  ================================================================================
38522
- schannel LICENSE.md
37116
+ scopeguard LICENSE-MIT
38523
37117
  ================================================================================
38524
37118
 
38525
- Copyright (c) 2015 steffengy
37119
+ Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
38526
37120
 
38527
- 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:
37121
+ Permission is hereby granted, free of charge, to any
37122
+ person obtaining a copy of this software and associated
37123
+ documentation files (the "Software"), to deal in the
37124
+ Software without restriction, including without
37125
+ limitation the rights to use, copy, modify, merge,
37126
+ publish, distribute, sublicense, and/or sell copies of
37127
+ the Software, and to permit persons to whom the Software
37128
+ is furnished to do so, subject to the following
37129
+ conditions:
38528
37130
 
38529
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
37131
+ The above copyright notice and this permission notice
37132
+ shall be included in all copies or substantial portions
37133
+ of the Software.
38530
37134
 
38531
- 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.
37135
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
37136
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
37137
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
37138
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
37139
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
37140
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37141
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
37142
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37143
+ DEALINGS IN THE SOFTWARE.
38532
37144
 
38533
37145
  ================================================================================
38534
- scopeguard LICENSE-APACHE
37146
+ seq-macro LICENSE-APACHE
38535
37147
  ================================================================================
38536
37148
 
38537
37149
  Apache License
@@ -38711,37 +37323,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38711
37323
 
38712
37324
  END OF TERMS AND CONDITIONS
38713
37325
 
38714
- APPENDIX: How to apply the Apache License to your work.
38715
-
38716
- To apply the Apache License to your work, attach the following
38717
- boilerplate notice, with the fields enclosed by brackets "[]"
38718
- replaced with your own identifying information. (Don't include
38719
- the brackets!) The text should be enclosed in the appropriate
38720
- comment syntax for the file format. We also recommend that a
38721
- file or class name and description of purpose be included on the
38722
- same "printed page" as the copyright notice for easier
38723
- identification within third-party archives.
38724
-
38725
- Copyright [yyyy] [name of copyright owner]
38726
-
38727
- Licensed under the Apache License, Version 2.0 (the "License");
38728
- you may not use this file except in compliance with the License.
38729
- You may obtain a copy of the License at
38730
-
38731
- http://www.apache.org/licenses/LICENSE-2.0
38732
-
38733
- Unless required by applicable law or agreed to in writing, software
38734
- distributed under the License is distributed on an "AS IS" BASIS,
38735
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38736
- See the License for the specific language governing permissions and
38737
- limitations under the License.
38738
-
38739
37326
  ================================================================================
38740
- scopeguard LICENSE-MIT
37327
+ seq-macro LICENSE-MIT
38741
37328
  ================================================================================
38742
37329
 
38743
- Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
38744
-
38745
37330
  Permission is hereby granted, free of charge, to any
38746
37331
  person obtaining a copy of this software and associated
38747
37332
  documentation files (the "Software"), to deal in the
@@ -38767,7 +37352,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38767
37352
  DEALINGS IN THE SOFTWARE.
38768
37353
 
38769
37354
  ================================================================================
38770
- seq-macro LICENSE-APACHE
37355
+ serde LICENSE-APACHE
38771
37356
  ================================================================================
38772
37357
 
38773
37358
  Apache License
@@ -38948,7 +37533,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38948
37533
  END OF TERMS AND CONDITIONS
38949
37534
 
38950
37535
  ================================================================================
38951
- seq-macro LICENSE-MIT
37536
+ serde LICENSE-MIT
38952
37537
  ================================================================================
38953
37538
 
38954
37539
  Permission is hereby granted, free of charge, to any
@@ -38976,7 +37561,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38976
37561
  DEALINGS IN THE SOFTWARE.
38977
37562
 
38978
37563
  ================================================================================
38979
- serde LICENSE-APACHE
37564
+ serde_derive LICENSE-APACHE
38980
37565
  ================================================================================
38981
37566
 
38982
37567
  Apache License
@@ -39157,7 +37742,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39157
37742
  END OF TERMS AND CONDITIONS
39158
37743
 
39159
37744
  ================================================================================
39160
- serde LICENSE-MIT
37745
+ serde_derive LICENSE-MIT
39161
37746
  ================================================================================
39162
37747
 
39163
37748
  Permission is hereby granted, free of charge, to any
@@ -39185,7 +37770,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39185
37770
  DEALINGS IN THE SOFTWARE.
39186
37771
 
39187
37772
  ================================================================================
39188
- serde_derive LICENSE-APACHE
37773
+ serde_json LICENSE-APACHE
39189
37774
  ================================================================================
39190
37775
 
39191
37776
  Apache License
@@ -39366,7 +37951,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39366
37951
  END OF TERMS AND CONDITIONS
39367
37952
 
39368
37953
  ================================================================================
39369
- serde_derive LICENSE-MIT
37954
+ serde_json LICENSE-MIT
39370
37955
  ================================================================================
39371
37956
 
39372
37957
  Permission is hereby granted, free of charge, to any
@@ -39394,7 +37979,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39394
37979
  DEALINGS IN THE SOFTWARE.
39395
37980
 
39396
37981
  ================================================================================
39397
- serde_ignored LICENSE-APACHE
37982
+ serde_stacker LICENSE-APACHE
39398
37983
  ================================================================================
39399
37984
 
39400
37985
  Apache License
@@ -39575,7 +38160,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39575
38160
  END OF TERMS AND CONDITIONS
39576
38161
 
39577
38162
  ================================================================================
39578
- serde_ignored LICENSE-MIT
38163
+ serde_stacker LICENSE-MIT
39579
38164
  ================================================================================
39580
38165
 
39581
38166
  Permission is hereby granted, free of charge, to any
@@ -39603,7 +38188,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39603
38188
  DEALINGS IN THE SOFTWARE.
39604
38189
 
39605
38190
  ================================================================================
39606
- serde_json LICENSE-APACHE
38191
+ serde_urlencoded LICENSE-APACHE
39607
38192
  ================================================================================
39608
38193
 
39609
38194
  Apache License
@@ -39784,9 +38369,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39784
38369
  END OF TERMS AND CONDITIONS
39785
38370
 
39786
38371
  ================================================================================
39787
- serde_json LICENSE-MIT
38372
+ serde_urlencoded LICENSE-MIT
39788
38373
  ================================================================================
39789
38374
 
38375
+ Copyright (c) 2016 Anthony Ramine
38376
+
39790
38377
  Permission is hereby granted, free of charge, to any
39791
38378
  person obtaining a copy of this software and associated
39792
38379
  documentation files (the "Software"), to deal in the
@@ -39812,7 +38399,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
39812
38399
  DEALINGS IN THE SOFTWARE.
39813
38400
 
39814
38401
  ================================================================================
39815
- serde_urlencoded LICENSE-APACHE
38402
+ sha2 LICENSE-APACHE
39816
38403
  ================================================================================
39817
38404
 
39818
38405
  Apache License
@@ -39992,11 +38579,38 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
39992
38579
 
39993
38580
  END OF TERMS AND CONDITIONS
39994
38581
 
38582
+ APPENDIX: How to apply the Apache License to your work.
38583
+
38584
+ To apply the Apache License to your work, attach the following
38585
+ boilerplate notice, with the fields enclosed by brackets "[]"
38586
+ replaced with your own identifying information. (Don't include
38587
+ the brackets!) The text should be enclosed in the appropriate
38588
+ comment syntax for the file format. We also recommend that a
38589
+ file or class name and description of purpose be included on the
38590
+ same "printed page" as the copyright notice for easier
38591
+ identification within third-party archives.
38592
+
38593
+ Copyright [yyyy] [name of copyright owner]
38594
+
38595
+ Licensed under the Apache License, Version 2.0 (the "License");
38596
+ you may not use this file except in compliance with the License.
38597
+ You may obtain a copy of the License at
38598
+
38599
+ http://www.apache.org/licenses/LICENSE-2.0
38600
+
38601
+ Unless required by applicable law or agreed to in writing, software
38602
+ distributed under the License is distributed on an "AS IS" BASIS,
38603
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38604
+ See the License for the specific language governing permissions and
38605
+ limitations under the License.
38606
+
39995
38607
  ================================================================================
39996
- serde_urlencoded LICENSE-MIT
38608
+ sha2 LICENSE-MIT
39997
38609
  ================================================================================
39998
38610
 
39999
- Copyright (c) 2016 Anthony Ramine
38611
+ Copyright (c) 2006-2009 Graydon Hoare
38612
+ Copyright (c) 2009-2013 Mozilla Foundation
38613
+ Copyright (c) 2016 Artyom Pavlov
40000
38614
 
40001
38615
  Permission is hereby granted, free of charge, to any
40002
38616
  person obtaining a copy of this software and associated
@@ -41231,7 +39845,7 @@ skiplist LICENSE
41231
39845
 
41232
39846
  The MIT License (MIT)
41233
39847
 
41234
- Copyright (c) 2015 Joshua Ellis
39848
+ Copyright (c) 2015-2025 Joshua Ellis
41235
39849
 
41236
39850
  Permission is hereby granted, free of charge, to any person obtaining a copy
41237
39851
  of this software and associated documentation files (the "Software"), to deal
@@ -43405,6 +42019,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43405
42019
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43406
42020
  SOFTWARE.
43407
42021
 
42022
+ ================================================================================
42023
+ strum LICENSE
42024
+ ================================================================================
42025
+
42026
+ MIT License
42027
+
42028
+ Copyright (c) 2019 Peter Glotfelty
42029
+
42030
+ Permission is hereby granted, free of charge, to any person obtaining a copy
42031
+ of this software and associated documentation files (the "Software"), to deal
42032
+ in the Software without restriction, including without limitation the rights
42033
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42034
+ copies of the Software, and to permit persons to whom the Software is
42035
+ furnished to do so, subject to the following conditions:
42036
+
42037
+ The above copyright notice and this permission notice shall be included in all
42038
+ copies or substantial portions of the Software.
42039
+
42040
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42041
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42042
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42043
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42044
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42045
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42046
+ SOFTWARE.
42047
+
43408
42048
  ================================================================================
43409
42049
  strum_macros LICENSE
43410
42050
  ================================================================================
@@ -43868,33 +42508,6 @@ The above copyright notice and this permission notice shall be included in all c
43868
42508
 
43869
42509
  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.
43870
42510
 
43871
- ================================================================================
43872
- sysinfo LICENSE
43873
- ================================================================================
43874
-
43875
- The MIT License (MIT)
43876
-
43877
- Copyright (c) 2015 Guillaume Gomez
43878
-
43879
- Permission is hereby granted, free of charge, to any person obtaining a copy
43880
- of this software and associated documentation files (the "Software"), to deal
43881
- in the Software without restriction, including without limitation the rights
43882
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43883
- copies of the Software, and to permit persons to whom the Software is
43884
- furnished to do so, subject to the following conditions:
43885
-
43886
- The above copyright notice and this permission notice shall be included in all
43887
- copies or substantial portions of the Software.
43888
-
43889
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43890
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43891
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43892
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43893
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
43894
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43895
- SOFTWARE.
43896
-
43897
-
43898
42511
  ================================================================================
43899
42512
  thiserror LICENSE-APACHE
43900
42513
  ================================================================================
@@ -46855,6 +45468,239 @@ untrusted LICENSE.txt
46855
45468
  // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
46856
45469
  // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
46857
45470
 
45471
+ ================================================================================
45472
+ unty LICENSE-APACHE
45473
+ ================================================================================
45474
+
45475
+
45476
+ Apache License
45477
+ Version 2.0, January 2004
45478
+ http://www.apache.org/licenses/
45479
+
45480
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
45481
+
45482
+ 1. Definitions.
45483
+
45484
+ "License" shall mean the terms and conditions for use, reproduction,
45485
+ and distribution as defined by Sections 1 through 9 of this document.
45486
+
45487
+ "Licensor" shall mean the copyright owner or entity authorized by
45488
+ the copyright owner that is granting the License.
45489
+
45490
+ "Legal Entity" shall mean the union of the acting entity and all
45491
+ other entities that control, are controlled by, or are under common
45492
+ control with that entity. For the purposes of this definition,
45493
+ "control" means (i) the power, direct or indirect, to cause the
45494
+ direction or management of such entity, whether by contract or
45495
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
45496
+ outstanding shares, or (iii) beneficial ownership of such entity.
45497
+
45498
+ "You" (or "Your") shall mean an individual or Legal Entity
45499
+ exercising permissions granted by this License.
45500
+
45501
+ "Source" form shall mean the preferred form for making modifications,
45502
+ including but not limited to software source code, documentation
45503
+ source, and configuration files.
45504
+
45505
+ "Object" form shall mean any form resulting from mechanical
45506
+ transformation or translation of a Source form, including but
45507
+ not limited to compiled object code, generated documentation,
45508
+ and conversions to other media types.
45509
+
45510
+ "Work" shall mean the work of authorship, whether in Source or
45511
+ Object form, made available under the License, as indicated by a
45512
+ copyright notice that is included in or attached to the work
45513
+ (an example is provided in the Appendix below).
45514
+
45515
+ "Derivative Works" shall mean any work, whether in Source or Object
45516
+ form, that is based on (or derived from) the Work and for which the
45517
+ editorial revisions, annotations, elaborations, or other modifications
45518
+ represent, as a whole, an original work of authorship. For the purposes
45519
+ of this License, Derivative Works shall not include works that remain
45520
+ separable from, or merely link (or bind by name) to the interfaces of,
45521
+ the Work and Derivative Works thereof.
45522
+
45523
+ "Contribution" shall mean any work of authorship, including
45524
+ the original version of the Work and any modifications or additions
45525
+ to that Work or Derivative Works thereof, that is intentionally
45526
+ submitted to Licensor for inclusion in the Work by the copyright owner
45527
+ or by an individual or Legal Entity authorized to submit on behalf of
45528
+ the copyright owner. For the purposes of this definition, "submitted"
45529
+ means any form of electronic, verbal, or written communication sent
45530
+ to the Licensor or its representatives, including but not limited to
45531
+ communication on electronic mailing lists, source code control systems,
45532
+ and issue tracking systems that are managed by, or on behalf of, the
45533
+ Licensor for the purpose of discussing and improving the Work, but
45534
+ excluding communication that is conspicuously marked or otherwise
45535
+ designated in writing by the copyright owner as "Not a Contribution."
45536
+
45537
+ "Contributor" shall mean Licensor and any individual or Legal Entity
45538
+ on behalf of whom a Contribution has been received by Licensor and
45539
+ subsequently incorporated within the Work.
45540
+
45541
+ 2. Grant of Copyright License. Subject to the terms and conditions of
45542
+ this License, each Contributor hereby grants to You a perpetual,
45543
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45544
+ copyright license to reproduce, prepare Derivative Works of,
45545
+ publicly display, publicly perform, sublicense, and distribute the
45546
+ Work and such Derivative Works in Source or Object form.
45547
+
45548
+ 3. Grant of Patent License. Subject to the terms and conditions of
45549
+ this License, each Contributor hereby grants to You a perpetual,
45550
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
45551
+ (except as stated in this section) patent license to make, have made,
45552
+ use, offer to sell, sell, import, and otherwise transfer the Work,
45553
+ where such license applies only to those patent claims licensable
45554
+ by such Contributor that are necessarily infringed by their
45555
+ Contribution(s) alone or by combination of their Contribution(s)
45556
+ with the Work to which such Contribution(s) was submitted. If You
45557
+ institute patent litigation against any entity (including a
45558
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
45559
+ or a Contribution incorporated within the Work constitutes direct
45560
+ or contributory patent infringement, then any patent licenses
45561
+ granted to You under this License for that Work shall terminate
45562
+ as of the date such litigation is filed.
45563
+
45564
+ 4. Redistribution. You may reproduce and distribute copies of the
45565
+ Work or Derivative Works thereof in any medium, with or without
45566
+ modifications, and in Source or Object form, provided that You
45567
+ meet the following conditions:
45568
+
45569
+ (a) You must give any other recipients of the Work or
45570
+ Derivative Works a copy of this License; and
45571
+
45572
+ (b) You must cause any modified files to carry prominent notices
45573
+ stating that You changed the files; and
45574
+
45575
+ (c) You must retain, in the Source form of any Derivative Works
45576
+ that You distribute, all copyright, patent, trademark, and
45577
+ attribution notices from the Source form of the Work,
45578
+ excluding those notices that do not pertain to any part of
45579
+ the Derivative Works; and
45580
+
45581
+ (d) If the Work includes a "NOTICE" text file as part of its
45582
+ distribution, then any Derivative Works that You distribute must
45583
+ include a readable copy of the attribution notices contained
45584
+ within such NOTICE file, excluding those notices that do not
45585
+ pertain to any part of the Derivative Works, in at least one
45586
+ of the following places: within a NOTICE text file distributed
45587
+ as part of the Derivative Works; within the Source form or
45588
+ documentation, if provided along with the Derivative Works; or,
45589
+ within a display generated by the Derivative Works, if and
45590
+ wherever such third-party notices normally appear. The contents
45591
+ of the NOTICE file are for informational purposes only and
45592
+ do not modify the License. You may add Your own attribution
45593
+ notices within Derivative Works that You distribute, alongside
45594
+ or as an addendum to the NOTICE text from the Work, provided
45595
+ that such additional attribution notices cannot be construed
45596
+ as modifying the License.
45597
+
45598
+ You may add Your own copyright statement to Your modifications and
45599
+ may provide additional or different license terms and conditions
45600
+ for use, reproduction, or distribution of Your modifications, or
45601
+ for any such Derivative Works as a whole, provided Your use,
45602
+ reproduction, and distribution of the Work otherwise complies with
45603
+ the conditions stated in this License.
45604
+
45605
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
45606
+ any Contribution intentionally submitted for inclusion in the Work
45607
+ by You to the Licensor shall be under the terms and conditions of
45608
+ this License, without any additional terms or conditions.
45609
+ Notwithstanding the above, nothing herein shall supersede or modify
45610
+ the terms of any separate license agreement you may have executed
45611
+ with Licensor regarding such Contributions.
45612
+
45613
+ 6. Trademarks. This License does not grant permission to use the trade
45614
+ names, trademarks, service marks, or product names of the Licensor,
45615
+ except as required for reasonable and customary use in describing the
45616
+ origin of the Work and reproducing the content of the NOTICE file.
45617
+
45618
+ 7. Disclaimer of Warranty. Unless required by applicable law or
45619
+ agreed to in writing, Licensor provides the Work (and each
45620
+ Contributor provides its Contributions) on an "AS IS" BASIS,
45621
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
45622
+ implied, including, without limitation, any warranties or conditions
45623
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
45624
+ PARTICULAR PURPOSE. You are solely responsible for determining the
45625
+ appropriateness of using or redistributing the Work and assume any
45626
+ risks associated with Your exercise of permissions under this License.
45627
+
45628
+ 8. Limitation of Liability. In no event and under no legal theory,
45629
+ whether in tort (including negligence), contract, or otherwise,
45630
+ unless required by applicable law (such as deliberate and grossly
45631
+ negligent acts) or agreed to in writing, shall any Contributor be
45632
+ liable to You for damages, including any direct, indirect, special,
45633
+ incidental, or consequential damages of any character arising as a
45634
+ result of this License or out of the use or inability to use the
45635
+ Work (including but not limited to damages for loss of goodwill,
45636
+ work stoppage, computer failure or malfunction, or any and all
45637
+ other commercial damages or losses), even if such Contributor
45638
+ has been advised of the possibility of such damages.
45639
+
45640
+ 9. Accepting Warranty or Additional Liability. While redistributing
45641
+ the Work or Derivative Works thereof, You may choose to offer,
45642
+ and charge a fee for, acceptance of support, warranty, indemnity,
45643
+ or other liability obligations and/or rights consistent with this
45644
+ License. However, in accepting such obligations, You may act only
45645
+ on Your own behalf and on Your sole responsibility, not on behalf
45646
+ of any other Contributor, and only if You agree to indemnify,
45647
+ defend, and hold each Contributor harmless for any liability
45648
+ incurred by, or claims asserted against, such Contributor by reason
45649
+ of your accepting any such warranty or additional liability.
45650
+
45651
+ END OF TERMS AND CONDITIONS
45652
+
45653
+ APPENDIX: How to apply the Apache License to your work.
45654
+
45655
+ To apply the Apache License to your work, attach the following
45656
+ boilerplate notice, with the fields enclosed by brackets "[]"
45657
+ replaced with your own identifying information. (Don't include
45658
+ the brackets!) The text should be enclosed in the appropriate
45659
+ comment syntax for the file format. We also recommend that a
45660
+ file or class name and description of purpose be included on the
45661
+ same "printed page" as the copyright notice for easier
45662
+ identification within third-party archives.
45663
+
45664
+ Copyright 2023 Bincode
45665
+
45666
+ Licensed under the Apache License, Version 2.0 (the "License");
45667
+ you may not use this file except in compliance with the License.
45668
+ You may obtain a copy of the License at
45669
+
45670
+ http://www.apache.org/licenses/LICENSE-2.0
45671
+
45672
+ Unless required by applicable law or agreed to in writing, software
45673
+ distributed under the License is distributed on an "AS IS" BASIS,
45674
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
45675
+ See the License for the specific language governing permissions and
45676
+ limitations under the License.
45677
+
45678
+ ================================================================================
45679
+ unty LICENSE-MIT
45680
+ ================================================================================
45681
+
45682
+ MIT License
45683
+
45684
+ Copyright (c) 2023 Bincode
45685
+
45686
+ Permission is hereby granted, free of charge, to any person obtaining a copy
45687
+ of this software and associated documentation files (the "Software"), to deal
45688
+ in the Software without restriction, including without limitation the rights
45689
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45690
+ copies of the Software, and to permit persons to whom the Software is
45691
+ furnished to do so, subject to the following conditions:
45692
+
45693
+ The above copyright notice and this permission notice shall be included in all
45694
+ copies or substantial portions of the Software.
45695
+
45696
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45697
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45698
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45699
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45700
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45701
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45702
+ SOFTWARE.
45703
+
46858
45704
  ================================================================================
46859
45705
  url LICENSE-APACHE
46860
45706
  ================================================================================
@@ -48028,6 +46874,32 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
48028
46874
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
48029
46875
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
48030
46876
 
46877
+ ================================================================================
46878
+ virtue LICENSE.md
46879
+ ================================================================================
46880
+
46881
+ The MIT License (MIT)
46882
+
46883
+ Copyright (c) 2021 Victor Koenders
46884
+
46885
+ Permission is hereby granted, free of charge, to any person obtaining a copy
46886
+ of this software and associated documentation files (the "Software"), to deal
46887
+ in the Software without restriction, including without limitation the rights
46888
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46889
+ copies of the Software, and to permit persons to whom the Software is
46890
+ furnished to do so, subject to the following conditions:
46891
+
46892
+ The above copyright notice and this permission notice shall be included in all
46893
+ copies or substantial portions of the Software.
46894
+
46895
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46896
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46897
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46898
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46899
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46900
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46901
+ SOFTWARE.
46902
+
48031
46903
  ================================================================================
48032
46904
  walkdir COPYING
48033
46905
  ================================================================================
@@ -48639,110 +47511,6 @@ winapi-x86_64-pc-windows-gnu LICENSE-APACHE
48639
47511
  See the License for the specific language governing permissions and
48640
47512
  limitations under the License.
48641
47513
 
48642
- ================================================================================
48643
- windows license-mit
48644
- ================================================================================
48645
-
48646
- MIT License
48647
-
48648
- Copyright (c) Microsoft Corporation.
48649
-
48650
- Permission is hereby granted, free of charge, to any person obtaining a copy
48651
- of this software and associated documentation files (the "Software"), to deal
48652
- in the Software without restriction, including without limitation the rights
48653
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48654
- copies of the Software, and to permit persons to whom the Software is
48655
- furnished to do so, subject to the following conditions:
48656
-
48657
- The above copyright notice and this permission notice shall be included in all
48658
- copies or substantial portions of the Software.
48659
-
48660
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48661
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48662
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48663
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48664
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48665
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48666
- SOFTWARE
48667
-
48668
- ================================================================================
48669
- windows-core license-mit
48670
- ================================================================================
48671
-
48672
- MIT License
48673
-
48674
- Copyright (c) Microsoft Corporation.
48675
-
48676
- Permission is hereby granted, free of charge, to any person obtaining a copy
48677
- of this software and associated documentation files (the "Software"), to deal
48678
- in the Software without restriction, including without limitation the rights
48679
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48680
- copies of the Software, and to permit persons to whom the Software is
48681
- furnished to do so, subject to the following conditions:
48682
-
48683
- The above copyright notice and this permission notice shall be included in all
48684
- copies or substantial portions of the Software.
48685
-
48686
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48687
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48688
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48689
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48690
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48691
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48692
- SOFTWARE
48693
-
48694
- ================================================================================
48695
- windows-implement license-mit
48696
- ================================================================================
48697
-
48698
- MIT License
48699
-
48700
- Copyright (c) Microsoft Corporation.
48701
-
48702
- Permission is hereby granted, free of charge, to any person obtaining a copy
48703
- of this software and associated documentation files (the "Software"), to deal
48704
- in the Software without restriction, including without limitation the rights
48705
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48706
- copies of the Software, and to permit persons to whom the Software is
48707
- furnished to do so, subject to the following conditions:
48708
-
48709
- The above copyright notice and this permission notice shall be included in all
48710
- copies or substantial portions of the Software.
48711
-
48712
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48713
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48714
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48715
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48716
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48717
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48718
- SOFTWARE
48719
-
48720
- ================================================================================
48721
- windows-interface license-mit
48722
- ================================================================================
48723
-
48724
- MIT License
48725
-
48726
- Copyright (c) Microsoft Corporation.
48727
-
48728
- Permission is hereby granted, free of charge, to any person obtaining a copy
48729
- of this software and associated documentation files (the "Software"), to deal
48730
- in the Software without restriction, including without limitation the rights
48731
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48732
- copies of the Software, and to permit persons to whom the Software is
48733
- furnished to do so, subject to the following conditions:
48734
-
48735
- The above copyright notice and this permission notice shall be included in all
48736
- copies or substantial portions of the Software.
48737
-
48738
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48739
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48740
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48741
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48742
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48743
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48744
- SOFTWARE
48745
-
48746
47514
  ================================================================================
48747
47515
  windows-link license-mit
48748
47516
  ================================================================================
@@ -48796,33 +47564,7 @@ windows-registry license-mit
48796
47564
  SOFTWARE
48797
47565
 
48798
47566
  ================================================================================
48799
- windows-result v0.1.2 license-mit
48800
- ================================================================================
48801
-
48802
- MIT License
48803
-
48804
- Copyright (c) Microsoft Corporation.
48805
-
48806
- Permission is hereby granted, free of charge, to any person obtaining a copy
48807
- of this software and associated documentation files (the "Software"), to deal
48808
- in the Software without restriction, including without limitation the rights
48809
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48810
- copies of the Software, and to permit persons to whom the Software is
48811
- furnished to do so, subject to the following conditions:
48812
-
48813
- The above copyright notice and this permission notice shall be included in all
48814
- copies or substantial portions of the Software.
48815
-
48816
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48817
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48818
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48819
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48820
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48821
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48822
- SOFTWARE
48823
-
48824
- ================================================================================
48825
- windows-result v0.3.4 license-mit
47567
+ windows-result license-mit
48826
47568
  ================================================================================
48827
47569
 
48828
47570
  MIT License