polars-df 0.21.1-x86_64-darwin → 0.23.0-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/Cargo.lock +120 -90
- data/Cargo.toml +3 -0
- data/LICENSE-THIRD-PARTY.txt +806 -381
- data/README.md +20 -7
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/3.3/polars.bundle +0 -0
- data/lib/polars/3.4/polars.bundle +0 -0
- data/lib/polars/array_expr.rb +1 -1
- data/lib/polars/data_frame.rb +119 -15
- data/lib/polars/data_types.rb +23 -6
- data/lib/polars/date_time_expr.rb +36 -15
- data/lib/polars/expr.rb +41 -32
- data/lib/polars/functions/business.rb +95 -0
- data/lib/polars/functions/lazy.rb +1 -1
- data/lib/polars/iceberg_dataset.rb +113 -0
- data/lib/polars/io/iceberg.rb +34 -0
- data/lib/polars/io/ipc.rb +28 -49
- data/lib/polars/io/parquet.rb +7 -4
- data/lib/polars/io/scan_options.rb +12 -3
- data/lib/polars/io/utils.rb +17 -0
- data/lib/polars/lazy_frame.rb +97 -10
- data/lib/polars/list_expr.rb +21 -13
- data/lib/polars/list_name_space.rb +33 -21
- data/lib/polars/meta_expr.rb +25 -0
- data/lib/polars/query_opt_flags.rb +50 -0
- data/lib/polars/scan_cast_options.rb +23 -1
- data/lib/polars/schema.rb +1 -1
- data/lib/polars/selectors.rb +8 -8
- data/lib/polars/series.rb +26 -2
- data/lib/polars/string_expr.rb +27 -28
- data/lib/polars/string_name_space.rb +18 -5
- data/lib/polars/utils/convert.rb +2 -2
- data/lib/polars/utils/serde.rb +17 -0
- data/lib/polars/utils/various.rb +4 -0
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +6 -0
- metadata +8 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
|
@@ -294,6 +294,10 @@ foldhash v0.1.5
|
|
|
294
294
|
https://github.com/orlp/foldhash
|
|
295
295
|
Zlib
|
|
296
296
|
|
|
297
|
+
foldhash v0.2.0
|
|
298
|
+
https://github.com/orlp/foldhash
|
|
299
|
+
Zlib
|
|
300
|
+
|
|
297
301
|
form_urlencoded v1.2.1
|
|
298
302
|
https://github.com/servo/rust-url
|
|
299
303
|
MIT OR Apache-2.0
|
|
@@ -358,7 +362,7 @@ h2 v0.4.10
|
|
|
358
362
|
https://github.com/hyperium/h2
|
|
359
363
|
MIT
|
|
360
364
|
|
|
361
|
-
halfbrown v0.
|
|
365
|
+
halfbrown v0.4.0
|
|
362
366
|
https://github.com/Licenser/halfbrown
|
|
363
367
|
Apache-2.0/MIT
|
|
364
368
|
|
|
@@ -366,6 +370,10 @@ hashbrown v0.15.3
|
|
|
366
370
|
https://github.com/rust-lang/hashbrown
|
|
367
371
|
MIT OR Apache-2.0
|
|
368
372
|
|
|
373
|
+
hashbrown v0.16.0
|
|
374
|
+
https://github.com/rust-lang/hashbrown
|
|
375
|
+
MIT OR Apache-2.0
|
|
376
|
+
|
|
369
377
|
heck v0.5.0
|
|
370
378
|
https://github.com/withoutboats/heck
|
|
371
379
|
MIT OR Apache-2.0
|
|
@@ -450,7 +458,7 @@ idna_adapter v1.2.1
|
|
|
450
458
|
https://docs.rs/crate/idna_adapter/latest
|
|
451
459
|
Apache-2.0 OR MIT
|
|
452
460
|
|
|
453
|
-
indexmap v2.
|
|
461
|
+
indexmap v2.12.0
|
|
454
462
|
https://github.com/indexmap-rs/indexmap
|
|
455
463
|
Apache-2.0 OR MIT
|
|
456
464
|
|
|
@@ -538,11 +546,11 @@ lz4-sys v1.11.1+lz4-1.10.0
|
|
|
538
546
|
https://github.com/10xGenomics/lz4-rs
|
|
539
547
|
MIT
|
|
540
548
|
|
|
541
|
-
magnus v0.
|
|
549
|
+
magnus v0.8.2
|
|
542
550
|
https://github.com/matsadler/magnus
|
|
543
551
|
MIT
|
|
544
552
|
|
|
545
|
-
magnus-macros v0.
|
|
553
|
+
magnus-macros v0.8.0
|
|
546
554
|
https://github.com/matsadler/magnus
|
|
547
555
|
MIT
|
|
548
556
|
|
|
@@ -642,11 +650,11 @@ planus v1.1.1
|
|
|
642
650
|
https://github.com/planus-org/planus
|
|
643
651
|
MIT/Apache-2.0
|
|
644
652
|
|
|
645
|
-
polars v0.
|
|
653
|
+
polars v0.52.0
|
|
646
654
|
https://www.pola.rs/
|
|
647
655
|
MIT
|
|
648
656
|
|
|
649
|
-
polars-arrow v0.
|
|
657
|
+
polars-arrow v0.52.0
|
|
650
658
|
https://www.pola.rs/
|
|
651
659
|
MIT AND Apache-2.0
|
|
652
660
|
|
|
@@ -654,47 +662,47 @@ polars-arrow-format v0.2.0
|
|
|
654
662
|
https://github.com/DataEngineeringLabs/arrow-format
|
|
655
663
|
Apache-2.0
|
|
656
664
|
|
|
657
|
-
polars-compute v0.
|
|
665
|
+
polars-compute v0.52.0
|
|
658
666
|
https://www.pola.rs/
|
|
659
667
|
MIT
|
|
660
668
|
|
|
661
|
-
polars-core v0.
|
|
669
|
+
polars-core v0.52.0
|
|
662
670
|
https://www.pola.rs/
|
|
663
671
|
MIT
|
|
664
672
|
|
|
665
|
-
polars-dtype v0.
|
|
673
|
+
polars-dtype v0.52.0
|
|
666
674
|
https://www.pola.rs/
|
|
667
675
|
MIT
|
|
668
676
|
|
|
669
|
-
polars-error v0.
|
|
677
|
+
polars-error v0.52.0
|
|
670
678
|
https://www.pola.rs/
|
|
671
679
|
MIT
|
|
672
680
|
|
|
673
|
-
polars-expr v0.
|
|
681
|
+
polars-expr v0.52.0
|
|
674
682
|
https://www.pola.rs/
|
|
675
683
|
MIT
|
|
676
684
|
|
|
677
|
-
polars-io v0.
|
|
685
|
+
polars-io v0.52.0
|
|
678
686
|
https://www.pola.rs/
|
|
679
687
|
MIT
|
|
680
688
|
|
|
681
|
-
polars-json v0.
|
|
689
|
+
polars-json v0.52.0
|
|
682
690
|
https://www.pola.rs/
|
|
683
691
|
MIT
|
|
684
692
|
|
|
685
|
-
polars-lazy v0.
|
|
693
|
+
polars-lazy v0.52.0
|
|
686
694
|
https://www.pola.rs/
|
|
687
695
|
MIT
|
|
688
696
|
|
|
689
|
-
polars-mem-engine v0.
|
|
697
|
+
polars-mem-engine v0.52.0
|
|
690
698
|
https://www.pola.rs/
|
|
691
699
|
MIT
|
|
692
700
|
|
|
693
|
-
polars-ops v0.
|
|
701
|
+
polars-ops v0.52.0
|
|
694
702
|
https://www.pola.rs/
|
|
695
703
|
MIT
|
|
696
704
|
|
|
697
|
-
polars-parquet v0.
|
|
705
|
+
polars-parquet v0.52.0
|
|
698
706
|
https://www.pola.rs/
|
|
699
707
|
MIT AND Apache-2.0
|
|
700
708
|
|
|
@@ -702,31 +710,31 @@ polars-parquet-format v0.1.0
|
|
|
702
710
|
https://github.com/pola-rs/parquet-format
|
|
703
711
|
MIT AND Apache-2.0
|
|
704
712
|
|
|
705
|
-
polars-plan v0.
|
|
713
|
+
polars-plan v0.52.0
|
|
706
714
|
https://www.pola.rs/
|
|
707
715
|
MIT
|
|
708
716
|
|
|
709
|
-
polars-row v0.
|
|
717
|
+
polars-row v0.52.0
|
|
710
718
|
https://www.pola.rs/
|
|
711
719
|
MIT
|
|
712
720
|
|
|
713
|
-
polars-schema v0.
|
|
721
|
+
polars-schema v0.52.0
|
|
714
722
|
https://www.pola.rs/
|
|
715
723
|
MIT
|
|
716
724
|
|
|
717
|
-
polars-sql v0.
|
|
725
|
+
polars-sql v0.52.0
|
|
718
726
|
https://www.pola.rs/
|
|
719
727
|
MIT
|
|
720
728
|
|
|
721
|
-
polars-stream v0.
|
|
729
|
+
polars-stream v0.52.0
|
|
722
730
|
https://www.pola.rs/
|
|
723
731
|
MIT
|
|
724
732
|
|
|
725
|
-
polars-time v0.
|
|
733
|
+
polars-time v0.52.0
|
|
726
734
|
https://www.pola.rs/
|
|
727
735
|
MIT
|
|
728
736
|
|
|
729
|
-
polars-utils v0.
|
|
737
|
+
polars-utils v0.52.0
|
|
730
738
|
https://www.pola.rs/
|
|
731
739
|
MIT
|
|
732
740
|
|
|
@@ -802,7 +810,7 @@ rb-sys-build v0.9.117
|
|
|
802
810
|
https://github.com/oxidize-rb/rb-sys
|
|
803
811
|
MIT OR Apache-2.0
|
|
804
812
|
|
|
805
|
-
rb-sys-env v0.
|
|
813
|
+
rb-sys-env v0.2.2
|
|
806
814
|
https://github.com/oxidize-rb/rb-sys
|
|
807
815
|
MIT OR Apache-2.0
|
|
808
816
|
|
|
@@ -918,11 +926,15 @@ seq-macro v0.3.6
|
|
|
918
926
|
https://github.com/dtolnay/seq-macro
|
|
919
927
|
MIT OR Apache-2.0
|
|
920
928
|
|
|
921
|
-
serde v1.0.
|
|
929
|
+
serde v1.0.228
|
|
922
930
|
https://serde.rs
|
|
923
931
|
MIT OR Apache-2.0
|
|
924
932
|
|
|
925
|
-
|
|
933
|
+
serde_core v1.0.228
|
|
934
|
+
https://serde.rs
|
|
935
|
+
MIT OR Apache-2.0
|
|
936
|
+
|
|
937
|
+
serde_derive v1.0.228
|
|
926
938
|
https://serde.rs
|
|
927
939
|
MIT OR Apache-2.0
|
|
928
940
|
|
|
@@ -958,7 +970,7 @@ signal-hook-registry v1.4.5
|
|
|
958
970
|
https://github.com/vorner/signal-hook
|
|
959
971
|
Apache-2.0/MIT
|
|
960
972
|
|
|
961
|
-
simd-json v0.
|
|
973
|
+
simd-json v0.17.0
|
|
962
974
|
https://github.com/simd-lite/simd-json
|
|
963
975
|
Apache-2.0 OR MIT
|
|
964
976
|
|
|
@@ -970,10 +982,6 @@ siphasher v1.0.1
|
|
|
970
982
|
https://docs.rs/siphasher
|
|
971
983
|
MIT/Apache-2.0
|
|
972
984
|
|
|
973
|
-
skiplist v0.6.0
|
|
974
|
-
https://jpellis.me/projects/rust-skiplist/
|
|
975
|
-
MIT
|
|
976
|
-
|
|
977
985
|
slab v0.4.9
|
|
978
986
|
https://github.com/tokio-rs/slab
|
|
979
987
|
MIT
|
|
@@ -1154,7 +1162,7 @@ uuid v1.16.0
|
|
|
1154
1162
|
https://github.com/uuid-rs/uuid
|
|
1155
1163
|
Apache-2.0 OR MIT
|
|
1156
1164
|
|
|
1157
|
-
value-trait v0.
|
|
1165
|
+
value-trait v0.12.1
|
|
1158
1166
|
https://github.com/simd-lite/value-trait
|
|
1159
1167
|
Apache-2.0/MIT
|
|
1160
1168
|
|
|
@@ -5482,6 +5490,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5482
5490
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5483
5491
|
SOFTWARE.
|
|
5484
5492
|
|
|
5493
|
+
================================================================================
|
|
5494
|
+
brotli LICENSE.BSD-3-Clause
|
|
5495
|
+
================================================================================
|
|
5496
|
+
|
|
5497
|
+
Copyright (c) 2016 Dropbox, Inc.
|
|
5498
|
+
All rights reserved.
|
|
5499
|
+
|
|
5500
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5501
|
+
|
|
5502
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5503
|
+
|
|
5504
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
5505
|
+
|
|
5506
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
5507
|
+
|
|
5508
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5509
|
+
|
|
5485
5510
|
================================================================================
|
|
5486
5511
|
brotli LICENSE.MIT
|
|
5487
5512
|
================================================================================
|
|
@@ -5506,23 +5531,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5506
5531
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5507
5532
|
THE SOFTWARE.
|
|
5508
5533
|
|
|
5509
|
-
================================================================================
|
|
5510
|
-
brotli LICENSE.BSD-3-Clause
|
|
5511
|
-
================================================================================
|
|
5512
|
-
|
|
5513
|
-
Copyright (c) 2016 Dropbox, Inc.
|
|
5514
|
-
All rights reserved.
|
|
5515
|
-
|
|
5516
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5517
|
-
|
|
5518
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5519
|
-
|
|
5520
|
-
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
5521
|
-
|
|
5522
|
-
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
|
5523
|
-
|
|
5524
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5525
|
-
|
|
5526
5534
|
================================================================================
|
|
5527
5535
|
brotli-decompressor LICENSE
|
|
5528
5536
|
================================================================================
|
|
@@ -14395,7 +14403,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
14395
14403
|
DEALINGS IN THE SOFTWARE.
|
|
14396
14404
|
|
|
14397
14405
|
================================================================================
|
|
14398
|
-
foldhash LICENSE
|
|
14406
|
+
foldhash v0.1.5 LICENSE
|
|
14407
|
+
================================================================================
|
|
14408
|
+
|
|
14409
|
+
Copyright (c) 2024 Orson Peters
|
|
14410
|
+
|
|
14411
|
+
This software is provided 'as-is', without any express or implied warranty. In
|
|
14412
|
+
no event will the authors be held liable for any damages arising from the use of
|
|
14413
|
+
this software.
|
|
14414
|
+
|
|
14415
|
+
Permission is granted to anyone to use this software for any purpose, including
|
|
14416
|
+
commercial applications, and to alter it and redistribute it freely, subject to
|
|
14417
|
+
the following restrictions:
|
|
14418
|
+
|
|
14419
|
+
1. The origin of this software must not be misrepresented; you must not claim
|
|
14420
|
+
that you wrote the original software. If you use this software in a product,
|
|
14421
|
+
an acknowledgment in the product documentation would be appreciated but is
|
|
14422
|
+
not required.
|
|
14423
|
+
|
|
14424
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
14425
|
+
misrepresented as being the original software.
|
|
14426
|
+
|
|
14427
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
14428
|
+
|
|
14429
|
+
================================================================================
|
|
14430
|
+
foldhash v0.2.0 LICENSE
|
|
14399
14431
|
================================================================================
|
|
14400
14432
|
|
|
14401
14433
|
Copyright (c) 2024 Orson Peters
|
|
@@ -18032,7 +18064,243 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
18032
18064
|
SOFTWARE.
|
|
18033
18065
|
|
|
18034
18066
|
================================================================================
|
|
18035
|
-
hashbrown LICENSE-APACHE
|
|
18067
|
+
hashbrown v0.15.3 LICENSE-APACHE
|
|
18068
|
+
================================================================================
|
|
18069
|
+
|
|
18070
|
+
Apache License
|
|
18071
|
+
Version 2.0, January 2004
|
|
18072
|
+
http://www.apache.org/licenses/
|
|
18073
|
+
|
|
18074
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
18075
|
+
|
|
18076
|
+
1. Definitions.
|
|
18077
|
+
|
|
18078
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
18079
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
18080
|
+
|
|
18081
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
18082
|
+
the copyright owner that is granting the License.
|
|
18083
|
+
|
|
18084
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
18085
|
+
other entities that control, are controlled by, or are under common
|
|
18086
|
+
control with that entity. For the purposes of this definition,
|
|
18087
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
18088
|
+
direction or management of such entity, whether by contract or
|
|
18089
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
18090
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
18091
|
+
|
|
18092
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
18093
|
+
exercising permissions granted by this License.
|
|
18094
|
+
|
|
18095
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
18096
|
+
including but not limited to software source code, documentation
|
|
18097
|
+
source, and configuration files.
|
|
18098
|
+
|
|
18099
|
+
"Object" form shall mean any form resulting from mechanical
|
|
18100
|
+
transformation or translation of a Source form, including but
|
|
18101
|
+
not limited to compiled object code, generated documentation,
|
|
18102
|
+
and conversions to other media types.
|
|
18103
|
+
|
|
18104
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
18105
|
+
Object form, made available under the License, as indicated by a
|
|
18106
|
+
copyright notice that is included in or attached to the work
|
|
18107
|
+
(an example is provided in the Appendix below).
|
|
18108
|
+
|
|
18109
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
18110
|
+
form, that is based on (or derived from) the Work and for which the
|
|
18111
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
18112
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
18113
|
+
of this License, Derivative Works shall not include works that remain
|
|
18114
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
18115
|
+
the Work and Derivative Works thereof.
|
|
18116
|
+
|
|
18117
|
+
"Contribution" shall mean any work of authorship, including
|
|
18118
|
+
the original version of the Work and any modifications or additions
|
|
18119
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
18120
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
18121
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
18122
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
18123
|
+
means any form of electronic, verbal, or written communication sent
|
|
18124
|
+
to the Licensor or its representatives, including but not limited to
|
|
18125
|
+
communication on electronic mailing lists, source code control systems,
|
|
18126
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
18127
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
18128
|
+
excluding communication that is conspicuously marked or otherwise
|
|
18129
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
18130
|
+
|
|
18131
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
18132
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
18133
|
+
subsequently incorporated within the Work.
|
|
18134
|
+
|
|
18135
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
18136
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18137
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18138
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
18139
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
18140
|
+
Work and such Derivative Works in Source or Object form.
|
|
18141
|
+
|
|
18142
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
18143
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18144
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18145
|
+
(except as stated in this section) patent license to make, have made,
|
|
18146
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
18147
|
+
where such license applies only to those patent claims licensable
|
|
18148
|
+
by such Contributor that are necessarily infringed by their
|
|
18149
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
18150
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
18151
|
+
institute patent litigation against any entity (including a
|
|
18152
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
18153
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
18154
|
+
or contributory patent infringement, then any patent licenses
|
|
18155
|
+
granted to You under this License for that Work shall terminate
|
|
18156
|
+
as of the date such litigation is filed.
|
|
18157
|
+
|
|
18158
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
18159
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
18160
|
+
modifications, and in Source or Object form, provided that You
|
|
18161
|
+
meet the following conditions:
|
|
18162
|
+
|
|
18163
|
+
(a) You must give any other recipients of the Work or
|
|
18164
|
+
Derivative Works a copy of this License; and
|
|
18165
|
+
|
|
18166
|
+
(b) You must cause any modified files to carry prominent notices
|
|
18167
|
+
stating that You changed the files; and
|
|
18168
|
+
|
|
18169
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
18170
|
+
that You distribute, all copyright, patent, trademark, and
|
|
18171
|
+
attribution notices from the Source form of the Work,
|
|
18172
|
+
excluding those notices that do not pertain to any part of
|
|
18173
|
+
the Derivative Works; and
|
|
18174
|
+
|
|
18175
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
18176
|
+
distribution, then any Derivative Works that You distribute must
|
|
18177
|
+
include a readable copy of the attribution notices contained
|
|
18178
|
+
within such NOTICE file, excluding those notices that do not
|
|
18179
|
+
pertain to any part of the Derivative Works, in at least one
|
|
18180
|
+
of the following places: within a NOTICE text file distributed
|
|
18181
|
+
as part of the Derivative Works; within the Source form or
|
|
18182
|
+
documentation, if provided along with the Derivative Works; or,
|
|
18183
|
+
within a display generated by the Derivative Works, if and
|
|
18184
|
+
wherever such third-party notices normally appear. The contents
|
|
18185
|
+
of the NOTICE file are for informational purposes only and
|
|
18186
|
+
do not modify the License. You may add Your own attribution
|
|
18187
|
+
notices within Derivative Works that You distribute, alongside
|
|
18188
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
18189
|
+
that such additional attribution notices cannot be construed
|
|
18190
|
+
as modifying the License.
|
|
18191
|
+
|
|
18192
|
+
You may add Your own copyright statement to Your modifications and
|
|
18193
|
+
may provide additional or different license terms and conditions
|
|
18194
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
18195
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
18196
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
18197
|
+
the conditions stated in this License.
|
|
18198
|
+
|
|
18199
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
18200
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
18201
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
18202
|
+
this License, without any additional terms or conditions.
|
|
18203
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
18204
|
+
the terms of any separate license agreement you may have executed
|
|
18205
|
+
with Licensor regarding such Contributions.
|
|
18206
|
+
|
|
18207
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
18208
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
18209
|
+
except as required for reasonable and customary use in describing the
|
|
18210
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
18211
|
+
|
|
18212
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
18213
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
18214
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
18215
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
18216
|
+
implied, including, without limitation, any warranties or conditions
|
|
18217
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
18218
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
18219
|
+
appropriateness of using or redistributing the Work and assume any
|
|
18220
|
+
risks associated with Your exercise of permissions under this License.
|
|
18221
|
+
|
|
18222
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
18223
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
18224
|
+
unless required by applicable law (such as deliberate and grossly
|
|
18225
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
18226
|
+
liable to You for damages, including any direct, indirect, special,
|
|
18227
|
+
incidental, or consequential damages of any character arising as a
|
|
18228
|
+
result of this License or out of the use or inability to use the
|
|
18229
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
18230
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
18231
|
+
other commercial damages or losses), even if such Contributor
|
|
18232
|
+
has been advised of the possibility of such damages.
|
|
18233
|
+
|
|
18234
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
18235
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
18236
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
18237
|
+
or other liability obligations and/or rights consistent with this
|
|
18238
|
+
License. However, in accepting such obligations, You may act only
|
|
18239
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
18240
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
18241
|
+
defend, and hold each Contributor harmless for any liability
|
|
18242
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
18243
|
+
of your accepting any such warranty or additional liability.
|
|
18244
|
+
|
|
18245
|
+
END OF TERMS AND CONDITIONS
|
|
18246
|
+
|
|
18247
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
18248
|
+
|
|
18249
|
+
To apply the Apache License to your work, attach the following
|
|
18250
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
18251
|
+
replaced with your own identifying information. (Don't include
|
|
18252
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
18253
|
+
comment syntax for the file format. We also recommend that a
|
|
18254
|
+
file or class name and description of purpose be included on the
|
|
18255
|
+
same "printed page" as the copyright notice for easier
|
|
18256
|
+
identification within third-party archives.
|
|
18257
|
+
|
|
18258
|
+
Copyright [yyyy] [name of copyright owner]
|
|
18259
|
+
|
|
18260
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18261
|
+
you may not use this file except in compliance with the License.
|
|
18262
|
+
You may obtain a copy of the License at
|
|
18263
|
+
|
|
18264
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
18265
|
+
|
|
18266
|
+
Unless required by applicable law or agreed to in writing, software
|
|
18267
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18268
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18269
|
+
See the License for the specific language governing permissions and
|
|
18270
|
+
limitations under the License.
|
|
18271
|
+
|
|
18272
|
+
================================================================================
|
|
18273
|
+
hashbrown v0.15.3 LICENSE-MIT
|
|
18274
|
+
================================================================================
|
|
18275
|
+
|
|
18276
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
18277
|
+
|
|
18278
|
+
Permission is hereby granted, free of charge, to any
|
|
18279
|
+
person obtaining a copy of this software and associated
|
|
18280
|
+
documentation files (the "Software"), to deal in the
|
|
18281
|
+
Software without restriction, including without
|
|
18282
|
+
limitation the rights to use, copy, modify, merge,
|
|
18283
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
18284
|
+
the Software, and to permit persons to whom the Software
|
|
18285
|
+
is furnished to do so, subject to the following
|
|
18286
|
+
conditions:
|
|
18287
|
+
|
|
18288
|
+
The above copyright notice and this permission notice
|
|
18289
|
+
shall be included in all copies or substantial portions
|
|
18290
|
+
of the Software.
|
|
18291
|
+
|
|
18292
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18293
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18294
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18295
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18296
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18297
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18298
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18299
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18300
|
+
DEALINGS IN THE SOFTWARE.
|
|
18301
|
+
|
|
18302
|
+
================================================================================
|
|
18303
|
+
hashbrown v0.16.0 LICENSE-APACHE
|
|
18036
18304
|
================================================================================
|
|
18037
18305
|
|
|
18038
18306
|
Apache License
|
|
@@ -18238,7 +18506,7 @@ See the License for the specific language governing permissions and
|
|
|
18238
18506
|
limitations under the License.
|
|
18239
18507
|
|
|
18240
18508
|
================================================================================
|
|
18241
|
-
hashbrown LICENSE-MIT
|
|
18509
|
+
hashbrown v0.16.0 LICENSE-MIT
|
|
18242
18510
|
================================================================================
|
|
18243
18511
|
|
|
18244
18512
|
Copyright (c) 2016 Amanieu d'Antras
|
|
@@ -24796,32 +25064,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
24796
25064
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24797
25065
|
SOFTWARE.
|
|
24798
25066
|
|
|
24799
|
-
================================================================================
|
|
24800
|
-
magnus magnus-macros/LICENSE
|
|
24801
|
-
================================================================================
|
|
24802
|
-
|
|
24803
|
-
MIT License
|
|
24804
|
-
|
|
24805
|
-
Copyright (c) 2023, 2022, 2021 Matthew Sadler
|
|
24806
|
-
|
|
24807
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24808
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
24809
|
-
in the Software without restriction, including without limitation the rights
|
|
24810
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
24811
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
24812
|
-
furnished to do so, subject to the following conditions:
|
|
24813
|
-
|
|
24814
|
-
The above copyright notice and this permission notice shall be included in all
|
|
24815
|
-
copies or substantial portions of the Software.
|
|
24816
|
-
|
|
24817
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24818
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24819
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24820
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24821
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24822
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24823
|
-
SOFTWARE.
|
|
24824
|
-
|
|
24825
25067
|
================================================================================
|
|
24826
25068
|
magnus-macros LICENSE
|
|
24827
25069
|
================================================================================
|
|
@@ -36808,7 +37050,278 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
36808
37050
|
DEALINGS IN THE SOFTWARE.
|
|
36809
37051
|
|
|
36810
37052
|
================================================================================
|
|
36811
|
-
rustls LICENSE-APACHE
|
|
37053
|
+
rustls LICENSE-APACHE
|
|
37054
|
+
================================================================================
|
|
37055
|
+
|
|
37056
|
+
Apache License
|
|
37057
|
+
Version 2.0, January 2004
|
|
37058
|
+
http://www.apache.org/licenses/
|
|
37059
|
+
|
|
37060
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
37061
|
+
|
|
37062
|
+
1. Definitions.
|
|
37063
|
+
|
|
37064
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
37065
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
37066
|
+
|
|
37067
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
37068
|
+
the copyright owner that is granting the License.
|
|
37069
|
+
|
|
37070
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
37071
|
+
other entities that control, are controlled by, or are under common
|
|
37072
|
+
control with that entity. For the purposes of this definition,
|
|
37073
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
37074
|
+
direction or management of such entity, whether by contract or
|
|
37075
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
37076
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
37077
|
+
|
|
37078
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
37079
|
+
exercising permissions granted by this License.
|
|
37080
|
+
|
|
37081
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
37082
|
+
including but not limited to software source code, documentation
|
|
37083
|
+
source, and configuration files.
|
|
37084
|
+
|
|
37085
|
+
"Object" form shall mean any form resulting from mechanical
|
|
37086
|
+
transformation or translation of a Source form, including but
|
|
37087
|
+
not limited to compiled object code, generated documentation,
|
|
37088
|
+
and conversions to other media types.
|
|
37089
|
+
|
|
37090
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37091
|
+
Object form, made available under the License, as indicated by a
|
|
37092
|
+
copyright notice that is included in or attached to the work
|
|
37093
|
+
(an example is provided in the Appendix below).
|
|
37094
|
+
|
|
37095
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
37096
|
+
form, that is based on (or derived from) the Work and for which the
|
|
37097
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
37098
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
37099
|
+
of this License, Derivative Works shall not include works that remain
|
|
37100
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
37101
|
+
the Work and Derivative Works thereof.
|
|
37102
|
+
|
|
37103
|
+
"Contribution" shall mean any work of authorship, including
|
|
37104
|
+
the original version of the Work and any modifications or additions
|
|
37105
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
37106
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
37107
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
37108
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
37109
|
+
means any form of electronic, verbal, or written communication sent
|
|
37110
|
+
to the Licensor or its representatives, including but not limited to
|
|
37111
|
+
communication on electronic mailing lists, source code control systems,
|
|
37112
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
37113
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
37114
|
+
excluding communication that is conspicuously marked or otherwise
|
|
37115
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
37116
|
+
|
|
37117
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
37118
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
37119
|
+
subsequently incorporated within the Work.
|
|
37120
|
+
|
|
37121
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
37122
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
37123
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
37124
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
37125
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
37126
|
+
Work and such Derivative Works in Source or Object form.
|
|
37127
|
+
|
|
37128
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
37129
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
37130
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
37131
|
+
(except as stated in this section) patent license to make, have made,
|
|
37132
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
37133
|
+
where such license applies only to those patent claims licensable
|
|
37134
|
+
by such Contributor that are necessarily infringed by their
|
|
37135
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
37136
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
37137
|
+
institute patent litigation against any entity (including a
|
|
37138
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
37139
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
37140
|
+
or contributory patent infringement, then any patent licenses
|
|
37141
|
+
granted to You under this License for that Work shall terminate
|
|
37142
|
+
as of the date such litigation is filed.
|
|
37143
|
+
|
|
37144
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
37145
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
37146
|
+
modifications, and in Source or Object form, provided that You
|
|
37147
|
+
meet the following conditions:
|
|
37148
|
+
|
|
37149
|
+
(a) You must give any other recipients of the Work or
|
|
37150
|
+
Derivative Works a copy of this License; and
|
|
37151
|
+
|
|
37152
|
+
(b) You must cause any modified files to carry prominent notices
|
|
37153
|
+
stating that You changed the files; and
|
|
37154
|
+
|
|
37155
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
37156
|
+
that You distribute, all copyright, patent, trademark, and
|
|
37157
|
+
attribution notices from the Source form of the Work,
|
|
37158
|
+
excluding those notices that do not pertain to any part of
|
|
37159
|
+
the Derivative Works; and
|
|
37160
|
+
|
|
37161
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
37162
|
+
distribution, then any Derivative Works that You distribute must
|
|
37163
|
+
include a readable copy of the attribution notices contained
|
|
37164
|
+
within such NOTICE file, excluding those notices that do not
|
|
37165
|
+
pertain to any part of the Derivative Works, in at least one
|
|
37166
|
+
of the following places: within a NOTICE text file distributed
|
|
37167
|
+
as part of the Derivative Works; within the Source form or
|
|
37168
|
+
documentation, if provided along with the Derivative Works; or,
|
|
37169
|
+
within a display generated by the Derivative Works, if and
|
|
37170
|
+
wherever such third-party notices normally appear. The contents
|
|
37171
|
+
of the NOTICE file are for informational purposes only and
|
|
37172
|
+
do not modify the License. You may add Your own attribution
|
|
37173
|
+
notices within Derivative Works that You distribute, alongside
|
|
37174
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
37175
|
+
that such additional attribution notices cannot be construed
|
|
37176
|
+
as modifying the License.
|
|
37177
|
+
|
|
37178
|
+
You may add Your own copyright statement to Your modifications and
|
|
37179
|
+
may provide additional or different license terms and conditions
|
|
37180
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
37181
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
37182
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
37183
|
+
the conditions stated in this License.
|
|
37184
|
+
|
|
37185
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
37186
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
37187
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
37188
|
+
this License, without any additional terms or conditions.
|
|
37189
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
37190
|
+
the terms of any separate license agreement you may have executed
|
|
37191
|
+
with Licensor regarding such Contributions.
|
|
37192
|
+
|
|
37193
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
37194
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
37195
|
+
except as required for reasonable and customary use in describing the
|
|
37196
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
37197
|
+
|
|
37198
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
37199
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
37200
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
37201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
37202
|
+
implied, including, without limitation, any warranties or conditions
|
|
37203
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
37204
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
37205
|
+
appropriateness of using or redistributing the Work and assume any
|
|
37206
|
+
risks associated with Your exercise of permissions under this License.
|
|
37207
|
+
|
|
37208
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
37209
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
37210
|
+
unless required by applicable law (such as deliberate and grossly
|
|
37211
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
37212
|
+
liable to You for damages, including any direct, indirect, special,
|
|
37213
|
+
incidental, or consequential damages of any character arising as a
|
|
37214
|
+
result of this License or out of the use or inability to use the
|
|
37215
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
37216
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
37217
|
+
other commercial damages or losses), even if such Contributor
|
|
37218
|
+
has been advised of the possibility of such damages.
|
|
37219
|
+
|
|
37220
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
37221
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
37222
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
37223
|
+
or other liability obligations and/or rights consistent with this
|
|
37224
|
+
License. However, in accepting such obligations, You may act only
|
|
37225
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
37226
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
37227
|
+
defend, and hold each Contributor harmless for any liability
|
|
37228
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
37229
|
+
of your accepting any such warranty or additional liability.
|
|
37230
|
+
|
|
37231
|
+
END OF TERMS AND CONDITIONS
|
|
37232
|
+
|
|
37233
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
37234
|
+
|
|
37235
|
+
To apply the Apache License to your work, attach the following
|
|
37236
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
37237
|
+
replaced with your own identifying information. (Don't include
|
|
37238
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
37239
|
+
comment syntax for the file format. We also recommend that a
|
|
37240
|
+
file or class name and description of purpose be included on the
|
|
37241
|
+
same "printed page" as the copyright notice for easier
|
|
37242
|
+
identification within third-party archives.
|
|
37243
|
+
|
|
37244
|
+
Copyright [yyyy] [name of copyright owner]
|
|
37245
|
+
|
|
37246
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37247
|
+
you may not use this file except in compliance with the License.
|
|
37248
|
+
You may obtain a copy of the License at
|
|
37249
|
+
|
|
37250
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
37251
|
+
|
|
37252
|
+
Unless required by applicable law or agreed to in writing, software
|
|
37253
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
37254
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37255
|
+
See the License for the specific language governing permissions and
|
|
37256
|
+
limitations under the License.
|
|
37257
|
+
|
|
37258
|
+
================================================================================
|
|
37259
|
+
rustls LICENSE-ISC
|
|
37260
|
+
================================================================================
|
|
37261
|
+
|
|
37262
|
+
ISC License (ISC)
|
|
37263
|
+
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
|
37264
|
+
|
|
37265
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
37266
|
+
any purpose with or without fee is hereby granted, provided that the
|
|
37267
|
+
above copyright notice and this permission notice appear in all copies.
|
|
37268
|
+
|
|
37269
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
37270
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
37271
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
37272
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
37273
|
+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
37274
|
+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
37275
|
+
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
37276
|
+
THIS SOFTWARE.
|
|
37277
|
+
|
|
37278
|
+
================================================================================
|
|
37279
|
+
rustls LICENSE-MIT
|
|
37280
|
+
================================================================================
|
|
37281
|
+
|
|
37282
|
+
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
37283
|
+
|
|
37284
|
+
Permission is hereby granted, free of charge, to any
|
|
37285
|
+
person obtaining a copy of this software and associated
|
|
37286
|
+
documentation files (the "Software"), to deal in the
|
|
37287
|
+
Software without restriction, including without
|
|
37288
|
+
limitation the rights to use, copy, modify, merge,
|
|
37289
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
37290
|
+
the Software, and to permit persons to whom the Software
|
|
37291
|
+
is furnished to do so, subject to the following
|
|
37292
|
+
conditions:
|
|
37293
|
+
|
|
37294
|
+
The above copyright notice and this permission notice
|
|
37295
|
+
shall be included in all copies or substantial portions
|
|
37296
|
+
of the Software.
|
|
37297
|
+
|
|
37298
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
37299
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
37300
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
37301
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
37302
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
37303
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
37304
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
37305
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
37306
|
+
DEALINGS IN THE SOFTWARE.
|
|
37307
|
+
|
|
37308
|
+
================================================================================
|
|
37309
|
+
rustls-native-certs LICENSE
|
|
37310
|
+
================================================================================
|
|
37311
|
+
|
|
37312
|
+
Rustls is distributed under the following three licenses:
|
|
37313
|
+
|
|
37314
|
+
- Apache License version 2.0.
|
|
37315
|
+
- MIT license.
|
|
37316
|
+
- ISC license.
|
|
37317
|
+
|
|
37318
|
+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
|
37319
|
+
respectively. You may use this software under the terms of any
|
|
37320
|
+
of these licenses, at your option.
|
|
37321
|
+
|
|
37322
|
+
|
|
37323
|
+
================================================================================
|
|
37324
|
+
rustls-native-certs LICENSE-APACHE
|
|
36812
37325
|
================================================================================
|
|
36813
37326
|
|
|
36814
37327
|
Apache License
|
|
@@ -37014,7 +37527,7 @@ See the License for the specific language governing permissions and
|
|
|
37014
37527
|
limitations under the License.
|
|
37015
37528
|
|
|
37016
37529
|
================================================================================
|
|
37017
|
-
rustls LICENSE-ISC
|
|
37530
|
+
rustls-native-certs LICENSE-ISC
|
|
37018
37531
|
================================================================================
|
|
37019
37532
|
|
|
37020
37533
|
ISC License (ISC)
|
|
@@ -37034,7 +37547,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
37034
37547
|
THIS SOFTWARE.
|
|
37035
37548
|
|
|
37036
37549
|
================================================================================
|
|
37037
|
-
rustls LICENSE-MIT
|
|
37550
|
+
rustls-native-certs LICENSE-MIT
|
|
37038
37551
|
================================================================================
|
|
37039
37552
|
|
|
37040
37553
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
@@ -37064,10 +37577,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37064
37577
|
DEALINGS IN THE SOFTWARE.
|
|
37065
37578
|
|
|
37066
37579
|
================================================================================
|
|
37067
|
-
rustls-
|
|
37580
|
+
rustls-pemfile LICENSE
|
|
37068
37581
|
================================================================================
|
|
37069
37582
|
|
|
37070
|
-
|
|
37583
|
+
rustls-pemfile is distributed under the following three licenses:
|
|
37071
37584
|
|
|
37072
37585
|
- Apache License version 2.0.
|
|
37073
37586
|
- MIT license.
|
|
@@ -37079,7 +37592,7 @@ of these licenses, at your option.
|
|
|
37079
37592
|
|
|
37080
37593
|
|
|
37081
37594
|
================================================================================
|
|
37082
|
-
rustls-
|
|
37595
|
+
rustls-pemfile LICENSE-APACHE
|
|
37083
37596
|
================================================================================
|
|
37084
37597
|
|
|
37085
37598
|
Apache License
|
|
@@ -37285,7 +37798,7 @@ See the License for the specific language governing permissions and
|
|
|
37285
37798
|
limitations under the License.
|
|
37286
37799
|
|
|
37287
37800
|
================================================================================
|
|
37288
|
-
rustls-
|
|
37801
|
+
rustls-pemfile LICENSE-ISC
|
|
37289
37802
|
================================================================================
|
|
37290
37803
|
|
|
37291
37804
|
ISC License (ISC)
|
|
@@ -37305,7 +37818,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
37305
37818
|
THIS SOFTWARE.
|
|
37306
37819
|
|
|
37307
37820
|
================================================================================
|
|
37308
|
-
rustls-
|
|
37821
|
+
rustls-pemfile LICENSE-MIT
|
|
37309
37822
|
================================================================================
|
|
37310
37823
|
|
|
37311
37824
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
@@ -37335,22 +37848,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37335
37848
|
DEALINGS IN THE SOFTWARE.
|
|
37336
37849
|
|
|
37337
37850
|
================================================================================
|
|
37338
|
-
rustls-
|
|
37339
|
-
================================================================================
|
|
37340
|
-
|
|
37341
|
-
rustls-pemfile is distributed under the following three licenses:
|
|
37342
|
-
|
|
37343
|
-
- Apache License version 2.0.
|
|
37344
|
-
- MIT license.
|
|
37345
|
-
- ISC license.
|
|
37346
|
-
|
|
37347
|
-
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
|
37348
|
-
respectively. You may use this software under the terms of any
|
|
37349
|
-
of these licenses, at your option.
|
|
37350
|
-
|
|
37351
|
-
|
|
37352
|
-
================================================================================
|
|
37353
|
-
rustls-pemfile LICENSE-APACHE
|
|
37851
|
+
rustls-pki-types LICENSE-APACHE
|
|
37354
37852
|
================================================================================
|
|
37355
37853
|
|
|
37356
37854
|
Apache License
|
|
@@ -37541,7 +38039,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
37541
38039
|
same "printed page" as the copyright notice for easier
|
|
37542
38040
|
identification within third-party archives.
|
|
37543
38041
|
|
|
37544
|
-
Copyright
|
|
38042
|
+
Copyright 2023 Dirkjan Ochtman
|
|
37545
38043
|
|
|
37546
38044
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37547
38045
|
you may not use this file except in compliance with the License.
|
|
@@ -37556,30 +38054,10 @@ See the License for the specific language governing permissions and
|
|
|
37556
38054
|
limitations under the License.
|
|
37557
38055
|
|
|
37558
38056
|
================================================================================
|
|
37559
|
-
rustls-
|
|
37560
|
-
================================================================================
|
|
37561
|
-
|
|
37562
|
-
ISC License (ISC)
|
|
37563
|
-
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
|
37564
|
-
|
|
37565
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
37566
|
-
any purpose with or without fee is hereby granted, provided that the
|
|
37567
|
-
above copyright notice and this permission notice appear in all copies.
|
|
37568
|
-
|
|
37569
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
37570
|
-
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
37571
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
37572
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
37573
|
-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
37574
|
-
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
37575
|
-
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
37576
|
-
THIS SOFTWARE.
|
|
37577
|
-
|
|
37578
|
-
================================================================================
|
|
37579
|
-
rustls-pemfile LICENSE-MIT
|
|
38057
|
+
rustls-pki-types LICENSE-MIT
|
|
37580
38058
|
================================================================================
|
|
37581
38059
|
|
|
37582
|
-
Copyright (c)
|
|
38060
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
37583
38061
|
|
|
37584
38062
|
Permission is hereby granted, free of charge, to any
|
|
37585
38063
|
person obtaining a copy of this software and associated
|
|
@@ -37606,7 +38084,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37606
38084
|
DEALINGS IN THE SOFTWARE.
|
|
37607
38085
|
|
|
37608
38086
|
================================================================================
|
|
37609
|
-
rustls-
|
|
38087
|
+
rustls-webpki LICENSE
|
|
38088
|
+
================================================================================
|
|
38089
|
+
|
|
38090
|
+
Except as otherwise noted, this project is licensed under the following
|
|
38091
|
+
(ISC-style) terms:
|
|
38092
|
+
|
|
38093
|
+
Copyright 2015 Brian Smith.
|
|
38094
|
+
|
|
38095
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
38096
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
38097
|
+
copyright notice and this permission notice appear in all copies.
|
|
38098
|
+
|
|
38099
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
|
38100
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
38101
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
|
38102
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
38103
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
38104
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
38105
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
38106
|
+
|
|
38107
|
+
The files under third-party/chromium are licensed as described in
|
|
38108
|
+
third-party/chromium/LICENSE.
|
|
38109
|
+
|
|
38110
|
+
================================================================================
|
|
38111
|
+
rustversion LICENSE-APACHE
|
|
37610
38112
|
================================================================================
|
|
37611
38113
|
|
|
37612
38114
|
Apache License
|
|
@@ -37786,37 +38288,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
37786
38288
|
|
|
37787
38289
|
END OF TERMS AND CONDITIONS
|
|
37788
38290
|
|
|
37789
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
37790
|
-
|
|
37791
|
-
To apply the Apache License to your work, attach the following
|
|
37792
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
37793
|
-
replaced with your own identifying information. (Don't include
|
|
37794
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
37795
|
-
comment syntax for the file format. We also recommend that a
|
|
37796
|
-
file or class name and description of purpose be included on the
|
|
37797
|
-
same "printed page" as the copyright notice for easier
|
|
37798
|
-
identification within third-party archives.
|
|
37799
|
-
|
|
37800
|
-
Copyright 2023 Dirkjan Ochtman
|
|
37801
|
-
|
|
37802
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
37803
|
-
you may not use this file except in compliance with the License.
|
|
37804
|
-
You may obtain a copy of the License at
|
|
37805
|
-
|
|
37806
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
37807
|
-
|
|
37808
|
-
Unless required by applicable law or agreed to in writing, software
|
|
37809
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
37810
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37811
|
-
See the License for the specific language governing permissions and
|
|
37812
|
-
limitations under the License.
|
|
37813
|
-
|
|
37814
38291
|
================================================================================
|
|
37815
|
-
|
|
38292
|
+
rustversion LICENSE-MIT
|
|
37816
38293
|
================================================================================
|
|
37817
38294
|
|
|
37818
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
37819
|
-
|
|
37820
38295
|
Permission is hereby granted, free of charge, to any
|
|
37821
38296
|
person obtaining a copy of this software and associated
|
|
37822
38297
|
documentation files (the "Software"), to deal in the
|
|
@@ -37842,31 +38317,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37842
38317
|
DEALINGS IN THE SOFTWARE.
|
|
37843
38318
|
|
|
37844
38319
|
================================================================================
|
|
37845
|
-
|
|
37846
|
-
================================================================================
|
|
37847
|
-
|
|
37848
|
-
Except as otherwise noted, this project is licensed under the following
|
|
37849
|
-
(ISC-style) terms:
|
|
37850
|
-
|
|
37851
|
-
Copyright 2015 Brian Smith.
|
|
37852
|
-
|
|
37853
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
37854
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
37855
|
-
copyright notice and this permission notice appear in all copies.
|
|
37856
|
-
|
|
37857
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
|
37858
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
37859
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
|
37860
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
37861
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
37862
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
37863
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
37864
|
-
|
|
37865
|
-
The files under third-party/chromium are licensed as described in
|
|
37866
|
-
third-party/chromium/LICENSE.
|
|
37867
|
-
|
|
37868
|
-
================================================================================
|
|
37869
|
-
rustversion LICENSE-APACHE
|
|
38320
|
+
ryu LICENSE-APACHE
|
|
37870
38321
|
================================================================================
|
|
37871
38322
|
|
|
37872
38323
|
Apache License
|
|
@@ -38047,35 +38498,98 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38047
38498
|
END OF TERMS AND CONDITIONS
|
|
38048
38499
|
|
|
38049
38500
|
================================================================================
|
|
38050
|
-
|
|
38501
|
+
ryu LICENSE-BOOST
|
|
38051
38502
|
================================================================================
|
|
38052
38503
|
|
|
38053
|
-
|
|
38054
|
-
person obtaining a copy of this software and associated
|
|
38055
|
-
documentation files (the "Software"), to deal in the
|
|
38056
|
-
Software without restriction, including without
|
|
38057
|
-
limitation the rights to use, copy, modify, merge,
|
|
38058
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
38059
|
-
the Software, and to permit persons to whom the Software
|
|
38060
|
-
is furnished to do so, subject to the following
|
|
38061
|
-
conditions:
|
|
38504
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
|
38062
38505
|
|
|
38063
|
-
|
|
38064
|
-
|
|
38065
|
-
|
|
38506
|
+
Permission is hereby granted, free of charge, to any person or organization
|
|
38507
|
+
obtaining a copy of the software and accompanying documentation covered by
|
|
38508
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
|
38509
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
|
38510
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
|
38511
|
+
do so, all subject to the following:
|
|
38066
38512
|
|
|
38067
|
-
|
|
38068
|
-
|
|
38069
|
-
|
|
38070
|
-
|
|
38071
|
-
|
|
38072
|
-
|
|
38073
|
-
|
|
38074
|
-
|
|
38513
|
+
The copyright notices in the Software and this entire statement, including
|
|
38514
|
+
the above license grant, this restriction and the following disclaimer,
|
|
38515
|
+
must be included in all copies of the Software, in whole or in part, and
|
|
38516
|
+
all derivative works of the Software, unless such copies or derivative
|
|
38517
|
+
works are solely in the form of machine-executable object code generated by
|
|
38518
|
+
a source language processor.
|
|
38519
|
+
|
|
38520
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38521
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38522
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
38523
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
38524
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
38525
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
38075
38526
|
DEALINGS IN THE SOFTWARE.
|
|
38076
38527
|
|
|
38077
38528
|
================================================================================
|
|
38078
|
-
|
|
38529
|
+
same-file COPYING
|
|
38530
|
+
================================================================================
|
|
38531
|
+
|
|
38532
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
|
38533
|
+
|
|
38534
|
+
You may use this code under the terms of either license.
|
|
38535
|
+
|
|
38536
|
+
================================================================================
|
|
38537
|
+
same-file LICENSE-MIT
|
|
38538
|
+
================================================================================
|
|
38539
|
+
|
|
38540
|
+
The MIT License (MIT)
|
|
38541
|
+
|
|
38542
|
+
Copyright (c) 2017 Andrew Gallant
|
|
38543
|
+
|
|
38544
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
38545
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
38546
|
+
in the Software without restriction, including without limitation the rights
|
|
38547
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
38548
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
38549
|
+
furnished to do so, subject to the following conditions:
|
|
38550
|
+
|
|
38551
|
+
The above copyright notice and this permission notice shall be included in
|
|
38552
|
+
all copies or substantial portions of the Software.
|
|
38553
|
+
|
|
38554
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38555
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38556
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
38557
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
38558
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
38559
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
38560
|
+
THE SOFTWARE.
|
|
38561
|
+
|
|
38562
|
+
================================================================================
|
|
38563
|
+
same-file UNLICENSE
|
|
38564
|
+
================================================================================
|
|
38565
|
+
|
|
38566
|
+
This is free and unencumbered software released into the public domain.
|
|
38567
|
+
|
|
38568
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
38569
|
+
distribute this software, either in source code form or as a compiled
|
|
38570
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
38571
|
+
means.
|
|
38572
|
+
|
|
38573
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
38574
|
+
of this software dedicate any and all copyright interest in the
|
|
38575
|
+
software to the public domain. We make this dedication for the benefit
|
|
38576
|
+
of the public at large and to the detriment of our heirs and
|
|
38577
|
+
successors. We intend this dedication to be an overt act of
|
|
38578
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
38579
|
+
software under copyright law.
|
|
38580
|
+
|
|
38581
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
38582
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
38583
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
38584
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
38585
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
38586
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
38587
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
38588
|
+
|
|
38589
|
+
For more information, please refer to <http://unlicense.org/>
|
|
38590
|
+
|
|
38591
|
+
================================================================================
|
|
38592
|
+
scopeguard LICENSE-APACHE
|
|
38079
38593
|
================================================================================
|
|
38080
38594
|
|
|
38081
38595
|
Apache License
|
|
@@ -38255,99 +38769,63 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38255
38769
|
|
|
38256
38770
|
END OF TERMS AND CONDITIONS
|
|
38257
38771
|
|
|
38258
|
-
|
|
38259
|
-
ryu LICENSE-BOOST
|
|
38260
|
-
================================================================================
|
|
38261
|
-
|
|
38262
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
|
38263
|
-
|
|
38264
|
-
Permission is hereby granted, free of charge, to any person or organization
|
|
38265
|
-
obtaining a copy of the software and accompanying documentation covered by
|
|
38266
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
|
38267
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
|
38268
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
|
38269
|
-
do so, all subject to the following:
|
|
38270
|
-
|
|
38271
|
-
The copyright notices in the Software and this entire statement, including
|
|
38272
|
-
the above license grant, this restriction and the following disclaimer,
|
|
38273
|
-
must be included in all copies of the Software, in whole or in part, and
|
|
38274
|
-
all derivative works of the Software, unless such copies or derivative
|
|
38275
|
-
works are solely in the form of machine-executable object code generated by
|
|
38276
|
-
a source language processor.
|
|
38277
|
-
|
|
38278
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38279
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38280
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
38281
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
38282
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
38283
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
38284
|
-
DEALINGS IN THE SOFTWARE.
|
|
38285
|
-
|
|
38286
|
-
================================================================================
|
|
38287
|
-
same-file COPYING
|
|
38288
|
-
================================================================================
|
|
38289
|
-
|
|
38290
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
|
38291
|
-
|
|
38292
|
-
You may use this code under the terms of either license.
|
|
38293
|
-
|
|
38294
|
-
================================================================================
|
|
38295
|
-
same-file LICENSE-MIT
|
|
38296
|
-
================================================================================
|
|
38772
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
38297
38773
|
|
|
38298
|
-
|
|
38774
|
+
To apply the Apache License to your work, attach the following
|
|
38775
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
38776
|
+
replaced with your own identifying information. (Don't include
|
|
38777
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
38778
|
+
comment syntax for the file format. We also recommend that a
|
|
38779
|
+
file or class name and description of purpose be included on the
|
|
38780
|
+
same "printed page" as the copyright notice for easier
|
|
38781
|
+
identification within third-party archives.
|
|
38299
38782
|
|
|
38300
|
-
Copyright
|
|
38783
|
+
Copyright [yyyy] [name of copyright owner]
|
|
38301
38784
|
|
|
38302
|
-
|
|
38303
|
-
|
|
38304
|
-
|
|
38305
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
38306
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
38307
|
-
furnished to do so, subject to the following conditions:
|
|
38785
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38786
|
+
you may not use this file except in compliance with the License.
|
|
38787
|
+
You may obtain a copy of the License at
|
|
38308
38788
|
|
|
38309
|
-
|
|
38310
|
-
all copies or substantial portions of the Software.
|
|
38789
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
38311
38790
|
|
|
38312
|
-
|
|
38313
|
-
|
|
38314
|
-
|
|
38315
|
-
|
|
38316
|
-
|
|
38317
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
38318
|
-
THE SOFTWARE.
|
|
38791
|
+
Unless required by applicable law or agreed to in writing, software
|
|
38792
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38793
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38794
|
+
See the License for the specific language governing permissions and
|
|
38795
|
+
limitations under the License.
|
|
38319
38796
|
|
|
38320
38797
|
================================================================================
|
|
38321
|
-
|
|
38798
|
+
scopeguard LICENSE-MIT
|
|
38322
38799
|
================================================================================
|
|
38323
38800
|
|
|
38324
|
-
|
|
38325
|
-
|
|
38326
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
38327
|
-
distribute this software, either in source code form or as a compiled
|
|
38328
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
|
38329
|
-
means.
|
|
38801
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
38330
38802
|
|
|
38331
|
-
|
|
38332
|
-
of this software
|
|
38333
|
-
|
|
38334
|
-
|
|
38335
|
-
|
|
38336
|
-
|
|
38337
|
-
|
|
38803
|
+
Permission is hereby granted, free of charge, to any
|
|
38804
|
+
person obtaining a copy of this software and associated
|
|
38805
|
+
documentation files (the "Software"), to deal in the
|
|
38806
|
+
Software without restriction, including without
|
|
38807
|
+
limitation the rights to use, copy, modify, merge,
|
|
38808
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
38809
|
+
the Software, and to permit persons to whom the Software
|
|
38810
|
+
is furnished to do so, subject to the following
|
|
38811
|
+
conditions:
|
|
38338
38812
|
|
|
38339
|
-
|
|
38340
|
-
|
|
38341
|
-
|
|
38342
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
38343
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
38344
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
38345
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
38813
|
+
The above copyright notice and this permission notice
|
|
38814
|
+
shall be included in all copies or substantial portions
|
|
38815
|
+
of the Software.
|
|
38346
38816
|
|
|
38347
|
-
|
|
38817
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
38818
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
38819
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
38820
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
38821
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
38822
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
38823
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
38824
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
38825
|
+
DEALINGS IN THE SOFTWARE.
|
|
38348
38826
|
|
|
38349
38827
|
================================================================================
|
|
38350
|
-
|
|
38828
|
+
security-framework LICENSE-APACHE
|
|
38351
38829
|
================================================================================
|
|
38352
38830
|
|
|
38353
38831
|
Apache License
|
|
@@ -38553,37 +39031,32 @@ See the License for the specific language governing permissions and
|
|
|
38553
39031
|
limitations under the License.
|
|
38554
39032
|
|
|
38555
39033
|
================================================================================
|
|
38556
|
-
|
|
39034
|
+
security-framework LICENSE-MIT
|
|
38557
39035
|
================================================================================
|
|
38558
39036
|
|
|
38559
|
-
|
|
39037
|
+
The MIT License (MIT)
|
|
38560
39038
|
|
|
38561
|
-
|
|
38562
|
-
person obtaining a copy of this software and associated
|
|
38563
|
-
documentation files (the "Software"), to deal in the
|
|
38564
|
-
Software without restriction, including without
|
|
38565
|
-
limitation the rights to use, copy, modify, merge,
|
|
38566
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
38567
|
-
the Software, and to permit persons to whom the Software
|
|
38568
|
-
is furnished to do so, subject to the following
|
|
38569
|
-
conditions:
|
|
39039
|
+
Copyright (c) 2015 Steven Fackler
|
|
38570
39040
|
|
|
38571
|
-
|
|
38572
|
-
|
|
38573
|
-
|
|
39041
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
39042
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
39043
|
+
the Software without restriction, including without limitation the rights to
|
|
39044
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
39045
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
39046
|
+
subject to the following conditions:
|
|
38574
39047
|
|
|
38575
|
-
|
|
38576
|
-
|
|
38577
|
-
|
|
38578
|
-
|
|
38579
|
-
|
|
38580
|
-
|
|
38581
|
-
|
|
38582
|
-
IN
|
|
38583
|
-
DEALINGS IN THE SOFTWARE.
|
|
39048
|
+
The above copyright notice and this permission notice shall be included in all
|
|
39049
|
+
copies or substantial portions of the Software.
|
|
39050
|
+
|
|
39051
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
39052
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
39053
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
39054
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
39055
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
39056
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
38584
39057
|
|
|
38585
39058
|
================================================================================
|
|
38586
|
-
security-framework LICENSE-APACHE
|
|
39059
|
+
security-framework-sys LICENSE-APACHE
|
|
38587
39060
|
================================================================================
|
|
38588
39061
|
|
|
38589
39062
|
Apache License
|
|
@@ -38789,7 +39262,7 @@ See the License for the specific language governing permissions and
|
|
|
38789
39262
|
limitations under the License.
|
|
38790
39263
|
|
|
38791
39264
|
================================================================================
|
|
38792
|
-
security-framework LICENSE-MIT
|
|
39265
|
+
security-framework-sys LICENSE-MIT
|
|
38793
39266
|
================================================================================
|
|
38794
39267
|
|
|
38795
39268
|
The MIT License (MIT)
|
|
@@ -38814,7 +39287,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
38814
39287
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
38815
39288
|
|
|
38816
39289
|
================================================================================
|
|
38817
|
-
|
|
39290
|
+
seq-macro LICENSE-APACHE
|
|
38818
39291
|
================================================================================
|
|
38819
39292
|
|
|
38820
39293
|
Apache License
|
|
@@ -38994,58 +39467,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38994
39467
|
|
|
38995
39468
|
END OF TERMS AND CONDITIONS
|
|
38996
39469
|
|
|
38997
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
38998
|
-
|
|
38999
|
-
To apply the Apache License to your work, attach the following
|
|
39000
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
39001
|
-
replaced with your own identifying information. (Don't include
|
|
39002
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
39003
|
-
comment syntax for the file format. We also recommend that a
|
|
39004
|
-
file or class name and description of purpose be included on the
|
|
39005
|
-
same "printed page" as the copyright notice for easier
|
|
39006
|
-
identification within third-party archives.
|
|
39007
|
-
|
|
39008
|
-
Copyright [yyyy] [name of copyright owner]
|
|
39009
|
-
|
|
39010
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
39011
|
-
you may not use this file except in compliance with the License.
|
|
39012
|
-
You may obtain a copy of the License at
|
|
39013
|
-
|
|
39014
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
39015
|
-
|
|
39016
|
-
Unless required by applicable law or agreed to in writing, software
|
|
39017
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
39018
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
39019
|
-
See the License for the specific language governing permissions and
|
|
39020
|
-
limitations under the License.
|
|
39021
|
-
|
|
39022
39470
|
================================================================================
|
|
39023
|
-
|
|
39471
|
+
seq-macro LICENSE-MIT
|
|
39024
39472
|
================================================================================
|
|
39025
39473
|
|
|
39026
|
-
|
|
39027
|
-
|
|
39028
|
-
|
|
39029
|
-
|
|
39030
|
-
|
|
39031
|
-
|
|
39032
|
-
the Software
|
|
39033
|
-
|
|
39034
|
-
|
|
39035
|
-
subject to the following conditions:
|
|
39474
|
+
Permission is hereby granted, free of charge, to any
|
|
39475
|
+
person obtaining a copy of this software and associated
|
|
39476
|
+
documentation files (the "Software"), to deal in the
|
|
39477
|
+
Software without restriction, including without
|
|
39478
|
+
limitation the rights to use, copy, modify, merge,
|
|
39479
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
39480
|
+
the Software, and to permit persons to whom the Software
|
|
39481
|
+
is furnished to do so, subject to the following
|
|
39482
|
+
conditions:
|
|
39036
39483
|
|
|
39037
|
-
The above copyright notice and this permission notice
|
|
39038
|
-
copies or substantial portions
|
|
39484
|
+
The above copyright notice and this permission notice
|
|
39485
|
+
shall be included in all copies or substantial portions
|
|
39486
|
+
of the Software.
|
|
39039
39487
|
|
|
39040
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
39041
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
|
39042
|
-
|
|
39043
|
-
|
|
39044
|
-
|
|
39045
|
-
|
|
39488
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
39489
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
39490
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
39491
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
39492
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
39493
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
39494
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
39495
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
39496
|
+
DEALINGS IN THE SOFTWARE.
|
|
39046
39497
|
|
|
39047
39498
|
================================================================================
|
|
39048
|
-
|
|
39499
|
+
serde LICENSE-APACHE
|
|
39049
39500
|
================================================================================
|
|
39050
39501
|
|
|
39051
39502
|
Apache License
|
|
@@ -39226,7 +39677,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
39226
39677
|
END OF TERMS AND CONDITIONS
|
|
39227
39678
|
|
|
39228
39679
|
================================================================================
|
|
39229
|
-
|
|
39680
|
+
serde LICENSE-MIT
|
|
39230
39681
|
================================================================================
|
|
39231
39682
|
|
|
39232
39683
|
Permission is hereby granted, free of charge, to any
|
|
@@ -39254,7 +39705,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
39254
39705
|
DEALINGS IN THE SOFTWARE.
|
|
39255
39706
|
|
|
39256
39707
|
================================================================================
|
|
39257
|
-
|
|
39708
|
+
serde_core LICENSE-APACHE
|
|
39258
39709
|
================================================================================
|
|
39259
39710
|
|
|
39260
39711
|
Apache License
|
|
@@ -39435,7 +39886,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
39435
39886
|
END OF TERMS AND CONDITIONS
|
|
39436
39887
|
|
|
39437
39888
|
================================================================================
|
|
39438
|
-
|
|
39889
|
+
serde_core LICENSE-MIT
|
|
39439
39890
|
================================================================================
|
|
39440
39891
|
|
|
39441
39892
|
Permission is hereby granted, free of charge, to any
|
|
@@ -41741,32 +42192,6 @@ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
|
41741
42192
|
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
41742
42193
|
option.
|
|
41743
42194
|
|
|
41744
|
-
================================================================================
|
|
41745
|
-
skiplist LICENSE
|
|
41746
|
-
================================================================================
|
|
41747
|
-
|
|
41748
|
-
The MIT License (MIT)
|
|
41749
|
-
|
|
41750
|
-
Copyright (c) 2015-2025 Joshua Ellis
|
|
41751
|
-
|
|
41752
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
41753
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
41754
|
-
in the Software without restriction, including without limitation the rights
|
|
41755
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
41756
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
41757
|
-
furnished to do so, subject to the following conditions:
|
|
41758
|
-
|
|
41759
|
-
The above copyright notice and this permission notice shall be included in all
|
|
41760
|
-
copies or substantial portions of the Software.
|
|
41761
|
-
|
|
41762
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
41763
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
41764
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
41765
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
41766
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41767
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
41768
|
-
SOFTWARE.
|
|
41769
|
-
|
|
41770
42195
|
================================================================================
|
|
41771
42196
|
slab LICENSE
|
|
41772
42197
|
================================================================================
|