polars-df 0.12.0-arm64-darwin → 0.13.0-arm64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.80
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.5.0
77
+ bitflags v2.6.0
78
78
  https://github.com/bitflags/bitflags
79
79
  MIT OR Apache-2.0
80
80
 
81
- brotli v5.0.0
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.1
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
- bytes v1.6.0
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.0.99
105
+ cc v1.1.11
102
106
  https://github.com/rust-lang/cc-rs
103
107
  MIT OR Apache-2.0
104
108
 
@@ -129,7 +133,7 @@ comfy-table v7.1.1
129
133
  https://github.com/nukesor/comfy-table
130
134
  MIT
131
135
 
132
- core-foundation-sys v0.8.6
136
+ core-foundation-sys v0.8.7
133
137
  https://github.com/servo/core-foundation-rs
134
138
  MIT OR Apache-2.0
135
139
 
@@ -173,7 +177,7 @@ dyn-clone v1.0.17
173
177
  https://github.com/dtolnay/dyn-clone
174
178
  MIT OR Apache-2.0
175
179
 
176
- either v1.12.0
180
+ either v1.13.0
177
181
  https://github.com/rayon-rs/either
178
182
  MIT OR Apache-2.0
179
183
 
@@ -197,7 +201,7 @@ fast-float v0.2.0
197
201
  https://github.com/aldanor/fast-float-rust
198
202
  MIT OR Apache-2.0
199
203
 
200
- flate2 v1.0.30
204
+ flate2 v1.0.31
201
205
  https://github.com/rust-lang/flate2-rs
202
206
  MIT OR Apache-2.0
203
207
 
@@ -205,10 +209,6 @@ float-cmp v0.9.0
205
209
  https://github.com/mikedilger/float-cmp
206
210
  MIT
207
211
 
208
- foreign_vec v0.1.0
209
- https://github.com/DataEngineeringLabs/foreign_vec
210
- MIT
211
-
212
212
  futures v0.3.30
213
213
  https://rust-lang.github.io/futures-rs
214
214
  MIT OR Apache-2.0
@@ -277,7 +277,7 @@ iana-time-zone v0.1.60
277
277
  https://github.com/strawlab/iana-time-zone
278
278
  MIT OR Apache-2.0
279
279
 
280
- indexmap v2.2.6
280
+ indexmap v2.4.0
281
281
  https://github.com/indexmap-rs/indexmap
282
282
  Apache-2.0 OR MIT
283
283
 
@@ -293,7 +293,7 @@ itoap v1.0.1
293
293
  https://github.com/Kogia-sima/itoap
294
294
  MIT
295
295
 
296
- jobserver v0.1.31
296
+ jobserver v0.1.32
297
297
  https://github.com/rust-lang/jobserver-rs
298
298
  MIT OR Apache-2.0
299
299
 
@@ -345,7 +345,7 @@ libflate_lz77 v1.2.0
345
345
  https://github.com/sile/libflate
346
346
  MIT
347
347
 
348
- libloading v0.8.3
348
+ libloading v0.8.5
349
349
  https://github.com/nagisa/rust_libloading/
350
350
  ISC
351
351
 
@@ -353,7 +353,7 @@ libm v0.2.8
353
353
  https://github.com/rust-lang/libm
354
354
  MIT OR Apache-2.0
355
355
 
356
- libmimalloc-sys v0.1.38
356
+ libmimalloc-sys v0.1.39
357
357
  https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys
358
358
  MIT
359
359
 
@@ -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.21
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.25.0
368
+ lz4 v1.26.0
369
369
  https://github.com/10xGenomics/lz4-rs
370
370
  MIT
371
371
 
372
- lz4-sys v1.9.5
372
+ lz4-sys v1.10.0
373
373
  https://github.com/10xGenomics/lz4-rs
374
374
  MIT
375
375
 
@@ -389,7 +389,7 @@ memmap2 v0.7.1
389
389
  https://github.com/RazrFalcon/memmap2-rs
390
390
  MIT OR Apache-2.0
391
391
 
392
- mimalloc v0.1.42
392
+ mimalloc v0.1.43
393
393
  https://github.com/purpleprotocol/mimalloc_rust
394
394
  MIT
395
395
 
@@ -401,7 +401,7 @@ miniz_oxide v0.7.4
401
401
  https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
402
402
  MIT OR Zlib OR Apache-2.0
403
403
 
404
- mio v0.8.11
404
+ mio v1.0.2
405
405
  https://github.com/tokio-rs/mio
406
406
  MIT
407
407
 
@@ -425,10 +425,6 @@ num-traits v0.2.19
425
425
  https://github.com/rust-num/num-traits
426
426
  MIT OR Apache-2.0
427
427
 
428
- num_cpus v1.16.0
429
- https://github.com/seanmonstar/num_cpus
430
- MIT OR Apache-2.0
431
-
432
428
  once_cell v1.19.0
433
429
  https://github.com/matklad/once_cell
434
430
  MIT OR Apache-2.0
@@ -485,82 +481,82 @@ planus v0.3.1
485
481
  https://github.com/planus-org/planus
486
482
  MIT/Apache-2.0
487
483
 
488
- polars v0.41.3
484
+ polars v0.42.0
489
485
  https://www.pola.rs/
490
486
  MIT
491
487
 
492
- polars-arrow v0.41.3
488
+ polars-arrow v0.42.0
493
489
  https://www.pola.rs/
494
490
  MIT AND Apache-2.0
495
491
 
496
492
  polars-arrow-format v0.1.0
497
493
  https://github.com/polar-rs/arrow-format
498
494
 
499
- polars-compute v0.41.3
495
+ polars-compute v0.42.0
500
496
  https://www.pola.rs/
501
497
  MIT
502
498
 
503
- polars-core v0.41.3
499
+ polars-core v0.42.0
504
500
  https://www.pola.rs/
505
501
  MIT
506
502
 
507
- polars-error v0.41.3
503
+ polars-error v0.42.0
508
504
  https://www.pola.rs/
509
505
  MIT
510
506
 
511
- polars-expr v0.41.3
507
+ polars-expr v0.42.0
512
508
  https://www.pola.rs/
513
509
  MIT
514
510
 
515
- polars-io v0.41.3
511
+ polars-io v0.42.0
516
512
  https://www.pola.rs/
517
513
  MIT
518
514
 
519
- polars-json v0.41.3
515
+ polars-json v0.42.0
520
516
  https://www.pola.rs/
521
517
  MIT
522
518
 
523
- polars-lazy v0.41.3
519
+ polars-lazy v0.42.0
524
520
  https://www.pola.rs/
525
521
  MIT
526
522
 
527
- polars-mem-engine v0.41.3
523
+ polars-mem-engine v0.42.0
528
524
  https://www.pola.rs/
529
525
  MIT
530
526
 
531
- polars-ops v0.41.3
527
+ polars-ops v0.42.0
532
528
  https://www.pola.rs/
533
529
  MIT
534
530
 
535
- polars-parquet v0.41.3
531
+ polars-parquet v0.42.0
536
532
  https://www.pola.rs/
537
533
  MIT AND Apache-2.0
538
534
 
539
- polars-pipe v0.41.3
535
+ polars-pipe v0.42.0
540
536
  https://www.pola.rs/
541
537
  MIT
542
538
 
543
- polars-plan v0.41.3
539
+ polars-plan v0.42.0
544
540
  https://www.pola.rs/
545
541
  MIT
546
542
 
547
- polars-row v0.41.3
543
+ polars-row v0.42.0
548
544
  https://www.pola.rs/
549
545
  MIT
550
546
 
551
- polars-sql v0.41.3
547
+ polars-sql v0.42.0
552
548
  https://www.pola.rs/
553
549
  MIT
554
550
 
555
- polars-time v0.41.3
551
+ polars-time v0.42.0
556
552
  https://www.pola.rs/
557
553
  MIT
558
554
 
559
- polars-utils v0.41.3
555
+ polars-utils v0.42.0
560
556
  https://www.pola.rs/
561
557
  MIT
562
558
 
563
- ppv-lite86 v0.2.17
559
+ ppv-lite86 v0.2.20
564
560
  https://github.com/cryptocorrosion/cryptocorrosion
565
561
  MIT/Apache-2.0
566
562
 
@@ -592,7 +588,7 @@ rand_distr v0.4.3
592
588
  https://rust-random.github.io/book
593
589
  MIT OR Apache-2.0
594
590
 
595
- raw-cpuid v11.0.2
591
+ raw-cpuid v11.1.0
596
592
  https://github.com/gz/rust-cpuid
597
593
  MIT
598
594
 
@@ -604,11 +600,11 @@ rayon-core v1.12.1
604
600
  https://github.com/rayon-rs/rayon
605
601
  MIT OR Apache-2.0
606
602
 
607
- rb-sys v0.9.98
603
+ rb-sys v0.9.101
608
604
  https://github.com/oxidize-rb/rb-sys
609
605
  MIT OR Apache-2.0
610
606
 
611
- rb-sys-build v0.9.98
607
+ rb-sys-build v0.9.101
612
608
  https://github.com/oxidize-rb/rb-sys
613
609
  MIT OR Apache-2.0
614
610
 
@@ -632,7 +628,7 @@ ref-cast-impl v1.0.23
632
628
  https://github.com/dtolnay/ref-cast
633
629
  MIT OR Apache-2.0
634
630
 
635
- regex v1.10.5
631
+ regex v1.10.6
636
632
  https://github.com/rust-lang/regex
637
633
  MIT OR Apache-2.0
638
634
 
@@ -668,15 +664,15 @@ seq-macro v0.3.5
668
664
  https://github.com/dtolnay/seq-macro
669
665
  MIT OR Apache-2.0
670
666
 
671
- serde v1.0.203
667
+ serde v1.0.207
672
668
  https://serde.rs
673
669
  MIT OR Apache-2.0
674
670
 
675
- serde_derive v1.0.203
671
+ serde_derive v1.0.207
676
672
  https://serde.rs
677
673
  MIT OR Apache-2.0
678
674
 
679
- serde_json v1.0.117
675
+ serde_json v1.0.124
680
676
  https://github.com/serde-rs/json
681
677
  MIT OR Apache-2.0
682
678
 
@@ -720,7 +716,7 @@ socket2 v0.5.7
720
716
  https://github.com/rust-lang/socket2
721
717
  MIT OR Apache-2.0
722
718
 
723
- sqlparser v0.47.0
719
+ sqlparser v0.49.0
724
720
  https://github.com/sqlparser-rs/sqlparser-rs
725
721
  Apache-2.0
726
722
 
@@ -744,7 +740,7 @@ strength_reduce v0.2.4
744
740
  http://github.com/ejmahler/strength_reduce
745
741
  MIT OR Apache-2.0
746
742
 
747
- strum v0.26.2
743
+ strum v0.26.3
748
744
  https://github.com/Peternator7/strum
749
745
  MIT
750
746
 
@@ -756,11 +752,11 @@ syn v1.0.109
756
752
  https://github.com/dtolnay/syn
757
753
  MIT OR Apache-2.0
