polars-df 0.12.0-x86_64-darwin → 0.14.0-x86_64-darwin
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 +1331 -1537
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/3.3/polars.bundle +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,7 +137,11 @@ comfy-table v7.1.1
|
|
129
137
|
https://github.com/nukesor/comfy-table
|
130
138
|
MIT
|
131
139
|
|
132
|
-
|
140
|
+
compact_str v0.8.0
|
141
|
+
https://github.com/ParkMyCar/compact_str
|
142
|
+
MIT
|
143
|
+
|
144
|
+
core-foundation-sys v0.8.7
|
133
145
|
https://github.com/servo/core-foundation-rs
|
134
146
|
MIT OR Apache-2.0
|
135
147
|
|
@@ -173,7 +185,7 @@ dyn-clone v1.0.17
|
|
173
185
|
https://github.com/dtolnay/dyn-clone
|
174
186
|
MIT OR Apache-2.0
|
175
187
|
|
176
|
-
either v1.
|
188
|
+
either v1.13.0
|
177
189
|
https://github.com/rayon-rs/either
|
178
190
|
MIT OR Apache-2.0
|
179
191
|
|
@@ -197,7 +209,7 @@ fast-float v0.2.0
|
|
197
209
|
https://github.com/aldanor/fast-float-rust
|
198
210
|
MIT OR Apache-2.0
|
199
211
|
|
200
|
-
flate2 v1.0.
|
212
|
+
flate2 v1.0.33
|
201
213
|
https://github.com/rust-lang/flate2-rs
|
202
214
|
MIT OR Apache-2.0
|
203
215
|
|
@@ -205,10 +217,6 @@ float-cmp v0.9.0
|
|
205
217
|
https://github.com/mikedilger/float-cmp
|
206
218
|
MIT
|
207
219
|
|
208
|
-
foreign_vec v0.1.0
|
209
|
-
https://github.com/DataEngineeringLabs/foreign_vec
|
210
|
-
MIT
|
211
|
-
|
212
220
|
futures v0.3.30
|
213
221
|
https://rust-lang.github.io/futures-rs
|
214
222
|
MIT OR Apache-2.0
|
@@ -277,7 +285,7 @@ iana-time-zone v0.1.60
|
|
277
285
|
https://github.com/strawlab/iana-time-zone
|
278
286
|
MIT OR Apache-2.0
|
279
287
|
|
280
|
-
indexmap v2.
|
288
|
+
indexmap v2.5.0
|
281
289
|
https://github.com/indexmap-rs/indexmap
|
282
290
|
Apache-2.0 OR MIT
|
283
291
|
|
@@ -293,7 +301,7 @@ itoap v1.0.1
|
|
293
301
|
https://github.com/Kogia-sima/itoap
|
294
302
|
MIT
|
295
303
|
|
296
|
-
jobserver v0.1.
|
304
|
+
jobserver v0.1.32
|
297
305
|
https://github.com/rust-lang/jobserver-rs
|
298
306
|
MIT OR Apache-2.0
|
299
307
|
|
@@ -333,7 +341,7 @@ lexical-write-integer v0.8.5
|
|
333
341
|
https://github.com/Alexhuszagh/rust-lexical
|
334
342
|
MIT/Apache-2.0
|
335
343
|
|
336
|
-
libc v0.2.
|
344
|
+
libc v0.2.158
|
337
345
|
https://github.com/rust-lang/libc
|
338
346
|
MIT OR Apache-2.0
|
339
347
|
|
@@ -345,7 +353,7 @@ libflate_lz77 v1.2.0
|
|
345
353
|
https://github.com/sile/libflate
|
346
354
|
MIT
|
347
355
|
|
348
|
-
libloading v0.8.
|
356
|
+
libloading v0.8.5
|
349
357
|
https://github.com/nagisa/rust_libloading/
|
350
358
|
ISC
|
351
359
|
|
@@ -353,7 +361,7 @@ libm v0.2.8
|
|
353
361
|
https://github.com/rust-lang/libm
|
354
362
|
MIT OR Apache-2.0
|
355
363
|
|
356
|
-
libmimalloc-sys v0.1.
|
364
|
+
libmimalloc-sys v0.1.39
|
357
365
|
https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys
|
358
366
|
MIT
|
359
367
|
|
@@ -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
|
|
@@ -389,7 +397,7 @@ memmap2 v0.7.1
|
|
389
397
|
https://github.com/RazrFalcon/memmap2-rs
|
390
398
|
MIT OR Apache-2.0
|
391
399
|
|
392
|
-
mimalloc v0.1.
|
400
|
+
mimalloc v0.1.43
|
393
401
|
https://github.com/purpleprotocol/mimalloc_rust
|
394
402
|
MIT
|
395
403
|
|
@@ -397,11 +405,11 @@ minimal-lexical v0.2.1
|
|
397
405
|
https://github.com/Alexhuszagh/minimal-lexical
|
398
406
|
MIT/Apache-2.0
|
399
407
|
|
400
|
-
miniz_oxide v0.
|
408
|
+
miniz_oxide v0.8.0
|
401
409
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
402
410
|
MIT OR Zlib OR Apache-2.0
|
403
411
|
|
404
|
-
mio
|
412
|
+
mio v1.0.2
|
405
413
|
https://github.com/tokio-rs/mio
|
406
414
|
MIT
|
407
415
|
|
@@ -425,10 +433,6 @@ num-traits v0.2.19
|
|
425
433
|
https://github.com/rust-num/num-traits
|
426
434
|
MIT OR Apache-2.0
|
427
435
|
|
428
|
-
num_cpus v1.16.0
|
429
|
-
https://github.com/seanmonstar/num_cpus
|
430
|
-
MIT OR Apache-2.0
|
431
|
-
|
432
436
|
once_cell v1.19.0
|
433
437
|
https://github.com/matklad/once_cell
|
434
438
|
MIT OR Apache-2.0
|
@@ -485,82 +489,86 @@ planus v0.3.1
|
|
485
489
|
https://github.com/planus-org/planus
|
486
490
|
MIT/Apache-2.0
|
487
491
|
|
488
|
-
polars v0.
|
492
|
+
polars v0.43.1
|
489
493
|
https://www.pola.rs/
|
490
494
|
MIT
|
491
495
|
|
492
|
-
polars-arrow v0.
|
496
|
+
polars-arrow v0.43.1
|
493
497
|
https://www.pola.rs/
|
494
498
|
MIT AND Apache-2.0
|
495
499
|
|
496
500
|
polars-arrow-format v0.1.0
|
497
501
|
https://github.com/polar-rs/arrow-format
|
498
502
|
|
499
|
-
polars-compute v0.
|
503
|
+
polars-compute v0.43.1
|
500
504
|
https://www.pola.rs/
|
501
505
|
MIT
|
502
506
|
|
503
|
-
polars-core v0.
|
507
|
+
polars-core v0.43.1
|
504
508
|
https://www.pola.rs/
|
505
509
|
MIT
|
506
510
|
|
507
|
-
polars-error v0.
|
511
|
+
polars-error v0.43.1
|
508
512
|
https://www.pola.rs/
|
509
513
|
MIT
|
510
514
|
|
511
|
-
polars-expr v0.
|
515
|
+
polars-expr v0.43.1
|
512
516
|
https://www.pola.rs/
|
513
517
|
MIT
|
514
518
|
|
515
|
-
polars-io v0.
|
519
|
+
polars-io v0.43.1
|
516
520
|
https://www.pola.rs/
|
517
521
|
MIT
|
518
522
|
|
519
|
-
polars-json v0.
|
523
|
+
polars-json v0.43.1
|
520
524
|
https://www.pola.rs/
|
521
525
|
MIT
|
522
526
|
|
523
|
-
polars-lazy v0.
|
527
|
+
polars-lazy v0.43.1
|
524
528
|
https://www.pola.rs/
|
525
529
|
MIT
|
526
530
|
|
527
|
-
polars-mem-engine v0.
|
531
|
+
polars-mem-engine v0.43.1
|
528
532
|
https://www.pola.rs/
|
529
533
|
MIT
|
530
534
|
|
531
|
-
polars-ops v0.
|
535
|
+
polars-ops v0.43.1
|
532
536
|
https://www.pola.rs/
|
533
537
|
MIT
|
534
538
|
|
535
|
-
polars-parquet v0.
|
539
|
+
polars-parquet v0.43.1
|
536
540
|
https://www.pola.rs/
|
537
541
|
MIT AND Apache-2.0
|
538
542
|
|
539
|
-
polars-pipe v0.
|
543
|
+
polars-pipe v0.43.1
|
544
|
+
https://www.pola.rs/
|
545
|
+
MIT
|
546
|
+
|
547
|
+
polars-plan v0.43.1
|
540
548
|
https://www.pola.rs/
|
541
549
|
MIT
|
542
550
|
|
543
|
-
polars-
|
551
|
+
polars-row v0.43.1
|
544
552
|
https://www.pola.rs/
|
545
553
|
MIT
|
546
554
|
|
547
|
-
polars-
|
555
|
+
polars-schema v0.43.1
|
548
556
|
https://www.pola.rs/
|
549
557
|
MIT
|
550
558
|
|
551
|
-
polars-sql v0.
|
559
|
+
polars-sql v0.43.1
|
552
560
|
https://www.pola.rs/
|
553
561
|
MIT
|
554
562
|
|
555
|
-
polars-time v0.
|
563
|
+
polars-time v0.43.1
|
556
564
|
https://www.pola.rs/
|
557
565
|
MIT
|
558
566
|
|
559
|
-
polars-utils v0.
|
567
|
+
polars-utils v0.43.1
|
560
568
|
https://www.pola.rs/
|
561
569
|
MIT
|
562
570
|
|
563
|
-
ppv-lite86 v0.2.
|
571
|
+
ppv-lite86 v0.2.20
|
564
572
|
https://github.com/cryptocorrosion/cryptocorrosion
|
565
573
|
MIT/Apache-2.0
|
566
574
|
|
@@ -568,11 +576,11 @@ proc-macro2 v1.0.86
|
|
568
576
|
https://github.com/dtolnay/proc-macro2
|
569
577
|
MIT OR Apache-2.0
|
570
578
|
|
571
|
-
psm v0.1.
|
579
|
+
psm v0.1.23
|
572
580
|
https://github.com/rust-lang/stacker/
|
573
581
|
MIT OR Apache-2.0
|
574
582
|
|
575
|
-
quote v1.0.
|
583
|
+
quote v1.0.37
|
576
584
|
https://github.com/dtolnay/quote
|
577
585
|
MIT OR Apache-2.0
|
578
586
|
|
@@ -592,7 +600,7 @@ rand_distr v0.4.3
|
|
592
600
|
https://rust-random.github.io/book
|
593
601
|
MIT OR Apache-2.0
|
594
602
|
|
595
|
-
raw-cpuid v11.0
|
603
|
+
raw-cpuid v11.1.0
|
596
604
|
https://github.com/gz/rust-cpuid
|
597
605
|
MIT
|
598
606
|
|
@@ -604,11 +612,11 @@ rayon-core v1.12.1
|
|
604
612
|
https://github.com/rayon-rs/rayon
|
605
613
|
MIT OR Apache-2.0
|
606
614
|
|
607
|
-
rb-sys v0.9.
|
615
|
+
rb-sys v0.9.102
|
608
616
|
https://github.com/oxidize-rb/rb-sys
|
609
617
|
MIT OR Apache-2.0
|
610
618
|
|
611
|
-
rb-sys-build v0.9.
|
619
|
+
rb-sys-build v0.9.102
|
612
620
|
https://github.com/oxidize-rb/rb-sys
|
613
621
|
MIT OR Apache-2.0
|
614
622
|
|
@@ -632,7 +640,7 @@ ref-cast-impl v1.0.23
|
|
632
640
|
https://github.com/dtolnay/ref-cast
|
633
641
|
MIT OR Apache-2.0
|
634
642
|
|
635
|
-
regex v1.10.
|
643
|
+
regex v1.10.6
|
636
644
|
https://github.com/rust-lang/regex
|
637
645
|
MIT OR Apache-2.0
|
638
646
|
|
@@ -668,15 +676,15 @@ seq-macro v0.3.5
|
|
668
676
|
https://github.com/dtolnay/seq-macro
|
669
677
|
MIT OR Apache-2.0
|
670
678
|
|
671
|
-
serde v1.0.
|
679
|
+
serde v1.0.210
|
672
680
|
https://serde.rs
|
673
681
|
MIT OR Apache-2.0
|
674
682
|
|
675
|
-
serde_derive v1.0.
|
683
|
+
serde_derive v1.0.210
|
676
684
|
https://serde.rs
|
677
685
|
MIT OR Apache-2.0
|
678
686
|
|
679
|
-
serde_json v1.0.
|
687
|
+
serde_json v1.0.128
|
680
688
|
https://github.com/serde-rs/json
|
681
689
|
MIT OR Apache-2.0
|
682
690
|
|
@@ -708,10 +716,6 @@ smallvec v1.13.2
|
|
708
716
|
https://github.com/servo/rust-smallvec
|
709
717
|
MIT OR Apache-2.0
|
710
718
|
|
711
|
-
smartstring v1.0.1
|
712
|
-
https://github.com/bodil/smartstring
|
713
|
-
MPL-2.0+
|
714
|
-
|
715
719
|
snap v1.1.1
|
716
720
|
https://github.com/BurntSushi/rust-snappy
|
717
721
|
BSD-3-Clause
|
@@ -720,11 +724,11 @@ socket2 v0.5.7
|
|
720
724
|
https://github.com/rust-lang/socket2
|
721
725
|
MIT OR Apache-2.0
|
722
726
|
|
723
|
-
sqlparser v0.
|
727
|
+
sqlparser v0.49.0
|
724
728
|
https://github.com/sqlparser-rs/sqlparser-rs
|
725
729
|
Apache-2.0
|
726
730
|
|
727
|
-
stacker v0.1.
|
731
|
+
stacker v0.1.17
|
728
732
|
https://github.com/rust-lang/stacker
|
729
733
|
MIT OR Apache-2.0
|
730
734
|
|
@@ -744,7 +748,7 @@ strength_reduce v0.2.4
|
|
744
748
|
http://github.com/ejmahler/strength_reduce
|
745
749
|
MIT OR Apache-2.0
|
746
750
|
|
747
|
-
strum v0.26.
|
751
|
+
strum v0.26.3
|
748
752
|
https://github.com/Peternator7/strum
|
749
753
|
MIT
|
750
754
|
|
@@ -756,11 +760,11 @@ syn v1.0.109
|
|
756
760
|
https://github.com/dtolnay/syn
|
757
761
|
MIT OR Apache-2.0
|
758
762
|
|
759
|
-
syn v2.0.
|
763
|
+
syn v2.0.77
|
760
764
|
https://github.com/dtolnay/syn
|
761
765
|
MIT OR Apache-2.0
|
762
766
|
|
763
|
-
sysinfo v0.
|
767
|
+
sysinfo v0.31.4
|
764
768
|
https://github.com/GuillaumeGomez/sysinfo
|
765
769
|
MIT
|
766
770
|
|
@@ -768,23 +772,23 @@ target-features v0.1.6
|
|
768
772
|
https://github.com/calebzulawski/target-features
|
769
773
|
MIT OR Apache-2.0
|
770
774
|
|
771
|
-
thiserror v1.0.
|
775
|
+
thiserror v1.0.63
|
772
776
|
https://github.com/dtolnay/thiserror
|
773
777
|
MIT OR Apache-2.0
|
774
778
|
|
775
|
-
thiserror-impl v1.0.
|
779
|
+
thiserror-impl v1.0.63
|
776
780
|
https://github.com/dtolnay/thiserror
|
777
781
|
MIT OR Apache-2.0
|
778
782
|
|
779
|
-
tokio v1.
|
783
|
+
tokio v1.40.0
|
780
784
|
https://tokio.rs
|
781
785
|
MIT
|
782
786
|
|
783
|
-
tokio-util v0.7.
|
787
|
+
tokio-util v0.7.12
|
784
788
|
https://tokio.rs
|
785
789
|
MIT
|
786
790
|
|
787
|
-
unicode-ident v1.0.
|
791
|
+
unicode-ident v1.0.13
|
788
792
|
https://github.com/dtolnay/unicode-ident
|
789
793
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
790
794
|
|
@@ -800,7 +804,7 @@ unicode-width v0.1.13
|
|
800
804
|
https://github.com/unicode-rs/unicode-width
|
801
805
|
MIT OR Apache-2.0
|
802
806
|
|
803
|
-
uuid v1.
|
807
|
+
uuid v1.10.0
|
804
808
|
https://github.com/uuid-rs/uuid
|
805
809
|
Apache-2.0 OR MIT
|
806
810
|
|
@@ -808,32 +812,36 @@ value-trait v0.8.1
|
|
808
812
|
https://github.com/simd-lite/value-trait
|
809
813
|
Apache-2.0/MIT
|
810
814
|
|
811
|
-
version_check v0.9.
|
815
|
+
version_check v0.9.5
|
812
816
|
https://github.com/SergioBenitez/version_check
|
813
817
|
MIT/Apache-2.0
|
814
818
|
|
815
|
-
xxhash-rust v0.8.
|
819
|
+
xxhash-rust v0.8.12
|
816
820
|
https://github.com/DoumanAsh/xxhash-rust
|
817
821
|
BSL-1.0
|
818
822
|
|
819
|
-
zerocopy v0.7.
|
823
|
+
zerocopy v0.7.35
|
824
|
+
https://github.com/google/zerocopy
|
825
|
+
BSD-2-Clause OR Apache-2.0 OR MIT
|
826
|
+
|
827
|
+
zerocopy-derive v0.7.35
|
820
828
|
https://github.com/google/zerocopy
|
821
829
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
822
830
|
|
823
|
-
zstd v0.13.
|
831
|
+
zstd v0.13.2
|
824
832
|
https://github.com/gyscos/zstd-rs
|
825
833
|
MIT
|
826
834
|
|
827
|
-
zstd-safe v7.1
|
835
|
+
zstd-safe v7.2.1
|
828
836
|
https://github.com/gyscos/zstd-rs
|
829
837
|
MIT/Apache-2.0
|
830
838
|
|
831
|
-
zstd-sys v2.0.
|
839
|
+
zstd-sys v2.0.13+zstd.1.5.6
|
832
840
|
https://github.com/gyscos/zstd-rs
|
833
841
|
MIT/Apache-2.0
|
834
842
|
|
835
843
|
================================================================================
|
836
|
-
|
844
|
+
adler2 LICENSE-0BSD
|
837
845
|
================================================================================
|
838
846
|
|
839
847
|
Copyright (C) Jonas Schievink <jonasschievink@gmail.com>
|
@@ -850,7 +858,7 @@ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
850
858
|
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
851
859
|
|
852
860
|
================================================================================
|
853
|
-
|
861
|
+
adler2 LICENSE-APACHE
|
854
862
|
================================================================================
|
855
863
|
|
856
864
|
Apache License
|
@@ -1056,7 +1064,7 @@ See the License for the specific language governing permissions and
|
|
1056
1064
|
limitations under the License.
|
1057
1065
|
|
1058
1066
|
================================================================================
|
1059
|
-
|
1067
|
+
adler2 LICENSE-MIT
|
1060
1068
|
================================================================================
|
1061
1069
|
|
1062
1070
|
Permission is hereby granted, free of charge, to any
|
@@ -1699,33 +1707,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1699
1707
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1700
1708
|
SOFTWARE.
|
1701
1709
|
|
1702
|
-
================================================================================
|
1703
|
-
array-init-cursor LICENSE-MIT
|
1704
|
-
================================================================================
|
1705
|
-
|
1706
|
-
MIT License
|
1707
|
-
|
1708
|
-
Copyright (c) 2021 The Planus Project Developers
|
1709
|
-
|
1710
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1711
|
-
of this software and associated documentation files (the "Software"), to deal
|
1712
|
-
in the Software without restriction, including without limitation the rights
|
1713
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1714
|
-
copies of the Software, and to permit persons to whom the Software is
|
1715
|
-
furnished to do so, subject to the following conditions:
|
1716
|
-
|
1717
|
-
The above copyright notice and this permission notice shall be included in all
|
1718
|
-
copies or substantial portions of the Software.
|
1719
|
-
|
1720
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1721
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1722
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1723
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1724
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1725
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1726
|
-
SOFTWARE.
|
1727
|
-
|
1728
|
-
|
1729
1710
|
================================================================================
|
1730
1711
|
array-init-cursor LICENSE-APACHE
|
1731
1712
|
================================================================================
|
@@ -1908,6 +1889,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1908
1889
|
END OF TERMS AND CONDITIONS
|
1909
1890
|
|
1910
1891
|
|
1892
|
+
================================================================================
|
1893
|
+
array-init-cursor LICENSE-MIT
|
1894
|
+
================================================================================
|
1895
|
+
|
1896
|
+
MIT License
|
1897
|
+
|
1898
|
+
Copyright (c) 2021 The Planus Project Developers
|
1899
|
+
|
1900
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1901
|
+
of this software and associated documentation files (the "Software"), to deal
|
1902
|
+
in the Software without restriction, including without limitation the rights
|
1903
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1904
|
+
copies of the Software, and to permit persons to whom the Software is
|
1905
|
+
furnished to do so, subject to the following conditions:
|
1906
|
+
|
1907
|
+
The above copyright notice and this permission notice shall be included in all
|
1908
|
+
copies or substantial portions of the Software.
|
1909
|
+
|
1910
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1911
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1912
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1913
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1914
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1915
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1916
|
+
SOFTWARE.
|
1917
|
+
|
1918
|
+
|
1911
1919
|
================================================================================
|
1912
1920
|
async-stream LICENSE
|
1913
1921
|
================================================================================
|
@@ -3490,97 +3498,97 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
3490
3498
|
bytemuck LICENSE-APACHE
|
3491
3499
|
================================================================================
|
3492
3500
|
|
3493
|
-
Apache License
|
3494
|
-
Version 2.0, January 2004
|
3495
|
-
http://www.apache.org/licenses/
|
3496
|
-
|
3497
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3498
|
-
|
3499
|
-
1. Definitions.
|
3500
|
-
|
3501
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
3502
|
-
|
3503
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
3504
|
-
|
3505
|
-
"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.
|
3506
|
-
|
3507
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
3508
|
-
|
3509
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
3510
|
-
|
3511
|
-
"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.
|
3512
|
-
|
3513
|
-
"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).
|
3514
|
-
|
3515
|
-
"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.
|
3516
|
-
|
3517
|
-
"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."
|
3518
|
-
|
3519
|
-
"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.
|
3520
|
-
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.
|
3521
|
-
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.
|
3522
|
-
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:
|
3523
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
3524
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
3525
|
-
(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
|
3526
|
-
(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.
|
3527
|
-
|
3528
|
-
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.
|
3529
|
-
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.
|
3530
|
-
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.
|
3531
|
-
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.
|
3532
|
-
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.
|
3533
|
-
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.
|
3534
|
-
|
3535
|
-
END OF TERMS AND CONDITIONS
|
3536
|
-
|
3537
|
-
APPENDIX: How to apply the Apache License to your work.
|
3538
|
-
|
3539
|
-
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.
|
3540
|
-
|
3541
|
-
Copyright [yyyy] [name of copyright owner]
|
3542
|
-
|
3543
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3544
|
-
you may not use this file except in compliance with the License.
|
3545
|
-
You may obtain a copy of the License at
|
3546
|
-
|
3547
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3548
|
-
|
3549
|
-
Unless required by applicable law or agreed to in writing, software
|
3550
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3551
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3552
|
-
See the License for the specific language governing permissions and
|
3553
|
-
limitations under the License.
|
3501
|
+
Apache License
|
3502
|
+
Version 2.0, January 2004
|
3503
|
+
http://www.apache.org/licenses/
|
3504
|
+
|
3505
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3506
|
+
|
3507
|
+
1. Definitions.
|
3508
|
+
|
3509
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
3510
|
+
|
3511
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
3512
|
+
|
3513
|
+
"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.
|
3514
|
+
|
3515
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
3516
|
+
|
3517
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
3518
|
+
|
3519
|
+
"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.
|
3520
|
+
|
3521
|
+
"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).
|
3522
|
+
|
3523
|
+
"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.
|
3524
|
+
|
3525
|
+
"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."
|
3526
|
+
|
3527
|
+
"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.
|
3528
|
+
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.
|
3529
|
+
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.
|
3530
|
+
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:
|
3531
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
3532
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
3533
|
+
(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
|
3534
|
+
(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.
|
3535
|
+
|
3536
|
+
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.
|
3537
|
+
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.
|
3538
|
+
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.
|
3539
|
+
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.
|
3540
|
+
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.
|
3541
|
+
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.
|
3542
|
+
|
3543
|
+
END OF TERMS AND CONDITIONS
|
3544
|
+
|
3545
|
+
APPENDIX: How to apply the Apache License to your work.
|
3546
|
+
|
3547
|
+
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.
|
3548
|
+
|
3549
|
+
Copyright [yyyy] [name of copyright owner]
|
3550
|
+
|
3551
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3552
|
+
you may not use this file except in compliance with the License.
|
3553
|
+
You may obtain a copy of the License at
|
3554
|
+
|
3555
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3556
|
+
|
3557
|
+
Unless required by applicable law or agreed to in writing, software
|
3558
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3559
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3560
|
+
See the License for the specific language governing permissions and
|
3561
|
+
limitations under the License.
|
3554
3562
|
|
3555
3563
|
================================================================================
|
3556
3564
|
bytemuck LICENSE-MIT
|
3557
3565
|
================================================================================
|
3558
3566
|
|
3559
|
-
MIT License
|
3560
|
-
|
3561
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3562
|
-
|
3563
|
-
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:
|
3564
|
-
|
3565
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
3566
|
-
|
3567
|
-
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.
|
3567
|
+
MIT License
|
3568
|
+
|
3569
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3570
|
+
|
3571
|
+
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:
|
3572
|
+
|
3573
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
3574
|
+
|
3575
|
+
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.
|
3568
3576
|
|
3569
3577
|
================================================================================
|
3570
3578
|
bytemuck LICENSE-ZLIB
|
3571
3579
|
================================================================================
|
3572
3580
|
|
3573
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3574
|
-
|
3575
|
-
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.
|
3576
|
-
|
3577
|
-
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:
|
3578
|
-
|
3579
|
-
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.
|
3580
|
-
|
3581
|
-
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
3582
|
-
|
3583
|
-
3. This notice may not be removed or altered from any source distribution.
|
3581
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
3582
|
+
|
3583
|
+
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.
|
3584
|
+
|
3585
|
+
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:
|
3586
|
+
|
3587
|
+
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.
|
3588
|
+
|
3589
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
3590
|
+
|
3591
|
+
3. This notice may not be removed or altered from any source distribution.
|
3584
3592
|
|
3585
3593
|
================================================================================
|
3586
3594
|
bytemuck_derive LICENSE-APACHE
|
@@ -3678,6 +3686,69 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
3678
3686
|
|
3679
3687
|
3. This notice may not be removed or altered from any source distribution.
|
3680
3688
|
|
3689
|
+
================================================================================
|
3690
|
+
byteorder COPYING
|
3691
|
+
================================================================================
|
3692
|
+
|
3693
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
3694
|
+
|
3695
|
+
You may use this code under the terms of either license.
|
3696
|
+
|
3697
|
+
================================================================================
|
3698
|
+
byteorder LICENSE-MIT
|
3699
|
+
================================================================================
|
3700
|
+
|
3701
|
+
The MIT License (MIT)
|
3702
|
+
|
3703
|
+
Copyright (c) 2015 Andrew Gallant
|
3704
|
+
|
3705
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3706
|
+
of this software and associated documentation files (the "Software"), to deal
|
3707
|
+
in the Software without restriction, including without limitation the rights
|
3708
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3709
|
+
copies of the Software, and to permit persons to whom the Software is
|
3710
|
+
furnished to do so, subject to the following conditions:
|
3711
|
+
|
3712
|
+
The above copyright notice and this permission notice shall be included in
|
3713
|
+
all copies or substantial portions of the Software.
|
3714
|
+
|
3715
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3716
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3717
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3718
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3719
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3720
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3721
|
+
THE SOFTWARE.
|
3722
|
+
|
3723
|
+
================================================================================
|
3724
|
+
byteorder UNLICENSE
|
3725
|
+
================================================================================
|
3726
|
+
|
3727
|
+
This is free and unencumbered software released into the public domain.
|
3728
|
+
|
3729
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
3730
|
+
distribute this software, either in source code form or as a compiled
|
3731
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
3732
|
+
means.
|
3733
|
+
|
3734
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
3735
|
+
of this software dedicate any and all copyright interest in the
|
3736
|
+
software to the public domain. We make this dedication for the benefit
|
3737
|
+
of the public at large and to the detriment of our heirs and
|
3738
|
+
successors. We intend this dedication to be an overt act of
|
3739
|
+
relinquishment in perpetuity of all present and future rights to this
|
3740
|
+
software under copyright law.
|
3741
|
+
|
3742
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
3743
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
3744
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
3745
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
3746
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
3747
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
3748
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
3749
|
+
|
3750
|
+
For more information, please refer to <http://unlicense.org/>
|
3751
|
+
|
3681
3752
|
================================================================================
|
3682
3753
|
bytes LICENSE
|
3683
3754
|
================================================================================
|
@@ -3708,6 +3779,32 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3708
3779
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3709
3780
|
DEALINGS IN THE SOFTWARE.
|
3710
3781
|
|
3782
|
+
================================================================================
|
3783
|
+
castaway LICENSE
|
3784
|
+
================================================================================
|
3785
|
+
|
3786
|
+
MIT License
|
3787
|
+
|
3788
|
+
Copyright (c) 2021 Stephen M. Coakley
|
3789
|
+
|
3790
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3791
|
+
of this software and associated documentation files (the "Software"), to deal
|
3792
|
+
in the Software without restriction, including without limitation the rights
|
3793
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3794
|
+
copies of the Software, and to permit persons to whom the Software is
|
3795
|
+
furnished to do so, subject to the following conditions:
|
3796
|
+
|
3797
|
+
The above copyright notice and this permission notice shall be included in all
|
3798
|
+
copies or substantial portions of the Software.
|
3799
|
+
|
3800
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3801
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3802
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3803
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3804
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3805
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
3806
|
+
SOFTWARE.
|
3807
|
+
|
3711
3808
|
================================================================================
|
3712
3809
|
cc LICENSE-APACHE
|
3713
3810
|
================================================================================
|
@@ -5369,247 +5466,273 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5369
5466
|
SOFTWARE.
|
5370
5467
|
|
5371
5468
|
================================================================================
|
5372
|
-
|
5469
|
+
compact_str LICENSE
|
5373
5470
|
================================================================================
|
5374
5471
|
|
5375
|
-
|
5376
|
-
Version 2.0, January 2004
|
5377
|
-
http://www.apache.org/licenses/
|
5378
|
-
|
5379
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5380
|
-
|
5381
|
-
1. Definitions.
|
5382
|
-
|
5383
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5384
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5385
|
-
|
5386
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5387
|
-
the copyright owner that is granting the License.
|
5388
|
-
|
5389
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5390
|
-
other entities that control, are controlled by, or are under common
|
5391
|
-
control with that entity. For the purposes of this definition,
|
5392
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5393
|
-
direction or management of such entity, whether by contract or
|
5394
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5395
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5396
|
-
|
5397
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5398
|
-
exercising permissions granted by this License.
|
5399
|
-
|
5400
|
-
"Source" form shall mean the preferred form for making modifications,
|
5401
|
-
including but not limited to software source code, documentation
|
5402
|
-
source, and configuration files.
|
5403
|
-
|
5404
|
-
"Object" form shall mean any form resulting from mechanical
|
5405
|
-
transformation or translation of a Source form, including but
|
5406
|
-
not limited to compiled object code, generated documentation,
|
5407
|
-
and conversions to other media types.
|
5408
|
-
|
5409
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5410
|
-
Object form, made available under the License, as indicated by a
|
5411
|
-
copyright notice that is included in or attached to the work
|
5412
|
-
(an example is provided in the Appendix below).
|
5413
|
-
|
5414
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5415
|
-
form, that is based on (or derived from) the Work and for which the
|
5416
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5417
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5418
|
-
of this License, Derivative Works shall not include works that remain
|
5419
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5420
|
-
the Work and Derivative Works thereof.
|
5421
|
-
|
5422
|
-
"Contribution" shall mean any work of authorship, including
|
5423
|
-
the original version of the Work and any modifications or additions
|
5424
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5425
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5426
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5427
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5428
|
-
means any form of electronic, verbal, or written communication sent
|
5429
|
-
to the Licensor or its representatives, including but not limited to
|
5430
|
-
communication on electronic mailing lists, source code control systems,
|
5431
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5432
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5433
|
-
excluding communication that is conspicuously marked or otherwise
|
5434
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5435
|
-
|
5436
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5437
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5438
|
-
subsequently incorporated within the Work.
|
5439
|
-
|
5440
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5441
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5442
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5443
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5444
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5445
|
-
Work and such Derivative Works in Source or Object form.
|
5446
|
-
|
5447
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5448
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5449
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5450
|
-
(except as stated in this section) patent license to make, have made,
|
5451
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5452
|
-
where such license applies only to those patent claims licensable
|
5453
|
-
by such Contributor that are necessarily infringed by their
|
5454
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5455
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5456
|
-
institute patent litigation against any entity (including a
|
5457
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5458
|
-
or a Contribution incorporated within the Work constitutes direct
|
5459
|
-
or contributory patent infringement, then any patent licenses
|
5460
|
-
granted to You under this License for that Work shall terminate
|
5461
|
-
as of the date such litigation is filed.
|
5462
|
-
|
5463
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5464
|
-
Work or Derivative Works thereof in any medium, with or without
|
5465
|
-
modifications, and in Source or Object form, provided that You
|
5466
|
-
meet the following conditions:
|
5467
|
-
|
5468
|
-
(a) You must give any other recipients of the Work or
|
5469
|
-
Derivative Works a copy of this License; and
|
5470
|
-
|
5471
|
-
(b) You must cause any modified files to carry prominent notices
|
5472
|
-
stating that You changed the files; and
|
5473
|
-
|
5474
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5475
|
-
that You distribute, all copyright, patent, trademark, and
|
5476
|
-
attribution notices from the Source form of the Work,
|
5477
|
-
excluding those notices that do not pertain to any part of
|
5478
|
-
the Derivative Works; and
|
5479
|
-
|
5480
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5481
|
-
distribution, then any Derivative Works that You distribute must
|
5482
|
-
include a readable copy of the attribution notices contained
|
5483
|
-
within such NOTICE file, excluding those notices that do not
|
5484
|
-
pertain to any part of the Derivative Works, in at least one
|
5485
|
-
of the following places: within a NOTICE text file distributed
|
5486
|
-
as part of the Derivative Works; within the Source form or
|
5487
|
-
documentation, if provided along with the Derivative Works; or,
|
5488
|
-
within a display generated by the Derivative Works, if and
|
5489
|
-
wherever such third-party notices normally appear. The contents
|
5490
|
-
of the NOTICE file are for informational purposes only and
|
5491
|
-
do not modify the License. You may add Your own attribution
|
5492
|
-
notices within Derivative Works that You distribute, alongside
|
5493
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5494
|
-
that such additional attribution notices cannot be construed
|
5495
|
-
as modifying the License.
|
5496
|
-
|
5497
|
-
You may add Your own copyright statement to Your modifications and
|
5498
|
-
may provide additional or different license terms and conditions
|
5499
|
-
for use, reproduction, or distribution of Your modifications, or
|
5500
|
-
for any such Derivative Works as a whole, provided Your use,
|
5501
|
-
reproduction, and distribution of the Work otherwise complies with
|
5502
|
-
the conditions stated in this License.
|
5503
|
-
|
5504
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5505
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5506
|
-
by You to the Licensor shall be under the terms and conditions of
|
5507
|
-
this License, without any additional terms or conditions.
|
5508
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5509
|
-
the terms of any separate license agreement you may have executed
|
5510
|
-
with Licensor regarding such Contributions.
|
5511
|
-
|
5512
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5513
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5514
|
-
except as required for reasonable and customary use in describing the
|
5515
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5516
|
-
|
5517
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5518
|
-
agreed to in writing, Licensor provides the Work (and each
|
5519
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5520
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5521
|
-
implied, including, without limitation, any warranties or conditions
|
5522
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5523
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5524
|
-
appropriateness of using or redistributing the Work and assume any
|
5525
|
-
risks associated with Your exercise of permissions under this License.
|
5526
|
-
|
5527
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5528
|
-
whether in tort (including negligence), contract, or otherwise,
|
5529
|
-
unless required by applicable law (such as deliberate and grossly
|
5530
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5531
|
-
liable to You for damages, including any direct, indirect, special,
|
5532
|
-
incidental, or consequential damages of any character arising as a
|
5533
|
-
result of this License or out of the use or inability to use the
|
5534
|
-
Work (including but not limited to damages for loss of goodwill,
|
5535
|
-
work stoppage, computer failure or malfunction, or any and all
|
5536
|
-
other commercial damages or losses), even if such Contributor
|
5537
|
-
has been advised of the possibility of such damages.
|
5538
|
-
|
5539
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5540
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5541
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5542
|
-
or other liability obligations and/or rights consistent with this
|
5543
|
-
License. However, in accepting such obligations, You may act only
|
5544
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5545
|
-
of any other Contributor, and only if You agree to indemnify,
|
5546
|
-
defend, and hold each Contributor harmless for any liability
|
5547
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5548
|
-
of your accepting any such warranty or additional liability.
|
5549
|
-
|
5550
|
-
END OF TERMS AND CONDITIONS
|
5551
|
-
|
5552
|
-
APPENDIX: How to apply the Apache License to your work.
|
5553
|
-
|
5554
|
-
To apply the Apache License to your work, attach the following
|
5555
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5556
|
-
replaced with your own identifying information. (Don't include
|
5557
|
-
the brackets!) The text should be enclosed in the appropriate
|
5558
|
-
comment syntax for the file format. We also recommend that a
|
5559
|
-
file or class name and description of purpose be included on the
|
5560
|
-
same "printed page" as the copyright notice for easier
|
5561
|
-
identification within third-party archives.
|
5562
|
-
|
5563
|
-
Copyright [yyyy] [name of copyright owner]
|
5564
|
-
|
5565
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5566
|
-
you may not use this file except in compliance with the License.
|
5567
|
-
You may obtain a copy of the License at
|
5568
|
-
|
5569
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5570
|
-
|
5571
|
-
Unless required by applicable law or agreed to in writing, software
|
5572
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5573
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5574
|
-
See the License for the specific language governing permissions and
|
5575
|
-
limitations under the License.
|
5576
|
-
|
5577
|
-
================================================================================
|
5578
|
-
core-foundation-sys LICENSE-MIT
|
5579
|
-
================================================================================
|
5472
|
+
MIT License
|
5580
5473
|
|
5581
|
-
Copyright (c)
|
5474
|
+
Copyright (c) 2021 Parker Timmerman
|
5582
5475
|
|
5583
|
-
Permission is hereby granted, free of charge, to any
|
5584
|
-
|
5585
|
-
|
5586
|
-
|
5587
|
-
|
5588
|
-
|
5589
|
-
the Software, and to permit persons to whom the Software
|
5590
|
-
is furnished to do so, subject to the following
|
5591
|
-
conditions:
|
5476
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5477
|
+
of this software and associated documentation files (the "Software"), to deal
|
5478
|
+
in the Software without restriction, including without limitation the rights
|
5479
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5480
|
+
copies of the Software, and to permit persons to whom the Software is
|
5481
|
+
furnished to do so, subject to the following conditions:
|
5592
5482
|
|
5593
|
-
The above copyright notice and this permission notice
|
5594
|
-
|
5595
|
-
of the Software.
|
5483
|
+
The above copyright notice and this permission notice shall be included in all
|
5484
|
+
copies or substantial portions of the Software.
|
5596
5485
|
|
5597
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5598
|
-
|
5599
|
-
|
5600
|
-
|
5601
|
-
|
5602
|
-
|
5603
|
-
|
5604
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5605
|
-
DEALINGS IN THE SOFTWARE.
|
5486
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5487
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5488
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5489
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5490
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5491
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5492
|
+
SOFTWARE.
|
5606
5493
|
|
5607
5494
|
================================================================================
|
5608
|
-
|
5495
|
+
core-foundation-sys LICENSE-APACHE
|
5609
5496
|
================================================================================
|
5610
5497
|
|
5611
5498
|
Apache License
|
5612
|
-
Version 2.0 January 2004
|
5499
|
+
Version 2.0, January 2004
|
5500
|
+
http://www.apache.org/licenses/
|
5501
|
+
|
5502
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5503
|
+
|
5504
|
+
1. Definitions.
|
5505
|
+
|
5506
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5507
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5508
|
+
|
5509
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5510
|
+
the copyright owner that is granting the License.
|
5511
|
+
|
5512
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5513
|
+
other entities that control, are controlled by, or are under common
|
5514
|
+
control with that entity. For the purposes of this definition,
|
5515
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5516
|
+
direction or management of such entity, whether by contract or
|
5517
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5518
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5519
|
+
|
5520
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5521
|
+
exercising permissions granted by this License.
|
5522
|
+
|
5523
|
+
"Source" form shall mean the preferred form for making modifications,
|
5524
|
+
including but not limited to software source code, documentation
|
5525
|
+
source, and configuration files.
|
5526
|
+
|
5527
|
+
"Object" form shall mean any form resulting from mechanical
|
5528
|
+
transformation or translation of a Source form, including but
|
5529
|
+
not limited to compiled object code, generated documentation,
|
5530
|
+
and conversions to other media types.
|
5531
|
+
|
5532
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5533
|
+
Object form, made available under the License, as indicated by a
|
5534
|
+
copyright notice that is included in or attached to the work
|
5535
|
+
(an example is provided in the Appendix below).
|
5536
|
+
|
5537
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5538
|
+
form, that is based on (or derived from) the Work and for which the
|
5539
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5540
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5541
|
+
of this License, Derivative Works shall not include works that remain
|
5542
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5543
|
+
the Work and Derivative Works thereof.
|
5544
|
+
|
5545
|
+
"Contribution" shall mean any work of authorship, including
|
5546
|
+
the original version of the Work and any modifications or additions
|
5547
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5548
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5549
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5550
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5551
|
+
means any form of electronic, verbal, or written communication sent
|
5552
|
+
to the Licensor or its representatives, including but not limited to
|
5553
|
+
communication on electronic mailing lists, source code control systems,
|
5554
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5555
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5556
|
+
excluding communication that is conspicuously marked or otherwise
|
5557
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5558
|
+
|
5559
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5560
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5561
|
+
subsequently incorporated within the Work.
|
5562
|
+
|
5563
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5564
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5565
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5566
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5567
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5568
|
+
Work and such Derivative Works in Source or Object form.
|
5569
|
+
|
5570
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5571
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5572
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5573
|
+
(except as stated in this section) patent license to make, have made,
|
5574
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5575
|
+
where such license applies only to those patent claims licensable
|
5576
|
+
by such Contributor that are necessarily infringed by their
|
5577
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5578
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5579
|
+
institute patent litigation against any entity (including a
|
5580
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5581
|
+
or a Contribution incorporated within the Work constitutes direct
|
5582
|
+
or contributory patent infringement, then any patent licenses
|
5583
|
+
granted to You under this License for that Work shall terminate
|
5584
|
+
as of the date such litigation is filed.
|
5585
|
+
|
5586
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5587
|
+
Work or Derivative Works thereof in any medium, with or without
|
5588
|
+
modifications, and in Source or Object form, provided that You
|
5589
|
+
meet the following conditions:
|
5590
|
+
|
5591
|
+
(a) You must give any other recipients of the Work or
|
5592
|
+
Derivative Works a copy of this License; and
|
5593
|
+
|
5594
|
+
(b) You must cause any modified files to carry prominent notices
|
5595
|
+
stating that You changed the files; and
|
5596
|
+
|
5597
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5598
|
+
that You distribute, all copyright, patent, trademark, and
|
5599
|
+
attribution notices from the Source form of the Work,
|
5600
|
+
excluding those notices that do not pertain to any part of
|
5601
|
+
the Derivative Works; and
|
5602
|
+
|
5603
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5604
|
+
distribution, then any Derivative Works that You distribute must
|
5605
|
+
include a readable copy of the attribution notices contained
|
5606
|
+
within such NOTICE file, excluding those notices that do not
|
5607
|
+
pertain to any part of the Derivative Works, in at least one
|
5608
|
+
of the following places: within a NOTICE text file distributed
|
5609
|
+
as part of the Derivative Works; within the Source form or
|
5610
|
+
documentation, if provided along with the Derivative Works; or,
|
5611
|
+
within a display generated by the Derivative Works, if and
|
5612
|
+
wherever such third-party notices normally appear. The contents
|
5613
|
+
of the NOTICE file are for informational purposes only and
|
5614
|
+
do not modify the License. You may add Your own attribution
|
5615
|
+
notices within Derivative Works that You distribute, alongside
|
5616
|
+
or as an addendum to the NOTICE text from the Work, provided
|
5617
|
+
that such additional attribution notices cannot be construed
|
5618
|
+
as modifying the License.
|
5619
|
+
|
5620
|
+
You may add Your own copyright statement to Your modifications and
|
5621
|
+
may provide additional or different license terms and conditions
|
5622
|
+
for use, reproduction, or distribution of Your modifications, or
|
5623
|
+
for any such Derivative Works as a whole, provided Your use,
|
5624
|
+
reproduction, and distribution of the Work otherwise complies with
|
5625
|
+
the conditions stated in this License.
|
5626
|
+
|
5627
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5628
|
+
any Contribution intentionally submitted for inclusion in the Work
|
5629
|
+
by You to the Licensor shall be under the terms and conditions of
|
5630
|
+
this License, without any additional terms or conditions.
|
5631
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
5632
|
+
the terms of any separate license agreement you may have executed
|
5633
|
+
with Licensor regarding such Contributions.
|
5634
|
+
|
5635
|
+
6. Trademarks. This License does not grant permission to use the trade
|
5636
|
+
names, trademarks, service marks, or product names of the Licensor,
|
5637
|
+
except as required for reasonable and customary use in describing the
|
5638
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
5639
|
+
|
5640
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
5641
|
+
agreed to in writing, Licensor provides the Work (and each
|
5642
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5643
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5644
|
+
implied, including, without limitation, any warranties or conditions
|
5645
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5646
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5647
|
+
appropriateness of using or redistributing the Work and assume any
|
5648
|
+
risks associated with Your exercise of permissions under this License.
|
5649
|
+
|
5650
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
5651
|
+
whether in tort (including negligence), contract, or otherwise,
|
5652
|
+
unless required by applicable law (such as deliberate and grossly
|
5653
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
5654
|
+
liable to You for damages, including any direct, indirect, special,
|
5655
|
+
incidental, or consequential damages of any character arising as a
|
5656
|
+
result of this License or out of the use or inability to use the
|
5657
|
+
Work (including but not limited to damages for loss of goodwill,
|
5658
|
+
work stoppage, computer failure or malfunction, or any and all
|
5659
|
+
other commercial damages or losses), even if such Contributor
|
5660
|
+
has been advised of the possibility of such damages.
|
5661
|
+
|
5662
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
5663
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
5664
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
5665
|
+
or other liability obligations and/or rights consistent with this
|
5666
|
+
License. However, in accepting such obligations, You may act only
|
5667
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
5668
|
+
of any other Contributor, and only if You agree to indemnify,
|
5669
|
+
defend, and hold each Contributor harmless for any liability
|
5670
|
+
incurred by, or claims asserted against, such Contributor by reason
|
5671
|
+
of your accepting any such warranty or additional liability.
|
5672
|
+
|
5673
|
+
END OF TERMS AND CONDITIONS
|
5674
|
+
|
5675
|
+
APPENDIX: How to apply the Apache License to your work.
|
5676
|
+
|
5677
|
+
To apply the Apache License to your work, attach the following
|
5678
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5679
|
+
replaced with your own identifying information. (Don't include
|
5680
|
+
the brackets!) The text should be enclosed in the appropriate
|
5681
|
+
comment syntax for the file format. We also recommend that a
|
5682
|
+
file or class name and description of purpose be included on the
|
5683
|
+
same "printed page" as the copyright notice for easier
|
5684
|
+
identification within third-party archives.
|
5685
|
+
|
5686
|
+
Copyright [yyyy] [name of copyright owner]
|
5687
|
+
|
5688
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5689
|
+
you may not use this file except in compliance with the License.
|
5690
|
+
You may obtain a copy of the License at
|
5691
|
+
|
5692
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5693
|
+
|
5694
|
+
Unless required by applicable law or agreed to in writing, software
|
5695
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5696
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5697
|
+
See the License for the specific language governing permissions and
|
5698
|
+
limitations under the License.
|
5699
|
+
|
5700
|
+
================================================================================
|
5701
|
+
core-foundation-sys LICENSE-MIT
|
5702
|
+
================================================================================
|
5703
|
+
|
5704
|
+
Copyright (c) 2012-2013 Mozilla Foundation
|
5705
|
+
|
5706
|
+
Permission is hereby granted, free of charge, to any
|
5707
|
+
person obtaining a copy of this software and associated
|
5708
|
+
documentation files (the "Software"), to deal in the
|
5709
|
+
Software without restriction, including without
|
5710
|
+
limitation the rights to use, copy, modify, merge,
|
5711
|
+
publish, distribute, sublicense, and/or sell copies of
|
5712
|
+
the Software, and to permit persons to whom the Software
|
5713
|
+
is furnished to do so, subject to the following
|
5714
|
+
conditions:
|
5715
|
+
|
5716
|
+
The above copyright notice and this permission notice
|
5717
|
+
shall be included in all copies or substantial portions
|
5718
|
+
of the Software.
|
5719
|
+
|
5720
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5721
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5722
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5723
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5724
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5725
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5726
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5727
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5728
|
+
DEALINGS IN THE SOFTWARE.
|
5729
|
+
|
5730
|
+
================================================================================
|
5731
|
+
crc LICENSE-APACHE
|
5732
|
+
================================================================================
|
5733
|
+
|
5734
|
+
Apache License
|
5735
|
+
Version 2.0 January 2004
|
5613
5736
|
http://www.apache.org/licenses/
|
5614
5737
|
|
5615
5738
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
@@ -9759,32 +9882,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
9759
9882
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
9760
9883
|
IN THE SOFTWARE.
|
9761
9884
|
|
9762
|
-
================================================================================
|
9763
|
-
foreign_vec LICENSE
|
9764
|
-
================================================================================
|
9765
|
-
|
9766
|
-
MIT License
|
9767
|
-
|
9768
|
-
Copyright (c) 2022 DataEngineeringLabs
|
9769
|
-
|
9770
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9771
|
-
of this software and associated documentation files (the "Software"), to deal
|
9772
|
-
in the Software without restriction, including without limitation the rights
|
9773
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9774
|
-
copies of the Software, and to permit persons to whom the Software is
|
9775
|
-
furnished to do so, subject to the following conditions:
|
9776
|
-
|
9777
|
-
The above copyright notice and this permission notice shall be included in all
|
9778
|
-
copies or substantial portions of the Software.
|
9779
|
-
|
9780
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9781
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9782
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9783
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9784
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9785
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9786
|
-
SOFTWARE.
|
9787
|
-
|
9788
9885
|
================================================================================
|
9789
9886
|
futures LICENSE-APACHE
|
9790
9887
|
================================================================================
|
@@ -14517,268 +14614,6 @@ itoap LICENSE
|
|
14517
14614
|
|
14518
14615
|
================================================================================
|
14519
14616
|
jobserver LICENSE-APACHE
|
14520
|
-
================================================================================
|
14521
|
-
|
14522
|
-
Apache License
|
14523
|
-
Version 2.0, January 2004
|
14524
|
-
http://www.apache.org/licenses/
|
14525
|
-
|
14526
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14527
|
-
|
14528
|
-
1. Definitions.
|
14529
|
-
|
14530
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14531
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14532
|
-
|
14533
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14534
|
-
the copyright owner that is granting the License.
|
14535
|
-
|
14536
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14537
|
-
other entities that control, are controlled by, or are under common
|
14538
|
-
control with that entity. For the purposes of this definition,
|
14539
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14540
|
-
direction or management of such entity, whether by contract or
|
14541
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14542
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14543
|
-
|
14544
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14545
|
-
exercising permissions granted by this License.
|
14546
|
-
|
14547
|
-
"Source" form shall mean the preferred form for making modifications,
|
14548
|
-
including but not limited to software source code, documentation
|
14549
|
-
source, and configuration files.
|
14550
|
-
|
14551
|
-
"Object" form shall mean any form resulting from mechanical
|
14552
|
-
transformation or translation of a Source form, including but
|
14553
|
-
not limited to compiled object code, generated documentation,
|
14554
|
-
and conversions to other media types.
|
14555
|
-
|
14556
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14557
|
-
Object form, made available under the License, as indicated by a
|
14558
|
-
copyright notice that is included in or attached to the work
|
14559
|
-
(an example is provided in the Appendix below).
|
14560
|
-
|
14561
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14562
|
-
form, that is based on (or derived from) the Work and for which the
|
14563
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14564
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14565
|
-
of this License, Derivative Works shall not include works that remain
|
14566
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14567
|
-
the Work and Derivative Works thereof.
|
14568
|
-
|
14569
|
-
"Contribution" shall mean any work of authorship, including
|
14570
|
-
the original version of the Work and any modifications or additions
|
14571
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14572
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14573
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14574
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14575
|
-
means any form of electronic, verbal, or written communication sent
|
14576
|
-
to the Licensor or its representatives, including but not limited to
|
14577
|
-
communication on electronic mailing lists, source code control systems,
|
14578
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14579
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14580
|
-
excluding communication that is conspicuously marked or otherwise
|
14581
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14582
|
-
|
14583
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14584
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14585
|
-
subsequently incorporated within the Work.
|
14586
|
-
|
14587
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14588
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14589
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14590
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14591
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14592
|
-
Work and such Derivative Works in Source or Object form.
|
14593
|
-
|
14594
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14595
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14596
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14597
|
-
(except as stated in this section) patent license to make, have made,
|
14598
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14599
|
-
where such license applies only to those patent claims licensable
|
14600
|
-
by such Contributor that are necessarily infringed by their
|
14601
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
14602
|
-
with the Work to which such Contribution(s) was submitted. If You
|
14603
|
-
institute patent litigation against any entity (including a
|
14604
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14605
|
-
or a Contribution incorporated within the Work constitutes direct
|
14606
|
-
or contributory patent infringement, then any patent licenses
|
14607
|
-
granted to You under this License for that Work shall terminate
|
14608
|
-
as of the date such litigation is filed.
|
14609
|
-
|
14610
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
14611
|
-
Work or Derivative Works thereof in any medium, with or without
|
14612
|
-
modifications, and in Source or Object form, provided that You
|
14613
|
-
meet the following conditions:
|
14614
|
-
|
14615
|
-
(a) You must give any other recipients of the Work or
|
14616
|
-
Derivative Works a copy of this License; and
|
14617
|
-
|
14618
|
-
(b) You must cause any modified files to carry prominent notices
|
14619
|
-
stating that You changed the files; and
|
14620
|
-
|
14621
|
-
(c) You must retain, in the Source form of any Derivative Works
|
14622
|
-
that You distribute, all copyright, patent, trademark, and
|
14623
|
-
attribution notices from the Source form of the Work,
|
14624
|
-
excluding those notices that do not pertain to any part of
|
14625
|
-
the Derivative Works; and
|
14626
|
-
|
14627
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
14628
|
-
distribution, then any Derivative Works that You distribute must
|
14629
|
-
include a readable copy of the attribution notices contained
|
14630
|
-
within such NOTICE file, excluding those notices that do not
|
14631
|
-
pertain to any part of the Derivative Works, in at least one
|
14632
|
-
of the following places: within a NOTICE text file distributed
|
14633
|
-
as part of the Derivative Works; within the Source form or
|
14634
|
-
documentation, if provided along with the Derivative Works; or,
|
14635
|
-
within a display generated by the Derivative Works, if and
|
14636
|
-
wherever such third-party notices normally appear. The contents
|
14637
|
-
of the NOTICE file are for informational purposes only and
|
14638
|
-
do not modify the License. You may add Your own attribution
|
14639
|
-
notices within Derivative Works that You distribute, alongside
|
14640
|
-
or as an addendum to the NOTICE text from the Work, provided
|
14641
|
-
that such additional attribution notices cannot be construed
|
14642
|
-
as modifying the License.
|
14643
|
-
|
14644
|
-
You may add Your own copyright statement to Your modifications and
|
14645
|
-
may provide additional or different license terms and conditions
|
14646
|
-
for use, reproduction, or distribution of Your modifications, or
|
14647
|
-
for any such Derivative Works as a whole, provided Your use,
|
14648
|
-
reproduction, and distribution of the Work otherwise complies with
|
14649
|
-
the conditions stated in this License.
|
14650
|
-
|
14651
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14652
|
-
any Contribution intentionally submitted for inclusion in the Work
|
14653
|
-
by You to the Licensor shall be under the terms and conditions of
|
14654
|
-
this License, without any additional terms or conditions.
|
14655
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
14656
|
-
the terms of any separate license agreement you may have executed
|
14657
|
-
with Licensor regarding such Contributions.
|
14658
|
-
|
14659
|
-
6. Trademarks. This License does not grant permission to use the trade
|
14660
|
-
names, trademarks, service marks, or product names of the Licensor,
|
14661
|
-
except as required for reasonable and customary use in describing the
|
14662
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
14663
|
-
|
14664
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
14665
|
-
agreed to in writing, Licensor provides the Work (and each
|
14666
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14667
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14668
|
-
implied, including, without limitation, any warranties or conditions
|
14669
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14670
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14671
|
-
appropriateness of using or redistributing the Work and assume any
|
14672
|
-
risks associated with Your exercise of permissions under this License.
|
14673
|
-
|
14674
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
14675
|
-
whether in tort (including negligence), contract, or otherwise,
|
14676
|
-
unless required by applicable law (such as deliberate and grossly
|
14677
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
14678
|
-
liable to You for damages, including any direct, indirect, special,
|
14679
|
-
incidental, or consequential damages of any character arising as a
|
14680
|
-
result of this License or out of the use or inability to use the
|
14681
|
-
Work (including but not limited to damages for loss of goodwill,
|
14682
|
-
work stoppage, computer failure or malfunction, or any and all
|
14683
|
-
other commercial damages or losses), even if such Contributor
|
14684
|
-
has been advised of the possibility of such damages.
|
14685
|
-
|
14686
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
14687
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
14688
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
14689
|
-
or other liability obligations and/or rights consistent with this
|
14690
|
-
License. However, in accepting such obligations, You may act only
|
14691
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
14692
|
-
of any other Contributor, and only if You agree to indemnify,
|
14693
|
-
defend, and hold each Contributor harmless for any liability
|
14694
|
-
incurred by, or claims asserted against, such Contributor by reason
|
14695
|
-
of your accepting any such warranty or additional liability.
|
14696
|
-
|
14697
|
-
END OF TERMS AND CONDITIONS
|
14698
|
-
|
14699
|
-
APPENDIX: How to apply the Apache License to your work.
|
14700
|
-
|
14701
|
-
To apply the Apache License to your work, attach the following
|
14702
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
14703
|
-
replaced with your own identifying information. (Don't include
|
14704
|
-
the brackets!) The text should be enclosed in the appropriate
|
14705
|
-
comment syntax for the file format. We also recommend that a
|
14706
|
-
file or class name and description of purpose be included on the
|
14707
|
-
same "printed page" as the copyright notice for easier
|
14708
|
-
identification within third-party archives.
|
14709
|
-
|
14710
|
-
Copyright [yyyy] [name of copyright owner]
|
14711
|
-
|
14712
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14713
|
-
you may not use this file except in compliance with the License.
|
14714
|
-
You may obtain a copy of the License at
|
14715
|
-
|
14716
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
14717
|
-
|
14718
|
-
Unless required by applicable law or agreed to in writing, software
|
14719
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14720
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14721
|
-
See the License for the specific language governing permissions and
|
14722
|
-
limitations under the License.
|
14723
|
-
|
14724
|
-
================================================================================
|
14725
|
-
jobserver LICENSE-MIT
|
14726
|
-
================================================================================
|
14727
|
-
|
14728
|
-
Copyright (c) 2014 Alex Crichton
|
14729
|
-
|
14730
|
-
Permission is hereby granted, free of charge, to any
|
14731
|
-
person obtaining a copy of this software and associated
|
14732
|
-
documentation files (the "Software"), to deal in the
|
14733
|
-
Software without restriction, including without
|
14734
|
-
limitation the rights to use, copy, modify, merge,
|
14735
|
-
publish, distribute, sublicense, and/or sell copies of
|
14736
|
-
the Software, and to permit persons to whom the Software
|
14737
|
-
is furnished to do so, subject to the following
|
14738
|
-
conditions:
|
14739
|
-
|
14740
|
-
The above copyright notice and this permission notice
|
14741
|
-
shall be included in all copies or substantial portions
|
14742
|
-
of the Software.
|
14743
|
-
|
14744
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14745
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14746
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14747
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14748
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14749
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14750
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14751
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14752
|
-
DEALINGS IN THE SOFTWARE.
|
14753
|
-
|
14754
|
-
================================================================================
|
14755
|
-
jsonpath_lib_polars_vendor LICENSE
|
14756
|
-
================================================================================
|
14757
|
-
|
14758
|
-
MIT License
|
14759
|
-
|
14760
|
-
Copyright (c) [2019] [Changseok Han]
|
14761
|
-
|
14762
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
14763
|
-
of this software and associated documentation files (the "Software"), to deal
|
14764
|
-
in the Software without restriction, including without limitation the rights
|
14765
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14766
|
-
copies of the Software, and to permit persons to whom the Software is
|
14767
|
-
furnished to do so, subject to the following conditions:
|
14768
|
-
|
14769
|
-
The above copyright notice and this permission notice shall be included in all
|
14770
|
-
copies or substantial portions of the Software.
|
14771
|
-
|
14772
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14773
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14774
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14775
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14776
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14777
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14778
|
-
SOFTWARE.
|
14779
|
-
|
14780
|
-
================================================================================
|
14781
|
-
lazy_static LICENSE-APACHE
|
14782
14617
|
================================================================================
|
14783
14618
|
|
14784
14619
|
Apache License
|
@@ -14984,10 +14819,10 @@ See the License for the specific language governing permissions and
|
|
14984
14819
|
limitations under the License.
|
14985
14820
|
|
14986
14821
|
================================================================================
|
14987
|
-
|
14822
|
+
jobserver LICENSE-MIT
|
14988
14823
|
================================================================================
|
14989
14824
|
|
14990
|
-
Copyright (c)
|
14825
|
+
Copyright (c) 2014 Alex Crichton
|
14991
14826
|
|
14992
14827
|
Permission is hereby granted, free of charge, to any
|
14993
14828
|
person obtaining a copy of this software and associated
|
@@ -15014,7 +14849,33 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15014
14849
|
DEALINGS IN THE SOFTWARE.
|
15015
14850
|
|
15016
14851
|
================================================================================
|
15017
|
-
|
14852
|
+
jsonpath_lib_polars_vendor LICENSE
|
14853
|
+
================================================================================
|
14854
|
+
|
14855
|
+
MIT License
|
14856
|
+
|
14857
|
+
Copyright (c) [2019] [Changseok Han]
|
14858
|
+
|
14859
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
14860
|
+
of this software and associated documentation files (the "Software"), to deal
|
14861
|
+
in the Software without restriction, including without limitation the rights
|
14862
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14863
|
+
copies of the Software, and to permit persons to whom the Software is
|
14864
|
+
furnished to do so, subject to the following conditions:
|
14865
|
+
|
14866
|
+
The above copyright notice and this permission notice shall be included in all
|
14867
|
+
copies or substantial portions of the Software.
|
14868
|
+
|
14869
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14870
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14871
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14872
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14873
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14874
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14875
|
+
SOFTWARE.
|
14876
|
+
|
14877
|
+
================================================================================
|
14878
|
+
lazy_static LICENSE-APACHE
|
15018
14879
|
================================================================================
|
15019
14880
|
|
15020
14881
|
Apache License
|
@@ -15220,11 +15081,10 @@ See the License for the specific language governing permissions and
|
|
15220
15081
|
limitations under the License.
|
15221
15082
|
|
15222
15083
|
================================================================================
|
15223
|
-
|
15084
|
+
lazy_static LICENSE-MIT
|
15224
15085
|
================================================================================
|
15225
15086
|
|
15226
|
-
|
15227
|
-
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15087
|
+
Copyright (c) 2010 The Rust Project Developers
|
15228
15088
|
|
15229
15089
|
Permission is hereby granted, free of charge, to any
|
15230
15090
|
person obtaining a copy of this software and associated
|
@@ -15251,7 +15111,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15251
15111
|
DEALINGS IN THE SOFTWARE.
|
15252
15112
|
|
15253
15113
|
================================================================================
|
15254
|
-
|
15114
|
+
lazycell LICENSE-APACHE
|
15115
|
+
================================================================================
|
15116
|
+
|
15117
|
+
Apache License
|
15118
|
+
Version 2.0, January 2004
|
15119
|
+
http://www.apache.org/licenses/
|
15120
|
+
|
15121
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15122
|
+
|
15123
|
+
1. Definitions.
|
15124
|
+
|
15125
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
15126
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
15127
|
+
|
15128
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
15129
|
+
the copyright owner that is granting the License.
|
15130
|
+
|
15131
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
15132
|
+
other entities that control, are controlled by, or are under common
|
15133
|
+
control with that entity. For the purposes of this definition,
|
15134
|
+
"control" means (i) the power, direct or indirect, to cause the
|
15135
|
+
direction or management of such entity, whether by contract or
|
15136
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15137
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
15138
|
+
|
15139
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
15140
|
+
exercising permissions granted by this License.
|
15141
|
+
|
15142
|
+
"Source" form shall mean the preferred form for making modifications,
|
15143
|
+
including but not limited to software source code, documentation
|
15144
|
+
source, and configuration files.
|
15145
|
+
|
15146
|
+
"Object" form shall mean any form resulting from mechanical
|
15147
|
+
transformation or translation of a Source form, including but
|
15148
|
+
not limited to compiled object code, generated documentation,
|
15149
|
+
and conversions to other media types.
|
15150
|
+
|
15151
|
+
"Work" shall mean the work of authorship, whether in Source or
|
15152
|
+
Object form, made available under the License, as indicated by a
|
15153
|
+
copyright notice that is included in or attached to the work
|
15154
|
+
(an example is provided in the Appendix below).
|
15155
|
+
|
15156
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
15157
|
+
form, that is based on (or derived from) the Work and for which the
|
15158
|
+
editorial revisions, annotations, elaborations, or other modifications
|
15159
|
+
represent, as a whole, an original work of authorship. For the purposes
|
15160
|
+
of this License, Derivative Works shall not include works that remain
|
15161
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
15162
|
+
the Work and Derivative Works thereof.
|
15163
|
+
|
15164
|
+
"Contribution" shall mean any work of authorship, including
|
15165
|
+
the original version of the Work and any modifications or additions
|
15166
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15167
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15168
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15169
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15170
|
+
means any form of electronic, verbal, or written communication sent
|
15171
|
+
to the Licensor or its representatives, including but not limited to
|
15172
|
+
communication on electronic mailing lists, source code control systems,
|
15173
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15174
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15175
|
+
excluding communication that is conspicuously marked or otherwise
|
15176
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15177
|
+
|
15178
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15179
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15180
|
+
subsequently incorporated within the Work.
|
15181
|
+
|
15182
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15183
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15184
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15185
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15186
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15187
|
+
Work and such Derivative Works in Source or Object form.
|
15188
|
+
|
15189
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15190
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15191
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15192
|
+
(except as stated in this section) patent license to make, have made,
|
15193
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15194
|
+
where such license applies only to those patent claims licensable
|
15195
|
+
by such Contributor that are necessarily infringed by their
|
15196
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15197
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15198
|
+
institute patent litigation against any entity (including a
|
15199
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15200
|
+
or a Contribution incorporated within the Work constitutes direct
|
15201
|
+
or contributory patent infringement, then any patent licenses
|
15202
|
+
granted to You under this License for that Work shall terminate
|
15203
|
+
as of the date such litigation is filed.
|
15204
|
+
|
15205
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15206
|
+
Work or Derivative Works thereof in any medium, with or without
|
15207
|
+
modifications, and in Source or Object form, provided that You
|
15208
|
+
meet the following conditions:
|
15209
|
+
|
15210
|
+
(a) You must give any other recipients of the Work or
|
15211
|
+
Derivative Works a copy of this License; and
|
15212
|
+
|
15213
|
+
(b) You must cause any modified files to carry prominent notices
|
15214
|
+
stating that You changed the files; and
|
15215
|
+
|
15216
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15217
|
+
that You distribute, all copyright, patent, trademark, and
|
15218
|
+
attribution notices from the Source form of the Work,
|
15219
|
+
excluding those notices that do not pertain to any part of
|
15220
|
+
the Derivative Works; and
|
15221
|
+
|
15222
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15223
|
+
distribution, then any Derivative Works that You distribute must
|
15224
|
+
include a readable copy of the attribution notices contained
|
15225
|
+
within such NOTICE file, excluding those notices that do not
|
15226
|
+
pertain to any part of the Derivative Works, in at least one
|
15227
|
+
of the following places: within a NOTICE text file distributed
|
15228
|
+
as part of the Derivative Works; within the Source form or
|
15229
|
+
documentation, if provided along with the Derivative Works; or,
|
15230
|
+
within a display generated by the Derivative Works, if and
|
15231
|
+
wherever such third-party notices normally appear. The contents
|
15232
|
+
of the NOTICE file are for informational purposes only and
|
15233
|
+
do not modify the License. You may add Your own attribution
|
15234
|
+
notices within Derivative Works that You distribute, alongside
|
15235
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15236
|
+
that such additional attribution notices cannot be construed
|
15237
|
+
as modifying the License.
|
15238
|
+
|
15239
|
+
You may add Your own copyright statement to Your modifications and
|
15240
|
+
may provide additional or different license terms and conditions
|
15241
|
+
for use, reproduction, or distribution of Your modifications, or
|
15242
|
+
for any such Derivative Works as a whole, provided Your use,
|
15243
|
+
reproduction, and distribution of the Work otherwise complies with
|
15244
|
+
the conditions stated in this License.
|
15245
|
+
|
15246
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15247
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15248
|
+
by You to the Licensor shall be under the terms and conditions of
|
15249
|
+
this License, without any additional terms or conditions.
|
15250
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15251
|
+
the terms of any separate license agreement you may have executed
|
15252
|
+
with Licensor regarding such Contributions.
|
15253
|
+
|
15254
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15255
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15256
|
+
except as required for reasonable and customary use in describing the
|
15257
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15258
|
+
|
15259
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15260
|
+
agreed to in writing, Licensor provides the Work (and each
|
15261
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15262
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15263
|
+
implied, including, without limitation, any warranties or conditions
|
15264
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15265
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15266
|
+
appropriateness of using or redistributing the Work and assume any
|
15267
|
+
risks associated with Your exercise of permissions under this License.
|
15268
|
+
|
15269
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15270
|
+
whether in tort (including negligence), contract, or otherwise,
|
15271
|
+
unless required by applicable law (such as deliberate and grossly
|
15272
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15273
|
+
liable to You for damages, including any direct, indirect, special,
|
15274
|
+
incidental, or consequential damages of any character arising as a
|
15275
|
+
result of this License or out of the use or inability to use the
|
15276
|
+
Work (including but not limited to damages for loss of goodwill,
|
15277
|
+
work stoppage, computer failure or malfunction, or any and all
|
15278
|
+
other commercial damages or losses), even if such Contributor
|
15279
|
+
has been advised of the possibility of such damages.
|
15280
|
+
|
15281
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15282
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15283
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15284
|
+
or other liability obligations and/or rights consistent with this
|
15285
|
+
License. However, in accepting such obligations, You may act only
|
15286
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15287
|
+
of any other Contributor, and only if You agree to indemnify,
|
15288
|
+
defend, and hold each Contributor harmless for any liability
|
15289
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15290
|
+
of your accepting any such warranty or additional liability.
|
15291
|
+
|
15292
|
+
END OF TERMS AND CONDITIONS
|
15293
|
+
|
15294
|
+
APPENDIX: How to apply the Apache License to your work.
|
15295
|
+
|
15296
|
+
To apply the Apache License to your work, attach the following
|
15297
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15298
|
+
replaced with your own identifying information. (Don't include
|
15299
|
+
the brackets!) The text should be enclosed in the appropriate
|
15300
|
+
comment syntax for the file format. We also recommend that a
|
15301
|
+
file or class name and description of purpose be included on the
|
15302
|
+
same "printed page" as the copyright notice for easier
|
15303
|
+
identification within third-party archives.
|
15304
|
+
|
15305
|
+
Copyright [yyyy] [name of copyright owner]
|
15306
|
+
|
15307
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15308
|
+
you may not use this file except in compliance with the License.
|
15309
|
+
You may obtain a copy of the License at
|
15310
|
+
|
15311
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15312
|
+
|
15313
|
+
Unless required by applicable law or agreed to in writing, software
|
15314
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15315
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15316
|
+
See the License for the specific language governing permissions and
|
15317
|
+
limitations under the License.
|
15318
|
+
|
15319
|
+
================================================================================
|
15320
|
+
lazycell LICENSE-MIT
|
15321
|
+
================================================================================
|
15322
|
+
|
15323
|
+
Original work Copyright (c) 2014 The Rust Project Developers
|
15324
|
+
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15325
|
+
|
15326
|
+
Permission is hereby granted, free of charge, to any
|
15327
|
+
person obtaining a copy of this software and associated
|
15328
|
+
documentation files (the "Software"), to deal in the
|
15329
|
+
Software without restriction, including without
|
15330
|
+
limitation the rights to use, copy, modify, merge,
|
15331
|
+
publish, distribute, sublicense, and/or sell copies of
|
15332
|
+
the Software, and to permit persons to whom the Software
|
15333
|
+
is furnished to do so, subject to the following
|
15334
|
+
conditions:
|
15335
|
+
|
15336
|
+
The above copyright notice and this permission notice
|
15337
|
+
shall be included in all copies or substantial portions
|
15338
|
+
of the Software.
|
15339
|
+
|
15340
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15341
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15342
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15343
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15344
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15345
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15346
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15347
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15348
|
+
DEALINGS IN THE SOFTWARE.
|
15349
|
+
|
15350
|
+
================================================================================
|
15351
|
+
lexical-core LICENSE-APACHE
|
15255
15352
|
================================================================================
|
15256
15353
|
|
15257
15354
|
Apache License
|
@@ -22227,7 +22324,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22227
22324
|
DEALINGS IN THE SOFTWARE.
|
22228
22325
|
|
22229
22326
|
================================================================================
|
22230
|
-
|
22327
|
+
once_cell LICENSE-APACHE
|
22231
22328
|
================================================================================
|
22232
22329
|
|
22233
22330
|
Apache License
|
@@ -22433,266 +22530,35 @@ See the License for the specific language governing permissions and
|
|
22433
22530
|
limitations under the License.
|
22434
22531
|
|
22435
22532
|
================================================================================
|
22436
|
-
|
22533
|
+
once_cell LICENSE-MIT
|
22437
22534
|
================================================================================
|
22438
22535
|
|
22439
|
-
|
22440
|
-
|
22441
|
-
|
22442
|
-
|
22443
|
-
|
22444
|
-
|
22445
|
-
|
22446
|
-
furnished to do so, subject to the following
|
22447
|
-
|
22448
|
-
The above copyright notice and this permission notice shall be included in
|
22449
|
-
all copies or substantial portions of the Software.
|
22536
|
+
Permission is hereby granted, free of charge, to any
|
22537
|
+
person obtaining a copy of this software and associated
|
22538
|
+
documentation files (the "Software"), to deal in the
|
22539
|
+
Software without restriction, including without
|
22540
|
+
limitation the rights to use, copy, modify, merge,
|
22541
|
+
publish, distribute, sublicense, and/or sell copies of
|
22542
|
+
the Software, and to permit persons to whom the Software
|
22543
|
+
is furnished to do so, subject to the following
|
22544
|
+
conditions:
|
22450
22545
|
|
22451
|
-
|
22452
|
-
|
22453
|
-
|
22454
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22455
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22456
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22457
|
-
THE SOFTWARE.
|
22546
|
+
The above copyright notice and this permission notice
|
22547
|
+
shall be included in all copies or substantial portions
|
22548
|
+
of the Software.
|
22458
22549
|
|
22550
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22551
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22552
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22553
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22554
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22555
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22556
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22557
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22558
|
+
DEALINGS IN THE SOFTWARE.
|
22459
22559
|
|
22460
22560
|
================================================================================
|
22461
|
-
|
22462
|
-
================================================================================
|
22463
|
-
|
22464
|
-
Apache License
|
22465
|
-
Version 2.0, January 2004
|
22466
|
-
http://www.apache.org/licenses/
|
22467
|
-
|
22468
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
22469
|
-
|
22470
|
-
1. Definitions.
|
22471
|
-
|
22472
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
22473
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
22474
|
-
|
22475
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
22476
|
-
the copyright owner that is granting the License.
|
22477
|
-
|
22478
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
22479
|
-
other entities that control, are controlled by, or are under common
|
22480
|
-
control with that entity. For the purposes of this definition,
|
22481
|
-
"control" means (i) the power, direct or indirect, to cause the
|
22482
|
-
direction or management of such entity, whether by contract or
|
22483
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22484
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22485
|
-
|
22486
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
22487
|
-
exercising permissions granted by this License.
|
22488
|
-
|
22489
|
-
"Source" form shall mean the preferred form for making modifications,
|
22490
|
-
including but not limited to software source code, documentation
|
22491
|
-
source, and configuration files.
|
22492
|
-
|
22493
|
-
"Object" form shall mean any form resulting from mechanical
|
22494
|
-
transformation or translation of a Source form, including but
|
22495
|
-
not limited to compiled object code, generated documentation,
|
22496
|
-
and conversions to other media types.
|
22497
|
-
|
22498
|
-
"Work" shall mean the work of authorship, whether in Source or
|
22499
|
-
Object form, made available under the License, as indicated by a
|
22500
|
-
copyright notice that is included in or attached to the work
|
22501
|
-
(an example is provided in the Appendix below).
|
22502
|
-
|
22503
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
22504
|
-
form, that is based on (or derived from) the Work and for which the
|
22505
|
-
editorial revisions, annotations, elaborations, or other modifications
|
22506
|
-
represent, as a whole, an original work of authorship. For the purposes
|
22507
|
-
of this License, Derivative Works shall not include works that remain
|
22508
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
22509
|
-
the Work and Derivative Works thereof.
|
22510
|
-
|
22511
|
-
"Contribution" shall mean any work of authorship, including
|
22512
|
-
the original version of the Work and any modifications or additions
|
22513
|
-
to that Work or Derivative Works thereof, that is intentionally
|
22514
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
22515
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
22516
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
22517
|
-
means any form of electronic, verbal, or written communication sent
|
22518
|
-
to the Licensor or its representatives, including but not limited to
|
22519
|
-
communication on electronic mailing lists, source code control systems,
|
22520
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
22521
|
-
Licensor for the purpose of discussing and improving the Work, but
|
22522
|
-
excluding communication that is conspicuously marked or otherwise
|
22523
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
22524
|
-
|
22525
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
22526
|
-
on behalf of whom a Contribution has been received by Licensor and
|
22527
|
-
subsequently incorporated within the Work.
|
22528
|
-
|
22529
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
22530
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22531
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22532
|
-
copyright license to reproduce, prepare Derivative Works of,
|
22533
|
-
publicly display, publicly perform, sublicense, and distribute the
|
22534
|
-
Work and such Derivative Works in Source or Object form.
|
22535
|
-
|
22536
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
22537
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22538
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22539
|
-
(except as stated in this section) patent license to make, have made,
|
22540
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
22541
|
-
where such license applies only to those patent claims licensable
|
22542
|
-
by such Contributor that are necessarily infringed by their
|
22543
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
22544
|
-
with the Work to which such Contribution(s) was submitted. If You
|
22545
|
-
institute patent litigation against any entity (including a
|
22546
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
22547
|
-
or a Contribution incorporated within the Work constitutes direct
|
22548
|
-
or contributory patent infringement, then any patent licenses
|
22549
|
-
granted to You under this License for that Work shall terminate
|
22550
|
-
as of the date such litigation is filed.
|
22551
|
-
|
22552
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
22553
|
-
Work or Derivative Works thereof in any medium, with or without
|
22554
|
-
modifications, and in Source or Object form, provided that You
|
22555
|
-
meet the following conditions:
|
22556
|
-
|
22557
|
-
(a) You must give any other recipients of the Work or
|
22558
|
-
Derivative Works a copy of this License; and
|
22559
|
-
|
22560
|
-
(b) You must cause any modified files to carry prominent notices
|
22561
|
-
stating that You changed the files; and
|
22562
|
-
|
22563
|
-
(c) You must retain, in the Source form of any Derivative Works
|
22564
|
-
that You distribute, all copyright, patent, trademark, and
|
22565
|
-
attribution notices from the Source form of the Work,
|
22566
|
-
excluding those notices that do not pertain to any part of
|
22567
|
-
the Derivative Works; and
|
22568
|
-
|
22569
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
22570
|
-
distribution, then any Derivative Works that You distribute must
|
22571
|
-
include a readable copy of the attribution notices contained
|
22572
|
-
within such NOTICE file, excluding those notices that do not
|
22573
|
-
pertain to any part of the Derivative Works, in at least one
|
22574
|
-
of the following places: within a NOTICE text file distributed
|
22575
|
-
as part of the Derivative Works; within the Source form or
|
22576
|
-
documentation, if provided along with the Derivative Works; or,
|
22577
|
-
within a display generated by the Derivative Works, if and
|
22578
|
-
wherever such third-party notices normally appear. The contents
|
22579
|
-
of the NOTICE file are for informational purposes only and
|
22580
|
-
do not modify the License. You may add Your own attribution
|
22581
|
-
notices within Derivative Works that You distribute, alongside
|
22582
|
-
or as an addendum to the NOTICE text from the Work, provided
|
22583
|
-
that such additional attribution notices cannot be construed
|
22584
|
-
as modifying the License.
|
22585
|
-
|
22586
|
-
You may add Your own copyright statement to Your modifications and
|
22587
|
-
may provide additional or different license terms and conditions
|
22588
|
-
for use, reproduction, or distribution of Your modifications, or
|
22589
|
-
for any such Derivative Works as a whole, provided Your use,
|
22590
|
-
reproduction, and distribution of the Work otherwise complies with
|
22591
|
-
the conditions stated in this License.
|
22592
|
-
|
22593
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
22594
|
-
any Contribution intentionally submitted for inclusion in the Work
|
22595
|
-
by You to the Licensor shall be under the terms and conditions of
|
22596
|
-
this License, without any additional terms or conditions.
|
22597
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
22598
|
-
the terms of any separate license agreement you may have executed
|
22599
|
-
with Licensor regarding such Contributions.
|
22600
|
-
|
22601
|
-
6. Trademarks. This License does not grant permission to use the trade
|
22602
|
-
names, trademarks, service marks, or product names of the Licensor,
|
22603
|
-
except as required for reasonable and customary use in describing the
|
22604
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
22605
|
-
|
22606
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
22607
|
-
agreed to in writing, Licensor provides the Work (and each
|
22608
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
22609
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
22610
|
-
implied, including, without limitation, any warranties or conditions
|
22611
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22612
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
22613
|
-
appropriateness of using or redistributing the Work and assume any
|
22614
|
-
risks associated with Your exercise of permissions under this License.
|
22615
|
-
|
22616
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
22617
|
-
whether in tort (including negligence), contract, or otherwise,
|
22618
|
-
unless required by applicable law (such as deliberate and grossly
|
22619
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
22620
|
-
liable to You for damages, including any direct, indirect, special,
|
22621
|
-
incidental, or consequential damages of any character arising as a
|
22622
|
-
result of this License or out of the use or inability to use the
|
22623
|
-
Work (including but not limited to damages for loss of goodwill,
|
22624
|
-
work stoppage, computer failure or malfunction, or any and all
|
22625
|
-
other commercial damages or losses), even if such Contributor
|
22626
|
-
has been advised of the possibility of such damages.
|
22627
|
-
|
22628
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
22629
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
22630
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
22631
|
-
or other liability obligations and/or rights consistent with this
|
22632
|
-
License. However, in accepting such obligations, You may act only
|
22633
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
22634
|
-
of any other Contributor, and only if You agree to indemnify,
|
22635
|
-
defend, and hold each Contributor harmless for any liability
|
22636
|
-
incurred by, or claims asserted against, such Contributor by reason
|
22637
|
-
of your accepting any such warranty or additional liability.
|
22638
|
-
|
22639
|
-
END OF TERMS AND CONDITIONS
|
22640
|
-
|
22641
|
-
APPENDIX: How to apply the Apache License to your work.
|
22642
|
-
|
22643
|
-
To apply the Apache License to your work, attach the following
|
22644
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
22645
|
-
replaced with your own identifying information. (Don't include
|
22646
|
-
the brackets!) The text should be enclosed in the appropriate
|
22647
|
-
comment syntax for the file format. We also recommend that a
|
22648
|
-
file or class name and description of purpose be included on the
|
22649
|
-
same "printed page" as the copyright notice for easier
|
22650
|
-
identification within third-party archives.
|
22651
|
-
|
22652
|
-
Copyright [yyyy] [name of copyright owner]
|
22653
|
-
|
22654
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
22655
|
-
you may not use this file except in compliance with the License.
|
22656
|
-
You may obtain a copy of the License at
|
22657
|
-
|
22658
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
22659
|
-
|
22660
|
-
Unless required by applicable law or agreed to in writing, software
|
22661
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
22662
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
22663
|
-
See the License for the specific language governing permissions and
|
22664
|
-
limitations under the License.
|
22665
|
-
|
22666
|
-
================================================================================
|
22667
|
-
once_cell LICENSE-MIT
|
22668
|
-
================================================================================
|
22669
|
-
|
22670
|
-
Permission is hereby granted, free of charge, to any
|
22671
|
-
person obtaining a copy of this software and associated
|
22672
|
-
documentation files (the "Software"), to deal in the
|
22673
|
-
Software without restriction, including without
|
22674
|
-
limitation the rights to use, copy, modify, merge,
|
22675
|
-
publish, distribute, sublicense, and/or sell copies of
|
22676
|
-
the Software, and to permit persons to whom the Software
|
22677
|
-
is furnished to do so, subject to the following
|
22678
|
-
conditions:
|
22679
|
-
|
22680
|
-
The above copyright notice and this permission notice
|
22681
|
-
shall be included in all copies or substantial portions
|
22682
|
-
of the Software.
|
22683
|
-
|
22684
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
22685
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
22686
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
22687
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
22688
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
22689
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
22690
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
22691
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22692
|
-
DEALINGS IN THE SOFTWARE.
|
22693
|
-
|
22694
|
-
================================================================================
|
22695
|
-
parking_lot LICENSE-APACHE
|
22561
|
+
parking_lot LICENSE-APACHE
|
22696
22562
|
================================================================================
|
22697
22563
|
|
22698
22564
|
Apache License
|
@@ -24666,6 +24532,188 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24666
24532
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24667
24533
|
DEALINGS IN THE SOFTWARE.
|
24668
24534
|
|
24535
|
+
================================================================================
|
24536
|
+
planus LICENSE-APACHE
|
24537
|
+
================================================================================
|
24538
|
+
|
24539
|
+
Apache License
|
24540
|
+
Version 2.0, January 2004
|
24541
|
+
http://www.apache.org/licenses/
|
24542
|
+
|
24543
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24544
|
+
|
24545
|
+
1. Definitions.
|
24546
|
+
|
24547
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24548
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24549
|
+
|
24550
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24551
|
+
the copyright owner that is granting the License.
|
24552
|
+
|
24553
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24554
|
+
other entities that control, are controlled by, or are under common
|
24555
|
+
control with that entity. For the purposes of this definition,
|
24556
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24557
|
+
direction or management of such entity, whether by contract or
|
24558
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24559
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24560
|
+
|
24561
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24562
|
+
exercising permissions granted by this License.
|
24563
|
+
|
24564
|
+
"Source" form shall mean the preferred form for making modifications,
|
24565
|
+
including but not limited to software source code, documentation
|
24566
|
+
source, and configuration files.
|
24567
|
+
|
24568
|
+
"Object" form shall mean any form resulting from mechanical
|
24569
|
+
transformation or translation of a Source form, including but
|
24570
|
+
not limited to compiled object code, generated documentation,
|
24571
|
+
and conversions to other media types.
|
24572
|
+
|
24573
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24574
|
+
Object form, made available under the License, as indicated by a
|
24575
|
+
copyright notice that is included in or attached to the work
|
24576
|
+
(an example is provided in the Appendix below).
|
24577
|
+
|
24578
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24579
|
+
form, that is based on (or derived from) the Work and for which the
|
24580
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24581
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24582
|
+
of this License, Derivative Works shall not include works that remain
|
24583
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24584
|
+
the Work and Derivative Works thereof.
|
24585
|
+
|
24586
|
+
"Contribution" shall mean any work of authorship, including
|
24587
|
+
the original version of the Work and any modifications or additions
|
24588
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24589
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24590
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24591
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24592
|
+
means any form of electronic, verbal, or written communication sent
|
24593
|
+
to the Licensor or its representatives, including but not limited to
|
24594
|
+
communication on electronic mailing lists, source code control systems,
|
24595
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24596
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24597
|
+
excluding communication that is conspicuously marked or otherwise
|
24598
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24599
|
+
|
24600
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24601
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24602
|
+
subsequently incorporated within the Work.
|
24603
|
+
|
24604
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24605
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24606
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24607
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24608
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24609
|
+
Work and such Derivative Works in Source or Object form.
|
24610
|
+
|
24611
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24612
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24613
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24614
|
+
(except as stated in this section) patent license to make, have made,
|
24615
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24616
|
+
where such license applies only to those patent claims licensable
|
24617
|
+
by such Contributor that are necessarily infringed by their
|
24618
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24619
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24620
|
+
institute patent litigation against any entity (including a
|
24621
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24622
|
+
or a Contribution incorporated within the Work constitutes direct
|
24623
|
+
or contributory patent infringement, then any patent licenses
|
24624
|
+
granted to You under this License for that Work shall terminate
|
24625
|
+
as of the date such litigation is filed.
|
24626
|
+
|
24627
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24628
|
+
Work or Derivative Works thereof in any medium, with or without
|
24629
|
+
modifications, and in Source or Object form, provided that You
|
24630
|
+
meet the following conditions:
|
24631
|
+
|
24632
|
+
(a) You must give any other recipients of the Work or
|
24633
|
+
Derivative Works a copy of this License; and
|
24634
|
+
|
24635
|
+
(b) You must cause any modified files to carry prominent notices
|
24636
|
+
stating that You changed the files; and
|
24637
|
+
|
24638
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24639
|
+
that You distribute, all copyright, patent, trademark, and
|
24640
|
+
attribution notices from the Source form of the Work,
|
24641
|
+
excluding those notices that do not pertain to any part of
|
24642
|
+
the Derivative Works; and
|
24643
|
+
|
24644
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24645
|
+
distribution, then any Derivative Works that You distribute must
|
24646
|
+
include a readable copy of the attribution notices contained
|
24647
|
+
within such NOTICE file, excluding those notices that do not
|
24648
|
+
pertain to any part of the Derivative Works, in at least one
|
24649
|
+
of the following places: within a NOTICE text file distributed
|
24650
|
+
as part of the Derivative Works; within the Source form or
|
24651
|
+
documentation, if provided along with the Derivative Works; or,
|
24652
|
+
within a display generated by the Derivative Works, if and
|
24653
|
+
wherever such third-party notices normally appear. The contents
|
24654
|
+
of the NOTICE file are for informational purposes only and
|
24655
|
+
do not modify the License. You may add Your own attribution
|
24656
|
+
notices within Derivative Works that You distribute, alongside
|
24657
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24658
|
+
that such additional attribution notices cannot be construed
|
24659
|
+
as modifying the License.
|
24660
|
+
|
24661
|
+
You may add Your own copyright statement to Your modifications and
|
24662
|
+
may provide additional or different license terms and conditions
|
24663
|
+
for use, reproduction, or distribution of Your modifications, or
|
24664
|
+
for any such Derivative Works as a whole, provided Your use,
|
24665
|
+
reproduction, and distribution of the Work otherwise complies with
|
24666
|
+
the conditions stated in this License.
|
24667
|
+
|
24668
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24669
|
+
any Contribution intentionally submitted for inclusion in the Work
|
24670
|
+
by You to the Licensor shall be under the terms and conditions of
|
24671
|
+
this License, without any additional terms or conditions.
|
24672
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
24673
|
+
the terms of any separate license agreement you may have executed
|
24674
|
+
with Licensor regarding such Contributions.
|
24675
|
+
|
24676
|
+
6. Trademarks. This License does not grant permission to use the trade
|
24677
|
+
names, trademarks, service marks, or product names of the Licensor,
|
24678
|
+
except as required for reasonable and customary use in describing the
|
24679
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
24680
|
+
|
24681
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
24682
|
+
agreed to in writing, Licensor provides the Work (and each
|
24683
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24684
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24685
|
+
implied, including, without limitation, any warranties or conditions
|
24686
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24687
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24688
|
+
appropriateness of using or redistributing the Work and assume any
|
24689
|
+
risks associated with Your exercise of permissions under this License.
|
24690
|
+
|
24691
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
24692
|
+
whether in tort (including negligence), contract, or otherwise,
|
24693
|
+
unless required by applicable law (such as deliberate and grossly
|
24694
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
24695
|
+
liable to You for damages, including any direct, indirect, special,
|
24696
|
+
incidental, or consequential damages of any character arising as a
|
24697
|
+
result of this License or out of the use or inability to use the
|
24698
|
+
Work (including but not limited to damages for loss of goodwill,
|
24699
|
+
work stoppage, computer failure or malfunction, or any and all
|
24700
|
+
other commercial damages or losses), even if such Contributor
|
24701
|
+
has been advised of the possibility of such damages.
|
24702
|
+
|
24703
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
24704
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
24705
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
24706
|
+
or other liability obligations and/or rights consistent with this
|
24707
|
+
License. However, in accepting such obligations, You may act only
|
24708
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
24709
|
+
of any other Contributor, and only if You agree to indemnify,
|
24710
|
+
defend, and hold each Contributor harmless for any liability
|
24711
|
+
incurred by, or claims asserted against, such Contributor by reason
|
24712
|
+
of your accepting any such warranty or additional liability.
|
24713
|
+
|
24714
|
+
END OF TERMS AND CONDITIONS
|
24715
|
+
|
24716
|
+
|
24669
24717
|
================================================================================
|
24670
24718
|
planus LICENSE-MIT
|
24671
24719
|
================================================================================
|
@@ -24693,188 +24741,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24693
24741
|
SOFTWARE.
|
24694
24742
|
|
24695
24743
|
|
24696
|
-
================================================================================
|
24697
|
-
planus LICENSE-APACHE
|
24698
|
-
================================================================================
|
24699
|
-
|
24700
|
-
Apache License
|
24701
|
-
Version 2.0, January 2004
|
24702
|
-
http://www.apache.org/licenses/
|
24703
|
-
|
24704
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24705
|
-
|
24706
|
-
1. Definitions.
|
24707
|
-
|
24708
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24709
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24710
|
-
|
24711
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24712
|
-
the copyright owner that is granting the License.
|
24713
|
-
|
24714
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24715
|
-
other entities that control, are controlled by, or are under common
|
24716
|
-
control with that entity. For the purposes of this definition,
|
24717
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24718
|
-
direction or management of such entity, whether by contract or
|
24719
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24720
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24721
|
-
|
24722
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24723
|
-
exercising permissions granted by this License.
|
24724
|
-
|
24725
|
-
"Source" form shall mean the preferred form for making modifications,
|
24726
|
-
including but not limited to software source code, documentation
|
24727
|
-
source, and configuration files.
|
24728
|
-
|
24729
|
-
"Object" form shall mean any form resulting from mechanical
|
24730
|
-
transformation or translation of a Source form, including but
|
24731
|
-
not limited to compiled object code, generated documentation,
|
24732
|
-
and conversions to other media types.
|
24733
|
-
|
24734
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24735
|
-
Object form, made available under the License, as indicated by a
|
24736
|
-
copyright notice that is included in or attached to the work
|
24737
|
-
(an example is provided in the Appendix below).
|
24738
|
-
|
24739
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24740
|
-
form, that is based on (or derived from) the Work and for which the
|
24741
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24742
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24743
|
-
of this License, Derivative Works shall not include works that remain
|
24744
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24745
|
-
the Work and Derivative Works thereof.
|
24746
|
-
|
24747
|
-
"Contribution" shall mean any work of authorship, including
|
24748
|
-
the original version of the Work and any modifications or additions
|
24749
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24750
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24751
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24752
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24753
|
-
means any form of electronic, verbal, or written communication sent
|
24754
|
-
to the Licensor or its representatives, including but not limited to
|
24755
|
-
communication on electronic mailing lists, source code control systems,
|
24756
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24757
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24758
|
-
excluding communication that is conspicuously marked or otherwise
|
24759
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24760
|
-
|
24761
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24762
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24763
|
-
subsequently incorporated within the Work.
|
24764
|
-
|
24765
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24766
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24767
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24768
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24769
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24770
|
-
Work and such Derivative Works in Source or Object form.
|
24771
|
-
|
24772
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24773
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24774
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24775
|
-
(except as stated in this section) patent license to make, have made,
|
24776
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24777
|
-
where such license applies only to those patent claims licensable
|
24778
|
-
by such Contributor that are necessarily infringed by their
|
24779
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24780
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24781
|
-
institute patent litigation against any entity (including a
|
24782
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24783
|
-
or a Contribution incorporated within the Work constitutes direct
|
24784
|
-
or contributory patent infringement, then any patent licenses
|
24785
|
-
granted to You under this License for that Work shall terminate
|
24786
|
-
as of the date such litigation is filed.
|
24787
|
-
|
24788
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24789
|
-
Work or Derivative Works thereof in any medium, with or without
|
24790
|
-
modifications, and in Source or Object form, provided that You
|
24791
|
-
meet the following conditions:
|
24792
|
-
|
24793
|
-
(a) You must give any other recipients of the Work or
|
24794
|
-
Derivative Works a copy of this License; and
|
24795
|
-
|
24796
|
-
(b) You must cause any modified files to carry prominent notices
|
24797
|
-
stating that You changed the files; and
|
24798
|
-
|
24799
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24800
|
-
that You distribute, all copyright, patent, trademark, and
|
24801
|
-
attribution notices from the Source form of the Work,
|
24802
|
-
excluding those notices that do not pertain to any part of
|
24803
|
-
the Derivative Works; and
|
24804
|
-
|
24805
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24806
|
-
distribution, then any Derivative Works that You distribute must
|
24807
|
-
include a readable copy of the attribution notices contained
|
24808
|
-
within such NOTICE file, excluding those notices that do not
|
24809
|
-
pertain to any part of the Derivative Works, in at least one
|
24810
|
-
of the following places: within a NOTICE text file distributed
|
24811
|
-
as part of the Derivative Works; within the Source form or
|
24812
|
-
documentation, if provided along with the Derivative Works; or,
|
24813
|
-
within a display generated by the Derivative Works, if and
|
24814
|
-
wherever such third-party notices normally appear. The contents
|
24815
|
-
of the NOTICE file are for informational purposes only and
|
24816
|
-
do not modify the License. You may add Your own attribution
|
24817
|
-
notices within Derivative Works that You distribute, alongside
|
24818
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24819
|
-
that such additional attribution notices cannot be construed
|
24820
|
-
as modifying the License.
|
24821
|
-
|
24822
|
-
You may add Your own copyright statement to Your modifications and
|
24823
|
-
may provide additional or different license terms and conditions
|
24824
|
-
for use, reproduction, or distribution of Your modifications, or
|
24825
|
-
for any such Derivative Works as a whole, provided Your use,
|
24826
|
-
reproduction, and distribution of the Work otherwise complies with
|
24827
|
-
the conditions stated in this License.
|
24828
|
-
|
24829
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24830
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24831
|
-
by You to the Licensor shall be under the terms and conditions of
|
24832
|
-
this License, without any additional terms or conditions.
|
24833
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24834
|
-
the terms of any separate license agreement you may have executed
|
24835
|
-
with Licensor regarding such Contributions.
|
24836
|
-
|
24837
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24838
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24839
|
-
except as required for reasonable and customary use in describing the
|
24840
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24841
|
-
|
24842
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24843
|
-
agreed to in writing, Licensor provides the Work (and each
|
24844
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24845
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24846
|
-
implied, including, without limitation, any warranties or conditions
|
24847
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24848
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24849
|
-
appropriateness of using or redistributing the Work and assume any
|
24850
|
-
risks associated with Your exercise of permissions under this License.
|
24851
|
-
|
24852
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24853
|
-
whether in tort (including negligence), contract, or otherwise,
|
24854
|
-
unless required by applicable law (such as deliberate and grossly
|
24855
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24856
|
-
liable to You for damages, including any direct, indirect, special,
|
24857
|
-
incidental, or consequential damages of any character arising as a
|
24858
|
-
result of this License or out of the use or inability to use the
|
24859
|
-
Work (including but not limited to damages for loss of goodwill,
|
24860
|
-
work stoppage, computer failure or malfunction, or any and all
|
24861
|
-
other commercial damages or losses), even if such Contributor
|
24862
|
-
has been advised of the possibility of such damages.
|
24863
|
-
|
24864
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24865
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24866
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24867
|
-
or other liability obligations and/or rights consistent with this
|
24868
|
-
License. However, in accepting such obligations, You may act only
|
24869
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24870
|
-
of any other Contributor, and only if You agree to indemnify,
|
24871
|
-
defend, and hold each Contributor harmless for any liability
|
24872
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24873
|
-
of your accepting any such warranty or additional liability.
|
24874
|
-
|
24875
|
-
END OF TERMS AND CONDITIONS
|
24876
|
-
|
24877
|
-
|
24878
24744
|
================================================================================
|
24879
24745
|
polars LICENSE
|
24880
24746
|
================================================================================
|
@@ -26020,6 +25886,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26020
25886
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26021
25887
|
SOFTWARE.
|
26022
25888
|
|
25889
|
+
================================================================================
|
25890
|
+
polars-schema LICENSE
|
25891
|
+
================================================================================
|
25892
|
+
|
25893
|
+
Copyright (c) 2020 Ritchie Vink
|
25894
|
+
Some portions Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
25895
|
+
|
25896
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25897
|
+
of this software and associated documentation files (the "Software"), to deal
|
25898
|
+
in the Software without restriction, including without limitation the rights
|
25899
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25900
|
+
copies of the Software, and to permit persons to whom the Software is
|
25901
|
+
furnished to do so, subject to the following conditions:
|
25902
|
+
|
25903
|
+
The above copyright notice and this permission notice shall be included in all
|
25904
|
+
copies or substantial portions of the Software.
|
25905
|
+
|
25906
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25907
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25908
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25909
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25910
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25911
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25912
|
+
SOFTWARE.
|
25913
|
+
|
26023
25914
|
================================================================================
|
26024
25915
|
polars-sql LICENSE
|
26025
25916
|
================================================================================
|
@@ -33028,366 +32919,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
33028
32919
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
33029
32920
|
DEALINGS IN THE SOFTWARE.
|
33030
32921
|
|
33031
|
-
================================================================================
|
33032
|
-
smartstring LICENCE.md
|
33033
|
-
================================================================================
|
33034
|
-
|
33035
|
-
Mozilla Public License Version 2.0
|
33036
|
-
==================================
|
33037
|
-
|
33038
|
-
### 1. Definitions
|
33039
|
-
|
33040
|
-
**1.1. “Contributor”**
|
33041
|
-
means each individual or legal entity that creates, contributes to
|
33042
|
-
the creation of, or owns Covered Software.
|
33043
|
-
|
33044
|
-
**1.2. “Contributor Version”**
|
33045
|
-
means the combination of the Contributions of others (if any) used
|
33046
|
-
by a Contributor and that particular Contributor's Contribution.
|
33047
|
-
|
33048
|
-
**1.3. “Contribution”**
|
33049
|
-
means Covered Software of a particular Contributor.
|
33050
|
-
|
33051
|
-
**1.4. “Covered Software”**
|
33052
|
-
means Source Code Form to which the initial Contributor has attached
|
33053
|
-
the notice in Exhibit A, the Executable Form of such Source Code
|
33054
|
-
Form, and Modifications of such Source Code Form, in each case
|
33055
|
-
including portions thereof.
|
33056
|
-
|
33057
|
-
**1.5. “Incompatible With Secondary Licenses”**
|
33058
|
-
means
|
33059
|
-
|
33060
|
-
* **(a)** that the initial Contributor has attached the notice described
|
33061
|
-
in Exhibit B to the Covered Software; or
|
33062
|
-
* **(b)** that the Covered Software was made available under the terms of
|
33063
|
-
version 1.1 or earlier of the License, but not also under the
|
33064
|
-
terms of a Secondary License.
|
33065
|
-
|
33066
|
-
**1.6. “Executable Form”**
|
33067
|
-
means any form of the work other than Source Code Form.
|
33068
|
-
|
33069
|
-
**1.7. “Larger Work”**
|
33070
|
-
means a work that combines Covered Software with other material, in
|
33071
|
-
a separate file or files, that is not Covered Software.
|
33072
|
-
|
33073
|
-
**1.8. “License”**
|
33074
|
-
means this document.
|
33075
|
-
|
33076
|
-
**1.9. “Licensable”**
|
33077
|
-
means having the right to grant, to the maximum extent possible,
|
33078
|
-
whether at the time of the initial grant or subsequently, any and
|
33079
|
-
all of the rights conveyed by this License.
|
33080
|
-
|
33081
|
-
**1.10. “Modifications”**
|
33082
|
-
means any of the following:
|
33083
|
-
|
33084
|
-
* **(a)** any file in Source Code Form that results from an addition to,
|
33085
|
-
deletion from, or modification of the contents of Covered
|
33086
|
-
Software; or
|
33087
|
-
* **(b)** any new file in Source Code Form that contains any Covered
|
33088
|
-
Software.
|
33089
|
-
|
33090
|
-
**1.11. “Patent Claims” of a Contributor**
|
33091
|
-
means any patent claim(s), including without limitation, method,
|
33092
|
-
process, and apparatus claims, in any patent Licensable by such
|
33093
|
-
Contributor that would be infringed, but for the grant of the
|
33094
|
-
License, by the making, using, selling, offering for sale, having
|
33095
|
-
made, import, or transfer of either its Contributions or its
|
33096
|
-
Contributor Version.
|
33097
|
-
|
33098
|
-
**1.12. “Secondary License”**
|
33099
|
-
means either the GNU General Public License, Version 2.0, the GNU
|
33100
|
-
Lesser General Public License, Version 2.1, the GNU Affero General
|
33101
|
-
Public License, Version 3.0, or any later versions of those
|
33102
|
-
licenses.
|
33103
|
-
|
33104
|
-
**1.13. “Source Code Form”**
|
33105
|
-
means the form of the work preferred for making modifications.
|
33106
|
-
|
33107
|
-
**1.14. “You” (or “Your”)**
|
33108
|
-
means an individual or a legal entity exercising rights under this
|
33109
|
-
License. For legal entities, “You” includes any entity that
|
33110
|
-
controls, is controlled by, or is under common control with You. For
|
33111
|
-
purposes of this definition, “control” means **(a)** the power, direct
|
33112
|
-
or indirect, to cause the direction or management of such entity,
|
33113
|
-
whether by contract or otherwise, or **(b)** ownership of more than
|
33114
|
-
fifty percent (50%) of the outstanding shares or beneficial
|
33115
|
-
ownership of such entity.
|
33116
|
-
|
33117
|
-
|
33118
|
-
### 2. License Grants and Conditions
|
33119
|
-
|
33120
|
-
#### 2.1. Grants
|
33121
|
-
|
33122
|
-
Each Contributor hereby grants You a world-wide, royalty-free,
|
33123
|
-
non-exclusive license:
|
33124
|
-
|
33125
|
-
* **(a)** under intellectual property rights (other than patent or trademark)
|
33126
|
-
Licensable by such Contributor to use, reproduce, make available,
|
33127
|
-
modify, display, perform, distribute, and otherwise exploit its
|
33128
|
-
Contributions, either on an unmodified basis, with Modifications, or
|
33129
|
-
as part of a Larger Work; and
|
33130
|
-
* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
|
33131
|
-
for sale, have made, import, and otherwise transfer either its
|
33132
|
-
Contributions or its Contributor Version.
|
33133
|
-
|
33134
|
-
#### 2.2. Effective Date
|
33135
|
-
|
33136
|
-
The licenses granted in Section 2.1 with respect to any Contribution
|
33137
|
-
become effective for each Contribution on the date the Contributor first
|
33138
|
-
distributes such Contribution.
|
33139
|
-
|
33140
|
-
#### 2.3. Limitations on Grant Scope
|
33141
|
-
|
33142
|
-
The licenses granted in this Section 2 are the only rights granted under
|
33143
|
-
this License. No additional rights or licenses will be implied from the
|
33144
|
-
distribution or licensing of Covered Software under this License.
|
33145
|
-
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
33146
|
-
Contributor:
|
33147
|
-
|
33148
|
-
* **(a)** for any code that a Contributor has removed from Covered Software;
|
33149
|
-
or
|
33150
|
-
* **(b)** for infringements caused by: **(i)** Your and any other third party's
|
33151
|
-
modifications of Covered Software, or **(ii)** the combination of its
|
33152
|
-
Contributions with other software (except as part of its Contributor
|
33153
|
-
Version); or
|
33154
|
-
* **(c)** under Patent Claims infringed by Covered Software in the absence of
|
33155
|
-
its Contributions.
|
33156
|
-
|
33157
|
-
This License does not grant any rights in the trademarks, service marks,
|
33158
|
-
or logos of any Contributor (except as may be necessary to comply with
|
33159
|
-
the notice requirements in Section 3.4).
|
33160
|
-
|
33161
|
-
#### 2.4. Subsequent Licenses
|
33162
|
-
|
33163
|
-
No Contributor makes additional grants as a result of Your choice to
|
33164
|
-
distribute the Covered Software under a subsequent version of this
|
33165
|
-
License (see Section 10.2) or under the terms of a Secondary License (if
|
33166
|
-
permitted under the terms of Section 3.3).
|
33167
|
-
|
33168
|
-
#### 2.5. Representation
|
33169
|
-
|
33170
|
-
Each Contributor represents that the Contributor believes its
|
33171
|
-
Contributions are its original creation(s) or it has sufficient rights
|
33172
|
-
to grant the rights to its Contributions conveyed by this License.
|
33173
|
-
|
33174
|
-
#### 2.6. Fair Use
|
33175
|
-
|
33176
|
-
This License is not intended to limit any rights You have under
|
33177
|
-
applicable copyright doctrines of fair use, fair dealing, or other
|
33178
|
-
equivalents.
|
33179
|
-
|
33180
|
-
#### 2.7. Conditions
|
33181
|
-
|
33182
|
-
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
33183
|
-
in Section 2.1.
|
33184
|
-
|
33185
|
-
|
33186
|
-
### 3. Responsibilities
|
33187
|
-
|
33188
|
-
#### 3.1. Distribution of Source Form
|
33189
|
-
|
33190
|
-
All distribution of Covered Software in Source Code Form, including any
|
33191
|
-
Modifications that You create or to which You contribute, must be under
|
33192
|
-
the terms of this License. You must inform recipients that the Source
|
33193
|
-
Code Form of the Covered Software is governed by the terms of this
|
33194
|
-
License, and how they can obtain a copy of this License. You may not
|
33195
|
-
attempt to alter or restrict the recipients' rights in the Source Code
|
33196
|
-
Form.
|
33197
|
-
|
33198
|
-
#### 3.2. Distribution of Executable Form
|
33199
|
-
|
33200
|
-
If You distribute Covered Software in Executable Form then:
|
33201
|
-
|
33202
|
-
* **(a)** such Covered Software must also be made available in Source Code
|
33203
|
-
Form, as described in Section 3.1, and You must inform recipients of
|
33204
|
-
the Executable Form how they can obtain a copy of such Source Code
|
33205
|
-
Form by reasonable means in a timely manner, at a charge no more
|
33206
|
-
than the cost of distribution to the recipient; and
|
33207
|
-
|
33208
|
-
* **(b)** You may distribute such Executable Form under the terms of this
|
33209
|
-
License, or sublicense it under different terms, provided that the
|
33210
|
-
license for the Executable Form does not attempt to limit or alter
|
33211
|
-
the recipients' rights in the Source Code Form under this License.
|
33212
|
-
|
33213
|
-
#### 3.3. Distribution of a Larger Work
|
33214
|
-
|
33215
|
-
You may create and distribute a Larger Work under terms of Your choice,
|
33216
|
-
provided that You also comply with the requirements of this License for
|
33217
|
-
the Covered Software. If the Larger Work is a combination of Covered
|
33218
|
-
Software with a work governed by one or more Secondary Licenses, and the
|
33219
|
-
Covered Software is not Incompatible With Secondary Licenses, this
|
33220
|
-
License permits You to additionally distribute such Covered Software
|
33221
|
-
under the terms of such Secondary License(s), so that the recipient of
|
33222
|
-
the Larger Work may, at their option, further distribute the Covered
|
33223
|
-
Software under the terms of either this License or such Secondary
|
33224
|
-
License(s).
|
33225
|
-
|
33226
|
-
#### 3.4. Notices
|
33227
|
-
|
33228
|
-
You may not remove or alter the substance of any license notices
|
33229
|
-
(including copyright notices, patent notices, disclaimers of warranty,
|
33230
|
-
or limitations of liability) contained within the Source Code Form of
|
33231
|
-
the Covered Software, except that You may alter any license notices to
|
33232
|
-
the extent required to remedy known factual inaccuracies.
|
33233
|
-
|
33234
|
-
#### 3.5. Application of Additional Terms
|
33235
|
-
|
33236
|
-
You may choose to offer, and to charge a fee for, warranty, support,
|
33237
|
-
indemnity or liability obligations to one or more recipients of Covered
|
33238
|
-
Software. However, You may do so only on Your own behalf, and not on
|
33239
|
-
behalf of any Contributor. You must make it absolutely clear that any
|
33240
|
-
such warranty, support, indemnity, or liability obligation is offered by
|
33241
|
-
You alone, and You hereby agree to indemnify every Contributor for any
|
33242
|
-
liability incurred by such Contributor as a result of warranty, support,
|
33243
|
-
indemnity or liability terms You offer. You may include additional
|
33244
|
-
disclaimers of warranty and limitations of liability specific to any
|
33245
|
-
jurisdiction.
|
33246
|
-
|
33247
|
-
|
33248
|
-
### 4. Inability to Comply Due to Statute or Regulation
|
33249
|
-
|
33250
|
-
If it is impossible for You to comply with any of the terms of this
|
33251
|
-
License with respect to some or all of the Covered Software due to
|
33252
|
-
statute, judicial order, or regulation then You must: **(a)** comply with
|
33253
|
-
the terms of this License to the maximum extent possible; and **(b)**
|
33254
|
-
describe the limitations and the code they affect. Such description must
|
33255
|
-
be placed in a text file included with all distributions of the Covered
|
33256
|
-
Software under this License. Except to the extent prohibited by statute
|
33257
|
-
or regulation, such description must be sufficiently detailed for a
|
33258
|
-
recipient of ordinary skill to be able to understand it.
|
33259
|
-
|
33260
|
-
|
33261
|
-
### 5. Termination
|
33262
|
-
|
33263
|
-
**5.1.** The rights granted under this License will terminate automatically
|
33264
|
-
if You fail to comply with any of its terms. However, if You become
|
33265
|
-
compliant, then the rights granted under this License from a particular
|
33266
|
-
Contributor are reinstated **(a)** provisionally, unless and until such
|
33267
|
-
Contributor explicitly and finally terminates Your grants, and **(b)** on an
|
33268
|
-
ongoing basis, if such Contributor fails to notify You of the
|
33269
|
-
non-compliance by some reasonable means prior to 60 days after You have
|
33270
|
-
come back into compliance. Moreover, Your grants from a particular
|
33271
|
-
Contributor are reinstated on an ongoing basis if such Contributor
|
33272
|
-
notifies You of the non-compliance by some reasonable means, this is the
|
33273
|
-
first time You have received notice of non-compliance with this License
|
33274
|
-
from such Contributor, and You become compliant prior to 30 days after
|
33275
|
-
Your receipt of the notice.
|
33276
|
-
|
33277
|
-
**5.2.** If You initiate litigation against any entity by asserting a patent
|
33278
|
-
infringement claim (excluding declaratory judgment actions,
|
33279
|
-
counter-claims, and cross-claims) alleging that a Contributor Version
|
33280
|
-
directly or indirectly infringes any patent, then the rights granted to
|
33281
|
-
You by any and all Contributors for the Covered Software under Section
|
33282
|
-
2.1 of this License shall terminate.
|
33283
|
-
|
33284
|
-
**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
|
33285
|
-
end user license agreements (excluding distributors and resellers) which
|
33286
|
-
have been validly granted by You or Your distributors under this License
|
33287
|
-
prior to termination shall survive termination.
|
33288
|
-
|
33289
|
-
|
33290
|
-
### 6. Disclaimer of Warranty
|
33291
|
-
|
33292
|
-
> Covered Software is provided under this License on an “as is”
|
33293
|
-
> basis, without warranty of any kind, either expressed, implied, or
|
33294
|
-
> statutory, including, without limitation, warranties that the
|
33295
|
-
> Covered Software is free of defects, merchantable, fit for a
|
33296
|
-
> particular purpose or non-infringing. The entire risk as to the
|
33297
|
-
> quality and performance of the Covered Software is with You.
|
33298
|
-
> Should any Covered Software prove defective in any respect, You
|
33299
|
-
> (not any Contributor) assume the cost of any necessary servicing,
|
33300
|
-
> repair, or correction. This disclaimer of warranty constitutes an
|
33301
|
-
> essential part of this License. No use of any Covered Software is
|
33302
|
-
> authorized under this License except under this disclaimer.
|
33303
|
-
|
33304
|
-
### 7. Limitation of Liability
|
33305
|
-
|
33306
|
-
> Under no circumstances and under no legal theory, whether tort
|
33307
|
-
> (including negligence), contract, or otherwise, shall any
|
33308
|
-
> Contributor, or anyone who distributes Covered Software as
|
33309
|
-
> permitted above, be liable to You for any direct, indirect,
|
33310
|
-
> special, incidental, or consequential damages of any character
|
33311
|
-
> including, without limitation, damages for lost profits, loss of
|
33312
|
-
> goodwill, work stoppage, computer failure or malfunction, or any
|
33313
|
-
> and all other commercial damages or losses, even if such party
|
33314
|
-
> shall have been informed of the possibility of such damages. This
|
33315
|
-
> limitation of liability shall not apply to liability for death or
|
33316
|
-
> personal injury resulting from such party's negligence to the
|
33317
|
-
> extent applicable law prohibits such limitation. Some
|
33318
|
-
> jurisdictions do not allow the exclusion or limitation of
|
33319
|
-
> incidental or consequential damages, so this exclusion and
|
33320
|
-
> limitation may not apply to You.
|
33321
|
-
|
33322
|
-
|
33323
|
-
### 8. Litigation
|
33324
|
-
|
33325
|
-
Any litigation relating to this License may be brought only in the
|
33326
|
-
courts of a jurisdiction where the defendant maintains its principal
|
33327
|
-
place of business and such litigation shall be governed by laws of that
|
33328
|
-
jurisdiction, without reference to its conflict-of-law provisions.
|
33329
|
-
Nothing in this Section shall prevent a party's ability to bring
|
33330
|
-
cross-claims or counter-claims.
|
33331
|
-
|
33332
|
-
|
33333
|
-
### 9. Miscellaneous
|
33334
|
-
|
33335
|
-
This License represents the complete agreement concerning the subject
|
33336
|
-
matter hereof. If any provision of this License is held to be
|
33337
|
-
unenforceable, such provision shall be reformed only to the extent
|
33338
|
-
necessary to make it enforceable. Any law or regulation which provides
|
33339
|
-
that the language of a contract shall be construed against the drafter
|
33340
|
-
shall not be used to construe this License against a Contributor.
|
33341
|
-
|
33342
|
-
|
33343
|
-
### 10. Versions of the License
|
33344
|
-
|
33345
|
-
#### 10.1. New Versions
|
33346
|
-
|
33347
|
-
Mozilla Foundation is the license steward. Except as provided in Section
|
33348
|
-
10.3, no one other than the license steward has the right to modify or
|
33349
|
-
publish new versions of this License. Each version will be given a
|
33350
|
-
distinguishing version number.
|
33351
|
-
|
33352
|
-
#### 10.2. Effect of New Versions
|
33353
|
-
|
33354
|
-
You may distribute the Covered Software under the terms of the version
|
33355
|
-
of the License under which You originally received the Covered Software,
|
33356
|
-
or under the terms of any subsequent version published by the license
|
33357
|
-
steward.
|
33358
|
-
|
33359
|
-
#### 10.3. Modified Versions
|
33360
|
-
|
33361
|
-
If you create software not governed by this License, and you want to
|
33362
|
-
create a new license for such software, you may create and use a
|
33363
|
-
modified version of this License if you rename the license and remove
|
33364
|
-
any references to the name of the license steward (except to note that
|
33365
|
-
such modified license differs from this License).
|
33366
|
-
|
33367
|
-
#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
|
33368
|
-
|
33369
|
-
If You choose to distribute Source Code Form that is Incompatible With
|
33370
|
-
Secondary Licenses under the terms of this version of the License, the
|
33371
|
-
notice described in Exhibit B of this License must be attached.
|
33372
|
-
|
33373
|
-
## Exhibit A - Source Code Form License Notice
|
33374
|
-
|
33375
|
-
This Source Code Form is subject to the terms of the Mozilla Public
|
33376
|
-
License, v. 2.0. If a copy of the MPL was not distributed with this
|
33377
|
-
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
33378
|
-
|
33379
|
-
If it is not possible or desirable to put the notice in a particular
|
33380
|
-
file, then You may include the notice in a location (such as a LICENSE
|
33381
|
-
file in a relevant directory) where a recipient would be likely to look
|
33382
|
-
for such a notice.
|
33383
|
-
|
33384
|
-
You may add additional accurate notices of copyright ownership.
|
33385
|
-
|
33386
|
-
## Exhibit B - “Incompatible With Secondary Licenses” Notice
|
33387
|
-
|
33388
|
-
This Source Code Form is "Incompatible With Secondary Licenses", as
|
33389
|
-
defined by the Mozilla Public License, v. 2.0.
|
33390
|
-
|
33391
32922
|
================================================================================
|
33392
32923
|
snap COPYING
|
33393
32924
|
================================================================================
|
@@ -35303,7 +34834,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35303
34834
|
DEALINGS IN THE SOFTWARE.
|
35304
34835
|
|
35305
34836
|
================================================================================
|
35306
|
-
syn v2.0.
|
34837
|
+
syn v2.0.77 LICENSE-APACHE
|
35307
34838
|
================================================================================
|
35308
34839
|
|
35309
34840
|
Apache License
|
@@ -35484,7 +35015,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35484
35015
|
END OF TERMS AND CONDITIONS
|
35485
35016
|
|
35486
35017
|
================================================================================
|
35487
|
-
syn v2.0.
|
35018
|
+
syn v2.0.77 LICENSE-MIT
|
35488
35019
|
================================================================================
|
35489
35020
|
|
35490
35021
|
Permission is hereby granted, free of charge, to any
|
@@ -36205,31 +35736,27 @@ SOFTWARE.
|
|
36205
35736
|
tokio-util LICENSE
|
36206
35737
|
================================================================================
|
36207
35738
|
|
36208
|
-
|
35739
|
+
MIT License
|
36209
35740
|
|
36210
|
-
|
36211
|
-
person obtaining a copy of this software and associated
|
36212
|
-
documentation files (the "Software"), to deal in the
|
36213
|
-
Software without restriction, including without
|
36214
|
-
limitation the rights to use, copy, modify, merge,
|
36215
|
-
publish, distribute, sublicense, and/or sell copies of
|
36216
|
-
the Software, and to permit persons to whom the Software
|
36217
|
-
is furnished to do so, subject to the following
|
36218
|
-
conditions:
|
35741
|
+
Copyright (c) Tokio Contributors
|
36219
35742
|
|
36220
|
-
|
36221
|
-
|
36222
|
-
|
35743
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35744
|
+
of this software and associated documentation files (the "Software"), to deal
|
35745
|
+
in the Software without restriction, including without limitation the rights
|
35746
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35747
|
+
copies of the Software, and to permit persons to whom the Software is
|
35748
|
+
furnished to do so, subject to the following conditions:
|
36223
35749
|
|
36224
|
-
|
36225
|
-
|
36226
|
-
|
36227
|
-
|
36228
|
-
|
36229
|
-
|
36230
|
-
|
36231
|
-
IN
|
36232
|
-
|
35750
|
+
The above copyright notice and this permission notice shall be included in all
|
35751
|
+
copies or substantial portions of the Software.
|
35752
|
+
|
35753
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35754
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35755
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35756
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35757
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35758
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35759
|
+
SOFTWARE.
|
36233
35760
|
|
36234
35761
|
================================================================================
|
36235
35762
|
unicode-ident LICENSE-APACHE
|
@@ -38403,6 +37930,273 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
38403
37930
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38404
37931
|
DEALINGS IN THE SOFTWARE.
|
38405
37932
|
|
37933
|
+
================================================================================
|
37934
|
+
zerocopy-derive LICENSE-APACHE
|
37935
|
+
================================================================================
|
37936
|
+
|
37937
|
+
Apache License
|
37938
|
+
Version 2.0, January 2004
|
37939
|
+
http://www.apache.org/licenses/
|
37940
|
+
|
37941
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
37942
|
+
|
37943
|
+
1. Definitions.
|
37944
|
+
|
37945
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
37946
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
37947
|
+
|
37948
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
37949
|
+
the copyright owner that is granting the License.
|
37950
|
+
|
37951
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
37952
|
+
other entities that control, are controlled by, or are under common
|
37953
|
+
control with that entity. For the purposes of this definition,
|
37954
|
+
"control" means (i) the power, direct or indirect, to cause the
|
37955
|
+
direction or management of such entity, whether by contract or
|
37956
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
37957
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
37958
|
+
|
37959
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
37960
|
+
exercising permissions granted by this License.
|
37961
|
+
|
37962
|
+
"Source" form shall mean the preferred form for making modifications,
|
37963
|
+
including but not limited to software source code, documentation
|
37964
|
+
source, and configuration files.
|
37965
|
+
|
37966
|
+
"Object" form shall mean any form resulting from mechanical
|
37967
|
+
transformation or translation of a Source form, including but
|
37968
|
+
not limited to compiled object code, generated documentation,
|
37969
|
+
and conversions to other media types.
|
37970
|
+
|
37971
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37972
|
+
Object form, made available under the License, as indicated by a
|
37973
|
+
copyright notice that is included in or attached to the work
|
37974
|
+
(an example is provided in the Appendix below).
|
37975
|
+
|
37976
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
37977
|
+
form, that is based on (or derived from) the Work and for which the
|
37978
|
+
editorial revisions, annotations, elaborations, or other modifications
|
37979
|
+
represent, as a whole, an original work of authorship. For the purposes
|
37980
|
+
of this License, Derivative Works shall not include works that remain
|
37981
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
37982
|
+
the Work and Derivative Works thereof.
|
37983
|
+
|
37984
|
+
"Contribution" shall mean any work of authorship, including
|
37985
|
+
the original version of the Work and any modifications or additions
|
37986
|
+
to that Work or Derivative Works thereof, that is intentionally
|
37987
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
37988
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
37989
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
37990
|
+
means any form of electronic, verbal, or written communication sent
|
37991
|
+
to the Licensor or its representatives, including but not limited to
|
37992
|
+
communication on electronic mailing lists, source code control systems,
|
37993
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
37994
|
+
Licensor for the purpose of discussing and improving the Work, but
|
37995
|
+
excluding communication that is conspicuously marked or otherwise
|
37996
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
37997
|
+
|
37998
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
37999
|
+
on behalf of whom a Contribution has been received by Licensor and
|
38000
|
+
subsequently incorporated within the Work.
|
38001
|
+
|
38002
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
38003
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38004
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38005
|
+
copyright license to reproduce, prepare Derivative Works of,
|
38006
|
+
publicly display, publicly perform, sublicense, and distribute the
|
38007
|
+
Work and such Derivative Works in Source or Object form.
|
38008
|
+
|
38009
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
38010
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38011
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38012
|
+
(except as stated in this section) patent license to make, have made,
|
38013
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
38014
|
+
where such license applies only to those patent claims licensable
|
38015
|
+
by such Contributor that are necessarily infringed by their
|
38016
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
38017
|
+
with the Work to which such Contribution(s) was submitted. If You
|
38018
|
+
institute patent litigation against any entity (including a
|
38019
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
38020
|
+
or a Contribution incorporated within the Work constitutes direct
|
38021
|
+
or contributory patent infringement, then any patent licenses
|
38022
|
+
granted to You under this License for that Work shall terminate
|
38023
|
+
as of the date such litigation is filed.
|
38024
|
+
|
38025
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
38026
|
+
Work or Derivative Works thereof in any medium, with or without
|
38027
|
+
modifications, and in Source or Object form, provided that You
|
38028
|
+
meet the following conditions:
|
38029
|
+
|
38030
|
+
(a) You must give any other recipients of the Work or
|
38031
|
+
Derivative Works a copy of this License; and
|
38032
|
+
|
38033
|
+
(b) You must cause any modified files to carry prominent notices
|
38034
|
+
stating that You changed the files; and
|
38035
|
+
|
38036
|
+
(c) You must retain, in the Source form of any Derivative Works
|
38037
|
+
that You distribute, all copyright, patent, trademark, and
|
38038
|
+
attribution notices from the Source form of the Work,
|
38039
|
+
excluding those notices that do not pertain to any part of
|
38040
|
+
the Derivative Works; and
|
38041
|
+
|
38042
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
38043
|
+
distribution, then any Derivative Works that You distribute must
|
38044
|
+
include a readable copy of the attribution notices contained
|
38045
|
+
within such NOTICE file, excluding those notices that do not
|
38046
|
+
pertain to any part of the Derivative Works, in at least one
|
38047
|
+
of the following places: within a NOTICE text file distributed
|
38048
|
+
as part of the Derivative Works; within the Source form or
|
38049
|
+
documentation, if provided along with the Derivative Works; or,
|
38050
|
+
within a display generated by the Derivative Works, if and
|
38051
|
+
wherever such third-party notices normally appear. The contents
|
38052
|
+
of the NOTICE file are for informational purposes only and
|
38053
|
+
do not modify the License. You may add Your own attribution
|
38054
|
+
notices within Derivative Works that You distribute, alongside
|
38055
|
+
or as an addendum to the NOTICE text from the Work, provided
|
38056
|
+
that such additional attribution notices cannot be construed
|
38057
|
+
as modifying the License.
|
38058
|
+
|
38059
|
+
You may add Your own copyright statement to Your modifications and
|
38060
|
+
may provide additional or different license terms and conditions
|
38061
|
+
for use, reproduction, or distribution of Your modifications, or
|
38062
|
+
for any such Derivative Works as a whole, provided Your use,
|
38063
|
+
reproduction, and distribution of the Work otherwise complies with
|
38064
|
+
the conditions stated in this License.
|
38065
|
+
|
38066
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
38067
|
+
any Contribution intentionally submitted for inclusion in the Work
|
38068
|
+
by You to the Licensor shall be under the terms and conditions of
|
38069
|
+
this License, without any additional terms or conditions.
|
38070
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
38071
|
+
the terms of any separate license agreement you may have executed
|
38072
|
+
with Licensor regarding such Contributions.
|
38073
|
+
|
38074
|
+
6. Trademarks. This License does not grant permission to use the trade
|
38075
|
+
names, trademarks, service marks, or product names of the Licensor,
|
38076
|
+
except as required for reasonable and customary use in describing the
|
38077
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
38078
|
+
|
38079
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
38080
|
+
agreed to in writing, Licensor provides the Work (and each
|
38081
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
38082
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
38083
|
+
implied, including, without limitation, any warranties or conditions
|
38084
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
38085
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
38086
|
+
appropriateness of using or redistributing the Work and assume any
|
38087
|
+
risks associated with Your exercise of permissions under this License.
|
38088
|
+
|
38089
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
38090
|
+
whether in tort (including negligence), contract, or otherwise,
|
38091
|
+
unless required by applicable law (such as deliberate and grossly
|
38092
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
38093
|
+
liable to You for damages, including any direct, indirect, special,
|
38094
|
+
incidental, or consequential damages of any character arising as a
|
38095
|
+
result of this License or out of the use or inability to use the
|
38096
|
+
Work (including but not limited to damages for loss of goodwill,
|
38097
|
+
work stoppage, computer failure or malfunction, or any and all
|
38098
|
+
other commercial damages or losses), even if such Contributor
|
38099
|
+
has been advised of the possibility of such damages.
|
38100
|
+
|
38101
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
38102
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
38103
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
38104
|
+
or other liability obligations and/or rights consistent with this
|
38105
|
+
License. However, in accepting such obligations, You may act only
|
38106
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
38107
|
+
of any other Contributor, and only if You agree to indemnify,
|
38108
|
+
defend, and hold each Contributor harmless for any liability
|
38109
|
+
incurred by, or claims asserted against, such Contributor by reason
|
38110
|
+
of your accepting any such warranty or additional liability.
|
38111
|
+
|
38112
|
+
END OF TERMS AND CONDITIONS
|
38113
|
+
|
38114
|
+
APPENDIX: How to apply the Apache License to your work.
|
38115
|
+
|
38116
|
+
To apply the Apache License to your work, attach the following
|
38117
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
38118
|
+
replaced with your own identifying information. (Don't include
|
38119
|
+
the brackets!) The text should be enclosed in the appropriate
|
38120
|
+
comment syntax for the file format. We also recommend that a
|
38121
|
+
file or class name and description of purpose be included on the
|
38122
|
+
same "printed page" as the copyright notice for easier
|
38123
|
+
identification within third-party archives.
|
38124
|
+
|
38125
|
+
Copyright 2023 The Fuchsia Authors
|
38126
|
+
|
38127
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
38128
|
+
you may not use this file except in compliance with the License.
|
38129
|
+
You may obtain a copy of the License at
|
38130
|
+
|
38131
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
38132
|
+
|
38133
|
+
Unless required by applicable law or agreed to in writing, software
|
38134
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
38135
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
38136
|
+
See the License for the specific language governing permissions and
|
38137
|
+
limitations under the License.
|
38138
|
+
|
38139
|
+
|
38140
|
+
================================================================================
|
38141
|
+
zerocopy-derive LICENSE-BSD
|
38142
|
+
================================================================================
|
38143
|
+
|
38144
|
+
Copyright 2019 The Fuchsia Authors.
|
38145
|
+
|
38146
|
+
Redistribution and use in source and binary forms, with or without
|
38147
|
+
modification, are permitted provided that the following conditions are
|
38148
|
+
met:
|
38149
|
+
|
38150
|
+
* Redistributions of source code must retain the above copyright
|
38151
|
+
notice, this list of conditions and the following disclaimer.
|
38152
|
+
* Redistributions in binary form must reproduce the above
|
38153
|
+
copyright notice, this list of conditions and the following disclaimer
|
38154
|
+
in the documentation and/or other materials provided with the
|
38155
|
+
distribution.
|
38156
|
+
|
38157
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
38158
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
38159
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
38160
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
38161
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
38162
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
38163
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
38164
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
38165
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
38166
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
38167
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
38168
|
+
|
38169
|
+
================================================================================
|
38170
|
+
zerocopy-derive LICENSE-MIT
|
38171
|
+
================================================================================
|
38172
|
+
|
38173
|
+
Copyright 2023 The Fuchsia Authors
|
38174
|
+
|
38175
|
+
Permission is hereby granted, free of charge, to any
|
38176
|
+
person obtaining a copy of this software and associated
|
38177
|
+
documentation files (the "Software"), to deal in the
|
38178
|
+
Software without restriction, including without
|
38179
|
+
limitation the rights to use, copy, modify, merge,
|
38180
|
+
publish, distribute, sublicense, and/or sell copies of
|
38181
|
+
the Software, and to permit persons to whom the Software
|
38182
|
+
is furnished to do so, subject to the following
|
38183
|
+
conditions:
|
38184
|
+
|
38185
|
+
The above copyright notice and this permission notice
|
38186
|
+
shall be included in all copies or substantial portions
|
38187
|
+
of the Software.
|
38188
|
+
|
38189
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
38190
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
38191
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
38192
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
38193
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
38194
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
38195
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
38196
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38197
|
+
DEALINGS IN THE SOFTWARE.
|
38198
|
+
|
38199
|
+
|
38406
38200
|
================================================================================
|
38407
38201
|
zstd LICENSE
|
38408
38202
|
================================================================================
|