polars-df 0.12.0-x86_64-linux → 0.13.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Cargo.lock +248 -269
- data/LICENSE-THIRD-PARTY.txt +883 -810
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/io/ipc.rb +32 -4
- data/lib/polars/io/parquet.rb +10 -4
- data/lib/polars/lazy_frame.rb +5 -1
- data/lib/polars/series.rb +3 -2
- data/lib/polars/string_expr.rb +9 -9
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -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.81
|
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,7 +86,7 @@ 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.16.
|
89
|
+
bytemuck v1.16.3
|
90
90
|
https://github.com/Lokathor/bytemuck
|
91
91
|
Zlib OR Apache-2.0 OR MIT
|
92
92
|
|
@@ -94,11 +94,15 @@ bytemuck_derive v1.7.0
|
|
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
|
-
cc v1.
|
105
|
+
cc v1.1.11
|
102
106
|
https://github.com/rust-lang/cc-rs
|
103
107
|
MIT OR Apache-2.0
|
104
108
|
|
@@ -169,7 +173,7 @@ dyn-clone v1.0.17
|
|
169
173
|
https://github.com/dtolnay/dyn-clone
|
170
174
|
MIT OR Apache-2.0
|
171
175
|
|
172
|
-
either v1.
|
176
|
+
either v1.13.0
|
173
177
|
https://github.com/rayon-rs/either
|
174
178
|
MIT OR Apache-2.0
|
175
179
|
|
@@ -193,7 +197,7 @@ fast-float v0.2.0
|
|
193
197
|
https://github.com/aldanor/fast-float-rust
|
194
198
|
MIT OR Apache-2.0
|
195
199
|
|
196
|
-
flate2 v1.0.
|
200
|
+
flate2 v1.0.31
|
197
201
|
https://github.com/rust-lang/flate2-rs
|
198
202
|
MIT OR Apache-2.0
|
199
203
|
|
@@ -201,10 +205,6 @@ float-cmp v0.9.0
|
|
201
205
|
https://github.com/mikedilger/float-cmp
|
202
206
|
MIT
|
203
207
|
|
204
|
-
foreign_vec v0.1.0
|
205
|
-
https://github.com/DataEngineeringLabs/foreign_vec
|
206
|
-
MIT
|
207
|
-
|
208
208
|
futures v0.3.30
|
209
209
|
https://rust-lang.github.io/futures-rs
|
210
210
|
MIT OR Apache-2.0
|
@@ -273,7 +273,7 @@ iana-time-zone v0.1.60
|
|
273
273
|
https://github.com/strawlab/iana-time-zone
|
274
274
|
MIT OR Apache-2.0
|
275
275
|
|
276
|
-
indexmap v2.
|
276
|
+
indexmap v2.4.0
|
277
277
|
https://github.com/indexmap-rs/indexmap
|
278
278
|
Apache-2.0 OR MIT
|
279
279
|
|
@@ -297,7 +297,7 @@ jemallocator v0.5.4
|
|
297
297
|
https://github.com/tikv/jemallocator
|
298
298
|
MIT/Apache-2.0
|
299
299
|
|
300
|
-
jobserver v0.1.
|
300
|
+
jobserver v0.1.32
|
301
301
|
https://github.com/rust-lang/jobserver-rs
|
302
302
|
MIT OR Apache-2.0
|
303
303
|
|
@@ -349,7 +349,7 @@ libflate_lz77 v1.2.0
|
|
349
349
|
https://github.com/sile/libflate
|
350
350
|
MIT
|
351
351
|
|
352
|
-
libloading v0.8.
|
352
|
+
libloading v0.8.5
|
353
353
|
https://github.com/nagisa/rust_libloading/
|
354
354
|
ISC
|
355
355
|
|
@@ -361,15 +361,15 @@ lock_api v0.4.12
|
|
361
361
|
https://github.com/Amanieu/parking_lot
|
362
362
|
MIT OR Apache-2.0
|
363
363
|
|
364
|
-
log v0.4.
|
364
|
+
log v0.4.22
|
365
365
|
https://github.com/rust-lang/log
|
366
366
|
MIT OR Apache-2.0
|
367
367
|
|
368
|
-
lz4 v1.
|
368
|
+
lz4 v1.26.0
|
369
369
|
https://github.com/10xGenomics/lz4-rs
|
370
370
|
MIT
|
371
371
|
|
372
|
-
lz4-sys v1.
|
372
|
+
lz4-sys v1.10.0
|
373
373
|
https://github.com/10xGenomics/lz4-rs
|
374
374
|
MIT
|
375
375
|
|
@@ -397,7 +397,7 @@ miniz_oxide v0.7.4
|
|
397
397
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
398
398
|
MIT OR Zlib OR Apache-2.0
|
399
399
|
|
400
|
-
mio
|
400
|
+
mio v1.0.2
|
401
401
|
https://github.com/tokio-rs/mio
|
402
402
|
MIT
|
403
403
|
|
@@ -421,10 +421,6 @@ num-traits v0.2.19
|
|
421
421
|
https://github.com/rust-num/num-traits
|
422
422
|
MIT OR Apache-2.0
|
423
423
|
|
424
|
-
num_cpus v1.16.0
|
425
|
-
https://github.com/seanmonstar/num_cpus
|
426
|
-
MIT OR Apache-2.0
|
427
|
-
|
428
424
|
once_cell v1.19.0
|
429
425
|
https://github.com/matklad/once_cell
|
430
426
|
MIT OR Apache-2.0
|
@@ -481,82 +477,82 @@ planus v0.3.1
|
|
481
477
|
https://github.com/planus-org/planus
|
482
478
|
MIT/Apache-2.0
|
483
479
|
|
484
|
-
polars v0.
|
480
|
+
polars v0.42.0
|
485
481
|
https://www.pola.rs/
|
486
482
|
MIT
|
487
483
|
|
488
|
-
polars-arrow v0.
|
484
|
+
polars-arrow v0.42.0
|
489
485
|
https://www.pola.rs/
|
490
486
|
MIT AND Apache-2.0
|
491
487
|
|
492
488
|
polars-arrow-format v0.1.0
|
493
489
|
https://github.com/polar-rs/arrow-format
|
494
490
|
|
495
|
-
polars-compute v0.
|
491
|
+
polars-compute v0.42.0
|
496
492
|
https://www.pola.rs/
|
497
493
|
MIT
|
498
494
|
|
499
|
-
polars-core v0.
|
495
|
+
polars-core v0.42.0
|
500
496
|
https://www.pola.rs/
|
501
497
|
MIT
|
502
498
|
|
503
|
-
polars-error v0.
|
499
|
+
polars-error v0.42.0
|
504
500
|
https://www.pola.rs/
|
505
501
|
MIT
|
506
502
|
|
507
|
-
polars-expr v0.
|
503
|
+
polars-expr v0.42.0
|
508
504
|
https://www.pola.rs/
|
509
505
|
MIT
|
510
506
|
|
511
|
-
polars-io v0.
|
507
|
+
polars-io v0.42.0
|
512
508
|
https://www.pola.rs/
|
513
509
|
MIT
|
514
510
|
|
515
|
-
polars-json v0.
|
511
|
+
polars-json v0.42.0
|
516
512
|
https://www.pola.rs/
|
517
513
|
MIT
|
518
514
|
|
519
|
-
polars-lazy v0.
|
515
|
+
polars-lazy v0.42.0
|
520
516
|
https://www.pola.rs/
|
521
517
|
MIT
|
522
518
|
|
523
|
-
polars-mem-engine v0.
|
519
|
+
polars-mem-engine v0.42.0
|
524
520
|
https://www.pola.rs/
|
525
521
|
MIT
|
526
522
|
|
527
|
-
polars-ops v0.
|
523
|
+
polars-ops v0.42.0
|
528
524
|
https://www.pola.rs/
|
529
525
|
MIT
|
530
526
|
|
531
|
-
polars-parquet v0.
|
527
|
+
polars-parquet v0.42.0
|
532
528
|
https://www.pola.rs/
|
533
529
|
MIT AND Apache-2.0
|
534
530
|
|
535
|
-
polars-pipe v0.
|
531
|
+
polars-pipe v0.42.0
|
536
532
|
https://www.pola.rs/
|
537
533
|
MIT
|
538
534
|
|
539
|
-
polars-plan v0.
|
535
|
+
polars-plan v0.42.0
|
540
536
|
https://www.pola.rs/
|
541
537
|
MIT
|
542
538
|
|
543
|
-
polars-row v0.
|
539
|
+
polars-row v0.42.0
|
544
540
|
https://www.pola.rs/
|
545
541
|
MIT
|
546
542
|
|
547
|
-
polars-sql v0.
|
543
|
+
polars-sql v0.42.0
|
548
544
|
https://www.pola.rs/
|
549
545
|
MIT
|
550
546
|
|
551
|
-
polars-time v0.
|
547
|
+
polars-time v0.42.0
|
552
548
|
https://www.pola.rs/
|
553
549
|
MIT
|
554
550
|
|
555
|
-
polars-utils v0.
|
551
|
+
polars-utils v0.42.0
|
556
552
|
https://www.pola.rs/
|
557
553
|
MIT
|
558
554
|
|
559
|
-
ppv-lite86 v0.2.
|
555
|
+
ppv-lite86 v0.2.20
|
560
556
|
https://github.com/cryptocorrosion/cryptocorrosion
|
561
557
|
MIT/Apache-2.0
|
562
558
|
|
@@ -588,7 +584,7 @@ rand_distr v0.4.3
|
|
588
584
|
https://rust-random.github.io/book
|
589
585
|
MIT OR Apache-2.0
|
590
586
|
|
591
|
-
raw-cpuid v11.0
|
587
|
+
raw-cpuid v11.1.0
|
592
588
|
https://github.com/gz/rust-cpuid
|
593
589
|
MIT
|
594
590
|
|
@@ -600,11 +596,11 @@ rayon-core v1.12.1
|
|
600
596
|
https://github.com/rayon-rs/rayon
|
601
597
|
MIT OR Apache-2.0
|
602
598
|
|
603
|
-
rb-sys v0.9.
|
599
|
+
rb-sys v0.9.101
|
604
600
|
https://github.com/oxidize-rb/rb-sys
|
605
601
|
MIT OR Apache-2.0
|
606
602
|
|
607
|
-
rb-sys-build v0.9.
|
603
|
+
rb-sys-build v0.9.101
|
608
604
|
https://github.com/oxidize-rb/rb-sys
|
609
605
|
MIT OR Apache-2.0
|
610
606
|
|
@@ -628,7 +624,7 @@ ref-cast-impl v1.0.23
|
|
628
624
|
https://github.com/dtolnay/ref-cast
|
629
625
|
MIT OR Apache-2.0
|
630
626
|
|
631
|
-
regex v1.10.
|
627
|
+
regex v1.10.6
|
632
628
|
https://github.com/rust-lang/regex
|
633
629
|
MIT OR Apache-2.0
|
634
630
|
|
@@ -664,15 +660,15 @@ seq-macro v0.3.5
|
|
664
660
|
https://github.com/dtolnay/seq-macro
|
665
661
|
MIT OR Apache-2.0
|
666
662
|
|
667
|
-
serde v1.0.
|
663
|
+
serde v1.0.207
|
668
664
|
https://serde.rs
|
669
665
|
MIT OR Apache-2.0
|
670
666
|
|
671
|
-
serde_derive v1.0.
|
667
|
+
serde_derive v1.0.207
|
672
668
|
https://serde.rs
|
673
669
|
MIT OR Apache-2.0
|
674
670
|
|
675
|
-
serde_json v1.0.
|
671
|
+
serde_json v1.0.124
|
676
672
|
https://github.com/serde-rs/json
|
677
673
|
MIT OR Apache-2.0
|
678
674
|
|
@@ -716,7 +712,7 @@ socket2 v0.5.7
|
|
716
712
|
https://github.com/rust-lang/socket2
|
717
713
|
MIT OR Apache-2.0
|
718
714
|
|
719
|
-
sqlparser v0.
|
715
|
+
sqlparser v0.49.0
|
720
716
|
https://github.com/sqlparser-rs/sqlparser-rs
|
721
717
|
Apache-2.0
|
722
718
|
|
@@ -740,7 +736,7 @@ strength_reduce v0.2.4
|
|
740
736
|
http://github.com/ejmahler/strength_reduce
|
741
737
|
MIT OR Apache-2.0
|
742
738
|
|
743
|
-
strum v0.26.
|
739
|
+
strum v0.26.3
|
744
740
|
https://github.com/Peternator7/strum
|
745
741
|
MIT
|
746
742
|
|
@@ -752,11 +748,11 @@ syn v1.0.109
|
|
752
748
|
https://github.com/dtolnay/syn
|
753
749
|
MIT OR Apache-2.0
|
754
750
|
|
755
|
-
syn v2.0.
|
751
|
+
syn v2.0.74
|
756
752
|
https://github.com/dtolnay/syn
|
757
753
|
MIT OR Apache-2.0
|
758
754
|
|
759
|
-
sysinfo v0.
|
755
|
+
sysinfo v0.31.2
|
760
756
|
https://github.com/GuillaumeGomez/sysinfo
|
761
757
|
MIT
|
762
758
|
|
@@ -764,15 +760,15 @@ target-features v0.1.6
|
|
764
760
|
https://github.com/calebzulawski/target-features
|
765
761
|
MIT OR Apache-2.0
|
766
762
|
|
767
|
-
thiserror v1.0.
|
763
|
+
thiserror v1.0.63
|
768
764
|
https://github.com/dtolnay/thiserror
|
769
765
|
MIT OR Apache-2.0
|
770
766
|
|
771
|
-
thiserror-impl v1.0.
|
767
|
+
thiserror-impl v1.0.63
|
772
768
|
https://github.com/dtolnay/thiserror
|
773
769
|
MIT OR Apache-2.0
|
774
770
|
|
775
|
-
tokio v1.
|
771
|
+
tokio v1.39.2
|
776
772
|
https://tokio.rs
|
777
773
|
MIT
|
778
774
|
|
@@ -796,7 +792,7 @@ unicode-width v0.1.13
|
|
796
792
|
https://github.com/unicode-rs/unicode-width
|
797
793
|
MIT OR Apache-2.0
|
798
794
|
|
799
|
-
uuid v1.
|
795
|
+
uuid v1.10.0
|
800
796
|
https://github.com/uuid-rs/uuid
|
801
797
|
Apache-2.0 OR MIT
|
802
798
|
|
@@ -804,27 +800,31 @@ value-trait v0.8.1
|
|
804
800
|
https://github.com/simd-lite/value-trait
|
805
801
|
Apache-2.0/MIT
|
806
802
|
|
807
|
-
version_check v0.9.
|
803
|
+
version_check v0.9.5
|
808
804
|
https://github.com/SergioBenitez/version_check
|
809
805
|
MIT/Apache-2.0
|
810
806
|
|
811
|
-
xxhash-rust v0.8.
|
807
|
+
xxhash-rust v0.8.12
|
812
808
|
https://github.com/DoumanAsh/xxhash-rust
|
813
809
|
BSL-1.0
|
814
810
|
|
815
|
-
zerocopy v0.7.
|
811
|
+
zerocopy v0.7.35
|
812
|
+
https://github.com/google/zerocopy
|
813
|
+
BSD-2-Clause OR Apache-2.0 OR MIT
|
814
|
+
|
815
|
+
zerocopy-derive v0.7.35
|
816
816
|
https://github.com/google/zerocopy
|
817
817
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
818
818
|
|
819
|
-
zstd v0.13.
|
819
|
+
zstd v0.13.2
|
820
820
|
https://github.com/gyscos/zstd-rs
|
821
821
|
MIT
|
822
822
|
|
823
|
-
zstd-safe v7.1
|
823
|
+
zstd-safe v7.2.1
|
824
824
|
https://github.com/gyscos/zstd-rs
|
825
825
|
MIT/Apache-2.0
|
826
826
|
|
827
|
-
zstd-sys v2.0.
|
827
|
+
zstd-sys v2.0.13+zstd.1.5.6
|
828
828
|
https://github.com/gyscos/zstd-rs
|
829
829
|
MIT/Apache-2.0
|
830
830
|
|
@@ -3675,246 +3675,309 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
3675
3675
|
3. This notice may not be removed or altered from any source distribution.
|
3676
3676
|
|
3677
3677
|
================================================================================
|
3678
|
-
|
3678
|
+
byteorder COPYING
|
3679
3679
|
================================================================================
|
3680
3680
|
|
3681
|
-
|
3682
|
-
|
3683
|
-
Permission is hereby granted, free of charge, to any
|
3684
|
-
person obtaining a copy of this software and associated
|
3685
|
-
documentation files (the "Software"), to deal in the
|
3686
|
-
Software without restriction, including without
|
3687
|
-
limitation the rights to use, copy, modify, merge,
|
3688
|
-
publish, distribute, sublicense, and/or sell copies of
|
3689
|
-
the Software, and to permit persons to whom the Software
|
3690
|
-
is furnished to do so, subject to the following
|
3691
|
-
conditions:
|
3692
|
-
|
3693
|
-
The above copyright notice and this permission notice
|
3694
|
-
shall be included in all copies or substantial portions
|
3695
|
-
of the Software.
|
3681
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
3696
3682
|
|
3697
|
-
|
3698
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3699
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3700
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3701
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3702
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3703
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3704
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3705
|
-
DEALINGS IN THE SOFTWARE.
|
3683
|
+
You may use this code under the terms of either license.
|
3706
3684
|
|
3707
3685
|
================================================================================
|
3708
|
-
|
3686
|
+
byteorder LICENSE-MIT
|
3709
3687
|
================================================================================
|
3710
3688
|
|
3711
|
-
|
3712
|
-
Version 2.0, January 2004
|
3713
|
-
http://www.apache.org/licenses/
|
3714
|
-
|
3715
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3716
|
-
|
3717
|
-
1. Definitions.
|
3718
|
-
|
3719
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
3720
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
3721
|
-
|
3722
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
3723
|
-
the copyright owner that is granting the License.
|
3724
|
-
|
3725
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
3726
|
-
other entities that control, are controlled by, or are under common
|
3727
|
-
control with that entity. For the purposes of this definition,
|
3728
|
-
"control" means (i) the power, direct or indirect, to cause the
|
3729
|
-
direction or management of such entity, whether by contract or
|
3730
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3731
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
3732
|
-
|
3733
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
3734
|
-
exercising permissions granted by this License.
|
3735
|
-
|
3736
|
-
"Source" form shall mean the preferred form for making modifications,
|
3737
|
-
including but not limited to software source code, documentation
|
3738
|
-
source, and configuration files.
|
3739
|
-
|
3740
|
-
"Object" form shall mean any form resulting from mechanical
|
3741
|
-
transformation or translation of a Source form, including but
|
3742
|
-
not limited to compiled object code, generated documentation,
|
3743
|
-
and conversions to other media types.
|
3744
|
-
|
3745
|
-
"Work" shall mean the work of authorship, whether in Source or
|
3746
|
-
Object form, made available under the License, as indicated by a
|
3747
|
-
copyright notice that is included in or attached to the work
|
3748
|
-
(an example is provided in the Appendix below).
|
3749
|
-
|
3750
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
3751
|
-
form, that is based on (or derived from) the Work and for which the
|
3752
|
-
editorial revisions, annotations, elaborations, or other modifications
|
3753
|
-
represent, as a whole, an original work of authorship. For the purposes
|
3754
|
-
of this License, Derivative Works shall not include works that remain
|
3755
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
3756
|
-
the Work and Derivative Works thereof.
|
3757
|
-
|
3758
|
-
"Contribution" shall mean any work of authorship, including
|
3759
|
-
the original version of the Work and any modifications or additions
|
3760
|
-
to that Work or Derivative Works thereof, that is intentionally
|
3761
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
3762
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
3763
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
3764
|
-
means any form of electronic, verbal, or written communication sent
|
3765
|
-
to the Licensor or its representatives, including but not limited to
|
3766
|
-
communication on electronic mailing lists, source code control systems,
|
3767
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
3768
|
-
Licensor for the purpose of discussing and improving the Work, but
|
3769
|
-
excluding communication that is conspicuously marked or otherwise
|
3770
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
3771
|
-
|
3772
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3773
|
-
on behalf of whom a Contribution has been received by Licensor and
|
3774
|
-
subsequently incorporated within the Work.
|
3775
|
-
|
3776
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
3777
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3778
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3779
|
-
copyright license to reproduce, prepare Derivative Works of,
|
3780
|
-
publicly display, publicly perform, sublicense, and distribute the
|
3781
|
-
Work and such Derivative Works in Source or Object form.
|
3782
|
-
|
3783
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
3784
|
-
this License, each Contributor hereby grants to You a perpetual,
|
3785
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3786
|
-
(except as stated in this section) patent license to make, have made,
|
3787
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3788
|
-
where such license applies only to those patent claims licensable
|
3789
|
-
by such Contributor that are necessarily infringed by their
|
3790
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
3791
|
-
with the Work to which such Contribution(s) was submitted. If You
|
3792
|
-
institute patent litigation against any entity (including a
|
3793
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3794
|
-
or a Contribution incorporated within the Work constitutes direct
|
3795
|
-
or contributory patent infringement, then any patent licenses
|
3796
|
-
granted to You under this License for that Work shall terminate
|
3797
|
-
as of the date such litigation is filed.
|
3798
|
-
|
3799
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
3800
|
-
Work or Derivative Works thereof in any medium, with or without
|
3801
|
-
modifications, and in Source or Object form, provided that You
|
3802
|
-
meet the following conditions:
|
3803
|
-
|
3804
|
-
(a) You must give any other recipients of the Work or
|
3805
|
-
Derivative Works a copy of this License; and
|
3806
|
-
|
3807
|
-
(b) You must cause any modified files to carry prominent notices
|
3808
|
-
stating that You changed the files; and
|
3809
|
-
|
3810
|
-
(c) You must retain, in the Source form of any Derivative Works
|
3811
|
-
that You distribute, all copyright, patent, trademark, and
|
3812
|
-
attribution notices from the Source form of the Work,
|
3813
|
-
excluding those notices that do not pertain to any part of
|
3814
|
-
the Derivative Works; and
|
3815
|
-
|
3816
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
3817
|
-
distribution, then any Derivative Works that You distribute must
|
3818
|
-
include a readable copy of the attribution notices contained
|
3819
|
-
within such NOTICE file, excluding those notices that do not
|
3820
|
-
pertain to any part of the Derivative Works, in at least one
|
3821
|
-
of the following places: within a NOTICE text file distributed
|
3822
|
-
as part of the Derivative Works; within the Source form or
|
3823
|
-
documentation, if provided along with the Derivative Works; or,
|
3824
|
-
within a display generated by the Derivative Works, if and
|
3825
|
-
wherever such third-party notices normally appear. The contents
|
3826
|
-
of the NOTICE file are for informational purposes only and
|
3827
|
-
do not modify the License. You may add Your own attribution
|
3828
|
-
notices within Derivative Works that You distribute, alongside
|
3829
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3830
|
-
that such additional attribution notices cannot be construed
|
3831
|
-
as modifying the License.
|
3832
|
-
|
3833
|
-
You may add Your own copyright statement to Your modifications and
|
3834
|
-
may provide additional or different license terms and conditions
|
3835
|
-
for use, reproduction, or distribution of Your modifications, or
|
3836
|
-
for any such Derivative Works as a whole, provided Your use,
|
3837
|
-
reproduction, and distribution of the Work otherwise complies with
|
3838
|
-
the conditions stated in this License.
|
3839
|
-
|
3840
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3841
|
-
any Contribution intentionally submitted for inclusion in the Work
|
3842
|
-
by You to the Licensor shall be under the terms and conditions of
|
3843
|
-
this License, without any additional terms or conditions.
|
3844
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
3845
|
-
the terms of any separate license agreement you may have executed
|
3846
|
-
with Licensor regarding such Contributions.
|
3847
|
-
|
3848
|
-
6. Trademarks. This License does not grant permission to use the trade
|
3849
|
-
names, trademarks, service marks, or product names of the Licensor,
|
3850
|
-
except as required for reasonable and customary use in describing the
|
3851
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
3689
|
+
The MIT License (MIT)
|
3852
3690
|
|
3853
|
-
|
3854
|
-
agreed to in writing, Licensor provides the Work (and each
|
3855
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3856
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3857
|
-
implied, including, without limitation, any warranties or conditions
|
3858
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3859
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3860
|
-
appropriateness of using or redistributing the Work and assume any
|
3861
|
-
risks associated with Your exercise of permissions under this License.
|
3691
|
+
Copyright (c) 2015 Andrew Gallant
|
3862
3692
|
|
3863
|
-
|
3864
|
-
|
3865
|
-
|
3866
|
-
|
3867
|
-
|
3868
|
-
|
3869
|
-
result of this License or out of the use or inability to use the
|
3870
|
-
Work (including but not limited to damages for loss of goodwill,
|
3871
|
-
work stoppage, computer failure or malfunction, or any and all
|
3872
|
-
other commercial damages or losses), even if such Contributor
|
3873
|
-
has been advised of the possibility of such damages.
|
3693
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3694
|
+
of this software and associated documentation files (the "Software"), to deal
|
3695
|
+
in the Software without restriction, including without limitation the rights
|
3696
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3697
|
+
copies of the Software, and to permit persons to whom the Software is
|
3698
|
+
furnished to do so, subject to the following conditions:
|
3874
3699
|
|
3875
|
-
|
3876
|
-
|
3877
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
3878
|
-
or other liability obligations and/or rights consistent with this
|
3879
|
-
License. However, in accepting such obligations, You may act only
|
3880
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
3881
|
-
of any other Contributor, and only if You agree to indemnify,
|
3882
|
-
defend, and hold each Contributor harmless for any liability
|
3883
|
-
incurred by, or claims asserted against, such Contributor by reason
|
3884
|
-
of your accepting any such warranty or additional liability.
|
3700
|
+
The above copyright notice and this permission notice shall be included in
|
3701
|
+
all copies or substantial portions of the Software.
|
3885
3702
|
|
3886
|
-
|
3703
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3704
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3705
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3706
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3707
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3708
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3709
|
+
THE SOFTWARE.
|
3887
3710
|
|
3888
|
-
|
3711
|
+
================================================================================
|
3712
|
+
byteorder UNLICENSE
|
3713
|
+
================================================================================
|
3889
3714
|
|
3890
|
-
|
3891
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
3892
|
-
replaced with your own identifying information. (Don't include
|
3893
|
-
the brackets!) The text should be enclosed in the appropriate
|
3894
|
-
comment syntax for the file format. We also recommend that a
|
3895
|
-
file or class name and description of purpose be included on the
|
3896
|
-
same "printed page" as the copyright notice for easier
|
3897
|
-
identification within third-party archives.
|
3715
|
+
This is free and unencumbered software released into the public domain.
|
3898
3716
|
|
3899
|
-
|
3717
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
3718
|
+
distribute this software, either in source code form or as a compiled
|
3719
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
3720
|
+
means.
|
3900
3721
|
|
3901
|
-
|
3902
|
-
|
3903
|
-
|
3722
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
3723
|
+
of this software dedicate any and all copyright interest in the
|
3724
|
+
software to the public domain. We make this dedication for the benefit
|
3725
|
+
of the public at large and to the detriment of our heirs and
|
3726
|
+
successors. We intend this dedication to be an overt act of
|
3727
|
+
relinquishment in perpetuity of all present and future rights to this
|
3728
|
+
software under copyright law.
|
3904
3729
|
|
3905
|
-
|
3730
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
3731
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
3732
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
3733
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
3734
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
3735
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
3736
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
3906
3737
|
|
3907
|
-
|
3908
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3909
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3910
|
-
See the License for the specific language governing permissions and
|
3911
|
-
limitations under the License.
|
3738
|
+
For more information, please refer to <http://unlicense.org/>
|
3912
3739
|
|
3913
3740
|
================================================================================
|
3914
|
-
|
3741
|
+
bytes LICENSE
|
3915
3742
|
================================================================================
|
3916
3743
|
|
3917
|
-
Copyright (c)
|
3744
|
+
Copyright (c) 2018 Carl Lerche
|
3745
|
+
|
3746
|
+
Permission is hereby granted, free of charge, to any
|
3747
|
+
person obtaining a copy of this software and associated
|
3748
|
+
documentation files (the "Software"), to deal in the
|
3749
|
+
Software without restriction, including without
|
3750
|
+
limitation the rights to use, copy, modify, merge,
|
3751
|
+
publish, distribute, sublicense, and/or sell copies of
|
3752
|
+
the Software, and to permit persons to whom the Software
|
3753
|
+
is furnished to do so, subject to the following
|
3754
|
+
conditions:
|
3755
|
+
|
3756
|
+
The above copyright notice and this permission notice
|
3757
|
+
shall be included in all copies or substantial portions
|
3758
|
+
of the Software.
|
3759
|
+
|
3760
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3761
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3762
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3763
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3764
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3765
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3766
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3767
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3768
|
+
DEALINGS IN THE SOFTWARE.
|
3769
|
+
|
3770
|
+
================================================================================
|
3771
|
+
cc LICENSE-APACHE
|
3772
|
+
================================================================================
|
3773
|
+
|
3774
|
+
Apache License
|
3775
|
+
Version 2.0, January 2004
|
3776
|
+
http://www.apache.org/licenses/
|
3777
|
+
|
3778
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3779
|
+
|
3780
|
+
1. Definitions.
|
3781
|
+
|
3782
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3783
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3784
|
+
|
3785
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3786
|
+
the copyright owner that is granting the License.
|
3787
|
+
|
3788
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3789
|
+
other entities that control, are controlled by, or are under common
|
3790
|
+
control with that entity. For the purposes of this definition,
|
3791
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3792
|
+
direction or management of such entity, whether by contract or
|
3793
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3794
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3795
|
+
|
3796
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3797
|
+
exercising permissions granted by this License.
|
3798
|
+
|
3799
|
+
"Source" form shall mean the preferred form for making modifications,
|
3800
|
+
including but not limited to software source code, documentation
|
3801
|
+
source, and configuration files.
|
3802
|
+
|
3803
|
+
"Object" form shall mean any form resulting from mechanical
|
3804
|
+
transformation or translation of a Source form, including but
|
3805
|
+
not limited to compiled object code, generated documentation,
|
3806
|
+
and conversions to other media types.
|
3807
|
+
|
3808
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3809
|
+
Object form, made available under the License, as indicated by a
|
3810
|
+
copyright notice that is included in or attached to the work
|
3811
|
+
(an example is provided in the Appendix below).
|
3812
|
+
|
3813
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3814
|
+
form, that is based on (or derived from) the Work and for which the
|
3815
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3816
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3817
|
+
of this License, Derivative Works shall not include works that remain
|
3818
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3819
|
+
the Work and Derivative Works thereof.
|
3820
|
+
|
3821
|
+
"Contribution" shall mean any work of authorship, including
|
3822
|
+
the original version of the Work and any modifications or additions
|
3823
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3824
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3825
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3826
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3827
|
+
means any form of electronic, verbal, or written communication sent
|
3828
|
+
to the Licensor or its representatives, including but not limited to
|
3829
|
+
communication on electronic mailing lists, source code control systems,
|
3830
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3831
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3832
|
+
excluding communication that is conspicuously marked or otherwise
|
3833
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3834
|
+
|
3835
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3836
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3837
|
+
subsequently incorporated within the Work.
|
3838
|
+
|
3839
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3840
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3841
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3842
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3843
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3844
|
+
Work and such Derivative Works in Source or Object form.
|
3845
|
+
|
3846
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3847
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3848
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3849
|
+
(except as stated in this section) patent license to make, have made,
|
3850
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3851
|
+
where such license applies only to those patent claims licensable
|
3852
|
+
by such Contributor that are necessarily infringed by their
|
3853
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3854
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3855
|
+
institute patent litigation against any entity (including a
|
3856
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3857
|
+
or a Contribution incorporated within the Work constitutes direct
|
3858
|
+
or contributory patent infringement, then any patent licenses
|
3859
|
+
granted to You under this License for that Work shall terminate
|
3860
|
+
as of the date such litigation is filed.
|
3861
|
+
|
3862
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3863
|
+
Work or Derivative Works thereof in any medium, with or without
|
3864
|
+
modifications, and in Source or Object form, provided that You
|
3865
|
+
meet the following conditions:
|
3866
|
+
|
3867
|
+
(a) You must give any other recipients of the Work or
|
3868
|
+
Derivative Works a copy of this License; and
|
3869
|
+
|
3870
|
+
(b) You must cause any modified files to carry prominent notices
|
3871
|
+
stating that You changed the files; and
|
3872
|
+
|
3873
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3874
|
+
that You distribute, all copyright, patent, trademark, and
|
3875
|
+
attribution notices from the Source form of the Work,
|
3876
|
+
excluding those notices that do not pertain to any part of
|
3877
|
+
the Derivative Works; and
|
3878
|
+
|
3879
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3880
|
+
distribution, then any Derivative Works that You distribute must
|
3881
|
+
include a readable copy of the attribution notices contained
|
3882
|
+
within such NOTICE file, excluding those notices that do not
|
3883
|
+
pertain to any part of the Derivative Works, in at least one
|
3884
|
+
of the following places: within a NOTICE text file distributed
|
3885
|
+
as part of the Derivative Works; within the Source form or
|
3886
|
+
documentation, if provided along with the Derivative Works; or,
|
3887
|
+
within a display generated by the Derivative Works, if and
|
3888
|
+
wherever such third-party notices normally appear. The contents
|
3889
|
+
of the NOTICE file are for informational purposes only and
|
3890
|
+
do not modify the License. You may add Your own attribution
|
3891
|
+
notices within Derivative Works that You distribute, alongside
|
3892
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3893
|
+
that such additional attribution notices cannot be construed
|
3894
|
+
as modifying the License.
|
3895
|
+
|
3896
|
+
You may add Your own copyright statement to Your modifications and
|
3897
|
+
may provide additional or different license terms and conditions
|
3898
|
+
for use, reproduction, or distribution of Your modifications, or
|
3899
|
+
for any such Derivative Works as a whole, provided Your use,
|
3900
|
+
reproduction, and distribution of the Work otherwise complies with
|
3901
|
+
the conditions stated in this License.
|
3902
|
+
|
3903
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3904
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3905
|
+
by You to the Licensor shall be under the terms and conditions of
|
3906
|
+
this License, without any additional terms or conditions.
|
3907
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3908
|
+
the terms of any separate license agreement you may have executed
|
3909
|
+
with Licensor regarding such Contributions.
|
3910
|
+
|
3911
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3912
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3913
|
+
except as required for reasonable and customary use in describing the
|
3914
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3915
|
+
|
3916
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3917
|
+
agreed to in writing, Licensor provides the Work (and each
|
3918
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3919
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3920
|
+
implied, including, without limitation, any warranties or conditions
|
3921
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3922
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3923
|
+
appropriateness of using or redistributing the Work and assume any
|
3924
|
+
risks associated with Your exercise of permissions under this License.
|
3925
|
+
|
3926
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3927
|
+
whether in tort (including negligence), contract, or otherwise,
|
3928
|
+
unless required by applicable law (such as deliberate and grossly
|
3929
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3930
|
+
liable to You for damages, including any direct, indirect, special,
|
3931
|
+
incidental, or consequential damages of any character arising as a
|
3932
|
+
result of this License or out of the use or inability to use the
|
3933
|
+
Work (including but not limited to damages for loss of goodwill,
|
3934
|
+
work stoppage, computer failure or malfunction, or any and all
|
3935
|
+
other commercial damages or losses), even if such Contributor
|
3936
|
+
has been advised of the possibility of such damages.
|
3937
|
+
|
3938
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3939
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3940
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3941
|
+
or other liability obligations and/or rights consistent with this
|
3942
|
+
License. However, in accepting such obligations, You may act only
|
3943
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3944
|
+
of any other Contributor, and only if You agree to indemnify,
|
3945
|
+
defend, and hold each Contributor harmless for any liability
|
3946
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3947
|
+
of your accepting any such warranty or additional liability.
|
3948
|
+
|
3949
|
+
END OF TERMS AND CONDITIONS
|
3950
|
+
|
3951
|
+
APPENDIX: How to apply the Apache License to your work.
|
3952
|
+
|
3953
|
+
To apply the Apache License to your work, attach the following
|
3954
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3955
|
+
replaced with your own identifying information. (Don't include
|
3956
|
+
the brackets!) The text should be enclosed in the appropriate
|
3957
|
+
comment syntax for the file format. We also recommend that a
|
3958
|
+
file or class name and description of purpose be included on the
|
3959
|
+
same "printed page" as the copyright notice for easier
|
3960
|
+
identification within third-party archives.
|
3961
|
+
|
3962
|
+
Copyright [yyyy] [name of copyright owner]
|
3963
|
+
|
3964
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3965
|
+
you may not use this file except in compliance with the License.
|
3966
|
+
You may obtain a copy of the License at
|
3967
|
+
|
3968
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3969
|
+
|
3970
|
+
Unless required by applicable law or agreed to in writing, software
|
3971
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3972
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3973
|
+
See the License for the specific language governing permissions and
|
3974
|
+
limitations under the License.
|
3975
|
+
|
3976
|
+
================================================================================
|
3977
|
+
cc LICENSE-MIT
|
3978
|
+
================================================================================
|
3979
|
+
|
3980
|
+
Copyright (c) 2014 Alex Crichton
|
3918
3981
|
|
3919
3982
|
Permission is hereby granted, free of charge, to any
|
3920
3983
|
person obtaining a copy of this software and associated
|
@@ -9519,32 +9582,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
9519
9582
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
9520
9583
|
IN THE SOFTWARE.
|
9521
9584
|
|
9522
|
-
================================================================================
|
9523
|
-
foreign_vec LICENSE
|
9524
|
-
================================================================================
|
9525
|
-
|
9526
|
-
MIT License
|
9527
|
-
|
9528
|
-
Copyright (c) 2022 DataEngineeringLabs
|
9529
|
-
|
9530
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9531
|
-
of this software and associated documentation files (the "Software"), to deal
|
9532
|
-
in the Software without restriction, including without limitation the rights
|
9533
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9534
|
-
copies of the Software, and to permit persons to whom the Software is
|
9535
|
-
furnished to do so, subject to the following conditions:
|
9536
|
-
|
9537
|
-
The above copyright notice and this permission notice shall be included in all
|
9538
|
-
copies or substantial portions of the Software.
|
9539
|
-
|
9540
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9541
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9542
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9543
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9544
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9545
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9546
|
-
SOFTWARE.
|
9547
|
-
|
9548
9585
|
================================================================================
|
9549
9586
|
futures LICENSE-APACHE
|
9550
9587
|
================================================================================
|
@@ -14781,268 +14818,6 @@ DEALINGS IN THE SOFTWARE.
|
|
14781
14818
|
|
14782
14819
|
================================================================================
|
14783
14820
|
jobserver LICENSE-APACHE
|
14784
|
-
================================================================================
|
14785
|
-
|
14786
|
-
Apache License
|
14787
|
-
Version 2.0, January 2004
|
14788
|
-
http://www.apache.org/licenses/
|
14789
|
-
|
14790
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14791
|
-
|
14792
|
-
1. Definitions.
|
14793
|
-
|
14794
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14795
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14796
|
-
|
14797
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14798
|
-
the copyright owner that is granting the License.
|
14799
|
-
|
14800
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14801
|
-
other entities that control, are controlled by, or are under common
|
14802
|
-
control with that entity. For the purposes of this definition,
|
14803
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14804
|
-
direction or management of such entity, whether by contract or
|
14805
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14806
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14807
|
-
|
14808
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14809
|
-
exercising permissions granted by this License.
|
14810
|
-
|
14811
|
-
"Source" form shall mean the preferred form for making modifications,
|
14812
|
-
including but not limited to software source code, documentation
|
14813
|
-
source, and configuration files.
|
14814
|
-
|
14815
|
-
"Object" form shall mean any form resulting from mechanical
|
14816
|
-
transformation or translation of a Source form, including but
|
14817
|
-
not limited to compiled object code, generated documentation,
|
14818
|
-
and conversions to other media types.
|
14819
|
-
|
14820
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14821
|
-
Object form, made available under the License, as indicated by a
|
14822
|
-
copyright notice that is included in or attached to the work
|
14823
|
-
(an example is provided in the Appendix below).
|
14824
|
-
|
14825
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14826
|
-
form, that is based on (or derived from) the Work and for which the
|
14827
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14828
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14829
|
-
of this License, Derivative Works shall not include works that remain
|
14830
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14831
|
-
the Work and Derivative Works thereof.
|
14832
|
-
|
14833
|
-
"Contribution" shall mean any work of authorship, including
|
14834
|
-
the original version of the Work and any modifications or additions
|
14835
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14836
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14837
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14838
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14839
|
-
means any form of electronic, verbal, or written communication sent
|
14840
|
-
to the Licensor or its representatives, including but not limited to
|
14841
|
-
communication on electronic mailing lists, source code control systems,
|
14842
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14843
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14844
|
-
excluding communication that is conspicuously marked or otherwise
|
14845
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14846
|
-
|
14847
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14848
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14849
|
-
subsequently incorporated within the Work.
|
14850
|
-
|
14851
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14852
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14853
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14854
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14855
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14856
|
-
Work and such Derivative Works in Source or Object form.
|
14857
|
-
|
14858
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14859
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14860
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14861
|
-
(except as stated in this section) patent license to make, have made,
|
14862
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14863
|
-
where such license applies only to those patent claims licensable
|
14864
|
-
by such Contributor that are necessarily infringed by their
|
14865
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
14866
|
-
with the Work to which such Contribution(s) was submitted. If You
|
14867
|
-
institute patent litigation against any entity (including a
|
14868
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14869
|
-
or a Contribution incorporated within the Work constitutes direct
|
14870
|
-
or contributory patent infringement, then any patent licenses
|
14871
|
-
granted to You under this License for that Work shall terminate
|
14872
|
-
as of the date such litigation is filed.
|
14873
|
-
|
14874
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
14875
|
-
Work or Derivative Works thereof in any medium, with or without
|
14876
|
-
modifications, and in Source or Object form, provided that You
|
14877
|
-
meet the following conditions:
|
14878
|
-
|
14879
|
-
(a) You must give any other recipients of the Work or
|
14880
|
-
Derivative Works a copy of this License; and
|
14881
|
-
|
14882
|
-
(b) You must cause any modified files to carry prominent notices
|
14883
|
-
stating that You changed the files; and
|
14884
|
-
|
14885
|
-
(c) You must retain, in the Source form of any Derivative Works
|
14886
|
-
that You distribute, all copyright, patent, trademark, and
|
14887
|
-
attribution notices from the Source form of the Work,
|
14888
|
-
excluding those notices that do not pertain to any part of
|
14889
|
-
the Derivative Works; and
|
14890
|
-
|
14891
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
14892
|
-
distribution, then any Derivative Works that You distribute must
|
14893
|
-
include a readable copy of the attribution notices contained
|
14894
|
-
within such NOTICE file, excluding those notices that do not
|
14895
|
-
pertain to any part of the Derivative Works, in at least one
|
14896
|
-
of the following places: within a NOTICE text file distributed
|
14897
|
-
as part of the Derivative Works; within the Source form or
|
14898
|
-
documentation, if provided along with the Derivative Works; or,
|
14899
|
-
within a display generated by the Derivative Works, if and
|
14900
|
-
wherever such third-party notices normally appear. The contents
|
14901
|
-
of the NOTICE file are for informational purposes only and
|
14902
|
-
do not modify the License. You may add Your own attribution
|
14903
|
-
notices within Derivative Works that You distribute, alongside
|
14904
|
-
or as an addendum to the NOTICE text from the Work, provided
|
14905
|
-
that such additional attribution notices cannot be construed
|
14906
|
-
as modifying the License.
|
14907
|
-
|
14908
|
-
You may add Your own copyright statement to Your modifications and
|
14909
|
-
may provide additional or different license terms and conditions
|
14910
|
-
for use, reproduction, or distribution of Your modifications, or
|
14911
|
-
for any such Derivative Works as a whole, provided Your use,
|
14912
|
-
reproduction, and distribution of the Work otherwise complies with
|
14913
|
-
the conditions stated in this License.
|
14914
|
-
|
14915
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14916
|
-
any Contribution intentionally submitted for inclusion in the Work
|
14917
|
-
by You to the Licensor shall be under the terms and conditions of
|
14918
|
-
this License, without any additional terms or conditions.
|
14919
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
14920
|
-
the terms of any separate license agreement you may have executed
|
14921
|
-
with Licensor regarding such Contributions.
|
14922
|
-
|
14923
|
-
6. Trademarks. This License does not grant permission to use the trade
|
14924
|
-
names, trademarks, service marks, or product names of the Licensor,
|
14925
|
-
except as required for reasonable and customary use in describing the
|
14926
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
14927
|
-
|
14928
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
14929
|
-
agreed to in writing, Licensor provides the Work (and each
|
14930
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14931
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14932
|
-
implied, including, without limitation, any warranties or conditions
|
14933
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14934
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14935
|
-
appropriateness of using or redistributing the Work and assume any
|
14936
|
-
risks associated with Your exercise of permissions under this License.
|
14937
|
-
|
14938
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
14939
|
-
whether in tort (including negligence), contract, or otherwise,
|
14940
|
-
unless required by applicable law (such as deliberate and grossly
|
14941
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
14942
|
-
liable to You for damages, including any direct, indirect, special,
|
14943
|
-
incidental, or consequential damages of any character arising as a
|
14944
|
-
result of this License or out of the use or inability to use the
|
14945
|
-
Work (including but not limited to damages for loss of goodwill,
|
14946
|
-
work stoppage, computer failure or malfunction, or any and all
|
14947
|
-
other commercial damages or losses), even if such Contributor
|
14948
|
-
has been advised of the possibility of such damages.
|
14949
|
-
|
14950
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
14951
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
14952
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
14953
|
-
or other liability obligations and/or rights consistent with this
|
14954
|
-
License. However, in accepting such obligations, You may act only
|
14955
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
14956
|
-
of any other Contributor, and only if You agree to indemnify,
|
14957
|
-
defend, and hold each Contributor harmless for any liability
|
14958
|
-
incurred by, or claims asserted against, such Contributor by reason
|
14959
|
-
of your accepting any such warranty or additional liability.
|
14960
|
-
|
14961
|
-
END OF TERMS AND CONDITIONS
|
14962
|
-
|
14963
|
-
APPENDIX: How to apply the Apache License to your work.
|
14964
|
-
|
14965
|
-
To apply the Apache License to your work, attach the following
|
14966
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
14967
|
-
replaced with your own identifying information. (Don't include
|
14968
|
-
the brackets!) The text should be enclosed in the appropriate
|
14969
|
-
comment syntax for the file format. We also recommend that a
|
14970
|
-
file or class name and description of purpose be included on the
|
14971
|
-
same "printed page" as the copyright notice for easier
|
14972
|
-
identification within third-party archives.
|
14973
|
-
|
14974
|
-
Copyright [yyyy] [name of copyright owner]
|
14975
|
-
|
14976
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14977
|
-
you may not use this file except in compliance with the License.
|
14978
|
-
You may obtain a copy of the License at
|
14979
|
-
|
14980
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
14981
|
-
|
14982
|
-
Unless required by applicable law or agreed to in writing, software
|
14983
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14984
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14985
|
-
See the License for the specific language governing permissions and
|
14986
|
-
limitations under the License.
|
14987
|
-
|
14988
|
-
================================================================================
|
14989
|
-
jobserver LICENSE-MIT
|
14990
|
-
================================================================================
|
14991
|
-
|
14992
|
-
Copyright (c) 2014 Alex Crichton
|
14993
|
-
|
14994
|
-
Permission is hereby granted, free of charge, to any
|
14995
|
-
person obtaining a copy of this software and associated
|
14996
|
-
documentation files (the "Software"), to deal in the
|
14997
|
-
Software without restriction, including without
|
14998
|
-
limitation the rights to use, copy, modify, merge,
|
14999
|
-
publish, distribute, sublicense, and/or sell copies of
|
15000
|
-
the Software, and to permit persons to whom the Software
|
15001
|
-
is furnished to do so, subject to the following
|
15002
|
-
conditions:
|
15003
|
-
|
15004
|
-
The above copyright notice and this permission notice
|
15005
|
-
shall be included in all copies or substantial portions
|
15006
|
-
of the Software.
|
15007
|
-
|
15008
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15009
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15010
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15011
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15012
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15013
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15014
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15015
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15016
|
-
DEALINGS IN THE SOFTWARE.
|
15017
|
-
|
15018
|
-
================================================================================
|
15019
|
-
jsonpath_lib_polars_vendor LICENSE
|
15020
|
-
================================================================================
|
15021
|
-
|
15022
|
-
MIT License
|
15023
|
-
|
15024
|
-
Copyright (c) [2019] [Changseok Han]
|
15025
|
-
|
15026
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15027
|
-
of this software and associated documentation files (the "Software"), to deal
|
15028
|
-
in the Software without restriction, including without limitation the rights
|
15029
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15030
|
-
copies of the Software, and to permit persons to whom the Software is
|
15031
|
-
furnished to do so, subject to the following conditions:
|
15032
|
-
|
15033
|
-
The above copyright notice and this permission notice shall be included in all
|
15034
|
-
copies or substantial portions of the Software.
|
15035
|
-
|
15036
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15037
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15038
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15039
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15040
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15041
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15042
|
-
SOFTWARE.
|
15043
|
-
|
15044
|
-
================================================================================
|
15045
|
-
lazy_static LICENSE-APACHE
|
15046
14821
|
================================================================================
|
15047
14822
|
|
15048
14823
|
Apache License
|
@@ -15248,10 +15023,10 @@ See the License for the specific language governing permissions and
|
|
15248
15023
|
limitations under the License.
|
15249
15024
|
|
15250
15025
|
================================================================================
|
15251
|
-
|
15026
|
+
jobserver LICENSE-MIT
|
15252
15027
|
================================================================================
|
15253
15028
|
|
15254
|
-
Copyright (c)
|
15029
|
+
Copyright (c) 2014 Alex Crichton
|
15255
15030
|
|
15256
15031
|
Permission is hereby granted, free of charge, to any
|
15257
15032
|
person obtaining a copy of this software and associated
|
@@ -15278,7 +15053,33 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15278
15053
|
DEALINGS IN THE SOFTWARE.
|
15279
15054
|
|
15280
15055
|
================================================================================
|
15281
|
-
|
15056
|
+
jsonpath_lib_polars_vendor LICENSE
|
15057
|
+
================================================================================
|
15058
|
+
|
15059
|
+
MIT License
|
15060
|
+
|
15061
|
+
Copyright (c) [2019] [Changseok Han]
|
15062
|
+
|
15063
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15064
|
+
of this software and associated documentation files (the "Software"), to deal
|
15065
|
+
in the Software without restriction, including without limitation the rights
|
15066
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15067
|
+
copies of the Software, and to permit persons to whom the Software is
|
15068
|
+
furnished to do so, subject to the following conditions:
|
15069
|
+
|
15070
|
+
The above copyright notice and this permission notice shall be included in all
|
15071
|
+
copies or substantial portions of the Software.
|
15072
|
+
|
15073
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15074
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15075
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15076
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15077
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15078
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15079
|
+
SOFTWARE.
|
15080
|
+
|
15081
|
+
================================================================================
|
15082
|
+
lazy_static LICENSE-APACHE
|
15282
15083
|
================================================================================
|
15283
15084
|
|
15284
15085
|
Apache License
|
@@ -15484,11 +15285,10 @@ See the License for the specific language governing permissions and
|
|
15484
15285
|
limitations under the License.
|
15485
15286
|
|
15486
15287
|
================================================================================
|
15487
|
-
|
15288
|
+
lazy_static LICENSE-MIT
|
15488
15289
|
================================================================================
|
15489
15290
|
|
15490
|
-
|
15491
|
-
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15291
|
+
Copyright (c) 2010 The Rust Project Developers
|
15492
15292
|
|
15493
15293
|
Permission is hereby granted, free of charge, to any
|
15494
15294
|
person obtaining a copy of this software and associated
|
@@ -15515,7 +15315,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15515
15315
|
DEALINGS IN THE SOFTWARE.
|
15516
15316
|
|
15517
15317
|
================================================================================
|
15518
|
-
|
15318
|
+
lazycell LICENSE-APACHE
|
15319
|
+
================================================================================
|
15320
|
+
|
15321
|
+
Apache License
|
15322
|
+
Version 2.0, January 2004
|
15323
|
+
http://www.apache.org/licenses/
|
15324
|
+
|
15325
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15326
|
+
|
15327
|
+
1. Definitions.
|
15328
|
+
|
15329
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
15330
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
15331
|
+
|
15332
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
15333
|
+
the copyright owner that is granting the License.
|
15334
|
+
|
15335
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
15336
|
+
other entities that control, are controlled by, or are under common
|
15337
|
+
control with that entity. For the purposes of this definition,
|
15338
|
+
"control" means (i) the power, direct or indirect, to cause the
|
15339
|
+
direction or management of such entity, whether by contract or
|
15340
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15341
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
15342
|
+
|
15343
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
15344
|
+
exercising permissions granted by this License.
|
15345
|
+
|
15346
|
+
"Source" form shall mean the preferred form for making modifications,
|
15347
|
+
including but not limited to software source code, documentation
|
15348
|
+
source, and configuration files.
|
15349
|
+
|
15350
|
+
"Object" form shall mean any form resulting from mechanical
|
15351
|
+
transformation or translation of a Source form, including but
|
15352
|
+
not limited to compiled object code, generated documentation,
|
15353
|
+
and conversions to other media types.
|
15354
|
+
|
15355
|
+
"Work" shall mean the work of authorship, whether in Source or
|
15356
|
+
Object form, made available under the License, as indicated by a
|
15357
|
+
copyright notice that is included in or attached to the work
|
15358
|
+
(an example is provided in the Appendix below).
|
15359
|
+
|
15360
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
15361
|
+
form, that is based on (or derived from) the Work and for which the
|
15362
|
+
editorial revisions, annotations, elaborations, or other modifications
|
15363
|
+
represent, as a whole, an original work of authorship. For the purposes
|
15364
|
+
of this License, Derivative Works shall not include works that remain
|
15365
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
15366
|
+
the Work and Derivative Works thereof.
|
15367
|
+
|
15368
|
+
"Contribution" shall mean any work of authorship, including
|
15369
|
+
the original version of the Work and any modifications or additions
|
15370
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15371
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15372
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15373
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15374
|
+
means any form of electronic, verbal, or written communication sent
|
15375
|
+
to the Licensor or its representatives, including but not limited to
|
15376
|
+
communication on electronic mailing lists, source code control systems,
|
15377
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15378
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15379
|
+
excluding communication that is conspicuously marked or otherwise
|
15380
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15381
|
+
|
15382
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15383
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15384
|
+
subsequently incorporated within the Work.
|
15385
|
+
|
15386
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15387
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15388
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15389
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15390
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15391
|
+
Work and such Derivative Works in Source or Object form.
|
15392
|
+
|
15393
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15394
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15395
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15396
|
+
(except as stated in this section) patent license to make, have made,
|
15397
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15398
|
+
where such license applies only to those patent claims licensable
|
15399
|
+
by such Contributor that are necessarily infringed by their
|
15400
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15401
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15402
|
+
institute patent litigation against any entity (including a
|
15403
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15404
|
+
or a Contribution incorporated within the Work constitutes direct
|
15405
|
+
or contributory patent infringement, then any patent licenses
|
15406
|
+
granted to You under this License for that Work shall terminate
|
15407
|
+
as of the date such litigation is filed.
|
15408
|
+
|
15409
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15410
|
+
Work or Derivative Works thereof in any medium, with or without
|
15411
|
+
modifications, and in Source or Object form, provided that You
|
15412
|
+
meet the following conditions:
|
15413
|
+
|
15414
|
+
(a) You must give any other recipients of the Work or
|
15415
|
+
Derivative Works a copy of this License; and
|
15416
|
+
|
15417
|
+
(b) You must cause any modified files to carry prominent notices
|
15418
|
+
stating that You changed the files; and
|
15419
|
+
|
15420
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15421
|
+
that You distribute, all copyright, patent, trademark, and
|
15422
|
+
attribution notices from the Source form of the Work,
|
15423
|
+
excluding those notices that do not pertain to any part of
|
15424
|
+
the Derivative Works; and
|
15425
|
+
|
15426
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15427
|
+
distribution, then any Derivative Works that You distribute must
|
15428
|
+
include a readable copy of the attribution notices contained
|
15429
|
+
within such NOTICE file, excluding those notices that do not
|
15430
|
+
pertain to any part of the Derivative Works, in at least one
|
15431
|
+
of the following places: within a NOTICE text file distributed
|
15432
|
+
as part of the Derivative Works; within the Source form or
|
15433
|
+
documentation, if provided along with the Derivative Works; or,
|
15434
|
+
within a display generated by the Derivative Works, if and
|
15435
|
+
wherever such third-party notices normally appear. The contents
|
15436
|
+
of the NOTICE file are for informational purposes only and
|
15437
|
+
do not modify the License. You may add Your own attribution
|
15438
|
+
notices within Derivative Works that You distribute, alongside
|
15439
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15440
|
+
that such additional attribution notices cannot be construed
|
15441
|
+
as modifying the License.
|
15442
|
+
|
15443
|
+
You may add Your own copyright statement to Your modifications and
|
15444
|
+
may provide additional or different license terms and conditions
|
15445
|
+
for use, reproduction, or distribution of Your modifications, or
|
15446
|
+
for any such Derivative Works as a whole, provided Your use,
|
15447
|
+
reproduction, and distribution of the Work otherwise complies with
|
15448
|
+
the conditions stated in this License.
|
15449
|
+
|
15450
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15451
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15452
|
+
by You to the Licensor shall be under the terms and conditions of
|
15453
|
+
this License, without any additional terms or conditions.
|
15454
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15455
|
+
the terms of any separate license agreement you may have executed
|
15456
|
+
with Licensor regarding such Contributions.
|
15457
|
+
|
15458
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15459
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15460
|
+
except as required for reasonable and customary use in describing the
|
15461
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15462
|
+
|
15463
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15464
|
+
agreed to in writing, Licensor provides the Work (and each
|
15465
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15466
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15467
|
+
implied, including, without limitation, any warranties or conditions
|
15468
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15469
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15470
|
+
appropriateness of using or redistributing the Work and assume any
|
15471
|
+
risks associated with Your exercise of permissions under this License.
|
15472
|
+
|
15473
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15474
|
+
whether in tort (including negligence), contract, or otherwise,
|
15475
|
+
unless required by applicable law (such as deliberate and grossly
|
15476
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15477
|
+
liable to You for damages, including any direct, indirect, special,
|
15478
|
+
incidental, or consequential damages of any character arising as a
|
15479
|
+
result of this License or out of the use or inability to use the
|
15480
|
+
Work (including but not limited to damages for loss of goodwill,
|
15481
|
+
work stoppage, computer failure or malfunction, or any and all
|
15482
|
+
other commercial damages or losses), even if such Contributor
|
15483
|
+
has been advised of the possibility of such damages.
|
15484
|
+
|
15485
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15486
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15487
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15488
|
+
or other liability obligations and/or rights consistent with this
|
15489
|
+
License. However, in accepting such obligations, You may act only
|
15490
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15491
|
+
of any other Contributor, and only if You agree to indemnify,
|
15492
|
+
defend, and hold each Contributor harmless for any liability
|
15493
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15494
|
+
of your accepting any such warranty or additional liability.
|
15495
|
+
|
15496
|
+
END OF TERMS AND CONDITIONS
|
15497
|
+
|
15498
|
+
APPENDIX: How to apply the Apache License to your work.
|
15499
|
+
|
15500
|
+
To apply the Apache License to your work, attach the following
|
15501
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15502
|
+
replaced with your own identifying information. (Don't include
|
15503
|
+
the brackets!) The text should be enclosed in the appropriate
|
15504
|
+
comment syntax for the file format. We also recommend that a
|
15505
|
+
file or class name and description of purpose be included on the
|
15506
|
+
same "printed page" as the copyright notice for easier
|
15507
|
+
identification within third-party archives.
|
15508
|
+
|
15509
|
+
Copyright [yyyy] [name of copyright owner]
|
15510
|
+
|
15511
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15512
|
+
you may not use this file except in compliance with the License.
|
15513
|
+
You may obtain a copy of the License at
|
15514
|
+
|
15515
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15516
|
+
|
15517
|
+
Unless required by applicable law or agreed to in writing, software
|
15518
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15519
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15520
|
+
See the License for the specific language governing permissions and
|
15521
|
+
limitations under the License.
|
15522
|
+
|
15523
|
+
================================================================================
|
15524
|
+
lazycell LICENSE-MIT
|
15525
|
+
================================================================================
|
15526
|
+
|
15527
|
+
Original work Copyright (c) 2014 The Rust Project Developers
|
15528
|
+
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
15529
|
+
|
15530
|
+
Permission is hereby granted, free of charge, to any
|
15531
|
+
person obtaining a copy of this software and associated
|
15532
|
+
documentation files (the "Software"), to deal in the
|
15533
|
+
Software without restriction, including without
|
15534
|
+
limitation the rights to use, copy, modify, merge,
|
15535
|
+
publish, distribute, sublicense, and/or sell copies of
|
15536
|
+
the Software, and to permit persons to whom the Software
|
15537
|
+
is furnished to do so, subject to the following
|
15538
|
+
conditions:
|
15539
|
+
|
15540
|
+
The above copyright notice and this permission notice
|
15541
|
+
shall be included in all copies or substantial portions
|
15542
|
+
of the Software.
|
15543
|
+
|
15544
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15545
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15546
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15547
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15548
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15549
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15550
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15551
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15552
|
+
DEALINGS IN THE SOFTWARE.
|
15553
|
+
|
15554
|
+
================================================================================
|
15555
|
+
lexical-core LICENSE-APACHE
|
15519
15556
|
================================================================================
|
15520
15557
|
|
15521
15558
|
Apache License
|
@@ -22404,237 +22441,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
22404
22441
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
22405
22442
|
DEALINGS IN THE SOFTWARE.
|
22406
22443
|
|
22407
|
-
================================================================================
|
22408
|
-
num_cpus LICENSE-APACHE
|
22409
|
-
================================================================================
|
22410
|
-
|
22411
|
-
Apache License
|
22412
|
-
Version 2.0, January 2004
|
22413
|
-
http://www.apache.org/licenses/
|
22414
|
-
|
22415
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
22416
|
-
|
22417
|
-
1. Definitions.
|
22418
|
-
|
22419
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
22420
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
22421
|
-
|
22422
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
22423
|
-
the copyright owner that is granting the License.
|
22424
|
-
|
22425
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
22426
|
-
other entities that control, are controlled by, or are under common
|
22427
|
-
control with that entity. For the purposes of this definition,
|
22428
|
-
"control" means (i) the power, direct or indirect, to cause the
|
22429
|
-
direction or management of such entity, whether by contract or
|
22430
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22431
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
22432
|
-
|
22433
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
22434
|
-
exercising permissions granted by this License.
|
22435
|
-
|
22436
|
-
"Source" form shall mean the preferred form for making modifications,
|
22437
|
-
including but not limited to software source code, documentation
|
22438
|
-
source, and configuration files.
|
22439
|
-
|
22440
|
-
"Object" form shall mean any form resulting from mechanical
|
22441
|
-
transformation or translation of a Source form, including but
|
22442
|
-
not limited to compiled object code, generated documentation,
|
22443
|
-
and conversions to other media types.
|
22444
|
-
|
22445
|
-
"Work" shall mean the work of authorship, whether in Source or
|
22446
|
-
Object form, made available under the License, as indicated by a
|
22447
|
-
copyright notice that is included in or attached to the work
|
22448
|
-
(an example is provided in the Appendix below).
|
22449
|
-
|
22450
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
22451
|
-
form, that is based on (or derived from) the Work and for which the
|
22452
|
-
editorial revisions, annotations, elaborations, or other modifications
|
22453
|
-
represent, as a whole, an original work of authorship. For the purposes
|
22454
|
-
of this License, Derivative Works shall not include works that remain
|
22455
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
22456
|
-
the Work and Derivative Works thereof.
|
22457
|
-
|
22458
|
-
"Contribution" shall mean any work of authorship, including
|
22459
|
-
the original version of the Work and any modifications or additions
|
22460
|
-
to that Work or Derivative Works thereof, that is intentionally
|
22461
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
22462
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
22463
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
22464
|
-
means any form of electronic, verbal, or written communication sent
|
22465
|
-
to the Licensor or its representatives, including but not limited to
|
22466
|
-
communication on electronic mailing lists, source code control systems,
|
22467
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
22468
|
-
Licensor for the purpose of discussing and improving the Work, but
|
22469
|
-
excluding communication that is conspicuously marked or otherwise
|
22470
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
22471
|
-
|
22472
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
22473
|
-
on behalf of whom a Contribution has been received by Licensor and
|
22474
|
-
subsequently incorporated within the Work.
|
22475
|
-
|
22476
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
22477
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22478
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22479
|
-
copyright license to reproduce, prepare Derivative Works of,
|
22480
|
-
publicly display, publicly perform, sublicense, and distribute the
|
22481
|
-
Work and such Derivative Works in Source or Object form.
|
22482
|
-
|
22483
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
22484
|
-
this License, each Contributor hereby grants to You a perpetual,
|
22485
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
22486
|
-
(except as stated in this section) patent license to make, have made,
|
22487
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
22488
|
-
where such license applies only to those patent claims licensable
|
22489
|
-
by such Contributor that are necessarily infringed by their
|
22490
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
22491
|
-
with the Work to which such Contribution(s) was submitted. If You
|
22492
|
-
institute patent litigation against any entity (including a
|
22493
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
22494
|
-
or a Contribution incorporated within the Work constitutes direct
|
22495
|
-
or contributory patent infringement, then any patent licenses
|
22496
|
-
granted to You under this License for that Work shall terminate
|
22497
|
-
as of the date such litigation is filed.
|
22498
|
-
|
22499
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
22500
|
-
Work or Derivative Works thereof in any medium, with or without
|
22501
|
-
modifications, and in Source or Object form, provided that You
|
22502
|
-
meet the following conditions:
|
22503
|
-
|
22504
|
-
(a) You must give any other recipients of the Work or
|
22505
|
-
Derivative Works a copy of this License; and
|
22506
|
-
|
22507
|
-
(b) You must cause any modified files to carry prominent notices
|
22508
|
-
stating that You changed the files; and
|
22509
|
-
|
22510
|
-
(c) You must retain, in the Source form of any Derivative Works
|
22511
|
-
that You distribute, all copyright, patent, trademark, and
|
22512
|
-
attribution notices from the Source form of the Work,
|
22513
|
-
excluding those notices that do not pertain to any part of
|
22514
|
-
the Derivative Works; and
|
22515
|
-
|
22516
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
22517
|
-
distribution, then any Derivative Works that You distribute must
|
22518
|
-
include a readable copy of the attribution notices contained
|
22519
|
-
within such NOTICE file, excluding those notices that do not
|
22520
|
-
pertain to any part of the Derivative Works, in at least one
|
22521
|
-
of the following places: within a NOTICE text file distributed
|
22522
|
-
as part of the Derivative Works; within the Source form or
|
22523
|
-
documentation, if provided along with the Derivative Works; or,
|
22524
|
-
within a display generated by the Derivative Works, if and
|
22525
|
-
wherever such third-party notices normally appear. The contents
|
22526
|
-
of the NOTICE file are for informational purposes only and
|
22527
|
-
do not modify the License. You may add Your own attribution
|
22528
|
-
notices within Derivative Works that You distribute, alongside
|
22529
|
-
or as an addendum to the NOTICE text from the Work, provided
|
22530
|
-
that such additional attribution notices cannot be construed
|
22531
|
-
as modifying the License.
|
22532
|
-
|
22533
|
-
You may add Your own copyright statement to Your modifications and
|
22534
|
-
may provide additional or different license terms and conditions
|
22535
|
-
for use, reproduction, or distribution of Your modifications, or
|
22536
|
-
for any such Derivative Works as a whole, provided Your use,
|
22537
|
-
reproduction, and distribution of the Work otherwise complies with
|
22538
|
-
the conditions stated in this License.
|
22539
|
-
|
22540
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
22541
|
-
any Contribution intentionally submitted for inclusion in the Work
|
22542
|
-
by You to the Licensor shall be under the terms and conditions of
|
22543
|
-
this License, without any additional terms or conditions.
|
22544
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
22545
|
-
the terms of any separate license agreement you may have executed
|
22546
|
-
with Licensor regarding such Contributions.
|
22547
|
-
|
22548
|
-
6. Trademarks. This License does not grant permission to use the trade
|
22549
|
-
names, trademarks, service marks, or product names of the Licensor,
|
22550
|
-
except as required for reasonable and customary use in describing the
|
22551
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
22552
|
-
|
22553
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
22554
|
-
agreed to in writing, Licensor provides the Work (and each
|
22555
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
22556
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
22557
|
-
implied, including, without limitation, any warranties or conditions
|
22558
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
22559
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
22560
|
-
appropriateness of using or redistributing the Work and assume any
|
22561
|
-
risks associated with Your exercise of permissions under this License.
|
22562
|
-
|
22563
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
22564
|
-
whether in tort (including negligence), contract, or otherwise,
|
22565
|
-
unless required by applicable law (such as deliberate and grossly
|
22566
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
22567
|
-
liable to You for damages, including any direct, indirect, special,
|
22568
|
-
incidental, or consequential damages of any character arising as a
|
22569
|
-
result of this License or out of the use or inability to use the
|
22570
|
-
Work (including but not limited to damages for loss of goodwill,
|
22571
|
-
work stoppage, computer failure or malfunction, or any and all
|
22572
|
-
other commercial damages or losses), even if such Contributor
|
22573
|
-
has been advised of the possibility of such damages.
|
22574
|
-
|
22575
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
22576
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
22577
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
22578
|
-
or other liability obligations and/or rights consistent with this
|
22579
|
-
License. However, in accepting such obligations, You may act only
|
22580
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
22581
|
-
of any other Contributor, and only if You agree to indemnify,
|
22582
|
-
defend, and hold each Contributor harmless for any liability
|
22583
|
-
incurred by, or claims asserted against, such Contributor by reason
|
22584
|
-
of your accepting any such warranty or additional liability.
|
22585
|
-
|
22586
|
-
END OF TERMS AND CONDITIONS
|
22587
|
-
|
22588
|
-
APPENDIX: How to apply the Apache License to your work.
|
22589
|
-
|
22590
|
-
To apply the Apache License to your work, attach the following
|
22591
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
22592
|
-
replaced with your own identifying information. (Don't include
|
22593
|
-
the brackets!) The text should be enclosed in the appropriate
|
22594
|
-
comment syntax for the file format. We also recommend that a
|
22595
|
-
file or class name and description of purpose be included on the
|
22596
|
-
same "printed page" as the copyright notice for easier
|
22597
|
-
identification within third-party archives.
|
22598
|
-
|
22599
|
-
Copyright [yyyy] [name of copyright owner]
|
22600
|
-
|
22601
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
22602
|
-
you may not use this file except in compliance with the License.
|
22603
|
-
You may obtain a copy of the License at
|
22604
|
-
|
22605
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
22606
|
-
|
22607
|
-
Unless required by applicable law or agreed to in writing, software
|
22608
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
22609
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
22610
|
-
See the License for the specific language governing permissions and
|
22611
|
-
limitations under the License.
|
22612
|
-
|
22613
|
-
================================================================================
|
22614
|
-
num_cpus LICENSE-MIT
|
22615
|
-
================================================================================
|
22616
|
-
|
22617
|
-
Copyright (c) 2015
|
22618
|
-
|
22619
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
22620
|
-
of this software and associated documentation files (the "Software"), to deal
|
22621
|
-
in the Software without restriction, including without limitation the rights
|
22622
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
22623
|
-
copies of the Software, and to permit persons to whom the Software is
|
22624
|
-
furnished to do so, subject to the following conditions:
|
22625
|
-
|
22626
|
-
The above copyright notice and this permission notice shall be included in
|
22627
|
-
all copies or substantial portions of the Software.
|
22628
|
-
|
22629
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22630
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
22631
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22632
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22633
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22634
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22635
|
-
THE SOFTWARE.
|
22636
|
-
|
22637
|
-
|
22638
22444
|
================================================================================
|
22639
22445
|
once_cell LICENSE-APACHE
|
22640
22446
|
================================================================================
|
@@ -35481,7 +35287,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35481
35287
|
DEALINGS IN THE SOFTWARE.
|
35482
35288
|
|
35483
35289
|
================================================================================
|
35484
|
-
syn v2.0.
|
35290
|
+
syn v2.0.74 LICENSE-APACHE
|
35485
35291
|
================================================================================
|
35486
35292
|
|
35487
35293
|
Apache License
|
@@ -35662,7 +35468,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35662
35468
|
END OF TERMS AND CONDITIONS
|
35663
35469
|
|
35664
35470
|
================================================================================
|
35665
|
-
syn v2.0.
|
35471
|
+
syn v2.0.74 LICENSE-MIT
|
35666
35472
|
================================================================================
|
35667
35473
|
|
35668
35474
|
Permission is hereby granted, free of charge, to any
|
@@ -38581,6 +38387,273 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
38581
38387
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38582
38388
|
DEALINGS IN THE SOFTWARE.
|
38583
38389
|
|
38390
|
+
================================================================================
|
38391
|
+
zerocopy-derive LICENSE-APACHE
|
38392
|
+
================================================================================
|
38393
|
+
|
38394
|
+
Apache License
|
38395
|
+
Version 2.0, January 2004
|
38396
|
+
http://www.apache.org/licenses/
|
38397
|
+
|
38398
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
38399
|
+
|
38400
|
+
1. Definitions.
|
38401
|
+
|
38402
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
38403
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
38404
|
+
|
38405
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
38406
|
+
the copyright owner that is granting the License.
|
38407
|
+
|
38408
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
38409
|
+
other entities that control, are controlled by, or are under common
|
38410
|
+
control with that entity. For the purposes of this definition,
|
38411
|
+
"control" means (i) the power, direct or indirect, to cause the
|
38412
|
+
direction or management of such entity, whether by contract or
|
38413
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
38414
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
38415
|
+
|
38416
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
38417
|
+
exercising permissions granted by this License.
|
38418
|
+
|
38419
|
+
"Source" form shall mean the preferred form for making modifications,
|
38420
|
+
including but not limited to software source code, documentation
|
38421
|
+
source, and configuration files.
|
38422
|
+
|
38423
|
+
"Object" form shall mean any form resulting from mechanical
|
38424
|
+
transformation or translation of a Source form, including but
|
38425
|
+
not limited to compiled object code, generated documentation,
|
38426
|
+
and conversions to other media types.
|
38427
|
+
|
38428
|
+
"Work" shall mean the work of authorship, whether in Source or
|
38429
|
+
Object form, made available under the License, as indicated by a
|
38430
|
+
copyright notice that is included in or attached to the work
|
38431
|
+
(an example is provided in the Appendix below).
|
38432
|
+
|
38433
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
38434
|
+
form, that is based on (or derived from) the Work and for which the
|
38435
|
+
editorial revisions, annotations, elaborations, or other modifications
|
38436
|
+
represent, as a whole, an original work of authorship. For the purposes
|
38437
|
+
of this License, Derivative Works shall not include works that remain
|
38438
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
38439
|
+
the Work and Derivative Works thereof.
|
38440
|
+
|
38441
|
+
"Contribution" shall mean any work of authorship, including
|
38442
|
+
the original version of the Work and any modifications or additions
|
38443
|
+
to that Work or Derivative Works thereof, that is intentionally
|
38444
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
38445
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
38446
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
38447
|
+
means any form of electronic, verbal, or written communication sent
|
38448
|
+
to the Licensor or its representatives, including but not limited to
|
38449
|
+
communication on electronic mailing lists, source code control systems,
|
38450
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
38451
|
+
Licensor for the purpose of discussing and improving the Work, but
|
38452
|
+
excluding communication that is conspicuously marked or otherwise
|
38453
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
38454
|
+
|
38455
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
38456
|
+
on behalf of whom a Contribution has been received by Licensor and
|
38457
|
+
subsequently incorporated within the Work.
|
38458
|
+
|
38459
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
38460
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38461
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38462
|
+
copyright license to reproduce, prepare Derivative Works of,
|
38463
|
+
publicly display, publicly perform, sublicense, and distribute the
|
38464
|
+
Work and such Derivative Works in Source or Object form.
|
38465
|
+
|
38466
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
38467
|
+
this License, each Contributor hereby grants to You a perpetual,
|
38468
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
38469
|
+
(except as stated in this section) patent license to make, have made,
|
38470
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
38471
|
+
where such license applies only to those patent claims licensable
|
38472
|
+
by such Contributor that are necessarily infringed by their
|
38473
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
38474
|
+
with the Work to which such Contribution(s) was submitted. If You
|
38475
|
+
institute patent litigation against any entity (including a
|
38476
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
38477
|
+
or a Contribution incorporated within the Work constitutes direct
|
38478
|
+
or contributory patent infringement, then any patent licenses
|
38479
|
+
granted to You under this License for that Work shall terminate
|
38480
|
+
as of the date such litigation is filed.
|
38481
|
+
|
38482
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
38483
|
+
Work or Derivative Works thereof in any medium, with or without
|
38484
|
+
modifications, and in Source or Object form, provided that You
|
38485
|
+
meet the following conditions:
|
38486
|
+
|
38487
|
+
(a) You must give any other recipients of the Work or
|
38488
|
+
Derivative Works a copy of this License; and
|
38489
|
+
|
38490
|
+
(b) You must cause any modified files to carry prominent notices
|
38491
|
+
stating that You changed the files; and
|
38492
|
+
|
38493
|
+
(c) You must retain, in the Source form of any Derivative Works
|
38494
|
+
that You distribute, all copyright, patent, trademark, and
|
38495
|
+
attribution notices from the Source form of the Work,
|
38496
|
+
excluding those notices that do not pertain to any part of
|
38497
|
+
the Derivative Works; and
|
38498
|
+
|
38499
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
38500
|
+
distribution, then any Derivative Works that You distribute must
|
38501
|
+
include a readable copy of the attribution notices contained
|
38502
|
+
within such NOTICE file, excluding those notices that do not
|
38503
|
+
pertain to any part of the Derivative Works, in at least one
|
38504
|
+
of the following places: within a NOTICE text file distributed
|
38505
|
+
as part of the Derivative Works; within the Source form or
|
38506
|
+
documentation, if provided along with the Derivative Works; or,
|
38507
|
+
within a display generated by the Derivative Works, if and
|
38508
|
+
wherever such third-party notices normally appear. The contents
|
38509
|
+
of the NOTICE file are for informational purposes only and
|
38510
|
+
do not modify the License. You may add Your own attribution
|
38511
|
+
notices within Derivative Works that You distribute, alongside
|
38512
|
+
or as an addendum to the NOTICE text from the Work, provided
|
38513
|
+
that such additional attribution notices cannot be construed
|
38514
|
+
as modifying the License.
|
38515
|
+
|
38516
|
+
You may add Your own copyright statement to Your modifications and
|
38517
|
+
may provide additional or different license terms and conditions
|
38518
|
+
for use, reproduction, or distribution of Your modifications, or
|
38519
|
+
for any such Derivative Works as a whole, provided Your use,
|
38520
|
+
reproduction, and distribution of the Work otherwise complies with
|
38521
|
+
the conditions stated in this License.
|
38522
|
+
|
38523
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
38524
|
+
any Contribution intentionally submitted for inclusion in the Work
|
38525
|
+
by You to the Licensor shall be under the terms and conditions of
|
38526
|
+
this License, without any additional terms or conditions.
|
38527
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
38528
|
+
the terms of any separate license agreement you may have executed
|
38529
|
+
with Licensor regarding such Contributions.
|
38530
|
+
|
38531
|
+
6. Trademarks. This License does not grant permission to use the trade
|
38532
|
+
names, trademarks, service marks, or product names of the Licensor,
|
38533
|
+
except as required for reasonable and customary use in describing the
|
38534
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
38535
|
+
|
38536
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
38537
|
+
agreed to in writing, Licensor provides the Work (and each
|
38538
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
38539
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
38540
|
+
implied, including, without limitation, any warranties or conditions
|
38541
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
38542
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
38543
|
+
appropriateness of using or redistributing the Work and assume any
|
38544
|
+
risks associated with Your exercise of permissions under this License.
|
38545
|
+
|
38546
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
38547
|
+
whether in tort (including negligence), contract, or otherwise,
|
38548
|
+
unless required by applicable law (such as deliberate and grossly
|
38549
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
38550
|
+
liable to You for damages, including any direct, indirect, special,
|
38551
|
+
incidental, or consequential damages of any character arising as a
|
38552
|
+
result of this License or out of the use or inability to use the
|
38553
|
+
Work (including but not limited to damages for loss of goodwill,
|
38554
|
+
work stoppage, computer failure or malfunction, or any and all
|
38555
|
+
other commercial damages or losses), even if such Contributor
|
38556
|
+
has been advised of the possibility of such damages.
|
38557
|
+
|
38558
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
38559
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
38560
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
38561
|
+
or other liability obligations and/or rights consistent with this
|
38562
|
+
License. However, in accepting such obligations, You may act only
|
38563
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
38564
|
+
of any other Contributor, and only if You agree to indemnify,
|
38565
|
+
defend, and hold each Contributor harmless for any liability
|
38566
|
+
incurred by, or claims asserted against, such Contributor by reason
|
38567
|
+
of your accepting any such warranty or additional liability.
|
38568
|
+
|
38569
|
+
END OF TERMS AND CONDITIONS
|
38570
|
+
|
38571
|
+
APPENDIX: How to apply the Apache License to your work.
|
38572
|
+
|
38573
|
+
To apply the Apache License to your work, attach the following
|
38574
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
38575
|
+
replaced with your own identifying information. (Don't include
|
38576
|
+
the brackets!) The text should be enclosed in the appropriate
|
38577
|
+
comment syntax for the file format. We also recommend that a
|
38578
|
+
file or class name and description of purpose be included on the
|
38579
|
+
same "printed page" as the copyright notice for easier
|
38580
|
+
identification within third-party archives.
|
38581
|
+
|
38582
|
+
Copyright 2023 The Fuchsia Authors
|
38583
|
+
|
38584
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
38585
|
+
you may not use this file except in compliance with the License.
|
38586
|
+
You may obtain a copy of the License at
|
38587
|
+
|
38588
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
38589
|
+
|
38590
|
+
Unless required by applicable law or agreed to in writing, software
|
38591
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
38592
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
38593
|
+
See the License for the specific language governing permissions and
|
38594
|
+
limitations under the License.
|
38595
|
+
|
38596
|
+
|
38597
|
+
================================================================================
|
38598
|
+
zerocopy-derive LICENSE-BSD
|
38599
|
+
================================================================================
|
38600
|
+
|
38601
|
+
Copyright 2019 The Fuchsia Authors.
|
38602
|
+
|
38603
|
+
Redistribution and use in source and binary forms, with or without
|
38604
|
+
modification, are permitted provided that the following conditions are
|
38605
|
+
met:
|
38606
|
+
|
38607
|
+
* Redistributions of source code must retain the above copyright
|
38608
|
+
notice, this list of conditions and the following disclaimer.
|
38609
|
+
* Redistributions in binary form must reproduce the above
|
38610
|
+
copyright notice, this list of conditions and the following disclaimer
|
38611
|
+
in the documentation and/or other materials provided with the
|
38612
|
+
distribution.
|
38613
|
+
|
38614
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
38615
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
38616
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
38617
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
38618
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
38619
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
38620
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
38621
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
38622
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
38623
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
38624
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
38625
|
+
|
38626
|
+
================================================================================
|
38627
|
+
zerocopy-derive LICENSE-MIT
|
38628
|
+
================================================================================
|
38629
|
+
|
38630
|
+
Copyright 2023 The Fuchsia Authors
|
38631
|
+
|
38632
|
+
Permission is hereby granted, free of charge, to any
|
38633
|
+
person obtaining a copy of this software and associated
|
38634
|
+
documentation files (the "Software"), to deal in the
|
38635
|
+
Software without restriction, including without
|
38636
|
+
limitation the rights to use, copy, modify, merge,
|
38637
|
+
publish, distribute, sublicense, and/or sell copies of
|
38638
|
+
the Software, and to permit persons to whom the Software
|
38639
|
+
is furnished to do so, subject to the following
|
38640
|
+
conditions:
|
38641
|
+
|
38642
|
+
The above copyright notice and this permission notice
|
38643
|
+
shall be included in all copies or substantial portions
|
38644
|
+
of the Software.
|
38645
|
+
|
38646
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
38647
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
38648
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
38649
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
38650
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
38651
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
38652
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
38653
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
38654
|
+
DEALINGS IN THE SOFTWARE.
|
38655
|
+
|
38656
|
+
|
38584
38657
|
================================================================================
|
38585
38658
|
zstd LICENSE
|
38586
38659
|
================================================================================
|