polars-df 0.22.0-aarch64-linux → 0.23.0-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Cargo.lock +112 -89
- data/LICENSE-THIRD-PARTY.txt +1833 -1808
- data/README.md +8 -7
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +0 -0
- data/lib/polars/3.4/polars.so +0 -0
- data/lib/polars/data_frame.rb +11 -9
- data/lib/polars/data_types.rb +9 -1
- data/lib/polars/date_time_expr.rb +35 -14
- data/lib/polars/expr.rb +2 -2
- data/lib/polars/iceberg_dataset.rb +113 -0
- data/lib/polars/io/iceberg.rb +8 -1
- data/lib/polars/io/ipc.rb +28 -49
- data/lib/polars/io/scan_options.rb +9 -3
- data/lib/polars/io/utils.rb +17 -0
- data/lib/polars/lazy_frame.rb +5 -2
- data/lib/polars/scan_cast_options.rb +4 -1
- data/lib/polars/selectors.rb +8 -8
- data/lib/polars/series.rb +23 -1
- data/lib/polars/string_expr.rb +1 -1
- data/lib/polars/string_name_space.rb +1 -1
- data/lib/polars/utils/convert.rb +2 -2
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +2 -0
- metadata +4 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
|
@@ -286,6 +286,10 @@ foldhash v0.1.5
|
|
|
286
286
|
https://github.com/orlp/foldhash
|
|
287
287
|
Zlib
|
|
288
288
|
|
|
289
|
+
foldhash v0.2.0
|
|
290
|
+
https://github.com/orlp/foldhash
|
|
291
|
+
Zlib
|
|
292
|
+
|
|
289
293
|
form_urlencoded v1.2.1
|
|
290
294
|
https://github.com/servo/rust-url
|
|
291
295
|
MIT OR Apache-2.0
|
|
@@ -350,7 +354,7 @@ h2 v0.4.10
|
|
|
350
354
|
https://github.com/hyperium/h2
|
|
351
355
|
MIT
|
|
352
356
|
|
|
353
|
-
halfbrown v0.
|
|
357
|
+
halfbrown v0.4.0
|
|
354
358
|
https://github.com/Licenser/halfbrown
|
|
355
359
|
Apache-2.0/MIT
|
|
356
360
|
|
|
@@ -358,6 +362,10 @@ hashbrown v0.15.3
|
|
|
358
362
|
https://github.com/rust-lang/hashbrown
|
|
359
363
|
MIT OR Apache-2.0
|
|
360
364
|
|
|
365
|
+
hashbrown v0.16.0
|
|
366
|
+
https://github.com/rust-lang/hashbrown
|
|
367
|
+
MIT OR Apache-2.0
|
|
368
|
+
|
|
361
369
|
heck v0.5.0
|
|
362
370
|
https://github.com/withoutboats/heck
|
|
363
371
|
MIT OR Apache-2.0
|
|
@@ -442,7 +450,7 @@ idna_adapter v1.2.1
|
|
|
442
450
|
https://docs.rs/crate/idna_adapter/latest
|
|
443
451
|
Apache-2.0 OR MIT
|
|
444
452
|
|
|
445
|
-
indexmap v2.
|
|
453
|
+
indexmap v2.12.0
|
|
446
454
|
https://github.com/indexmap-rs/indexmap
|
|
447
455
|
Apache-2.0 OR MIT
|
|
448
456
|
|
|
@@ -542,7 +550,7 @@ lz4-sys v1.11.1+lz4-1.10.0
|
|
|
542
550
|
https://github.com/10xGenomics/lz4-rs
|
|
543
551
|
MIT
|
|
544
552
|
|
|
545
|
-
magnus v0.8.
|
|
553
|
+
magnus v0.8.2
|
|
546
554
|
https://github.com/matsadler/magnus
|
|
547
555
|
MIT
|
|
548
556
|
|
|
@@ -646,11 +654,11 @@ planus v1.1.1
|
|
|
646
654
|
https://github.com/planus-org/planus
|
|
647
655
|
MIT/Apache-2.0
|
|
648
656
|
|
|
649
|
-
polars v0.
|
|
657
|
+
polars v0.52.0
|
|
650
658
|
https://www.pola.rs/
|
|
651
659
|
MIT
|
|
652
660
|
|
|
653
|
-
polars-arrow v0.
|
|
661
|
+
polars-arrow v0.52.0
|
|
654
662
|
https://www.pola.rs/
|
|
655
663
|
MIT AND Apache-2.0
|
|
656
664
|
|
|
@@ -658,47 +666,47 @@ polars-arrow-format v0.2.0
|
|
|
658
666
|
https://github.com/DataEngineeringLabs/arrow-format
|
|
659
667
|
Apache-2.0
|
|
660
668
|
|
|
661
|
-
polars-compute v0.
|
|
669
|
+
polars-compute v0.52.0
|
|
662
670
|
https://www.pola.rs/
|
|
663
671
|
MIT
|
|
664
672
|
|
|
665
|
-
polars-core v0.
|
|
673
|
+
polars-core v0.52.0
|
|
666
674
|
https://www.pola.rs/
|
|
667
675
|
MIT
|
|
668
676
|
|
|
669
|
-
polars-dtype v0.
|
|
677
|
+
polars-dtype v0.52.0
|
|
670
678
|
https://www.pola.rs/
|
|
671
679
|
MIT
|
|
672
680
|
|
|
673
|
-
polars-error v0.
|
|
681
|
+
polars-error v0.52.0
|
|
674
682
|
https://www.pola.rs/
|
|
675
683
|
MIT
|
|
676
684
|
|
|
677
|
-
polars-expr v0.
|
|
685
|
+
polars-expr v0.52.0
|
|
678
686
|
https://www.pola.rs/
|
|
679
687
|
MIT
|
|
680
688
|
|
|
681
|
-
polars-io v0.
|
|
689
|
+
polars-io v0.52.0
|
|
682
690
|
https://www.pola.rs/
|
|
683
691
|
MIT
|
|
684
692
|
|
|
685
|
-
polars-json v0.
|
|
693
|
+
polars-json v0.52.0
|
|
686
694
|
https://www.pola.rs/
|
|
687
695
|
MIT
|
|
688
696
|
|
|
689
|
-
polars-lazy v0.
|
|
697
|
+
polars-lazy v0.52.0
|
|
690
698
|
https://www.pola.rs/
|
|
691
699
|
MIT
|
|
692
700
|
|
|
693
|
-
polars-mem-engine v0.
|
|
701
|
+
polars-mem-engine v0.52.0
|
|
694
702
|
https://www.pola.rs/
|
|
695
703
|
MIT
|
|
696
704
|
|
|
697
|
-
polars-ops v0.
|
|
705
|
+
polars-ops v0.52.0
|
|
698
706
|
https://www.pola.rs/
|
|
699
707
|
MIT
|
|
700
708
|
|
|
701
|
-
polars-parquet v0.
|
|
709
|
+
polars-parquet v0.52.0
|
|
702
710
|
https://www.pola.rs/
|
|
703
711
|
MIT AND Apache-2.0
|
|
704
712
|
|
|
@@ -706,31 +714,31 @@ polars-parquet-format v0.1.0
|
|
|
706
714
|
https://github.com/pola-rs/parquet-format
|
|
707
715
|
MIT AND Apache-2.0
|
|
708
716
|
|
|
709
|
-
polars-plan v0.
|
|
717
|
+
polars-plan v0.52.0
|
|
710
718
|
https://www.pola.rs/
|
|
711
719
|
MIT
|
|
712
720
|
|
|
713
|
-
polars-row v0.
|
|
721
|
+
polars-row v0.52.0
|
|
714
722
|
https://www.pola.rs/
|
|
715
723
|
MIT
|
|
716
724
|
|
|
717
|
-
polars-schema v0.
|
|
725
|
+
polars-schema v0.52.0
|
|
718
726
|
https://www.pola.rs/
|
|
719
727
|
MIT
|
|
720
728
|
|
|
721
|
-
polars-sql v0.
|
|
729
|
+
polars-sql v0.52.0
|
|
722
730
|
https://www.pola.rs/
|
|
723
731
|
MIT
|
|
724
732
|
|
|
725
|
-
polars-stream v0.
|
|
733
|
+
polars-stream v0.52.0
|
|
726
734
|
https://www.pola.rs/
|
|
727
735
|
MIT
|
|
728
736
|
|
|
729
|
-
polars-time v0.
|
|
737
|
+
polars-time v0.52.0
|
|
730
738
|
https://www.pola.rs/
|
|
731
739
|
MIT
|
|
732
740
|
|
|
733
|
-
polars-utils v0.
|
|
741
|
+
polars-utils v0.52.0
|
|
734
742
|
https://www.pola.rs/
|
|
735
743
|
MIT
|
|
736
744
|
|
|
@@ -818,14 +826,6 @@ recursive-proc-macro-impl v0.1.1
|
|
|
818
826
|
https://github.com/orlp/recursive
|
|
819
827
|
MIT
|
|
820
828
|
|
|
821
|
-
ref-cast v1.0.24
|
|
822
|
-
https://github.com/dtolnay/ref-cast
|
|
823
|
-
MIT OR Apache-2.0
|
|
824
|
-
|
|
825
|
-
ref-cast-impl v1.0.24
|
|
826
|
-
https://github.com/dtolnay/ref-cast
|
|
827
|
-
MIT OR Apache-2.0
|
|
828
|
-
|
|
829
829
|
regex v1.11.1
|
|
830
830
|
https://github.com/rust-lang/regex
|
|
831
831
|
MIT OR Apache-2.0
|
|
@@ -914,11 +914,15 @@ seq-macro v0.3.6
|
|
|
914
914
|
https://github.com/dtolnay/seq-macro
|
|
915
915
|
MIT OR Apache-2.0
|
|
916
916
|
|
|
917
|
-
serde v1.0.
|
|
917
|
+
serde v1.0.228
|
|
918
918
|
https://serde.rs
|
|
919
919
|
MIT OR Apache-2.0
|
|
920
920
|
|
|
921
|
-
|
|
921
|
+
serde_core v1.0.228
|
|
922
|
+
https://serde.rs
|
|
923
|
+
MIT OR Apache-2.0
|
|
924
|
+
|
|
925
|
+
serde_derive v1.0.228
|
|
922
926
|
https://serde.rs
|
|
923
927
|
MIT OR Apache-2.0
|
|
924
928
|
|
|
@@ -954,7 +958,7 @@ signal-hook-registry v1.4.5
|
|
|
954
958
|
https://github.com/vorner/signal-hook
|
|
955
959
|
Apache-2.0/MIT
|
|
956
960
|
|
|
957
|
-
simd-json v0.
|
|
961
|
+
simd-json v0.17.0
|
|
958
962
|
https://github.com/simd-lite/simd-json
|
|
959
963
|
Apache-2.0 OR MIT
|
|
960
964
|
|
|
@@ -966,10 +970,6 @@ siphasher v1.0.1
|
|
|
966
970
|
https://docs.rs/siphasher
|
|
967
971
|
MIT/Apache-2.0
|
|
968
972
|
|
|
969
|
-
skiplist v0.6.0
|
|
970
|
-
https://jpellis.me/projects/rust-skiplist/
|
|
971
|
-
MIT
|
|
972
|
-
|
|
973
973
|
slab v0.4.9
|
|
974
974
|
https://github.com/tokio-rs/slab
|
|
975
975
|
MIT
|
|
@@ -1150,7 +1150,7 @@ uuid v1.16.0
|
|
|
1150
1150
|
https://github.com/uuid-rs/uuid
|
|
1151
1151
|
Apache-2.0 OR MIT
|
|
1152
1152
|
|
|
1153
|
-
value-trait v0.
|
|
1153
|
+
value-trait v0.12.1
|
|
1154
1154
|
https://github.com/simd-lite/value-trait
|
|
1155
1155
|
Apache-2.0/MIT
|
|
1156
1156
|
|
|
@@ -5478,6 +5478,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5478
5478
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5479
5479
|
SOFTWARE.
|
|
5480
5480
|
|
|
5481
|
+
================================================================================
|
|
5482
|
+
brotli LICENSE.BSD-3-Clause
|
|
5483
|
+
================================================================================
|
|
5484
|
+
|
|
5485
|
+
Copyright (c) 2016 Dropbox, Inc.
|
|
5486
|
+
All rights reserved.
|
|
5487
|
+
|
|
5488
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5489
|
+
|
|
5490
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5491
|
+
|
|
5492
|
+
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.
|
|
5493
|
+
|
|
5494
|
+
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.
|
|
5495
|
+
|
|
5496
|
+
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.
|
|
5497
|
+
|
|
5481
5498
|
================================================================================
|
|
5482
5499
|
brotli LICENSE.MIT
|
|
5483
5500
|
================================================================================
|
|
@@ -5502,23 +5519,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5502
5519
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5503
5520
|
THE SOFTWARE.
|
|
5504
5521
|
|
|
5505
|
-
================================================================================
|
|
5506
|
-
brotli LICENSE.BSD-3-Clause
|
|
5507
|
-
================================================================================
|
|
5508
|
-
|
|
5509
|
-
Copyright (c) 2016 Dropbox, Inc.
|
|
5510
|
-
All rights reserved.
|
|
5511
|
-
|
|
5512
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
5513
|
-
|
|
5514
|
-
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
5515
|
-
|
|
5516
|
-
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.
|
|
5517
|
-
|
|
5518
|
-
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.
|
|
5519
|
-
|
|
5520
|
-
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.
|
|
5521
|
-
|
|
5522
5522
|
================================================================================
|
|
5523
5523
|
brotli-decompressor LICENSE
|
|
5524
5524
|
================================================================================
|
|
@@ -13919,7 +13919,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
13919
13919
|
DEALINGS IN THE SOFTWARE.
|
|
13920
13920
|
|
|
13921
13921
|
================================================================================
|
|
13922
|
-
foldhash LICENSE
|
|
13922
|
+
foldhash v0.1.5 LICENSE
|
|
13923
13923
|
================================================================================
|
|
13924
13924
|
|
|
13925
13925
|
Copyright (c) 2024 Orson Peters
|
|
@@ -13943,243 +13943,31 @@ the following restrictions:
|
|
|
13943
13943
|
3. This notice may not be removed or altered from any source distribution.
|
|
13944
13944
|
|
|
13945
13945
|
================================================================================
|
|
13946
|
-
|
|
13946
|
+
foldhash v0.2.0 LICENSE
|
|
13947
13947
|
================================================================================
|
|
13948
13948
|
|
|
13949
|
-
|
|
13950
|
-
Version 2.0, January 2004
|
|
13951
|
-
http://www.apache.org/licenses/
|
|
13952
|
-
|
|
13953
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13954
|
-
|
|
13955
|
-
1. Definitions.
|
|
13956
|
-
|
|
13957
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
13958
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
13959
|
-
|
|
13960
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13961
|
-
the copyright owner that is granting the License.
|
|
13962
|
-
|
|
13963
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
13964
|
-
other entities that control, are controlled by, or are under common
|
|
13965
|
-
control with that entity. For the purposes of this definition,
|
|
13966
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
13967
|
-
direction or management of such entity, whether by contract or
|
|
13968
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
13969
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
13970
|
-
|
|
13971
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
13972
|
-
exercising permissions granted by this License.
|
|
13973
|
-
|
|
13974
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
13975
|
-
including but not limited to software source code, documentation
|
|
13976
|
-
source, and configuration files.
|
|
13977
|
-
|
|
13978
|
-
"Object" form shall mean any form resulting from mechanical
|
|
13979
|
-
transformation or translation of a Source form, including but
|
|
13980
|
-
not limited to compiled object code, generated documentation,
|
|
13981
|
-
and conversions to other media types.
|
|
13982
|
-
|
|
13983
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
13984
|
-
Object form, made available under the License, as indicated by a
|
|
13985
|
-
copyright notice that is included in or attached to the work
|
|
13986
|
-
(an example is provided in the Appendix below).
|
|
13987
|
-
|
|
13988
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
13989
|
-
form, that is based on (or derived from) the Work and for which the
|
|
13990
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
13991
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
13992
|
-
of this License, Derivative Works shall not include works that remain
|
|
13993
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
13994
|
-
the Work and Derivative Works thereof.
|
|
13995
|
-
|
|
13996
|
-
"Contribution" shall mean any work of authorship, including
|
|
13997
|
-
the original version of the Work and any modifications or additions
|
|
13998
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
13999
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
14000
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
14001
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
14002
|
-
means any form of electronic, verbal, or written communication sent
|
|
14003
|
-
to the Licensor or its representatives, including but not limited to
|
|
14004
|
-
communication on electronic mailing lists, source code control systems,
|
|
14005
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
14006
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
14007
|
-
excluding communication that is conspicuously marked or otherwise
|
|
14008
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
14009
|
-
|
|
14010
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
14011
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
14012
|
-
subsequently incorporated within the Work.
|
|
14013
|
-
|
|
14014
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
14015
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
14016
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
14017
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
14018
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
14019
|
-
Work and such Derivative Works in Source or Object form.
|
|
14020
|
-
|
|
14021
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
14022
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
14023
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
14024
|
-
(except as stated in this section) patent license to make, have made,
|
|
14025
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
14026
|
-
where such license applies only to those patent claims licensable
|
|
14027
|
-
by such Contributor that are necessarily infringed by their
|
|
14028
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
14029
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
14030
|
-
institute patent litigation against any entity (including a
|
|
14031
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
14032
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
14033
|
-
or contributory patent infringement, then any patent licenses
|
|
14034
|
-
granted to You under this License for that Work shall terminate
|
|
14035
|
-
as of the date such litigation is filed.
|
|
14036
|
-
|
|
14037
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
14038
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
14039
|
-
modifications, and in Source or Object form, provided that You
|
|
14040
|
-
meet the following conditions:
|
|
14041
|
-
|
|
14042
|
-
(a) You must give any other recipients of the Work or
|
|
14043
|
-
Derivative Works a copy of this License; and
|
|
14044
|
-
|
|
14045
|
-
(b) You must cause any modified files to carry prominent notices
|
|
14046
|
-
stating that You changed the files; and
|
|
14047
|
-
|
|
14048
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
14049
|
-
that You distribute, all copyright, patent, trademark, and
|
|
14050
|
-
attribution notices from the Source form of the Work,
|
|
14051
|
-
excluding those notices that do not pertain to any part of
|
|
14052
|
-
the Derivative Works; and
|
|
14053
|
-
|
|
14054
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
14055
|
-
distribution, then any Derivative Works that You distribute must
|
|
14056
|
-
include a readable copy of the attribution notices contained
|
|
14057
|
-
within such NOTICE file, excluding those notices that do not
|
|
14058
|
-
pertain to any part of the Derivative Works, in at least one
|
|
14059
|
-
of the following places: within a NOTICE text file distributed
|
|
14060
|
-
as part of the Derivative Works; within the Source form or
|
|
14061
|
-
documentation, if provided along with the Derivative Works; or,
|
|
14062
|
-
within a display generated by the Derivative Works, if and
|
|
14063
|
-
wherever such third-party notices normally appear. The contents
|
|
14064
|
-
of the NOTICE file are for informational purposes only and
|
|
14065
|
-
do not modify the License. You may add Your own attribution
|
|
14066
|
-
notices within Derivative Works that You distribute, alongside
|
|
14067
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
14068
|
-
that such additional attribution notices cannot be construed
|
|
14069
|
-
as modifying the License.
|
|
14070
|
-
|
|
14071
|
-
You may add Your own copyright statement to Your modifications and
|
|
14072
|
-
may provide additional or different license terms and conditions
|
|
14073
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
14074
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
14075
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
14076
|
-
the conditions stated in this License.
|
|
14077
|
-
|
|
14078
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
14079
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
14080
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
14081
|
-
this License, without any additional terms or conditions.
|
|
14082
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
14083
|
-
the terms of any separate license agreement you may have executed
|
|
14084
|
-
with Licensor regarding such Contributions.
|
|
14085
|
-
|
|
14086
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
14087
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
14088
|
-
except as required for reasonable and customary use in describing the
|
|
14089
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
14090
|
-
|
|
14091
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
14092
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
14093
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
14094
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
14095
|
-
implied, including, without limitation, any warranties or conditions
|
|
14096
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
14097
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
14098
|
-
appropriateness of using or redistributing the Work and assume any
|
|
14099
|
-
risks associated with Your exercise of permissions under this License.
|
|
14100
|
-
|
|
14101
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
14102
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
14103
|
-
unless required by applicable law (such as deliberate and grossly
|
|
14104
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
14105
|
-
liable to You for damages, including any direct, indirect, special,
|
|
14106
|
-
incidental, or consequential damages of any character arising as a
|
|
14107
|
-
result of this License or out of the use or inability to use the
|
|
14108
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
14109
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
14110
|
-
other commercial damages or losses), even if such Contributor
|
|
14111
|
-
has been advised of the possibility of such damages.
|
|
14112
|
-
|
|
14113
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
14114
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
14115
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
14116
|
-
or other liability obligations and/or rights consistent with this
|
|
14117
|
-
License. However, in accepting such obligations, You may act only
|
|
14118
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
14119
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
14120
|
-
defend, and hold each Contributor harmless for any liability
|
|
14121
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
14122
|
-
of your accepting any such warranty or additional liability.
|
|
14123
|
-
|
|
14124
|
-
END OF TERMS AND CONDITIONS
|
|
14125
|
-
|
|
14126
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
14127
|
-
|
|
14128
|
-
To apply the Apache License to your work, attach the following
|
|
14129
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
14130
|
-
replaced with your own identifying information. (Don't include
|
|
14131
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
14132
|
-
comment syntax for the file format. We also recommend that a
|
|
14133
|
-
file or class name and description of purpose be included on the
|
|
14134
|
-
same "printed page" as the copyright notice for easier
|
|
14135
|
-
identification within third-party archives.
|
|
14136
|
-
|
|
14137
|
-
Copyright [yyyy] [name of copyright owner]
|
|
14138
|
-
|
|
14139
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14140
|
-
you may not use this file except in compliance with the License.
|
|
14141
|
-
You may obtain a copy of the License at
|
|
14142
|
-
|
|
14143
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
14144
|
-
|
|
14145
|
-
Unless required by applicable law or agreed to in writing, software
|
|
14146
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14147
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14148
|
-
See the License for the specific language governing permissions and
|
|
14149
|
-
limitations under the License.
|
|
13949
|
+
Copyright (c) 2024 Orson Peters
|
|
14150
13950
|
|
|
14151
|
-
|
|
14152
|
-
|
|
14153
|
-
|
|
13951
|
+
This software is provided 'as-is', without any express or implied warranty. In
|
|
13952
|
+
no event will the authors be held liable for any damages arising from the use of
|
|
13953
|
+
this software.
|
|
14154
13954
|
|
|
14155
|
-
|
|
13955
|
+
Permission is granted to anyone to use this software for any purpose, including
|
|
13956
|
+
commercial applications, and to alter it and redistribute it freely, subject to
|
|
13957
|
+
the following restrictions:
|
|
14156
13958
|
|
|
14157
|
-
|
|
14158
|
-
|
|
14159
|
-
|
|
14160
|
-
|
|
14161
|
-
limitation the rights to use, copy, modify, merge,
|
|
14162
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
14163
|
-
the Software, and to permit persons to whom the Software
|
|
14164
|
-
is furnished to do so, subject to the following
|
|
14165
|
-
conditions:
|
|
13959
|
+
1. The origin of this software must not be misrepresented; you must not claim
|
|
13960
|
+
that you wrote the original software. If you use this software in a product,
|
|
13961
|
+
an acknowledgment in the product documentation would be appreciated but is
|
|
13962
|
+
not required.
|
|
14166
13963
|
|
|
14167
|
-
|
|
14168
|
-
|
|
14169
|
-
of the Software.
|
|
13964
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
13965
|
+
misrepresented as being the original software.
|
|
14170
13966
|
|
|
14171
|
-
|
|
14172
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
14173
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
14174
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
14175
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
14176
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
14177
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14178
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14179
|
-
DEALINGS IN THE SOFTWARE.
|
|
13967
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
14180
13968
|
|
|
14181
13969
|
================================================================================
|
|
14182
|
-
|
|
13970
|
+
form_urlencoded LICENSE-APACHE
|
|
14183
13971
|
================================================================================
|
|
14184
13972
|
|
|
14185
13973
|
Apache License
|
|
@@ -14385,10 +14173,10 @@ See the License for the specific language governing permissions and
|
|
|
14385
14173
|
limitations under the License.
|
|
14386
14174
|
|
|
14387
14175
|
================================================================================
|
|
14388
|
-
|
|
14176
|
+
form_urlencoded LICENSE-MIT
|
|
14389
14177
|
================================================================================
|
|
14390
14178
|
|
|
14391
|
-
Copyright (c)
|
|
14179
|
+
Copyright (c) 2013-2016 The rust-url developers
|
|
14392
14180
|
|
|
14393
14181
|
Permission is hereby granted, free of charge, to any
|
|
14394
14182
|
person obtaining a copy of this software and associated
|
|
@@ -14415,7 +14203,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
14415
14203
|
DEALINGS IN THE SOFTWARE.
|
|
14416
14204
|
|
|
14417
14205
|
================================================================================
|
|
14418
|
-
|
|
14206
|
+
fs4 LICENSE-APACHE
|
|
14419
14207
|
================================================================================
|
|
14420
14208
|
|
|
14421
14209
|
Apache License
|
|
@@ -14606,8 +14394,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
14606
14394
|
same "printed page" as the copyright notice for easier
|
|
14607
14395
|
identification within third-party archives.
|
|
14608
14396
|
|
|
14609
|
-
Copyright
|
|
14610
|
-
Copyright (c) 2017 The Tokio Authors
|
|
14397
|
+
Copyright [yyyy] [name of copyright owner]
|
|
14611
14398
|
|
|
14612
14399
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
14613
14400
|
you may not use this file except in compliance with the License.
|
|
@@ -14622,11 +14409,10 @@ See the License for the specific language governing permissions and
|
|
|
14622
14409
|
limitations under the License.
|
|
14623
14410
|
|
|
14624
14411
|
================================================================================
|
|
14625
|
-
|
|
14412
|
+
fs4 LICENSE-MIT
|
|
14626
14413
|
================================================================================
|
|
14627
14414
|
|
|
14628
|
-
Copyright (c)
|
|
14629
|
-
Copyright (c) 2017 The Tokio Authors
|
|
14415
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
14630
14416
|
|
|
14631
14417
|
Permission is hereby granted, free of charge, to any
|
|
14632
14418
|
person obtaining a copy of this software and associated
|
|
@@ -14653,7 +14439,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
14653
14439
|
DEALINGS IN THE SOFTWARE.
|
|
14654
14440
|
|
|
14655
14441
|
================================================================================
|
|
14656
|
-
futures
|
|
14442
|
+
futures LICENSE-APACHE
|
|
14657
14443
|
================================================================================
|
|
14658
14444
|
|
|
14659
14445
|
Apache License
|
|
@@ -14860,7 +14646,7 @@ See the License for the specific language governing permissions and
|
|
|
14860
14646
|
limitations under the License.
|
|
14861
14647
|
|
|
14862
14648
|
================================================================================
|
|
14863
|
-
futures
|
|
14649
|
+
futures LICENSE-MIT
|
|
14864
14650
|
================================================================================
|
|
14865
14651
|
|
|
14866
14652
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -14891,7 +14677,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
14891
14677
|
DEALINGS IN THE SOFTWARE.
|
|
14892
14678
|
|
|
14893
14679
|
================================================================================
|
|
14894
|
-
futures-
|
|
14680
|
+
futures-channel LICENSE-APACHE
|
|
14895
14681
|
================================================================================
|
|
14896
14682
|
|
|
14897
14683
|
Apache License
|
|
@@ -15098,7 +14884,7 @@ See the License for the specific language governing permissions and
|
|
|
15098
14884
|
limitations under the License.
|
|
15099
14885
|
|
|
15100
14886
|
================================================================================
|
|
15101
|
-
futures-
|
|
14887
|
+
futures-channel LICENSE-MIT
|
|
15102
14888
|
================================================================================
|
|
15103
14889
|
|
|
15104
14890
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -15129,7 +14915,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
15129
14915
|
DEALINGS IN THE SOFTWARE.
|
|
15130
14916
|
|
|
15131
14917
|
================================================================================
|
|
15132
|
-
futures-
|
|
14918
|
+
futures-core LICENSE-APACHE
|
|
15133
14919
|
================================================================================
|
|
15134
14920
|
|
|
15135
14921
|
Apache License
|
|
@@ -15336,7 +15122,7 @@ See the License for the specific language governing permissions and
|
|
|
15336
15122
|
limitations under the License.
|
|
15337
15123
|
|
|
15338
15124
|
================================================================================
|
|
15339
|
-
futures-
|
|
15125
|
+
futures-core LICENSE-MIT
|
|
15340
15126
|
================================================================================
|
|
15341
15127
|
|
|
15342
15128
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -15367,7 +15153,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
15367
15153
|
DEALINGS IN THE SOFTWARE.
|
|
15368
15154
|
|
|
15369
15155
|
================================================================================
|
|
15370
|
-
futures-
|
|
15156
|
+
futures-executor LICENSE-APACHE
|
|
15371
15157
|
================================================================================
|
|
15372
15158
|
|
|
15373
15159
|
Apache License
|
|
@@ -15574,7 +15360,7 @@ See the License for the specific language governing permissions and
|
|
|
15574
15360
|
limitations under the License.
|
|
15575
15361
|
|
|
15576
15362
|
================================================================================
|
|
15577
|
-
futures-
|
|
15363
|
+
futures-executor LICENSE-MIT
|
|
15578
15364
|
================================================================================
|
|
15579
15365
|
|
|
15580
15366
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -15605,7 +15391,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
15605
15391
|
DEALINGS IN THE SOFTWARE.
|
|
15606
15392
|
|
|
15607
15393
|
================================================================================
|
|
15608
|
-
futures-
|
|
15394
|
+
futures-io LICENSE-APACHE
|
|
15609
15395
|
================================================================================
|
|
15610
15396
|
|
|
15611
15397
|
Apache License
|
|
@@ -15812,7 +15598,7 @@ See the License for the specific language governing permissions and
|
|
|
15812
15598
|
limitations under the License.
|
|
15813
15599
|
|
|
15814
15600
|
================================================================================
|
|
15815
|
-
futures-
|
|
15601
|
+
futures-io LICENSE-MIT
|
|
15816
15602
|
================================================================================
|
|
15817
15603
|
|
|
15818
15604
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -15843,7 +15629,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
15843
15629
|
DEALINGS IN THE SOFTWARE.
|
|
15844
15630
|
|
|
15845
15631
|
================================================================================
|
|
15846
|
-
futures-
|
|
15632
|
+
futures-macro LICENSE-APACHE
|
|
15847
15633
|
================================================================================
|
|
15848
15634
|
|
|
15849
15635
|
Apache License
|
|
@@ -16050,7 +15836,7 @@ See the License for the specific language governing permissions and
|
|
|
16050
15836
|
limitations under the License.
|
|
16051
15837
|
|
|
16052
15838
|
================================================================================
|
|
16053
|
-
futures-
|
|
15839
|
+
futures-macro LICENSE-MIT
|
|
16054
15840
|
================================================================================
|
|
16055
15841
|
|
|
16056
15842
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -16081,7 +15867,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
16081
15867
|
DEALINGS IN THE SOFTWARE.
|
|
16082
15868
|
|
|
16083
15869
|
================================================================================
|
|
16084
|
-
futures-
|
|
15870
|
+
futures-sink LICENSE-APACHE
|
|
16085
15871
|
================================================================================
|
|
16086
15872
|
|
|
16087
15873
|
Apache License
|
|
@@ -16288,7 +16074,7 @@ See the License for the specific language governing permissions and
|
|
|
16288
16074
|
limitations under the License.
|
|
16289
16075
|
|
|
16290
16076
|
================================================================================
|
|
16291
|
-
futures-
|
|
16077
|
+
futures-sink LICENSE-MIT
|
|
16292
16078
|
================================================================================
|
|
16293
16079
|
|
|
16294
16080
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -16319,7 +16105,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
16319
16105
|
DEALINGS IN THE SOFTWARE.
|
|
16320
16106
|
|
|
16321
16107
|
================================================================================
|
|
16322
|
-
futures-
|
|
16108
|
+
futures-task LICENSE-APACHE
|
|
16323
16109
|
================================================================================
|
|
16324
16110
|
|
|
16325
16111
|
Apache License
|
|
@@ -16526,7 +16312,7 @@ See the License for the specific language governing permissions and
|
|
|
16526
16312
|
limitations under the License.
|
|
16527
16313
|
|
|
16528
16314
|
================================================================================
|
|
16529
|
-
futures-
|
|
16315
|
+
futures-task LICENSE-MIT
|
|
16530
16316
|
================================================================================
|
|
16531
16317
|
|
|
16532
16318
|
Copyright (c) 2016 Alex Crichton
|
|
@@ -16557,38 +16343,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
16557
16343
|
DEALINGS IN THE SOFTWARE.
|
|
16558
16344
|
|
|
16559
16345
|
================================================================================
|
|
16560
|
-
|
|
16561
|
-
================================================================================
|
|
16562
|
-
|
|
16563
|
-
The MIT License (MIT)
|
|
16564
|
-
|
|
16565
|
-
Copyright (c) 2015 Bartłomiej Kamiński
|
|
16566
|
-
|
|
16567
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
16568
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
16569
|
-
in the Software without restriction, including without limitation the rights
|
|
16570
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
16571
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
16572
|
-
furnished to do so, subject to the following conditions:
|
|
16573
|
-
|
|
16574
|
-
The above copyright notice and this permission notice shall be included in all
|
|
16575
|
-
copies or substantial portions of the Software.
|
|
16576
|
-
|
|
16577
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16578
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16579
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16580
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16581
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
16582
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16583
|
-
SOFTWARE.
|
|
16584
|
-
|
|
16585
|
-
================================================================================
|
|
16586
|
-
getrandom v0.2.16 LICENSE-APACHE
|
|
16346
|
+
futures-util LICENSE-APACHE
|
|
16587
16347
|
================================================================================
|
|
16588
16348
|
|
|
16589
16349
|
Apache License
|
|
16590
16350
|
Version 2.0, January 2004
|
|
16591
|
-
|
|
16351
|
+
http://www.apache.org/licenses/
|
|
16592
16352
|
|
|
16593
16353
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16594
16354
|
|
|
@@ -16774,13 +16534,14 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
16774
16534
|
same "printed page" as the copyright notice for easier
|
|
16775
16535
|
identification within third-party archives.
|
|
16776
16536
|
|
|
16777
|
-
Copyright
|
|
16537
|
+
Copyright (c) 2016 Alex Crichton
|
|
16538
|
+
Copyright (c) 2017 The Tokio Authors
|
|
16778
16539
|
|
|
16779
16540
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
16780
16541
|
you may not use this file except in compliance with the License.
|
|
16781
16542
|
You may obtain a copy of the License at
|
|
16782
16543
|
|
|
16783
|
-
|
|
16544
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
16784
16545
|
|
|
16785
16546
|
Unless required by applicable law or agreed to in writing, software
|
|
16786
16547
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -16789,11 +16550,11 @@ See the License for the specific language governing permissions and
|
|
|
16789
16550
|
limitations under the License.
|
|
16790
16551
|
|
|
16791
16552
|
================================================================================
|
|
16792
|
-
|
|
16553
|
+
futures-util LICENSE-MIT
|
|
16793
16554
|
================================================================================
|
|
16794
16555
|
|
|
16795
|
-
Copyright (c)
|
|
16796
|
-
Copyright (c)
|
|
16556
|
+
Copyright (c) 2016 Alex Crichton
|
|
16557
|
+
Copyright (c) 2017 The Tokio Authors
|
|
16797
16558
|
|
|
16798
16559
|
Permission is hereby granted, free of charge, to any
|
|
16799
16560
|
person obtaining a copy of this software and associated
|
|
@@ -16820,249 +16581,38 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
16820
16581
|
DEALINGS IN THE SOFTWARE.
|
|
16821
16582
|
|
|
16822
16583
|
================================================================================
|
|
16823
|
-
|
|
16824
|
-
================================================================================
|
|
16825
|
-
|
|
16826
|
-
Apache License
|
|
16827
|
-
Version 2.0, January 2004
|
|
16828
|
-
https://www.apache.org/licenses/
|
|
16829
|
-
|
|
16830
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16831
|
-
|
|
16832
|
-
1. Definitions.
|
|
16833
|
-
|
|
16834
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
16835
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
16836
|
-
|
|
16837
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
16838
|
-
the copyright owner that is granting the License.
|
|
16839
|
-
|
|
16840
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
16841
|
-
other entities that control, are controlled by, or are under common
|
|
16842
|
-
control with that entity. For the purposes of this definition,
|
|
16843
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
16844
|
-
direction or management of such entity, whether by contract or
|
|
16845
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
16846
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
16847
|
-
|
|
16848
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
16849
|
-
exercising permissions granted by this License.
|
|
16850
|
-
|
|
16851
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
16852
|
-
including but not limited to software source code, documentation
|
|
16853
|
-
source, and configuration files.
|
|
16854
|
-
|
|
16855
|
-
"Object" form shall mean any form resulting from mechanical
|
|
16856
|
-
transformation or translation of a Source form, including but
|
|
16857
|
-
not limited to compiled object code, generated documentation,
|
|
16858
|
-
and conversions to other media types.
|
|
16859
|
-
|
|
16860
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
16861
|
-
Object form, made available under the License, as indicated by a
|
|
16862
|
-
copyright notice that is included in or attached to the work
|
|
16863
|
-
(an example is provided in the Appendix below).
|
|
16864
|
-
|
|
16865
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
16866
|
-
form, that is based on (or derived from) the Work and for which the
|
|
16867
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
16868
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
16869
|
-
of this License, Derivative Works shall not include works that remain
|
|
16870
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
16871
|
-
the Work and Derivative Works thereof.
|
|
16872
|
-
|
|
16873
|
-
"Contribution" shall mean any work of authorship, including
|
|
16874
|
-
the original version of the Work and any modifications or additions
|
|
16875
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
16876
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
16877
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
16878
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
16879
|
-
means any form of electronic, verbal, or written communication sent
|
|
16880
|
-
to the Licensor or its representatives, including but not limited to
|
|
16881
|
-
communication on electronic mailing lists, source code control systems,
|
|
16882
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
16883
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
16884
|
-
excluding communication that is conspicuously marked or otherwise
|
|
16885
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
16886
|
-
|
|
16887
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
16888
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
16889
|
-
subsequently incorporated within the Work.
|
|
16890
|
-
|
|
16891
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
16892
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
16893
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
16894
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
16895
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
16896
|
-
Work and such Derivative Works in Source or Object form.
|
|
16897
|
-
|
|
16898
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
16899
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
16900
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
16901
|
-
(except as stated in this section) patent license to make, have made,
|
|
16902
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
16903
|
-
where such license applies only to those patent claims licensable
|
|
16904
|
-
by such Contributor that are necessarily infringed by their
|
|
16905
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
16906
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
16907
|
-
institute patent litigation against any entity (including a
|
|
16908
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
16909
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
16910
|
-
or contributory patent infringement, then any patent licenses
|
|
16911
|
-
granted to You under this License for that Work shall terminate
|
|
16912
|
-
as of the date such litigation is filed.
|
|
16913
|
-
|
|
16914
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
16915
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
16916
|
-
modifications, and in Source or Object form, provided that You
|
|
16917
|
-
meet the following conditions:
|
|
16918
|
-
|
|
16919
|
-
(a) You must give any other recipients of the Work or
|
|
16920
|
-
Derivative Works a copy of this License; and
|
|
16921
|
-
|
|
16922
|
-
(b) You must cause any modified files to carry prominent notices
|
|
16923
|
-
stating that You changed the files; and
|
|
16924
|
-
|
|
16925
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
16926
|
-
that You distribute, all copyright, patent, trademark, and
|
|
16927
|
-
attribution notices from the Source form of the Work,
|
|
16928
|
-
excluding those notices that do not pertain to any part of
|
|
16929
|
-
the Derivative Works; and
|
|
16930
|
-
|
|
16931
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
16932
|
-
distribution, then any Derivative Works that You distribute must
|
|
16933
|
-
include a readable copy of the attribution notices contained
|
|
16934
|
-
within such NOTICE file, excluding those notices that do not
|
|
16935
|
-
pertain to any part of the Derivative Works, in at least one
|
|
16936
|
-
of the following places: within a NOTICE text file distributed
|
|
16937
|
-
as part of the Derivative Works; within the Source form or
|
|
16938
|
-
documentation, if provided along with the Derivative Works; or,
|
|
16939
|
-
within a display generated by the Derivative Works, if and
|
|
16940
|
-
wherever such third-party notices normally appear. The contents
|
|
16941
|
-
of the NOTICE file are for informational purposes only and
|
|
16942
|
-
do not modify the License. You may add Your own attribution
|
|
16943
|
-
notices within Derivative Works that You distribute, alongside
|
|
16944
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
16945
|
-
that such additional attribution notices cannot be construed
|
|
16946
|
-
as modifying the License.
|
|
16947
|
-
|
|
16948
|
-
You may add Your own copyright statement to Your modifications and
|
|
16949
|
-
may provide additional or different license terms and conditions
|
|
16950
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
16951
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
16952
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
16953
|
-
the conditions stated in this License.
|
|
16954
|
-
|
|
16955
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
16956
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
16957
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
16958
|
-
this License, without any additional terms or conditions.
|
|
16959
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
16960
|
-
the terms of any separate license agreement you may have executed
|
|
16961
|
-
with Licensor regarding such Contributions.
|
|
16962
|
-
|
|
16963
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
16964
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
16965
|
-
except as required for reasonable and customary use in describing the
|
|
16966
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
16967
|
-
|
|
16968
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
16969
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
16970
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
16971
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
16972
|
-
implied, including, without limitation, any warranties or conditions
|
|
16973
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
16974
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
16975
|
-
appropriateness of using or redistributing the Work and assume any
|
|
16976
|
-
risks associated with Your exercise of permissions under this License.
|
|
16977
|
-
|
|
16978
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
16979
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
16980
|
-
unless required by applicable law (such as deliberate and grossly
|
|
16981
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
16982
|
-
liable to You for damages, including any direct, indirect, special,
|
|
16983
|
-
incidental, or consequential damages of any character arising as a
|
|
16984
|
-
result of this License or out of the use or inability to use the
|
|
16985
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
16986
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
16987
|
-
other commercial damages or losses), even if such Contributor
|
|
16988
|
-
has been advised of the possibility of such damages.
|
|
16989
|
-
|
|
16990
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
16991
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
16992
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
16993
|
-
or other liability obligations and/or rights consistent with this
|
|
16994
|
-
License. However, in accepting such obligations, You may act only
|
|
16995
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
16996
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
16997
|
-
defend, and hold each Contributor harmless for any liability
|
|
16998
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
16999
|
-
of your accepting any such warranty or additional liability.
|
|
17000
|
-
|
|
17001
|
-
END OF TERMS AND CONDITIONS
|
|
17002
|
-
|
|
17003
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
17004
|
-
|
|
17005
|
-
To apply the Apache License to your work, attach the following
|
|
17006
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
17007
|
-
replaced with your own identifying information. (Don't include
|
|
17008
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
17009
|
-
comment syntax for the file format. We also recommend that a
|
|
17010
|
-
file or class name and description of purpose be included on the
|
|
17011
|
-
same "printed page" as the copyright notice for easier
|
|
17012
|
-
identification within third-party archives.
|
|
17013
|
-
|
|
17014
|
-
Copyright [yyyy] [name of copyright owner]
|
|
17015
|
-
|
|
17016
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17017
|
-
you may not use this file except in compliance with the License.
|
|
17018
|
-
You may obtain a copy of the License at
|
|
17019
|
-
|
|
17020
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
|
17021
|
-
|
|
17022
|
-
Unless required by applicable law or agreed to in writing, software
|
|
17023
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
17024
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17025
|
-
See the License for the specific language governing permissions and
|
|
17026
|
-
limitations under the License.
|
|
17027
|
-
|
|
17028
|
-
================================================================================
|
|
17029
|
-
getrandom v0.3.3 LICENSE-MIT
|
|
16584
|
+
generic-array LICENSE
|
|
17030
16585
|
================================================================================
|
|
17031
16586
|
|
|
17032
|
-
|
|
17033
|
-
|
|
17034
|
-
|
|
17035
|
-
|
|
17036
|
-
|
|
17037
|
-
documentation files (the "Software"), to deal
|
|
17038
|
-
Software without restriction, including without
|
|
17039
|
-
|
|
17040
|
-
|
|
17041
|
-
|
|
17042
|
-
|
|
17043
|
-
|
|
17044
|
-
|
|
17045
|
-
|
|
17046
|
-
|
|
17047
|
-
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
|
|
17052
|
-
|
|
17053
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
17054
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
17055
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
17056
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
17057
|
-
DEALINGS IN THE SOFTWARE.
|
|
16587
|
+
The MIT License (MIT)
|
|
16588
|
+
|
|
16589
|
+
Copyright (c) 2015 Bartłomiej Kamiński
|
|
16590
|
+
|
|
16591
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
16592
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
16593
|
+
in the Software without restriction, including without limitation the rights
|
|
16594
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
16595
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16596
|
+
furnished to do so, subject to the following conditions:
|
|
16597
|
+
|
|
16598
|
+
The above copyright notice and this permission notice shall be included in all
|
|
16599
|
+
copies or substantial portions of the Software.
|
|
16600
|
+
|
|
16601
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16602
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16603
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16604
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
16605
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
16606
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16607
|
+
SOFTWARE.
|
|
17058
16608
|
|
|
17059
16609
|
================================================================================
|
|
17060
|
-
|
|
16610
|
+
getrandom v0.2.16 LICENSE-APACHE
|
|
17061
16611
|
================================================================================
|
|
17062
16612
|
|
|
17063
16613
|
Apache License
|
|
17064
16614
|
Version 2.0, January 2004
|
|
17065
|
-
|
|
16615
|
+
https://www.apache.org/licenses/
|
|
17066
16616
|
|
|
17067
16617
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
17068
16618
|
|
|
@@ -17254,7 +16804,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
17254
16804
|
you may not use this file except in compliance with the License.
|
|
17255
16805
|
You may obtain a copy of the License at
|
|
17256
16806
|
|
|
17257
|
-
|
|
16807
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
17258
16808
|
|
|
17259
16809
|
Unless required by applicable law or agreed to in writing, software
|
|
17260
16810
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -17263,9 +16813,10 @@ See the License for the specific language governing permissions and
|
|
|
17263
16813
|
limitations under the License.
|
|
17264
16814
|
|
|
17265
16815
|
================================================================================
|
|
17266
|
-
|
|
16816
|
+
getrandom v0.2.16 LICENSE-MIT
|
|
17267
16817
|
================================================================================
|
|
17268
16818
|
|
|
16819
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
|
17269
16820
|
Copyright (c) 2014 The Rust Project Developers
|
|
17270
16821
|
|
|
17271
16822
|
Permission is hereby granted, free of charge, to any
|
|
@@ -17293,275 +16844,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
17293
16844
|
DEALINGS IN THE SOFTWARE.
|
|
17294
16845
|
|
|
17295
16846
|
================================================================================
|
|
17296
|
-
|
|
17297
|
-
================================================================================
|
|
17298
|
-
|
|
17299
|
-
Copyright (c) 2017 h2 authors
|
|
17300
|
-
|
|
17301
|
-
Permission is hereby granted, free of charge, to any
|
|
17302
|
-
person obtaining a copy of this software and associated
|
|
17303
|
-
documentation files (the "Software"), to deal in the
|
|
17304
|
-
Software without restriction, including without
|
|
17305
|
-
limitation the rights to use, copy, modify, merge,
|
|
17306
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
17307
|
-
the Software, and to permit persons to whom the Software
|
|
17308
|
-
is furnished to do so, subject to the following
|
|
17309
|
-
conditions:
|
|
17310
|
-
|
|
17311
|
-
The above copyright notice and this permission notice
|
|
17312
|
-
shall be included in all copies or substantial portions
|
|
17313
|
-
of the Software.
|
|
17314
|
-
|
|
17315
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
17316
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
17317
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
17318
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
17319
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
17320
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
17321
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
17322
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
17323
|
-
DEALINGS IN THE SOFTWARE.
|
|
17324
|
-
|
|
17325
|
-
================================================================================
|
|
17326
|
-
halfbrown LICENSE-APACHE
|
|
17327
|
-
================================================================================
|
|
17328
|
-
|
|
17329
|
-
|
|
17330
|
-
Apache License
|
|
17331
|
-
Version 2.0, January 2004
|
|
17332
|
-
http://www.apache.org/licenses/
|
|
17333
|
-
|
|
17334
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
17335
|
-
|
|
17336
|
-
1. Definitions.
|
|
17337
|
-
|
|
17338
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
17339
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
17340
|
-
|
|
17341
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
17342
|
-
the copyright owner that is granting the License.
|
|
17343
|
-
|
|
17344
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
17345
|
-
other entities that control, are controlled by, or are under common
|
|
17346
|
-
control with that entity. For the purposes of this definition,
|
|
17347
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
17348
|
-
direction or management of such entity, whether by contract or
|
|
17349
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
17350
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
17351
|
-
|
|
17352
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
17353
|
-
exercising permissions granted by this License.
|
|
17354
|
-
|
|
17355
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
17356
|
-
including but not limited to software source code, documentation
|
|
17357
|
-
source, and configuration files.
|
|
17358
|
-
|
|
17359
|
-
"Object" form shall mean any form resulting from mechanical
|
|
17360
|
-
transformation or translation of a Source form, including but
|
|
17361
|
-
not limited to compiled object code, generated documentation,
|
|
17362
|
-
and conversions to other media types.
|
|
17363
|
-
|
|
17364
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
17365
|
-
Object form, made available under the License, as indicated by a
|
|
17366
|
-
copyright notice that is included in or attached to the work
|
|
17367
|
-
(an example is provided in the Appendix below).
|
|
17368
|
-
|
|
17369
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
17370
|
-
form, that is based on (or derived from) the Work and for which the
|
|
17371
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
17372
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
17373
|
-
of this License, Derivative Works shall not include works that remain
|
|
17374
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
17375
|
-
the Work and Derivative Works thereof.
|
|
17376
|
-
|
|
17377
|
-
"Contribution" shall mean any work of authorship, including
|
|
17378
|
-
the original version of the Work and any modifications or additions
|
|
17379
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
17380
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
17381
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
17382
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
17383
|
-
means any form of electronic, verbal, or written communication sent
|
|
17384
|
-
to the Licensor or its representatives, including but not limited to
|
|
17385
|
-
communication on electronic mailing lists, source code control systems,
|
|
17386
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
17387
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
17388
|
-
excluding communication that is conspicuously marked or otherwise
|
|
17389
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
17390
|
-
|
|
17391
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
17392
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
17393
|
-
subsequently incorporated within the Work.
|
|
17394
|
-
|
|
17395
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
17396
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
17397
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
17398
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
17399
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
17400
|
-
Work and such Derivative Works in Source or Object form.
|
|
17401
|
-
|
|
17402
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
17403
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
17404
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
17405
|
-
(except as stated in this section) patent license to make, have made,
|
|
17406
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
17407
|
-
where such license applies only to those patent claims licensable
|
|
17408
|
-
by such Contributor that are necessarily infringed by their
|
|
17409
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
17410
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
17411
|
-
institute patent litigation against any entity (including a
|
|
17412
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
17413
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
17414
|
-
or contributory patent infringement, then any patent licenses
|
|
17415
|
-
granted to You under this License for that Work shall terminate
|
|
17416
|
-
as of the date such litigation is filed.
|
|
17417
|
-
|
|
17418
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
17419
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
17420
|
-
modifications, and in Source or Object form, provided that You
|
|
17421
|
-
meet the following conditions:
|
|
17422
|
-
|
|
17423
|
-
(a) You must give any other recipients of the Work or
|
|
17424
|
-
Derivative Works a copy of this License; and
|
|
17425
|
-
|
|
17426
|
-
(b) You must cause any modified files to carry prominent notices
|
|
17427
|
-
stating that You changed the files; and
|
|
17428
|
-
|
|
17429
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
17430
|
-
that You distribute, all copyright, patent, trademark, and
|
|
17431
|
-
attribution notices from the Source form of the Work,
|
|
17432
|
-
excluding those notices that do not pertain to any part of
|
|
17433
|
-
the Derivative Works; and
|
|
17434
|
-
|
|
17435
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
17436
|
-
distribution, then any Derivative Works that You distribute must
|
|
17437
|
-
include a readable copy of the attribution notices contained
|
|
17438
|
-
within such NOTICE file, excluding those notices that do not
|
|
17439
|
-
pertain to any part of the Derivative Works, in at least one
|
|
17440
|
-
of the following places: within a NOTICE text file distributed
|
|
17441
|
-
as part of the Derivative Works; within the Source form or
|
|
17442
|
-
documentation, if provided along with the Derivative Works; or,
|
|
17443
|
-
within a display generated by the Derivative Works, if and
|
|
17444
|
-
wherever such third-party notices normally appear. The contents
|
|
17445
|
-
of the NOTICE file are for informational purposes only and
|
|
17446
|
-
do not modify the License. You may add Your own attribution
|
|
17447
|
-
notices within Derivative Works that You distribute, alongside
|
|
17448
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
17449
|
-
that such additional attribution notices cannot be construed
|
|
17450
|
-
as modifying the License.
|
|
17451
|
-
|
|
17452
|
-
You may add Your own copyright statement to Your modifications and
|
|
17453
|
-
may provide additional or different license terms and conditions
|
|
17454
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
17455
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
17456
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
17457
|
-
the conditions stated in this License.
|
|
17458
|
-
|
|
17459
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
17460
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
17461
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
17462
|
-
this License, without any additional terms or conditions.
|
|
17463
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
17464
|
-
the terms of any separate license agreement you may have executed
|
|
17465
|
-
with Licensor regarding such Contributions.
|
|
17466
|
-
|
|
17467
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
17468
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
17469
|
-
except as required for reasonable and customary use in describing the
|
|
17470
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
17471
|
-
|
|
17472
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
17473
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
17474
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
17475
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
17476
|
-
implied, including, without limitation, any warranties or conditions
|
|
17477
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
17478
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
17479
|
-
appropriateness of using or redistributing the Work and assume any
|
|
17480
|
-
risks associated with Your exercise of permissions under this License.
|
|
17481
|
-
|
|
17482
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
17483
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
17484
|
-
unless required by applicable law (such as deliberate and grossly
|
|
17485
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
17486
|
-
liable to You for damages, including any direct, indirect, special,
|
|
17487
|
-
incidental, or consequential damages of any character arising as a
|
|
17488
|
-
result of this License or out of the use or inability to use the
|
|
17489
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
17490
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
17491
|
-
other commercial damages or losses), even if such Contributor
|
|
17492
|
-
has been advised of the possibility of such damages.
|
|
17493
|
-
|
|
17494
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
17495
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
17496
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
17497
|
-
or other liability obligations and/or rights consistent with this
|
|
17498
|
-
License. However, in accepting such obligations, You may act only
|
|
17499
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
17500
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
17501
|
-
defend, and hold each Contributor harmless for any liability
|
|
17502
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
17503
|
-
of your accepting any such warranty or additional liability.
|
|
17504
|
-
|
|
17505
|
-
END OF TERMS AND CONDITIONS
|
|
17506
|
-
|
|
17507
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
17508
|
-
|
|
17509
|
-
To apply the Apache License to your work, attach the following
|
|
17510
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
17511
|
-
replaced with your own identifying information. (Don't include
|
|
17512
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
17513
|
-
comment syntax for the file format. We also recommend that a
|
|
17514
|
-
file or class name and description of purpose be included on the
|
|
17515
|
-
same "printed page" as the copyright notice for easier
|
|
17516
|
-
identification within third-party archives.
|
|
17517
|
-
|
|
17518
|
-
Copyright [yyyy] [name of copyright owner]
|
|
17519
|
-
|
|
17520
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
17521
|
-
you may not use this file except in compliance with the License.
|
|
17522
|
-
You may obtain a copy of the License at
|
|
17523
|
-
|
|
17524
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
17525
|
-
|
|
17526
|
-
Unless required by applicable law or agreed to in writing, software
|
|
17527
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
17528
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17529
|
-
See the License for the specific language governing permissions and
|
|
17530
|
-
limitations under the License.
|
|
17531
|
-
|
|
17532
|
-
================================================================================
|
|
17533
|
-
halfbrown LICENSE-MIT
|
|
17534
|
-
================================================================================
|
|
17535
|
-
|
|
17536
|
-
MIT License
|
|
17537
|
-
|
|
17538
|
-
Copyright (c) [year] [fullname]
|
|
17539
|
-
|
|
17540
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17541
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
17542
|
-
in the Software without restriction, including without limitation the rights
|
|
17543
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17544
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
17545
|
-
furnished to do so, subject to the following conditions:
|
|
17546
|
-
|
|
17547
|
-
The above copyright notice and this permission notice shall be included in all
|
|
17548
|
-
copies or substantial portions of the Software.
|
|
17549
|
-
|
|
17550
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17551
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17552
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17553
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17554
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
17555
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
17556
|
-
SOFTWARE.
|
|
17557
|
-
|
|
17558
|
-
================================================================================
|
|
17559
|
-
hashbrown LICENSE-APACHE
|
|
16847
|
+
getrandom v0.3.3 LICENSE-APACHE
|
|
17560
16848
|
================================================================================
|
|
17561
16849
|
|
|
17562
16850
|
Apache License
|
|
17563
16851
|
Version 2.0, January 2004
|
|
17564
|
-
|
|
16852
|
+
https://www.apache.org/licenses/
|
|
17565
16853
|
|
|
17566
16854
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
17567
16855
|
|
|
@@ -17753,7 +17041,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
17753
17041
|
you may not use this file except in compliance with the License.
|
|
17754
17042
|
You may obtain a copy of the License at
|
|
17755
17043
|
|
|
17756
|
-
|
|
17044
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
17757
17045
|
|
|
17758
17046
|
Unless required by applicable law or agreed to in writing, software
|
|
17759
17047
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -17762,10 +17050,11 @@ See the License for the specific language governing permissions and
|
|
|
17762
17050
|
limitations under the License.
|
|
17763
17051
|
|
|
17764
17052
|
================================================================================
|
|
17765
|
-
|
|
17053
|
+
getrandom v0.3.3 LICENSE-MIT
|
|
17766
17054
|
================================================================================
|
|
17767
17055
|
|
|
17768
|
-
Copyright (c)
|
|
17056
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
|
17057
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
17769
17058
|
|
|
17770
17059
|
Permission is hereby granted, free of charge, to any
|
|
17771
17060
|
person obtaining a copy of this software and associated
|
|
@@ -17792,7 +17081,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
17792
17081
|
DEALINGS IN THE SOFTWARE.
|
|
17793
17082
|
|
|
17794
17083
|
================================================================================
|
|
17795
|
-
|
|
17084
|
+
glob LICENSE-APACHE
|
|
17796
17085
|
================================================================================
|
|
17797
17086
|
|
|
17798
17087
|
Apache License
|
|
@@ -17998,10 +17287,10 @@ See the License for the specific language governing permissions and
|
|
|
17998
17287
|
limitations under the License.
|
|
17999
17288
|
|
|
18000
17289
|
================================================================================
|
|
18001
|
-
|
|
17290
|
+
glob LICENSE-MIT
|
|
18002
17291
|
================================================================================
|
|
18003
17292
|
|
|
18004
|
-
Copyright (c)
|
|
17293
|
+
Copyright (c) 2014 The Rust Project Developers
|
|
18005
17294
|
|
|
18006
17295
|
Permission is hereby granted, free of charge, to any
|
|
18007
17296
|
person obtaining a copy of this software and associated
|
|
@@ -18028,9 +17317,40 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
18028
17317
|
DEALINGS IN THE SOFTWARE.
|
|
18029
17318
|
|
|
18030
17319
|
================================================================================
|
|
18031
|
-
|
|
17320
|
+
h2 LICENSE
|
|
18032
17321
|
================================================================================
|
|
18033
17322
|
|
|
17323
|
+
Copyright (c) 2017 h2 authors
|
|
17324
|
+
|
|
17325
|
+
Permission is hereby granted, free of charge, to any
|
|
17326
|
+
person obtaining a copy of this software and associated
|
|
17327
|
+
documentation files (the "Software"), to deal in the
|
|
17328
|
+
Software without restriction, including without
|
|
17329
|
+
limitation the rights to use, copy, modify, merge,
|
|
17330
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
17331
|
+
the Software, and to permit persons to whom the Software
|
|
17332
|
+
is furnished to do so, subject to the following
|
|
17333
|
+
conditions:
|
|
17334
|
+
|
|
17335
|
+
The above copyright notice and this permission notice
|
|
17336
|
+
shall be included in all copies or substantial portions
|
|
17337
|
+
of the Software.
|
|
17338
|
+
|
|
17339
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
17340
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
17341
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
17342
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
17343
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
17344
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
17345
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
17346
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
17347
|
+
DEALINGS IN THE SOFTWARE.
|
|
17348
|
+
|
|
17349
|
+
================================================================================
|
|
17350
|
+
halfbrown LICENSE-APACHE
|
|
17351
|
+
================================================================================
|
|
17352
|
+
|
|
17353
|
+
|
|
18034
17354
|
Apache License
|
|
18035
17355
|
Version 2.0, January 2004
|
|
18036
17356
|
http://www.apache.org/licenses/
|
|
@@ -18211,7 +17531,7 @@ hex LICENSE-APACHE
|
|
|
18211
17531
|
APPENDIX: How to apply the Apache License to your work.
|
|
18212
17532
|
|
|
18213
17533
|
To apply the Apache License to your work, attach the following
|
|
18214
|
-
boilerplate notice, with the fields enclosed by brackets "
|
|
17534
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
18215
17535
|
replaced with your own identifying information. (Don't include
|
|
18216
17536
|
the brackets!) The text should be enclosed in the appropriate
|
|
18217
17537
|
comment syntax for the file format. We also recommend that a
|
|
@@ -18219,7 +17539,7 @@ hex LICENSE-APACHE
|
|
|
18219
17539
|
same "printed page" as the copyright notice for easier
|
|
18220
17540
|
identification within third-party archives.
|
|
18221
17541
|
|
|
18222
|
-
Copyright
|
|
17542
|
+
Copyright [yyyy] [name of copyright owner]
|
|
18223
17543
|
|
|
18224
17544
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18225
17545
|
you may not use this file except in compliance with the License.
|
|
@@ -18233,13 +17553,13 @@ hex LICENSE-APACHE
|
|
|
18233
17553
|
See the License for the specific language governing permissions and
|
|
18234
17554
|
limitations under the License.
|
|
18235
17555
|
|
|
18236
|
-
|
|
18237
17556
|
================================================================================
|
|
18238
|
-
|
|
17557
|
+
halfbrown LICENSE-MIT
|
|
18239
17558
|
================================================================================
|
|
18240
17559
|
|
|
18241
|
-
|
|
18242
|
-
|
|
17560
|
+
MIT License
|
|
17561
|
+
|
|
17562
|
+
Copyright (c) [year] [fullname]
|
|
18243
17563
|
|
|
18244
17564
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18245
17565
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18260,12 +17580,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
18260
17580
|
SOFTWARE.
|
|
18261
17581
|
|
|
18262
17582
|
================================================================================
|
|
18263
|
-
|
|
17583
|
+
hashbrown v0.15.3 LICENSE-APACHE
|
|
18264
17584
|
================================================================================
|
|
18265
17585
|
|
|
18266
17586
|
Apache License
|
|
18267
17587
|
Version 2.0, January 2004
|
|
18268
|
-
|
|
17588
|
+
http://www.apache.org/licenses/
|
|
18269
17589
|
|
|
18270
17590
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
18271
17591
|
|
|
@@ -18457,7 +17777,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
18457
17777
|
you may not use this file except in compliance with the License.
|
|
18458
17778
|
You may obtain a copy of the License at
|
|
18459
17779
|
|
|
18460
|
-
|
|
17780
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
18461
17781
|
|
|
18462
17782
|
Unless required by applicable law or agreed to in writing, software
|
|
18463
17783
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -18466,9 +17786,11 @@ See the License for the specific language governing permissions and
|
|
|
18466
17786
|
limitations under the License.
|
|
18467
17787
|
|
|
18468
17788
|
================================================================================
|
|
18469
|
-
|
|
17789
|
+
hashbrown v0.15.3 LICENSE-MIT
|
|
18470
17790
|
================================================================================
|
|
18471
17791
|
|
|
17792
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
17793
|
+
|
|
18472
17794
|
Permission is hereby granted, free of charge, to any
|
|
18473
17795
|
person obtaining a copy of this software and associated
|
|
18474
17796
|
documentation files (the "Software"), to deal in the
|
|
@@ -18494,7 +17816,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
18494
17816
|
DEALINGS IN THE SOFTWARE.
|
|
18495
17817
|
|
|
18496
17818
|
================================================================================
|
|
18497
|
-
|
|
17819
|
+
hashbrown v0.16.0 LICENSE-APACHE
|
|
18498
17820
|
================================================================================
|
|
18499
17821
|
|
|
18500
17822
|
Apache License
|
|
@@ -18685,7 +18007,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
18685
18007
|
same "printed page" as the copyright notice for easier
|
|
18686
18008
|
identification within third-party archives.
|
|
18687
18009
|
|
|
18688
|
-
Copyright
|
|
18010
|
+
Copyright [yyyy] [name of copyright owner]
|
|
18689
18011
|
|
|
18690
18012
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18691
18013
|
you may not use this file except in compliance with the License.
|
|
@@ -18700,70 +18022,10 @@ See the License for the specific language governing permissions and
|
|
|
18700
18022
|
limitations under the License.
|
|
18701
18023
|
|
|
18702
18024
|
================================================================================
|
|
18703
|
-
|
|
18704
|
-
================================================================================
|
|
18705
|
-
|
|
18706
|
-
Copyright (c) 2017 http-rs authors
|
|
18707
|
-
|
|
18708
|
-
Permission is hereby granted, free of charge, to any
|
|
18709
|
-
person obtaining a copy of this software and associated
|
|
18710
|
-
documentation files (the "Software"), to deal in the
|
|
18711
|
-
Software without restriction, including without
|
|
18712
|
-
limitation the rights to use, copy, modify, merge,
|
|
18713
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
18714
|
-
the Software, and to permit persons to whom the Software
|
|
18715
|
-
is furnished to do so, subject to the following
|
|
18716
|
-
conditions:
|
|
18717
|
-
|
|
18718
|
-
The above copyright notice and this permission notice
|
|
18719
|
-
shall be included in all copies or substantial portions
|
|
18720
|
-
of the Software.
|
|
18721
|
-
|
|
18722
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18723
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18724
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18725
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18726
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18727
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18728
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18729
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18730
|
-
DEALINGS IN THE SOFTWARE.
|
|
18731
|
-
|
|
18732
|
-
================================================================================
|
|
18733
|
-
http-body LICENSE
|
|
18025
|
+
hashbrown v0.16.0 LICENSE-MIT
|
|
18734
18026
|
================================================================================
|
|
18735
18027
|
|
|
18736
|
-
Copyright (c)
|
|
18737
|
-
|
|
18738
|
-
Permission is hereby granted, free of charge, to any
|
|
18739
|
-
person obtaining a copy of this software and associated
|
|
18740
|
-
documentation files (the "Software"), to deal in the
|
|
18741
|
-
Software without restriction, including without
|
|
18742
|
-
limitation the rights to use, copy, modify, merge,
|
|
18743
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
18744
|
-
the Software, and to permit persons to whom the Software
|
|
18745
|
-
is furnished to do so, subject to the following
|
|
18746
|
-
conditions:
|
|
18747
|
-
|
|
18748
|
-
The above copyright notice and this permission notice
|
|
18749
|
-
shall be included in all copies or substantial portions
|
|
18750
|
-
of the Software.
|
|
18751
|
-
|
|
18752
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18753
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18754
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18755
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18756
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18757
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18758
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18759
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18760
|
-
DEALINGS IN THE SOFTWARE.
|
|
18761
|
-
|
|
18762
|
-
================================================================================
|
|
18763
|
-
http-body-util LICENSE
|
|
18764
|
-
================================================================================
|
|
18765
|
-
|
|
18766
|
-
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
18028
|
+
Copyright (c) 2016 Amanieu d'Antras
|
|
18767
18029
|
|
|
18768
18030
|
Permission is hereby granted, free of charge, to any
|
|
18769
18031
|
person obtaining a copy of this software and associated
|
|
@@ -18790,7 +18052,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
18790
18052
|
DEALINGS IN THE SOFTWARE.
|
|
18791
18053
|
|
|
18792
18054
|
================================================================================
|
|
18793
|
-
|
|
18055
|
+
heck LICENSE-APACHE
|
|
18794
18056
|
================================================================================
|
|
18795
18057
|
|
|
18796
18058
|
Apache License
|
|
@@ -18996,32 +18258,37 @@ See the License for the specific language governing permissions and
|
|
|
18996
18258
|
limitations under the License.
|
|
18997
18259
|
|
|
18998
18260
|
================================================================================
|
|
18999
|
-
|
|
18261
|
+
heck LICENSE-MIT
|
|
19000
18262
|
================================================================================
|
|
19001
18263
|
|
|
19002
|
-
Copyright (c) 2015
|
|
19003
|
-
|
|
19004
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19005
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
19006
|
-
in the Software without restriction, including without limitation the rights
|
|
19007
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19008
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
19009
|
-
furnished to do so, subject to the following conditions:
|
|
18264
|
+
Copyright (c) 2015 The Rust Project Developers
|
|
19010
18265
|
|
|
19011
|
-
|
|
19012
|
-
|
|
18266
|
+
Permission is hereby granted, free of charge, to any
|
|
18267
|
+
person obtaining a copy of this software and associated
|
|
18268
|
+
documentation files (the "Software"), to deal in the
|
|
18269
|
+
Software without restriction, including without
|
|
18270
|
+
limitation the rights to use, copy, modify, merge,
|
|
18271
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
18272
|
+
the Software, and to permit persons to whom the Software
|
|
18273
|
+
is furnished to do so, subject to the following
|
|
18274
|
+
conditions:
|
|
19013
18275
|
|
|
19014
|
-
|
|
19015
|
-
|
|
19016
|
-
|
|
19017
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19018
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19019
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19020
|
-
THE SOFTWARE.
|
|
18276
|
+
The above copyright notice and this permission notice
|
|
18277
|
+
shall be included in all copies or substantial portions
|
|
18278
|
+
of the Software.
|
|
19021
18279
|
|
|
18280
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18281
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18282
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18283
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18284
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18285
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18286
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18287
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18288
|
+
DEALINGS IN THE SOFTWARE.
|
|
19022
18289
|
|
|
19023
18290
|
================================================================================
|
|
19024
|
-
|
|
18291
|
+
hex LICENSE-APACHE
|
|
19025
18292
|
================================================================================
|
|
19026
18293
|
|
|
19027
18294
|
Apache License
|
|
@@ -19228,17 +18495,11 @@ humantime LICENSE-APACHE
|
|
|
19228
18495
|
|
|
19229
18496
|
|
|
19230
18497
|
================================================================================
|
|
19231
|
-
|
|
18498
|
+
hex LICENSE-MIT
|
|
19232
18499
|
================================================================================
|
|
19233
18500
|
|
|
19234
|
-
Copyright (c)
|
|
19235
|
-
|
|
19236
|
-
Includes parts of http date with the following copyright:
|
|
19237
|
-
Copyright (c) 2016 Pyfisch
|
|
19238
|
-
|
|
19239
|
-
Includes portions of musl libc with the following copyright:
|
|
19240
|
-
Copyright © 2005-2013 Rich Felker
|
|
19241
|
-
|
|
18501
|
+
Copyright (c) 2013-2014 The Rust Project Developers.
|
|
18502
|
+
Copyright (c) 2015-2020 The rust-hex Developers
|
|
19242
18503
|
|
|
19243
18504
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19244
18505
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -19259,46 +18520,1045 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
19259
18520
|
SOFTWARE.
|
|
19260
18521
|
|
|
19261
18522
|
================================================================================
|
|
19262
|
-
|
|
18523
|
+
home LICENSE-APACHE
|
|
19263
18524
|
================================================================================
|
|
19264
18525
|
|
|
19265
|
-
|
|
18526
|
+
Apache License
|
|
18527
|
+
Version 2.0, January 2004
|
|
18528
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
19266
18529
|
|
|
19267
|
-
|
|
19268
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
19269
|
-
in the Software without restriction, including without limitation the rights
|
|
19270
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19271
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
19272
|
-
furnished to do so, subject to the following conditions:
|
|
18530
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
19273
18531
|
|
|
19274
|
-
|
|
19275
|
-
all copies or substantial portions of the Software.
|
|
18532
|
+
1. Definitions.
|
|
19276
18533
|
|
|
19277
|
-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
18534
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
18535
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
18536
|
+
|
|
18537
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
18538
|
+
the copyright owner that is granting the License.
|
|
18539
|
+
|
|
18540
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
18541
|
+
other entities that control, are controlled by, or are under common
|
|
18542
|
+
control with that entity. For the purposes of this definition,
|
|
18543
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
18544
|
+
direction or management of such entity, whether by contract or
|
|
18545
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
18546
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
18547
|
+
|
|
18548
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
18549
|
+
exercising permissions granted by this License.
|
|
18550
|
+
|
|
18551
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
18552
|
+
including but not limited to software source code, documentation
|
|
18553
|
+
source, and configuration files.
|
|
18554
|
+
|
|
18555
|
+
"Object" form shall mean any form resulting from mechanical
|
|
18556
|
+
transformation or translation of a Source form, including but
|
|
18557
|
+
not limited to compiled object code, generated documentation,
|
|
18558
|
+
and conversions to other media types.
|
|
18559
|
+
|
|
18560
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
18561
|
+
Object form, made available under the License, as indicated by a
|
|
18562
|
+
copyright notice that is included in or attached to the work
|
|
18563
|
+
(an example is provided in the Appendix below).
|
|
18564
|
+
|
|
18565
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
18566
|
+
form, that is based on (or derived from) the Work and for which the
|
|
18567
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
18568
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
18569
|
+
of this License, Derivative Works shall not include works that remain
|
|
18570
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
18571
|
+
the Work and Derivative Works thereof.
|
|
18572
|
+
|
|
18573
|
+
"Contribution" shall mean any work of authorship, including
|
|
18574
|
+
the original version of the Work and any modifications or additions
|
|
18575
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
18576
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
18577
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
18578
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
18579
|
+
means any form of electronic, verbal, or written communication sent
|
|
18580
|
+
to the Licensor or its representatives, including but not limited to
|
|
18581
|
+
communication on electronic mailing lists, source code control systems,
|
|
18582
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
18583
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
18584
|
+
excluding communication that is conspicuously marked or otherwise
|
|
18585
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
18586
|
+
|
|
18587
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
18588
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
18589
|
+
subsequently incorporated within the Work.
|
|
18590
|
+
|
|
18591
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
18592
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18593
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18594
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
18595
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
18596
|
+
Work and such Derivative Works in Source or Object form.
|
|
18597
|
+
|
|
18598
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
18599
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18600
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18601
|
+
(except as stated in this section) patent license to make, have made,
|
|
18602
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
18603
|
+
where such license applies only to those patent claims licensable
|
|
18604
|
+
by such Contributor that are necessarily infringed by their
|
|
18605
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
18606
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
18607
|
+
institute patent litigation against any entity (including a
|
|
18608
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
18609
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
18610
|
+
or contributory patent infringement, then any patent licenses
|
|
18611
|
+
granted to You under this License for that Work shall terminate
|
|
18612
|
+
as of the date such litigation is filed.
|
|
18613
|
+
|
|
18614
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
18615
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
18616
|
+
modifications, and in Source or Object form, provided that You
|
|
18617
|
+
meet the following conditions:
|
|
18618
|
+
|
|
18619
|
+
(a) You must give any other recipients of the Work or
|
|
18620
|
+
Derivative Works a copy of this License; and
|
|
18621
|
+
|
|
18622
|
+
(b) You must cause any modified files to carry prominent notices
|
|
18623
|
+
stating that You changed the files; and
|
|
18624
|
+
|
|
18625
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
18626
|
+
that You distribute, all copyright, patent, trademark, and
|
|
18627
|
+
attribution notices from the Source form of the Work,
|
|
18628
|
+
excluding those notices that do not pertain to any part of
|
|
18629
|
+
the Derivative Works; and
|
|
18630
|
+
|
|
18631
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
18632
|
+
distribution, then any Derivative Works that You distribute must
|
|
18633
|
+
include a readable copy of the attribution notices contained
|
|
18634
|
+
within such NOTICE file, excluding those notices that do not
|
|
18635
|
+
pertain to any part of the Derivative Works, in at least one
|
|
18636
|
+
of the following places: within a NOTICE text file distributed
|
|
18637
|
+
as part of the Derivative Works; within the Source form or
|
|
18638
|
+
documentation, if provided along with the Derivative Works; or,
|
|
18639
|
+
within a display generated by the Derivative Works, if and
|
|
18640
|
+
wherever such third-party notices normally appear. The contents
|
|
18641
|
+
of the NOTICE file are for informational purposes only and
|
|
18642
|
+
do not modify the License. You may add Your own attribution
|
|
18643
|
+
notices within Derivative Works that You distribute, alongside
|
|
18644
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
18645
|
+
that such additional attribution notices cannot be construed
|
|
18646
|
+
as modifying the License.
|
|
18647
|
+
|
|
18648
|
+
You may add Your own copyright statement to Your modifications and
|
|
18649
|
+
may provide additional or different license terms and conditions
|
|
18650
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
18651
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
18652
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
18653
|
+
the conditions stated in this License.
|
|
18654
|
+
|
|
18655
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
18656
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
18657
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
18658
|
+
this License, without any additional terms or conditions.
|
|
18659
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
18660
|
+
the terms of any separate license agreement you may have executed
|
|
18661
|
+
with Licensor regarding such Contributions.
|
|
18662
|
+
|
|
18663
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
18664
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
18665
|
+
except as required for reasonable and customary use in describing the
|
|
18666
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
18667
|
+
|
|
18668
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
18669
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
18670
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
18671
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
18672
|
+
implied, including, without limitation, any warranties or conditions
|
|
18673
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
18674
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
18675
|
+
appropriateness of using or redistributing the Work and assume any
|
|
18676
|
+
risks associated with Your exercise of permissions under this License.
|
|
18677
|
+
|
|
18678
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
18679
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
18680
|
+
unless required by applicable law (such as deliberate and grossly
|
|
18681
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
18682
|
+
liable to You for damages, including any direct, indirect, special,
|
|
18683
|
+
incidental, or consequential damages of any character arising as a
|
|
18684
|
+
result of this License or out of the use or inability to use the
|
|
18685
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
18686
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
18687
|
+
other commercial damages or losses), even if such Contributor
|
|
18688
|
+
has been advised of the possibility of such damages.
|
|
18689
|
+
|
|
18690
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
18691
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
18692
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
18693
|
+
or other liability obligations and/or rights consistent with this
|
|
18694
|
+
License. However, in accepting such obligations, You may act only
|
|
18695
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
18696
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
18697
|
+
defend, and hold each Contributor harmless for any liability
|
|
18698
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
18699
|
+
of your accepting any such warranty or additional liability.
|
|
18700
|
+
|
|
18701
|
+
END OF TERMS AND CONDITIONS
|
|
18702
|
+
|
|
18703
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
18704
|
+
|
|
18705
|
+
To apply the Apache License to your work, attach the following
|
|
18706
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
18707
|
+
replaced with your own identifying information. (Don't include
|
|
18708
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
18709
|
+
comment syntax for the file format. We also recommend that a
|
|
18710
|
+
file or class name and description of purpose be included on the
|
|
18711
|
+
same "printed page" as the copyright notice for easier
|
|
18712
|
+
identification within third-party archives.
|
|
18713
|
+
|
|
18714
|
+
Copyright [yyyy] [name of copyright owner]
|
|
18715
|
+
|
|
18716
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18717
|
+
you may not use this file except in compliance with the License.
|
|
18718
|
+
You may obtain a copy of the License at
|
|
18719
|
+
|
|
18720
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
18721
|
+
|
|
18722
|
+
Unless required by applicable law or agreed to in writing, software
|
|
18723
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18724
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18725
|
+
See the License for the specific language governing permissions and
|
|
18726
|
+
limitations under the License.
|
|
19284
18727
|
|
|
19285
18728
|
================================================================================
|
|
19286
|
-
|
|
18729
|
+
home LICENSE-MIT
|
|
19287
18730
|
================================================================================
|
|
19288
18731
|
|
|
19289
|
-
|
|
19290
|
-
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
|
|
18732
|
+
Permission is hereby granted, free of charge, to any
|
|
18733
|
+
person obtaining a copy of this software and associated
|
|
18734
|
+
documentation files (the "Software"), to deal in the
|
|
18735
|
+
Software without restriction, including without
|
|
18736
|
+
limitation the rights to use, copy, modify, merge,
|
|
18737
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
18738
|
+
the Software, and to permit persons to whom the Software
|
|
18739
|
+
is furnished to do so, subject to the following
|
|
18740
|
+
conditions:
|
|
19294
18741
|
|
|
19295
|
-
|
|
19296
|
-
|
|
19297
|
-
of
|
|
18742
|
+
The above copyright notice and this permission notice
|
|
18743
|
+
shall be included in all copies or substantial portions
|
|
18744
|
+
of the Software.
|
|
19298
18745
|
|
|
18746
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18747
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18748
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18749
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18750
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18751
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18752
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18753
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18754
|
+
DEALINGS IN THE SOFTWARE.
|
|
19299
18755
|
|
|
19300
18756
|
================================================================================
|
|
19301
|
-
|
|
18757
|
+
http LICENSE-APACHE
|
|
18758
|
+
================================================================================
|
|
18759
|
+
|
|
18760
|
+
Apache License
|
|
18761
|
+
Version 2.0, January 2004
|
|
18762
|
+
http://www.apache.org/licenses/
|
|
18763
|
+
|
|
18764
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
18765
|
+
|
|
18766
|
+
1. Definitions.
|
|
18767
|
+
|
|
18768
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
18769
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
18770
|
+
|
|
18771
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
18772
|
+
the copyright owner that is granting the License.
|
|
18773
|
+
|
|
18774
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
18775
|
+
other entities that control, are controlled by, or are under common
|
|
18776
|
+
control with that entity. For the purposes of this definition,
|
|
18777
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
18778
|
+
direction or management of such entity, whether by contract or
|
|
18779
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
18780
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
18781
|
+
|
|
18782
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
18783
|
+
exercising permissions granted by this License.
|
|
18784
|
+
|
|
18785
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
18786
|
+
including but not limited to software source code, documentation
|
|
18787
|
+
source, and configuration files.
|
|
18788
|
+
|
|
18789
|
+
"Object" form shall mean any form resulting from mechanical
|
|
18790
|
+
transformation or translation of a Source form, including but
|
|
18791
|
+
not limited to compiled object code, generated documentation,
|
|
18792
|
+
and conversions to other media types.
|
|
18793
|
+
|
|
18794
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
18795
|
+
Object form, made available under the License, as indicated by a
|
|
18796
|
+
copyright notice that is included in or attached to the work
|
|
18797
|
+
(an example is provided in the Appendix below).
|
|
18798
|
+
|
|
18799
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
18800
|
+
form, that is based on (or derived from) the Work and for which the
|
|
18801
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
18802
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
18803
|
+
of this License, Derivative Works shall not include works that remain
|
|
18804
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
18805
|
+
the Work and Derivative Works thereof.
|
|
18806
|
+
|
|
18807
|
+
"Contribution" shall mean any work of authorship, including
|
|
18808
|
+
the original version of the Work and any modifications or additions
|
|
18809
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
18810
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
18811
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
18812
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
18813
|
+
means any form of electronic, verbal, or written communication sent
|
|
18814
|
+
to the Licensor or its representatives, including but not limited to
|
|
18815
|
+
communication on electronic mailing lists, source code control systems,
|
|
18816
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
18817
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
18818
|
+
excluding communication that is conspicuously marked or otherwise
|
|
18819
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
18820
|
+
|
|
18821
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
18822
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
18823
|
+
subsequently incorporated within the Work.
|
|
18824
|
+
|
|
18825
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
18826
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18827
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18828
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
18829
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
18830
|
+
Work and such Derivative Works in Source or Object form.
|
|
18831
|
+
|
|
18832
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
18833
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
18834
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
18835
|
+
(except as stated in this section) patent license to make, have made,
|
|
18836
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
18837
|
+
where such license applies only to those patent claims licensable
|
|
18838
|
+
by such Contributor that are necessarily infringed by their
|
|
18839
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
18840
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
18841
|
+
institute patent litigation against any entity (including a
|
|
18842
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
18843
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
18844
|
+
or contributory patent infringement, then any patent licenses
|
|
18845
|
+
granted to You under this License for that Work shall terminate
|
|
18846
|
+
as of the date such litigation is filed.
|
|
18847
|
+
|
|
18848
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
18849
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
18850
|
+
modifications, and in Source or Object form, provided that You
|
|
18851
|
+
meet the following conditions:
|
|
18852
|
+
|
|
18853
|
+
(a) You must give any other recipients of the Work or
|
|
18854
|
+
Derivative Works a copy of this License; and
|
|
18855
|
+
|
|
18856
|
+
(b) You must cause any modified files to carry prominent notices
|
|
18857
|
+
stating that You changed the files; and
|
|
18858
|
+
|
|
18859
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
18860
|
+
that You distribute, all copyright, patent, trademark, and
|
|
18861
|
+
attribution notices from the Source form of the Work,
|
|
18862
|
+
excluding those notices that do not pertain to any part of
|
|
18863
|
+
the Derivative Works; and
|
|
18864
|
+
|
|
18865
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
18866
|
+
distribution, then any Derivative Works that You distribute must
|
|
18867
|
+
include a readable copy of the attribution notices contained
|
|
18868
|
+
within such NOTICE file, excluding those notices that do not
|
|
18869
|
+
pertain to any part of the Derivative Works, in at least one
|
|
18870
|
+
of the following places: within a NOTICE text file distributed
|
|
18871
|
+
as part of the Derivative Works; within the Source form or
|
|
18872
|
+
documentation, if provided along with the Derivative Works; or,
|
|
18873
|
+
within a display generated by the Derivative Works, if and
|
|
18874
|
+
wherever such third-party notices normally appear. The contents
|
|
18875
|
+
of the NOTICE file are for informational purposes only and
|
|
18876
|
+
do not modify the License. You may add Your own attribution
|
|
18877
|
+
notices within Derivative Works that You distribute, alongside
|
|
18878
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
18879
|
+
that such additional attribution notices cannot be construed
|
|
18880
|
+
as modifying the License.
|
|
18881
|
+
|
|
18882
|
+
You may add Your own copyright statement to Your modifications and
|
|
18883
|
+
may provide additional or different license terms and conditions
|
|
18884
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
18885
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
18886
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
18887
|
+
the conditions stated in this License.
|
|
18888
|
+
|
|
18889
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
18890
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
18891
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
18892
|
+
this License, without any additional terms or conditions.
|
|
18893
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
18894
|
+
the terms of any separate license agreement you may have executed
|
|
18895
|
+
with Licensor regarding such Contributions.
|
|
18896
|
+
|
|
18897
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
18898
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
18899
|
+
except as required for reasonable and customary use in describing the
|
|
18900
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
18901
|
+
|
|
18902
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
18903
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
18904
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
18905
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
18906
|
+
implied, including, without limitation, any warranties or conditions
|
|
18907
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
18908
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
18909
|
+
appropriateness of using or redistributing the Work and assume any
|
|
18910
|
+
risks associated with Your exercise of permissions under this License.
|
|
18911
|
+
|
|
18912
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
18913
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
18914
|
+
unless required by applicable law (such as deliberate and grossly
|
|
18915
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
18916
|
+
liable to You for damages, including any direct, indirect, special,
|
|
18917
|
+
incidental, or consequential damages of any character arising as a
|
|
18918
|
+
result of this License or out of the use or inability to use the
|
|
18919
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
18920
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
18921
|
+
other commercial damages or losses), even if such Contributor
|
|
18922
|
+
has been advised of the possibility of such damages.
|
|
18923
|
+
|
|
18924
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
18925
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
18926
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
18927
|
+
or other liability obligations and/or rights consistent with this
|
|
18928
|
+
License. However, in accepting such obligations, You may act only
|
|
18929
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
18930
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
18931
|
+
defend, and hold each Contributor harmless for any liability
|
|
18932
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
18933
|
+
of your accepting any such warranty or additional liability.
|
|
18934
|
+
|
|
18935
|
+
END OF TERMS AND CONDITIONS
|
|
18936
|
+
|
|
18937
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
18938
|
+
|
|
18939
|
+
To apply the Apache License to your work, attach the following
|
|
18940
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
18941
|
+
replaced with your own identifying information. (Don't include
|
|
18942
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
18943
|
+
comment syntax for the file format. We also recommend that a
|
|
18944
|
+
file or class name and description of purpose be included on the
|
|
18945
|
+
same "printed page" as the copyright notice for easier
|
|
18946
|
+
identification within third-party archives.
|
|
18947
|
+
|
|
18948
|
+
Copyright 2017 http-rs authors
|
|
18949
|
+
|
|
18950
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
18951
|
+
you may not use this file except in compliance with the License.
|
|
18952
|
+
You may obtain a copy of the License at
|
|
18953
|
+
|
|
18954
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
18955
|
+
|
|
18956
|
+
Unless required by applicable law or agreed to in writing, software
|
|
18957
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
18958
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18959
|
+
See the License for the specific language governing permissions and
|
|
18960
|
+
limitations under the License.
|
|
18961
|
+
|
|
18962
|
+
================================================================================
|
|
18963
|
+
http LICENSE-MIT
|
|
18964
|
+
================================================================================
|
|
18965
|
+
|
|
18966
|
+
Copyright (c) 2017 http-rs authors
|
|
18967
|
+
|
|
18968
|
+
Permission is hereby granted, free of charge, to any
|
|
18969
|
+
person obtaining a copy of this software and associated
|
|
18970
|
+
documentation files (the "Software"), to deal in the
|
|
18971
|
+
Software without restriction, including without
|
|
18972
|
+
limitation the rights to use, copy, modify, merge,
|
|
18973
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
18974
|
+
the Software, and to permit persons to whom the Software
|
|
18975
|
+
is furnished to do so, subject to the following
|
|
18976
|
+
conditions:
|
|
18977
|
+
|
|
18978
|
+
The above copyright notice and this permission notice
|
|
18979
|
+
shall be included in all copies or substantial portions
|
|
18980
|
+
of the Software.
|
|
18981
|
+
|
|
18982
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
18983
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
18984
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
18985
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
18986
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
18987
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
18988
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
18989
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
18990
|
+
DEALINGS IN THE SOFTWARE.
|
|
18991
|
+
|
|
18992
|
+
================================================================================
|
|
18993
|
+
http-body LICENSE
|
|
18994
|
+
================================================================================
|
|
18995
|
+
|
|
18996
|
+
Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors
|
|
18997
|
+
|
|
18998
|
+
Permission is hereby granted, free of charge, to any
|
|
18999
|
+
person obtaining a copy of this software and associated
|
|
19000
|
+
documentation files (the "Software"), to deal in the
|
|
19001
|
+
Software without restriction, including without
|
|
19002
|
+
limitation the rights to use, copy, modify, merge,
|
|
19003
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
19004
|
+
the Software, and to permit persons to whom the Software
|
|
19005
|
+
is furnished to do so, subject to the following
|
|
19006
|
+
conditions:
|
|
19007
|
+
|
|
19008
|
+
The above copyright notice and this permission notice
|
|
19009
|
+
shall be included in all copies or substantial portions
|
|
19010
|
+
of the Software.
|
|
19011
|
+
|
|
19012
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
19013
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
19014
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
19015
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
19016
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
19017
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19018
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
19019
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19020
|
+
DEALINGS IN THE SOFTWARE.
|
|
19021
|
+
|
|
19022
|
+
================================================================================
|
|
19023
|
+
http-body-util LICENSE
|
|
19024
|
+
================================================================================
|
|
19025
|
+
|
|
19026
|
+
Copyright (c) 2019-2025 Sean McArthur & Hyper Contributors
|
|
19027
|
+
|
|
19028
|
+
Permission is hereby granted, free of charge, to any
|
|
19029
|
+
person obtaining a copy of this software and associated
|
|
19030
|
+
documentation files (the "Software"), to deal in the
|
|
19031
|
+
Software without restriction, including without
|
|
19032
|
+
limitation the rights to use, copy, modify, merge,
|
|
19033
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
19034
|
+
the Software, and to permit persons to whom the Software
|
|
19035
|
+
is furnished to do so, subject to the following
|
|
19036
|
+
conditions:
|
|
19037
|
+
|
|
19038
|
+
The above copyright notice and this permission notice
|
|
19039
|
+
shall be included in all copies or substantial portions
|
|
19040
|
+
of the Software.
|
|
19041
|
+
|
|
19042
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
19043
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
19044
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
19045
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
19046
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
19047
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
19048
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
19049
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
19050
|
+
DEALINGS IN THE SOFTWARE.
|
|
19051
|
+
|
|
19052
|
+
================================================================================
|
|
19053
|
+
httparse LICENSE-APACHE
|
|
19054
|
+
================================================================================
|
|
19055
|
+
|
|
19056
|
+
Apache License
|
|
19057
|
+
Version 2.0, January 2004
|
|
19058
|
+
http://www.apache.org/licenses/
|
|
19059
|
+
|
|
19060
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
19061
|
+
|
|
19062
|
+
1. Definitions.
|
|
19063
|
+
|
|
19064
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
19065
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
19066
|
+
|
|
19067
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
19068
|
+
the copyright owner that is granting the License.
|
|
19069
|
+
|
|
19070
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
19071
|
+
other entities that control, are controlled by, or are under common
|
|
19072
|
+
control with that entity. For the purposes of this definition,
|
|
19073
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19074
|
+
direction or management of such entity, whether by contract or
|
|
19075
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
19076
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
19077
|
+
|
|
19078
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
19079
|
+
exercising permissions granted by this License.
|
|
19080
|
+
|
|
19081
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
19082
|
+
including but not limited to software source code, documentation
|
|
19083
|
+
source, and configuration files.
|
|
19084
|
+
|
|
19085
|
+
"Object" form shall mean any form resulting from mechanical
|
|
19086
|
+
transformation or translation of a Source form, including but
|
|
19087
|
+
not limited to compiled object code, generated documentation,
|
|
19088
|
+
and conversions to other media types.
|
|
19089
|
+
|
|
19090
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
19091
|
+
Object form, made available under the License, as indicated by a
|
|
19092
|
+
copyright notice that is included in or attached to the work
|
|
19093
|
+
(an example is provided in the Appendix below).
|
|
19094
|
+
|
|
19095
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
19096
|
+
form, that is based on (or derived from) the Work and for which the
|
|
19097
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
19098
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
19099
|
+
of this License, Derivative Works shall not include works that remain
|
|
19100
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
19101
|
+
the Work and Derivative Works thereof.
|
|
19102
|
+
|
|
19103
|
+
"Contribution" shall mean any work of authorship, including
|
|
19104
|
+
the original version of the Work and any modifications or additions
|
|
19105
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
19106
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
19107
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
19108
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
19109
|
+
means any form of electronic, verbal, or written communication sent
|
|
19110
|
+
to the Licensor or its representatives, including but not limited to
|
|
19111
|
+
communication on electronic mailing lists, source code control systems,
|
|
19112
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
19113
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
19114
|
+
excluding communication that is conspicuously marked or otherwise
|
|
19115
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
19116
|
+
|
|
19117
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
19118
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
19119
|
+
subsequently incorporated within the Work.
|
|
19120
|
+
|
|
19121
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
19122
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
19123
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
19124
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
19125
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
19126
|
+
Work and such Derivative Works in Source or Object form.
|
|
19127
|
+
|
|
19128
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
19129
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
19130
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
19131
|
+
(except as stated in this section) patent license to make, have made,
|
|
19132
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
19133
|
+
where such license applies only to those patent claims licensable
|
|
19134
|
+
by such Contributor that are necessarily infringed by their
|
|
19135
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
19136
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
19137
|
+
institute patent litigation against any entity (including a
|
|
19138
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
19139
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
19140
|
+
or contributory patent infringement, then any patent licenses
|
|
19141
|
+
granted to You under this License for that Work shall terminate
|
|
19142
|
+
as of the date such litigation is filed.
|
|
19143
|
+
|
|
19144
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
19145
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
19146
|
+
modifications, and in Source or Object form, provided that You
|
|
19147
|
+
meet the following conditions:
|
|
19148
|
+
|
|
19149
|
+
(a) You must give any other recipients of the Work or
|
|
19150
|
+
Derivative Works a copy of this License; and
|
|
19151
|
+
|
|
19152
|
+
(b) You must cause any modified files to carry prominent notices
|
|
19153
|
+
stating that You changed the files; and
|
|
19154
|
+
|
|
19155
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
19156
|
+
that You distribute, all copyright, patent, trademark, and
|
|
19157
|
+
attribution notices from the Source form of the Work,
|
|
19158
|
+
excluding those notices that do not pertain to any part of
|
|
19159
|
+
the Derivative Works; and
|
|
19160
|
+
|
|
19161
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
19162
|
+
distribution, then any Derivative Works that You distribute must
|
|
19163
|
+
include a readable copy of the attribution notices contained
|
|
19164
|
+
within such NOTICE file, excluding those notices that do not
|
|
19165
|
+
pertain to any part of the Derivative Works, in at least one
|
|
19166
|
+
of the following places: within a NOTICE text file distributed
|
|
19167
|
+
as part of the Derivative Works; within the Source form or
|
|
19168
|
+
documentation, if provided along with the Derivative Works; or,
|
|
19169
|
+
within a display generated by the Derivative Works, if and
|
|
19170
|
+
wherever such third-party notices normally appear. The contents
|
|
19171
|
+
of the NOTICE file are for informational purposes only and
|
|
19172
|
+
do not modify the License. You may add Your own attribution
|
|
19173
|
+
notices within Derivative Works that You distribute, alongside
|
|
19174
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
19175
|
+
that such additional attribution notices cannot be construed
|
|
19176
|
+
as modifying the License.
|
|
19177
|
+
|
|
19178
|
+
You may add Your own copyright statement to Your modifications and
|
|
19179
|
+
may provide additional or different license terms and conditions
|
|
19180
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
19181
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
19182
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
19183
|
+
the conditions stated in this License.
|
|
19184
|
+
|
|
19185
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
19186
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
19187
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
19188
|
+
this License, without any additional terms or conditions.
|
|
19189
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
19190
|
+
the terms of any separate license agreement you may have executed
|
|
19191
|
+
with Licensor regarding such Contributions.
|
|
19192
|
+
|
|
19193
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
19194
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
19195
|
+
except as required for reasonable and customary use in describing the
|
|
19196
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
19197
|
+
|
|
19198
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
19199
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
19200
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
19201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
19202
|
+
implied, including, without limitation, any warranties or conditions
|
|
19203
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
19204
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
19205
|
+
appropriateness of using or redistributing the Work and assume any
|
|
19206
|
+
risks associated with Your exercise of permissions under this License.
|
|
19207
|
+
|
|
19208
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
19209
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
19210
|
+
unless required by applicable law (such as deliberate and grossly
|
|
19211
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
19212
|
+
liable to You for damages, including any direct, indirect, special,
|
|
19213
|
+
incidental, or consequential damages of any character arising as a
|
|
19214
|
+
result of this License or out of the use or inability to use the
|
|
19215
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
19216
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
19217
|
+
other commercial damages or losses), even if such Contributor
|
|
19218
|
+
has been advised of the possibility of such damages.
|
|
19219
|
+
|
|
19220
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
19221
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
19222
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
19223
|
+
or other liability obligations and/or rights consistent with this
|
|
19224
|
+
License. However, in accepting such obligations, You may act only
|
|
19225
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
19226
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
19227
|
+
defend, and hold each Contributor harmless for any liability
|
|
19228
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
19229
|
+
of your accepting any such warranty or additional liability.
|
|
19230
|
+
|
|
19231
|
+
END OF TERMS AND CONDITIONS
|
|
19232
|
+
|
|
19233
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
19234
|
+
|
|
19235
|
+
To apply the Apache License to your work, attach the following
|
|
19236
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
19237
|
+
replaced with your own identifying information. (Don't include
|
|
19238
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
19239
|
+
comment syntax for the file format. We also recommend that a
|
|
19240
|
+
file or class name and description of purpose be included on the
|
|
19241
|
+
same "printed page" as the copyright notice for easier
|
|
19242
|
+
identification within third-party archives.
|
|
19243
|
+
|
|
19244
|
+
Copyright [yyyy] [name of copyright owner]
|
|
19245
|
+
|
|
19246
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19247
|
+
you may not use this file except in compliance with the License.
|
|
19248
|
+
You may obtain a copy of the License at
|
|
19249
|
+
|
|
19250
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
19251
|
+
|
|
19252
|
+
Unless required by applicable law or agreed to in writing, software
|
|
19253
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
19254
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19255
|
+
See the License for the specific language governing permissions and
|
|
19256
|
+
limitations under the License.
|
|
19257
|
+
|
|
19258
|
+
================================================================================
|
|
19259
|
+
httparse LICENSE-MIT
|
|
19260
|
+
================================================================================
|
|
19261
|
+
|
|
19262
|
+
Copyright (c) 2015-2025 Sean McArthur
|
|
19263
|
+
|
|
19264
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19265
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
19266
|
+
in the Software without restriction, including without limitation the rights
|
|
19267
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19268
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
19269
|
+
furnished to do so, subject to the following conditions:
|
|
19270
|
+
|
|
19271
|
+
The above copyright notice and this permission notice shall be included in
|
|
19272
|
+
all copies or substantial portions of the Software.
|
|
19273
|
+
|
|
19274
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19275
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19276
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19277
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19278
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19279
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19280
|
+
THE SOFTWARE.
|
|
19281
|
+
|
|
19282
|
+
|
|
19283
|
+
================================================================================
|
|
19284
|
+
humantime LICENSE-APACHE
|
|
19285
|
+
================================================================================
|
|
19286
|
+
|
|
19287
|
+
Apache License
|
|
19288
|
+
Version 2.0, January 2004
|
|
19289
|
+
http://www.apache.org/licenses/
|
|
19290
|
+
|
|
19291
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
19292
|
+
|
|
19293
|
+
1. Definitions.
|
|
19294
|
+
|
|
19295
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
19296
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
19297
|
+
|
|
19298
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
19299
|
+
the copyright owner that is granting the License.
|
|
19300
|
+
|
|
19301
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
19302
|
+
other entities that control, are controlled by, or are under common
|
|
19303
|
+
control with that entity. For the purposes of this definition,
|
|
19304
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19305
|
+
direction or management of such entity, whether by contract or
|
|
19306
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
19307
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
19308
|
+
|
|
19309
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
19310
|
+
exercising permissions granted by this License.
|
|
19311
|
+
|
|
19312
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
19313
|
+
including but not limited to software source code, documentation
|
|
19314
|
+
source, and configuration files.
|
|
19315
|
+
|
|
19316
|
+
"Object" form shall mean any form resulting from mechanical
|
|
19317
|
+
transformation or translation of a Source form, including but
|
|
19318
|
+
not limited to compiled object code, generated documentation,
|
|
19319
|
+
and conversions to other media types.
|
|
19320
|
+
|
|
19321
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
19322
|
+
Object form, made available under the License, as indicated by a
|
|
19323
|
+
copyright notice that is included in or attached to the work
|
|
19324
|
+
(an example is provided in the Appendix below).
|
|
19325
|
+
|
|
19326
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
19327
|
+
form, that is based on (or derived from) the Work and for which the
|
|
19328
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
19329
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
19330
|
+
of this License, Derivative Works shall not include works that remain
|
|
19331
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
19332
|
+
the Work and Derivative Works thereof.
|
|
19333
|
+
|
|
19334
|
+
"Contribution" shall mean any work of authorship, including
|
|
19335
|
+
the original version of the Work and any modifications or additions
|
|
19336
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
19337
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
19338
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
19339
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
19340
|
+
means any form of electronic, verbal, or written communication sent
|
|
19341
|
+
to the Licensor or its representatives, including but not limited to
|
|
19342
|
+
communication on electronic mailing lists, source code control systems,
|
|
19343
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
19344
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
19345
|
+
excluding communication that is conspicuously marked or otherwise
|
|
19346
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
19347
|
+
|
|
19348
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
19349
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
19350
|
+
subsequently incorporated within the Work.
|
|
19351
|
+
|
|
19352
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
19353
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
19354
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
19355
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
19356
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
19357
|
+
Work and such Derivative Works in Source or Object form.
|
|
19358
|
+
|
|
19359
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
19360
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
19361
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
19362
|
+
(except as stated in this section) patent license to make, have made,
|
|
19363
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
19364
|
+
where such license applies only to those patent claims licensable
|
|
19365
|
+
by such Contributor that are necessarily infringed by their
|
|
19366
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
19367
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
19368
|
+
institute patent litigation against any entity (including a
|
|
19369
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
19370
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
19371
|
+
or contributory patent infringement, then any patent licenses
|
|
19372
|
+
granted to You under this License for that Work shall terminate
|
|
19373
|
+
as of the date such litigation is filed.
|
|
19374
|
+
|
|
19375
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
19376
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
19377
|
+
modifications, and in Source or Object form, provided that You
|
|
19378
|
+
meet the following conditions:
|
|
19379
|
+
|
|
19380
|
+
(a) You must give any other recipients of the Work or
|
|
19381
|
+
Derivative Works a copy of this License; and
|
|
19382
|
+
|
|
19383
|
+
(b) You must cause any modified files to carry prominent notices
|
|
19384
|
+
stating that You changed the files; and
|
|
19385
|
+
|
|
19386
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
19387
|
+
that You distribute, all copyright, patent, trademark, and
|
|
19388
|
+
attribution notices from the Source form of the Work,
|
|
19389
|
+
excluding those notices that do not pertain to any part of
|
|
19390
|
+
the Derivative Works; and
|
|
19391
|
+
|
|
19392
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
19393
|
+
distribution, then any Derivative Works that You distribute must
|
|
19394
|
+
include a readable copy of the attribution notices contained
|
|
19395
|
+
within such NOTICE file, excluding those notices that do not
|
|
19396
|
+
pertain to any part of the Derivative Works, in at least one
|
|
19397
|
+
of the following places: within a NOTICE text file distributed
|
|
19398
|
+
as part of the Derivative Works; within the Source form or
|
|
19399
|
+
documentation, if provided along with the Derivative Works; or,
|
|
19400
|
+
within a display generated by the Derivative Works, if and
|
|
19401
|
+
wherever such third-party notices normally appear. The contents
|
|
19402
|
+
of the NOTICE file are for informational purposes only and
|
|
19403
|
+
do not modify the License. You may add Your own attribution
|
|
19404
|
+
notices within Derivative Works that You distribute, alongside
|
|
19405
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
19406
|
+
that such additional attribution notices cannot be construed
|
|
19407
|
+
as modifying the License.
|
|
19408
|
+
|
|
19409
|
+
You may add Your own copyright statement to Your modifications and
|
|
19410
|
+
may provide additional or different license terms and conditions
|
|
19411
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
19412
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
19413
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
19414
|
+
the conditions stated in this License.
|
|
19415
|
+
|
|
19416
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
19417
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
19418
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
19419
|
+
this License, without any additional terms or conditions.
|
|
19420
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
19421
|
+
the terms of any separate license agreement you may have executed
|
|
19422
|
+
with Licensor regarding such Contributions.
|
|
19423
|
+
|
|
19424
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
19425
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
19426
|
+
except as required for reasonable and customary use in describing the
|
|
19427
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
19428
|
+
|
|
19429
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
19430
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
19431
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
19432
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
19433
|
+
implied, including, without limitation, any warranties or conditions
|
|
19434
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
19435
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
19436
|
+
appropriateness of using or redistributing the Work and assume any
|
|
19437
|
+
risks associated with Your exercise of permissions under this License.
|
|
19438
|
+
|
|
19439
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
19440
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
19441
|
+
unless required by applicable law (such as deliberate and grossly
|
|
19442
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
19443
|
+
liable to You for damages, including any direct, indirect, special,
|
|
19444
|
+
incidental, or consequential damages of any character arising as a
|
|
19445
|
+
result of this License or out of the use or inability to use the
|
|
19446
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
19447
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
19448
|
+
other commercial damages or losses), even if such Contributor
|
|
19449
|
+
has been advised of the possibility of such damages.
|
|
19450
|
+
|
|
19451
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
19452
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
19453
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
19454
|
+
or other liability obligations and/or rights consistent with this
|
|
19455
|
+
License. However, in accepting such obligations, You may act only
|
|
19456
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
19457
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
19458
|
+
defend, and hold each Contributor harmless for any liability
|
|
19459
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
19460
|
+
of your accepting any such warranty or additional liability.
|
|
19461
|
+
|
|
19462
|
+
END OF TERMS AND CONDITIONS
|
|
19463
|
+
|
|
19464
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
19465
|
+
|
|
19466
|
+
To apply the Apache License to your work, attach the following
|
|
19467
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
19468
|
+
replaced with your own identifying information. (Don't include
|
|
19469
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
19470
|
+
comment syntax for the file format. We also recommend that a
|
|
19471
|
+
file or class name and description of purpose be included on the
|
|
19472
|
+
same "printed page" as the copyright notice for easier
|
|
19473
|
+
identification within third-party archives.
|
|
19474
|
+
|
|
19475
|
+
Copyright {yyyy} {name of copyright owner}
|
|
19476
|
+
|
|
19477
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
19478
|
+
you may not use this file except in compliance with the License.
|
|
19479
|
+
You may obtain a copy of the License at
|
|
19480
|
+
|
|
19481
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
19482
|
+
|
|
19483
|
+
Unless required by applicable law or agreed to in writing, software
|
|
19484
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
19485
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19486
|
+
See the License for the specific language governing permissions and
|
|
19487
|
+
limitations under the License.
|
|
19488
|
+
|
|
19489
|
+
|
|
19490
|
+
================================================================================
|
|
19491
|
+
humantime LICENSE-MIT
|
|
19492
|
+
================================================================================
|
|
19493
|
+
|
|
19494
|
+
Copyright (c) 2016 The humantime Developers
|
|
19495
|
+
|
|
19496
|
+
Includes parts of http date with the following copyright:
|
|
19497
|
+
Copyright (c) 2016 Pyfisch
|
|
19498
|
+
|
|
19499
|
+
Includes portions of musl libc with the following copyright:
|
|
19500
|
+
Copyright © 2005-2013 Rich Felker
|
|
19501
|
+
|
|
19502
|
+
|
|
19503
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19504
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
19505
|
+
in the Software without restriction, including without limitation the rights
|
|
19506
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19507
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
19508
|
+
furnished to do so, subject to the following conditions:
|
|
19509
|
+
|
|
19510
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19511
|
+
copies or substantial portions of the Software.
|
|
19512
|
+
|
|
19513
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19514
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19515
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19516
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19517
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19518
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19519
|
+
SOFTWARE.
|
|
19520
|
+
|
|
19521
|
+
================================================================================
|
|
19522
|
+
hyper LICENSE
|
|
19523
|
+
================================================================================
|
|
19524
|
+
|
|
19525
|
+
Copyright (c) 2014-2025 Sean McArthur
|
|
19526
|
+
|
|
19527
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19528
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
19529
|
+
in the Software without restriction, including without limitation the rights
|
|
19530
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19531
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
19532
|
+
furnished to do so, subject to the following conditions:
|
|
19533
|
+
|
|
19534
|
+
The above copyright notice and this permission notice shall be included in
|
|
19535
|
+
all copies or substantial portions of the Software.
|
|
19536
|
+
|
|
19537
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19538
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19539
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19540
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19541
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19542
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19543
|
+
THE SOFTWARE.
|
|
19544
|
+
|
|
19545
|
+
================================================================================
|
|
19546
|
+
hyper-rustls LICENSE
|
|
19547
|
+
================================================================================
|
|
19548
|
+
|
|
19549
|
+
hyper-rustls is distributed under the following three licenses:
|
|
19550
|
+
|
|
19551
|
+
- Apache License version 2.0.
|
|
19552
|
+
- MIT license.
|
|
19553
|
+
- ISC license.
|
|
19554
|
+
|
|
19555
|
+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
|
19556
|
+
respectively. You may use this software under the terms of any
|
|
19557
|
+
of these licenses, at your option.
|
|
19558
|
+
|
|
19559
|
+
|
|
19560
|
+
================================================================================
|
|
19561
|
+
hyper-rustls LICENSE-APACHE
|
|
19302
19562
|
================================================================================
|
|
19303
19563
|
|
|
19304
19564
|
Apache License
|
|
@@ -34440,424 +34700,6 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
34440
34700
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
34441
34701
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
34442
34702
|
|
|
34443
|
-
================================================================================
|
|
34444
|
-
ref-cast LICENSE-APACHE
|
|
34445
|
-
================================================================================
|
|
34446
|
-
|
|
34447
|
-
Apache License
|
|
34448
|
-
Version 2.0, January 2004
|
|
34449
|
-
http://www.apache.org/licenses/
|
|
34450
|
-
|
|
34451
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34452
|
-
|
|
34453
|
-
1. Definitions.
|
|
34454
|
-
|
|
34455
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
34456
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
34457
|
-
|
|
34458
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
34459
|
-
the copyright owner that is granting the License.
|
|
34460
|
-
|
|
34461
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
34462
|
-
other entities that control, are controlled by, or are under common
|
|
34463
|
-
control with that entity. For the purposes of this definition,
|
|
34464
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
34465
|
-
direction or management of such entity, whether by contract or
|
|
34466
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
34467
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
34468
|
-
|
|
34469
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
34470
|
-
exercising permissions granted by this License.
|
|
34471
|
-
|
|
34472
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
34473
|
-
including but not limited to software source code, documentation
|
|
34474
|
-
source, and configuration files.
|
|
34475
|
-
|
|
34476
|
-
"Object" form shall mean any form resulting from mechanical
|
|
34477
|
-
transformation or translation of a Source form, including but
|
|
34478
|
-
not limited to compiled object code, generated documentation,
|
|
34479
|
-
and conversions to other media types.
|
|
34480
|
-
|
|
34481
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
34482
|
-
Object form, made available under the License, as indicated by a
|
|
34483
|
-
copyright notice that is included in or attached to the work
|
|
34484
|
-
(an example is provided in the Appendix below).
|
|
34485
|
-
|
|
34486
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
34487
|
-
form, that is based on (or derived from) the Work and for which the
|
|
34488
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
34489
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
34490
|
-
of this License, Derivative Works shall not include works that remain
|
|
34491
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
34492
|
-
the Work and Derivative Works thereof.
|
|
34493
|
-
|
|
34494
|
-
"Contribution" shall mean any work of authorship, including
|
|
34495
|
-
the original version of the Work and any modifications or additions
|
|
34496
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
34497
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
34498
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
34499
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
34500
|
-
means any form of electronic, verbal, or written communication sent
|
|
34501
|
-
to the Licensor or its representatives, including but not limited to
|
|
34502
|
-
communication on electronic mailing lists, source code control systems,
|
|
34503
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
34504
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
34505
|
-
excluding communication that is conspicuously marked or otherwise
|
|
34506
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
34507
|
-
|
|
34508
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
34509
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
34510
|
-
subsequently incorporated within the Work.
|
|
34511
|
-
|
|
34512
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
34513
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
34514
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
34515
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
34516
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
34517
|
-
Work and such Derivative Works in Source or Object form.
|
|
34518
|
-
|
|
34519
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
34520
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
34521
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
34522
|
-
(except as stated in this section) patent license to make, have made,
|
|
34523
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
34524
|
-
where such license applies only to those patent claims licensable
|
|
34525
|
-
by such Contributor that are necessarily infringed by their
|
|
34526
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
34527
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
34528
|
-
institute patent litigation against any entity (including a
|
|
34529
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
34530
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
34531
|
-
or contributory patent infringement, then any patent licenses
|
|
34532
|
-
granted to You under this License for that Work shall terminate
|
|
34533
|
-
as of the date such litigation is filed.
|
|
34534
|
-
|
|
34535
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
34536
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
34537
|
-
modifications, and in Source or Object form, provided that You
|
|
34538
|
-
meet the following conditions:
|
|
34539
|
-
|
|
34540
|
-
(a) You must give any other recipients of the Work or
|
|
34541
|
-
Derivative Works a copy of this License; and
|
|
34542
|
-
|
|
34543
|
-
(b) You must cause any modified files to carry prominent notices
|
|
34544
|
-
stating that You changed the files; and
|
|
34545
|
-
|
|
34546
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
34547
|
-
that You distribute, all copyright, patent, trademark, and
|
|
34548
|
-
attribution notices from the Source form of the Work,
|
|
34549
|
-
excluding those notices that do not pertain to any part of
|
|
34550
|
-
the Derivative Works; and
|
|
34551
|
-
|
|
34552
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
34553
|
-
distribution, then any Derivative Works that You distribute must
|
|
34554
|
-
include a readable copy of the attribution notices contained
|
|
34555
|
-
within such NOTICE file, excluding those notices that do not
|
|
34556
|
-
pertain to any part of the Derivative Works, in at least one
|
|
34557
|
-
of the following places: within a NOTICE text file distributed
|
|
34558
|
-
as part of the Derivative Works; within the Source form or
|
|
34559
|
-
documentation, if provided along with the Derivative Works; or,
|
|
34560
|
-
within a display generated by the Derivative Works, if and
|
|
34561
|
-
wherever such third-party notices normally appear. The contents
|
|
34562
|
-
of the NOTICE file are for informational purposes only and
|
|
34563
|
-
do not modify the License. You may add Your own attribution
|
|
34564
|
-
notices within Derivative Works that You distribute, alongside
|
|
34565
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
34566
|
-
that such additional attribution notices cannot be construed
|
|
34567
|
-
as modifying the License.
|
|
34568
|
-
|
|
34569
|
-
You may add Your own copyright statement to Your modifications and
|
|
34570
|
-
may provide additional or different license terms and conditions
|
|
34571
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
34572
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
34573
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
34574
|
-
the conditions stated in this License.
|
|
34575
|
-
|
|
34576
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
34577
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
34578
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
34579
|
-
this License, without any additional terms or conditions.
|
|
34580
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
34581
|
-
the terms of any separate license agreement you may have executed
|
|
34582
|
-
with Licensor regarding such Contributions.
|
|
34583
|
-
|
|
34584
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
34585
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
34586
|
-
except as required for reasonable and customary use in describing the
|
|
34587
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
34588
|
-
|
|
34589
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
34590
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
34591
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
34592
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
34593
|
-
implied, including, without limitation, any warranties or conditions
|
|
34594
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
34595
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
34596
|
-
appropriateness of using or redistributing the Work and assume any
|
|
34597
|
-
risks associated with Your exercise of permissions under this License.
|
|
34598
|
-
|
|
34599
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
34600
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
34601
|
-
unless required by applicable law (such as deliberate and grossly
|
|
34602
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
34603
|
-
liable to You for damages, including any direct, indirect, special,
|
|
34604
|
-
incidental, or consequential damages of any character arising as a
|
|
34605
|
-
result of this License or out of the use or inability to use the
|
|
34606
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
34607
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
34608
|
-
other commercial damages or losses), even if such Contributor
|
|
34609
|
-
has been advised of the possibility of such damages.
|
|
34610
|
-
|
|
34611
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
34612
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
34613
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
34614
|
-
or other liability obligations and/or rights consistent with this
|
|
34615
|
-
License. However, in accepting such obligations, You may act only
|
|
34616
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
34617
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
34618
|
-
defend, and hold each Contributor harmless for any liability
|
|
34619
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
34620
|
-
of your accepting any such warranty or additional liability.
|
|
34621
|
-
|
|
34622
|
-
END OF TERMS AND CONDITIONS
|
|
34623
|
-
|
|
34624
|
-
================================================================================
|
|
34625
|
-
ref-cast LICENSE-MIT
|
|
34626
|
-
================================================================================
|
|
34627
|
-
|
|
34628
|
-
Permission is hereby granted, free of charge, to any
|
|
34629
|
-
person obtaining a copy of this software and associated
|
|
34630
|
-
documentation files (the "Software"), to deal in the
|
|
34631
|
-
Software without restriction, including without
|
|
34632
|
-
limitation the rights to use, copy, modify, merge,
|
|
34633
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
34634
|
-
the Software, and to permit persons to whom the Software
|
|
34635
|
-
is furnished to do so, subject to the following
|
|
34636
|
-
conditions:
|
|
34637
|
-
|
|
34638
|
-
The above copyright notice and this permission notice
|
|
34639
|
-
shall be included in all copies or substantial portions
|
|
34640
|
-
of the Software.
|
|
34641
|
-
|
|
34642
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
34643
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
34644
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
34645
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
34646
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
34647
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
34648
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
34649
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34650
|
-
DEALINGS IN THE SOFTWARE.
|
|
34651
|
-
|
|
34652
|
-
================================================================================
|
|
34653
|
-
ref-cast-impl LICENSE-APACHE
|
|
34654
|
-
================================================================================
|
|
34655
|
-
|
|
34656
|
-
Apache License
|
|
34657
|
-
Version 2.0, January 2004
|
|
34658
|
-
http://www.apache.org/licenses/
|
|
34659
|
-
|
|
34660
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34661
|
-
|
|
34662
|
-
1. Definitions.
|
|
34663
|
-
|
|
34664
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
34665
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
34666
|
-
|
|
34667
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
34668
|
-
the copyright owner that is granting the License.
|
|
34669
|
-
|
|
34670
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
34671
|
-
other entities that control, are controlled by, or are under common
|
|
34672
|
-
control with that entity. For the purposes of this definition,
|
|
34673
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
34674
|
-
direction or management of such entity, whether by contract or
|
|
34675
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
34676
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
34677
|
-
|
|
34678
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
34679
|
-
exercising permissions granted by this License.
|
|
34680
|
-
|
|
34681
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
34682
|
-
including but not limited to software source code, documentation
|
|
34683
|
-
source, and configuration files.
|
|
34684
|
-
|
|
34685
|
-
"Object" form shall mean any form resulting from mechanical
|
|
34686
|
-
transformation or translation of a Source form, including but
|
|
34687
|
-
not limited to compiled object code, generated documentation,
|
|
34688
|
-
and conversions to other media types.
|
|
34689
|
-
|
|
34690
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
34691
|
-
Object form, made available under the License, as indicated by a
|
|
34692
|
-
copyright notice that is included in or attached to the work
|
|
34693
|
-
(an example is provided in the Appendix below).
|
|
34694
|
-
|
|
34695
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
34696
|
-
form, that is based on (or derived from) the Work and for which the
|
|
34697
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
34698
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
34699
|
-
of this License, Derivative Works shall not include works that remain
|
|
34700
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
34701
|
-
the Work and Derivative Works thereof.
|
|
34702
|
-
|
|
34703
|
-
"Contribution" shall mean any work of authorship, including
|
|
34704
|
-
the original version of the Work and any modifications or additions
|
|
34705
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
34706
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
34707
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
34708
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
34709
|
-
means any form of electronic, verbal, or written communication sent
|
|
34710
|
-
to the Licensor or its representatives, including but not limited to
|
|
34711
|
-
communication on electronic mailing lists, source code control systems,
|
|
34712
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
34713
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
34714
|
-
excluding communication that is conspicuously marked or otherwise
|
|
34715
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
34716
|
-
|
|
34717
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
34718
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
34719
|
-
subsequently incorporated within the Work.
|
|
34720
|
-
|
|
34721
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
34722
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
34723
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
34724
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
34725
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
34726
|
-
Work and such Derivative Works in Source or Object form.
|
|
34727
|
-
|
|
34728
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
34729
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
34730
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
34731
|
-
(except as stated in this section) patent license to make, have made,
|
|
34732
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
34733
|
-
where such license applies only to those patent claims licensable
|
|
34734
|
-
by such Contributor that are necessarily infringed by their
|
|
34735
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
34736
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
34737
|
-
institute patent litigation against any entity (including a
|
|
34738
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
34739
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
34740
|
-
or contributory patent infringement, then any patent licenses
|
|
34741
|
-
granted to You under this License for that Work shall terminate
|
|
34742
|
-
as of the date such litigation is filed.
|
|
34743
|
-
|
|
34744
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
34745
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
34746
|
-
modifications, and in Source or Object form, provided that You
|
|
34747
|
-
meet the following conditions:
|
|
34748
|
-
|
|
34749
|
-
(a) You must give any other recipients of the Work or
|
|
34750
|
-
Derivative Works a copy of this License; and
|
|
34751
|
-
|
|
34752
|
-
(b) You must cause any modified files to carry prominent notices
|
|
34753
|
-
stating that You changed the files; and
|
|
34754
|
-
|
|
34755
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
34756
|
-
that You distribute, all copyright, patent, trademark, and
|
|
34757
|
-
attribution notices from the Source form of the Work,
|
|
34758
|
-
excluding those notices that do not pertain to any part of
|
|
34759
|
-
the Derivative Works; and
|
|
34760
|
-
|
|
34761
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
34762
|
-
distribution, then any Derivative Works that You distribute must
|
|
34763
|
-
include a readable copy of the attribution notices contained
|
|
34764
|
-
within such NOTICE file, excluding those notices that do not
|
|
34765
|
-
pertain to any part of the Derivative Works, in at least one
|
|
34766
|
-
of the following places: within a NOTICE text file distributed
|
|
34767
|
-
as part of the Derivative Works; within the Source form or
|
|
34768
|
-
documentation, if provided along with the Derivative Works; or,
|
|
34769
|
-
within a display generated by the Derivative Works, if and
|
|
34770
|
-
wherever such third-party notices normally appear. The contents
|
|
34771
|
-
of the NOTICE file are for informational purposes only and
|
|
34772
|
-
do not modify the License. You may add Your own attribution
|
|
34773
|
-
notices within Derivative Works that You distribute, alongside
|
|
34774
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
34775
|
-
that such additional attribution notices cannot be construed
|
|
34776
|
-
as modifying the License.
|
|
34777
|
-
|
|
34778
|
-
You may add Your own copyright statement to Your modifications and
|
|
34779
|
-
may provide additional or different license terms and conditions
|
|
34780
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
34781
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
34782
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
34783
|
-
the conditions stated in this License.
|
|
34784
|
-
|
|
34785
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
34786
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
34787
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
34788
|
-
this License, without any additional terms or conditions.
|
|
34789
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
34790
|
-
the terms of any separate license agreement you may have executed
|
|
34791
|
-
with Licensor regarding such Contributions.
|
|
34792
|
-
|
|
34793
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
34794
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
34795
|
-
except as required for reasonable and customary use in describing the
|
|
34796
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
34797
|
-
|
|
34798
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
34799
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
34800
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
34801
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
34802
|
-
implied, including, without limitation, any warranties or conditions
|
|
34803
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
34804
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
34805
|
-
appropriateness of using or redistributing the Work and assume any
|
|
34806
|
-
risks associated with Your exercise of permissions under this License.
|
|
34807
|
-
|
|
34808
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
34809
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
34810
|
-
unless required by applicable law (such as deliberate and grossly
|
|
34811
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
34812
|
-
liable to You for damages, including any direct, indirect, special,
|
|
34813
|
-
incidental, or consequential damages of any character arising as a
|
|
34814
|
-
result of this License or out of the use or inability to use the
|
|
34815
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
34816
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
34817
|
-
other commercial damages or losses), even if such Contributor
|
|
34818
|
-
has been advised of the possibility of such damages.
|
|
34819
|
-
|
|
34820
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
34821
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
34822
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
34823
|
-
or other liability obligations and/or rights consistent with this
|
|
34824
|
-
License. However, in accepting such obligations, You may act only
|
|
34825
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
34826
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
34827
|
-
defend, and hold each Contributor harmless for any liability
|
|
34828
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
34829
|
-
of your accepting any such warranty or additional liability.
|
|
34830
|
-
|
|
34831
|
-
END OF TERMS AND CONDITIONS
|
|
34832
|
-
|
|
34833
|
-
================================================================================
|
|
34834
|
-
ref-cast-impl LICENSE-MIT
|
|
34835
|
-
================================================================================
|
|
34836
|
-
|
|
34837
|
-
Permission is hereby granted, free of charge, to any
|
|
34838
|
-
person obtaining a copy of this software and associated
|
|
34839
|
-
documentation files (the "Software"), to deal in the
|
|
34840
|
-
Software without restriction, including without
|
|
34841
|
-
limitation the rights to use, copy, modify, merge,
|
|
34842
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
34843
|
-
the Software, and to permit persons to whom the Software
|
|
34844
|
-
is furnished to do so, subject to the following
|
|
34845
|
-
conditions:
|
|
34846
|
-
|
|
34847
|
-
The above copyright notice and this permission notice
|
|
34848
|
-
shall be included in all copies or substantial portions
|
|
34849
|
-
of the Software.
|
|
34850
|
-
|
|
34851
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
34852
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
34853
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
34854
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
34855
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
34856
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
34857
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
34858
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34859
|
-
DEALINGS IN THE SOFTWARE.
|
|
34860
|
-
|
|
34861
34703
|
================================================================================
|
|
34862
34704
|
regex LICENSE-APACHE
|
|
34863
34705
|
================================================================================
|
|
@@ -36375,7 +36217,355 @@ See the License for the specific language governing permissions and
|
|
|
36375
36217
|
limitations under the License.
|
|
36376
36218
|
|
|
36377
36219
|
================================================================================
|
|
36378
|
-
ring src/polyfill/once_cell/LICENSE-MIT
|
|
36220
|
+
ring src/polyfill/once_cell/LICENSE-MIT
|
|
36221
|
+
================================================================================
|
|
36222
|
+
|
|
36223
|
+
Permission is hereby granted, free of charge, to any
|
|
36224
|
+
person obtaining a copy of this software and associated
|
|
36225
|
+
documentation files (the "Software"), to deal in the
|
|
36226
|
+
Software without restriction, including without
|
|
36227
|
+
limitation the rights to use, copy, modify, merge,
|
|
36228
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
36229
|
+
the Software, and to permit persons to whom the Software
|
|
36230
|
+
is furnished to do so, subject to the following
|
|
36231
|
+
conditions:
|
|
36232
|
+
|
|
36233
|
+
The above copyright notice and this permission notice
|
|
36234
|
+
shall be included in all copies or substantial portions
|
|
36235
|
+
of the Software.
|
|
36236
|
+
|
|
36237
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
36238
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
36239
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
36240
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
36241
|
+
SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
36242
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
36243
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
36244
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36245
|
+
DEALINGS IN THE SOFTWARE.
|
|
36246
|
+
|
|
36247
|
+
================================================================================
|
|
36248
|
+
ring third_party/fiat/LICENSE
|
|
36249
|
+
================================================================================
|
|
36250
|
+
|
|
36251
|
+
The Apache License, Version 2.0 (Apache-2.0)
|
|
36252
|
+
|
|
36253
|
+
Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
|
|
36254
|
+
|
|
36255
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36256
|
+
you may not use this file except in compliance with the License.
|
|
36257
|
+
You may obtain a copy of the License at
|
|
36258
|
+
|
|
36259
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
36260
|
+
|
|
36261
|
+
Unless required by applicable law or agreed to in writing, software
|
|
36262
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36263
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36264
|
+
See the License for the specific language governing permissions and
|
|
36265
|
+
limitations under the License.
|
|
36266
|
+
|
|
36267
|
+
================================================================================
|
|
36268
|
+
rle-decode-fast LICENSE-APACHE
|
|
36269
|
+
================================================================================
|
|
36270
|
+
|
|
36271
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
36272
|
+
|
|
36273
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36274
|
+
you may not use this file except in compliance with the License.
|
|
36275
|
+
You may obtain a copy of the License at
|
|
36276
|
+
|
|
36277
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
36278
|
+
|
|
36279
|
+
Unless required by applicable law or agreed to in writing, software
|
|
36280
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36281
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36282
|
+
See the License for the specific language governing permissions and
|
|
36283
|
+
limitations under the License.
|
|
36284
|
+
|
|
36285
|
+
================================================================================
|
|
36286
|
+
rle-decode-fast LICENSE-MIT
|
|
36287
|
+
================================================================================
|
|
36288
|
+
|
|
36289
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
36290
|
+
|
|
36291
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36292
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
36293
|
+
in the Software without restriction, including without limitation the rights to
|
|
36294
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
36295
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
36296
|
+
so, subject to the following conditions:
|
|
36297
|
+
|
|
36298
|
+
The above copyright notice and this permission notice shall be included in all
|
|
36299
|
+
copies or substantial portions of the Software.
|
|
36300
|
+
|
|
36301
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36302
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36303
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36304
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36305
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36306
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36307
|
+
SOFTWARE.
|
|
36308
|
+
|
|
36309
|
+
================================================================================
|
|
36310
|
+
rmp LICENSE
|
|
36311
|
+
================================================================================
|
|
36312
|
+
|
|
36313
|
+
MIT License
|
|
36314
|
+
|
|
36315
|
+
Copyright (c) 2017 Evgeny Safronov
|
|
36316
|
+
|
|
36317
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36318
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
36319
|
+
in the Software without restriction, including without limitation the rights
|
|
36320
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36321
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36322
|
+
furnished to do so, subject to the following conditions:
|
|
36323
|
+
|
|
36324
|
+
The above copyright notice and this permission notice shall be included in all
|
|
36325
|
+
copies or substantial portions of the Software.
|
|
36326
|
+
|
|
36327
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36328
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36329
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36330
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36331
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36332
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36333
|
+
SOFTWARE.
|
|
36334
|
+
|
|
36335
|
+
================================================================================
|
|
36336
|
+
rmp-serde LICENSE
|
|
36337
|
+
================================================================================
|
|
36338
|
+
|
|
36339
|
+
MIT License
|
|
36340
|
+
|
|
36341
|
+
Copyright (c) 2017 Evgeny Safronov
|
|
36342
|
+
|
|
36343
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36344
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
36345
|
+
in the Software without restriction, including without limitation the rights
|
|
36346
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36347
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36348
|
+
furnished to do so, subject to the following conditions:
|
|
36349
|
+
|
|
36350
|
+
The above copyright notice and this permission notice shall be included in all
|
|
36351
|
+
copies or substantial portions of the Software.
|
|
36352
|
+
|
|
36353
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36354
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36355
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36356
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36357
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36358
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36359
|
+
SOFTWARE.
|
|
36360
|
+
|
|
36361
|
+
================================================================================
|
|
36362
|
+
rustc-hash v1.1.0 LICENSE-APACHE
|
|
36363
|
+
================================================================================
|
|
36364
|
+
|
|
36365
|
+
Apache License
|
|
36366
|
+
Version 2.0, January 2004
|
|
36367
|
+
http://www.apache.org/licenses/
|
|
36368
|
+
|
|
36369
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
36370
|
+
|
|
36371
|
+
1. Definitions.
|
|
36372
|
+
|
|
36373
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
36374
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
36375
|
+
|
|
36376
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
36377
|
+
the copyright owner that is granting the License.
|
|
36378
|
+
|
|
36379
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
36380
|
+
other entities that control, are controlled by, or are under common
|
|
36381
|
+
control with that entity. For the purposes of this definition,
|
|
36382
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
36383
|
+
direction or management of such entity, whether by contract or
|
|
36384
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
36385
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
36386
|
+
|
|
36387
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
36388
|
+
exercising permissions granted by this License.
|
|
36389
|
+
|
|
36390
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
36391
|
+
including but not limited to software source code, documentation
|
|
36392
|
+
source, and configuration files.
|
|
36393
|
+
|
|
36394
|
+
"Object" form shall mean any form resulting from mechanical
|
|
36395
|
+
transformation or translation of a Source form, including but
|
|
36396
|
+
not limited to compiled object code, generated documentation,
|
|
36397
|
+
and conversions to other media types.
|
|
36398
|
+
|
|
36399
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36400
|
+
Object form, made available under the License, as indicated by a
|
|
36401
|
+
copyright notice that is included in or attached to the work
|
|
36402
|
+
(an example is provided in the Appendix below).
|
|
36403
|
+
|
|
36404
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
36405
|
+
form, that is based on (or derived from) the Work and for which the
|
|
36406
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
36407
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
36408
|
+
of this License, Derivative Works shall not include works that remain
|
|
36409
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
36410
|
+
the Work and Derivative Works thereof.
|
|
36411
|
+
|
|
36412
|
+
"Contribution" shall mean any work of authorship, including
|
|
36413
|
+
the original version of the Work and any modifications or additions
|
|
36414
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
36415
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
36416
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
36417
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
36418
|
+
means any form of electronic, verbal, or written communication sent
|
|
36419
|
+
to the Licensor or its representatives, including but not limited to
|
|
36420
|
+
communication on electronic mailing lists, source code control systems,
|
|
36421
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
36422
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
36423
|
+
excluding communication that is conspicuously marked or otherwise
|
|
36424
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
36425
|
+
|
|
36426
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
36427
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
36428
|
+
subsequently incorporated within the Work.
|
|
36429
|
+
|
|
36430
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
36431
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
36432
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
36433
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
36434
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
36435
|
+
Work and such Derivative Works in Source or Object form.
|
|
36436
|
+
|
|
36437
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
36438
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
36439
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
36440
|
+
(except as stated in this section) patent license to make, have made,
|
|
36441
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
36442
|
+
where such license applies only to those patent claims licensable
|
|
36443
|
+
by such Contributor that are necessarily infringed by their
|
|
36444
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
36445
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
36446
|
+
institute patent litigation against any entity (including a
|
|
36447
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
36448
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
36449
|
+
or contributory patent infringement, then any patent licenses
|
|
36450
|
+
granted to You under this License for that Work shall terminate
|
|
36451
|
+
as of the date such litigation is filed.
|
|
36452
|
+
|
|
36453
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
36454
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
36455
|
+
modifications, and in Source or Object form, provided that You
|
|
36456
|
+
meet the following conditions:
|
|
36457
|
+
|
|
36458
|
+
(a) You must give any other recipients of the Work or
|
|
36459
|
+
Derivative Works a copy of this License; and
|
|
36460
|
+
|
|
36461
|
+
(b) You must cause any modified files to carry prominent notices
|
|
36462
|
+
stating that You changed the files; and
|
|
36463
|
+
|
|
36464
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
36465
|
+
that You distribute, all copyright, patent, trademark, and
|
|
36466
|
+
attribution notices from the Source form of the Work,
|
|
36467
|
+
excluding those notices that do not pertain to any part of
|
|
36468
|
+
the Derivative Works; and
|
|
36469
|
+
|
|
36470
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
36471
|
+
distribution, then any Derivative Works that You distribute must
|
|
36472
|
+
include a readable copy of the attribution notices contained
|
|
36473
|
+
within such NOTICE file, excluding those notices that do not
|
|
36474
|
+
pertain to any part of the Derivative Works, in at least one
|
|
36475
|
+
of the following places: within a NOTICE text file distributed
|
|
36476
|
+
as part of the Derivative Works; within the Source form or
|
|
36477
|
+
documentation, if provided along with the Derivative Works; or,
|
|
36478
|
+
within a display generated by the Derivative Works, if and
|
|
36479
|
+
wherever such third-party notices normally appear. The contents
|
|
36480
|
+
of the NOTICE file are for informational purposes only and
|
|
36481
|
+
do not modify the License. You may add Your own attribution
|
|
36482
|
+
notices within Derivative Works that You distribute, alongside
|
|
36483
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
36484
|
+
that such additional attribution notices cannot be construed
|
|
36485
|
+
as modifying the License.
|
|
36486
|
+
|
|
36487
|
+
You may add Your own copyright statement to Your modifications and
|
|
36488
|
+
may provide additional or different license terms and conditions
|
|
36489
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
36490
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
36491
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
36492
|
+
the conditions stated in this License.
|
|
36493
|
+
|
|
36494
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
36495
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
36496
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
36497
|
+
this License, without any additional terms or conditions.
|
|
36498
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
36499
|
+
the terms of any separate license agreement you may have executed
|
|
36500
|
+
with Licensor regarding such Contributions.
|
|
36501
|
+
|
|
36502
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
36503
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
36504
|
+
except as required for reasonable and customary use in describing the
|
|
36505
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
36506
|
+
|
|
36507
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
36508
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
36509
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
36510
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
36511
|
+
implied, including, without limitation, any warranties or conditions
|
|
36512
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
36513
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
36514
|
+
appropriateness of using or redistributing the Work and assume any
|
|
36515
|
+
risks associated with Your exercise of permissions under this License.
|
|
36516
|
+
|
|
36517
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
36518
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
36519
|
+
unless required by applicable law (such as deliberate and grossly
|
|
36520
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
36521
|
+
liable to You for damages, including any direct, indirect, special,
|
|
36522
|
+
incidental, or consequential damages of any character arising as a
|
|
36523
|
+
result of this License or out of the use or inability to use the
|
|
36524
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
36525
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
36526
|
+
other commercial damages or losses), even if such Contributor
|
|
36527
|
+
has been advised of the possibility of such damages.
|
|
36528
|
+
|
|
36529
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
36530
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
36531
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
36532
|
+
or other liability obligations and/or rights consistent with this
|
|
36533
|
+
License. However, in accepting such obligations, You may act only
|
|
36534
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
36535
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
36536
|
+
defend, and hold each Contributor harmless for any liability
|
|
36537
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
36538
|
+
of your accepting any such warranty or additional liability.
|
|
36539
|
+
|
|
36540
|
+
END OF TERMS AND CONDITIONS
|
|
36541
|
+
|
|
36542
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
36543
|
+
|
|
36544
|
+
To apply the Apache License to your work, attach the following
|
|
36545
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
36546
|
+
replaced with your own identifying information. (Don't include
|
|
36547
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
36548
|
+
comment syntax for the file format. We also recommend that a
|
|
36549
|
+
file or class name and description of purpose be included on the
|
|
36550
|
+
same "printed page" as the copyright notice for easier
|
|
36551
|
+
identification within third-party archives.
|
|
36552
|
+
|
|
36553
|
+
Copyright [yyyy] [name of copyright owner]
|
|
36554
|
+
|
|
36555
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36556
|
+
you may not use this file except in compliance with the License.
|
|
36557
|
+
You may obtain a copy of the License at
|
|
36558
|
+
|
|
36559
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
36560
|
+
|
|
36561
|
+
Unless required by applicable law or agreed to in writing, software
|
|
36562
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36563
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36564
|
+
See the License for the specific language governing permissions and
|
|
36565
|
+
limitations under the License.
|
|
36566
|
+
|
|
36567
|
+
================================================================================
|
|
36568
|
+
rustc-hash v1.1.0 LICENSE-MIT
|
|
36379
36569
|
================================================================================
|
|
36380
36570
|
|
|
36381
36571
|
Permission is hereby granted, free of charge, to any
|
|
@@ -36396,128 +36586,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
|
36396
36586
|
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
36397
36587
|
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
36398
36588
|
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
36399
|
-
SHALL THE
|
|
36589
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
36400
36590
|
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
36401
36591
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
36402
36592
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36403
36593
|
DEALINGS IN THE SOFTWARE.
|
|
36404
36594
|
|
|
36405
36595
|
================================================================================
|
|
36406
|
-
|
|
36407
|
-
================================================================================
|
|
36408
|
-
|
|
36409
|
-
The Apache License, Version 2.0 (Apache-2.0)
|
|
36410
|
-
|
|
36411
|
-
Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
|
|
36412
|
-
|
|
36413
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36414
|
-
you may not use this file except in compliance with the License.
|
|
36415
|
-
You may obtain a copy of the License at
|
|
36416
|
-
|
|
36417
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
36418
|
-
|
|
36419
|
-
Unless required by applicable law or agreed to in writing, software
|
|
36420
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36421
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36422
|
-
See the License for the specific language governing permissions and
|
|
36423
|
-
limitations under the License.
|
|
36424
|
-
|
|
36425
|
-
================================================================================
|
|
36426
|
-
rle-decode-fast LICENSE-APACHE
|
|
36427
|
-
================================================================================
|
|
36428
|
-
|
|
36429
|
-
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
36430
|
-
|
|
36431
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36432
|
-
you may not use this file except in compliance with the License.
|
|
36433
|
-
You may obtain a copy of the License at
|
|
36434
|
-
|
|
36435
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
36436
|
-
|
|
36437
|
-
Unless required by applicable law or agreed to in writing, software
|
|
36438
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36439
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36440
|
-
See the License for the specific language governing permissions and
|
|
36441
|
-
limitations under the License.
|
|
36442
|
-
|
|
36443
|
-
================================================================================
|
|
36444
|
-
rle-decode-fast LICENSE-MIT
|
|
36445
|
-
================================================================================
|
|
36446
|
-
|
|
36447
|
-
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
|
36448
|
-
|
|
36449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
36451
|
-
in the Software without restriction, including without limitation the rights to
|
|
36452
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
36453
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
36454
|
-
so, subject to the following conditions:
|
|
36455
|
-
|
|
36456
|
-
The above copyright notice and this permission notice shall be included in all
|
|
36457
|
-
copies or substantial portions of the Software.
|
|
36458
|
-
|
|
36459
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36460
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36465
|
-
SOFTWARE.
|
|
36466
|
-
|
|
36467
|
-
================================================================================
|
|
36468
|
-
rmp LICENSE
|
|
36469
|
-
================================================================================
|
|
36470
|
-
|
|
36471
|
-
MIT License
|
|
36472
|
-
|
|
36473
|
-
Copyright (c) 2017 Evgeny Safronov
|
|
36474
|
-
|
|
36475
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36476
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
36477
|
-
in the Software without restriction, including without limitation the rights
|
|
36478
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36479
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
36480
|
-
furnished to do so, subject to the following conditions:
|
|
36481
|
-
|
|
36482
|
-
The above copyright notice and this permission notice shall be included in all
|
|
36483
|
-
copies or substantial portions of the Software.
|
|
36484
|
-
|
|
36485
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36486
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36487
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36488
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36489
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36490
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36491
|
-
SOFTWARE.
|
|
36492
|
-
|
|
36493
|
-
================================================================================
|
|
36494
|
-
rmp-serde LICENSE
|
|
36495
|
-
================================================================================
|
|
36496
|
-
|
|
36497
|
-
MIT License
|
|
36498
|
-
|
|
36499
|
-
Copyright (c) 2017 Evgeny Safronov
|
|
36500
|
-
|
|
36501
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
36502
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
36503
|
-
in the Software without restriction, including without limitation the rights
|
|
36504
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
36505
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
36506
|
-
furnished to do so, subject to the following conditions:
|
|
36507
|
-
|
|
36508
|
-
The above copyright notice and this permission notice shall be included in all
|
|
36509
|
-
copies or substantial portions of the Software.
|
|
36510
|
-
|
|
36511
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
36512
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
36513
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
36514
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
36515
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
36516
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
36517
|
-
SOFTWARE.
|
|
36518
|
-
|
|
36519
|
-
================================================================================
|
|
36520
|
-
rustc-hash v1.1.0 LICENSE-APACHE
|
|
36596
|
+
rustc-hash v2.1.1 LICENSE-APACHE
|
|
36521
36597
|
================================================================================
|
|
36522
36598
|
|
|
36523
36599
|
Apache License
|
|
@@ -36697,33 +36773,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
36697
36773
|
|
|
36698
36774
|
END OF TERMS AND CONDITIONS
|
|
36699
36775
|
|
|
36700
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
36701
|
-
|
|
36702
|
-
To apply the Apache License to your work, attach the following
|
|
36703
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
36704
|
-
replaced with your own identifying information. (Don't include
|
|
36705
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
36706
|
-
comment syntax for the file format. We also recommend that a
|
|
36707
|
-
file or class name and description of purpose be included on the
|
|
36708
|
-
same "printed page" as the copyright notice for easier
|
|
36709
|
-
identification within third-party archives.
|
|
36710
|
-
|
|
36711
|
-
Copyright [yyyy] [name of copyright owner]
|
|
36712
|
-
|
|
36713
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36714
|
-
you may not use this file except in compliance with the License.
|
|
36715
|
-
You may obtain a copy of the License at
|
|
36716
|
-
|
|
36717
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
36718
|
-
|
|
36719
|
-
Unless required by applicable law or agreed to in writing, software
|
|
36720
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
36721
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
36722
|
-
See the License for the specific language governing permissions and
|
|
36723
|
-
limitations under the License.
|
|
36724
|
-
|
|
36725
36776
|
================================================================================
|
|
36726
|
-
rustc-hash
|
|
36777
|
+
rustc-hash v2.1.1 LICENSE-MIT
|
|
36727
36778
|
================================================================================
|
|
36728
36779
|
|
|
36729
36780
|
Permission is hereby granted, free of charge, to any
|
|
@@ -36751,7 +36802,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
36751
36802
|
DEALINGS IN THE SOFTWARE.
|
|
36752
36803
|
|
|
36753
36804
|
================================================================================
|
|
36754
|
-
|
|
36805
|
+
rustix v0.38.44 LICENSE-APACHE
|
|
36755
36806
|
================================================================================
|
|
36756
36807
|
|
|
36757
36808
|
Apache License
|
|
@@ -36931,8 +36982,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
36931
36982
|
|
|
36932
36983
|
END OF TERMS AND CONDITIONS
|
|
36933
36984
|
|
|
36985
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
36986
|
+
|
|
36987
|
+
To apply the Apache License to your work, attach the following
|
|
36988
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
36989
|
+
replaced with your own identifying information. (Don't include
|
|
36990
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
36991
|
+
comment syntax for the file format. We also recommend that a
|
|
36992
|
+
file or class name and description of purpose be included on the
|
|
36993
|
+
same "printed page" as the copyright notice for easier
|
|
36994
|
+
identification within third-party archives.
|
|
36995
|
+
|
|
36996
|
+
Copyright [yyyy] [name of copyright owner]
|
|
36997
|
+
|
|
36998
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
36999
|
+
you may not use this file except in compliance with the License.
|
|
37000
|
+
You may obtain a copy of the License at
|
|
37001
|
+
|
|
37002
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
37003
|
+
|
|
37004
|
+
Unless required by applicable law or agreed to in writing, software
|
|
37005
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
37006
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
37007
|
+
See the License for the specific language governing permissions and
|
|
37008
|
+
limitations under the License.
|
|
37009
|
+
|
|
36934
37010
|
================================================================================
|
|
36935
|
-
|
|
37011
|
+
rustix v0.38.44 LICENSE-MIT
|
|
36936
37012
|
================================================================================
|
|
36937
37013
|
|
|
36938
37014
|
Permission is hereby granted, free of charge, to any
|
|
@@ -36960,7 +37036,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
36960
37036
|
DEALINGS IN THE SOFTWARE.
|
|
36961
37037
|
|
|
36962
37038
|
================================================================================
|
|
36963
|
-
rustix
|
|
37039
|
+
rustix v1.0.7 LICENSE-APACHE
|
|
36964
37040
|
================================================================================
|
|
36965
37041
|
|
|
36966
37042
|
Apache License
|
|
@@ -37166,7 +37242,7 @@ See the License for the specific language governing permissions and
|
|
|
37166
37242
|
limitations under the License.
|
|
37167
37243
|
|
|
37168
37244
|
================================================================================
|
|
37169
|
-
rustix
|
|
37245
|
+
rustix v1.0.7 LICENSE-MIT
|
|
37170
37246
|
================================================================================
|
|
37171
37247
|
|
|
37172
37248
|
Permission is hereby granted, free of charge, to any
|
|
@@ -37194,7 +37270,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37194
37270
|
DEALINGS IN THE SOFTWARE.
|
|
37195
37271
|
|
|
37196
37272
|
================================================================================
|
|
37197
|
-
|
|
37273
|
+
rustls LICENSE-APACHE
|
|
37198
37274
|
================================================================================
|
|
37199
37275
|
|
|
37200
37276
|
Apache License
|
|
@@ -37400,9 +37476,31 @@ See the License for the specific language governing permissions and
|
|
|
37400
37476
|
limitations under the License.
|
|
37401
37477
|
|
|
37402
37478
|
================================================================================
|
|
37403
|
-
|
|
37479
|
+
rustls LICENSE-ISC
|
|
37480
|
+
================================================================================
|
|
37481
|
+
|
|
37482
|
+
ISC License (ISC)
|
|
37483
|
+
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
|
37484
|
+
|
|
37485
|
+
Permission to use, copy, modify, and/or distribute this software for
|
|
37486
|
+
any purpose with or without fee is hereby granted, provided that the
|
|
37487
|
+
above copyright notice and this permission notice appear in all copies.
|
|
37488
|
+
|
|
37489
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
37490
|
+
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
37491
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
37492
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
37493
|
+
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
37494
|
+
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
37495
|
+
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
37496
|
+
THIS SOFTWARE.
|
|
37497
|
+
|
|
37498
|
+
================================================================================
|
|
37499
|
+
rustls LICENSE-MIT
|
|
37404
37500
|
================================================================================
|
|
37405
37501
|
|
|
37502
|
+
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
37503
|
+
|
|
37406
37504
|
Permission is hereby granted, free of charge, to any
|
|
37407
37505
|
person obtaining a copy of this software and associated
|
|
37408
37506
|
documentation files (the "Software"), to deal in the
|
|
@@ -37428,7 +37526,22 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37428
37526
|
DEALINGS IN THE SOFTWARE.
|
|
37429
37527
|
|
|
37430
37528
|
================================================================================
|
|
37431
|
-
rustls LICENSE
|
|
37529
|
+
rustls-native-certs LICENSE
|
|
37530
|
+
================================================================================
|
|
37531
|
+
|
|
37532
|
+
Rustls is distributed under the following three licenses:
|
|
37533
|
+
|
|
37534
|
+
- Apache License version 2.0.
|
|
37535
|
+
- MIT license.
|
|
37536
|
+
- ISC license.
|
|
37537
|
+
|
|
37538
|
+
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
|
37539
|
+
respectively. You may use this software under the terms of any
|
|
37540
|
+
of these licenses, at your option.
|
|
37541
|
+
|
|
37542
|
+
|
|
37543
|
+
================================================================================
|
|
37544
|
+
rustls-native-certs LICENSE-APACHE
|
|
37432
37545
|
================================================================================
|
|
37433
37546
|
|
|
37434
37547
|
Apache License
|
|
@@ -37634,7 +37747,7 @@ See the License for the specific language governing permissions and
|
|
|
37634
37747
|
limitations under the License.
|
|
37635
37748
|
|
|
37636
37749
|
================================================================================
|
|
37637
|
-
rustls LICENSE-ISC
|
|
37750
|
+
rustls-native-certs LICENSE-ISC
|
|
37638
37751
|
================================================================================
|
|
37639
37752
|
|
|
37640
37753
|
ISC License (ISC)
|
|
@@ -37654,7 +37767,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
37654
37767
|
THIS SOFTWARE.
|
|
37655
37768
|
|
|
37656
37769
|
================================================================================
|
|
37657
|
-
rustls LICENSE-MIT
|
|
37770
|
+
rustls-native-certs LICENSE-MIT
|
|
37658
37771
|
================================================================================
|
|
37659
37772
|
|
|
37660
37773
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
@@ -37684,10 +37797,10 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37684
37797
|
DEALINGS IN THE SOFTWARE.
|
|
37685
37798
|
|
|
37686
37799
|
================================================================================
|
|
37687
|
-
rustls-
|
|
37800
|
+
rustls-pemfile LICENSE
|
|
37688
37801
|
================================================================================
|
|
37689
37802
|
|
|
37690
|
-
|
|
37803
|
+
rustls-pemfile is distributed under the following three licenses:
|
|
37691
37804
|
|
|
37692
37805
|
- Apache License version 2.0.
|
|
37693
37806
|
- MIT license.
|
|
@@ -37699,7 +37812,7 @@ of these licenses, at your option.
|
|
|
37699
37812
|
|
|
37700
37813
|
|
|
37701
37814
|
================================================================================
|
|
37702
|
-
rustls-
|
|
37815
|
+
rustls-pemfile LICENSE-APACHE
|
|
37703
37816
|
================================================================================
|
|
37704
37817
|
|
|
37705
37818
|
Apache License
|
|
@@ -37905,7 +38018,7 @@ See the License for the specific language governing permissions and
|
|
|
37905
38018
|
limitations under the License.
|
|
37906
38019
|
|
|
37907
38020
|
================================================================================
|
|
37908
|
-
rustls-
|
|
38021
|
+
rustls-pemfile LICENSE-ISC
|
|
37909
38022
|
================================================================================
|
|
37910
38023
|
|
|
37911
38024
|
ISC License (ISC)
|
|
@@ -37925,7 +38038,7 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
|
37925
38038
|
THIS SOFTWARE.
|
|
37926
38039
|
|
|
37927
38040
|
================================================================================
|
|
37928
|
-
rustls-
|
|
38041
|
+
rustls-pemfile LICENSE-MIT
|
|
37929
38042
|
================================================================================
|
|
37930
38043
|
|
|
37931
38044
|
Copyright (c) 2016 Joseph Birr-Pixton <jpixton@gmail.com>
|
|
@@ -37955,22 +38068,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
37955
38068
|
DEALINGS IN THE SOFTWARE.
|
|
37956
38069
|
|
|
37957
38070
|
================================================================================
|
|
37958
|
-
rustls-
|
|
37959
|
-
================================================================================
|
|
37960
|
-
|
|
37961
|
-
rustls-pemfile is distributed under the following three licenses:
|
|
37962
|
-
|
|
37963
|
-
- Apache License version 2.0.
|
|
37964
|
-
- MIT license.
|
|
37965
|
-
- ISC license.
|
|
37966
|
-
|
|
37967
|
-
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
|
|
37968
|
-
respectively. You may use this software under the terms of any
|
|
37969
|
-
of these licenses, at your option.
|
|
37970
|
-
|
|
37971
|
-
|
|
37972
|
-
================================================================================
|
|
37973
|
-
rustls-pemfile LICENSE-APACHE
|
|
38071
|
+
rustls-pki-types LICENSE-APACHE
|
|
37974
38072
|
================================================================================
|
|
37975
38073
|
|
|
37976
38074
|
Apache License
|
|
@@ -38161,7 +38259,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
38161
38259
|
same "printed page" as the copyright notice for easier
|
|
38162
38260
|
identification within third-party archives.
|
|
38163
38261
|
|
|
38164
|
-
Copyright
|
|
38262
|
+
Copyright 2023 Dirkjan Ochtman
|
|
38165
38263
|
|
|
38166
38264
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38167
38265
|
you may not use this file except in compliance with the License.
|
|
@@ -38176,30 +38274,10 @@ See the License for the specific language governing permissions and
|
|
|
38176
38274
|
limitations under the License.
|
|
38177
38275
|
|
|
38178
38276
|
================================================================================
|
|
38179
|
-
rustls-
|
|
38180
|
-
================================================================================
|
|
38181
|
-
|
|
38182
|
-
ISC License (ISC)
|
|
38183
|
-
Copyright (c) 2016, Joseph Birr-Pixton <jpixton@gmail.com>
|
|
38184
|
-
|
|
38185
|
-
Permission to use, copy, modify, and/or distribute this software for
|
|
38186
|
-
any purpose with or without fee is hereby granted, provided that the
|
|
38187
|
-
above copyright notice and this permission notice appear in all copies.
|
|
38188
|
-
|
|
38189
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
38190
|
-
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
38191
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
38192
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
38193
|
-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
38194
|
-
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
|
|
38195
|
-
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
|
38196
|
-
THIS SOFTWARE.
|
|
38197
|
-
|
|
38198
|
-
================================================================================
|
|
38199
|
-
rustls-pemfile LICENSE-MIT
|
|
38277
|
+
rustls-pki-types LICENSE-MIT
|
|
38200
38278
|
================================================================================
|
|
38201
38279
|
|
|
38202
|
-
Copyright (c)
|
|
38280
|
+
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
38203
38281
|
|
|
38204
38282
|
Permission is hereby granted, free of charge, to any
|
|
38205
38283
|
person obtaining a copy of this software and associated
|
|
@@ -38226,7 +38304,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
38226
38304
|
DEALINGS IN THE SOFTWARE.
|
|
38227
38305
|
|
|
38228
38306
|
================================================================================
|
|
38229
|
-
rustls-
|
|
38307
|
+
rustls-webpki LICENSE
|
|
38308
|
+
================================================================================
|
|
38309
|
+
|
|
38310
|
+
Except as otherwise noted, this project is licensed under the following
|
|
38311
|
+
(ISC-style) terms:
|
|
38312
|
+
|
|
38313
|
+
Copyright 2015 Brian Smith.
|
|
38314
|
+
|
|
38315
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
38316
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
38317
|
+
copyright notice and this permission notice appear in all copies.
|
|
38318
|
+
|
|
38319
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
|
38320
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
38321
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
|
38322
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
38323
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
38324
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
38325
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
38326
|
+
|
|
38327
|
+
The files under third-party/chromium are licensed as described in
|
|
38328
|
+
third-party/chromium/LICENSE.
|
|
38329
|
+
|
|
38330
|
+
================================================================================
|
|
38331
|
+
rustversion LICENSE-APACHE
|
|
38230
38332
|
================================================================================
|
|
38231
38333
|
|
|
38232
38334
|
Apache License
|
|
@@ -38406,37 +38508,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38406
38508
|
|
|
38407
38509
|
END OF TERMS AND CONDITIONS
|
|
38408
38510
|
|
|
38409
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
38410
|
-
|
|
38411
|
-
To apply the Apache License to your work, attach the following
|
|
38412
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
38413
|
-
replaced with your own identifying information. (Don't include
|
|
38414
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
38415
|
-
comment syntax for the file format. We also recommend that a
|
|
38416
|
-
file or class name and description of purpose be included on the
|
|
38417
|
-
same "printed page" as the copyright notice for easier
|
|
38418
|
-
identification within third-party archives.
|
|
38419
|
-
|
|
38420
|
-
Copyright 2023 Dirkjan Ochtman
|
|
38421
|
-
|
|
38422
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
38423
|
-
you may not use this file except in compliance with the License.
|
|
38424
|
-
You may obtain a copy of the License at
|
|
38425
|
-
|
|
38426
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
38427
|
-
|
|
38428
|
-
Unless required by applicable law or agreed to in writing, software
|
|
38429
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
38430
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
38431
|
-
See the License for the specific language governing permissions and
|
|
38432
|
-
limitations under the License.
|
|
38433
|
-
|
|
38434
38511
|
================================================================================
|
|
38435
|
-
|
|
38512
|
+
rustversion LICENSE-MIT
|
|
38436
38513
|
================================================================================
|
|
38437
38514
|
|
|
38438
|
-
Copyright (c) 2023 Dirkjan Ochtman <dirkjan@ochtman.nl>
|
|
38439
|
-
|
|
38440
38515
|
Permission is hereby granted, free of charge, to any
|
|
38441
38516
|
person obtaining a copy of this software and associated
|
|
38442
38517
|
documentation files (the "Software"), to deal in the
|
|
@@ -38462,31 +38537,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
38462
38537
|
DEALINGS IN THE SOFTWARE.
|
|
38463
38538
|
|
|
38464
38539
|
================================================================================
|
|
38465
|
-
|
|
38466
|
-
================================================================================
|
|
38467
|
-
|
|
38468
|
-
Except as otherwise noted, this project is licensed under the following
|
|
38469
|
-
(ISC-style) terms:
|
|
38470
|
-
|
|
38471
|
-
Copyright 2015 Brian Smith.
|
|
38472
|
-
|
|
38473
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
38474
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
38475
|
-
copyright notice and this permission notice appear in all copies.
|
|
38476
|
-
|
|
38477
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
|
38478
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
38479
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
|
|
38480
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
38481
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
38482
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
38483
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
38484
|
-
|
|
38485
|
-
The files under third-party/chromium are licensed as described in
|
|
38486
|
-
third-party/chromium/LICENSE.
|
|
38487
|
-
|
|
38488
|
-
================================================================================
|
|
38489
|
-
rustversion LICENSE-APACHE
|
|
38540
|
+
ryu LICENSE-APACHE
|
|
38490
38541
|
================================================================================
|
|
38491
38542
|
|
|
38492
38543
|
Apache License
|
|
@@ -38667,35 +38718,98 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38667
38718
|
END OF TERMS AND CONDITIONS
|
|
38668
38719
|
|
|
38669
38720
|
================================================================================
|
|
38670
|
-
|
|
38721
|
+
ryu LICENSE-BOOST
|
|
38671
38722
|
================================================================================
|
|
38672
38723
|
|
|
38673
|
-
|
|
38674
|
-
person obtaining a copy of this software and associated
|
|
38675
|
-
documentation files (the "Software"), to deal in the
|
|
38676
|
-
Software without restriction, including without
|
|
38677
|
-
limitation the rights to use, copy, modify, merge,
|
|
38678
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
38679
|
-
the Software, and to permit persons to whom the Software
|
|
38680
|
-
is furnished to do so, subject to the following
|
|
38681
|
-
conditions:
|
|
38724
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
|
38682
38725
|
|
|
38683
|
-
|
|
38684
|
-
|
|
38685
|
-
|
|
38726
|
+
Permission is hereby granted, free of charge, to any person or organization
|
|
38727
|
+
obtaining a copy of the software and accompanying documentation covered by
|
|
38728
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
|
38729
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
|
38730
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
|
38731
|
+
do so, all subject to the following:
|
|
38686
38732
|
|
|
38687
|
-
|
|
38688
|
-
|
|
38689
|
-
|
|
38690
|
-
|
|
38691
|
-
|
|
38692
|
-
|
|
38693
|
-
|
|
38694
|
-
|
|
38733
|
+
The copyright notices in the Software and this entire statement, including
|
|
38734
|
+
the above license grant, this restriction and the following disclaimer,
|
|
38735
|
+
must be included in all copies of the Software, in whole or in part, and
|
|
38736
|
+
all derivative works of the Software, unless such copies or derivative
|
|
38737
|
+
works are solely in the form of machine-executable object code generated by
|
|
38738
|
+
a source language processor.
|
|
38739
|
+
|
|
38740
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38741
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38742
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
38743
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
38744
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
38745
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
38695
38746
|
DEALINGS IN THE SOFTWARE.
|
|
38696
38747
|
|
|
38697
38748
|
================================================================================
|
|
38698
|
-
|
|
38749
|
+
same-file COPYING
|
|
38750
|
+
================================================================================
|
|
38751
|
+
|
|
38752
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
|
38753
|
+
|
|
38754
|
+
You may use this code under the terms of either license.
|
|
38755
|
+
|
|
38756
|
+
================================================================================
|
|
38757
|
+
same-file LICENSE-MIT
|
|
38758
|
+
================================================================================
|
|
38759
|
+
|
|
38760
|
+
The MIT License (MIT)
|
|
38761
|
+
|
|
38762
|
+
Copyright (c) 2017 Andrew Gallant
|
|
38763
|
+
|
|
38764
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
38765
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
38766
|
+
in the Software without restriction, including without limitation the rights
|
|
38767
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
38768
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
38769
|
+
furnished to do so, subject to the following conditions:
|
|
38770
|
+
|
|
38771
|
+
The above copyright notice and this permission notice shall be included in
|
|
38772
|
+
all copies or substantial portions of the Software.
|
|
38773
|
+
|
|
38774
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38775
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38776
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
38777
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
38778
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
38779
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
38780
|
+
THE SOFTWARE.
|
|
38781
|
+
|
|
38782
|
+
================================================================================
|
|
38783
|
+
same-file UNLICENSE
|
|
38784
|
+
================================================================================
|
|
38785
|
+
|
|
38786
|
+
This is free and unencumbered software released into the public domain.
|
|
38787
|
+
|
|
38788
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
38789
|
+
distribute this software, either in source code form or as a compiled
|
|
38790
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
38791
|
+
means.
|
|
38792
|
+
|
|
38793
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
38794
|
+
of this software dedicate any and all copyright interest in the
|
|
38795
|
+
software to the public domain. We make this dedication for the benefit
|
|
38796
|
+
of the public at large and to the detriment of our heirs and
|
|
38797
|
+
successors. We intend this dedication to be an overt act of
|
|
38798
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
38799
|
+
software under copyright law.
|
|
38800
|
+
|
|
38801
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
38802
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
38803
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
38804
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
38805
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
38806
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
38807
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
38808
|
+
|
|
38809
|
+
For more information, please refer to <http://unlicense.org/>
|
|
38810
|
+
|
|
38811
|
+
================================================================================
|
|
38812
|
+
scopeguard LICENSE-APACHE
|
|
38699
38813
|
================================================================================
|
|
38700
38814
|
|
|
38701
38815
|
Apache License
|
|
@@ -38875,99 +38989,63 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
38875
38989
|
|
|
38876
38990
|
END OF TERMS AND CONDITIONS
|
|
38877
38991
|
|
|
38878
|
-
|
|
38879
|
-
ryu LICENSE-BOOST
|
|
38880
|
-
================================================================================
|
|
38881
|
-
|
|
38882
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
|
38883
|
-
|
|
38884
|
-
Permission is hereby granted, free of charge, to any person or organization
|
|
38885
|
-
obtaining a copy of the software and accompanying documentation covered by
|
|
38886
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
|
38887
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
|
38888
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
|
38889
|
-
do so, all subject to the following:
|
|
38890
|
-
|
|
38891
|
-
The copyright notices in the Software and this entire statement, including
|
|
38892
|
-
the above license grant, this restriction and the following disclaimer,
|
|
38893
|
-
must be included in all copies of the Software, in whole or in part, and
|
|
38894
|
-
all derivative works of the Software, unless such copies or derivative
|
|
38895
|
-
works are solely in the form of machine-executable object code generated by
|
|
38896
|
-
a source language processor.
|
|
38897
|
-
|
|
38898
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
38899
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
38900
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
38901
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
38902
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
38903
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
38904
|
-
DEALINGS IN THE SOFTWARE.
|
|
38905
|
-
|
|
38906
|
-
================================================================================
|
|
38907
|
-
same-file COPYING
|
|
38908
|
-
================================================================================
|
|
38909
|
-
|
|
38910
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
|
38911
|
-
|
|
38912
|
-
You may use this code under the terms of either license.
|
|
38913
|
-
|
|
38914
|
-
================================================================================
|
|
38915
|
-
same-file LICENSE-MIT
|
|
38916
|
-
================================================================================
|
|
38992
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
38917
38993
|
|
|
38918
|
-
|
|
38994
|
+
To apply the Apache License to your work, attach the following
|
|
38995
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
38996
|
+
replaced with your own identifying information. (Don't include
|
|
38997
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
38998
|
+
comment syntax for the file format. We also recommend that a
|
|
38999
|
+
file or class name and description of purpose be included on the
|
|
39000
|
+
same "printed page" as the copyright notice for easier
|
|
39001
|
+
identification within third-party archives.
|
|
38919
39002
|
|
|
38920
|
-
Copyright
|
|
39003
|
+
Copyright [yyyy] [name of copyright owner]
|
|
38921
39004
|
|
|
38922
|
-
|
|
38923
|
-
|
|
38924
|
-
|
|
38925
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
38926
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
38927
|
-
furnished to do so, subject to the following conditions:
|
|
39005
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
39006
|
+
you may not use this file except in compliance with the License.
|
|
39007
|
+
You may obtain a copy of the License at
|
|
38928
39008
|
|
|
38929
|
-
|
|
38930
|
-
all copies or substantial portions of the Software.
|
|
39009
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
38931
39010
|
|
|
38932
|
-
|
|
38933
|
-
|
|
38934
|
-
|
|
38935
|
-
|
|
38936
|
-
|
|
38937
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
38938
|
-
THE SOFTWARE.
|
|
39011
|
+
Unless required by applicable law or agreed to in writing, software
|
|
39012
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
39013
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
39014
|
+
See the License for the specific language governing permissions and
|
|
39015
|
+
limitations under the License.
|
|
38939
39016
|
|
|
38940
39017
|
================================================================================
|
|
38941
|
-
|
|
39018
|
+
scopeguard LICENSE-MIT
|
|
38942
39019
|
================================================================================
|
|
38943
39020
|
|
|
38944
|
-
|
|
38945
|
-
|
|
38946
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
38947
|
-
distribute this software, either in source code form or as a compiled
|
|
38948
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
|
38949
|
-
means.
|
|
39021
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
38950
39022
|
|
|
38951
|
-
|
|
38952
|
-
of this software
|
|
38953
|
-
|
|
38954
|
-
|
|
38955
|
-
|
|
38956
|
-
|
|
38957
|
-
|
|
39023
|
+
Permission is hereby granted, free of charge, to any
|
|
39024
|
+
person obtaining a copy of this software and associated
|
|
39025
|
+
documentation files (the "Software"), to deal in the
|
|
39026
|
+
Software without restriction, including without
|
|
39027
|
+
limitation the rights to use, copy, modify, merge,
|
|
39028
|
+
publish, distribute, sublicense, and/or sell copies of
|
|
39029
|
+
the Software, and to permit persons to whom the Software
|
|
39030
|
+
is furnished to do so, subject to the following
|
|
39031
|
+
conditions:
|
|
38958
39032
|
|
|
38959
|
-
|
|
38960
|
-
|
|
38961
|
-
|
|
38962
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
38963
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
38964
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
38965
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
39033
|
+
The above copyright notice and this permission notice
|
|
39034
|
+
shall be included in all copies or substantial portions
|
|
39035
|
+
of the Software.
|
|
38966
39036
|
|
|
38967
|
-
|
|
39037
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
39038
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
39039
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
39040
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
39041
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
39042
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
39043
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
39044
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
39045
|
+
DEALINGS IN THE SOFTWARE.
|
|
38968
39046
|
|
|
38969
39047
|
================================================================================
|
|
38970
|
-
|
|
39048
|
+
seq-macro LICENSE-APACHE
|
|
38971
39049
|
================================================================================
|
|
38972
39050
|
|
|
38973
39051
|
Apache License
|
|
@@ -39147,37 +39225,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
39147
39225
|
|
|
39148
39226
|
END OF TERMS AND CONDITIONS
|
|
39149
39227
|
|
|
39150
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
39151
|
-
|
|
39152
|
-
To apply the Apache License to your work, attach the following
|
|
39153
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
39154
|
-
replaced with your own identifying information. (Don't include
|
|
39155
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
39156
|
-
comment syntax for the file format. We also recommend that a
|
|
39157
|
-
file or class name and description of purpose be included on the
|
|
39158
|
-
same "printed page" as the copyright notice for easier
|
|
39159
|
-
identification within third-party archives.
|
|
39160
|
-
|
|
39161
|
-
Copyright [yyyy] [name of copyright owner]
|
|
39162
|
-
|
|
39163
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
39164
|
-
you may not use this file except in compliance with the License.
|
|
39165
|
-
You may obtain a copy of the License at
|
|
39166
|
-
|
|
39167
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
39168
|
-
|
|
39169
|
-
Unless required by applicable law or agreed to in writing, software
|
|
39170
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
39171
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
39172
|
-
See the License for the specific language governing permissions and
|
|
39173
|
-
limitations under the License.
|
|
39174
|
-
|
|
39175
39228
|
================================================================================
|
|
39176
|
-
|
|
39229
|
+
seq-macro LICENSE-MIT
|
|
39177
39230
|
================================================================================
|
|
39178
39231
|
|
|
39179
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
|
39180
|
-
|
|
39181
39232
|
Permission is hereby granted, free of charge, to any
|
|
39182
39233
|
person obtaining a copy of this software and associated
|
|
39183
39234
|
documentation files (the "Software"), to deal in the
|
|
@@ -39203,7 +39254,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
39203
39254
|
DEALINGS IN THE SOFTWARE.
|
|
39204
39255
|
|
|
39205
39256
|
================================================================================
|
|
39206
|
-
|
|
39257
|
+
serde LICENSE-APACHE
|
|
39207
39258
|
================================================================================
|
|
39208
39259
|
|
|
39209
39260
|
Apache License
|
|
@@ -39384,7 +39435,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
39384
39435
|
END OF TERMS AND CONDITIONS
|
|
39385
39436
|
|
|
39386
39437
|
================================================================================
|
|
39387
|
-
|
|
39438
|
+
serde LICENSE-MIT
|
|
39388
39439
|
================================================================================
|
|
39389
39440
|
|
|
39390
39441
|
Permission is hereby granted, free of charge, to any
|
|
@@ -39412,7 +39463,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
|
39412
39463
|
DEALINGS IN THE SOFTWARE.
|
|
39413
39464
|
|
|
39414
39465
|
================================================================================
|
|
39415
|
-
|
|
39466
|
+
serde_core LICENSE-APACHE
|
|
39416
39467
|
================================================================================
|
|
39417
39468
|
|
|
39418
39469
|
Apache License
|
|
@@ -39593,7 +39644,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
39593
39644
|
END OF TERMS AND CONDITIONS
|
|
39594
39645
|
|
|
39595
39646
|
================================================================================
|
|
39596
|
-
|
|
39647
|
+
serde_core LICENSE-MIT
|
|
39597
39648
|
================================================================================
|
|
39598
39649
|
|
|
39599
39650
|
Permission is hereby granted, free of charge, to any
|
|
@@ -41899,32 +41950,6 @@ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
|
41899
41950
|
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
41900
41951
|
option.
|
|
41901
41952
|
|
|
41902
|
-
================================================================================
|
|
41903
|
-
skiplist LICENSE
|
|
41904
|
-
================================================================================
|
|
41905
|
-
|
|
41906
|
-
The MIT License (MIT)
|
|
41907
|
-
|
|
41908
|
-
Copyright (c) 2015-2025 Joshua Ellis
|
|
41909
|
-
|
|
41910
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
41911
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
41912
|
-
in the Software without restriction, including without limitation the rights
|
|
41913
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
41914
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
41915
|
-
furnished to do so, subject to the following conditions:
|
|
41916
|
-
|
|
41917
|
-
The above copyright notice and this permission notice shall be included in all
|
|
41918
|
-
copies or substantial portions of the Software.
|
|
41919
|
-
|
|
41920
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
41921
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
41922
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
41923
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
41924
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
41925
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
41926
|
-
SOFTWARE.
|
|
41927
|
-
|
|
41928
41953
|
================================================================================
|
|
41929
41954
|
slab LICENSE
|
|
41930
41955
|
================================================================================
|