polars-df 0.12.0-x86_64-linux-musl → 0.14.0-x86_64-linux-musl
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -0
- data/Cargo.lock +331 -316
- data/LICENSE-THIRD-PARTY.txt +1092 -1298
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/data_frame.rb +10 -10
- data/lib/polars/expr.rb +6 -6
- data/lib/polars/io/ipc.rb +28 -8
- data/lib/polars/io/parquet.rb +10 -4
- data/lib/polars/lazy_frame.rb +5 -1
- data/lib/polars/series.rb +8 -7
- data/lib/polars/string_expr.rb +9 -9
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
-
|
6
|
-
https://github.com/
|
5
|
+
adler2 v2.0.0
|
6
|
+
https://github.com/oyvindln/adler2
|
7
7
|
0BSD OR MIT OR Apache-2.0
|
8
8
|
|
9
9
|
adler32 v1.2.0
|
@@ -46,7 +46,7 @@ async-stream-impl v0.3.5
|
|
46
46
|
https://github.com/tokio-rs/async-stream
|
47
47
|
MIT
|
48
48
|
|
49
|
-
async-trait v0.1.
|
49
|
+
async-trait v0.1.82
|
50
50
|
https://github.com/dtolnay/async-trait
|
51
51
|
MIT OR Apache-2.0
|
52
52
|
|
@@ -74,11 +74,11 @@ bindgen v0.69.4
|
|
74
74
|
https://rust-lang.github.io/rust-bindgen/
|
75
75
|
BSD-3-Clause
|
76
76
|
|
77
|
-
bitflags v2.
|
77
|
+
bitflags v2.6.0
|
78
78
|
https://github.com/bitflags/bitflags
|
79
79
|
MIT OR Apache-2.0
|
80
80
|
|
81
|
-
brotli
|
81
|
+
brotli v6.0.0
|
82
82
|
https://github.com/dropbox/rust-brotli
|
83
83
|
BSD-3-Clause OR MIT
|
84
84
|
|
@@ -86,19 +86,27 @@ brotli-decompressor v4.0.1
|
|
86
86
|
https://github.com/dropbox/rust-brotli-decompressor
|
87
87
|
BSD-3-Clause/MIT
|
88
88
|
|
89
|
-
bytemuck v1.
|
89
|
+
bytemuck v1.18.0
|
90
90
|
https://github.com/Lokathor/bytemuck
|
91
91
|
Zlib OR Apache-2.0 OR MIT
|
92
92
|
|
93
|
-
bytemuck_derive v1.7.
|
93
|
+
bytemuck_derive v1.7.1
|
94
94
|
https://github.com/Lokathor/bytemuck
|
95
95
|
Zlib OR Apache-2.0 OR MIT
|
96
96
|
|
97
|
-
|
97
|
+
byteorder v1.5.0
|
98
|
+
https://github.com/BurntSushi/byteorder
|
99
|
+
Unlicense OR MIT
|
100
|
+
|
101
|
+
bytes v1.7.1
|
98
102
|
https://github.com/tokio-rs/bytes
|
99
103
|
MIT
|
100
104
|
|
101
|
-
|
105
|
+
castaway v0.2.3
|
106
|
+
https://github.com/sagebind/castaway
|
107
|
+
MIT
|
108
|
+
|
109
|
+
cc v1.1.18
|
102
110
|
https://github.com/rust-lang/cc-rs
|
103
111
|
MIT OR Apache-2.0
|
104
112
|
|
@@ -129,6 +137,10 @@ comfy-table v7.1.1
|
|
129
137
|
https://github.com/nukesor/comfy-table
|
130
138
|
MIT
|
131
139
|
|
140
|
+
compact_str v0.8.0
|
141
|
+
https://github.com/ParkMyCar/compact_str
|
142
|
+
MIT
|
143
|
+
|
132
144
|
crc v2.1.0
|
133
145
|
https://github.com/mrhooray/crc-rs.git
|
134
146
|
MIT OR Apache-2.0
|
@@ -169,7 +181,7 @@ dyn-clone v1.0.17
|
|
169
181
|
https://github.com/dtolnay/dyn-clone
|
170
182
|
MIT OR Apache-2.0
|
171
183
|
|
172
|
-
either v1.
|
184
|
+
either v1.13.0
|
173
185
|
https://github.com/rayon-rs/either
|
174
186
|
MIT OR Apache-2.0
|
175
187
|
|
@@ -193,7 +205,7 @@ fast-float v0.2.0
|
|
193
205
|
https://github.com/aldanor/fast-float-rust
|
194
206
|
MIT OR Apache-2.0
|
195
207
|
|
196
|
-
flate2 v1.0.
|
208
|
+
flate2 v1.0.33
|
197
209
|
https://github.com/rust-lang/flate2-rs
|
198
210
|
MIT OR Apache-2.0
|
199
211
|
|
@@ -201,10 +213,6 @@ float-cmp v0.9.0
|
|
201
213
|
https://github.com/mikedilger/float-cmp
|
202
214
|
MIT
|
203
215
|
|
204
|
-
foreign_vec v0.1.0
|
205
|
-
https://github.com/DataEngineeringLabs/foreign_vec
|
206
|
-
MIT
|
207
|
-
|
208
216
|
futures v0.3.30
|
209
217
|
https://rust-lang.github.io/futures-rs
|
210
218
|
MIT OR Apache-2.0
|
@@ -273,7 +281,7 @@ iana-time-zone v0.1.60
|
|
273
281
|
https://github.com/strawlab/iana-time-zone
|
274
282
|
MIT OR Apache-2.0
|
275
283
|
|
276
|
-
indexmap v2.
|
284
|
+
indexmap v2.5.0
|
277
285
|
https://github.com/indexmap-rs/indexmap
|
278
286
|
Apache-2.0 OR MIT
|
279
287
|
|
@@ -297,7 +305,7 @@ jemallocator v0.5.4
|
|
297
305
|
https://github.com/tikv/jemallocator
|
298
306
|
MIT/Apache-2.0
|
299
307
|
|
300
|
-
jobserver v0.1.
|
308
|
+
jobserver v0.1.32
|
301
309
|
https://github.com/rust-lang/jobserver-rs
|
302
310
|
MIT OR Apache-2.0
|
303
311
|
|
@@ -337,7 +345,7 @@ lexical-write-integer v0.8.5
|
|
337
345
|
https://github.com/Alexhuszagh/rust-lexical
|
338
346
|
MIT/Apache-2.0
|
339
347
|
|
340
|
-
libc v0.2.
|
348
|
+
libc v0.2.158
|
341
349
|
https://github.com/rust-lang/libc
|
342
350
|
MIT OR Apache-2.0
|
343
351
|
|
@@ -349,7 +357,7 @@ libflate_lz77 v1.2.0
|
|
349
357
|
https://github.com/sile/libflate
|
350
358
|
MIT
|
351
359
|
|
352
|
-
libloading v0.8.
|
360
|
+
libloading v0.8.5
|
353
361
|
https://github.com/nagisa/rust_libloading/
|
354
362
|
ISC
|
355
363
|
|
@@ -361,15 +369,15 @@ lock_api v0.4.12
|
|
361
369
|
https://github.com/Amanieu/parking_lot
|
362
370
|
MIT OR Apache-2.0
|
363
371
|
|
364
|
-
log v0.4.
|
372
|
+
log v0.4.22
|
365
373
|
https://github.com/rust-lang/log
|
366
374
|
MIT OR Apache-2.0
|
367
375
|
|
368
|
-
lz4 v1.
|
376
|
+
lz4 v1.26.0
|
369
377
|
https://github.com/10xGenomics/lz4-rs
|
370
378
|
MIT
|
371
379
|
|
372
|
-
lz4-sys v1.
|
380
|
+
lz4-sys v1.10.0
|
373
381
|
https://github.com/10xGenomics/lz4-rs
|
374
382
|
MIT
|
375
383
|
|
@@ -393,11 +401,11 @@ minimal-lexical v0.2.1
|
|
393
401
|
https://github.com/Alexhuszagh/minimal-lexical
|
394
402
|
MIT/Apache-2.0
|
395
403
|
|
396
|
-
miniz_oxide v0.
|
404
|
+
miniz_oxide v0.8.0
|
397
405
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
398
406
|
MIT OR Zlib OR Apache-2.0
|
399
407
|
|
400
|
-
mio
|
408
|
+
mio v1.0.2
|
401
409
|
https://github.com/tokio-rs/mio
|
402
410
|
MIT
|
403
411
|
|
@@ -421,10 +429,6 @@ num-traits v0.2.19
|
|
421
429
|
https://github.com/rust-num/num-traits
|
422
430
|
MIT OR Apache-2.0
|
423
431
|
|
424
|
-
num_cpus v1.16.0
|
425
|
-
https://github.com/seanmonstar/num_cpus
|
426
|
-
MIT OR Apache-2.0
|
427
|
-
|
428
432
|
once_cell v1.19.0
|
429
433
|
https://github.com/matklad/once_cell
|
430
434
|
MIT OR Apache-2.0
|
@@ -481,82 +485,86 @@ planus v0.3.1
|
|
481
485
|
https://github.com/planus-org/planus
|
482
486
|
MIT/Apache-2.0
|
483
487
|
|
484
|
-
polars v0.
|
488
|
+
polars v0.43.1
|
485
489
|
https://www.pola.rs/
|
486
490
|
MIT
|
487
491
|
|
488
|
-
polars-arrow v0.
|
492
|
+
polars-arrow v0.43.1
|
489
493
|
https://www.pola.rs/
|
490
494
|
MIT AND Apache-2.0
|
491
495
|
|
492
496
|
polars-arrow-format v0.1.0
|
493
497
|
https://github.com/polar-rs/arrow-format
|
494
498
|
|
495
|
-
polars-compute v0.
|
499
|
+
polars-compute v0.43.1
|
496
500
|
https://www.pola.rs/
|
497
501
|
MIT
|
498
502
|
|
499
|
-
polars-core v0.
|
503
|
+
polars-core v0.43.1
|
500
504
|
https://www.pola.rs/
|
501
505
|
MIT
|
502
506
|
|
503
|
-
polars-error v0.
|
507
|
+
polars-error v0.43.1
|
504
508
|
https://www.pola.rs/
|
505
509
|
MIT
|
506
510
|
|
507
|
-
polars-expr v0.
|
511
|
+
polars-expr v0.43.1
|
508
512
|
https://www.pola.rs/
|
509
513
|
MIT
|
510
514
|
|
511
|
-
polars-io v0.
|
515
|
+
polars-io v0.43.1
|
512
516
|
https://www.pola.rs/
|
513
517
|
MIT
|
514
518
|
|
515
|
-
polars-json v0.
|
519
|
+
polars-json v0.43.1
|
516
520
|
https://www.pola.rs/
|
517
521
|
MIT
|
518
522
|
|
519
|
-
polars-lazy v0.
|
523
|
+
polars-lazy v0.43.1
|
520
524
|
https://www.pola.rs/
|
521
525
|
MIT
|
522
526
|
|
523
|
-
polars-mem-engine v0.
|
527
|
+
polars-mem-engine v0.43.1
|
524
528
|
https://www.pola.rs/
|
525
529
|
MIT
|
526
530
|
|
527
|
-
polars-ops v0.
|
531
|
+
polars-ops v0.43.1
|
528
532
|
https://www.pola.rs/
|
529
533
|
MIT
|
530
534
|
|
531
|
-
polars-parquet v0.
|
535
|
+
polars-parquet v0.43.1
|
532
536
|
https://www.pola.rs/
|
533
537
|
MIT AND Apache-2.0
|
534
538
|
|
535
|
-
polars-pipe v0.
|
539
|
+
polars-pipe v0.43.1
|
536
540
|
https://www.pola.rs/
|
537
541
|
MIT
|
538
542
|
|
539
|
-
polars-plan v0.
|
543
|
+
polars-plan v0.43.1
|
540
544
|
https://www.pola.rs/
|
541
545
|
MIT
|
542
546
|
|
543
|
-
polars-row v0.
|
547
|
+
polars-row v0.43.1
|
544
548
|
https://www.pola.rs/
|
545
549
|
MIT
|
546
550
|
|
547
|
-
polars-
|
551
|
+
polars-schema v0.43.1
|
548
552
|
https://www.pola.rs/
|
549
553
|
MIT
|
550
554
|
|
551
|
-
polars-
|
555
|
+
polars-sql v0.43.1
|
552
556
|
https://www.pola.rs/
|
553
557
|
MIT
|
554
558
|
|
555
|
-
polars-
|
559
|
+
polars-time v0.43.1
|
556
560
|
https://www.pola.rs/
|
557
561
|
MIT
|
558
562
|
|
559
|
-
|
563
|
+
polars-utils v0.43.1
|
564
|
+
https://www.pola.rs/
|
565
|
+
MIT
|
566
|
+
|
567
|
+
ppv-lite86 v0.2.20
|
560
568
|
https://github.com/cryptocorrosion/cryptocorrosion
|
561
569
|
MIT/Apache-2.0
|
562
570
|
|
@@ -564,11 +572,11 @@ proc-macro2 v1.0.86
|
|
564
572
|
https://github.com/dtolnay/proc-macro2
|
565
573
|
MIT OR Apache-2.0
|
566
574
|
|
567
|
-
psm v0.1.
|
575
|
+
psm v0.1.23
|
568
576
|
https://github.com/rust-lang/stacker/
|
569
577
|
MIT OR Apache-2.0
|
570
578
|
|
571
|
-
quote v1.0.
|
579
|
+
quote v1.0.37
|
572
580
|
https://github.com/dtolnay/quote
|
573
581
|
MIT OR Apache-2.0
|
574
582
|
|
@@ -588,7 +596,7 @@ rand_distr v0.4.3
|
|
588
596
|
https://rust-random.github.io/book
|
589
597
|
MIT OR Apache-2.0
|
590
598
|
|
591
|
-
raw-cpuid v11.0
|
599
|
+
raw-cpuid v11.1.0
|
592
600
|
https://github.com/gz/rust-cpuid
|
593
601
|
MIT
|
594
602
|
|
@@ -600,11 +608,11 @@ rayon-core v1.12.1
|
|
600
608
|
https://github.com/rayon-rs/rayon
|
601
609
|
MIT OR Apache-2.0
|
602
610
|
|
603
|
-
rb-sys v0.9.
|
611
|
+
rb-sys v0.9.102
|
604
612
|
https://github.com/oxidize-rb/rb-sys
|
605
613
|
MIT OR Apache-2.0
|
606
614
|
|
607
|
-
rb-sys-build v0.9.
|
615
|
+
rb-sys-build v0.9.102
|
608
616
|
https://github.com/oxidize-rb/rb-sys
|
609
617
|
MIT OR Apache-2.0
|
610
618
|
|
@@ -628,7 +636,7 @@ ref-cast-impl v1.0.23
|
|
628
636
|
https://github.com/dtolnay/ref-cast
|
629
637
|
MIT OR Apache-2.0
|
630
638
|
|
631
|
-
regex v1.10.
|
639
|
+
regex v1.10.6
|
632
640
|
https://github.com/rust-lang/regex
|
633
641
|
MIT OR Apache-2.0
|
634
642
|
|
@@ -664,15 +672,15 @@ seq-macro v0.3.5
|
|
664
672
|
https://github.com/dtolnay/seq-macro
|
665
673
|
MIT OR Apache-2.0
|
666
674
|
|
667
|
-
serde v1.0.
|
675
|
+
serde v1.0.210
|
668
676
|
https://serde.rs
|
669
677
|
MIT OR Apache-2.0
|
670
678
|
|
671
|
-
serde_derive v1.0.
|
679
|
+
serde_derive v1.0.210
|
672
680
|
https://serde.rs
|
673
681
|
MIT OR Apache-2.0
|
674
682
|
|
675
|
-
serde_json v1.0.
|
683
|
+
serde_json v1.0.128
|
676
684
|
https://github.com/serde-rs/json
|
677
685
|
MIT OR Apache-2.0
|
678
686
|
|
@@ -704,10 +712,6 @@ smallvec v1.13.2
|
|
704
712
|
https://github.com/servo/rust-smallvec
|
705
713
|
MIT OR Apache-2.0
|
706
714
|
|
707
|
-
smartstring v1.0.1
|
708
|
-
https://github.com/bodil/smartstring
|
709
|
-
MPL-2.0+
|
710
|
-
|
711
715
|
snap v1.1.1
|
712
716
|
https://github.com/BurntSushi/rust-snappy
|
713
717
|
BSD-3-Clause
|
@@ -716,11 +720,11 @@ socket2 v0.5.7
|
|
716
720
|
https://github.com/rust-lang/socket2
|
717
721
|
MIT OR Apache-2.0
|
718
722
|
|
719
|
-
sqlparser v0.
|
723
|
+
sqlparser v0.49.0
|
720
724
|
https://github.com/sqlparser-rs/sqlparser-rs
|
721
725
|
Apache-2.0
|
722
726
|
|
723
|
-
stacker v0.1.
|
727
|
+
stacker v0.1.17
|
724
728
|
https://github.com/rust-lang/stacker
|
725
729
|
MIT OR Apache-2.0
|
726
730
|
|
@@ -740,7 +744,7 @@ strength_reduce v0.2.4
|
|
740
744
|
http://github.com/ejmahler/strength_reduce
|
741
745
|
MIT OR Apache-2.0
|
742
746
|
|
743
|
-
strum v0.26.
|
747
|
+
strum v0.26.3
|
744
748
|
https://github.com/Peternator7/strum
|
745
749
|
MIT
|
746
750
|
|
@@ -752,11 +756,11 @@ syn v1.0.109
|
|
752
756
|
https://github.com/dtolnay/syn
|
753
757
|
MIT OR Apache-2.0
|
754
758
|
|
755
|
-
syn v2.0.
|
759
|
+
syn v2.0.77
|
756
760
|
https://github.com/dtolnay/syn
|
757
761
|
MIT OR Apache-2.0
|
758
762
|
|
759
|
-
sysinfo v0.
|
763
|
+
sysinfo v0.31.4
|
760
764
|
https://github.com/GuillaumeGomez/sysinfo
|
761
765
|
MIT
|
762
766
|
|
@@ -764,23 +768,23 @@ target-features v0.1.6
|
|
764
768
|
https://github.com/calebzulawski/target-features
|
765
769
|
MIT OR Apache-2.0
|
766
770
|
|
767
|
-
thiserror v1.0.
|
771
|
+
thiserror v1.0.63
|
768
772
|
https://github.com/dtolnay/thiserror
|
769
773
|
MIT OR Apache-2.0
|
770
774
|
|
771
|
-
thiserror-impl v1.0.
|
775
|
+
thiserror-impl v1.0.63
|
772
776
|
https://github.com/dtolnay/thiserror
|
773
777
|
MIT OR Apache-2.0
|
774
778
|
|
775
|
-
tokio v1.
|
779
|
+
tokio v1.40.0
|
776
780
|
https://tokio.rs
|
777
781
|
MIT
|
778
782
|
|
779
|
-
tokio-util v0.7.
|
783
|
+
tokio-util v0.7.12
|
780
784
|
https://tokio.rs
|
781
785
|
MIT
|
782
786
|
|
783
|
-
unicode-ident v1.0.
|
787
|
+
unicode-ident v1.0.13
|
784
788
|
https://github.com/dtolnay/unicode-ident
|
785
789
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
786
790
|
|
@@ -796,7 +800,7 @@ unicode-width v0.1.13
|
|
796
800
|
https://github.com/unicode-rs/unicode-width
|
797
801
|
MIT OR Apache-2.0
|
798
802
|
|
799
|
-
uuid v1.
|
803
|
+
uuid v1.10.0
|
800
804
|
https://github.com/uuid-rs/uuid
|
801
805
|
Apache-2.0 OR MIT
|
802
806
|
|
@@ -804,32 +808,36 @@ value-trait v0.8.1
|
|
804
808
|
https://github.com/simd-lite/value-trait
|
805
809
|
Apache-2.0/MIT
|
806
810
|
|
807
|
-
version_check v0.9.
|
811
|
+
version_check v0.9.5
|
808
812
|
https://github.com/SergioBenitez/version_check
|
809
813
|
MIT/Apache-2.0
|
810
814
|
|
811
|
-
xxhash-rust v0.8.
|
815
|
+
xxhash-rust v0.8.12
|
812
816
|
https://github.com/DoumanAsh/xxhash-rust
|
813
817
|
BSL-1.0
|
814
818
|
|
815
|
-
zerocopy v0.7.
|
819
|
+
zerocopy v0.7.35
|
816
820
|
https://github.com/google/zerocopy
|
817
821
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
818
822
|
|
819
|
-
|
823
|
+
zerocopy-derive v0.7.35
|
824
|
+
https://github.com/google/zerocopy
|
825
|
+
BSD-2-Clause OR Apache-2.0 OR MIT
|
826
|
+
|
827
|
+
zstd v0.13.2
|
820
828
|
https://github.com/gyscos/zstd-rs
|
821
829
|
MIT
|
822
830
|
|
823
|
-
zstd-safe v7.1
|
831
|
+
zstd-safe v7.2.1
|
824
832
|
https://github.com/gyscos/zstd-rs
|
825
833
|
MIT/Apache-2.0
|
826
834
|
|
827
|
-
zstd-sys v2.0.
|
835
|
+
zstd-sys v2.0.13+zstd.1.5.6
|
828
836
|
https://github.com/gyscos/zstd-rs
|
829
837
|
MIT/Apache-2.0
|
830
838
|
|
831
839
|
================================================================================
|
832
|
-
|
840
|
+
adler2 LICENSE-0BSD
|
833
841
|
================================================================================
|
834
842
|
|
835
843
|
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
@@ -846,7 +854,7 @@ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
846
854
|
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
847
855
|
|
848
856
|
================================================================================
|
849
|
-
|
857
|
+
adler2 LICENSE-APACHE
|
850
858
|
================================================================================
|
851
859
|
|
852
860
|
Apache License
|
@@ -1052,7 +1060,7 @@ See the License for the specific language governing permissions and
|
|
1052
1060
|
limitations under the License.
|
1053
1061
|
|
1054
1062
|
================================================================================
|
1055
|
-
|
1063
|
+
adler2 LICENSE-MIT
|
1056
1064
|
================================================================================
|
1057
1065
|
|
1058
1066
|
Permission is hereby granted, free of charge, to any
|
@@ -3486,97 +3494,97 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3486
3494
|
bytemuck LICENSE-APACHE
|
3487
3495
|
================================================================================
|
3488
3496
|
|
3489
|
-
Apache License
|
3490
|
-
Version 2.0, January 2004
|
3491
|
-
http://www.apache.org/licenses/
|
3492
|
-
|
3493
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3494
|
-
|
3495
|
-
1. Definitions.
|
3496
|
-
|
3497
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
3498
|
-
|
3499
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
3500
|
-
|
3501
|
-
"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.
|
3502
|
-
|
3503
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
3504
|
-
|
3505
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
3506
|
-
|
3507
|
-
"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.
|
3508
|
-
|
3509
|
-
"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).
|
3510
|
-
|
3511
|
-
"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.
|
3512
|
-
|
3513
|
-
"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."
|
3514
|
-
|
3515
|
-
"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.
|
3516
|
-
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.
|
3517
|
-
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.
|
3518
|
-
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:
|
3519
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
3520
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
3521
|
-
(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
|
3522
|
-
(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.
|
3523
|
-
|
3524
|
-
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.
|
3525
|
-
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.
|
3526
|
-
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.
|
3527
|
-
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.
|
3528
|
-
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.
|
3529
|
-
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.
|
3530
|
-
|
3531
|
-
END OF TERMS AND CONDITIONS
|
3532
|
-
|
3533
|
-
APPENDIX: How to apply the Apache License to your work.
|
3534
|
-
|
3535
|
-
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.
|
3536
|
-
|
3537
|
-
Copyright [yyyy] [name of copyright owner]
|
3538
|
-
|
3539
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3540
|
-
you may not use this file except in compliance with the License.
|
3541
|
-
You may obtain a copy of the License at
|
3542
|
-
|
3543
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3544
|
-
|
3545
|
-
Unless required by applicable law or agreed to in writing, software
|
3546
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3547
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3548
|
-
See the License for the specific language governing permissions and
|
3549
|
-
limitations under the License.
|
3497
|
+
Apache License
|
3498
|
+
Version 2.0, January 2004
|
3499
|
+
http://www.apache.org/licenses/
|
3500
|
+
|
3501
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3502
|
+
|
3503
|
+
1. Definitions.
|
3504
|
+
|
3505
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
3506
|
+
|
3507
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
3508
|
+
|
3509
|
+
"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.
|
3510
|
+
|
3511
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
3512
|
+
|
3513
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
3514
|
+
|
3515
|
+
"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.
|
3516
|
+
|
3517
|
+
"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).
|
3518
|
+
|
3519
|
+
"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.
|
3520
|
+
|
3521
|
+
"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."
|
3522
|
+
|
3523
|
+
"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.
|
3524
|
+
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.
|
3525
|
+
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.
|
3526
|
+
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:
|
3527
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
3528
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
3529
|
+
(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
|
3530
|
+
(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.
|
3531
|
+
|
3532
|
+
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.
|
3533
|
+
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.
|
3534
|
+
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.
|
3535
|
+
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.
|
3536
|
+
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.
|
3537
|
+
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.
|
3538
|
+
|
3539
|
+
END OF TERMS AND CONDITIONS
|
3540
|
+
|
3541
|
+
APPENDIX: How to apply the Apache License to your work.
|
3542
|
+
|
3543
|
+
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.
|
3544
|
+
|
3545
|
+
Copyright [yyyy] [name of copyright owner]
|
3546
|
+
|
3547
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3548
|
+
you may not use this file except in compliance with the License.
|
3549
|
+
You may obtain a copy of the License at
|
3550
|
+
|
3551
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3552
|
+
|
3553
|
+
Unless required by applicable law or agreed to in writing, software
|
3554
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3555
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3556
|
+
See the License for the specific language governing permissions and
|
3557
|
+
limitations under the License.
|
3550
3558
|
|
3551
3559
|
================================================================================
|
3552
3560
|
bytemuck LICENSE-MIT
|
3553
3561
|
================================================================================
|
3554
3562
|
|
3555
|
-
MIT License
|
3556
|
-
|
3557
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3558
|
-
|
3559
|
-
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:
|
3560
|
-
|
3561
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
3562
|
-
|
3563
|
-
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.
|
3563
|
+
MIT License
|
3564
|
+
|
3565
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3566
|
+
|
3567
|
+
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:
|
3568
|
+
|
3569
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
3570
|
+
|
3571
|
+
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.
|
3564
3572
|
|
3565
3573
|
================================================================================
|
3566
3574
|
bytemuck LICENSE-ZLIB
|
3567
3575
|
================================================================================
|
3568
3576
|
|
3569
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3570
|
-
|
3571
|
-
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.
|
3572
|
-
|
3573
|
-
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:
|
3574
|
-
|
3575
|
-
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.
|
3576
|
-
|
3577
|
-
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
3578
|
-
|
3579
|
-
3. This notice may not be removed or altered from any source distribution.
|
3577
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3578
|
+
|
3579
|
+
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.
|
3580
|
+
|
3581
|
+
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:
|
3582
|
+
|
3583
|
+
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.
|
3584
|
+
|
3585
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
3586
|
+
|
3587
|
+
3. This notice may not be removed or altered from any source distribution.
|
3580
3588
|
|
3581
3589
|
================================================================================
|
3582
3590
|
bytemuck_derive LICENSE-APACHE
|
@@ -3674,6 +3682,69 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
3674
3682
|
|
3675
3683
|
3. This notice may not be removed or altered from any source distribution.
|
3676
3684
|
|
3685
|
+
================================================================================
|
3686
|
+
byteorder COPYING
|
3687
|
+
================================================================================
|
3688
|
+
|
3689
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
3690
|
+
|
3691
|
+
You may use this code under the terms of either license.
|
3692
|
+
|
3693
|
+
================================================================================
|
3694
|
+
byteorder LICENSE-MIT
|
3695
|
+
================================================================================
|
3696
|
+
|
3697
|
+
The MIT License (MIT)
|
3698
|
+
|
3699
|
+
Copyright (c) 2015 Andrew Gallant
|
3700
|
+
|
3701
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3702
|
+
of this software and associated documentation files (the "Software"), to deal
|
3703
|
+
in the Software without restriction, including without limitation the rights
|
3704
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3705
|
+
copies of the Software, and to permit persons to whom the Software is
|
3706
|
+
furnished to do so, subject to the following conditions:
|
3707
|
+
|
3708
|
+
The above copyright notice and this permission notice shall be included in
|
3709
|
+
all copies or substantial portions of the Software.
|
3710
|
+
|
3711
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3712
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3713
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3714
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3715
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3716
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3717
|
+
THE SOFTWARE.
|
3718
|
+
|
3719
|
+
================================================================================
|
3720
|
+
byteorder UNLICENSE
|
3721
|
+
================================================================================
|
3722
|
+
|
3723
|
+
This is free and unencumbered software released into the public domain.
|
3724
|
+
|
3725
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
3726
|
+
distribute this software, either in source code form or as a compiled
|
3727
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
3728
|
+
means.
|
3729
|
+
|
3730
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
3731
|
+
of this software dedicate any and all copyright interest in the
|
3732
|
+
software to the public domain. We make this dedication for the benefit
|
3733
|
+
of the public at large and to the detriment of our heirs and
|
3734
|
+
successors. We intend this dedication to be an overt act of
|
3735
|
+
relinquishment in perpetuity of all present and future rights to this
|
3736
|
+
software under copyright law.
|
3737
|
+
|
3738
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
3739
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
3740
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
3741
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
3742
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
3743
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
3744
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
3745
|
+
|
3746
|
+
For more information, please refer to <http://unlicense.org/>
|
3747
|
+
|
3677
3748
|
================================================================================
|
3678
3749
|
bytes LICENSE
|
3679
3750
|
================================================================================
|
@@ -3704,6 +3775,32 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3704
3775
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3705
3776
|
DEALINGS IN THE SOFTWARE.
|
3706
3777
|
|
3778
|
+
================================================================================
|
3779
|
+
castaway LICENSE
|
3780
|
+
================================================================================
|
3781
|
+
|
3782
|
+
MIT License
|
3783
|
+
|
3784
|
+
Copyright (c) 2021 Stephen M. Coakley
|
3785
|
+
|
3786
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3787
|
+
of this software and associated documentation files (the "Software"), to deal
|
3788
|
+
in the Software without restriction, including without limitation the rights
|
3789
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3790
|
+
copies of the Software, and to permit persons to whom the Software is
|
3791
|
+
furnished to do so, subject to the following conditions:
|
3792
|
+
|
3793
|
+
The above copyright notice and this permission notice shall be included in all
|
3794
|
+
copies or substantial portions of the Software.
|
3795
|
+
|
3796
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3797
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3798
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3799
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3800
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3801
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
3802
|
+
SOFTWARE.
|
3803
|
+
|
3707
3804
|
================================================================================
|
3708
3805
|
cc LICENSE-APACHE
|
3709
3806
|
================================================================================
|
@@ -5364,6 +5461,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5364
5461
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5365
5462
|
SOFTWARE.
|
5366
5463
|
|
5464
|
+
================================================================================
|
5465
|
+
compact_str LICENSE
|
5466
|
+
================================================================================
|
5467
|
+
|
5468
|
+
MIT License
|
5469
|
+
|
5470
|
+
Copyright (c) 2021 Parker Timmerman
|
5471
|
+
|
5472
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5473
|
+
of this software and associated documentation files (the "Software"), to deal
|
5474
|
+
in the Software without restriction, including without limitation the rights
|
5475
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5476
|
+
copies of the Software, and to permit persons to whom the Software is
|
5477
|
+
furnished to do so, subject to the following conditions:
|
5478
|
+
|
5479
|
+
The above copyright notice and this permission notice shall be included in all
|
5480
|
+
copies or substantial portions of the Software.
|
5481
|
+
|
5482
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5483
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5484
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5485
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5486
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5487
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5488
|
+
SOFTWARE.
|
5489
|
+
|
5367
5490
|
================================================================================
|
5368
5491
|
crc LICENSE-APACHE
|
5369
5492
|
================================================================================
|
@@ -9519,32 +9642,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
9519
9642
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
9520
9643
|
IN THE SOFTWARE.
|
9521
9644
|
|
9522
|
-
================================================================================
|
9523
|
-
foreign_vec LICENSE
|
9524
|
-
================================================================================
|
9525
|
-
|
9526
|
-
MIT License
|
9527
|
-
|
9528
|
-
Copyright (c) 2022 DataEngineeringLabs
|
9529
|
-
|
9530
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9531
|
-
of this software and associated documentation files (the "Software"), to deal
|
9532
|
-
in the Software without restriction, including without limitation the rights
|
9533
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9534
|
-
copies of the Software, and to permit persons to whom the Software is
|
9535
|
-
furnished to do so, subject to the following conditions:
|
9536
|
-
|
9537
|
-
The above copyright notice and this permission notice shall be included in all
|
9538
|
-
copies or substantial portions of the Software.
|
9539
|
-
|
9540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9541
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9542
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9543
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9544
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9545
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9546
|
-
SOFTWARE.
|
9547
|
-
|
9548
9645
|
================================================================================
|
9549
9646
|
futures LICENSE-APACHE
|
9550
9647
|
================================================================================
|
@@ -14781,268 +14878,6 @@ DEALINGS IN THE SOFTWARE.
|
|
14781
14878
|
|
14782
14879
|
================================================================================
|
14783
14880
|
jobserver LICENSE-APACHE
|
14784
|
-
================================================================================
|
14785
|
-
|
14786
|
-
Apache License
|
14787
|
-
Version 2.0, January 2004
|
14788
|
-
http://www.apache.org/licenses/
|
14789
|
-
|
14790
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14791
|
-
|
14792
|
-
1. Definitions.
|
14793
|
-
|
14794
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14795
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14796
|
-
|
14797
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14798
|
-
the copyright owner that is granting the License.
|
14799
|
-
|
14800
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14801
|
-
other entities that control, are controlled by, or are under common
|
14802
|
-
control with that entity. For the purposes of this definition,
|
14803
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14804
|
-
direction or management of such entity, whether by contract or
|
14805
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14806
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14807
|
-
|
14808
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14809
|
-
exercising permissions granted by this License.
|
14810
|
-
|
14811
|
-
"Source" form shall mean the preferred form for making modifications,
|
14812
|
-
including but not limited to software source code, documentation
|
14813
|
-
source, and configuration files.
|
14814
|
-
|
14815
|
-
"Object" form shall mean any form resulting from mechanical
|
14816
|
-
transformation or translation of a Source form, including but
|
14817
|
-
not limited to compiled object code, generated documentation,
|
14818
|
-
and conversions to other media types.
|
14819
|
-
|
14820
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14821
|
-
Object form, made available under the License, as indicated by a
|
14822
|
-
copyright notice that is included in or attached to the work
|
14823
|
-
(an example is provided in the Appendix below).
|
14824
|
-
|
14825
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14826
|
-
form, that is based on (or derived from) the Work and for which the
|
14827
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14828
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14829
|
-
of this License, Derivative Works shall not include works that remain
|
14830
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14831
|
-
the Work and Derivative Works thereof.
|
14832
|
-
|
14833
|
-
"Contribution" shall mean any work of authorship, including
|
14834
|
-
the original version of the Work and any modifications or additions
|
14835
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14836
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14837
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14838
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14839
|
-
means any form of electronic, verbal, or written communication sent
|
14840
|
-
to the Licensor or its representatives, including but not limited to
|
14841
|
-
communication on electronic mailing lists, source code control systems,
|
14842
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14843
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14844
|
-
excluding communication that is conspicuously marked or otherwise
|
14845
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14846
|
-
|
14847
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14848
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14849
|
-
subsequently incorporated within the Work.
|
14850
|
-
|
14851
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14852
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14853
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14854
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14855
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14856
|
-
Work and such Derivative Works in Source or Object form.
|
14857
|
-
|
14858
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14859
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14860
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14861
|
-
(except as stated in this section) patent license to make, have made,
|
14862
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14863
|
-
where such license applies only to those patent claims licensable
|
14864
|
-
by such Contributor that are necessarily infringed by their
|
14865
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
14866
|
-
with the Work to which such Contribution(s) was submitted. If You
|
14867
|
-
institute patent litigation against any entity (including a
|
14868
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14869
|
-
or a Contribution incorporated within the Work constitutes direct
|
14870
|
-
or contributory patent infringement, then any patent licenses
|
14871
|
-
granted to You under this License for that Work shall terminate
|
14872
|
-
as of the date such litigation is filed.
|
14873
|
-
|
14874
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
14875
|
-
Work or Derivative Works thereof in any medium, with or without
|
14876
|
-
modifications, and in Source or Object form, provided that You
|
14877
|
-
meet the following conditions:
|
14878
|
-
|
14879
|
-
(a) You must give any other recipients of the Work or
|
14880
|
-
Derivative Works a copy of this License; and
|
14881
|
-
|
14882
|
-
(b) You must cause any modified files to carry prominent notices
|
14883
|
-
stating that You changed the files; and
|
14884
|
-
|
14885
|
-
(c) You must retain, in the Source form of any Derivative Works
|
14886
|
-
that You distribute, all copyright, patent, trademark, and
|
14887
|
-
attribution notices from the Source form of the Work,
|
14888
|
-
excluding those notices that do not pertain to any part of
|
14889
|
-
the Derivative Works; and
|
14890
|
-
|
14891
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
14892
|
-
distribution, then any Derivative Works that You distribute must
|
14893
|
-
include a readable copy of the attribution notices contained
|
14894
|
-
within such NOTICE file, excluding those notices that do not
|
14895
|
-
pertain to any part of the Derivative Works, in at least one
|
14896
|
-
of the following places: within a NOTICE text file distributed
|
14897
|
-
as part of the Derivative Works; within the Source form or
|
14898
|
-
documentation, if provided along with the Derivative Works; or,
|
14899
|
-
within a display generated by the Derivative Works, if and
|
14900
|
-
wherever such third-party notices normally appear. The contents
|
14901
|
-
of the NOTICE file are for informational purposes only and
|
14902
|
-
do not modify the License. You may add Your own attribution
|
14903
|
-
notices within Derivative Works that You distribute, alongside
|
14904
|
-
or as an addendum to the NOTICE text from the Work, provided
|
14905
|
-
that such additional attribution notices cannot be construed
|
14906
|
-
as modifying the License.
|
14907
|
-
|
14908
|
-
You may add Your own copyright statement to Your modifications and
|
14909
|
-
may provide additional or different license terms and conditions
|
14910
|
-
for use, reproduction, or distribution of Your modifications, or
|
14911
|
-
for any such Derivative Works as a whole, provided Your use,
|
14912
|
-
reproduction, and distribution of the Work otherwise complies with
|
14913
|
-
the conditions stated in this License.
|
14914
|
-
|
14915
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14916
|
-
any Contribution intentionally submitted for inclusion in the Work
|
14917
|
-
by You to the Licensor shall be under the terms and conditions of
|
14918
|
-
this License, without any additional terms or conditions.
|
14919
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
14920
|
-
the terms of any separate license agreement you may have executed
|
14921
|
-
with Licensor regarding such Contributions.
|
14922
|
-
|
14923
|
-
6. Trademarks. This License does not grant permission to use the trade
|
14924
|
-
names, trademarks, service marks, or product names of the Licensor,
|
14925
|
-
except as required for reasonable and customary use in describing the
|
14926
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
14927
|
-
|
14928
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
14929
|
-
agreed to in writing, Licensor provides the Work (and each
|
14930
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14931
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14932
|
-
implied, including, without limitation, any warranties or conditions
|
14933
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14934
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14935
|
-
appropriateness of using or redistributing the Work and assume any
|
14936
|
-
risks associated with Your exercise of permissions under this License.
|
14937
|
-
|
14938
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
14939
|
-
whether in tort (including negligence), contract, or otherwise,
|
14940
|
-
unless required by applicable law (such as deliberate and grossly
|
14941
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
14942
|
-
liable to You for damages, including any direct, indirect, special,
|
14943
|
-
incidental, or consequential damages of any character arising as a
|
14944
|
-
result of this License or out of the use or inability to use the
|
14945
|
-
Work (including but not limited to damages for loss of goodwill,
|
14946
|
-
work stoppage, computer failure or malfunction, or any and all
|
14947
|
-
other commercial damages or losses), even if such Contributor
|
14948
|
-
has been advised of the possibility of such damages.
|
14949
|
-
|
14950
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
14951
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
14952
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
14953
|
-
or other liability obligations and/or rights consistent with this
|
14954
|
-
License. However, in accepting such obligations, You may act only
|
14955
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
14956
|
-
of any other Contributor, and only if You agree to indemnify,
|
14957
|
-
defend, and hold each Contributor harmless for any liability
|
14958
|
-
incurred by, or claims asserted against, such Contributor by reason
|
14959
|
-
of your accepting any such warranty or additional liability.
|
14960
|
-
|
14961
|
-
END OF TERMS AND CONDITIONS
|
14962
|
-
|
14963
|
-
APPENDIX: How to apply the Apache License to your work.
|
14964
|
-
|
14965
|
-
To apply the Apache License to your work, attach the following
|
14966
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
14967
|
-
replaced with your own identifying information. (Don't include
|
14968
|
-
the brackets!) The text should be enclosed in the appropriate
|
14969
|
-
comment syntax for the file format. We also recommend that a
|
14970
|
-
file or class name and description of purpose be included on the
|
14971
|
-
same "printed page" as the copyright notice for easier
|
14972
|
-
identification within third-party archives.
|
14973
|
-
|
14974
|
-
Copyright [yyyy] [name of copyright owner]
|
14975
|
-
|
14976
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14977
|
-
you may not use this file except in compliance with the License.
|
14978
|
-
You may obtain a copy of the License at
|
14979
|
-
|
14980
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
14981
|
-
|
14982
|
-
Unless required by applicable law or agreed to in writing, software
|
14983
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14984
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14985
|
-
See the License for the specific language governing permissions and
|
14986
|
-
limitations under the License.
|
14987
|
-
|
14988
|
-
================================================================================
|
14989
|
-
jobserver LICENSE-MIT
|
14990
|
-
================================================================================
|
14991
|
-
|
14992
|
-
Copyright (c) 2014 Alex Crichton
|
14993
|
-
|
14994
|
-
Permission is hereby granted, free of charge, to any
|
14995
|
-
person obtaining a copy of this software and associated
|
14996
|
-
documentation files (the "Software"), to deal in the
|
14997
|
-
Software without restriction, including without
|
14998
|
-
limitation the rights to use, copy, modify, merge,
|
14999
|
-
publish, distribute, sublicense, and/or sell copies of
|
15000
|
-
the Software, and to permit persons to whom the Software
|
15001
|
-
is furnished to do so, subject to the following
|
15002
|
-
conditions:
|
15003
|
-
|
15004
|
-
The above copyright notice and this permission notice
|
15005
|
-
shall be included in all copies or substantial portions
|
15006
|
-
of the Software.
|
15007
|
-
|
15008
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15009
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15010
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15011
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15012
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15013
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15014
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15015
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15016
|
-
DEALINGS IN THE SOFTWARE.
|
15017
|
-
|
15018
|
-
================================================================================
|
15019
|
-
jsonpath_lib_polars_vendor LICENSE
|
15020
|
-
================================================================================
|
15021
|
-
|
15022
|
-
MIT License
|
15023
|
-
|
15024
|
-
Copyright (c) [2019] [Changseok Han]
|
15025
|
-
|
15026
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15027
|
-
of this software and associated documentation files (the "Software"), to deal
|
15028
|
-
in the Software without restriction, including without limitation the rights
|
15029
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15030
|
-
copies of the Software, and to permit persons to whom the Software is
|
15031
|
-
furnished to do so, subject to the following conditions:
|
15032
|
-
|
15033
|
-
The above copyright notice and this permission notice shall be included in all
|
15034
|
-
copies or substantial portions of the Software.
|
15035
|
-
|
15036
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15037
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15038
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15039
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15040
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15041
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15042
|
-
SOFTWARE.
|
15043
|
-
|
15044
|
-
================================================================================
|
15045
|
-
lazy_static LICENSE-APACHE
|
15046
14881
|
================================================================================
|
15047
14882
|
|
15048
14883
|
Apache License
|
@@ -15248,10 +15083,10 @@ See the License for the specific language governing permissions and
|
|
15248
15083
|
limitations under the License.
|
15249
15084
|
|
15250
15085
|
================================================================================
|
15251
|
-
|
15086
|
+
jobserver LICENSE-MIT
|
15252
15087
|
================================================================================
|
15253
15088
|
|
15254
|
-
Copyright (c)
|
15089
|
+
Copyright (c) 2014 Alex Crichton
|
15255
15090
|
|
15256
15091
|
Permission is hereby granted, free of charge, to any
|
15257
15092
|
person obtaining a copy of this software and associated
|
@@ -15278,7 +15113,33 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15278
15113
|
DEALINGS IN THE SOFTWARE.
|
15279
15114
|
|
15280
15115
|
================================================================================
|
15281
|
-
|
15116
|
+
jsonpath_lib_polars_vendor LICENSE
|
15117
|
+
================================================================================
|
15118
|
+
|
15119
|
+
MIT License
|
15120
|
+
|
15121
|
+
Copyright (c) [2019] [Changseok Han]
|
15122
|
+
|
15123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15124
|
+
of this software and associated documentation files (the "Software"), to deal
|
15125
|
+
in the Software without restriction, including without limitation the rights
|
15126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15127
|
+
copies of the Software, and to permit persons to whom the Software is
|
15128
|
+
furnished to do so, subject to the following conditions:
|
15129
|
+
|
15130
|
+
The above copyright notice and this permission notice shall be included in all
|
15131
|
+
copies or substantial portions of the Software.
|
15132
|
+
|
15133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15139
|
+
SOFTWARE.
|
15140
|
+
|
15141
|
+
================================================================================
|
15142
|
+
lazy_static LICENSE-APACHE
|
15282
15143
|
================================================================================
|
15283
15144
|
|
15284
15145
|
Apache License
|
@@ -15484,11 +15345,10 @@ See the License for the specific language governing permissions and
|
|
15484
15345
|
limitations under the License.
|
15485
15346
|
|
15486
15347
|
================================================================================
|
15487
|
-
|
15348
|
+
lazy_static LICENSE-MIT
|
15488
15349
|
================================================================================
|
15489
15350
|
|
15490
|
-
|
15491
|
-
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15351
|
+
Copyright (c) 2010 The Rust Project Developers
|
15492
15352
|
|
15493
15353
|
Permission is hereby granted, free of charge, to any
|
15494
15354
|
person obtaining a copy of this software and associated
|
@@ -15515,7 +15375,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15515
15375
|
DEALINGS IN THE SOFTWARE.
|
15516
15376
|
|
15517
15377
|
================================================================================
|
15518
|
-
|
15378
|
+
lazycell LICENSE-APACHE
|
15379
|
+
================================================================================
|
15380
|
+
|
15381
|
+
Apache License
|
15382
|
+
Version 2.0, January 2004
|
15383
|
+
http://www.apache.org/licenses/
|
15384
|
+
|
15385
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15386
|
+
|
15387
|
+
1. Definitions.
|
15388
|
+
|
15389
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
15390
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
15391
|
+
|
15392
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
15393
|
+
the copyright owner that is granting the License.
|
15394
|
+
|
15395
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
15396
|
+
other entities that control, are controlled by, or are under common
|
15397
|
+
control with that entity. For the purposes of this definition,
|
15398
|
+
"control" means (i) the power, direct or indirect, to cause the
|
15399
|
+
direction or management of such entity, whether by contract or
|
15400
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15401
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
15402
|
+
|
15403
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
15404
|
+
exercising permissions granted by this License.
|
15405
|
+
|
15406
|
+
"Source" form shall mean the preferred form for making modifications,
|
15407
|
+
including but not limited to software source code, documentation
|
15408
|
+
source, and configuration files.
|
15409
|
+
|
15410
|
+
"Object" form shall mean any form resulting from mechanical
|
15411
|
+
transformation or translation of a Source form, including but
|
15412
|
+
not limited to compiled object code, generated documentation,
|
15413
|
+
and conversions to other media types.
|
15414
|
+
|
15415
|
+
"Work" shall mean the work of authorship, whether in Source or
|
15416
|
+
Object form, made available under the License, as indicated by a
|
15417
|
+
copyright notice that is included in or attached to the work
|
15418
|
+
(an example is provided in the Appendix below).
|
15419
|
+
|
15420
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
15421
|
+
form, that is based on (or derived from) the Work and for which the
|
15422
|
+
editorial revisions, annotations, elaborations, or other modifications
|
15423
|
+
represent, as a whole, an original work of authorship. For the purposes
|
15424
|
+
of this License, Derivative Works shall not include works that remain
|
15425
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
15426
|
+
the Work and Derivative Works thereof.
|
15427
|
+
|
15428
|
+
"Contribution" shall mean any work of authorship, including
|
15429
|
+
the original version of the Work and any modifications or additions
|
15430
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15431
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15432
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15433
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15434
|
+
means any form of electronic, verbal, or written communication sent
|
15435
|
+
to the Licensor or its representatives, including but not limited to
|
15436
|
+
communication on electronic mailing lists, source code control systems,
|
15437
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15438
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15439
|
+
excluding communication that is conspicuously marked or otherwise
|
15440
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15441
|
+
|
15442
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15443
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15444
|
+
subsequently incorporated within the Work.
|
15445
|
+
|
15446
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15447
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15448
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15449
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15450
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15451
|
+
Work and such Derivative Works in Source or Object form.
|
15452
|
+
|
15453
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15454
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15455
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15456
|
+
(except as stated in this section) patent license to make, have made,
|
15457
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15458
|
+
where such license applies only to those patent claims licensable
|
15459
|
+
by such Contributor that are necessarily infringed by their
|
15460
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15461
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15462
|
+
institute patent litigation against any entity (including a
|
15463
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15464
|
+
or a Contribution incorporated within the Work constitutes direct
|
15465
|
+
or contributory patent infringement, then any patent licenses
|
15466
|
+
granted to You under this License for that Work shall terminate
|
15467
|
+
as of the date such litigation is filed.
|
15468
|
+
|
15469
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15470
|
+
Work or Derivative Works thereof in any medium, with or without
|
15471
|
+
modifications, and in Source or Object form, provided that You
|
15472
|
+
meet the following conditions:
|
15473
|
+
|
15474
|
+
(a) You must give any other recipients of the Work or
|
15475
|
+
Derivative Works a copy of this License; and
|
15476
|
+
|
15477
|
+
(b) You must cause any modified files to carry prominent notices
|
15478
|
+
stating that You changed the files; and
|
15479
|
+
|
15480
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15481
|
+
that You distribute, all copyright, patent, trademark, and
|
15482
|
+
attribution notices from the Source form of the Work,
|
15483
|
+
excluding those notices that do not pertain to any part of
|
15484
|
+
the Derivative Works; and
|
15485
|
+
|
15486
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15487
|
+
distribution, then any Derivative Works that You distribute must
|
15488
|
+
include a readable copy of the attribution notices contained
|
15489
|
+
within such NOTICE file, excluding those notices that do not
|
15490
|
+
pertain to any part of the Derivative Works, in at least one
|
15491
|
+
of the following places: within a NOTICE text file distributed
|
15492
|
+
as part of the Derivative Works; within the Source form or
|
15493
|
+
documentation, if provided along with the Derivative Works; or,
|
15494
|
+
within a display generated by the Derivative Works, if and
|
15495
|
+
wherever such third-party notices normally appear. The contents
|
15496
|
+
of the NOTICE file are for informational purposes only and
|
15497
|
+
do not modify the License. You may add Your own attribution
|
15498
|
+
notices within Derivative Works that You distribute, alongside
|
15499
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15500
|
+
that such additional attribution notices cannot be construed
|
15501
|
+
as modifying the License.
|
15502
|
+
|
15503
|
+
You may add Your own copyright statement to Your modifications and
|
15504
|
+
may provide additional or different license terms and conditions
|
15505
|
+
for use, reproduction, or distribution of Your modifications, or
|
15506
|
+
for any such Derivative Works as a whole, provided Your use,
|
15507
|
+
reproduction, and distribution of the Work otherwise complies with
|
15508
|
+
the conditions stated in this License.
|
15509
|
+
|
15510
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15511
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15512
|
+
by You to the Licensor shall be under the terms and conditions of
|
15513
|
+
this License, without any additional terms or conditions.
|
15514
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15515
|
+
the terms of any separate license agreement you may have executed
|
15516
|
+
with Licensor regarding such Contributions.
|
15517
|
+
|
15518
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15519
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15520
|
+
except as required for reasonable and customary use in describing the
|
15521
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15522
|
+
|
15523
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15524
|
+
agreed to in writing, Licensor provides the Work (and each
|
15525
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15526
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15527
|
+
implied, including, without limitation, any warranties or conditions
|
15528
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15529
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15530
|
+
appropriateness of using or redistributing the Work and assume any
|
15531
|
+
risks associated with Your exercise of permissions under this License.
|
15532
|
+
|
15533
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15534
|
+
whether in tort (including negligence), contract, or otherwise,
|
15535
|
+
unless required by applicable law (such as deliberate and grossly
|
15536
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15537
|
+
liable to You for damages, including any direct, indirect, special,
|
15538
|
+
incidental, or consequential damages of any character arising as a
|
15539
|
+
result of this License or out of the use or inability to use the
|
15540
|
+
Work (including but not limited to damages for loss of goodwill,
|
15541
|
+
work stoppage, computer failure or malfunction, or any and all
|
15542
|
+
other commercial damages or losses), even if such Contributor
|
15543
|
+
has been advised of the possibility of such damages.
|
15544
|
+
|
15545
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15546
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15547
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15548
|
+
or other liability obligations and/or rights consistent with this
|
15549
|
+
License. However, in accepting such obligations, You may act only
|
15550
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15551
|
+
of any other Contributor, and only if You agree to indemnify,
|
15552
|
+
defend, and hold each Contributor harmless for any liability
|
15553
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15554
|
+
of your accepting any such warranty or additional liability.
|
15555
|
+
|
15556
|
+
END OF TERMS AND CONDITIONS
|
15557
|
+
|
15558
|
+
APPENDIX: How to apply the Apache License to your work.
|
15559
|
+
|
15560
|
+
To apply the Apache License to your work, attach the following
|
15561
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15562
|
+
replaced with your own identifying information. (Don't include
|
15563
|
+
the brackets!) The text should be enclosed in the appropriate
|
15564
|
+
comment syntax for the file format. We also recommend that a
|
15565
|
+
file or class name and description of purpose be included on the
|
15566
|
+
same "printed page" as the copyright notice for easier
|
15567
|
+
identification within third-party archives.
|
15568
|
+
|
15569
|
+
Copyright [yyyy] [name of copyright owner]
|
15570
|
+
|
15571
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15572
|
+
you may not use this file except in compliance with the License.
|
15573
|
+
You may obtain a copy of the License at
|
15574
|
+
|
15575
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15576
|
+
|
15577
|
+
Unless required by applicable law or agreed to in writing, software
|
15578
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15579
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15580
|
+
See the License for the specific language governing permissions and
|
15581
|
+
limitations under the License.
|
15582
|
+
|
15583
|
+
================================================================================
|
15584
|
+
lazycell LICENSE-MIT
|
15585
|
+
================================================================================
|
15586
|
+
|
15587
|
+
Original work Copyright (c) 2014 The Rust Project Developers
|
15588
|
+
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15589
|
+
|
15590
|
+
Permission is hereby granted, free of charge, to any
|
15591
|
+
person obtaining a copy of this software and associated
|
15592
|
+
documentation files (the "Software"), to deal in the
|
15593
|
+
Software without restriction, including without
|
15594
|
+
limitation the rights to use, copy, modify, merge,
|
15595
|
+
publish, distribute, sublicense, and/or sell copies of
|
15596
|
+
the Software, and to permit persons to whom the Software
|
15597
|
+
is furnished to do so, subject to the following
|
15598
|
+
conditions:
|
15599
|
+
|
15600
|
+
The above copyright notice and this permission notice
|
15601
|
+
shall be included in all copies or substantial portions
|
15602
|
+
of the Software.
|
15603
|
+
|
15604
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15605
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15606
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15607
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15608
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15609
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15610
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15611
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15612
|
+
DEALINGS IN THE SOFTWARE.
|
15613
|
+
|
15614
|
+
================================================================================
|
15615
|
+
lexical-core LICENSE-APACHE
|
15519
15616
|
================================================================================
|
15520
15617
|
|
15521
15618
|
Apache License
|
@@ -22375,265 +22472,34 @@ See the License for the specific language governing permissions and
|
|
22375
22472
|
limitations under the License.
|
22376
22473
|
|
22377
22474
|
================================================================================
|
22378
|
-
num-traits LICENSE-MIT
|
22379
|
-
================================================================================
|
22380
|
-
|
22381
|
-
Copyright (c) 2014 The Rust Project Developers
|
22382
|
-
|
22383
|
-
Permission is hereby granted, free of charge, to any
|
22384
|
-
person obtaining a copy of this software and associated
|
22385
|
-
documentation files (the "Software"), to deal in the
|
22386
|
-
Software without restriction, including without
|
22387
|
-
limitation the rights to use, copy, modify, merge,
|
22388
|
-
publish, distribute, sublicense, and/or sell copies of
|
22389
|
-
the Software, and to permit persons to whom the Software
|
22390
|
-
is furnished to do so, subject to the following
|
22391
|
-
conditions:
|
22392
|
-
|
22393
|
-
The above copyright notice and this permission notice
|
22394
|
-
shall be included in all copies or substantial portions
|
22395
|
-
of the Software.
|
22396
|
-
|
22397
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22398
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22399
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22400
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22401
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22402
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22403
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22404
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22405
|
-
DEALINGS IN THE SOFTWARE.
|
22406
|
-
|
22407
|
-
================================================================================
|
22408
|
-
num_cpus LICENSE-APACHE
|
22409
|
-
================================================================================
|
22410
|
-
|
22411
|
-
Apache License
|
22412
|
-
Version 2.0, January 2004
|
22413
|
-
http://www.apache.org/licenses/
|
22414
|
-
|
22415
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
22416
|
-
|
22417
|
-
1. Definitions.
|
22418
|
-
|
22419
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
22420
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
22421
|
-
|
22422
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
22423
|
-
the copyright owner that is granting the License.
|
22424
|
-
|
22425
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
22426
|
-
other entities that control, are controlled by, or are under common
|
22427
|
-
control with that entity. For the purposes of this definition,
|
22428
|
-
"control" means (i) the power, direct or indirect, to cause the
|
22429
|
-
direction or management of such entity, whether by contract or
|
22430
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22431
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22432
|
-
|
22433
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
22434
|
-
exercising permissions granted by this License.
|
22435
|
-
|
22436
|
-
"Source" form shall mean the preferred form for making modifications,
|
22437
|
-
including but not limited to software source code, documentation
|
22438
|
-
source, and configuration files.
|
22439
|
-
|
22440
|
-
"Object" form shall mean any form resulting from mechanical
|
22441
|
-
transformation or translation of a Source form, including but
|
22442
|
-
not limited to compiled object code, generated documentation,
|
22443
|
-
and conversions to other media types.
|
22444
|
-
|
22445
|
-
"Work" shall mean the work of authorship, whether in Source or
|
22446
|
-
Object form, made available under the License, as indicated by a
|
22447
|
-
copyright notice that is included in or attached to the work
|
22448
|
-
(an example is provided in the Appendix below).
|
22449
|
-
|
22450
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
22451
|
-
form, that is based on (or derived from) the Work and for which the
|
22452
|
-
editorial revisions, annotations, elaborations, or other modifications
|
22453
|
-
represent, as a whole, an original work of authorship. For the purposes
|
22454
|
-
of this License, Derivative Works shall not include works that remain
|
22455
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
22456
|
-
the Work and Derivative Works thereof.
|
22457
|
-
|
22458
|
-
"Contribution" shall mean any work of authorship, including
|
22459
|
-
the original version of the Work and any modifications or additions
|
22460
|
-
to that Work or Derivative Works thereof, that is intentionally
|
22461
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
22462
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
22463
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
22464
|
-
means any form of electronic, verbal, or written communication sent
|
22465
|
-
to the Licensor or its representatives, including but not limited to
|
22466
|
-
communication on electronic mailing lists, source code control systems,
|
22467
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
22468
|
-
Licensor for the purpose of discussing and improving the Work, but
|
22469
|
-
excluding communication that is conspicuously marked or otherwise
|
22470
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
22471
|
-
|
22472
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
22473
|
-
on behalf of whom a Contribution has been received by Licensor and
|
22474
|
-
subsequently incorporated within the Work.
|
22475
|
-
|
22476
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
22477
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22478
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22479
|
-
copyright license to reproduce, prepare Derivative Works of,
|
22480
|
-
publicly display, publicly perform, sublicense, and distribute the
|
22481
|
-
Work and such Derivative Works in Source or Object form.
|
22482
|
-
|
22483
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
22484
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22485
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22486
|
-
(except as stated in this section) patent license to make, have made,
|
22487
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
22488
|
-
where such license applies only to those patent claims licensable
|
22489
|
-
by such Contributor that are necessarily infringed by their
|
22490
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
22491
|
-
with the Work to which such Contribution(s) was submitted. If You
|
22492
|
-
institute patent litigation against any entity (including a
|
22493
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
22494
|
-
or a Contribution incorporated within the Work constitutes direct
|
22495
|
-
or contributory patent infringement, then any patent licenses
|
22496
|
-
granted to You under this License for that Work shall terminate
|
22497
|
-
as of the date such litigation is filed.
|
22498
|
-
|
22499
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
22500
|
-
Work or Derivative Works thereof in any medium, with or without
|
22501
|
-
modifications, and in Source or Object form, provided that You
|
22502
|
-
meet the following conditions:
|
22503
|
-
|
22504
|
-
(a) You must give any other recipients of the Work or
|
22505
|
-
Derivative Works a copy of this License; and
|
22506
|
-
|
22507
|
-
(b) You must cause any modified files to carry prominent notices
|
22508
|
-
stating that You changed the files; and
|
22509
|
-
|
22510
|
-
(c) You must retain, in the Source form of any Derivative Works
|
22511
|
-
that You distribute, all copyright, patent, trademark, and
|
22512
|
-
attribution notices from the Source form of the Work,
|
22513
|
-
excluding those notices that do not pertain to any part of
|
22514
|
-
the Derivative Works; and
|
22515
|
-
|
22516
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
22517
|
-
distribution, then any Derivative Works that You distribute must
|
22518
|
-
include a readable copy of the attribution notices contained
|
22519
|
-
within such NOTICE file, excluding those notices that do not
|
22520
|
-
pertain to any part of the Derivative Works, in at least one
|
22521
|
-
of the following places: within a NOTICE text file distributed
|
22522
|
-
as part of the Derivative Works; within the Source form or
|
22523
|
-
documentation, if provided along with the Derivative Works; or,
|
22524
|
-
within a display generated by the Derivative Works, if and
|
22525
|
-
wherever such third-party notices normally appear. The contents
|
22526
|
-
of the NOTICE file are for informational purposes only and
|
22527
|
-
do not modify the License. You may add Your own attribution
|
22528
|
-
notices within Derivative Works that You distribute, alongside
|
22529
|
-
or as an addendum to the NOTICE text from the Work, provided
|
22530
|
-
that such additional attribution notices cannot be construed
|
22531
|
-
as modifying the License.
|
22532
|
-
|
22533
|
-
You may add Your own copyright statement to Your modifications and
|
22534
|
-
may provide additional or different license terms and conditions
|
22535
|
-
for use, reproduction, or distribution of Your modifications, or
|
22536
|
-
for any such Derivative Works as a whole, provided Your use,
|
22537
|
-
reproduction, and distribution of the Work otherwise complies with
|
22538
|
-
the conditions stated in this License.
|
22539
|
-
|
22540
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
22541
|
-
any Contribution intentionally submitted for inclusion in the Work
|
22542
|
-
by You to the Licensor shall be under the terms and conditions of
|
22543
|
-
this License, without any additional terms or conditions.
|
22544
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
22545
|
-
the terms of any separate license agreement you may have executed
|
22546
|
-
with Licensor regarding such Contributions.
|
22547
|
-
|
22548
|
-
6. Trademarks. This License does not grant permission to use the trade
|
22549
|
-
names, trademarks, service marks, or product names of the Licensor,
|
22550
|
-
except as required for reasonable and customary use in describing the
|
22551
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
22552
|
-
|
22553
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
22554
|
-
agreed to in writing, Licensor provides the Work (and each
|
22555
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
22556
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
22557
|
-
implied, including, without limitation, any warranties or conditions
|
22558
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22559
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
22560
|
-
appropriateness of using or redistributing the Work and assume any
|
22561
|
-
risks associated with Your exercise of permissions under this License.
|
22562
|
-
|
22563
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
22564
|
-
whether in tort (including negligence), contract, or otherwise,
|
22565
|
-
unless required by applicable law (such as deliberate and grossly
|
22566
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
22567
|
-
liable to You for damages, including any direct, indirect, special,
|
22568
|
-
incidental, or consequential damages of any character arising as a
|
22569
|
-
result of this License or out of the use or inability to use the
|
22570
|
-
Work (including but not limited to damages for loss of goodwill,
|
22571
|
-
work stoppage, computer failure or malfunction, or any and all
|
22572
|
-
other commercial damages or losses), even if such Contributor
|
22573
|
-
has been advised of the possibility of such damages.
|
22574
|
-
|
22575
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
22576
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
22577
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
22578
|
-
or other liability obligations and/or rights consistent with this
|
22579
|
-
License. However, in accepting such obligations, You may act only
|
22580
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
22581
|
-
of any other Contributor, and only if You agree to indemnify,
|
22582
|
-
defend, and hold each Contributor harmless for any liability
|
22583
|
-
incurred by, or claims asserted against, such Contributor by reason
|
22584
|
-
of your accepting any such warranty or additional liability.
|
22585
|
-
|
22586
|
-
END OF TERMS AND CONDITIONS
|
22587
|
-
|
22588
|
-
APPENDIX: How to apply the Apache License to your work.
|
22589
|
-
|
22590
|
-
To apply the Apache License to your work, attach the following
|
22591
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
22592
|
-
replaced with your own identifying information. (Don't include
|
22593
|
-
the brackets!) The text should be enclosed in the appropriate
|
22594
|
-
comment syntax for the file format. We also recommend that a
|
22595
|
-
file or class name and description of purpose be included on the
|
22596
|
-
same "printed page" as the copyright notice for easier
|
22597
|
-
identification within third-party archives.
|
22598
|
-
|
22599
|
-
Copyright [yyyy] [name of copyright owner]
|
22600
|
-
|
22601
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
22602
|
-
you may not use this file except in compliance with the License.
|
22603
|
-
You may obtain a copy of the License at
|
22604
|
-
|
22605
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
22606
|
-
|
22607
|
-
Unless required by applicable law or agreed to in writing, software
|
22608
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
22609
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
22610
|
-
See the License for the specific language governing permissions and
|
22611
|
-
limitations under the License.
|
22612
|
-
|
22613
|
-
================================================================================
|
22614
|
-
num_cpus LICENSE-MIT
|
22475
|
+
num-traits LICENSE-MIT
|
22615
22476
|
================================================================================
|
22616
22477
|
|
22617
|
-
Copyright (c)
|
22618
|
-
|
22619
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
22620
|
-
of this software and associated documentation files (the "Software"), to deal
|
22621
|
-
in the Software without restriction, including without limitation the rights
|
22622
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
22623
|
-
copies of the Software, and to permit persons to whom the Software is
|
22624
|
-
furnished to do so, subject to the following conditions:
|
22478
|
+
Copyright (c) 2014 The Rust Project Developers
|
22625
22479
|
|
22626
|
-
|
22627
|
-
|
22480
|
+
Permission is hereby granted, free of charge, to any
|
22481
|
+
person obtaining a copy of this software and associated
|
22482
|
+
documentation files (the "Software"), to deal in the
|
22483
|
+
Software without restriction, including without
|
22484
|
+
limitation the rights to use, copy, modify, merge,
|
22485
|
+
publish, distribute, sublicense, and/or sell copies of
|
22486
|
+
the Software, and to permit persons to whom the Software
|
22487
|
+
is furnished to do so, subject to the following
|
22488
|
+
conditions:
|
22628
22489
|
|
22629
|
-
|
22630
|
-
|
22631
|
-
|
22632
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22633
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22634
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22635
|
-
THE SOFTWARE.
|
22490
|
+
The above copyright notice and this permission notice
|
22491
|
+
shall be included in all copies or substantial portions
|
22492
|
+
of the Software.
|
22636
22493
|
|
22494
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22495
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22496
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22497
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22498
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22499
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22500
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22501
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22502
|
+
DEALINGS IN THE SOFTWARE.
|
22637
22503
|
|
22638
22504
|
================================================================================
|
22639
22505
|
once_cell LICENSE-APACHE
|
@@ -25923,208 +25789,233 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25923
25789
|
SOFTWARE.
|
25924
25790
|
|
25925
25791
|
================================================================================
|
25926
|
-
polars-parquet LICENSE
|
25927
|
-
================================================================================
|
25928
|
-
|
25929
|
-
Some of the code in this crate is subject to the Apache 2 license below, as it
|
25930
|
-
was taken from the arrow2 and parquet2 Rust crate in October 2023. Later changes are subject
|
25931
|
-
to the MIT license in ../../LICENSE.
|
25932
|
-
|
25933
|
-
|
25934
|
-
|
25935
|
-
Apache License
|
25936
|
-
Version 2.0, January 2004
|
25937
|
-
https://www.apache.org/licenses/
|
25938
|
-
|
25939
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25940
|
-
|
25941
|
-
1. Definitions.
|
25942
|
-
|
25943
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
25944
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
25945
|
-
|
25946
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
25947
|
-
the copyright owner that is granting the License.
|
25948
|
-
|
25949
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
25950
|
-
other entities that control, are controlled by, or are under common
|
25951
|
-
control with that entity. For the purposes of this definition,
|
25952
|
-
"control" means (i) the power, direct or indirect, to cause the
|
25953
|
-
direction or management of such entity, whether by contract or
|
25954
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25955
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
25956
|
-
|
25957
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25958
|
-
exercising permissions granted by this License.
|
25959
|
-
|
25960
|
-
"Source" form shall mean the preferred form for making modifications,
|
25961
|
-
including but not limited to software source code, documentation
|
25962
|
-
source, and configuration files.
|
25963
|
-
|
25964
|
-
"Object" form shall mean any form resulting from mechanical
|
25965
|
-
transformation or translation of a Source form, including but
|
25966
|
-
not limited to compiled object code, generated documentation,
|
25967
|
-
and conversions to other media types.
|
25968
|
-
|
25969
|
-
"Work" shall mean the work of authorship, whether in Source or
|
25970
|
-
Object form, made available under the License, as indicated by a
|
25971
|
-
copyright notice that is included in or attached to the work
|
25972
|
-
(an example is provided in the Appendix below).
|
25973
|
-
|
25974
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
25975
|
-
form, that is based on (or derived from) the Work and for which the
|
25976
|
-
editorial revisions, annotations, elaborations, or other modifications
|
25977
|
-
represent, as a whole, an original work of authorship. For the purposes
|
25978
|
-
of this License, Derivative Works shall not include works that remain
|
25979
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
25980
|
-
the Work and Derivative Works thereof.
|
25981
|
-
|
25982
|
-
"Contribution" shall mean any work of authorship, including
|
25983
|
-
the original version of the Work and any modifications or additions
|
25984
|
-
to that Work or Derivative Works thereof, that is intentionally
|
25985
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
25986
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
25987
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
25988
|
-
means any form of electronic, verbal, or written communication sent
|
25989
|
-
to the Licensor or its representatives, including but not limited to
|
25990
|
-
communication on electronic mailing lists, source code control systems,
|
25991
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
25992
|
-
Licensor for the purpose of discussing and improving the Work, but
|
25993
|
-
excluding communication that is conspicuously marked or otherwise
|
25994
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
25995
|
-
|
25996
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25997
|
-
on behalf of whom a Contribution has been received by Licensor and
|
25998
|
-
subsequently incorporated within the Work.
|
25999
|
-
|
26000
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
26001
|
-
this License, each Contributor hereby grants to You a perpetual,
|
26002
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26003
|
-
copyright license to reproduce, prepare Derivative Works of,
|
26004
|
-
publicly display, publicly perform, sublicense, and distribute the
|
26005
|
-
Work and such Derivative Works in Source or Object form.
|
26006
|
-
|
26007
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
26008
|
-
this License, each Contributor hereby grants to You a perpetual,
|
26009
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26010
|
-
(except as stated in this section) patent license to make, have made,
|
26011
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
26012
|
-
where such license applies only to those patent claims licensable
|
26013
|
-
by such Contributor that are necessarily infringed by their
|
26014
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
26015
|
-
with the Work to which such Contribution(s) was submitted. If You
|
26016
|
-
institute patent litigation against any entity (including a
|
26017
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
26018
|
-
or a Contribution incorporated within the Work constitutes direct
|
26019
|
-
or contributory patent infringement, then any patent licenses
|
26020
|
-
granted to You under this License for that Work shall terminate
|
26021
|
-
as of the date such litigation is filed.
|
26022
|
-
|
26023
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
26024
|
-
Work or Derivative Works thereof in any medium, with or without
|
26025
|
-
modifications, and in Source or Object form, provided that You
|
26026
|
-
meet the following conditions:
|
26027
|
-
|
26028
|
-
(a) You must give any other recipients of the Work or
|
26029
|
-
Derivative Works a copy of this License; and
|
26030
|
-
|
26031
|
-
(b) You must cause any modified files to carry prominent notices
|
26032
|
-
stating that You changed the files; and
|
26033
|
-
|
26034
|
-
(c) You must retain, in the Source form of any Derivative Works
|
26035
|
-
that You distribute, all copyright, patent, trademark, and
|
26036
|
-
attribution notices from the Source form of the Work,
|
26037
|
-
excluding those notices that do not pertain to any part of
|
26038
|
-
the Derivative Works; and
|
26039
|
-
|
26040
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
26041
|
-
distribution, then any Derivative Works that You distribute must
|
26042
|
-
include a readable copy of the attribution notices contained
|
26043
|
-
within such NOTICE file, excluding those notices that do not
|
26044
|
-
pertain to any part of the Derivative Works, in at least one
|
26045
|
-
of the following places: within a NOTICE text file distributed
|
26046
|
-
as part of the Derivative Works; within the Source form or
|
26047
|
-
documentation, if provided along with the Derivative Works; or,
|
26048
|
-
within a display generated by the Derivative Works, if and
|
26049
|
-
wherever such third-party notices normally appear. The contents
|
26050
|
-
of the NOTICE file are for informational purposes only and
|
26051
|
-
do not modify the License. You may add Your own attribution
|
26052
|
-
notices within Derivative Works that You distribute, alongside
|
26053
|
-
or as an addendum to the NOTICE text from the Work, provided
|
26054
|
-
that such additional attribution notices cannot be construed
|
26055
|
-
as modifying the License.
|
26056
|
-
|
26057
|
-
You may add Your own copyright statement to Your modifications and
|
26058
|
-
may provide additional or different license terms and conditions
|
26059
|
-
for use, reproduction, or distribution of Your modifications, or
|
26060
|
-
for any such Derivative Works as a whole, provided Your use,
|
26061
|
-
reproduction, and distribution of the Work otherwise complies with
|
26062
|
-
the conditions stated in this License.
|
26063
|
-
|
26064
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
26065
|
-
any Contribution intentionally submitted for inclusion in the Work
|
26066
|
-
by You to the Licensor shall be under the terms and conditions of
|
26067
|
-
this License, without any additional terms or conditions.
|
26068
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
26069
|
-
the terms of any separate license agreement you may have executed
|
26070
|
-
with Licensor regarding such Contributions.
|
26071
|
-
|
26072
|
-
6. Trademarks. This License does not grant permission to use the trade
|
26073
|
-
names, trademarks, service marks, or product names of the Licensor,
|
26074
|
-
except as required for reasonable and customary use in describing the
|
26075
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
26076
|
-
|
26077
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
26078
|
-
agreed to in writing, Licensor provides the Work (and each
|
26079
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
26080
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
26081
|
-
implied, including, without limitation, any warranties or conditions
|
26082
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
26083
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
26084
|
-
appropriateness of using or redistributing the Work and assume any
|
26085
|
-
risks associated with Your exercise of permissions under this License.
|
26086
|
-
|
26087
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
26088
|
-
whether in tort (including negligence), contract, or otherwise,
|
26089
|
-
unless required by applicable law (such as deliberate and grossly
|
26090
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
26091
|
-
liable to You for damages, including any direct, indirect, special,
|
26092
|
-
incidental, or consequential damages of any character arising as a
|
26093
|
-
result of this License or out of the use or inability to use the
|
26094
|
-
Work (including but not limited to damages for loss of goodwill,
|
26095
|
-
work stoppage, computer failure or malfunction, or any and all
|
26096
|
-
other commercial damages or losses), even if such Contributor
|
26097
|
-
has been advised of the possibility of such damages.
|
26098
|
-
|
26099
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
26100
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
26101
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
26102
|
-
or other liability obligations and/or rights consistent with this
|
26103
|
-
License. However, in accepting such obligations, You may act only
|
26104
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
26105
|
-
of any other Contributor, and only if You agree to indemnify,
|
26106
|
-
defend, and hold each Contributor harmless for any liability
|
26107
|
-
incurred by, or claims asserted against, such Contributor by reason
|
26108
|
-
of your accepting any such warranty or additional liability.
|
26109
|
-
|
26110
|
-
END OF TERMS AND CONDITIONS
|
26111
|
-
|
26112
|
-
Copyright 2020-2022 Jorge C. Leitão
|
26113
|
-
|
26114
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
26115
|
-
you may not use this file except in compliance with the License.
|
26116
|
-
You may obtain a copy of the License at
|
26117
|
-
|
26118
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
26119
|
-
|
26120
|
-
Unless required by applicable law or agreed to in writing, software
|
26121
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
26122
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
26123
|
-
See the License for the specific language governing permissions and
|
26124
|
-
limitations under the License.
|
26125
|
-
|
26126
|
-
================================================================================
|
26127
|
-
polars-pipe LICENSE
|
25792
|
+
polars-parquet LICENSE
|
25793
|
+
================================================================================
|
25794
|
+
|
25795
|
+
Some of the code in this crate is subject to the Apache 2 license below, as it
|
25796
|
+
was taken from the arrow2 and parquet2 Rust crate in October 2023. Later changes are subject
|
25797
|
+
to the MIT license in ../../LICENSE.
|
25798
|
+
|
25799
|
+
|
25800
|
+
|
25801
|
+
Apache License
|
25802
|
+
Version 2.0, January 2004
|
25803
|
+
https://www.apache.org/licenses/
|
25804
|
+
|
25805
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25806
|
+
|
25807
|
+
1. Definitions.
|
25808
|
+
|
25809
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
25810
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
25811
|
+
|
25812
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
25813
|
+
the copyright owner that is granting the License.
|
25814
|
+
|
25815
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
25816
|
+
other entities that control, are controlled by, or are under common
|
25817
|
+
control with that entity. For the purposes of this definition,
|
25818
|
+
"control" means (i) the power, direct or indirect, to cause the
|
25819
|
+
direction or management of such entity, whether by contract or
|
25820
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25821
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
25822
|
+
|
25823
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25824
|
+
exercising permissions granted by this License.
|
25825
|
+
|
25826
|
+
"Source" form shall mean the preferred form for making modifications,
|
25827
|
+
including but not limited to software source code, documentation
|
25828
|
+
source, and configuration files.
|
25829
|
+
|
25830
|
+
"Object" form shall mean any form resulting from mechanical
|
25831
|
+
transformation or translation of a Source form, including but
|
25832
|
+
not limited to compiled object code, generated documentation,
|
25833
|
+
and conversions to other media types.
|
25834
|
+
|
25835
|
+
"Work" shall mean the work of authorship, whether in Source or
|
25836
|
+
Object form, made available under the License, as indicated by a
|
25837
|
+
copyright notice that is included in or attached to the work
|
25838
|
+
(an example is provided in the Appendix below).
|
25839
|
+
|
25840
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
25841
|
+
form, that is based on (or derived from) the Work and for which the
|
25842
|
+
editorial revisions, annotations, elaborations, or other modifications
|
25843
|
+
represent, as a whole, an original work of authorship. For the purposes
|
25844
|
+
of this License, Derivative Works shall not include works that remain
|
25845
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
25846
|
+
the Work and Derivative Works thereof.
|
25847
|
+
|
25848
|
+
"Contribution" shall mean any work of authorship, including
|
25849
|
+
the original version of the Work and any modifications or additions
|
25850
|
+
to that Work or Derivative Works thereof, that is intentionally
|
25851
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
25852
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
25853
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
25854
|
+
means any form of electronic, verbal, or written communication sent
|
25855
|
+
to the Licensor or its representatives, including but not limited to
|
25856
|
+
communication on electronic mailing lists, source code control systems,
|
25857
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
25858
|
+
Licensor for the purpose of discussing and improving the Work, but
|
25859
|
+
excluding communication that is conspicuously marked or otherwise
|
25860
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
25861
|
+
|
25862
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25863
|
+
on behalf of whom a Contribution has been received by Licensor and
|
25864
|
+
subsequently incorporated within the Work.
|
25865
|
+
|
25866
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
25867
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25868
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25869
|
+
copyright license to reproduce, prepare Derivative Works of,
|
25870
|
+
publicly display, publicly perform, sublicense, and distribute the
|
25871
|
+
Work and such Derivative Works in Source or Object form.
|
25872
|
+
|
25873
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
25874
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25875
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25876
|
+
(except as stated in this section) patent license to make, have made,
|
25877
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25878
|
+
where such license applies only to those patent claims licensable
|
25879
|
+
by such Contributor that are necessarily infringed by their
|
25880
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
25881
|
+
with the Work to which such Contribution(s) was submitted. If You
|
25882
|
+
institute patent litigation against any entity (including a
|
25883
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25884
|
+
or a Contribution incorporated within the Work constitutes direct
|
25885
|
+
or contributory patent infringement, then any patent licenses
|
25886
|
+
granted to You under this License for that Work shall terminate
|
25887
|
+
as of the date such litigation is filed.
|
25888
|
+
|
25889
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
25890
|
+
Work or Derivative Works thereof in any medium, with or without
|
25891
|
+
modifications, and in Source or Object form, provided that You
|
25892
|
+
meet the following conditions:
|
25893
|
+
|
25894
|
+
(a) You must give any other recipients of the Work or
|
25895
|
+
Derivative Works a copy of this License; and
|
25896
|
+
|
25897
|
+
(b) You must cause any modified files to carry prominent notices
|
25898
|
+
stating that You changed the files; and
|
25899
|
+
|
25900
|
+
(c) You must retain, in the Source form of any Derivative Works
|
25901
|
+
that You distribute, all copyright, patent, trademark, and
|
25902
|
+
attribution notices from the Source form of the Work,
|
25903
|
+
excluding those notices that do not pertain to any part of
|
25904
|
+
the Derivative Works; and
|
25905
|
+
|
25906
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
25907
|
+
distribution, then any Derivative Works that You distribute must
|
25908
|
+
include a readable copy of the attribution notices contained
|
25909
|
+
within such NOTICE file, excluding those notices that do not
|
25910
|
+
pertain to any part of the Derivative Works, in at least one
|
25911
|
+
of the following places: within a NOTICE text file distributed
|
25912
|
+
as part of the Derivative Works; within the Source form or
|
25913
|
+
documentation, if provided along with the Derivative Works; or,
|
25914
|
+
within a display generated by the Derivative Works, if and
|
25915
|
+
wherever such third-party notices normally appear. The contents
|
25916
|
+
of the NOTICE file are for informational purposes only and
|
25917
|
+
do not modify the License. You may add Your own attribution
|
25918
|
+
notices within Derivative Works that You distribute, alongside
|
25919
|
+
or as an addendum to the NOTICE text from the Work, provided
|
25920
|
+
that such additional attribution notices cannot be construed
|
25921
|
+
as modifying the License.
|
25922
|
+
|
25923
|
+
You may add Your own copyright statement to Your modifications and
|
25924
|
+
may provide additional or different license terms and conditions
|
25925
|
+
for use, reproduction, or distribution of Your modifications, or
|
25926
|
+
for any such Derivative Works as a whole, provided Your use,
|
25927
|
+
reproduction, and distribution of the Work otherwise complies with
|
25928
|
+
the conditions stated in this License.
|
25929
|
+
|
25930
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25931
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25932
|
+
by You to the Licensor shall be under the terms and conditions of
|
25933
|
+
this License, without any additional terms or conditions.
|
25934
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25935
|
+
the terms of any separate license agreement you may have executed
|
25936
|
+
with Licensor regarding such Contributions.
|
25937
|
+
|
25938
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25939
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25940
|
+
except as required for reasonable and customary use in describing the
|
25941
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25942
|
+
|
25943
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25944
|
+
agreed to in writing, Licensor provides the Work (and each
|
25945
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25946
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25947
|
+
implied, including, without limitation, any warranties or conditions
|
25948
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25949
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25950
|
+
appropriateness of using or redistributing the Work and assume any
|
25951
|
+
risks associated with Your exercise of permissions under this License.
|
25952
|
+
|
25953
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25954
|
+
whether in tort (including negligence), contract, or otherwise,
|
25955
|
+
unless required by applicable law (such as deliberate and grossly
|
25956
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25957
|
+
liable to You for damages, including any direct, indirect, special,
|
25958
|
+
incidental, or consequential damages of any character arising as a
|
25959
|
+
result of this License or out of the use or inability to use the
|
25960
|
+
Work (including but not limited to damages for loss of goodwill,
|
25961
|
+
work stoppage, computer failure or malfunction, or any and all
|
25962
|
+
other commercial damages or losses), even if such Contributor
|
25963
|
+
has been advised of the possibility of such damages.
|
25964
|
+
|
25965
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25966
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25967
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25968
|
+
or other liability obligations and/or rights consistent with this
|
25969
|
+
License. However, in accepting such obligations, You may act only
|
25970
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25971
|
+
of any other Contributor, and only if You agree to indemnify,
|
25972
|
+
defend, and hold each Contributor harmless for any liability
|
25973
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25974
|
+
of your accepting any such warranty or additional liability.
|
25975
|
+
|
25976
|
+
END OF TERMS AND CONDITIONS
|
25977
|
+
|
25978
|
+
Copyright 2020-2022 Jorge C. Leitão
|
25979
|
+
|
25980
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
25981
|
+
you may not use this file except in compliance with the License.
|
25982
|
+
You may obtain a copy of the License at
|
25983
|
+
|
25984
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
25985
|
+
|
25986
|
+
Unless required by applicable law or agreed to in writing, software
|
25987
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
25988
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25989
|
+
See the License for the specific language governing permissions and
|
25990
|
+
limitations under the License.
|
25991
|
+
|
25992
|
+
================================================================================
|
25993
|
+
polars-pipe LICENSE
|
25994
|
+
================================================================================
|
25995
|
+
|
25996
|
+
Copyright (c) 2020 Ritchie Vink
|
25997
|
+
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
25998
|
+
|
25999
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
26000
|
+
of this software and associated documentation files (the "Software"), to deal
|
26001
|
+
in the Software without restriction, including without limitation the rights
|
26002
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
26003
|
+
copies of the Software, and to permit persons to whom the Software is
|
26004
|
+
furnished to do so, subject to the following conditions:
|
26005
|
+
|
26006
|
+
The above copyright notice and this permission notice shall be included in all
|
26007
|
+
copies or substantial portions of the Software.
|
26008
|
+
|
26009
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26010
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26011
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
26012
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26013
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26014
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26015
|
+
SOFTWARE.
|
26016
|
+
|
26017
|
+
================================================================================
|
26018
|
+
polars-plan LICENSE
|
26128
26019
|
================================================================================
|
26129
26020
|
|
26130
26021
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26149,7 +26040,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26149
26040
|
SOFTWARE.
|
26150
26041
|
|
26151
26042
|
================================================================================
|
26152
|
-
polars-
|
26043
|
+
polars-row LICENSE
|
26153
26044
|
================================================================================
|
26154
26045
|
|
26155
26046
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26174,7 +26065,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26174
26065
|
SOFTWARE.
|
26175
26066
|
|
26176
26067
|
================================================================================
|
26177
|
-
polars-
|
26068
|
+
polars-schema LICENSE
|
26178
26069
|
================================================================================
|
26179
26070
|
|
26180
26071
|
Copyright (c) 2020 Ritchie Vink
|
@@ -33206,366 +33097,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
33206
33097
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
33207
33098
|
DEALINGS IN THE SOFTWARE.
|
33208
33099
|
|
33209
|
-
================================================================================
|
33210
|
-
smartstring LICENCE.md
|
33211
|
-
================================================================================
|
33212
|
-
|
33213
|
-
Mozilla Public License Version 2.0
|
33214
|
-
==================================
|
33215
|
-
|
33216
|
-
### 1. Definitions
|
33217
|
-
|
33218
|
-
**1.1. “Contributor”**
|
33219
|
-
means each individual or legal entity that creates, contributes to
|
33220
|
-
the creation of, or owns Covered Software.
|
33221
|
-
|
33222
|
-
**1.2. “Contributor Version”**
|
33223
|
-
means the combination of the Contributions of others (if any) used
|
33224
|
-
by a Contributor and that particular Contributor's Contribution.
|
33225
|
-
|
33226
|
-
**1.3. “Contribution”**
|
33227
|
-
means Covered Software of a particular Contributor.
|
33228
|
-
|
33229
|
-
**1.4. “Covered Software”**
|
33230
|
-
means Source Code Form to which the initial Contributor has attached
|
33231
|
-
the notice in Exhibit A, the Executable Form of such Source Code
|
33232
|
-
Form, and Modifications of such Source Code Form, in each case
|
33233
|
-
including portions thereof.
|
33234
|
-
|
33235
|
-
**1.5. “Incompatible With Secondary Licenses”**
|
33236
|
-
means
|
33237
|
-
|
33238
|
-
* **(a)** that the initial Contributor has attached the notice described
|
33239
|
-
in Exhibit B to the Covered Software; or
|
33240
|
-
* **(b)** that the Covered Software was made available under the terms of
|
33241
|
-
version 1.1 or earlier of the License, but not also under the
|
33242
|
-
terms of a Secondary License.
|
33243
|
-
|
33244
|
-
**1.6. “Executable Form”**
|
33245
|
-
means any form of the work other than Source Code Form.
|
33246
|
-
|
33247
|
-
**1.7. “Larger Work”**
|
33248
|
-
means a work that combines Covered Software with other material, in
|
33249
|
-
a separate file or files, that is not Covered Software.
|
33250
|
-
|
33251
|
-
**1.8. “License”**
|
33252
|
-
means this document.
|
33253
|
-
|
33254
|
-
**1.9. “Licensable”**
|
33255
|
-
means having the right to grant, to the maximum extent possible,
|
33256
|
-
whether at the time of the initial grant or subsequently, any and
|
33257
|
-
all of the rights conveyed by this License.
|
33258
|
-
|
33259
|
-
**1.10. “Modifications”**
|
33260
|
-
means any of the following:
|
33261
|
-
|
33262
|
-
* **(a)** any file in Source Code Form that results from an addition to,
|
33263
|
-
deletion from, or modification of the contents of Covered
|
33264
|
-
Software; or
|
33265
|
-
* **(b)** any new file in Source Code Form that contains any Covered
|
33266
|
-
Software.
|
33267
|
-
|
33268
|
-
**1.11. “Patent Claims” of a Contributor**
|
33269
|
-
means any patent claim(s), including without limitation, method,
|
33270
|
-
process, and apparatus claims, in any patent Licensable by such
|
33271
|
-
Contributor that would be infringed, but for the grant of the
|
33272
|
-
License, by the making, using, selling, offering for sale, having
|
33273
|
-
made, import, or transfer of either its Contributions or its
|
33274
|
-
Contributor Version.
|
33275
|
-
|
33276
|
-
**1.12. “Secondary License”**
|
33277
|
-
means either the GNU General Public License, Version 2.0, the GNU
|
33278
|
-
Lesser General Public License, Version 2.1, the GNU Affero General
|
33279
|
-
Public License, Version 3.0, or any later versions of those
|
33280
|
-
licenses.
|
33281
|
-
|
33282
|
-
**1.13. “Source Code Form”**
|
33283
|
-
means the form of the work preferred for making modifications.
|
33284
|
-
|
33285
|
-
**1.14. “You” (or “Your”)**
|
33286
|
-
means an individual or a legal entity exercising rights under this
|
33287
|
-
License. For legal entities, “You” includes any entity that
|
33288
|
-
controls, is controlled by, or is under common control with You. For
|
33289
|
-
purposes of this definition, “control” means **(a)** the power, direct
|
33290
|
-
or indirect, to cause the direction or management of such entity,
|
33291
|
-
whether by contract or otherwise, or **(b)** ownership of more than
|
33292
|
-
fifty percent (50%) of the outstanding shares or beneficial
|
33293
|
-
ownership of such entity.
|
33294
|
-
|
33295
|
-
|
33296
|
-
### 2. License Grants and Conditions
|
33297
|
-
|
33298
|
-
#### 2.1. Grants
|
33299
|
-
|
33300
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
33301
|
-
non-exclusive license:
|
33302
|
-
|
33303
|
-
* **(a)** under intellectual property rights (other than patent or trademark)
|
33304
|
-
Licensable by such Contributor to use, reproduce, make available,
|
33305
|
-
modify, display, perform, distribute, and otherwise exploit its
|
33306
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
33307
|
-
as part of a Larger Work; and
|
33308
|
-
* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
|
33309
|
-
for sale, have made, import, and otherwise transfer either its
|
33310
|
-
Contributions or its Contributor Version.
|
33311
|
-
|
33312
|
-
#### 2.2. Effective Date
|
33313
|
-
|
33314
|
-
The licenses granted in Section 2.1 with respect to any Contribution
|
33315
|
-
become effective for each Contribution on the date the Contributor first
|
33316
|
-
distributes such Contribution.
|
33317
|
-
|
33318
|
-
#### 2.3. Limitations on Grant Scope
|
33319
|
-
|
33320
|
-
The licenses granted in this Section 2 are the only rights granted under
|
33321
|
-
this License. No additional rights or licenses will be implied from the
|
33322
|
-
distribution or licensing of Covered Software under this License.
|
33323
|
-
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
33324
|
-
Contributor:
|
33325
|
-
|
33326
|
-
* **(a)** for any code that a Contributor has removed from Covered Software;
|
33327
|
-
or
|
33328
|
-
* **(b)** for infringements caused by: **(i)** Your and any other third party's
|
33329
|
-
modifications of Covered Software, or **(ii)** the combination of its
|
33330
|
-
Contributions with other software (except as part of its Contributor
|
33331
|
-
Version); or
|
33332
|
-
* **(c)** under Patent Claims infringed by Covered Software in the absence of
|
33333
|
-
its Contributions.
|
33334
|
-
|
33335
|
-
This License does not grant any rights in the trademarks, service marks,
|
33336
|
-
or logos of any Contributor (except as may be necessary to comply with
|
33337
|
-
the notice requirements in Section 3.4).
|
33338
|
-
|
33339
|
-
#### 2.4. Subsequent Licenses
|
33340
|
-
|
33341
|
-
No Contributor makes additional grants as a result of Your choice to
|
33342
|
-
distribute the Covered Software under a subsequent version of this
|
33343
|
-
License (see Section 10.2) or under the terms of a Secondary License (if
|
33344
|
-
permitted under the terms of Section 3.3).
|
33345
|
-
|
33346
|
-
#### 2.5. Representation
|
33347
|
-
|
33348
|
-
Each Contributor represents that the Contributor believes its
|
33349
|
-
Contributions are its original creation(s) or it has sufficient rights
|
33350
|
-
to grant the rights to its Contributions conveyed by this License.
|
33351
|
-
|
33352
|
-
#### 2.6. Fair Use
|
33353
|
-
|
33354
|
-
This License is not intended to limit any rights You have under
|
33355
|
-
applicable copyright doctrines of fair use, fair dealing, or other
|
33356
|
-
equivalents.
|
33357
|
-
|
33358
|
-
#### 2.7. Conditions
|
33359
|
-
|
33360
|
-
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
33361
|
-
in Section 2.1.
|
33362
|
-
|
33363
|
-
|
33364
|
-
### 3. Responsibilities
|
33365
|
-
|
33366
|
-
#### 3.1. Distribution of Source Form
|
33367
|
-
|
33368
|
-
All distribution of Covered Software in Source Code Form, including any
|
33369
|
-
Modifications that You create or to which You contribute, must be under
|
33370
|
-
the terms of this License. You must inform recipients that the Source
|
33371
|
-
Code Form of the Covered Software is governed by the terms of this
|
33372
|
-
License, and how they can obtain a copy of this License. You may not
|
33373
|
-
attempt to alter or restrict the recipients' rights in the Source Code
|
33374
|
-
Form.
|
33375
|
-
|
33376
|
-
#### 3.2. Distribution of Executable Form
|
33377
|
-
|
33378
|
-
If You distribute Covered Software in Executable Form then:
|
33379
|
-
|
33380
|
-
* **(a)** such Covered Software must also be made available in Source Code
|
33381
|
-
Form, as described in Section 3.1, and You must inform recipients of
|
33382
|
-
the Executable Form how they can obtain a copy of such Source Code
|
33383
|
-
Form by reasonable means in a timely manner, at a charge no more
|
33384
|
-
than the cost of distribution to the recipient; and
|
33385
|
-
|
33386
|
-
* **(b)** You may distribute such Executable Form under the terms of this
|
33387
|
-
License, or sublicense it under different terms, provided that the
|
33388
|
-
license for the Executable Form does not attempt to limit or alter
|
33389
|
-
the recipients' rights in the Source Code Form under this License.
|
33390
|
-
|
33391
|
-
#### 3.3. Distribution of a Larger Work
|
33392
|
-
|
33393
|
-
You may create and distribute a Larger Work under terms of Your choice,
|
33394
|
-
provided that You also comply with the requirements of this License for
|
33395
|
-
the Covered Software. If the Larger Work is a combination of Covered
|
33396
|
-
Software with a work governed by one or more Secondary Licenses, and the
|
33397
|
-
Covered Software is not Incompatible With Secondary Licenses, this
|
33398
|
-
License permits You to additionally distribute such Covered Software
|
33399
|
-
under the terms of such Secondary License(s), so that the recipient of
|
33400
|
-
the Larger Work may, at their option, further distribute the Covered
|
33401
|
-
Software under the terms of either this License or such Secondary
|
33402
|
-
License(s).
|
33403
|
-
|
33404
|
-
#### 3.4. Notices
|
33405
|
-
|
33406
|
-
You may not remove or alter the substance of any license notices
|
33407
|
-
(including copyright notices, patent notices, disclaimers of warranty,
|
33408
|
-
or limitations of liability) contained within the Source Code Form of
|
33409
|
-
the Covered Software, except that You may alter any license notices to
|
33410
|
-
the extent required to remedy known factual inaccuracies.
|
33411
|
-
|
33412
|
-
#### 3.5. Application of Additional Terms
|
33413
|
-
|
33414
|
-
You may choose to offer, and to charge a fee for, warranty, support,
|
33415
|
-
indemnity or liability obligations to one or more recipients of Covered
|
33416
|
-
Software. However, You may do so only on Your own behalf, and not on
|
33417
|
-
behalf of any Contributor. You must make it absolutely clear that any
|
33418
|
-
such warranty, support, indemnity, or liability obligation is offered by
|
33419
|
-
You alone, and You hereby agree to indemnify every Contributor for any
|
33420
|
-
liability incurred by such Contributor as a result of warranty, support,
|
33421
|
-
indemnity or liability terms You offer. You may include additional
|
33422
|
-
disclaimers of warranty and limitations of liability specific to any
|
33423
|
-
jurisdiction.
|
33424
|
-
|
33425
|
-
|
33426
|
-
### 4. Inability to Comply Due to Statute or Regulation
|
33427
|
-
|
33428
|
-
If it is impossible for You to comply with any of the terms of this
|
33429
|
-
License with respect to some or all of the Covered Software due to
|
33430
|
-
statute, judicial order, or regulation then You must: **(a)** comply with
|
33431
|
-
the terms of this License to the maximum extent possible; and **(b)**
|
33432
|
-
describe the limitations and the code they affect. Such description must
|
33433
|
-
be placed in a text file included with all distributions of the Covered
|
33434
|
-
Software under this License. Except to the extent prohibited by statute
|
33435
|
-
or regulation, such description must be sufficiently detailed for a
|
33436
|
-
recipient of ordinary skill to be able to understand it.
|
33437
|
-
|
33438
|
-
|
33439
|
-
### 5. Termination
|
33440
|
-
|
33441
|
-
**5.1.** The rights granted under this License will terminate automatically
|
33442
|
-
if You fail to comply with any of its terms. However, if You become
|
33443
|
-
compliant, then the rights granted under this License from a particular
|
33444
|
-
Contributor are reinstated **(a)** provisionally, unless and until such
|
33445
|
-
Contributor explicitly and finally terminates Your grants, and **(b)** on an
|
33446
|
-
ongoing basis, if such Contributor fails to notify You of the
|
33447
|
-
non-compliance by some reasonable means prior to 60 days after You have
|
33448
|
-
come back into compliance. Moreover, Your grants from a particular
|
33449
|
-
Contributor are reinstated on an ongoing basis if such Contributor
|
33450
|
-
notifies You of the non-compliance by some reasonable means, this is the
|
33451
|
-
first time You have received notice of non-compliance with this License
|
33452
|
-
from such Contributor, and You become compliant prior to 30 days after
|
33453
|
-
Your receipt of the notice.
|
33454
|
-
|
33455
|
-
**5.2.** If You initiate litigation against any entity by asserting a patent
|
33456
|
-
infringement claim (excluding declaratory judgment actions,
|
33457
|
-
counter-claims, and cross-claims) alleging that a Contributor Version
|
33458
|
-
directly or indirectly infringes any patent, then the rights granted to
|
33459
|
-
You by any and all Contributors for the Covered Software under Section
|
33460
|
-
2.1 of this License shall terminate.
|
33461
|
-
|
33462
|
-
**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
|
33463
|
-
end user license agreements (excluding distributors and resellers) which
|
33464
|
-
have been validly granted by You or Your distributors under this License
|
33465
|
-
prior to termination shall survive termination.
|
33466
|
-
|
33467
|
-
|
33468
|
-
### 6. Disclaimer of Warranty
|
33469
|
-
|
33470
|
-
> Covered Software is provided under this License on an “as is”
|
33471
|
-
> basis, without warranty of any kind, either expressed, implied, or
|
33472
|
-
> statutory, including, without limitation, warranties that the
|
33473
|
-
> Covered Software is free of defects, merchantable, fit for a
|
33474
|
-
> particular purpose or non-infringing. The entire risk as to the
|
33475
|
-
> quality and performance of the Covered Software is with You.
|
33476
|
-
> Should any Covered Software prove defective in any respect, You
|
33477
|
-
> (not any Contributor) assume the cost of any necessary servicing,
|
33478
|
-
> repair, or correction. This disclaimer of warranty constitutes an
|
33479
|
-
> essential part of this License. No use of any Covered Software is
|
33480
|
-
> authorized under this License except under this disclaimer.
|
33481
|
-
|
33482
|
-
### 7. Limitation of Liability
|
33483
|
-
|
33484
|
-
> Under no circumstances and under no legal theory, whether tort
|
33485
|
-
> (including negligence), contract, or otherwise, shall any
|
33486
|
-
> Contributor, or anyone who distributes Covered Software as
|
33487
|
-
> permitted above, be liable to You for any direct, indirect,
|
33488
|
-
> special, incidental, or consequential damages of any character
|
33489
|
-
> including, without limitation, damages for lost profits, loss of
|
33490
|
-
> goodwill, work stoppage, computer failure or malfunction, or any
|
33491
|
-
> and all other commercial damages or losses, even if such party
|
33492
|
-
> shall have been informed of the possibility of such damages. This
|
33493
|
-
> limitation of liability shall not apply to liability for death or
|
33494
|
-
> personal injury resulting from such party's negligence to the
|
33495
|
-
> extent applicable law prohibits such limitation. Some
|
33496
|
-
> jurisdictions do not allow the exclusion or limitation of
|
33497
|
-
> incidental or consequential damages, so this exclusion and
|
33498
|
-
> limitation may not apply to You.
|
33499
|
-
|
33500
|
-
|
33501
|
-
### 8. Litigation
|
33502
|
-
|
33503
|
-
Any litigation relating to this License may be brought only in the
|
33504
|
-
courts of a jurisdiction where the defendant maintains its principal
|
33505
|
-
place of business and such litigation shall be governed by laws of that
|
33506
|
-
jurisdiction, without reference to its conflict-of-law provisions.
|
33507
|
-
Nothing in this Section shall prevent a party's ability to bring
|
33508
|
-
cross-claims or counter-claims.
|
33509
|
-
|
33510
|
-
|
33511
|
-
### 9. Miscellaneous
|
33512
|
-
|
33513
|
-
This License represents the complete agreement concerning the subject
|
33514
|
-
matter hereof. If any provision of this License is held to be
|
33515
|
-
unenforceable, such provision shall be reformed only to the extent
|
33516
|
-
necessary to make it enforceable. Any law or regulation which provides
|
33517
|
-
that the language of a contract shall be construed against the drafter
|
33518
|
-
shall not be used to construe this License against a Contributor.
|
33519
|
-
|
33520
|
-
|
33521
|
-
### 10. Versions of the License
|
33522
|
-
|
33523
|
-
#### 10.1. New Versions
|
33524
|
-
|
33525
|
-
Mozilla Foundation is the license steward. Except as provided in Section
|
33526
|
-
10.3, no one other than the license steward has the right to modify or
|
33527
|
-
publish new versions of this License. Each version will be given a
|
33528
|
-
distinguishing version number.
|
33529
|
-
|
33530
|
-
#### 10.2. Effect of New Versions
|
33531
|
-
|
33532
|
-
You may distribute the Covered Software under the terms of the version
|
33533
|
-
of the License under which You originally received the Covered Software,
|
33534
|
-
or under the terms of any subsequent version published by the license
|
33535
|
-
steward.
|
33536
|
-
|
33537
|
-
#### 10.3. Modified Versions
|
33538
|
-
|
33539
|
-
If you create software not governed by this License, and you want to
|
33540
|
-
create a new license for such software, you may create and use a
|
33541
|
-
modified version of this License if you rename the license and remove
|
33542
|
-
any references to the name of the license steward (except to note that
|
33543
|
-
such modified license differs from this License).
|
33544
|
-
|
33545
|
-
#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
|
33546
|
-
|
33547
|
-
If You choose to distribute Source Code Form that is Incompatible With
|
33548
|
-
Secondary Licenses under the terms of this version of the License, the
|
33549
|
-
notice described in Exhibit B of this License must be attached.
|
33550
|
-
|
33551
|
-
## Exhibit A - Source Code Form License Notice
|
33552
|
-
|
33553
|
-
This Source Code Form is subject to the terms of the Mozilla Public
|
33554
|
-
License, v. 2.0. If a copy of the MPL was not distributed with this
|
33555
|
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
33556
|
-
|
33557
|
-
If it is not possible or desirable to put the notice in a particular
|
33558
|
-
file, then You may include the notice in a location (such as a LICENSE
|
33559
|
-
file in a relevant directory) where a recipient would be likely to look
|
33560
|
-
for such a notice.
|
33561
|
-
|
33562
|
-
You may add additional accurate notices of copyright ownership.
|
33563
|
-
|
33564
|
-
## Exhibit B - “Incompatible With Secondary Licenses” Notice
|
33565
|
-
|
33566
|
-
This Source Code Form is "Incompatible With Secondary Licenses", as
|
33567
|
-
defined by the Mozilla Public License, v. 2.0.
|
33568
|
-
|
33569
33100
|
================================================================================
|
33570
33101
|
snap COPYING
|
33571
33102
|
================================================================================
|
@@ -35481,7 +35012,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35481
35012
|
DEALINGS IN THE SOFTWARE.
|
35482
35013
|
|
35483
35014
|
================================================================================
|
35484
|
-
syn v2.0.
|
35015
|
+
syn v2.0.77 LICENSE-APACHE
|
35485
35016
|
================================================================================
|
35486
35017
|
|
35487
35018
|
Apache License
|
@@ -35662,7 +35193,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35662
35193
|
END OF TERMS AND CONDITIONS
|
35663
35194
|
|
35664
35195
|
================================================================================
|
35665
|
-
syn v2.0.
|
35196
|
+
syn v2.0.77 LICENSE-MIT
|
35666
35197
|
================================================================================
|
35667
35198
|
|
35668
35199
|
Permission is hereby granted, free of charge, to any
|
@@ -36383,31 +35914,27 @@ SOFTWARE.
|
|
36383
35914
|
tokio-util LICENSE
|
36384
35915
|
================================================================================
|
36385
35916
|
|
36386
|
-
|
35917
|
+
MIT License
|
36387
35918
|
|
36388
|
-
|
36389
|
-
person obtaining a copy of this software and associated
|
36390
|
-
documentation files (the "Software"), to deal in the
|
36391
|
-
Software without restriction, including without
|
36392
|
-
limitation the rights to use, copy, modify, merge,
|
36393
|
-
publish, distribute, sublicense, and/or sell copies of
|
36394
|
-
the Software, and to permit persons to whom the Software
|
36395
|
-
is furnished to do so, subject to the following
|
36396
|
-
conditions:
|
35919
|
+
Copyright (c) Tokio Contributors
|
36397
35920
|
|
36398
|
-
|
36399
|
-
|
36400
|
-
|
35921
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35922
|
+
of this software and associated documentation files (the "Software"), to deal
|
35923
|
+
in the Software without restriction, including without limitation the rights
|
35924
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35925
|
+
copies of the Software, and to permit persons to whom the Software is
|
35926
|
+
furnished to do so, subject to the following conditions:
|
36401
35927
|
|
36402
|
-
|
36403
|
-
|
36404
|
-
|
36405
|
-
|
36406
|
-
|
36407
|
-
|
36408
|
-
|
36409
|
-
IN
|
36410
|
-
|
35928
|
+
The above copyright notice and this permission notice shall be included in all
|
35929
|
+
copies or substantial portions of the Software.
|
35930
|
+
|
35931
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35932
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35933
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35934
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35935
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35936
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35937
|
+
SOFTWARE.
|
36411
35938
|
|
36412
35939
|
================================================================================
|
36413
35940
|
unicode-ident LICENSE-APACHE
|
@@ -38581,6 +38108,273 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
38581
38108
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38582
38109
|
DEALINGS IN THE SOFTWARE.
|
38583
38110
|
|
38111
|
+
================================================================================
|
38112
|
+
zerocopy-derive LICENSE-APACHE
|
38113
|
+
================================================================================
|
38114
|
+
|
38115
|
+
Apache License
|
38116
|
+
Version 2.0, January 2004
|
38117
|
+
http://www.apache.org/licenses/
|
38118
|
+
|
38119
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
38120
|
+
|
38121
|
+
1. Definitions.
|
38122
|
+
|
38123
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
38124
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
38125
|
+
|
38126
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
38127
|
+
the copyright owner that is granting the License.
|
38128
|
+
|
38129
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
38130
|
+
other entities that control, are controlled by, or are under common
|
38131
|
+
control with that entity. For the purposes of this definition,
|
38132
|
+
"control" means (i) the power, direct or indirect, to cause the
|
38133
|
+
direction or management of such entity, whether by contract or
|
38134
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
38135
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
38136
|
+
|
38137
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
38138
|
+
exercising permissions granted by this License.
|
38139
|
+
|
38140
|
+
"Source" form shall mean the preferred form for making modifications,
|
38141
|
+
including but not limited to software source code, documentation
|
38142
|
+
source, and configuration files.
|
38143
|
+
|
38144
|
+
"Object" form shall mean any form resulting from mechanical
|
38145
|
+
transformation or translation of a Source form, including but
|
38146
|
+
not limited to compiled object code, generated documentation,
|
38147
|
+
and conversions to other media types.
|
38148
|
+
|
38149
|
+
"Work" shall mean the work of authorship, whether in Source or
|
38150
|
+
Object form, made available under the License, as indicated by a
|
38151
|
+
copyright notice that is included in or attached to the work
|
38152
|
+
(an example is provided in the Appendix below).
|
38153
|
+
|
38154
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
38155
|
+
form, that is based on (or derived from) the Work and for which the
|
38156
|
+
editorial revisions, annotations, elaborations, or other modifications
|
38157
|
+
represent, as a whole, an original work of authorship. For the purposes
|
38158
|
+
of this License, Derivative Works shall not include works that remain
|
38159
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
38160
|
+
the Work and Derivative Works thereof.
|
38161
|
+
|
38162
|
+
"Contribution" shall mean any work of authorship, including
|
38163
|
+
the original version of the Work and any modifications or additions
|
38164
|
+
to that Work or Derivative Works thereof, that is intentionally
|
38165
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
38166
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
38167
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
38168
|
+
means any form of electronic, verbal, or written communication sent
|
38169
|
+
to the Licensor or its representatives, including but not limited to
|
38170
|
+
communication on electronic mailing lists, source code control systems,
|
38171
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
38172
|
+
Licensor for the purpose of discussing and improving the Work, but
|
38173
|
+
excluding communication that is conspicuously marked or otherwise
|
38174
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
38175
|
+
|
38176
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
38177
|
+
on behalf of whom a Contribution has been received by Licensor and
|
38178
|
+
subsequently incorporated within the Work.
|
38179
|
+
|
38180
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
38181
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38182
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38183
|
+
copyright license to reproduce, prepare Derivative Works of,
|
38184
|
+
publicly display, publicly perform, sublicense, and distribute the
|
38185
|
+
Work and such Derivative Works in Source or Object form.
|
38186
|
+
|
38187
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
38188
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38189
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38190
|
+
(except as stated in this section) patent license to make, have made,
|
38191
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
38192
|
+
where such license applies only to those patent claims licensable
|
38193
|
+
by such Contributor that are necessarily infringed by their
|
38194
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
38195
|
+
with the Work to which such Contribution(s) was submitted. If You
|
38196
|
+
institute patent litigation against any entity (including a
|
38197
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
38198
|
+
or a Contribution incorporated within the Work constitutes direct
|
38199
|
+
or contributory patent infringement, then any patent licenses
|
38200
|
+
granted to You under this License for that Work shall terminate
|
38201
|
+
as of the date such litigation is filed.
|
38202
|
+
|
38203
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
38204
|
+
Work or Derivative Works thereof in any medium, with or without
|
38205
|
+
modifications, and in Source or Object form, provided that You
|
38206
|
+
meet the following conditions:
|
38207
|
+
|
38208
|
+
(a) You must give any other recipients of the Work or
|
38209
|
+
Derivative Works a copy of this License; and
|
38210
|
+
|
38211
|
+
(b) You must cause any modified files to carry prominent notices
|
38212
|
+
stating that You changed the files; and
|
38213
|
+
|
38214
|
+
(c) You must retain, in the Source form of any Derivative Works
|
38215
|
+
that You distribute, all copyright, patent, trademark, and
|
38216
|
+
attribution notices from the Source form of the Work,
|
38217
|
+
excluding those notices that do not pertain to any part of
|
38218
|
+
the Derivative Works; and
|
38219
|
+
|
38220
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
38221
|
+
distribution, then any Derivative Works that You distribute must
|
38222
|
+
include a readable copy of the attribution notices contained
|
38223
|
+
within such NOTICE file, excluding those notices that do not
|
38224
|
+
pertain to any part of the Derivative Works, in at least one
|
38225
|
+
of the following places: within a NOTICE text file distributed
|
38226
|
+
as part of the Derivative Works; within the Source form or
|
38227
|
+
documentation, if provided along with the Derivative Works; or,
|
38228
|
+
within a display generated by the Derivative Works, if and
|
38229
|
+
wherever such third-party notices normally appear. The contents
|
38230
|
+
of the NOTICE file are for informational purposes only and
|
38231
|
+
do not modify the License. You may add Your own attribution
|
38232
|
+
notices within Derivative Works that You distribute, alongside
|
38233
|
+
or as an addendum to the NOTICE text from the Work, provided
|
38234
|
+
that such additional attribution notices cannot be construed
|
38235
|
+
as modifying the License.
|
38236
|
+
|
38237
|
+
You may add Your own copyright statement to Your modifications and
|
38238
|
+
may provide additional or different license terms and conditions
|
38239
|
+
for use, reproduction, or distribution of Your modifications, or
|
38240
|
+
for any such Derivative Works as a whole, provided Your use,
|
38241
|
+
reproduction, and distribution of the Work otherwise complies with
|
38242
|
+
the conditions stated in this License.
|
38243
|
+
|
38244
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
38245
|
+
any Contribution intentionally submitted for inclusion in the Work
|
38246
|
+
by You to the Licensor shall be under the terms and conditions of
|
38247
|
+
this License, without any additional terms or conditions.
|
38248
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
38249
|
+
the terms of any separate license agreement you may have executed
|
38250
|
+
with Licensor regarding such Contributions.
|
38251
|
+
|
38252
|
+
6. Trademarks. This License does not grant permission to use the trade
|
38253
|
+
names, trademarks, service marks, or product names of the Licensor,
|
38254
|
+
except as required for reasonable and customary use in describing the
|
38255
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
38256
|
+
|
38257
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
38258
|
+
agreed to in writing, Licensor provides the Work (and each
|
38259
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
38260
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
38261
|
+
implied, including, without limitation, any warranties or conditions
|
38262
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
38263
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
38264
|
+
appropriateness of using or redistributing the Work and assume any
|
38265
|
+
risks associated with Your exercise of permissions under this License.
|
38266
|
+
|
38267
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
38268
|
+
whether in tort (including negligence), contract, or otherwise,
|
38269
|
+
unless required by applicable law (such as deliberate and grossly
|
38270
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
38271
|
+
liable to You for damages, including any direct, indirect, special,
|
38272
|
+
incidental, or consequential damages of any character arising as a
|
38273
|
+
result of this License or out of the use or inability to use the
|
38274
|
+
Work (including but not limited to damages for loss of goodwill,
|
38275
|
+
work stoppage, computer failure or malfunction, or any and all
|
38276
|
+
other commercial damages or losses), even if such Contributor
|
38277
|
+
has been advised of the possibility of such damages.
|
38278
|
+
|
38279
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
38280
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
38281
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
38282
|
+
or other liability obligations and/or rights consistent with this
|
38283
|
+
License. However, in accepting such obligations, You may act only
|
38284
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
38285
|
+
of any other Contributor, and only if You agree to indemnify,
|
38286
|
+
defend, and hold each Contributor harmless for any liability
|
38287
|
+
incurred by, or claims asserted against, such Contributor by reason
|
38288
|
+
of your accepting any such warranty or additional liability.
|
38289
|
+
|
38290
|
+
END OF TERMS AND CONDITIONS
|
38291
|
+
|
38292
|
+
APPENDIX: How to apply the Apache License to your work.
|
38293
|
+
|
38294
|
+
To apply the Apache License to your work, attach the following
|
38295
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
38296
|
+
replaced with your own identifying information. (Don't include
|
38297
|
+
the brackets!) The text should be enclosed in the appropriate
|
38298
|
+
comment syntax for the file format. We also recommend that a
|
38299
|
+
file or class name and description of purpose be included on the
|
38300
|
+
same "printed page" as the copyright notice for easier
|
38301
|
+
identification within third-party archives.
|
38302
|
+
|
38303
|
+
Copyright 2023 The Fuchsia Authors
|
38304
|
+
|
38305
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
38306
|
+
you may not use this file except in compliance with the License.
|
38307
|
+
You may obtain a copy of the License at
|
38308
|
+
|
38309
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
38310
|
+
|
38311
|
+
Unless required by applicable law or agreed to in writing, software
|
38312
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
38313
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
38314
|
+
See the License for the specific language governing permissions and
|
38315
|
+
limitations under the License.
|
38316
|
+
|
38317
|
+
|
38318
|
+
================================================================================
|
38319
|
+
zerocopy-derive LICENSE-BSD
|
38320
|
+
================================================================================
|
38321
|
+
|
38322
|
+
Copyright 2019 The Fuchsia Authors.
|
38323
|
+
|
38324
|
+
Redistribution and use in source and binary forms, with or without
|
38325
|
+
modification, are permitted provided that the following conditions are
|
38326
|
+
met:
|
38327
|
+
|
38328
|
+
* Redistributions of source code must retain the above copyright
|
38329
|
+
notice, this list of conditions and the following disclaimer.
|
38330
|
+
* Redistributions in binary form must reproduce the above
|
38331
|
+
copyright notice, this list of conditions and the following disclaimer
|
38332
|
+
in the documentation and/or other materials provided with the
|
38333
|
+
distribution.
|
38334
|
+
|
38335
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
38336
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
38337
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
38338
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
38339
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
38340
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
38341
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
38342
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
38343
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
38344
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
38345
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
38346
|
+
|
38347
|
+
================================================================================
|
38348
|
+
zerocopy-derive LICENSE-MIT
|
38349
|
+
================================================================================
|
38350
|
+
|
38351
|
+
Copyright 2023 The Fuchsia Authors
|
38352
|
+
|
38353
|
+
Permission is hereby granted, free of charge, to any
|
38354
|
+
person obtaining a copy of this software and associated
|
38355
|
+
documentation files (the "Software"), to deal in the
|
38356
|
+
Software without restriction, including without
|
38357
|
+
limitation the rights to use, copy, modify, merge,
|
38358
|
+
publish, distribute, sublicense, and/or sell copies of
|
38359
|
+
the Software, and to permit persons to whom the Software
|
38360
|
+
is furnished to do so, subject to the following
|
38361
|
+
conditions:
|
38362
|
+
|
38363
|
+
The above copyright notice and this permission notice
|
38364
|
+
shall be included in all copies or substantial portions
|
38365
|
+
of the Software.
|
38366
|
+
|
38367
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
38368
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
38369
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
38370
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
38371
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
38372
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
38373
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
38374
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38375
|
+
DEALINGS IN THE SOFTWARE.
|
38376
|
+
|
38377
|
+
|
38584
38378
|
================================================================================
|
38585
38379
|
zstd LICENSE
|
38586
38380
|
================================================================================
|