758
754
 
759
- syn v2.0.67
755
+ syn v2.0.74
760
756
  https://github.com/dtolnay/syn
761
757
  MIT OR Apache-2.0
762
758
 
763
- sysinfo v0.30.12
759
+ sysinfo v0.31.2
764
760
  https://github.com/GuillaumeGomez/sysinfo
765
761
  MIT
766
762
 
@@ -768,15 +764,15 @@ target-features v0.1.6
768
764
  https://github.com/calebzulawski/target-features
769
765
  MIT OR Apache-2.0
770
766
 
771
- thiserror v1.0.61
767
+ thiserror v1.0.63
772
768
  https://github.com/dtolnay/thiserror
773
769
  MIT OR Apache-2.0
774
770
 
775
- thiserror-impl v1.0.61
771
+ thiserror-impl v1.0.63
776
772
  https://github.com/dtolnay/thiserror
777
773
  MIT OR Apache-2.0
778
774
 
779
- tokio v1.38.0
775
+ tokio v1.39.2
780
776
  https://tokio.rs
781
777
  MIT
782
778
 
@@ -800,7 +796,7 @@ unicode-width v0.1.13
800
796
  https://github.com/unicode-rs/unicode-width
801
797
  MIT OR Apache-2.0
802
798
 
803
- uuid v1.8.0
799
+ uuid v1.10.0
804
800
  https://github.com/uuid-rs/uuid
805
801
  Apache-2.0 OR MIT
806
802
 
@@ -808,27 +804,31 @@ value-trait v0.8.1
808
804
  https://github.com/simd-lite/value-trait
809
805
  Apache-2.0/MIT
810
806
 
811
- version_check v0.9.4
807
+ version_check v0.9.5
812
808
  https://github.com/SergioBenitez/version_check
813
809
  MIT/Apache-2.0
814
810
 
815
- xxhash-rust v0.8.10
811
+ xxhash-rust v0.8.12
816
812
  https://github.com/DoumanAsh/xxhash-rust
817
813
  BSL-1.0
818
814
 
819
- zerocopy v0.7.34
815
+ zerocopy v0.7.35
816
+ https://github.com/google/zerocopy
817
+ BSD-2-Clause OR Apache-2.0 OR MIT
818
+
819
+ zerocopy-derive v0.7.35
820
820
  https://github.com/google/zerocopy
821
821
  BSD-2-Clause OR Apache-2.0 OR MIT
822
822
 
823
- zstd v0.13.1
823
+ zstd v0.13.2
824
824
  https://github.com/gyscos/zstd-rs
825
825
  MIT
826
826
 
827
- zstd-safe v7.1.0
827
+ zstd-safe v7.2.1
828
828
  https://github.com/gyscos/zstd-rs
829
829
  MIT/Apache-2.0
830
830
 
831
- zstd-sys v2.0.11+zstd.1.5.6
831
+ zstd-sys v2.0.13+zstd.1.5.6
832
832
  https://github.com/gyscos/zstd-rs
833
833
  MIT/Apache-2.0
834
834
 
@@ -3679,246 +3679,309 @@ Permission is granted to anyone to use this software for any purpose, including
3679
3679
  3. This notice may not be removed or altered from any source distribution.
3680
3680
 
3681
3681
  ================================================================================
3682
- bytes LICENSE
3682
+ byteorder COPYING
3683
3683
  ================================================================================
3684
3684
 
3685
- Copyright (c) 2018 Carl Lerche
3686
-
3687
- Permission is hereby granted, free of charge, to any
3688
- person obtaining a copy of this software and associated
3689
- documentation files (the "Software"), to deal in the
3690
- Software without restriction, including without
3691
- limitation the rights to use, copy, modify, merge,
3692
- publish, distribute, sublicense, and/or sell copies of
3693
- the Software, and to permit persons to whom the Software
3694
- is furnished to do so, subject to the following
3695
- conditions:
3696
-
3697
- The above copyright notice and this permission notice
3698
- shall be included in all copies or substantial portions
3699
- of the Software.
3685
+ This project is dual-licensed under the Unlicense and MIT licenses.
3700
3686
 
3701
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3702
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3703
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3704
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3705
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3706
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3707
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3708
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3709
- DEALINGS IN THE SOFTWARE.
3687
+ You may use this code under the terms of either license.
3710
3688
 
3711
3689
  ================================================================================
3712
- cc LICENSE-APACHE
3690
+ byteorder LICENSE-MIT
3713
3691
  ================================================================================
3714
3692
 
3715
- Apache License
3716
- Version 2.0, January 2004
3717
- http://www.apache.org/licenses/
3718
-
3719
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3720
-
3721
- 1. Definitions.
3722
-
3723
- "License" shall mean the terms and conditions for use, reproduction,
3724
- and distribution as defined by Sections 1 through 9 of this document.
3725
-
3726
- "Licensor" shall mean the copyright owner or entity authorized by
3727
- the copyright owner that is granting the License.
3728
-
3729
- "Legal Entity" shall mean the union of the acting entity and all
3730
- other entities that control, are controlled by, or are under common
3731
- control with that entity. For the purposes of this definition,
3732
- "control" means (i) the power, direct or indirect, to cause the
3733
- direction or management of such entity, whether by contract or
3734
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
3735
- outstanding shares, or (iii) beneficial ownership of such entity.
3736
-
3737
- "You" (or "Your") shall mean an individual or Legal Entity
3738
- exercising permissions granted by this License.
3739
-
3740
- "Source" form shall mean the preferred form for making modifications,
3741
- including but not limited to software source code, documentation
3742
- source, and configuration files.
3743
-
3744
- "Object" form shall mean any form resulting from mechanical
3745
- transformation or translation of a Source form, including but
3746
- not limited to compiled object code, generated documentation,
3747
- and conversions to other media types.
3748
-
3749
- "Work" shall mean the work of authorship, whether in Source or
3750
- Object form, made available under the License, as indicated by a
3751
- copyright notice that is included in or attached to the work
3752
- (an example is provided in the Appendix below).
3753
-
3754
- "Derivative Works" shall mean any work, whether in Source or Object
3755
- form, that is based on (or derived from) the Work and for which the
3756
- editorial revisions, annotations, elaborations, or other modifications
3757
- represent, as a whole, an original work of authorship. For the purposes
3758
- of this License, Derivative Works shall not include works that remain
3759
- separable from, or merely link (or bind by name) to the interfaces of,
3760
- the Work and Derivative Works thereof.
3761
-
3762
- "Contribution" shall mean any work of authorship, including
3763
- the original version of the Work and any modifications or additions
3764
- to that Work or Derivative Works thereof, that is intentionally
3765
- submitted to Licensor for inclusion in the Work by the copyright owner
3766
- or by an individual or Legal Entity authorized to submit on behalf of
3767
- the copyright owner. For the purposes of this definition, "submitted"
3768
- means any form of electronic, verbal, or written communication sent
3769
- to the Licensor or its representatives, including but not limited to
3770
- communication on electronic mailing lists, source code control systems,
3771
- and issue tracking systems that are managed by, or on behalf of, the
3772
- Licensor for the purpose of discussing and improving the Work, but
3773
- excluding communication that is conspicuously marked or otherwise
3774
- designated in writing by the copyright owner as "Not a Contribution."
3775
-
3776
- "Contributor" shall mean Licensor and any individual or Legal Entity
3777
- on behalf of whom a Contribution has been received by Licensor and
3778
- subsequently incorporated within the Work.
3779
-
3780
- 2. Grant of Copyright License. Subject to the terms and conditions of
3781
- this License, each Contributor hereby grants to You a perpetual,
3782
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3783
- copyright license to reproduce, prepare Derivative Works of,
3784
- publicly display, publicly perform, sublicense, and distribute the
3785
- Work and such Derivative Works in Source or Object form.
3786
-
3787
- 3. Grant of Patent License. Subject to the terms and conditions of
3788
- this License, each Contributor hereby grants to You a perpetual,
3789
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3790
- (except as stated in this section) patent license to make, have made,
3791
- use, offer to sell, sell, import, and otherwise transfer the Work,
3792
- where such license applies only to those patent claims licensable
3793
- by such Contributor that are necessarily infringed by their
3794
- Contribution(s) alone or by combination of their Contribution(s)
3795
- with the Work to which such Contribution(s) was submitted. If You
3796
- institute patent litigation against any entity (including a
3797
- cross-claim or counterclaim in a lawsuit) alleging that the Work
3798
- or a Contribution incorporated within the Work constitutes direct
3799
- or contributory patent infringement, then any patent licenses
3800
- granted to You under this License for that Work shall terminate
3801
- as of the date such litigation is filed.
3802
-
3803
- 4. Redistribution. You may reproduce and distribute copies of the
3804
- Work or Derivative Works thereof in any medium, with or without
3805
- modifications, and in Source or Object form, provided that You
3806
- meet the following conditions:
3807
-
3808
- (a) You must give any other recipients of the Work or
3809
- Derivative Works a copy of this License; and
3810
-
3811
- (b) You must cause any modified files to carry prominent notices
3812
- stating that You changed the files; and
3813
-
3814
- (c) You must retain, in the Source form of any Derivative Works
3815
- that You distribute, all copyright, patent, trademark, and
3816
- attribution notices from the Source form of the Work,
3817
- excluding those notices that do not pertain to any part of
3818
- the Derivative Works; and
3819
-
3820
- (d) If the Work includes a "NOTICE" text file as part of its
3821
- distribution, then any Derivative Works that You distribute must
3822
- include a readable copy of the attribution notices contained
3823
- within such NOTICE file, excluding those notices that do not
3824
- pertain to any part of the Derivative Works, in at least one
3825
- of the following places: within a NOTICE text file distributed
3826
- as part of the Derivative Works; within the Source form or
3827
- documentation, if provided along with the Derivative Works; or,
3828
- within a display generated by the Derivative Works, if and
3829
- wherever such third-party notices normally appear. The contents
3830
- of the NOTICE file are for informational purposes only and
3831
- do not modify the License. You may add Your own attribution
3832
- notices within Derivative Works that You distribute, alongside
3833
- or as an addendum to the NOTICE text from the Work, provided
3834
- that such additional attribution notices cannot be construed
3835
- as modifying the License.
3836
-
3837
- You may add Your own copyright statement to Your modifications and
3838
- may provide additional or different license terms and conditions
3839
- for use, reproduction, or distribution of Your modifications, or
3840
- for any such Derivative Works as a whole, provided Your use,
3841
- reproduction, and distribution of the Work otherwise complies with
3842
- the conditions stated in this License.
3843
-
3844
- 5. Submission of Contributions. Unless You explicitly state otherwise,
3845
- any Contribution intentionally submitted for inclusion in the Work
3846
- by You to the Licensor shall be under the terms and conditions of
3847
- this License, without any additional terms or conditions.
3848
- Notwithstanding the above, nothing herein shall supersede or modify
3849
- the terms of any separate license agreement you may have executed
3850
- with Licensor regarding such Contributions.
3851
-
3852
- 6. Trademarks. This License does not grant permission to use the trade
3853
- names, trademarks, service marks, or product names of the Licensor,
3854
- except as required for reasonable and customary use in describing the
3855
- origin of the Work and reproducing the content of the NOTICE file.
3693
+ The MIT License (MIT)
3856
3694
 
3857
- 7. Disclaimer of Warranty. Unless required by applicable law or
3858
- agreed to in writing, Licensor provides the Work (and each
3859
- Contributor provides its Contributions) on an "AS IS" BASIS,
3860
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3861
- implied, including, without limitation, any warranties or conditions
3862
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3863
- PARTICULAR PURPOSE. You are solely responsible for determining the
3864
- appropriateness of using or redistributing the Work and assume any
3865
- risks associated with Your exercise of permissions under this License.
3695
+ Copyright (c) 2015 Andrew Gallant
3866
3696
 
3867
- 8. Limitation of Liability. In no event and under no legal theory,
3868
- whether in tort (including negligence), contract, or otherwise,
3869
- unless required by applicable law (such as deliberate and grossly
3870
- negligent acts) or agreed to in writing, shall any Contributor be
3871
- liable to You for damages, including any direct, indirect, special,
3872
- incidental, or consequential damages of any character arising as a
3873
- result of this License or out of the use or inability to use the
3874
- Work (including but not limited to damages for loss of goodwill,
3875
- work stoppage, computer failure or malfunction, or any and all
3876
- other commercial damages or losses), even if such Contributor
3877
- has been advised of the possibility of such damages.
3697
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3698
+ of this software and associated documentation files (the "Software"), to deal
3699
+ in the Software without restriction, including without limitation the rights
3700
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3701
+ copies of the Software, and to permit persons to whom the Software is
3702
+ furnished to do so, subject to the following conditions:
3878
3703
 
3879
- 9. Accepting Warranty or Additional Liability. While redistributing
3880
- the Work or Derivative Works thereof, You may choose to offer,
3881
- and charge a fee for, acceptance of support, warranty, indemnity,
3882
- or other liability obligations and/or rights consistent with this
3883
- License. However, in accepting such obligations, You may act only
3884
- on Your own behalf and on Your sole responsibility, not on behalf
3885
- of any other Contributor, and only if You agree to indemnify,
3886
- defend, and hold each Contributor harmless for any liability
3887
- incurred by, or claims asserted against, such Contributor by reason
3888
- of your accepting any such warranty or additional liability.
3704
+ The above copyright notice and this permission notice shall be included in
3705
+ all copies or substantial portions of the Software.
3889
3706
 
3890
- END OF TERMS AND CONDITIONS
3707
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3708
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3709
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3710
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3711
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3712
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3713
+ THE SOFTWARE.
3891
3714
 
3892
- APPENDIX: How to apply the Apache License to your work.
3715
+ ================================================================================
3716
+ byteorder UNLICENSE
3717
+ ================================================================================
3893
3718
 
3894
- To apply the Apache License to your work, attach the following
3895
- boilerplate notice, with the fields enclosed by brackets "[]"
3896
- replaced with your own identifying information. (Don't include
3897
- the brackets!) The text should be enclosed in the appropriate
3898
- comment syntax for the file format. We also recommend that a
3899
- file or class name and description of purpose be included on the
3900
- same "printed page" as the copyright notice for easier
3901
- identification within third-party archives.
3719
+ This is free and unencumbered software released into the public domain.
3902
3720
 
3903
- Copyright [yyyy] [name of copyright owner]
3721
+ Anyone is free to copy, modify, publish, use, compile, sell, or
3722
+ distribute this software, either in source code form or as a compiled
3723
+ binary, for any purpose, commercial or non-commercial, and by any
3724
+ means.
3904
3725
 
3905
- Licensed under the Apache License, Version 2.0 (the "License");
3906
- you may not use this file except in compliance with the License.
3907
- You may obtain a copy of the License at
3726
+ In jurisdictions that recognize copyright laws, the author or authors
3727
+ of this software dedicate any and all copyright interest in the
3728
+ software to the public domain. We make this dedication for the benefit
3729
+ of the public at large and to the detriment of our heirs and
3730
+ successors. We intend this dedication to be an overt act of
3731
+ relinquishment in perpetuity of all present and future rights to this
3732
+ software under copyright law.
3908
3733
 
3909
- http://www.apache.org/licenses/LICENSE-2.0
3734
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3735
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3736
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3737
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
3738
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
3739
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
3740
+ OTHER DEALINGS IN THE SOFTWARE.
3910
3741
 
3911
- Unless required by applicable law or agreed to in writing, software
3912
- distributed under the License is distributed on an "AS IS" BASIS,
3913
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3914
- See the License for the specific language governing permissions and
3915
- limitations under the License.
3742
+ For more information, please refer to <http://unlicense.org/>
3916
3743
 
3917
3744
  ================================================================================
3918
- cc LICENSE-MIT
3745
+ bytes LICENSE
3919
3746
  ================================================================================
3920
3747
 
3921
- Copyright (c) 2014 Alex Crichton
3748
+ Copyright (c) 2018 Carl Lerche
3749
+
3750
+ Permission is hereby granted, free of charge, to any
3751
+ person obtaining a copy of this software and associated
3752
+ documentation files (the "Software"), to deal in the
3753
+ Software without restriction, including without
3754
+ limitation the rights to use, copy, modify, merge,
3755
+ publish, distribute, sublicense, and/or sell copies of
3756
+ the Software, and to permit persons to whom the Software
3757
+ is furnished to do so, subject to the following
3758
+ conditions:
3759
+
3760
+ The above copyright notice and this permission notice
3761
+ shall be included in all copies or substantial portions
3762
+ of the Software.
3763
+
3764
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
3765
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
3766
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
3767
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
3768
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3769
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3770
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
3771
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3772
+ DEALINGS IN THE SOFTWARE.
3773
+
3774
+ ================================================================================
3775
+ cc LICENSE-APACHE
3776
+ ================================================================================
3777
+
3778
+ Apache License
3779
+ Version 2.0, January 2004
3780
+ http://www.apache.org/licenses/
3781
+
3782
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3783
+
3784
+ 1. Definitions.
3785
+
3786
+ "License" shall mean the terms and conditions for use, reproduction,
3787
+ and distribution as defined by Sections 1 through 9 of this document.
3788
+
3789
+ "Licensor" shall mean the copyright owner or entity authorized by
3790
+ the copyright owner that is granting the License.
3791
+
3792
+ "Legal Entity" shall mean the union of the acting entity and all
3793
+ other entities that control, are controlled by, or are under common
3794
+ control with that entity. For the purposes of this definition,
3795
+ "control" means (i) the power, direct or indirect, to cause the
3796
+ direction or management of such entity, whether by contract or
3797
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3798
+ outstanding shares, or (iii) beneficial ownership of such entity.
3799
+
3800
+ "You" (or "Your") shall mean an individual or Legal Entity
3801
+ exercising permissions granted by this License.
3802
+
3803
+ "Source" form shall mean the preferred form for making modifications,
3804
+ including but not limited to software source code, documentation
3805
+ source, and configuration files.
3806
+
3807
+ "Object" form shall mean any form resulting from mechanical
3808
+ transformation or translation of a Source form, including but
3809
+ not limited to compiled object code, generated documentation,
3810
+ and conversions to other media types.
3811
+
3812
+ "Work" shall mean the work of authorship, whether in Source or
3813
+ Object form, made available under the License, as indicated by a
3814
+ copyright notice that is included in or attached to the work
3815
+ (an example is provided in the Appendix below).
3816
+
3817
+ "Derivative Works" shall mean any work, whether in Source or Object
3818
+ form, that is based on (or derived from) the Work and for which the
3819
+ editorial revisions, annotations, elaborations, or other modifications
3820
+ represent, as a whole, an original work of authorship. For the purposes
3821
+ of this License, Derivative Works shall not include works that remain
3822
+ separable from, or merely link (or bind by name) to the interfaces of,
3823
+ the Work and Derivative Works thereof.
3824
+
3825
+ "Contribution" shall mean any work of authorship, including
3826
+ the original version of the Work and any modifications or additions
3827
+ to that Work or Derivative Works thereof, that is intentionally
3828
+ submitted to Licensor for inclusion in the Work by the copyright owner
3829
+ or by an individual or Legal Entity authorized to submit on behalf of
3830
+ the copyright owner. For the purposes of this definition, "submitted"
3831
+ means any form of electronic, verbal, or written communication sent
3832
+ to the Licensor or its representatives, including but not limited to
3833
+ communication on electronic mailing lists, source code control systems,
3834
+ and issue tracking systems that are managed by, or on behalf of, the
3835
+ Licensor for the purpose of discussing and improving the Work, but
3836
+ excluding communication that is conspicuously marked or otherwise
3837
+ designated in writing by the copyright owner as "Not a Contribution."
3838
+
3839
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3840
+ on behalf of whom a Contribution has been received by Licensor and
3841
+ subsequently incorporated within the Work.
3842
+
3843
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3844
+ this License, each Contributor hereby grants to You a perpetual,
3845
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3846
+ copyright license to reproduce, prepare Derivative Works of,
3847
+ publicly display, publicly perform, sublicense, and distribute the
3848
+ Work and such Derivative Works in Source or Object form.
3849
+
3850
+ 3. Grant of Patent License. Subject to the terms and conditions of
3851
+ this License, each Contributor hereby grants to You a perpetual,
3852
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3853
+ (except as stated in this section) patent license to make, have made,
3854
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3855
+ where such license applies only to those patent claims licensable
3856
+ by such Contributor that are necessarily infringed by their
3857
+ Contribution(s) alone or by combination of their Contribution(s)
3858
+ with the Work to which such Contribution(s) was submitted. If You
3859
+ institute patent litigation against any entity (including a
3860
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3861
+ or a Contribution incorporated within the Work constitutes direct
3862
+ or contributory patent infringement, then any patent licenses
3863
+ granted to You under this License for that Work shall terminate
3864
+ as of the date such litigation is filed.
3865
+
3866
+ 4. Redistribution. You may reproduce and distribute copies of the
3867
+ Work or Derivative Works thereof in any medium, with or without
3868
+ modifications, and in Source or Object form, provided that You
3869
+ meet the following conditions:
3870
+
3871
+ (a) You must give any other recipients of the Work or
3872
+ Derivative Works a copy of this License; and
3873
+
3874
+ (b) You must cause any modified files to carry prominent notices
3875
+ stating that You changed the files; and
3876
+
3877
+ (c) You must retain, in the Source form of any Derivative Works
3878
+ that You distribute, all copyright, patent, trademark, and
3879
+ attribution notices from the Source form of the Work,
3880
+ excluding those notices that do not pertain to any part of
3881
+ the Derivative Works; and
3882
+
3883
+ (d) If the Work includes a "NOTICE" text file as part of its
3884
+ distribution, then any Derivative Works that You distribute must
3885
+ include a readable copy of the attribution notices contained
3886
+ within such NOTICE file, excluding those notices that do not
3887
+ pertain to any part of the Derivative Works, in at least one
3888
+ of the following places: within a NOTICE text file distributed
3889
+ as part of the Derivative Works; within the Source form or
3890
+ documentation, if provided along with the Derivative Works; or,
3891
+ within a display generated by the Derivative Works, if and
3892
+ wherever such third-party notices normally appear. The contents
3893
+ of the NOTICE file are for informational purposes only and
3894
+ do not modify the License. You may add Your own attribution
3895
+ notices within Derivative Works that You distribute, alongside
3896
+ or as an addendum to the NOTICE text from the Work, provided
3897
+ that such additional attribution notices cannot be construed
3898
+ as modifying the License.
3899
+
3900
+ You may add Your own copyright statement to Your modifications and
3901
+ may provide additional or different license terms and conditions
3902
+ for use, reproduction, or distribution of Your modifications, or
3903
+ for any such Derivative Works as a whole, provided Your use,
3904
+ reproduction, and distribution of the Work otherwise complies with
3905
+ the conditions stated in this License.
3906
+
3907
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3908
+ any Contribution intentionally submitted for inclusion in the Work
3909
+ by You to the Licensor shall be under the terms and conditions of
3910
+ this License, without any additional terms or conditions.
3911
+ Notwithstanding the above, nothing herein shall supersede or modify
3912
+ the terms of any separate license agreement you may have executed
3913
+ with Licensor regarding such Contributions.
3914
+
3915
+ 6. Trademarks. This License does not grant permission to use the trade
3916
+ names, trademarks, service marks, or product names of the Licensor,
3917
+ except as required for reasonable and customary use in describing the
3918
+ origin of the Work and reproducing the content of the NOTICE file.
3919
+
3920
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3921
+ agreed to in writing, Licensor provides the Work (and each
3922
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3923
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3924
+ implied, including, without limitation, any warranties or conditions
3925
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3926
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3927
+ appropriateness of using or redistributing the Work and assume any
3928
+ risks associated with Your exercise of permissions under this License.
3929
+
3930
+ 8. Limitation of Liability. In no event and under no legal theory,
3931
+ whether in tort (including negligence), contract, or otherwise,
3932
+ unless required by applicable law (such as deliberate and grossly
3933
+ negligent acts) or agreed to in writing, shall any Contributor be
3934
+ liable to You for damages, including any direct, indirect, special,
3935
+ incidental, or consequential damages of any character arising as a
3936
+ result of this License or out of the use or inability to use the
3937
+ Work (including but not limited to damages for loss of goodwill,
3938
+ work stoppage, computer failure or malfunction, or any and all
3939
+ other commercial damages or losses), even if such Contributor
3940
+ has been advised of the possibility of such damages.
3941
+
3942
+ 9. Accepting Warranty or Additional Liability. While redistributing
3943
+ the Work or Derivative Works thereof, You may choose to offer,
3944
+ and charge a fee for, acceptance of support, warranty, indemnity,
3945
+ or other liability obligations and/or rights consistent with this
3946
+ License. However, in accepting such obligations, You may act only
3947
+ on Your own behalf and on Your sole responsibility, not on behalf
3948
+ of any other Contributor, and only if You agree to indemnify,
3949
+ defend, and hold each Contributor harmless for any liability
3950
+ incurred by, or claims asserted against, such Contributor by reason
3951
+ of your accepting any such warranty or additional liability.
3952
+
3953
+ END OF TERMS AND CONDITIONS
3954
+
3955
+ APPENDIX: How to apply the Apache License to your work.
3956
+
3957
+ To apply the Apache License to your work, attach the following
3958
+ boilerplate notice, with the fields enclosed by brackets "[]"
3959
+ replaced with your own identifying information. (Don't include
3960
+ the brackets!) The text should be enclosed in the appropriate
3961
+ comment syntax for the file format. We also recommend that a
3962
+ file or class name and description of purpose be included on the
3963
+ same "printed page" as the copyright notice for easier
3964
+ identification within third-party archives.
3965
+
3966
+ Copyright [yyyy] [name of copyright owner]
3967
+
3968
+ Licensed under the Apache License, Version 2.0 (the "License");
3969
+ you may not use this file except in compliance with the License.
3970
+ You may obtain a copy of the License at
3971
+
3972
+ http://www.apache.org/licenses/LICENSE-2.0
3973
+
3974
+ Unless required by applicable law or agreed to in writing, software
3975
+ distributed under the License is distributed on an "AS IS" BASIS,
3976
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3977
+ See the License for the specific language governing permissions and
3978
+ limitations under the License.
3979
+
3980
+ ================================================================================
3981
+ cc LICENSE-MIT
3982
+ ================================================================================
3983
+
3984
+ Copyright (c) 2014 Alex Crichton
3922
3985
 
3923
3986
  Permission is hereby granted, free of charge, to any
3924
3987
  person obtaining a copy of this software and associated
@@ -9759,32 +9822,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
9759
9822
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
9760
9823
  IN THE SOFTWARE.
9761
9824
 
9762
- ================================================================================
9763
- foreign_vec LICENSE
9764
- ================================================================================
9765
-
9766
- MIT License
9767
-
9768
- Copyright (c) 2022 DataEngineeringLabs
9769
-
9770
- Permission is hereby granted, free of charge, to any person obtaining a copy
9771
- of this software and associated documentation files (the "Software"), to deal
9772
- in the Software without restriction, including without limitation the rights
9773
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9774
- copies of the Software, and to permit persons to whom the Software is
9775
- furnished to do so, subject to the following conditions:
9776
-
9777
- The above copyright notice and this permission notice shall be included in all
9778
- copies or substantial portions of the Software.
9779
-
9780
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9781
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9782
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
9783
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
9784
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
9785
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
9786
- SOFTWARE.
9787
-
9788
9825
  ================================================================================
9789
9826
  futures LICENSE-APACHE
9790
9827
  ================================================================================
@@ -14517,268 +14554,6 @@ itoap LICENSE
14517
14554
 
14518
14555
  ================================================================================
14519
14556
  jobserver LICENSE-APACHE
14520
- ================================================================================
14521
-
14522
- Apache License
14523
- Version 2.0, January 2004
14524
- http://www.apache.org/licenses/
14525
-
14526
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14527
-
14528
- 1. Definitions.
14529
-
14530
- "License" shall mean the terms and conditions for use, reproduction,
14531
- and distribution as defined by Sections 1 through 9 of this document.
14532
-
14533
- "Licensor" shall mean the copyright owner or entity authorized by
14534
- the copyright owner that is granting the License.
14535
-
14536
- "Legal Entity" shall mean the union of the acting entity and all
14537
- other entities that control, are controlled by, or are under common
14538
- control with that entity. For the purposes of this definition,
14539
- "control" means (i) the power, direct or indirect, to cause the
14540
- direction or management of such entity, whether by contract or
14541
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
14542
- outstanding shares, or (iii) beneficial ownership of such entity.
14543
-
14544
- "You" (or "Your") shall mean an individual or Legal Entity
14545
- exercising permissions granted by this License.
14546
-
14547
- "Source" form shall mean the preferred form for making modifications,
14548
- including but not limited to software source code, documentation
14549
- source, and configuration files.
14550
-
14551
- "Object" form shall mean any form resulting from mechanical
14552
- transformation or translation of a Source form, including but
14553
- not limited to compiled object code, generated documentation,
14554
- and conversions to other media types.
14555
-
14556
- "Work" shall mean the work of authorship, whether in Source or
14557
- Object form, made available under the License, as indicated by a
14558
- copyright notice that is included in or attached to the work
14559
- (an example is provided in the Appendix below).
14560
-
14561
- "Derivative Works" shall mean any work, whether in Source or Object
14562
- form, that is based on (or derived from) the Work and for which the
14563
- editorial revisions, annotations, elaborations, or other modifications
14564
- represent, as a whole, an original work of authorship. For the purposes
14565
- of this License, Derivative Works shall not include works that remain
14566
- separable from, or merely link (or bind by name) to the interfaces of,
14567
- the Work and Derivative Works thereof.
14568
-
14569
- "Contribution" shall mean any work of authorship, including
14570
- the original version of the Work and any modifications or additions
14571
- to that Work or Derivative Works thereof, that is intentionally
14572
- submitted to Licensor for inclusion in the Work by the copyright owner
14573
- or by an individual or Legal Entity authorized to submit on behalf of
14574
- the copyright owner. For the purposes of this definition, "submitted"
14575
- means any form of electronic, verbal, or written communication sent
14576
- to the Licensor or its representatives, including but not limited to
14577
- communication on electronic mailing lists, source code control systems,
14578
- and issue tracking systems that are managed by, or on behalf of, the
14579
- Licensor for the purpose of discussing and improving the Work, but
14580
- excluding communication that is conspicuously marked or otherwise
14581
- designated in writing by the copyright owner as "Not a Contribution."
14582
-
14583
- "Contributor" shall mean Licensor and any individual or Legal Entity
14584
- on behalf of whom a Contribution has been received by Licensor and
14585
- subsequently incorporated within the Work.
14586
-
14587
- 2. Grant of Copyright License. Subject to the terms and conditions of
14588
- this License, each Contributor hereby grants to You a perpetual,
14589
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14590
- copyright license to reproduce, prepare Derivative Works of,
14591
- publicly display, publicly perform, sublicense, and distribute the
14592
- Work and such Derivative Works in Source or Object form.
14593
-
14594
- 3. Grant of Patent License. Subject to the terms and conditions of
14595
- this License, each Contributor hereby grants to You a perpetual,
14596
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14597
- (except as stated in this section) patent license to make, have made,
14598
- use, offer to sell, sell, import, and otherwise transfer the Work,
14599
- where such license applies only to those patent claims licensable
14600
- by such Contributor that are necessarily infringed by their
14601
- Contribution(s) alone or by combination of their Contribution(s)
14602
- with the Work to which such Contribution(s) was submitted. If You
14603
- institute patent litigation against any entity (including a
14604
- cross-claim or counterclaim in a lawsuit) alleging that the Work
14605
- or a Contribution incorporated within the Work constitutes direct
14606
- or contributory patent infringement, then any patent licenses
14607
- granted to You under this License for that Work shall terminate
14608
- as of the date such litigation is filed.
14609
-
14610
- 4. Redistribution. You may reproduce and distribute copies of the
14611
- Work or Derivative Works thereof in any medium, with or without
14612
- modifications, and in Source or Object form, provided that You
14613
- meet the following conditions:
14614
-
14615
- (a) You must give any other recipients of the Work or
14616
- Derivative Works a copy of this License; and
14617
-
14618
- (b) You must cause any modified files to carry prominent notices
14619
- stating that You changed the files; and
14620
-
14621
- (c) You must retain, in the Source form of any Derivative Works
14622
- that You distribute, all copyright, patent, trademark, and
14623
- attribution notices from the Source form of the Work,
14624
- excluding those notices that do not pertain to any part of
14625
- the Derivative Works; and
14626
-
14627
- (d) If the Work includes a "NOTICE" text file as part of its
14628
- distribution, then any Derivative Works that You distribute must
14629
- include a readable copy of the attribution notices contained
14630
- within such NOTICE file, excluding those notices that do not
14631
- pertain to any part of the Derivative Works, in at least one
14632
- of the following places: within a NOTICE text file distributed
14633
- as part of the Derivative Works; within the Source form or
14634
- documentation, if provided along with the Derivative Works; or,
14635
- within a display generated by the Derivative Works, if and
14636
- wherever such third-party notices normally appear. The contents
14637
- of the NOTICE file are for informational purposes only and
14638
- do not modify the License. You may add Your own attribution
14639
- notices within Derivative Works that You distribute, alongside
14640
- or as an addendum to the NOTICE text from the Work, provided
14641
- that such additional attribution notices cannot be construed
14642
- as modifying the License.
14643
-
14644
- You may add Your own copyright statement to Your modifications and
14645
- may provide additional or different license terms and conditions
14646
- for use, reproduction, or distribution of Your modifications, or
14647
- for any such Derivative Works as a whole, provided Your use,
14648
- reproduction, and distribution of the Work otherwise complies with
14649
- the conditions stated in this License.
14650
-
14651
- 5. Submission of Contributions. Unless You explicitly state otherwise,
14652
- any Contribution intentionally submitted for inclusion in the Work
14653
- by You to the Licensor shall be under the terms and conditions of
14654
- this License, without any additional terms or conditions.
14655
- Notwithstanding the above, nothing herein shall supersede or modify
14656
- the terms of any separate license agreement you may have executed
14657
- with Licensor regarding such Contributions.
14658
-
14659
- 6. Trademarks. This License does not grant permission to use the trade
14660
- names, trademarks, service marks, or product names of the Licensor,
14661
- except as required for reasonable and customary use in describing the
14662
- origin of the Work and reproducing the content of the NOTICE file.
14663
-
14664
- 7. Disclaimer of Warranty. Unless required by applicable law or
14665
- agreed to in writing, Licensor provides the Work (and each
14666
- Contributor provides its Contributions) on an "AS IS" BASIS,
14667
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14668
- implied, including, without limitation, any warranties or conditions
14669
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
14670
- PARTICULAR PURPOSE. You are solely responsible for determining the
14671
- appropriateness of using or redistributing the Work and assume any
14672
- risks associated with Your exercise of permissions under this License.
14673
-
14674
- 8. Limitation of Liability. In no event and under no legal theory,
14675
- whether in tort (including negligence), contract, or otherwise,
14676
- unless required by applicable law (such as deliberate and grossly
14677
- negligent acts) or agreed to in writing, shall any Contributor be
14678
- liable to You for damages, including any direct, indirect, special,
14679
- incidental, or consequential damages of any character arising as a
14680
- result of this License or out of the use or inability to use the
14681
- Work (including but not limited to damages for loss of goodwill,
14682
- work stoppage, computer failure or malfunction, or any and all
14683
- other commercial damages or losses), even if such Contributor
14684
- has been advised of the possibility of such damages.
14685
-
14686
- 9. Accepting Warranty or Additional Liability. While redistributing
14687
- the Work or Derivative Works thereof, You may choose to offer,
14688
- and charge a fee for, acceptance of support, warranty, indemnity,
14689
- or other liability obligations and/or rights consistent with this
14690
- License. However, in accepting such obligations, You may act only
14691
- on Your own behalf and on Your sole responsibility, not on behalf
14692
- of any other Contributor, and only if You agree to indemnify,
14693
- defend, and hold each Contributor harmless for any liability
14694
- incurred by, or claims asserted against, such Contributor by reason
14695
- of your accepting any such warranty or additional liability.
14696
-
14697
- END OF TERMS AND CONDITIONS
14698
-
14699
- APPENDIX: How to apply the Apache License to your work.
14700
-
14701
- To apply the Apache License to your work, attach the following
14702
- boilerplate notice, with the fields enclosed by brackets "[]"
14703
- replaced with your own identifying information. (Don't include
14704
- the brackets!) The text should be enclosed in the appropriate
14705
- comment syntax for the file format. We also recommend that a
14706
- file or class name and description of purpose be included on the
14707
- same "printed page" as the copyright notice for easier
14708
- identification within third-party archives.
14709
-
14710
- Copyright [yyyy] [name of copyright owner]
14711
-
14712
- Licensed under the Apache License, Version 2.0 (the "License");
14713
- you may not use this file except in compliance with the License.
14714
- You may obtain a copy of the License at
14715
-
14716
- http://www.apache.org/licenses/LICENSE-2.0
14717
-
14718
- Unless required by applicable law or agreed to in writing, software
14719
- distributed under the License is distributed on an "AS IS" BASIS,
14720
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14721
- See the License for the specific language governing permissions and
14722
- limitations under the License.
14723
-
14724
- ================================================================================
14725
- jobserver LICENSE-MIT
14726
- ================================================================================
14727
-
14728
- Copyright (c) 2014 Alex Crichton
14729
-
14730
- Permission is hereby granted, free of charge, to any
14731
- person obtaining a copy of this software and associated
14732
- documentation files (the "Software"), to deal in the
14733
- Software without restriction, including without
14734
- limitation the rights to use, copy, modify, merge,
14735
- publish, distribute, sublicense, and/or sell copies of
14736
- the Software, and to permit persons to whom the Software
14737
- is furnished to do so, subject to the following
14738
- conditions:
14739
-
14740
- The above copyright notice and this permission notice
14741
- shall be included in all copies or substantial portions
14742
- of the Software.
14743
-
14744
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
14745
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
14746
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
14747
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
14748
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
14749
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
14750
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
14751
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14752
- DEALINGS IN THE SOFTWARE.
14753
-
14754
- ================================================================================
14755
- jsonpath_lib_polars_vendor LICENSE
14756
- ================================================================================
14757
-
14758
- MIT License
14759
-
14760
- Copyright (c) [2019] [Changseok Han]
14761
-
14762
- Permission is hereby granted, free of charge, to any person obtaining a copy
14763
- of this software and associated documentation files (the "Software"), to deal
14764
- in the Software without restriction, including without limitation the rights
14765
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14766
- copies of the Software, and to permit persons to whom the Software is
14767
- furnished to do so, subject to the following conditions:
14768
-
14769
- The above copyright notice and this permission notice shall be included in all
14770
- copies or substantial portions of the Software.
14771
-
14772
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14773
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14774
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14775
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14776
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14777
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14778
- SOFTWARE.
14779
-
14780
- ================================================================================
14781
- lazy_static LICENSE-APACHE
14782
14557
  ================================================================================
14783
14558
 
14784
14559
  Apache License
@@ -14984,10 +14759,10 @@ See the License for the specific language governing permissions and
14984
14759
  limitations under the License.
14985
14760
 
14986
14761
  ================================================================================
14987
- lazy_static LICENSE-MIT
14762
+ jobserver LICENSE-MIT
14988
14763
  ================================================================================
14989
14764
 
14990
- Copyright (c) 2010 The Rust Project Developers
14765
+ Copyright (c) 2014 Alex Crichton
14991
14766
 
14992
14767
  Permission is hereby granted, free of charge, to any
14993
14768
  person obtaining a copy of this software and associated
@@ -15014,7 +14789,33 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15014
14789
  DEALINGS IN THE SOFTWARE.
15015
14790
 
15016
14791
  ================================================================================
15017
- lazycell LICENSE-APACHE
14792
+ jsonpath_lib_polars_vendor LICENSE
14793
+ ================================================================================
14794
+
14795
+ MIT License
14796
+
14797
+ Copyright (c) [2019] [Changseok Han]
14798
+
14799
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14800
+ of this software and associated documentation files (the "Software"), to deal
14801
+ in the Software without restriction, including without limitation the rights
14802
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14803
+ copies of the Software, and to permit persons to whom the Software is
14804
+ furnished to do so, subject to the following conditions:
14805
+
14806
+ The above copyright notice and this permission notice shall be included in all
14807
+ copies or substantial portions of the Software.
14808
+
14809
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14810
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14811
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14812
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14813
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14814
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14815
+ SOFTWARE.
14816
+
14817
+ ================================================================================
14818
+ lazy_static LICENSE-APACHE
15018
14819
  ================================================================================
15019
14820
 
15020
14821
  Apache License
@@ -15220,11 +15021,10 @@ See the License for the specific language governing permissions and
15220
15021
  limitations under the License.
15221
15022
 
15222
15023
  ================================================================================
15223
- lazycell LICENSE-MIT
15024
+ lazy_static LICENSE-MIT
15224
15025
  ================================================================================
15225
15026
 
15226
- Original work Copyright (c) 2014 The Rust Project Developers
15227
- Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
15027
+ Copyright (c) 2010 The Rust Project Developers
15228
15028
 
15229
15029
  Permission is hereby granted, free of charge, to any
15230
15030
  person obtaining a copy of this software and associated
@@ -15251,7 +15051,244 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15251
15051
  DEALINGS IN THE SOFTWARE.
15252
15052
 
15253
15053
  ================================================================================
15254
- lexical-core LICENSE-APACHE
15054
+ lazycell LICENSE-APACHE
15055
+ ================================================================================
15056
+
15057
+ Apache License
15058
+ Version 2.0, January 2004
15059
+ http://www.apache.org/licenses/
15060
+
15061
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
15062
+
15063
+ 1. Definitions.
15064
+
15065
+ "License" shall mean the terms and conditions for use, reproduction,
15066
+ and distribution as defined by Sections 1 through 9 of this document.
15067
+
15068
+ "Licensor" shall mean the copyright owner or entity authorized by
15069
+ the copyright owner that is granting the License.
15070
+
15071
+ "Legal Entity" shall mean the union of the acting entity and all
15072
+ other entities that control, are controlled by, or are under common
15073
+ control with that entity. For the purposes of this definition,
15074
+ "control" means (i) the power, direct or indirect, to cause the
15075
+ direction or management of such entity, whether by contract or
15076
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
15077
+ outstanding shares, or (iii) beneficial ownership of such entity.
15078
+
15079
+ "You" (or "Your") shall mean an individual or Legal Entity
15080
+ exercising permissions granted by this License.
15081
+
15082
+ "Source" form shall mean the preferred form for making modifications,
15083
+ including but not limited to software source code, documentation
15084
+ source, and configuration files.
15085
+
15086
+ "Object" form shall mean any form resulting from mechanical
15087
+ transformation or translation of a Source form, including but
15088
+ not limited to compiled object code, generated documentation,
15089
+ and conversions to other media types.
15090
+
15091
+ "Work" shall mean the work of authorship, whether in Source or
15092
+ Object form, made available under the License, as indicated by a
15093
+ copyright notice that is included in or attached to the work
15094
+ (an example is provided in the Appendix below).
15095
+
15096
+ "Derivative Works" shall mean any work, whether in Source or Object
15097
+ form, that is based on (or derived from) the Work and for which the
15098
+ editorial revisions, annotations, elaborations, or other modifications
15099
+ represent, as a whole, an original work of authorship. For the purposes
15100
+ of this License, Derivative Works shall not include works that remain
15101
+ separable from, or merely link (or bind by name) to the interfaces of,
15102
+ the Work and Derivative Works thereof.
15103
+
15104
+ "Contribution" shall mean any work of authorship, including
15105
+ the original version of the Work and any modifications or additions
15106
+ to that Work or Derivative Works thereof, that is intentionally
15107
+ submitted to Licensor for inclusion in the Work by the copyright owner
15108
+ or by an individual or Legal Entity authorized to submit on behalf of
15109
+ the copyright owner. For the purposes of this definition, "submitted"
15110
+ means any form of electronic, verbal, or written communication sent
15111
+ to the Licensor or its representatives, including but not limited to
15112
+ communication on electronic mailing lists, source code control systems,
15113
+ and issue tracking systems that are managed by, or on behalf of, the
15114
+ Licensor for the purpose of discussing and improving the Work, but
15115
+ excluding communication that is conspicuously marked or otherwise
15116
+ designated in writing by the copyright owner as "Not a Contribution."
15117
+
15118
+ "Contributor" shall mean Licensor and any individual or Legal Entity
15119
+ on behalf of whom a Contribution has been received by Licensor and
15120
+ subsequently incorporated within the Work.
15121
+
15122
+ 2. Grant of Copyright License. Subject to the terms and conditions of
15123
+ this License, each Contributor hereby grants to You a perpetual,
15124
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
15125
+ copyright license to reproduce, prepare Derivative Works of,
15126
+ publicly display, publicly perform, sublicense, and distribute the
15127
+ Work and such Derivative Works in Source or Object form.
15128
+
15129
+ 3. Grant of Patent License. Subject to the terms and conditions of
15130
+ this License, each Contributor hereby grants to You a perpetual,
15131
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
15132
+ (except as stated in this section) patent license to make, have made,
15133
+ use, offer to sell, sell, import, and otherwise transfer the Work,
15134
+ where such license applies only to those patent claims licensable
15135
+ by such Contributor that are necessarily infringed by their
15136
+ Contribution(s) alone or by combination of their Contribution(s)
15137
+ with the Work to which such Contribution(s) was submitted. If You
15138
+ institute patent litigation against any entity (including a
15139
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
15140
+ or a Contribution incorporated within the Work constitutes direct
15141
+ or contributory patent infringement, then any patent licenses
15142
+ granted to You under this License for that Work shall terminate
15143
+ as of the date such litigation is filed.
15144
+
15145
+ 4. Redistribution. You may reproduce and distribute copies of the
15146
+ Work or Derivative Works thereof in any medium, with or without
15147
+ modifications, and in Source or Object form, provided that You
15148
+ meet the following conditions:
15149
+
15150
+ (a) You must give any other recipients of the Work or
15151
+ Derivative Works a copy of this License; and
15152
+
15153
+ (b) You must cause any modified files to carry prominent notices
15154
+ stating that You changed the files; and
15155
+
15156
+ (c) You must retain, in the Source form of any Derivative Works
15157
+ that You distribute, all copyright, patent, trademark, and
15158
+ attribution notices from the Source form of the Work,
15159
+ excluding those notices that do not pertain to any part of
15160
+ the Derivative Works; and
15161
+
15162
+ (d) If the Work includes a "NOTICE" text file as part of its
15163
+ distribution, then any Derivative Works that You distribute must
15164
+ include a readable copy of the attribution notices contained
15165
+ within such NOTICE file, excluding those notices that do not
15166
+ pertain to any part of the Derivative Works, in at least one
15167
+ of the following places: within a NOTICE text file distributed
15168
+ as part of the Derivative Works; within the Source form or
15169
+ documentation, if provided along with the Derivative Works; or,
15170
+ within a display generated by the Derivative Works, if and
15171
+ wherever such third-party notices normally appear. The contents
15172
+ of the NOTICE file are for informational purposes only and
15173
+ do not modify the License. You may add Your own attribution
15174
+ notices within Derivative Works that You distribute, alongside
15175
+ or as an addendum to the NOTICE text from the Work, provided
15176
+ that such additional attribution notices cannot be construed
15177
+ as modifying the License.
15178
+
15179
+ You may add Your own copyright statement to Your modifications and
15180
+ may provide additional or different license terms and conditions
15181
+ for use, reproduction, or distribution of Your modifications, or
15182
+ for any such Derivative Works as a whole, provided Your use,
15183
+ reproduction, and distribution of the Work otherwise complies with
15184
+ the conditions stated in this License.
15185
+
15186
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
15187
+ any Contribution intentionally submitted for inclusion in the Work
15188
+ by You to the Licensor shall be under the terms and conditions of
15189
+ this License, without any additional terms or conditions.
15190
+ Notwithstanding the above, nothing herein shall supersede or modify
15191
+ the terms of any separate license agreement you may have executed
15192
+ with Licensor regarding such Contributions.
15193
+
15194
+ 6. Trademarks. This License does not grant permission to use the trade
15195
+ names, trademarks, service marks, or product names of the Licensor,
15196
+ except as required for reasonable and customary use in describing the
15197
+ origin of the Work and reproducing the content of the NOTICE file.
15198
+
15199
+ 7. Disclaimer of Warranty. Unless required by applicable law or
15200
+ agreed to in writing, Licensor provides the Work (and each
15201
+ Contributor provides its Contributions) on an "AS IS" BASIS,
15202
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15203
+ implied, including, without limitation, any warranties or conditions
15204
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
15205
+ PARTICULAR PURPOSE. You are solely responsible for determining the
15206
+ appropriateness of using or redistributing the Work and assume any
15207
+ risks associated with Your exercise of permissions under this License.
15208
+
15209
+ 8. Limitation of Liability. In no event and under no legal theory,
15210
+ whether in tort (including negligence), contract, or otherwise,
15211
+ unless required by applicable law (such as deliberate and grossly
15212
+ negligent acts) or agreed to in writing, shall any Contributor be
15213
+ liable to You for damages, including any direct, indirect, special,
15214
+ incidental, or consequential damages of any character arising as a
15215
+ result of this License or out of the use or inability to use the
15216
+ Work (including but not limited to damages for loss of goodwill,
15217
+ work stoppage, computer failure or malfunction, or any and all
15218
+ other commercial damages or losses), even if such Contributor
15219
+ has been advised of the possibility of such damages.
15220
+
15221
+ 9. Accepting Warranty or Additional Liability. While redistributing
15222
+ the Work or Derivative Works thereof, You may choose to offer,
15223
+ and charge a fee for, acceptance of support, warranty, indemnity,
15224
+ or other liability obligations and/or rights consistent with this
15225
+ License. However, in accepting such obligations, You may act only
15226
+ on Your own behalf and on Your sole responsibility, not on behalf
15227
+ of any other Contributor, and only if You agree to indemnify,
15228
+ defend, and hold each Contributor harmless for any liability
15229
+ incurred by, or claims asserted against, such Contributor by reason
15230
+ of your accepting any such warranty or additional liability.
15231
+
15232
+ END OF TERMS AND CONDITIONS
15233
+
15234
+ APPENDIX: How to apply the Apache License to your work.
15235
+
15236
+ To apply the Apache License to your work, attach the following
15237
+ boilerplate notice, with the fields enclosed by brackets "[]"
15238
+ replaced with your own identifying information. (Don't include
15239
+ the brackets!) The text should be enclosed in the appropriate
15240
+ comment syntax for the file format. We also recommend that a
15241
+ file or class name and description of purpose be included on the
15242
+ same "printed page" as the copyright notice for easier
15243
+ identification within third-party archives.
15244
+
15245
+ Copyright [yyyy] [name of copyright owner]
15246
+
15247
+ Licensed under the Apache License, Version 2.0 (the "License");
15248
+ you may not use this file except in compliance with the License.
15249
+ You may obtain a copy of the License at
15250
+
15251
+ http://www.apache.org/licenses/LICENSE-2.0
15252
+
15253
+ Unless required by applicable law or agreed to in writing, software
15254
+ distributed under the License is distributed on an "AS IS" BASIS,
15255
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15256
+ See the License for the specific language governing permissions and
15257
+ limitations under the License.
15258
+
15259
+ ================================================================================
15260
+ lazycell LICENSE-MIT
15261
+ ================================================================================
15262
+
15263
+ Original work Copyright (c) 2014 The Rust Project Developers
15264
+ Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
15265
+
15266
+ Permission is hereby granted, free of charge, to any
15267
+ person obtaining a copy of this software and associated
15268
+ documentation files (the "Software"), to deal in the
15269
+ Software without restriction, including without
15270
+ limitation the rights to use, copy, modify, merge,
15271
+ publish, distribute, sublicense, and/or sell copies of
15272
+ the Software, and to permit persons to whom the Software
15273
+ is furnished to do so, subject to the following
15274
+ conditions:
15275
+
15276
+ The above copyright notice and this permission notice
15277
+ shall be included in all copies or substantial portions
15278
+ of the Software.
15279
+
15280
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
15281
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
15282
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15283
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
15284
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
15285
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
15286
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
15287
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
15288
+ DEALINGS IN THE SOFTWARE.
15289
+
15290
+ ================================================================================
15291
+ lexical-core LICENSE-APACHE
15255
15292
  ================================================================================
15256
15293
 
15257
15294
  Apache License
@@ -22226,237 +22263,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
22226
22263
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22227
22264
  DEALINGS IN THE SOFTWARE.
22228
22265
 
22229
- ================================================================================
22230
- num_cpus LICENSE-APACHE
22231
- ================================================================================
22232
-
22233
- Apache License
22234
- Version 2.0, January 2004
22235
- http://www.apache.org/licenses/
22236
-
22237
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
22238
-
22239
- 1. Definitions.
22240
-
22241
- "License" shall mean the terms and conditions for use, reproduction,
22242
- and distribution as defined by Sections 1 through 9 of this document.
22243
-
22244
- "Licensor" shall mean the copyright owner or entity authorized by
22245
- the copyright owner that is granting the License.
22246
-
22247
- "Legal Entity" shall mean the union of the acting entity and all
22248
- other entities that control, are controlled by, or are under common
22249
- control with that entity. For the purposes of this definition,
22250
- "control" means (i) the power, direct or indirect, to cause the
22251
- direction or management of such entity, whether by contract or
22252
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
22253
- outstanding shares, or (iii) beneficial ownership of such entity.
22254
-
22255
- "You" (or "Your") shall mean an individual or Legal Entity
22256
- exercising permissions granted by this License.
22257
-
22258
- "Source" form shall mean the preferred form for making modifications,
22259
- including but not limited to software source code, documentation
22260
- source, and configuration files.
22261
-
22262
- "Object" form shall mean any form resulting from mechanical
22263
- transformation or translation of a Source form, including but
22264
- not limited to compiled object code, generated documentation,
22265
- and conversions to other media types.
22266
-
22267
- "Work" shall mean the work of authorship, whether in Source or
22268
- Object form, made available under the License, as indicated by a
22269
- copyright notice that is included in or attached to the work
22270
- (an example is provided in the Appendix below).
22271
-
22272
- "Derivative Works" shall mean any work, whether in Source or Object
22273
- form, that is based on (or derived from) the Work and for which the
22274
- editorial revisions, annotations, elaborations, or other modifications
22275
- represent, as a whole, an original work of authorship. For the purposes
22276
- of this License, Derivative Works shall not include works that remain
22277
- separable from, or merely link (or bind by name) to the interfaces of,
22278
- the Work and Derivative Works thereof.
22279
-
22280
- "Contribution" shall mean any work of authorship, including
22281
- the original version of the Work and any modifications or additions
22282
- to that Work or Derivative Works thereof, that is intentionally
22283
- submitted to Licensor for inclusion in the Work by the copyright owner
22284
- or by an individual or Legal Entity authorized to submit on behalf of
22285
- the copyright owner. For the purposes of this definition, "submitted"
22286
- means any form of electronic, verbal, or written communication sent
22287
- to the Licensor or its representatives, including but not limited to
22288
- communication on electronic mailing lists, source code control systems,
22289
- and issue tracking systems that are managed by, or on behalf of, the
22290
- Licensor for the purpose of discussing and improving the Work, but
22291
- excluding communication that is conspicuously marked or otherwise
22292
- designated in writing by the copyright owner as "Not a Contribution."
22293
-
22294
- "Contributor" shall mean Licensor and any individual or Legal Entity
22295
- on behalf of whom a Contribution has been received by Licensor and
22296
- subsequently incorporated within the Work.
22297
-
22298
- 2. Grant of Copyright License. Subject to the terms and conditions of
22299
- this License, each Contributor hereby grants to You a perpetual,
22300
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
22301
- copyright license to reproduce, prepare Derivative Works of,
22302
- publicly display, publicly perform, sublicense, and distribute the
22303
- Work and such Derivative Works in Source or Object form.
22304
-
22305
- 3. Grant of Patent License. Subject to the terms and conditions of
22306
- this License, each Contributor hereby grants to You a perpetual,
22307
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
22308
- (except as stated in this section) patent license to make, have made,
22309
- use, offer to sell, sell, import, and otherwise transfer the Work,
22310
- where such license applies only to those patent claims licensable
22311
- by such Contributor that are necessarily infringed by their
22312
- Contribution(s) alone or by combination of their Contribution(s)
22313
- with the Work to which such Contribution(s) was submitted. If You
22314
- institute patent litigation against any entity (including a
22315
- cross-claim or counterclaim in a lawsuit) alleging that the Work
22316
- or a Contribution incorporated within the Work constitutes direct
22317
- or contributory patent infringement, then any patent licenses
22318
- granted to You under this License for that Work shall terminate
22319
- as of the date such litigation is filed.
22320
-
22321
- 4. Redistribution. You may reproduce and distribute copies of the
22322
- Work or Derivative Works thereof in any medium, with or without
22323
- modifications, and in Source or Object form, provided that You
22324
- meet the following conditions:
22325
-
22326
- (a) You must give any other recipients of the Work or
22327
- Derivative Works a copy of this License; and
22328
-
22329
- (b) You must cause any modified files to carry prominent notices
22330
- stating that You changed the files; and
22331
-
22332
- (c) You must retain, in the Source form of any Derivative Works
22333
- that You distribute, all copyright, patent, trademark, and
22334
- attribution notices from the Source form of the Work,
22335
- excluding those notices that do not pertain to any part of
22336
- the Derivative Works; and
22337
-
22338
- (d) If the Work includes a "NOTICE" text file as part of its
22339
- distribution, then any Derivative Works that You distribute must
22340
- include a readable copy of the attribution notices contained
22341
- within such NOTICE file, excluding those notices that do not
22342
- pertain to any part of the Derivative Works, in at least one
22343
- of the following places: within a NOTICE text file distributed
22344
- as part of the Derivative Works; within the Source form or
22345
- documentation, if provided along with the Derivative Works; or,
22346
- within a display generated by the Derivative Works, if and
22347
- wherever such third-party notices normally appear. The contents
22348
- of the NOTICE file are for informational purposes only and
22349
- do not modify the License. You may add Your own attribution
22350
- notices within Derivative Works that You distribute, alongside
22351
- or as an addendum to the NOTICE text from the Work, provided
22352
- that such additional attribution notices cannot be construed
22353
- as modifying the License.
22354
-
22355
- You may add Your own copyright statement to Your modifications and
22356
- may provide additional or different license terms and conditions
22357
- for use, reproduction, or distribution of Your modifications, or
22358
- for any such Derivative Works as a whole, provided Your use,
22359
- reproduction, and distribution of the Work otherwise complies with
22360
- the conditions stated in this License.
22361
-
22362
- 5. Submission of Contributions. Unless You explicitly state otherwise,
22363
- any Contribution intentionally submitted for inclusion in the Work
22364
- by You to the Licensor shall be under the terms and conditions of
22365
- this License, without any additional terms or conditions.
22366
- Notwithstanding the above, nothing herein shall supersede or modify
22367
- the terms of any separate license agreement you may have executed
22368
- with Licensor regarding such Contributions.
22369
-
22370
- 6. Trademarks. This License does not grant permission to use the trade
22371
- names, trademarks, service marks, or product names of the Licensor,
22372
- except as required for reasonable and customary use in describing the
22373
- origin of the Work and reproducing the content of the NOTICE file.
22374
-
22375
- 7. Disclaimer of Warranty. Unless required by applicable law or
22376
- agreed to in writing, Licensor provides the Work (and each
22377
- Contributor provides its Contributions) on an "AS IS" BASIS,
22378
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
22379
- implied, including, without limitation, any warranties or conditions
22380
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
22381
- PARTICULAR PURPOSE. You are solely responsible for determining the
22382
- appropriateness of using or redistributing the Work and assume any
22383
- risks associated with Your exercise of permissions under this License.
22384
-
22385
- 8. Limitation of Liability. In no event and under no legal theory,
22386
- whether in tort (including negligence), contract, or otherwise,
22387
- unless required by applicable law (such as deliberate and grossly
22388
- negligent acts) or agreed to in writing, shall any Contributor be
22389
- liable to You for damages, including any direct, indirect, special,
22390
- incidental, or consequential damages of any character arising as a
22391
- result of this License or out of the use or inability to use the
22392
- Work (including but not limited to damages for loss of goodwill,
22393
- work stoppage, computer failure or malfunction, or any and all
22394
- other commercial damages or losses), even if such Contributor
22395
- has been advised of the possibility of such damages.
22396
-
22397
- 9. Accepting Warranty or Additional Liability. While redistributing
22398
- the Work or Derivative Works thereof, You may choose to offer,
22399
- and charge a fee for, acceptance of support, warranty, indemnity,
22400
- or other liability obligations and/or rights consistent with this
22401
- License. However, in accepting such obligations, You may act only
22402
- on Your own behalf and on Your sole responsibility, not on behalf
22403
- of any other Contributor, and only if You agree to indemnify,
22404
- defend, and hold each Contributor harmless for any liability
22405
- incurred by, or claims asserted against, such Contributor by reason
22406
- of your accepting any such warranty or additional liability.
22407
-
22408
- END OF TERMS AND CONDITIONS
22409
-
22410
- APPENDIX: How to apply the Apache License to your work.
22411
-
22412
- To apply the Apache License to your work, attach the following
22413
- boilerplate notice, with the fields enclosed by brackets "[]"
22414
- replaced with your own identifying information. (Don't include
22415
- the brackets!) The text should be enclosed in the appropriate
22416
- comment syntax for the file format. We also recommend that a
22417
- file or class name and description of purpose be included on the
22418
- same "printed page" as the copyright notice for easier
22419
- identification within third-party archives.
22420
-
22421
- Copyright [yyyy] [name of copyright owner]
22422
-
22423
- Licensed under the Apache License, Version 2.0 (the "License");
22424
- you may not use this file except in compliance with the License.
22425
- You may obtain a copy of the License at
22426
-
22427
- http://www.apache.org/licenses/LICENSE-2.0
22428
-
22429
- Unless required by applicable law or agreed to in writing, software
22430
- distributed under the License is distributed on an "AS IS" BASIS,
22431
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22432
- See the License for the specific language governing permissions and
22433
- limitations under the License.
22434
-
22435
- ================================================================================
22436
- num_cpus LICENSE-MIT
22437
- ================================================================================
22438
-
22439
- Copyright (c) 2015
22440
-
22441
- Permission is hereby granted, free of charge, to any person obtaining a copy
22442
- of this software and associated documentation files (the "Software"), to deal
22443
- in the Software without restriction, including without limitation the rights
22444
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22445
- copies of the Software, and to permit persons to whom the Software is
22446
- furnished to do so, subject to the following conditions:
22447
-
22448
- The above copyright notice and this permission notice shall be included in
22449
- all copies or substantial portions of the Software.
22450
-
22451
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22452
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22453
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22454
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22455
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22456
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22457
- THE SOFTWARE.
22458
-
22459
-
22460
22266
  ================================================================================
22461
22267
  once_cell LICENSE-APACHE
22462
22268
  ================================================================================
@@ -35303,7 +35109,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
35303
35109
  DEALINGS IN THE SOFTWARE.
35304
35110
 
35305
35111
  ================================================================================
35306
- syn v2.0.67 LICENSE-APACHE
35112
+ syn v2.0.74 LICENSE-APACHE
35307
35113
  ================================================================================
35308
35114
 
35309
35115
  Apache License
@@ -35484,7 +35290,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
35484
35290
  END OF TERMS AND CONDITIONS
35485
35291
 
35486
35292
  ================================================================================
35487
- syn v2.0.67 LICENSE-MIT
35293
+ syn v2.0.74 LICENSE-MIT
35488
35294
  ================================================================================
35489
35295
 
35490
35296
  Permission is hereby granted, free of charge, to any
@@ -38403,6 +38209,273 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
38403
38209
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38404
38210
  DEALINGS IN THE SOFTWARE.
38405
38211
 
38212
+ ================================================================================
38213
+ zerocopy-derive LICENSE-APACHE
38214
+ ================================================================================
38215
+
38216
+ Apache License
38217
+ Version 2.0, January 2004
38218
+ http://www.apache.org/licenses/
38219
+
38220
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
38221
+
38222
+ 1. Definitions.
38223
+
38224
+ "License" shall mean the terms and conditions for use, reproduction,
38225
+ and distribution as defined by Sections 1 through 9 of this document.
38226
+
38227
+ "Licensor" shall mean the copyright owner or entity authorized by
38228
+ the copyright owner that is granting the License.
38229
+
38230
+ "Legal Entity" shall mean the union of the acting entity and all
38231
+ other entities that control, are controlled by, or are under common
38232
+ control with that entity. For the purposes of this definition,
38233
+ "control" means (i) the power, direct or indirect, to cause the
38234
+ direction or management of such entity, whether by contract or
38235
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
38236
+ outstanding shares, or (iii) beneficial ownership of such entity.
38237
+
38238
+ "You" (or "Your") shall mean an individual or Legal Entity
38239
+ exercising permissions granted by this License.
38240
+
38241
+ "Source" form shall mean the preferred form for making modifications,
38242
+ including but not limited to software source code, documentation
38243
+ source, and configuration files.
38244
+
38245
+ "Object" form shall mean any form resulting from mechanical
38246
+ transformation or translation of a Source form, including but
38247
+ not limited to compiled object code, generated documentation,
38248
+ and conversions to other media types.
38249
+
38250
+ "Work" shall mean the work of authorship, whether in Source or
38251
+ Object form, made available under the License, as indicated by a
38252
+ copyright notice that is included in or attached to the work
38253
+ (an example is provided in the Appendix below).
38254
+
38255
+ "Derivative Works" shall mean any work, whether in Source or Object
38256
+ form, that is based on (or derived from) the Work and for which the
38257
+ editorial revisions, annotations, elaborations, or other modifications
38258
+ represent, as a whole, an original work of authorship. For the purposes
38259
+ of this License, Derivative Works shall not include works that remain
38260
+ separable from, or merely link (or bind by name) to the interfaces of,
38261
+ the Work and Derivative Works thereof.
38262
+
38263
+ "Contribution" shall mean any work of authorship, including
38264
+ the original version of the Work and any modifications or additions
38265
+ to that Work or Derivative Works thereof, that is intentionally
38266
+ submitted to Licensor for inclusion in the Work by the copyright owner
38267
+ or by an individual or Legal Entity authorized to submit on behalf of
38268
+ the copyright owner. For the purposes of this definition, "submitted"
38269
+ means any form of electronic, verbal, or written communication sent
38270
+ to the Licensor or its representatives, including but not limited to
38271
+ communication on electronic mailing lists, source code control systems,
38272
+ and issue tracking systems that are managed by, or on behalf of, the
38273
+ Licensor for the purpose of discussing and improving the Work, but
38274
+ excluding communication that is conspicuously marked or otherwise
38275
+ designated in writing by the copyright owner as "Not a Contribution."
38276
+
38277
+ "Contributor" shall mean Licensor and any individual or Legal Entity
38278
+ on behalf of whom a Contribution has been received by Licensor and
38279
+ subsequently incorporated within the Work.
38280
+
38281
+ 2. Grant of Copyright License. Subject to the terms and conditions of
38282
+ this License, each Contributor hereby grants to You a perpetual,
38283
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38284
+ copyright license to reproduce, prepare Derivative Works of,
38285
+ publicly display, publicly perform, sublicense, and distribute the
38286
+ Work and such Derivative Works in Source or Object form.
38287
+
38288
+ 3. Grant of Patent License. Subject to the terms and conditions of
38289
+ this License, each Contributor hereby grants to You a perpetual,
38290
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
38291
+ (except as stated in this section) patent license to make, have made,
38292
+ use, offer to sell, sell, import, and otherwise transfer the Work,
38293
+ where such license applies only to those patent claims licensable
38294
+ by such Contributor that are necessarily infringed by their
38295
+ Contribution(s) alone or by combination of their Contribution(s)
38296
+ with the Work to which such Contribution(s) was submitted. If You
38297
+ institute patent litigation against any entity (including a
38298
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
38299
+ or a Contribution incorporated within the Work constitutes direct
38300
+ or contributory patent infringement, then any patent licenses
38301
+ granted to You under this License for that Work shall terminate
38302
+ as of the date such litigation is filed.
38303
+
38304
+ 4. Redistribution. You may reproduce and distribute copies of the
38305
+ Work or Derivative Works thereof in any medium, with or without
38306
+ modifications, and in Source or Object form, provided that You
38307
+ meet the following conditions:
38308
+
38309
+ (a) You must give any other recipients of the Work or
38310
+ Derivative Works a copy of this License; and
38311
+
38312
+ (b) You must cause any modified files to carry prominent notices
38313
+ stating that You changed the files; and
38314
+
38315
+ (c) You must retain, in the Source form of any Derivative Works
38316
+ that You distribute, all copyright, patent, trademark, and
38317
+ attribution notices from the Source form of the Work,
38318
+ excluding those notices that do not pertain to any part of
38319
+ the Derivative Works; and
38320
+
38321
+ (d) If the Work includes a "NOTICE" text file as part of its
38322
+ distribution, then any Derivative Works that You distribute must
38323
+ include a readable copy of the attribution notices contained
38324
+ within such NOTICE file, excluding those notices that do not
38325
+ pertain to any part of the Derivative Works, in at least one
38326
+ of the following places: within a NOTICE text file distributed
38327
+ as part of the Derivative Works; within the Source form or
38328
+ documentation, if provided along with the Derivative Works; or,
38329
+ within a display generated by the Derivative Works, if and
38330
+ wherever such third-party notices normally appear. The contents
38331
+ of the NOTICE file are for informational purposes only and
38332
+ do not modify the License. You may add Your own attribution
38333
+ notices within Derivative Works that You distribute, alongside
38334
+ or as an addendum to the NOTICE text from the Work, provided
38335
+ that such additional attribution notices cannot be construed
38336
+ as modifying the License.
38337
+
38338
+ You may add Your own copyright statement to Your modifications and
38339
+ may provide additional or different license terms and conditions
38340
+ for use, reproduction, or distribution of Your modifications, or
38341
+ for any such Derivative Works as a whole, provided Your use,
38342
+ reproduction, and distribution of the Work otherwise complies with
38343
+ the conditions stated in this License.
38344
+
38345
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
38346
+ any Contribution intentionally submitted for inclusion in the Work
38347
+ by You to the Licensor shall be under the terms and conditions of
38348
+ this License, without any additional terms or conditions.
38349
+ Notwithstanding the above, nothing herein shall supersede or modify
38350
+ the terms of any separate license agreement you may have executed
38351
+ with Licensor regarding such Contributions.
38352
+
38353
+ 6. Trademarks. This License does not grant permission to use the trade
38354
+ names, trademarks, service marks, or product names of the Licensor,
38355
+ except as required for reasonable and customary use in describing the
38356
+ origin of the Work and reproducing the content of the NOTICE file.
38357
+
38358
+ 7. Disclaimer of Warranty. Unless required by applicable law or
38359
+ agreed to in writing, Licensor provides the Work (and each
38360
+ Contributor provides its Contributions) on an "AS IS" BASIS,
38361
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
38362
+ implied, including, without limitation, any warranties or conditions
38363
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
38364
+ PARTICULAR PURPOSE. You are solely responsible for determining the
38365
+ appropriateness of using or redistributing the Work and assume any
38366
+ risks associated with Your exercise of permissions under this License.
38367
+
38368
+ 8. Limitation of Liability. In no event and under no legal theory,
38369
+ whether in tort (including negligence), contract, or otherwise,
38370
+ unless required by applicable law (such as deliberate and grossly
38371
+ negligent acts) or agreed to in writing, shall any Contributor be
38372
+ liable to You for damages, including any direct, indirect, special,
38373
+ incidental, or consequential damages of any character arising as a
38374
+ result of this License or out of the use or inability to use the
38375
+ Work (including but not limited to damages for loss of goodwill,
38376
+ work stoppage, computer failure or malfunction, or any and all
38377
+ other commercial damages or losses), even if such Contributor
38378
+ has been advised of the possibility of such damages.
38379
+
38380
+ 9. Accepting Warranty or Additional Liability. While redistributing
38381
+ the Work or Derivative Works thereof, You may choose to offer,
38382
+ and charge a fee for, acceptance of support, warranty, indemnity,
38383
+ or other liability obligations and/or rights consistent with this
38384
+ License. However, in accepting such obligations, You may act only
38385
+ on Your own behalf and on Your sole responsibility, not on behalf
38386
+ of any other Contributor, and only if You agree to indemnify,
38387
+ defend, and hold each Contributor harmless for any liability
38388
+ incurred by, or claims asserted against, such Contributor by reason
38389
+ of your accepting any such warranty or additional liability.
38390
+
38391
+ END OF TERMS AND CONDITIONS
38392
+
38393
+ APPENDIX: How to apply the Apache License to your work.
38394
+
38395
+ To apply the Apache License to your work, attach the following
38396
+ boilerplate notice, with the fields enclosed by brackets "[]"
38397
+ replaced with your own identifying information. (Don't include
38398
+ the brackets!) The text should be enclosed in the appropriate
38399
+ comment syntax for the file format. We also recommend that a
38400
+ file or class name and description of purpose be included on the
38401
+ same "printed page" as the copyright notice for easier
38402
+ identification within third-party archives.
38403
+
38404
+ Copyright 2023 The Fuchsia Authors
38405
+
38406
+ Licensed under the Apache License, Version 2.0 (the "License");
38407
+ you may not use this file except in compliance with the License.
38408
+ You may obtain a copy of the License at
38409
+
38410
+ http://www.apache.org/licenses/LICENSE-2.0
38411
+
38412
+ Unless required by applicable law or agreed to in writing, software
38413
+ distributed under the License is distributed on an "AS IS" BASIS,
38414
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38415
+ See the License for the specific language governing permissions and
38416
+ limitations under the License.
38417
+
38418
+
38419
+ ================================================================================
38420
+ zerocopy-derive LICENSE-BSD
38421
+ ================================================================================
38422
+
38423
+ Copyright 2019 The Fuchsia Authors.
38424
+
38425
+ Redistribution and use in source and binary forms, with or without
38426
+ modification, are permitted provided that the following conditions are
38427
+ met:
38428
+
38429
+ * Redistributions of source code must retain the above copyright
38430
+ notice, this list of conditions and the following disclaimer.
38431
+ * Redistributions in binary form must reproduce the above
38432
+ copyright notice, this list of conditions and the following disclaimer
38433
+ in the documentation and/or other materials provided with the
38434
+ distribution.
38435
+
38436
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
38437
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
38438
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
38439
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
38440
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38441
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
38442
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38443
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38444
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38445
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38446
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38447
+
38448
+ ================================================================================
38449
+ zerocopy-derive LICENSE-MIT
38450
+ ================================================================================
38451
+
38452
+ Copyright 2023 The Fuchsia Authors
38453
+
38454
+ Permission is hereby granted, free of charge, to any
38455
+ person obtaining a copy of this software and associated
38456
+ documentation files (the "Software"), to deal in the
38457
+ Software without restriction, including without
38458
+ limitation the rights to use, copy, modify, merge,
38459
+ publish, distribute, sublicense, and/or sell copies of
38460
+ the Software, and to permit persons to whom the Software
38461
+ is furnished to do so, subject to the following
38462
+ conditions:
38463
+
38464
+ The above copyright notice and this permission notice
38465
+ shall be included in all copies or substantial portions
38466
+ of the Software.
38467
+
38468
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
38469
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
38470
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
38471
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
38472
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
38473
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
38474
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
38475
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38476
+ DEALINGS IN THE SOFTWARE.
38477
+
38478
+
38406
38479
  ================================================================================
38407
38480
  zstd LICENSE
38408
38481
  ================================================================================