rcf 0.1.1 → 0.2.0
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 +9 -0
- data/README.md +2 -2
- data/lib/rcf/forest.rb +1 -6
- data/lib/rcf/version.rb +1 -1
- data/vendor/aarch64-linux/LICENSE-THIRD-PARTY +132 -1683
- data/vendor/aarch64-linux/README.md +6 -5
- data/vendor/aarch64-linux/lib/librcf.so +0 -0
- data/vendor/arm64-darwin/LICENSE-THIRD-PARTY +132 -1683
- data/vendor/arm64-darwin/README.md +6 -5
- data/vendor/arm64-darwin/lib/librcf.dylib +0 -0
- data/vendor/x64-mingw/LICENSE-THIRD-PARTY +135 -1901
- data/vendor/x64-mingw/README.md +5 -4
- data/vendor/x64-mingw/lib/rcf.dll +0 -0
- data/vendor/x86_64-darwin/LICENSE-THIRD-PARTY +132 -1683
- data/vendor/x86_64-darwin/README.md +6 -5
- data/vendor/x86_64-darwin/lib/librcf.dylib +0 -0
- data/vendor/x86_64-linux/LICENSE-THIRD-PARTY +132 -1683
- data/vendor/x86_64-linux/README.md +6 -5
- data/vendor/x86_64-linux/lib/librcf.so +0 -0
- metadata +19 -5
@@ -10,10 +10,6 @@ cfg-if v1.0.0
|
|
10
10
|
https://github.com/alexcrichton/cfg-if
|
11
11
|
MIT/Apache-2.0
|
12
12
|
|
13
|
-
crossbeam-channel v0.5.6
|
14
|
-
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
15
|
-
MIT OR Apache-2.0
|
16
|
-
|
17
13
|
crossbeam-deque v0.8.2
|
18
14
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
19
15
|
MIT OR Apache-2.0
|
@@ -34,19 +30,11 @@ getrandom v0.2.8
|
|
34
30
|
https://github.com/rust-random/getrandom
|
35
31
|
MIT OR Apache-2.0
|
36
32
|
|
37
|
-
hermit-abi v0.1.19
|
38
|
-
https://github.com/hermitcore/libhermit-rs
|
39
|
-
MIT/Apache-2.0
|
40
|
-
|
41
|
-
libc v0.2.137
|
42
|
-
https://github.com/rust-lang/libc
|
43
|
-
MIT OR Apache-2.0
|
44
|
-
|
45
33
|
memoffset v0.6.5
|
46
34
|
https://github.com/Gilnaa/memoffset
|
47
35
|
MIT
|
48
36
|
|
49
|
-
num v0.4.
|
37
|
+
num v0.4.1
|
50
38
|
https://github.com/rust-num/num
|
51
39
|
MIT OR Apache-2.0
|
52
40
|
|
@@ -54,7 +42,7 @@ num-bigint v0.4.3
|
|
54
42
|
https://github.com/rust-num/num-bigint
|
55
43
|
MIT OR Apache-2.0
|
56
44
|
|
57
|
-
num-complex v0.4.
|
45
|
+
num-complex v0.4.4
|
58
46
|
https://github.com/rust-num/num-complex
|
59
47
|
MIT OR Apache-2.0
|
60
48
|
|
@@ -74,10 +62,6 @@ num-traits v0.2.15
|
|
74
62
|
https://github.com/rust-num/num-traits
|
75
63
|
MIT OR Apache-2.0
|
76
64
|
|
77
|
-
num_cpus v1.13.1
|
78
|
-
https://github.com/seanmonstar/num_cpus
|
79
|
-
MIT OR Apache-2.0
|
80
|
-
|
81
65
|
ppv-lite86 v0.2.16
|
82
66
|
https://github.com/cryptocorrosion/cryptocorrosion
|
83
67
|
MIT/Apache-2.0
|
@@ -94,25 +78,21 @@ rand_core v0.6.4
|
|
94
78
|
https://rust-random.github.io/book
|
95
79
|
MIT OR Apache-2.0
|
96
80
|
|
97
|
-
rayon v1.
|
81
|
+
rayon v1.8.1
|
98
82
|
https://github.com/rayon-rs/rayon
|
99
83
|
MIT OR Apache-2.0
|
100
84
|
|
101
|
-
rayon-core v1.
|
85
|
+
rayon-core v1.12.1
|
102
86
|
https://github.com/rayon-rs/rayon
|
103
87
|
MIT OR Apache-2.0
|
104
88
|
|
105
|
-
rcf
|
89
|
+
rcf v4.0.0
|
106
90
|
Apache-2.0
|
107
91
|
|
108
92
|
scopeguard v1.1.0
|
109
93
|
https://github.com/bluss/scopeguard
|
110
94
|
MIT/Apache-2.0
|
111
95
|
|
112
|
-
wasi v0.11.0+wasi-snapshot-preview1
|
113
|
-
https://github.com/bytecodealliance/wasi
|
114
|
-
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
115
|
-
|
116
96
|
================================================================================
|
117
97
|
autocfg LICENSE-APACHE
|
118
98
|
================================================================================
|
@@ -586,7 +566,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
586
566
|
DEALINGS IN THE SOFTWARE.
|
587
567
|
|
588
568
|
================================================================================
|
589
|
-
crossbeam-
|
569
|
+
crossbeam-deque LICENSE-APACHE
|
590
570
|
================================================================================
|
591
571
|
|
592
572
|
Apache License
|
@@ -792,7 +772,7 @@ See the License for the specific language governing permissions and
|
|
792
772
|
limitations under the License.
|
793
773
|
|
794
774
|
================================================================================
|
795
|
-
crossbeam-
|
775
|
+
crossbeam-deque LICENSE-MIT
|
796
776
|
================================================================================
|
797
777
|
|
798
778
|
The MIT License (MIT)
|
@@ -824,401 +804,9 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
824
804
|
DEALINGS IN THE SOFTWARE.
|
825
805
|
|
826
806
|
================================================================================
|
827
|
-
crossbeam-
|
807
|
+
crossbeam-epoch LICENSE-APACHE
|
828
808
|
================================================================================
|
829
809
|
|
830
|
-
===============================================================================
|
831
|
-
|
832
|
-
matching.go
|
833
|
-
https://creativecommons.org/licenses/by/3.0/legalcode
|
834
|
-
|
835
|
-
Creative Commons Legal Code
|
836
|
-
|
837
|
-
Attribution 3.0 Unported
|
838
|
-
|
839
|
-
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
840
|
-
LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
|
841
|
-
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
842
|
-
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
843
|
-
REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
|
844
|
-
DAMAGES RESULTING FROM ITS USE.
|
845
|
-
|
846
|
-
License
|
847
|
-
|
848
|
-
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
849
|
-
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
850
|
-
COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
851
|
-
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
|
852
|
-
|
853
|
-
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
|
854
|
-
TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
|
855
|
-
BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
|
856
|
-
CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
857
|
-
CONDITIONS.
|
858
|
-
|
859
|
-
1. Definitions
|
860
|
-
|
861
|
-
a. "Adaptation" means a work based upon the Work, or upon the Work and
|
862
|
-
other pre-existing works, such as a translation, adaptation,
|
863
|
-
derivative work, arrangement of music or other alterations of a
|
864
|
-
literary or artistic work, or phonogram or performance and includes
|
865
|
-
cinematographic adaptations or any other form in which the Work may be
|
866
|
-
recast, transformed, or adapted including in any form recognizably
|
867
|
-
derived from the original, except that a work that constitutes a
|
868
|
-
Collection will not be considered an Adaptation for the purpose of
|
869
|
-
this License. For the avoidance of doubt, where the Work is a musical
|
870
|
-
work, performance or phonogram, the synchronization of the Work in
|
871
|
-
timed-relation with a moving image ("synching") will be considered an
|
872
|
-
Adaptation for the purpose of this License.
|
873
|
-
b. "Collection" means a collection of literary or artistic works, such as
|
874
|
-
encyclopedias and anthologies, or performances, phonograms or
|
875
|
-
broadcasts, or other works or subject matter other than works listed
|
876
|
-
in Section 1(f) below, which, by reason of the selection and
|
877
|
-
arrangement of their contents, constitute intellectual creations, in
|
878
|
-
which the Work is included in its entirety in unmodified form along
|
879
|
-
with one or more other contributions, each constituting separate and
|
880
|
-
independent works in themselves, which together are assembled into a
|
881
|
-
collective whole. A work that constitutes a Collection will not be
|
882
|
-
considered an Adaptation (as defined above) for the purposes of this
|
883
|
-
License.
|
884
|
-
c. "Distribute" means to make available to the public the original and
|
885
|
-
copies of the Work or Adaptation, as appropriate, through sale or
|
886
|
-
other transfer of ownership.
|
887
|
-
d. "Licensor" means the individual, individuals, entity or entities that
|
888
|
-
offer(s) the Work under the terms of this License.
|
889
|
-
e. "Original Author" means, in the case of a literary or artistic work,
|
890
|
-
the individual, individuals, entity or entities who created the Work
|
891
|
-
or if no individual or entity can be identified, the publisher; and in
|
892
|
-
addition (i) in the case of a performance the actors, singers,
|
893
|
-
musicians, dancers, and other persons who act, sing, deliver, declaim,
|
894
|
-
play in, interpret or otherwise perform literary or artistic works or
|
895
|
-
expressions of folklore; (ii) in the case of a phonogram the producer
|
896
|
-
being the person or legal entity who first fixes the sounds of a
|
897
|
-
performance or other sounds; and, (iii) in the case of broadcasts, the
|
898
|
-
organization that transmits the broadcast.
|
899
|
-
f. "Work" means the literary and/or artistic work offered under the terms
|
900
|
-
of this License including without limitation any production in the
|
901
|
-
literary, scientific and artistic domain, whatever may be the mode or
|
902
|
-
form of its expression including digital form, such as a book,
|
903
|
-
pamphlet and other writing; a lecture, address, sermon or other work
|
904
|
-
of the same nature; a dramatic or dramatico-musical work; a
|
905
|
-
choreographic work or entertainment in dumb show; a musical
|
906
|
-
composition with or without words; a cinematographic work to which are
|
907
|
-
assimilated works expressed by a process analogous to cinematography;
|
908
|
-
a work of drawing, painting, architecture, sculpture, engraving or
|
909
|
-
lithography; a photographic work to which are assimilated works
|
910
|
-
expressed by a process analogous to photography; a work of applied
|
911
|
-
art; an illustration, map, plan, sketch or three-dimensional work
|
912
|
-
relative to geography, topography, architecture or science; a
|
913
|
-
performance; a broadcast; a phonogram; a compilation of data to the
|
914
|
-
extent it is protected as a copyrightable work; or a work performed by
|
915
|
-
a variety or circus performer to the extent it is not otherwise
|
916
|
-
considered a literary or artistic work.
|
917
|
-
g. "You" means an individual or entity exercising rights under this
|
918
|
-
License who has not previously violated the terms of this License with
|
919
|
-
respect to the Work, or who has received express permission from the
|
920
|
-
Licensor to exercise rights under this License despite a previous
|
921
|
-
violation.
|
922
|
-
h. "Publicly Perform" means to perform public recitations of the Work and
|
923
|
-
to communicate to the public those public recitations, by any means or
|
924
|
-
process, including by wire or wireless means or public digital
|
925
|
-
performances; to make available to the public Works in such a way that
|
926
|
-
members of the public may access these Works from a place and at a
|
927
|
-
place individually chosen by them; to perform the Work to the public
|
928
|
-
by any means or process and the communication to the public of the
|
929
|
-
performances of the Work, including by public digital performance; to
|
930
|
-
broadcast and rebroadcast the Work by any means including signs,
|
931
|
-
sounds or images.
|
932
|
-
i. "Reproduce" means to make copies of the Work by any means including
|
933
|
-
without limitation by sound or visual recordings and the right of
|
934
|
-
fixation and reproducing fixations of the Work, including storage of a
|
935
|
-
protected performance or phonogram in digital form or other electronic
|
936
|
-
medium.
|
937
|
-
|
938
|
-
2. Fair Dealing Rights. Nothing in this License is intended to reduce,
|
939
|
-
limit, or restrict any uses free from copyright or rights arising from
|
940
|
-
limitations or exceptions that are provided for in connection with the
|
941
|
-
copyright protection under copyright law or other applicable laws.
|
942
|
-
|
943
|
-
3. License Grant. Subject to the terms and conditions of this License,
|
944
|
-
Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
|
945
|
-
perpetual (for the duration of the applicable copyright) license to
|
946
|
-
exercise the rights in the Work as stated below:
|
947
|
-
|
948
|
-
a. to Reproduce the Work, to incorporate the Work into one or more
|
949
|
-
Collections, and to Reproduce the Work as incorporated in the
|
950
|
-
Collections;
|
951
|
-
b. to create and Reproduce Adaptations provided that any such Adaptation,
|
952
|
-
including any translation in any medium, takes reasonable steps to
|
953
|
-
clearly label, demarcate or otherwise identify that changes were made
|
954
|
-
to the original Work. For example, a translation could be marked "The
|
955
|
-
original work was translated from English to Spanish," or a
|
956
|
-
modification could indicate "The original work has been modified.";
|
957
|
-
c. to Distribute and Publicly Perform the Work including as incorporated
|
958
|
-
in Collections; and,
|
959
|
-
d. to Distribute and Publicly Perform Adaptations.
|
960
|
-
e. For the avoidance of doubt:
|
961
|
-
|
962
|
-
i. Non-waivable Compulsory License Schemes. In those jurisdictions in
|
963
|
-
which the right to collect royalties through any statutory or
|
964
|
-
compulsory licensing scheme cannot be waived, the Licensor
|
965
|
-
reserves the exclusive right to collect such royalties for any
|
966
|
-
exercise by You of the rights granted under this License;
|
967
|
-
ii. Waivable Compulsory License Schemes. In those jurisdictions in
|
968
|
-
which the right to collect royalties through any statutory or
|
969
|
-
compulsory licensing scheme can be waived, the Licensor waives the
|
970
|
-
exclusive right to collect such royalties for any exercise by You
|
971
|
-
of the rights granted under this License; and,
|
972
|
-
iii. Voluntary License Schemes. The Licensor waives the right to
|
973
|
-
collect royalties, whether individually or, in the event that the
|
974
|
-
Licensor is a member of a collecting society that administers
|
975
|
-
voluntary licensing schemes, via that society, from any exercise
|
976
|
-
by You of the rights granted under this License.
|
977
|
-
|
978
|
-
The above rights may be exercised in all media and formats whether now
|
979
|
-
known or hereafter devised. The above rights include the right to make
|
980
|
-
such modifications as are technically necessary to exercise the rights in
|
981
|
-
other media and formats. Subject to Section 8(f), all rights not expressly
|
982
|
-
granted by Licensor are hereby reserved.
|
983
|
-
|
984
|
-
4. Restrictions. The license granted in Section 3 above is expressly made
|
985
|
-
subject to and limited by the following restrictions:
|
986
|
-
|
987
|
-
a. You may Distribute or Publicly Perform the Work only under the terms
|
988
|
-
of this License. You must include a copy of, or the Uniform Resource
|
989
|
-
Identifier (URI) for, this License with every copy of the Work You
|
990
|
-
Distribute or Publicly Perform. You may not offer or impose any terms
|
991
|
-
on the Work that restrict the terms of this License or the ability of
|
992
|
-
the recipient of the Work to exercise the rights granted to that
|
993
|
-
recipient under the terms of the License. You may not sublicense the
|
994
|
-
Work. You must keep intact all notices that refer to this License and
|
995
|
-
to the disclaimer of warranties with every copy of the Work You
|
996
|
-
Distribute or Publicly Perform. When You Distribute or Publicly
|
997
|
-
Perform the Work, You may not impose any effective technological
|
998
|
-
measures on the Work that restrict the ability of a recipient of the
|
999
|
-
Work from You to exercise the rights granted to that recipient under
|
1000
|
-
the terms of the License. This Section 4(a) applies to the Work as
|
1001
|
-
incorporated in a Collection, but this does not require the Collection
|
1002
|
-
apart from the Work itself to be made subject to the terms of this
|
1003
|
-
License. If You create a Collection, upon notice from any Licensor You
|
1004
|
-
must, to the extent practicable, remove from the Collection any credit
|
1005
|
-
as required by Section 4(b), as requested. If You create an
|
1006
|
-
Adaptation, upon notice from any Licensor You must, to the extent
|
1007
|
-
practicable, remove from the Adaptation any credit as required by
|
1008
|
-
Section 4(b), as requested.
|
1009
|
-
b. If You Distribute, or Publicly Perform the Work or any Adaptations or
|
1010
|
-
Collections, You must, unless a request has been made pursuant to
|
1011
|
-
Section 4(a), keep intact all copyright notices for the Work and
|
1012
|
-
provide, reasonable to the medium or means You are utilizing: (i) the
|
1013
|
-
name of the Original Author (or pseudonym, if applicable) if supplied,
|
1014
|
-
and/or if the Original Author and/or Licensor designate another party
|
1015
|
-
or parties (e.g., a sponsor institute, publishing entity, journal) for
|
1016
|
-
attribution ("Attribution Parties") in Licensor's copyright notice,
|
1017
|
-
terms of service or by other reasonable means, the name of such party
|
1018
|
-
or parties; (ii) the title of the Work if supplied; (iii) to the
|
1019
|
-
extent reasonably practicable, the URI, if any, that Licensor
|
1020
|
-
specifies to be associated with the Work, unless such URI does not
|
1021
|
-
refer to the copyright notice or licensing information for the Work;
|
1022
|
-
and (iv) , consistent with Section 3(b), in the case of an Adaptation,
|
1023
|
-
a credit identifying the use of the Work in the Adaptation (e.g.,
|
1024
|
-
"French translation of the Work by Original Author," or "Screenplay
|
1025
|
-
based on original Work by Original Author"). The credit required by
|
1026
|
-
this Section 4 (b) may be implemented in any reasonable manner;
|
1027
|
-
provided, however, that in the case of a Adaptation or Collection, at
|
1028
|
-
a minimum such credit will appear, if a credit for all contributing
|
1029
|
-
authors of the Adaptation or Collection appears, then as part of these
|
1030
|
-
credits and in a manner at least as prominent as the credits for the
|
1031
|
-
other contributing authors. For the avoidance of doubt, You may only
|
1032
|
-
use the credit required by this Section for the purpose of attribution
|
1033
|
-
in the manner set out above and, by exercising Your rights under this
|
1034
|
-
License, You may not implicitly or explicitly assert or imply any
|
1035
|
-
connection with, sponsorship or endorsement by the Original Author,
|
1036
|
-
Licensor and/or Attribution Parties, as appropriate, of You or Your
|
1037
|
-
use of the Work, without the separate, express prior written
|
1038
|
-
permission of the Original Author, Licensor and/or Attribution
|
1039
|
-
Parties.
|
1040
|
-
c. Except as otherwise agreed in writing by the Licensor or as may be
|
1041
|
-
otherwise permitted by applicable law, if You Reproduce, Distribute or
|
1042
|
-
Publicly Perform the Work either by itself or as part of any
|
1043
|
-
Adaptations or Collections, You must not distort, mutilate, modify or
|
1044
|
-
take other derogatory action in relation to the Work which would be
|
1045
|
-
prejudicial to the Original Author's honor or reputation. Licensor
|
1046
|
-
agrees that in those jurisdictions (e.g. Japan), in which any exercise
|
1047
|
-
of the right granted in Section 3(b) of this License (the right to
|
1048
|
-
make Adaptations) would be deemed to be a distortion, mutilation,
|
1049
|
-
modification or other derogatory action prejudicial to the Original
|
1050
|
-
Author's honor and reputation, the Licensor will waive or not assert,
|
1051
|
-
as appropriate, this Section, to the fullest extent permitted by the
|
1052
|
-
applicable national law, to enable You to reasonably exercise Your
|
1053
|
-
right under Section 3(b) of this License (right to make Adaptations)
|
1054
|
-
but not otherwise.
|
1055
|
-
|
1056
|
-
5. Representations, Warranties and Disclaimer
|
1057
|
-
|
1058
|
-
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
|
1059
|
-
OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
|
1060
|
-
KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
|
1061
|
-
INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
|
1062
|
-
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
|
1063
|
-
LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
|
1064
|
-
WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
|
1065
|
-
OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
|
1066
|
-
|
1067
|
-
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
|
1068
|
-
LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
|
1069
|
-
ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
|
1070
|
-
ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
|
1071
|
-
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
1072
|
-
|
1073
|
-
7. Termination
|
1074
|
-
|
1075
|
-
a. This License and the rights granted hereunder will terminate
|
1076
|
-
automatically upon any breach by You of the terms of this License.
|
1077
|
-
Individuals or entities who have received Adaptations or Collections
|
1078
|
-
from You under this License, however, will not have their licenses
|
1079
|
-
terminated provided such individuals or entities remain in full
|
1080
|
-
compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
|
1081
|
-
survive any termination of this License.
|
1082
|
-
b. Subject to the above terms and conditions, the license granted here is
|
1083
|
-
perpetual (for the duration of the applicable copyright in the Work).
|
1084
|
-
Notwithstanding the above, Licensor reserves the right to release the
|
1085
|
-
Work under different license terms or to stop distributing the Work at
|
1086
|
-
any time; provided, however that any such election will not serve to
|
1087
|
-
withdraw this License (or any other license that has been, or is
|
1088
|
-
required to be, granted under the terms of this License), and this
|
1089
|
-
License will continue in full force and effect unless terminated as
|
1090
|
-
stated above.
|
1091
|
-
|
1092
|
-
8. Miscellaneous
|
1093
|
-
|
1094
|
-
a. Each time You Distribute or Publicly Perform the Work or a Collection,
|
1095
|
-
the Licensor offers to the recipient a license to the Work on the same
|
1096
|
-
terms and conditions as the license granted to You under this License.
|
1097
|
-
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
|
1098
|
-
offers to the recipient a license to the original Work on the same
|
1099
|
-
terms and conditions as the license granted to You under this License.
|
1100
|
-
c. If any provision of this License is invalid or unenforceable under
|
1101
|
-
applicable law, it shall not affect the validity or enforceability of
|
1102
|
-
the remainder of the terms of this License, and without further action
|
1103
|
-
by the parties to this agreement, such provision shall be reformed to
|
1104
|
-
the minimum extent necessary to make such provision valid and
|
1105
|
-
enforceable.
|
1106
|
-
d. No term or provision of this License shall be deemed waived and no
|
1107
|
-
breach consented to unless such waiver or consent shall be in writing
|
1108
|
-
and signed by the party to be charged with such waiver or consent.
|
1109
|
-
e. This License constitutes the entire agreement between the parties with
|
1110
|
-
respect to the Work licensed here. There are no understandings,
|
1111
|
-
agreements or representations with respect to the Work not specified
|
1112
|
-
here. Licensor shall not be bound by any additional provisions that
|
1113
|
-
may appear in any communication from You. This License may not be
|
1114
|
-
modified without the mutual written agreement of the Licensor and You.
|
1115
|
-
f. The rights granted under, and the subject matter referenced, in this
|
1116
|
-
License were drafted utilizing the terminology of the Berne Convention
|
1117
|
-
for the Protection of Literary and Artistic Works (as amended on
|
1118
|
-
September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
|
1119
|
-
Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
|
1120
|
-
and the Universal Copyright Convention (as revised on July 24, 1971).
|
1121
|
-
These rights and subject matter take effect in the relevant
|
1122
|
-
jurisdiction in which the License terms are sought to be enforced
|
1123
|
-
according to the corresponding provisions of the implementation of
|
1124
|
-
those treaty provisions in the applicable national law. If the
|
1125
|
-
standard suite of rights granted under applicable copyright law
|
1126
|
-
includes additional rights not granted under this License, such
|
1127
|
-
additional rights are deemed to be included in the License; this
|
1128
|
-
License is not intended to restrict the license of any rights under
|
1129
|
-
applicable law.
|
1130
|
-
|
1131
|
-
|
1132
|
-
Creative Commons Notice
|
1133
|
-
|
1134
|
-
Creative Commons is not a party to this License, and makes no warranty
|
1135
|
-
whatsoever in connection with the Work. Creative Commons will not be
|
1136
|
-
liable to You or any party on any legal theory for any damages
|
1137
|
-
whatsoever, including without limitation any general, special,
|
1138
|
-
incidental or consequential damages arising in connection to this
|
1139
|
-
license. Notwithstanding the foregoing two (2) sentences, if Creative
|
1140
|
-
Commons has expressly identified itself as the Licensor hereunder, it
|
1141
|
-
shall have all rights and obligations of Licensor.
|
1142
|
-
|
1143
|
-
Except for the limited purpose of indicating to the public that the
|
1144
|
-
Work is licensed under the CCPL, Creative Commons does not authorize
|
1145
|
-
the use by either party of the trademark "Creative Commons" or any
|
1146
|
-
related trademark or logo of Creative Commons without the prior
|
1147
|
-
written consent of Creative Commons. Any permitted use will be in
|
1148
|
-
compliance with Creative Commons' then-current trademark usage
|
1149
|
-
guidelines, as may be published on its website or otherwise made
|
1150
|
-
available upon request from time to time. For the avoidance of doubt,
|
1151
|
-
this trademark restriction does not form part of this License.
|
1152
|
-
|
1153
|
-
Creative Commons may be contacted at https://creativecommons.org/.
|
1154
|
-
|
1155
|
-
===============================================================================
|
1156
|
-
|
1157
|
-
The Go Programming Language
|
1158
|
-
https://golang.org/LICENSE
|
1159
|
-
|
1160
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
1161
|
-
|
1162
|
-
Redistribution and use in source and binary forms, with or without
|
1163
|
-
modification, are permitted provided that the following conditions are
|
1164
|
-
met:
|
1165
|
-
|
1166
|
-
* Redistributions of source code must retain the above copyright
|
1167
|
-
notice, this list of conditions and the following disclaimer.
|
1168
|
-
* Redistributions in binary form must reproduce the above
|
1169
|
-
copyright notice, this list of conditions and the following disclaimer
|
1170
|
-
in the documentation and/or other materials provided with the
|
1171
|
-
distribution.
|
1172
|
-
* Neither the name of Google Inc. nor the names of its
|
1173
|
-
contributors may be used to endorse or promote products derived from
|
1174
|
-
this software without specific prior written permission.
|
1175
|
-
|
1176
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1177
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1178
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1179
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1180
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1181
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1182
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1183
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1184
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1185
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1186
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1187
|
-
|
1188
|
-
===============================================================================
|
1189
|
-
|
1190
|
-
The Rust Programming Language
|
1191
|
-
https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
|
1192
|
-
|
1193
|
-
Permission is hereby granted, free of charge, to any
|
1194
|
-
person obtaining a copy of this software and associated
|
1195
|
-
documentation files (the "Software"), to deal in the
|
1196
|
-
Software without restriction, including without
|
1197
|
-
limitation the rights to use, copy, modify, merge,
|
1198
|
-
publish, distribute, sublicense, and/or sell copies of
|
1199
|
-
the Software, and to permit persons to whom the Software
|
1200
|
-
is furnished to do so, subject to the following
|
1201
|
-
conditions:
|
1202
|
-
|
1203
|
-
The above copyright notice and this permission notice
|
1204
|
-
shall be included in all copies or substantial portions
|
1205
|
-
of the Software.
|
1206
|
-
|
1207
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1208
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1209
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1210
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1211
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1212
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1213
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1214
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1215
|
-
DEALINGS IN THE SOFTWARE.
|
1216
|
-
|
1217
|
-
===============================================================================
|
1218
|
-
|
1219
|
-
The Rust Programming Language
|
1220
|
-
https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
|
1221
|
-
|
1222
810
|
Apache License
|
1223
811
|
Version 2.0, January 2004
|
1224
812
|
http://www.apache.org/licenses/
|
@@ -1422,7 +1010,39 @@ See the License for the specific language governing permissions and
|
|
1422
1010
|
limitations under the License.
|
1423
1011
|
|
1424
1012
|
================================================================================
|
1425
|
-
crossbeam-
|
1013
|
+
crossbeam-epoch LICENSE-MIT
|
1014
|
+
================================================================================
|
1015
|
+
|
1016
|
+
The MIT License (MIT)
|
1017
|
+
|
1018
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
1019
|
+
|
1020
|
+
Permission is hereby granted, free of charge, to any
|
1021
|
+
person obtaining a copy of this software and associated
|
1022
|
+
documentation files (the "Software"), to deal in the
|
1023
|
+
Software without restriction, including without
|
1024
|
+
limitation the rights to use, copy, modify, merge,
|
1025
|
+
publish, distribute, sublicense, and/or sell copies of
|
1026
|
+
the Software, and to permit persons to whom the Software
|
1027
|
+
is furnished to do so, subject to the following
|
1028
|
+
conditions:
|
1029
|
+
|
1030
|
+
The above copyright notice and this permission notice
|
1031
|
+
shall be included in all copies or substantial portions
|
1032
|
+
of the Software.
|
1033
|
+
|
1034
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1035
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1036
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1037
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1038
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1039
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1040
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1041
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1042
|
+
DEALINGS IN THE SOFTWARE.
|
1043
|
+
|
1044
|
+
================================================================================
|
1045
|
+
crossbeam-utils LICENSE-APACHE
|
1426
1046
|
================================================================================
|
1427
1047
|
|
1428
1048
|
Apache License
|
@@ -1628,7 +1248,7 @@ See the License for the specific language governing permissions and
|
|
1628
1248
|
limitations under the License.
|
1629
1249
|
|
1630
1250
|
================================================================================
|
1631
|
-
crossbeam-
|
1251
|
+
crossbeam-utils LICENSE-MIT
|
1632
1252
|
================================================================================
|
1633
1253
|
|
1634
1254
|
The MIT License (MIT)
|
@@ -1660,7 +1280,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1660
1280
|
DEALINGS IN THE SOFTWARE.
|
1661
1281
|
|
1662
1282
|
================================================================================
|
1663
|
-
|
1283
|
+
either LICENSE-APACHE
|
1664
1284
|
================================================================================
|
1665
1285
|
|
1666
1286
|
Apache License
|
@@ -1866,12 +1486,10 @@ See the License for the specific language governing permissions and
|
|
1866
1486
|
limitations under the License.
|
1867
1487
|
|
1868
1488
|
================================================================================
|
1869
|
-
|
1489
|
+
either LICENSE-MIT
|
1870
1490
|
================================================================================
|
1871
1491
|
|
1872
|
-
|
1873
|
-
|
1874
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
1492
|
+
Copyright (c) 2015
|
1875
1493
|
|
1876
1494
|
Permission is hereby granted, free of charge, to any
|
1877
1495
|
person obtaining a copy of this software and associated
|
@@ -1898,12 +1516,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1898
1516
|
DEALINGS IN THE SOFTWARE.
|
1899
1517
|
|
1900
1518
|
================================================================================
|
1901
|
-
|
1519
|
+
getrandom LICENSE-APACHE
|
1902
1520
|
================================================================================
|
1903
1521
|
|
1904
1522
|
Apache License
|
1905
1523
|
Version 2.0, January 2004
|
1906
|
-
|
1524
|
+
https://www.apache.org/licenses/
|
1907
1525
|
|
1908
1526
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1909
1527
|
|
@@ -2095,7 +1713,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
2095
1713
|
you may not use this file except in compliance with the License.
|
2096
1714
|
You may obtain a copy of the License at
|
2097
1715
|
|
2098
|
-
|
1716
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
2099
1717
|
|
2100
1718
|
Unless required by applicable law or agreed to in writing, software
|
2101
1719
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -2104,12 +1722,11 @@ See the License for the specific language governing permissions and
|
|
2104
1722
|
limitations under the License.
|
2105
1723
|
|
2106
1724
|
================================================================================
|
2107
|
-
|
1725
|
+
getrandom LICENSE-MIT
|
2108
1726
|
================================================================================
|
2109
1727
|
|
2110
|
-
|
2111
|
-
|
2112
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
1728
|
+
Copyright 2018 Developers of the Rand project
|
1729
|
+
Copyright (c) 2014 The Rust Project Developers
|
2113
1730
|
|
2114
1731
|
Permission is hereby granted, free of charge, to any
|
2115
1732
|
person obtaining a copy of this software and associated
|
@@ -2136,7 +1753,31 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2136
1753
|
DEALINGS IN THE SOFTWARE.
|
2137
1754
|
|
2138
1755
|
================================================================================
|
2139
|
-
|
1756
|
+
memoffset LICENSE
|
1757
|
+
================================================================================
|
1758
|
+
|
1759
|
+
Copyright (c) 2017 Gilad Naaman
|
1760
|
+
|
1761
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1762
|
+
of this software and associated documentation files (the "Software"), to deal
|
1763
|
+
in the Software without restriction, including without limitation the rights
|
1764
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1765
|
+
copies of the Software, and to permit persons to whom the Software is
|
1766
|
+
furnished to do so, subject to the following conditions:
|
1767
|
+
|
1768
|
+
The above copyright notice and this permission notice shall be included in all
|
1769
|
+
copies or substantial portions of the Software.
|
1770
|
+
|
1771
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1772
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1773
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1774
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1775
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1776
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1777
|
+
SOFTWARE.
|
1778
|
+
|
1779
|
+
================================================================================
|
1780
|
+
num LICENSE-APACHE
|
2140
1781
|
================================================================================
|
2141
1782
|
|
2142
1783
|
Apache License
|
@@ -2342,10 +1983,10 @@ See the License for the specific language governing permissions and
|
|
2342
1983
|
limitations under the License.
|
2343
1984
|
|
2344
1985
|
================================================================================
|
2345
|
-
|
1986
|
+
num LICENSE-MIT
|
2346
1987
|
================================================================================
|
2347
1988
|
|
2348
|
-
Copyright (c)
|
1989
|
+
Copyright (c) 2014 The Rust Project Developers
|
2349
1990
|
|
2350
1991
|
Permission is hereby granted, free of charge, to any
|
2351
1992
|
person obtaining a copy of this software and associated
|
@@ -2372,12 +2013,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2372
2013
|
DEALINGS IN THE SOFTWARE.
|
2373
2014
|
|
2374
2015
|
================================================================================
|
2375
|
-
|
2016
|
+
num-bigint LICENSE-APACHE
|
2376
2017
|
================================================================================
|
2377
2018
|
|
2378
2019
|
Apache License
|
2379
2020
|
Version 2.0, January 2004
|
2380
|
-
|
2021
|
+
http://www.apache.org/licenses/
|
2381
2022
|
|
2382
2023
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2383
2024
|
|
@@ -2569,7 +2210,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
2569
2210
|
you may not use this file except in compliance with the License.
|
2570
2211
|
You may obtain a copy of the License at
|
2571
2212
|
|
2572
|
-
|
2213
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2573
2214
|
|
2574
2215
|
Unless required by applicable law or agreed to in writing, software
|
2575
2216
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -2578,10 +2219,9 @@ See the License for the specific language governing permissions and
|
|
2578
2219
|
limitations under the License.
|
2579
2220
|
|
2580
2221
|
================================================================================
|
2581
|
-
|
2222
|
+
num-bigint LICENSE-MIT
|
2582
2223
|
================================================================================
|
2583
2224
|
|
2584
|
-
Copyright 2018 Developers of the Rand project
|
2585
2225
|
Copyright (c) 2014 The Rust Project Developers
|
2586
2226
|
|
2587
2227
|
Permission is hereby granted, free of charge, to any
|
@@ -2609,7 +2249,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2609
2249
|
DEALINGS IN THE SOFTWARE.
|
2610
2250
|
|
2611
2251
|
================================================================================
|
2612
|
-
|
2252
|
+
num-complex LICENSE-APACHE
|
2613
2253
|
================================================================================
|
2614
2254
|
|
2615
2255
|
Apache License
|
@@ -2815,9 +2455,11 @@ See the License for the specific language governing permissions and
|
|
2815
2455
|
limitations under the License.
|
2816
2456
|
|
2817
2457
|
================================================================================
|
2818
|
-
|
2458
|
+
num-complex LICENSE-MIT
|
2819
2459
|
================================================================================
|
2820
2460
|
|
2461
|
+
Copyright (c) 2014 The Rust Project Developers
|
2462
|
+
|
2821
2463
|
Permission is hereby granted, free of charge, to any
|
2822
2464
|
person obtaining a copy of this software and associated
|
2823
2465
|
documentation files (the "Software"), to deal in the
|
@@ -2843,7 +2485,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2843
2485
|
DEALINGS IN THE SOFTWARE.
|
2844
2486
|
|
2845
2487
|
================================================================================
|
2846
|
-
|
2488
|
+
num-integer LICENSE-APACHE
|
2847
2489
|
================================================================================
|
2848
2490
|
|
2849
2491
|
Apache License
|
@@ -3023,11 +2665,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3023
2665
|
|
3024
2666
|
END OF TERMS AND CONDITIONS
|
3025
2667
|
|
2668
|
+
APPENDIX: How to apply the Apache License to your work.
|
2669
|
+
|
2670
|
+
To apply the Apache License to your work, attach the following
|
2671
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
2672
|
+
replaced with your own identifying information. (Don't include
|
2673
|
+
the brackets!) The text should be enclosed in the appropriate
|
2674
|
+
comment syntax for the file format. We also recommend that a
|
2675
|
+
file or class name and description of purpose be included on the
|
2676
|
+
same "printed page" as the copyright notice for easier
|
2677
|
+
identification within third-party archives.
|
2678
|
+
|
2679
|
+
Copyright [yyyy] [name of copyright owner]
|
2680
|
+
|
2681
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2682
|
+
you may not use this file except in compliance with the License.
|
2683
|
+
You may obtain a copy of the License at
|
2684
|
+
|
2685
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2686
|
+
|
2687
|
+
Unless required by applicable law or agreed to in writing, software
|
2688
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2689
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2690
|
+
See the License for the specific language governing permissions and
|
2691
|
+
limitations under the License.
|
2692
|
+
|
3026
2693
|
================================================================================
|
3027
|
-
|
2694
|
+
num-integer LICENSE-MIT
|
3028
2695
|
================================================================================
|
3029
2696
|
|
3030
|
-
Copyright (c) 2014
|
2697
|
+
Copyright (c) 2014 The Rust Project Developers
|
3031
2698
|
|
3032
2699
|
Permission is hereby granted, free of charge, to any
|
3033
2700
|
person obtaining a copy of this software and associated
|
@@ -3054,30 +2721,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3054
2721
|
DEALINGS IN THE SOFTWARE.
|
3055
2722
|
|
3056
2723
|
================================================================================
|
3057
|
-
|
3058
|
-
================================================================================
|
3059
|
-
|
3060
|
-
Copyright (c) 2017 Gilad Naaman
|
3061
|
-
|
3062
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3063
|
-
of this software and associated documentation files (the "Software"), to deal
|
3064
|
-
in the Software without restriction, including without limitation the rights
|
3065
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3066
|
-
copies of the Software, and to permit persons to whom the Software is
|
3067
|
-
furnished to do so, subject to the following conditions:
|
3068
|
-
|
3069
|
-
The above copyright notice and this permission notice shall be included in all
|
3070
|
-
copies or substantial portions of the Software.
|
3071
|
-
|
3072
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3073
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3074
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3075
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3076
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3077
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
3078
|
-
SOFTWARE.
|
3079
|
-
================================================================================
|
3080
|
-
num LICENSE-APACHE
|
2724
|
+
num-iter LICENSE-APACHE
|
3081
2725
|
================================================================================
|
3082
2726
|
|
3083
2727
|
Apache License
|
@@ -3283,7 +2927,7 @@ See the License for the specific language governing permissions and
|
|
3283
2927
|
limitations under the License.
|
3284
2928
|
|
3285
2929
|
================================================================================
|
3286
|
-
num LICENSE-MIT
|
2930
|
+
num-iter LICENSE-MIT
|
3287
2931
|
================================================================================
|
3288
2932
|
|
3289
2933
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3313,7 +2957,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3313
2957
|
DEALINGS IN THE SOFTWARE.
|
3314
2958
|
|
3315
2959
|
================================================================================
|
3316
|
-
num-
|
2960
|
+
num-rational LICENSE-APACHE
|
3317
2961
|
================================================================================
|
3318
2962
|
|
3319
2963
|
Apache License
|
@@ -3519,7 +3163,7 @@ See the License for the specific language governing permissions and
|
|
3519
3163
|
limitations under the License.
|
3520
3164
|
|
3521
3165
|
================================================================================
|
3522
|
-
num-
|
3166
|
+
num-rational LICENSE-MIT
|
3523
3167
|
================================================================================
|
3524
3168
|
|
3525
3169
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3549,7 +3193,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3549
3193
|
DEALINGS IN THE SOFTWARE.
|
3550
3194
|
|
3551
3195
|
================================================================================
|
3552
|
-
num-
|
3196
|
+
num-traits LICENSE-APACHE
|
3553
3197
|
================================================================================
|
3554
3198
|
|
3555
3199
|
Apache License
|
@@ -3755,7 +3399,7 @@ See the License for the specific language governing permissions and
|
|
3755
3399
|
limitations under the License.
|
3756
3400
|
|
3757
3401
|
================================================================================
|
3758
|
-
num-
|
3402
|
+
num-traits LICENSE-MIT
|
3759
3403
|
================================================================================
|
3760
3404
|
|
3761
3405
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3785,7 +3429,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3785
3429
|
DEALINGS IN THE SOFTWARE.
|
3786
3430
|
|
3787
3431
|
================================================================================
|
3788
|
-
|
3432
|
+
ppv-lite86 LICENSE-APACHE
|
3789
3433
|
================================================================================
|
3790
3434
|
|
3791
3435
|
Apache License
|
@@ -3976,13 +3620,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
3976
3620
|
same "printed page" as the copyright notice for easier
|
3977
3621
|
identification within third-party archives.
|
3978
3622
|
|
3979
|
-
Copyright
|
3623
|
+
Copyright 2019 The CryptoCorrosion Contributors
|
3980
3624
|
|
3981
3625
|
Licensed under the Apache License, Version 2.0 (the "License");
|
3982
3626
|
you may not use this file except in compliance with the License.
|
3983
3627
|
You may obtain a copy of the License at
|
3984
3628
|
|
3985
|
-
|
3629
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3986
3630
|
|
3987
3631
|
Unless required by applicable law or agreed to in writing, software
|
3988
3632
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -3991,10 +3635,10 @@ See the License for the specific language governing permissions and
|
|
3991
3635
|
limitations under the License.
|
3992
3636
|
|
3993
3637
|
================================================================================
|
3994
|
-
|
3638
|
+
ppv-lite86 LICENSE-MIT
|
3995
3639
|
================================================================================
|
3996
3640
|
|
3997
|
-
Copyright (c)
|
3641
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
3998
3642
|
|
3999
3643
|
Permission is hereby granted, free of charge, to any
|
4000
3644
|
person obtaining a copy of this software and associated
|
@@ -4021,12 +3665,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4021
3665
|
DEALINGS IN THE SOFTWARE.
|
4022
3666
|
|
4023
3667
|
================================================================================
|
4024
|
-
|
3668
|
+
rand LICENSE-APACHE
|
4025
3669
|
================================================================================
|
4026
3670
|
|
4027
3671
|
Apache License
|
4028
3672
|
Version 2.0, January 2004
|
4029
|
-
|
3673
|
+
https://www.apache.org/licenses/
|
4030
3674
|
|
4031
3675
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4032
3676
|
|
@@ -4201,35 +3845,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4201
3845
|
|
4202
3846
|
END OF TERMS AND CONDITIONS
|
4203
3847
|
|
4204
|
-
APPENDIX: How to apply the Apache License to your work.
|
4205
|
-
|
4206
|
-
To apply the Apache License to your work, attach the following
|
4207
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4208
|
-
replaced with your own identifying information. (Don't include
|
4209
|
-
the brackets!) The text should be enclosed in the appropriate
|
4210
|
-
comment syntax for the file format. We also recommend that a
|
4211
|
-
file or class name and description of purpose be included on the
|
4212
|
-
same "printed page" as the copyright notice for easier
|
4213
|
-
identification within third-party archives.
|
4214
|
-
|
4215
|
-
Copyright [yyyy] [name of copyright owner]
|
4216
|
-
|
4217
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4218
|
-
you may not use this file except in compliance with the License.
|
4219
|
-
You may obtain a copy of the License at
|
4220
|
-
|
4221
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4222
|
-
|
4223
|
-
Unless required by applicable law or agreed to in writing, software
|
4224
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4225
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4226
|
-
See the License for the specific language governing permissions and
|
4227
|
-
limitations under the License.
|
4228
|
-
|
4229
3848
|
================================================================================
|
4230
|
-
|
3849
|
+
rand LICENSE-MIT
|
4231
3850
|
================================================================================
|
4232
3851
|
|
3852
|
+
Copyright 2018 Developers of the Rand project
|
4233
3853
|
Copyright (c) 2014 The Rust Project Developers
|
4234
3854
|
|
4235
3855
|
Permission is hereby granted, free of charge, to any
|
@@ -4257,12 +3877,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4257
3877
|
DEALINGS IN THE SOFTWARE.
|
4258
3878
|
|
4259
3879
|
================================================================================
|
4260
|
-
|
3880
|
+
rand_chacha LICENSE-APACHE
|
4261
3881
|
================================================================================
|
4262
3882
|
|
4263
3883
|
Apache License
|
4264
3884
|
Version 2.0, January 2004
|
4265
|
-
|
3885
|
+
https://www.apache.org/licenses/
|
4266
3886
|
|
4267
3887
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4268
3888
|
|
@@ -4454,7 +4074,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
4454
4074
|
you may not use this file except in compliance with the License.
|
4455
4075
|
You may obtain a copy of the License at
|
4456
4076
|
|
4457
|
-
|
4077
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
4458
4078
|
|
4459
4079
|
Unless required by applicable law or agreed to in writing, software
|
4460
4080
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -4463,9 +4083,10 @@ See the License for the specific language governing permissions and
|
|
4463
4083
|
limitations under the License.
|
4464
4084
|
|
4465
4085
|
================================================================================
|
4466
|
-
|
4086
|
+
rand_chacha LICENSE-MIT
|
4467
4087
|
================================================================================
|
4468
4088
|
|
4089
|
+
Copyright 2018 Developers of the Rand project
|
4469
4090
|
Copyright (c) 2014 The Rust Project Developers
|
4470
4091
|
|
4471
4092
|
Permission is hereby granted, free of charge, to any
|
@@ -4493,1159 +4114,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4493
4114
|
DEALINGS IN THE SOFTWARE.
|
4494
4115
|
|
4495
4116
|
================================================================================
|
4496
|
-
|
4497
|
-
================================================================================
|
4498
|
-
|
4499
|
-
Apache License
|
4500
|
-
Version 2.0, January 2004
|
4501
|
-
http://www.apache.org/licenses/
|
4502
|
-
|
4503
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4504
|
-
|
4505
|
-
1. Definitions.
|
4506
|
-
|
4507
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4508
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4509
|
-
|
4510
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4511
|
-
the copyright owner that is granting the License.
|
4512
|
-
|
4513
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4514
|
-
other entities that control, are controlled by, or are under common
|
4515
|
-
control with that entity. For the purposes of this definition,
|
4516
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4517
|
-
direction or management of such entity, whether by contract or
|
4518
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4519
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4520
|
-
|
4521
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4522
|
-
exercising permissions granted by this License.
|
4523
|
-
|
4524
|
-
"Source" form shall mean the preferred form for making modifications,
|
4525
|
-
including but not limited to software source code, documentation
|
4526
|
-
source, and configuration files.
|
4527
|
-
|
4528
|
-
"Object" form shall mean any form resulting from mechanical
|
4529
|
-
transformation or translation of a Source form, including but
|
4530
|
-
not limited to compiled object code, generated documentation,
|
4531
|
-
and conversions to other media types.
|
4532
|
-
|
4533
|
-
"Work" shall mean the work of authorship, whether in Source or
|
4534
|
-
Object form, made available under the License, as indicated by a
|
4535
|
-
copyright notice that is included in or attached to the work
|
4536
|
-
(an example is provided in the Appendix below).
|
4537
|
-
|
4538
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
4539
|
-
form, that is based on (or derived from) the Work and for which the
|
4540
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4541
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4542
|
-
of this License, Derivative Works shall not include works that remain
|
4543
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4544
|
-
the Work and Derivative Works thereof.
|
4545
|
-
|
4546
|
-
"Contribution" shall mean any work of authorship, including
|
4547
|
-
the original version of the Work and any modifications or additions
|
4548
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4549
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4550
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4551
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4552
|
-
means any form of electronic, verbal, or written communication sent
|
4553
|
-
to the Licensor or its representatives, including but not limited to
|
4554
|
-
communication on electronic mailing lists, source code control systems,
|
4555
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
4556
|
-
Licensor for the purpose of discussing and improving the Work, but
|
4557
|
-
excluding communication that is conspicuously marked or otherwise
|
4558
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
4559
|
-
|
4560
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4561
|
-
on behalf of whom a Contribution has been received by Licensor and
|
4562
|
-
subsequently incorporated within the Work.
|
4563
|
-
|
4564
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
4565
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4566
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4567
|
-
copyright license to reproduce, prepare Derivative Works of,
|
4568
|
-
publicly display, publicly perform, sublicense, and distribute the
|
4569
|
-
Work and such Derivative Works in Source or Object form.
|
4570
|
-
|
4571
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
4572
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4573
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4574
|
-
(except as stated in this section) patent license to make, have made,
|
4575
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4576
|
-
where such license applies only to those patent claims licensable
|
4577
|
-
by such Contributor that are necessarily infringed by their
|
4578
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
4579
|
-
with the Work to which such Contribution(s) was submitted. If You
|
4580
|
-
institute patent litigation against any entity (including a
|
4581
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4582
|
-
or a Contribution incorporated within the Work constitutes direct
|
4583
|
-
or contributory patent infringement, then any patent licenses
|
4584
|
-
granted to You under this License for that Work shall terminate
|
4585
|
-
as of the date such litigation is filed.
|
4586
|
-
|
4587
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
4588
|
-
Work or Derivative Works thereof in any medium, with or without
|
4589
|
-
modifications, and in Source or Object form, provided that You
|
4590
|
-
meet the following conditions:
|
4591
|
-
|
4592
|
-
(a) You must give any other recipients of the Work or
|
4593
|
-
Derivative Works a copy of this License; and
|
4594
|
-
|
4595
|
-
(b) You must cause any modified files to carry prominent notices
|
4596
|
-
stating that You changed the files; and
|
4597
|
-
|
4598
|
-
(c) You must retain, in the Source form of any Derivative Works
|
4599
|
-
that You distribute, all copyright, patent, trademark, and
|
4600
|
-
attribution notices from the Source form of the Work,
|
4601
|
-
excluding those notices that do not pertain to any part of
|
4602
|
-
the Derivative Works; and
|
4603
|
-
|
4604
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
4605
|
-
distribution, then any Derivative Works that You distribute must
|
4606
|
-
include a readable copy of the attribution notices contained
|
4607
|
-
within such NOTICE file, excluding those notices that do not
|
4608
|
-
pertain to any part of the Derivative Works, in at least one
|
4609
|
-
of the following places: within a NOTICE text file distributed
|
4610
|
-
as part of the Derivative Works; within the Source form or
|
4611
|
-
documentation, if provided along with the Derivative Works; or,
|
4612
|
-
within a display generated by the Derivative Works, if and
|
4613
|
-
wherever such third-party notices normally appear. The contents
|
4614
|
-
of the NOTICE file are for informational purposes only and
|
4615
|
-
do not modify the License. You may add Your own attribution
|
4616
|
-
notices within Derivative Works that You distribute, alongside
|
4617
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4618
|
-
that such additional attribution notices cannot be construed
|
4619
|
-
as modifying the License.
|
4620
|
-
|
4621
|
-
You may add Your own copyright statement to Your modifications and
|
4622
|
-
may provide additional or different license terms and conditions
|
4623
|
-
for use, reproduction, or distribution of Your modifications, or
|
4624
|
-
for any such Derivative Works as a whole, provided Your use,
|
4625
|
-
reproduction, and distribution of the Work otherwise complies with
|
4626
|
-
the conditions stated in this License.
|
4627
|
-
|
4628
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4629
|
-
any Contribution intentionally submitted for inclusion in the Work
|
4630
|
-
by You to the Licensor shall be under the terms and conditions of
|
4631
|
-
this License, without any additional terms or conditions.
|
4632
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4633
|
-
the terms of any separate license agreement you may have executed
|
4634
|
-
with Licensor regarding such Contributions.
|
4635
|
-
|
4636
|
-
6. Trademarks. This License does not grant permission to use the trade
|
4637
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4638
|
-
except as required for reasonable and customary use in describing the
|
4639
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4640
|
-
|
4641
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
4642
|
-
agreed to in writing, Licensor provides the Work (and each
|
4643
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4644
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4645
|
-
implied, including, without limitation, any warranties or conditions
|
4646
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4647
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4648
|
-
appropriateness of using or redistributing the Work and assume any
|
4649
|
-
risks associated with Your exercise of permissions under this License.
|
4650
|
-
|
4651
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
4652
|
-
whether in tort (including negligence), contract, or otherwise,
|
4653
|
-
unless required by applicable law (such as deliberate and grossly
|
4654
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4655
|
-
liable to You for damages, including any direct, indirect, special,
|
4656
|
-
incidental, or consequential damages of any character arising as a
|
4657
|
-
result of this License or out of the use or inability to use the
|
4658
|
-
Work (including but not limited to damages for loss of goodwill,
|
4659
|
-
work stoppage, computer failure or malfunction, or any and all
|
4660
|
-
other commercial damages or losses), even if such Contributor
|
4661
|
-
has been advised of the possibility of such damages.
|
4662
|
-
|
4663
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
4664
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4665
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
4666
|
-
or other liability obligations and/or rights consistent with this
|
4667
|
-
License. However, in accepting such obligations, You may act only
|
4668
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
4669
|
-
of any other Contributor, and only if You agree to indemnify,
|
4670
|
-
defend, and hold each Contributor harmless for any liability
|
4671
|
-
incurred by, or claims asserted against, such Contributor by reason
|
4672
|
-
of your accepting any such warranty or additional liability.
|
4673
|
-
|
4674
|
-
END OF TERMS AND CONDITIONS
|
4675
|
-
|
4676
|
-
APPENDIX: How to apply the Apache License to your work.
|
4677
|
-
|
4678
|
-
To apply the Apache License to your work, attach the following
|
4679
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4680
|
-
replaced with your own identifying information. (Don't include
|
4681
|
-
the brackets!) The text should be enclosed in the appropriate
|
4682
|
-
comment syntax for the file format. We also recommend that a
|
4683
|
-
file or class name and description of purpose be included on the
|
4684
|
-
same "printed page" as the copyright notice for easier
|
4685
|
-
identification within third-party archives.
|
4686
|
-
|
4687
|
-
Copyright [yyyy] [name of copyright owner]
|
4688
|
-
|
4689
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4690
|
-
you may not use this file except in compliance with the License.
|
4691
|
-
You may obtain a copy of the License at
|
4692
|
-
|
4693
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4694
|
-
|
4695
|
-
Unless required by applicable law or agreed to in writing, software
|
4696
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4697
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4698
|
-
See the License for the specific language governing permissions and
|
4699
|
-
limitations under the License.
|
4700
|
-
|
4701
|
-
================================================================================
|
4702
|
-
num-traits LICENSE-MIT
|
4703
|
-
================================================================================
|
4704
|
-
|
4705
|
-
Copyright (c) 2014 The Rust Project Developers
|
4706
|
-
|
4707
|
-
Permission is hereby granted, free of charge, to any
|
4708
|
-
person obtaining a copy of this software and associated
|
4709
|
-
documentation files (the "Software"), to deal in the
|
4710
|
-
Software without restriction, including without
|
4711
|
-
limitation the rights to use, copy, modify, merge,
|
4712
|
-
publish, distribute, sublicense, and/or sell copies of
|
4713
|
-
the Software, and to permit persons to whom the Software
|
4714
|
-
is furnished to do so, subject to the following
|
4715
|
-
conditions:
|
4716
|
-
|
4717
|
-
The above copyright notice and this permission notice
|
4718
|
-
shall be included in all copies or substantial portions
|
4719
|
-
of the Software.
|
4720
|
-
|
4721
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4722
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
4723
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
4724
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
4725
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4726
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
4727
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
4728
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
4729
|
-
DEALINGS IN THE SOFTWARE.
|
4730
|
-
|
4731
|
-
================================================================================
|
4732
|
-
num_cpus LICENSE-APACHE
|
4733
|
-
================================================================================
|
4734
|
-
|
4735
|
-
Apache License
|
4736
|
-
Version 2.0, January 2004
|
4737
|
-
http://www.apache.org/licenses/
|
4738
|
-
|
4739
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4740
|
-
|
4741
|
-
1. Definitions.
|
4742
|
-
|
4743
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4744
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4745
|
-
|
4746
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4747
|
-
the copyright owner that is granting the License.
|
4748
|
-
|
4749
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4750
|
-
other entities that control, are controlled by, or are under common
|
4751
|
-
control with that entity. For the purposes of this definition,
|
4752
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4753
|
-
direction or management of such entity, whether by contract or
|
4754
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4755
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4756
|
-
|
4757
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4758
|
-
exercising permissions granted by this License.
|
4759
|
-
|
4760
|
-
"Source" form shall mean the preferred form for making modifications,
|
4761
|
-
including but not limited to software source code, documentation
|
4762
|
-
source, and configuration files.
|
4763
|
-
|
4764
|
-
"Object" form shall mean any form resulting from mechanical
|
4765
|
-
transformation or translation of a Source form, including but
|
4766
|
-
not limited to compiled object code, generated documentation,
|
4767
|
-
and conversions to other media types.
|
4768
|
-
|
4769
|
-
"Work" shall mean the work of authorship, whether in Source or
|
4770
|
-
Object form, made available under the License, as indicated by a
|
4771
|
-
copyright notice that is included in or attached to the work
|
4772
|
-
(an example is provided in the Appendix below).
|
4773
|
-
|
4774
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
4775
|
-
form, that is based on (or derived from) the Work and for which the
|
4776
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4777
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4778
|
-
of this License, Derivative Works shall not include works that remain
|
4779
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4780
|
-
the Work and Derivative Works thereof.
|
4781
|
-
|
4782
|
-
"Contribution" shall mean any work of authorship, including
|
4783
|
-
the original version of the Work and any modifications or additions
|
4784
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4785
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4786
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4787
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4788
|
-
means any form of electronic, verbal, or written communication sent
|
4789
|
-
to the Licensor or its representatives, including but not limited to
|
4790
|
-
communication on electronic mailing lists, source code control systems,
|
4791
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
4792
|
-
Licensor for the purpose of discussing and improving the Work, but
|
4793
|
-
excluding communication that is conspicuously marked or otherwise
|
4794
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
4795
|
-
|
4796
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4797
|
-
on behalf of whom a Contribution has been received by Licensor and
|
4798
|
-
subsequently incorporated within the Work.
|
4799
|
-
|
4800
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
4801
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4802
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4803
|
-
copyright license to reproduce, prepare Derivative Works of,
|
4804
|
-
publicly display, publicly perform, sublicense, and distribute the
|
4805
|
-
Work and such Derivative Works in Source or Object form.
|
4806
|
-
|
4807
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
4808
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4809
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4810
|
-
(except as stated in this section) patent license to make, have made,
|
4811
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4812
|
-
where such license applies only to those patent claims licensable
|
4813
|
-
by such Contributor that are necessarily infringed by their
|
4814
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
4815
|
-
with the Work to which such Contribution(s) was submitted. If You
|
4816
|
-
institute patent litigation against any entity (including a
|
4817
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4818
|
-
or a Contribution incorporated within the Work constitutes direct
|
4819
|
-
or contributory patent infringement, then any patent licenses
|
4820
|
-
granted to You under this License for that Work shall terminate
|
4821
|
-
as of the date such litigation is filed.
|
4822
|
-
|
4823
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
4824
|
-
Work or Derivative Works thereof in any medium, with or without
|
4825
|
-
modifications, and in Source or Object form, provided that You
|
4826
|
-
meet the following conditions:
|
4827
|
-
|
4828
|
-
(a) You must give any other recipients of the Work or
|
4829
|
-
Derivative Works a copy of this License; and
|
4830
|
-
|
4831
|
-
(b) You must cause any modified files to carry prominent notices
|
4832
|
-
stating that You changed the files; and
|
4833
|
-
|
4834
|
-
(c) You must retain, in the Source form of any Derivative Works
|
4835
|
-
that You distribute, all copyright, patent, trademark, and
|
4836
|
-
attribution notices from the Source form of the Work,
|
4837
|
-
excluding those notices that do not pertain to any part of
|
4838
|
-
the Derivative Works; and
|
4839
|
-
|
4840
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
4841
|
-
distribution, then any Derivative Works that You distribute must
|
4842
|
-
include a readable copy of the attribution notices contained
|
4843
|
-
within such NOTICE file, excluding those notices that do not
|
4844
|
-
pertain to any part of the Derivative Works, in at least one
|
4845
|
-
of the following places: within a NOTICE text file distributed
|
4846
|
-
as part of the Derivative Works; within the Source form or
|
4847
|
-
documentation, if provided along with the Derivative Works; or,
|
4848
|
-
within a display generated by the Derivative Works, if and
|
4849
|
-
wherever such third-party notices normally appear. The contents
|
4850
|
-
of the NOTICE file are for informational purposes only and
|
4851
|
-
do not modify the License. You may add Your own attribution
|
4852
|
-
notices within Derivative Works that You distribute, alongside
|
4853
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4854
|
-
that such additional attribution notices cannot be construed
|
4855
|
-
as modifying the License.
|
4856
|
-
|
4857
|
-
You may add Your own copyright statement to Your modifications and
|
4858
|
-
may provide additional or different license terms and conditions
|
4859
|
-
for use, reproduction, or distribution of Your modifications, or
|
4860
|
-
for any such Derivative Works as a whole, provided Your use,
|
4861
|
-
reproduction, and distribution of the Work otherwise complies with
|
4862
|
-
the conditions stated in this License.
|
4863
|
-
|
4864
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4865
|
-
any Contribution intentionally submitted for inclusion in the Work
|
4866
|
-
by You to the Licensor shall be under the terms and conditions of
|
4867
|
-
this License, without any additional terms or conditions.
|
4868
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4869
|
-
the terms of any separate license agreement you may have executed
|
4870
|
-
with Licensor regarding such Contributions.
|
4871
|
-
|
4872
|
-
6. Trademarks. This License does not grant permission to use the trade
|
4873
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4874
|
-
except as required for reasonable and customary use in describing the
|
4875
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4876
|
-
|
4877
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
4878
|
-
agreed to in writing, Licensor provides the Work (and each
|
4879
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4880
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4881
|
-
implied, including, without limitation, any warranties or conditions
|
4882
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4883
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4884
|
-
appropriateness of using or redistributing the Work and assume any
|
4885
|
-
risks associated with Your exercise of permissions under this License.
|
4886
|
-
|
4887
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
4888
|
-
whether in tort (including negligence), contract, or otherwise,
|
4889
|
-
unless required by applicable law (such as deliberate and grossly
|
4890
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4891
|
-
liable to You for damages, including any direct, indirect, special,
|
4892
|
-
incidental, or consequential damages of any character arising as a
|
4893
|
-
result of this License or out of the use or inability to use the
|
4894
|
-
Work (including but not limited to damages for loss of goodwill,
|
4895
|
-
work stoppage, computer failure or malfunction, or any and all
|
4896
|
-
other commercial damages or losses), even if such Contributor
|
4897
|
-
has been advised of the possibility of such damages.
|
4898
|
-
|
4899
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
4900
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4901
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
4902
|
-
or other liability obligations and/or rights consistent with this
|
4903
|
-
License. However, in accepting such obligations, You may act only
|
4904
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
4905
|
-
of any other Contributor, and only if You agree to indemnify,
|
4906
|
-
defend, and hold each Contributor harmless for any liability
|
4907
|
-
incurred by, or claims asserted against, such Contributor by reason
|
4908
|
-
of your accepting any such warranty or additional liability.
|
4909
|
-
|
4910
|
-
END OF TERMS AND CONDITIONS
|
4911
|
-
|
4912
|
-
APPENDIX: How to apply the Apache License to your work.
|
4913
|
-
|
4914
|
-
To apply the Apache License to your work, attach the following
|
4915
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4916
|
-
replaced with your own identifying information. (Don't include
|
4917
|
-
the brackets!) The text should be enclosed in the appropriate
|
4918
|
-
comment syntax for the file format. We also recommend that a
|
4919
|
-
file or class name and description of purpose be included on the
|
4920
|
-
same "printed page" as the copyright notice for easier
|
4921
|
-
identification within third-party archives.
|
4922
|
-
|
4923
|
-
Copyright [yyyy] [name of copyright owner]
|
4924
|
-
|
4925
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4926
|
-
you may not use this file except in compliance with the License.
|
4927
|
-
You may obtain a copy of the License at
|
4928
|
-
|
4929
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4930
|
-
|
4931
|
-
Unless required by applicable law or agreed to in writing, software
|
4932
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4933
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4934
|
-
See the License for the specific language governing permissions and
|
4935
|
-
limitations under the License.
|
4936
|
-
|
4937
|
-
================================================================================
|
4938
|
-
num_cpus LICENSE-MIT
|
4939
|
-
================================================================================
|
4940
|
-
|
4941
|
-
Copyright (c) 2015
|
4942
|
-
|
4943
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4944
|
-
of this software and associated documentation files (the "Software"), to deal
|
4945
|
-
in the Software without restriction, including without limitation the rights
|
4946
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4947
|
-
copies of the Software, and to permit persons to whom the Software is
|
4948
|
-
furnished to do so, subject to the following conditions:
|
4949
|
-
|
4950
|
-
The above copyright notice and this permission notice shall be included in
|
4951
|
-
all copies or substantial portions of the Software.
|
4952
|
-
|
4953
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4954
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4955
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4956
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4957
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4958
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4959
|
-
THE SOFTWARE.
|
4960
|
-
|
4961
|
-
|
4962
|
-
================================================================================
|
4963
|
-
ppv-lite86 LICENSE-APACHE
|
4964
|
-
================================================================================
|
4965
|
-
|
4966
|
-
Apache License
|
4967
|
-
Version 2.0, January 2004
|
4968
|
-
http://www.apache.org/licenses/
|
4969
|
-
|
4970
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4971
|
-
|
4972
|
-
1. Definitions.
|
4973
|
-
|
4974
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4975
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4976
|
-
|
4977
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4978
|
-
the copyright owner that is granting the License.
|
4979
|
-
|
4980
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4981
|
-
other entities that control, are controlled by, or are under common
|
4982
|
-
control with that entity. For the purposes of this definition,
|
4983
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4984
|
-
direction or management of such entity, whether by contract or
|
4985
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4986
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4987
|
-
|
4988
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4989
|
-
exercising permissions granted by this License.
|
4990
|
-
|
4991
|
-
"Source" form shall mean the preferred form for making modifications,
|
4992
|
-
including but not limited to software source code, documentation
|
4993
|
-
source, and configuration files.
|
4994
|
-
|
4995
|
-
"Object" form shall mean any form resulting from mechanical
|
4996
|
-
transformation or translation of a Source form, including but
|
4997
|
-
not limited to compiled object code, generated documentation,
|
4998
|
-
and conversions to other media types.
|
4999
|
-
|
5000
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5001
|
-
Object form, made available under the License, as indicated by a
|
5002
|
-
copyright notice that is included in or attached to the work
|
5003
|
-
(an example is provided in the Appendix below).
|
5004
|
-
|
5005
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5006
|
-
form, that is based on (or derived from) the Work and for which the
|
5007
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5008
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5009
|
-
of this License, Derivative Works shall not include works that remain
|
5010
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5011
|
-
the Work and Derivative Works thereof.
|
5012
|
-
|
5013
|
-
"Contribution" shall mean any work of authorship, including
|
5014
|
-
the original version of the Work and any modifications or additions
|
5015
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5016
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5017
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5018
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5019
|
-
means any form of electronic, verbal, or written communication sent
|
5020
|
-
to the Licensor or its representatives, including but not limited to
|
5021
|
-
communication on electronic mailing lists, source code control systems,
|
5022
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5023
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5024
|
-
excluding communication that is conspicuously marked or otherwise
|
5025
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5026
|
-
|
5027
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5028
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5029
|
-
subsequently incorporated within the Work.
|
5030
|
-
|
5031
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5032
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5033
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5034
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5035
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5036
|
-
Work and such Derivative Works in Source or Object form.
|
5037
|
-
|
5038
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5039
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5040
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5041
|
-
(except as stated in this section) patent license to make, have made,
|
5042
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5043
|
-
where such license applies only to those patent claims licensable
|
5044
|
-
by such Contributor that are necessarily infringed by their
|
5045
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5046
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5047
|
-
institute patent litigation against any entity (including a
|
5048
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5049
|
-
or a Contribution incorporated within the Work constitutes direct
|
5050
|
-
or contributory patent infringement, then any patent licenses
|
5051
|
-
granted to You under this License for that Work shall terminate
|
5052
|
-
as of the date such litigation is filed.
|
5053
|
-
|
5054
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5055
|
-
Work or Derivative Works thereof in any medium, with or without
|
5056
|
-
modifications, and in Source or Object form, provided that You
|
5057
|
-
meet the following conditions:
|
5058
|
-
|
5059
|
-
(a) You must give any other recipients of the Work or
|
5060
|
-
Derivative Works a copy of this License; and
|
5061
|
-
|
5062
|
-
(b) You must cause any modified files to carry prominent notices
|
5063
|
-
stating that You changed the files; and
|
5064
|
-
|
5065
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5066
|
-
that You distribute, all copyright, patent, trademark, and
|
5067
|
-
attribution notices from the Source form of the Work,
|
5068
|
-
excluding those notices that do not pertain to any part of
|
5069
|
-
the Derivative Works; and
|
5070
|
-
|
5071
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5072
|
-
distribution, then any Derivative Works that You distribute must
|
5073
|
-
include a readable copy of the attribution notices contained
|
5074
|
-
within such NOTICE file, excluding those notices that do not
|
5075
|
-
pertain to any part of the Derivative Works, in at least one
|
5076
|
-
of the following places: within a NOTICE text file distributed
|
5077
|
-
as part of the Derivative Works; within the Source form or
|
5078
|
-
documentation, if provided along with the Derivative Works; or,
|
5079
|
-
within a display generated by the Derivative Works, if and
|
5080
|
-
wherever such third-party notices normally appear. The contents
|
5081
|
-
of the NOTICE file are for informational purposes only and
|
5082
|
-
do not modify the License. You may add Your own attribution
|
5083
|
-
notices within Derivative Works that You distribute, alongside
|
5084
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5085
|
-
that such additional attribution notices cannot be construed
|
5086
|
-
as modifying the License.
|
5087
|
-
|
5088
|
-
You may add Your own copyright statement to Your modifications and
|
5089
|
-
may provide additional or different license terms and conditions
|
5090
|
-
for use, reproduction, or distribution of Your modifications, or
|
5091
|
-
for any such Derivative Works as a whole, provided Your use,
|
5092
|
-
reproduction, and distribution of the Work otherwise complies with
|
5093
|
-
the conditions stated in this License.
|
5094
|
-
|
5095
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5096
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5097
|
-
by You to the Licensor shall be under the terms and conditions of
|
5098
|
-
this License, without any additional terms or conditions.
|
5099
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5100
|
-
the terms of any separate license agreement you may have executed
|
5101
|
-
with Licensor regarding such Contributions.
|
5102
|
-
|
5103
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5104
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5105
|
-
except as required for reasonable and customary use in describing the
|
5106
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5107
|
-
|
5108
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5109
|
-
agreed to in writing, Licensor provides the Work (and each
|
5110
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5111
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5112
|
-
implied, including, without limitation, any warranties or conditions
|
5113
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5114
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5115
|
-
appropriateness of using or redistributing the Work and assume any
|
5116
|
-
risks associated with Your exercise of permissions under this License.
|
5117
|
-
|
5118
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5119
|
-
whether in tort (including negligence), contract, or otherwise,
|
5120
|
-
unless required by applicable law (such as deliberate and grossly
|
5121
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5122
|
-
liable to You for damages, including any direct, indirect, special,
|
5123
|
-
incidental, or consequential damages of any character arising as a
|
5124
|
-
result of this License or out of the use or inability to use the
|
5125
|
-
Work (including but not limited to damages for loss of goodwill,
|
5126
|
-
work stoppage, computer failure or malfunction, or any and all
|
5127
|
-
other commercial damages or losses), even if such Contributor
|
5128
|
-
has been advised of the possibility of such damages.
|
5129
|
-
|
5130
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5131
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5132
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5133
|
-
or other liability obligations and/or rights consistent with this
|
5134
|
-
License. However, in accepting such obligations, You may act only
|
5135
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5136
|
-
of any other Contributor, and only if You agree to indemnify,
|
5137
|
-
defend, and hold each Contributor harmless for any liability
|
5138
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5139
|
-
of your accepting any such warranty or additional liability.
|
5140
|
-
|
5141
|
-
END OF TERMS AND CONDITIONS
|
5142
|
-
|
5143
|
-
APPENDIX: How to apply the Apache License to your work.
|
5144
|
-
|
5145
|
-
To apply the Apache License to your work, attach the following
|
5146
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5147
|
-
replaced with your own identifying information. (Don't include
|
5148
|
-
the brackets!) The text should be enclosed in the appropriate
|
5149
|
-
comment syntax for the file format. We also recommend that a
|
5150
|
-
file or class name and description of purpose be included on the
|
5151
|
-
same "printed page" as the copyright notice for easier
|
5152
|
-
identification within third-party archives.
|
5153
|
-
|
5154
|
-
Copyright 2019 The CryptoCorrosion Contributors
|
5155
|
-
|
5156
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5157
|
-
you may not use this file except in compliance with the License.
|
5158
|
-
You may obtain a copy of the License at
|
5159
|
-
|
5160
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5161
|
-
|
5162
|
-
Unless required by applicable law or agreed to in writing, software
|
5163
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5164
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5165
|
-
See the License for the specific language governing permissions and
|
5166
|
-
limitations under the License.
|
5167
|
-
|
5168
|
-
================================================================================
|
5169
|
-
ppv-lite86 LICENSE-MIT
|
5170
|
-
================================================================================
|
5171
|
-
|
5172
|
-
Copyright (c) 2019 The CryptoCorrosion Contributors
|
5173
|
-
|
5174
|
-
Permission is hereby granted, free of charge, to any
|
5175
|
-
person obtaining a copy of this software and associated
|
5176
|
-
documentation files (the "Software"), to deal in the
|
5177
|
-
Software without restriction, including without
|
5178
|
-
limitation the rights to use, copy, modify, merge,
|
5179
|
-
publish, distribute, sublicense, and/or sell copies of
|
5180
|
-
the Software, and to permit persons to whom the Software
|
5181
|
-
is furnished to do so, subject to the following
|
5182
|
-
conditions:
|
5183
|
-
|
5184
|
-
The above copyright notice and this permission notice
|
5185
|
-
shall be included in all copies or substantial portions
|
5186
|
-
of the Software.
|
5187
|
-
|
5188
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5189
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5190
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5191
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5192
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5193
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5194
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5195
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5196
|
-
DEALINGS IN THE SOFTWARE.
|
5197
|
-
|
5198
|
-
================================================================================
|
5199
|
-
rand LICENSE-APACHE
|
5200
|
-
================================================================================
|
5201
|
-
|
5202
|
-
Apache License
|
5203
|
-
Version 2.0, January 2004
|
5204
|
-
https://www.apache.org/licenses/
|
5205
|
-
|
5206
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5207
|
-
|
5208
|
-
1. Definitions.
|
5209
|
-
|
5210
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5211
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5212
|
-
|
5213
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5214
|
-
the copyright owner that is granting the License.
|
5215
|
-
|
5216
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5217
|
-
other entities that control, are controlled by, or are under common
|
5218
|
-
control with that entity. For the purposes of this definition,
|
5219
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5220
|
-
direction or management of such entity, whether by contract or
|
5221
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5222
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5223
|
-
|
5224
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5225
|
-
exercising permissions granted by this License.
|
5226
|
-
|
5227
|
-
"Source" form shall mean the preferred form for making modifications,
|
5228
|
-
including but not limited to software source code, documentation
|
5229
|
-
source, and configuration files.
|
5230
|
-
|
5231
|
-
"Object" form shall mean any form resulting from mechanical
|
5232
|
-
transformation or translation of a Source form, including but
|
5233
|
-
not limited to compiled object code, generated documentation,
|
5234
|
-
and conversions to other media types.
|
5235
|
-
|
5236
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5237
|
-
Object form, made available under the License, as indicated by a
|
5238
|
-
copyright notice that is included in or attached to the work
|
5239
|
-
(an example is provided in the Appendix below).
|
5240
|
-
|
5241
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5242
|
-
form, that is based on (or derived from) the Work and for which the
|
5243
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5244
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5245
|
-
of this License, Derivative Works shall not include works that remain
|
5246
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5247
|
-
the Work and Derivative Works thereof.
|
5248
|
-
|
5249
|
-
"Contribution" shall mean any work of authorship, including
|
5250
|
-
the original version of the Work and any modifications or additions
|
5251
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5252
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5253
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5254
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5255
|
-
means any form of electronic, verbal, or written communication sent
|
5256
|
-
to the Licensor or its representatives, including but not limited to
|
5257
|
-
communication on electronic mailing lists, source code control systems,
|
5258
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5259
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5260
|
-
excluding communication that is conspicuously marked or otherwise
|
5261
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5262
|
-
|
5263
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5264
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5265
|
-
subsequently incorporated within the Work.
|
5266
|
-
|
5267
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5268
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5269
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5270
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5271
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5272
|
-
Work and such Derivative Works in Source or Object form.
|
5273
|
-
|
5274
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5275
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5276
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5277
|
-
(except as stated in this section) patent license to make, have made,
|
5278
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5279
|
-
where such license applies only to those patent claims licensable
|
5280
|
-
by such Contributor that are necessarily infringed by their
|
5281
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5282
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5283
|
-
institute patent litigation against any entity (including a
|
5284
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5285
|
-
or a Contribution incorporated within the Work constitutes direct
|
5286
|
-
or contributory patent infringement, then any patent licenses
|
5287
|
-
granted to You under this License for that Work shall terminate
|
5288
|
-
as of the date such litigation is filed.
|
5289
|
-
|
5290
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5291
|
-
Work or Derivative Works thereof in any medium, with or without
|
5292
|
-
modifications, and in Source or Object form, provided that You
|
5293
|
-
meet the following conditions:
|
5294
|
-
|
5295
|
-
(a) You must give any other recipients of the Work or
|
5296
|
-
Derivative Works a copy of this License; and
|
5297
|
-
|
5298
|
-
(b) You must cause any modified files to carry prominent notices
|
5299
|
-
stating that You changed the files; and
|
5300
|
-
|
5301
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5302
|
-
that You distribute, all copyright, patent, trademark, and
|
5303
|
-
attribution notices from the Source form of the Work,
|
5304
|
-
excluding those notices that do not pertain to any part of
|
5305
|
-
the Derivative Works; and
|
5306
|
-
|
5307
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5308
|
-
distribution, then any Derivative Works that You distribute must
|
5309
|
-
include a readable copy of the attribution notices contained
|
5310
|
-
within such NOTICE file, excluding those notices that do not
|
5311
|
-
pertain to any part of the Derivative Works, in at least one
|
5312
|
-
of the following places: within a NOTICE text file distributed
|
5313
|
-
as part of the Derivative Works; within the Source form or
|
5314
|
-
documentation, if provided along with the Derivative Works; or,
|
5315
|
-
within a display generated by the Derivative Works, if and
|
5316
|
-
wherever such third-party notices normally appear. The contents
|
5317
|
-
of the NOTICE file are for informational purposes only and
|
5318
|
-
do not modify the License. You may add Your own attribution
|
5319
|
-
notices within Derivative Works that You distribute, alongside
|
5320
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5321
|
-
that such additional attribution notices cannot be construed
|
5322
|
-
as modifying the License.
|
5323
|
-
|
5324
|
-
You may add Your own copyright statement to Your modifications and
|
5325
|
-
may provide additional or different license terms and conditions
|
5326
|
-
for use, reproduction, or distribution of Your modifications, or
|
5327
|
-
for any such Derivative Works as a whole, provided Your use,
|
5328
|
-
reproduction, and distribution of the Work otherwise complies with
|
5329
|
-
the conditions stated in this License.
|
5330
|
-
|
5331
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5332
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5333
|
-
by You to the Licensor shall be under the terms and conditions of
|
5334
|
-
this License, without any additional terms or conditions.
|
5335
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5336
|
-
the terms of any separate license agreement you may have executed
|
5337
|
-
with Licensor regarding such Contributions.
|
5338
|
-
|
5339
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5340
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5341
|
-
except as required for reasonable and customary use in describing the
|
5342
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5343
|
-
|
5344
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5345
|
-
agreed to in writing, Licensor provides the Work (and each
|
5346
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5347
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5348
|
-
implied, including, without limitation, any warranties or conditions
|
5349
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5350
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5351
|
-
appropriateness of using or redistributing the Work and assume any
|
5352
|
-
risks associated with Your exercise of permissions under this License.
|
5353
|
-
|
5354
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5355
|
-
whether in tort (including negligence), contract, or otherwise,
|
5356
|
-
unless required by applicable law (such as deliberate and grossly
|
5357
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5358
|
-
liable to You for damages, including any direct, indirect, special,
|
5359
|
-
incidental, or consequential damages of any character arising as a
|
5360
|
-
result of this License or out of the use or inability to use the
|
5361
|
-
Work (including but not limited to damages for loss of goodwill,
|
5362
|
-
work stoppage, computer failure or malfunction, or any and all
|
5363
|
-
other commercial damages or losses), even if such Contributor
|
5364
|
-
has been advised of the possibility of such damages.
|
5365
|
-
|
5366
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5367
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5368
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5369
|
-
or other liability obligations and/or rights consistent with this
|
5370
|
-
License. However, in accepting such obligations, You may act only
|
5371
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5372
|
-
of any other Contributor, and only if You agree to indemnify,
|
5373
|
-
defend, and hold each Contributor harmless for any liability
|
5374
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5375
|
-
of your accepting any such warranty or additional liability.
|
5376
|
-
|
5377
|
-
END OF TERMS AND CONDITIONS
|
5378
|
-
|
5379
|
-
================================================================================
|
5380
|
-
rand LICENSE-MIT
|
5381
|
-
================================================================================
|
5382
|
-
|
5383
|
-
Copyright 2018 Developers of the Rand project
|
5384
|
-
Copyright (c) 2014 The Rust Project Developers
|
5385
|
-
|
5386
|
-
Permission is hereby granted, free of charge, to any
|
5387
|
-
person obtaining a copy of this software and associated
|
5388
|
-
documentation files (the "Software"), to deal in the
|
5389
|
-
Software without restriction, including without
|
5390
|
-
limitation the rights to use, copy, modify, merge,
|
5391
|
-
publish, distribute, sublicense, and/or sell copies of
|
5392
|
-
the Software, and to permit persons to whom the Software
|
5393
|
-
is furnished to do so, subject to the following
|
5394
|
-
conditions:
|
5395
|
-
|
5396
|
-
The above copyright notice and this permission notice
|
5397
|
-
shall be included in all copies or substantial portions
|
5398
|
-
of the Software.
|
5399
|
-
|
5400
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5401
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5402
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5403
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5404
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5405
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5406
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5407
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5408
|
-
DEALINGS IN THE SOFTWARE.
|
5409
|
-
|
5410
|
-
================================================================================
|
5411
|
-
rand_chacha LICENSE-APACHE
|
5412
|
-
================================================================================
|
5413
|
-
|
5414
|
-
Apache License
|
5415
|
-
Version 2.0, January 2004
|
5416
|
-
https://www.apache.org/licenses/
|
5417
|
-
|
5418
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5419
|
-
|
5420
|
-
1. Definitions.
|
5421
|
-
|
5422
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5423
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5424
|
-
|
5425
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5426
|
-
the copyright owner that is granting the License.
|
5427
|
-
|
5428
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5429
|
-
other entities that control, are controlled by, or are under common
|
5430
|
-
control with that entity. For the purposes of this definition,
|
5431
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5432
|
-
direction or management of such entity, whether by contract or
|
5433
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5434
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5435
|
-
|
5436
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5437
|
-
exercising permissions granted by this License.
|
5438
|
-
|
5439
|
-
"Source" form shall mean the preferred form for making modifications,
|
5440
|
-
including but not limited to software source code, documentation
|
5441
|
-
source, and configuration files.
|
5442
|
-
|
5443
|
-
"Object" form shall mean any form resulting from mechanical
|
5444
|
-
transformation or translation of a Source form, including but
|
5445
|
-
not limited to compiled object code, generated documentation,
|
5446
|
-
and conversions to other media types.
|
5447
|
-
|
5448
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5449
|
-
Object form, made available under the License, as indicated by a
|
5450
|
-
copyright notice that is included in or attached to the work
|
5451
|
-
(an example is provided in the Appendix below).
|
5452
|
-
|
5453
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5454
|
-
form, that is based on (or derived from) the Work and for which the
|
5455
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5456
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5457
|
-
of this License, Derivative Works shall not include works that remain
|
5458
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5459
|
-
the Work and Derivative Works thereof.
|
5460
|
-
|
5461
|
-
"Contribution" shall mean any work of authorship, including
|
5462
|
-
the original version of the Work and any modifications or additions
|
5463
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5464
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5465
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5466
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5467
|
-
means any form of electronic, verbal, or written communication sent
|
5468
|
-
to the Licensor or its representatives, including but not limited to
|
5469
|
-
communication on electronic mailing lists, source code control systems,
|
5470
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5471
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5472
|
-
excluding communication that is conspicuously marked or otherwise
|
5473
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5474
|
-
|
5475
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5476
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5477
|
-
subsequently incorporated within the Work.
|
5478
|
-
|
5479
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5480
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5481
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5482
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5483
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5484
|
-
Work and such Derivative Works in Source or Object form.
|
5485
|
-
|
5486
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5487
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5488
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5489
|
-
(except as stated in this section) patent license to make, have made,
|
5490
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5491
|
-
where such license applies only to those patent claims licensable
|
5492
|
-
by such Contributor that are necessarily infringed by their
|
5493
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5494
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5495
|
-
institute patent litigation against any entity (including a
|
5496
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5497
|
-
or a Contribution incorporated within the Work constitutes direct
|
5498
|
-
or contributory patent infringement, then any patent licenses
|
5499
|
-
granted to You under this License for that Work shall terminate
|
5500
|
-
as of the date such litigation is filed.
|
5501
|
-
|
5502
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5503
|
-
Work or Derivative Works thereof in any medium, with or without
|
5504
|
-
modifications, and in Source or Object form, provided that You
|
5505
|
-
meet the following conditions:
|
5506
|
-
|
5507
|
-
(a) You must give any other recipients of the Work or
|
5508
|
-
Derivative Works a copy of this License; and
|
5509
|
-
|
5510
|
-
(b) You must cause any modified files to carry prominent notices
|
5511
|
-
stating that You changed the files; and
|
5512
|
-
|
5513
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5514
|
-
that You distribute, all copyright, patent, trademark, and
|
5515
|
-
attribution notices from the Source form of the Work,
|
5516
|
-
excluding those notices that do not pertain to any part of
|
5517
|
-
the Derivative Works; and
|
5518
|
-
|
5519
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5520
|
-
distribution, then any Derivative Works that You distribute must
|
5521
|
-
include a readable copy of the attribution notices contained
|
5522
|
-
within such NOTICE file, excluding those notices that do not
|
5523
|
-
pertain to any part of the Derivative Works, in at least one
|
5524
|
-
of the following places: within a NOTICE text file distributed
|
5525
|
-
as part of the Derivative Works; within the Source form or
|
5526
|
-
documentation, if provided along with the Derivative Works; or,
|
5527
|
-
within a display generated by the Derivative Works, if and
|
5528
|
-
wherever such third-party notices normally appear. The contents
|
5529
|
-
of the NOTICE file are for informational purposes only and
|
5530
|
-
do not modify the License. You may add Your own attribution
|
5531
|
-
notices within Derivative Works that You distribute, alongside
|
5532
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5533
|
-
that such additional attribution notices cannot be construed
|
5534
|
-
as modifying the License.
|
5535
|
-
|
5536
|
-
You may add Your own copyright statement to Your modifications and
|
5537
|
-
may provide additional or different license terms and conditions
|
5538
|
-
for use, reproduction, or distribution of Your modifications, or
|
5539
|
-
for any such Derivative Works as a whole, provided Your use,
|
5540
|
-
reproduction, and distribution of the Work otherwise complies with
|
5541
|
-
the conditions stated in this License.
|
5542
|
-
|
5543
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5544
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5545
|
-
by You to the Licensor shall be under the terms and conditions of
|
5546
|
-
this License, without any additional terms or conditions.
|
5547
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5548
|
-
the terms of any separate license agreement you may have executed
|
5549
|
-
with Licensor regarding such Contributions.
|
5550
|
-
|
5551
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5552
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5553
|
-
except as required for reasonable and customary use in describing the
|
5554
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5555
|
-
|
5556
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5557
|
-
agreed to in writing, Licensor provides the Work (and each
|
5558
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5559
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5560
|
-
implied, including, without limitation, any warranties or conditions
|
5561
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5562
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5563
|
-
appropriateness of using or redistributing the Work and assume any
|
5564
|
-
risks associated with Your exercise of permissions under this License.
|
5565
|
-
|
5566
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5567
|
-
whether in tort (including negligence), contract, or otherwise,
|
5568
|
-
unless required by applicable law (such as deliberate and grossly
|
5569
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5570
|
-
liable to You for damages, including any direct, indirect, special,
|
5571
|
-
incidental, or consequential damages of any character arising as a
|
5572
|
-
result of this License or out of the use or inability to use the
|
5573
|
-
Work (including but not limited to damages for loss of goodwill,
|
5574
|
-
work stoppage, computer failure or malfunction, or any and all
|
5575
|
-
other commercial damages or losses), even if such Contributor
|
5576
|
-
has been advised of the possibility of such damages.
|
5577
|
-
|
5578
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5579
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5580
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5581
|
-
or other liability obligations and/or rights consistent with this
|
5582
|
-
License. However, in accepting such obligations, You may act only
|
5583
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5584
|
-
of any other Contributor, and only if You agree to indemnify,
|
5585
|
-
defend, and hold each Contributor harmless for any liability
|
5586
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5587
|
-
of your accepting any such warranty or additional liability.
|
5588
|
-
|
5589
|
-
END OF TERMS AND CONDITIONS
|
5590
|
-
|
5591
|
-
APPENDIX: How to apply the Apache License to your work.
|
5592
|
-
|
5593
|
-
To apply the Apache License to your work, attach the following
|
5594
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5595
|
-
replaced with your own identifying information. (Don't include
|
5596
|
-
the brackets!) The text should be enclosed in the appropriate
|
5597
|
-
comment syntax for the file format. We also recommend that a
|
5598
|
-
file or class name and description of purpose be included on the
|
5599
|
-
same "printed page" as the copyright notice for easier
|
5600
|
-
identification within third-party archives.
|
5601
|
-
|
5602
|
-
Copyright [yyyy] [name of copyright owner]
|
5603
|
-
|
5604
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5605
|
-
you may not use this file except in compliance with the License.
|
5606
|
-
You may obtain a copy of the License at
|
5607
|
-
|
5608
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
5609
|
-
|
5610
|
-
Unless required by applicable law or agreed to in writing, software
|
5611
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5612
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5613
|
-
See the License for the specific language governing permissions and
|
5614
|
-
limitations under the License.
|
5615
|
-
|
5616
|
-
================================================================================
|
5617
|
-
rand_chacha LICENSE-MIT
|
5618
|
-
================================================================================
|
5619
|
-
|
5620
|
-
Copyright 2018 Developers of the Rand project
|
5621
|
-
Copyright (c) 2014 The Rust Project Developers
|
5622
|
-
|
5623
|
-
Permission is hereby granted, free of charge, to any
|
5624
|
-
person obtaining a copy of this software and associated
|
5625
|
-
documentation files (the "Software"), to deal in the
|
5626
|
-
Software without restriction, including without
|
5627
|
-
limitation the rights to use, copy, modify, merge,
|
5628
|
-
publish, distribute, sublicense, and/or sell copies of
|
5629
|
-
the Software, and to permit persons to whom the Software
|
5630
|
-
is furnished to do so, subject to the following
|
5631
|
-
conditions:
|
5632
|
-
|
5633
|
-
The above copyright notice and this permission notice
|
5634
|
-
shall be included in all copies or substantial portions
|
5635
|
-
of the Software.
|
5636
|
-
|
5637
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5638
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5639
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5640
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5641
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5642
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5643
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5644
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5645
|
-
DEALINGS IN THE SOFTWARE.
|
5646
|
-
|
5647
|
-
================================================================================
|
5648
|
-
rand_core LICENSE-APACHE
|
4117
|
+
rand_core LICENSE-APACHE
|
5649
4118
|
================================================================================
|
5650
4119
|
|
5651
4120
|
Apache License
|
@@ -6788,238 +5257,3 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6788
5257
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6789
5258
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6790
5259
|
DEALINGS IN THE SOFTWARE.
|
6791
|
-
|
6792
|
-
================================================================================
|
6793
|
-
wasi LICENSE-APACHE
|
6794
|
-
================================================================================
|
6795
|
-
|
6796
|
-
Apache License
|
6797
|
-
Version 2.0, January 2004
|
6798
|
-
http://www.apache.org/licenses/
|
6799
|
-
|
6800
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6801
|
-
|
6802
|
-
1. Definitions.
|
6803
|
-
|
6804
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
6805
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
6806
|
-
|
6807
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
6808
|
-
the copyright owner that is granting the License.
|
6809
|
-
|
6810
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
6811
|
-
other entities that control, are controlled by, or are under common
|
6812
|
-
control with that entity. For the purposes of this definition,
|
6813
|
-
"control" means (i) the power, direct or indirect, to cause the
|
6814
|
-
direction or management of such entity, whether by contract or
|
6815
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6816
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
6817
|
-
|
6818
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
6819
|
-
exercising permissions granted by this License.
|
6820
|
-
|
6821
|
-
"Source" form shall mean the preferred form for making modifications,
|
6822
|
-
including but not limited to software source code, documentation
|
6823
|
-
source, and configuration files.
|
6824
|
-
|
6825
|
-
"Object" form shall mean any form resulting from mechanical
|
6826
|
-
transformation or translation of a Source form, including but
|
6827
|
-
not limited to compiled object code, generated documentation,
|
6828
|
-
and conversions to other media types.
|
6829
|
-
|
6830
|
-
"Work" shall mean the work of authorship, whether in Source or
|
6831
|
-
Object form, made available under the License, as indicated by a
|
6832
|
-
copyright notice that is included in or attached to the work
|
6833
|
-
(an example is provided in the Appendix below).
|
6834
|
-
|
6835
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
6836
|
-
form, that is based on (or derived from) the Work and for which the
|
6837
|
-
editorial revisions, annotations, elaborations, or other modifications
|
6838
|
-
represent, as a whole, an original work of authorship. For the purposes
|
6839
|
-
of this License, Derivative Works shall not include works that remain
|
6840
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
6841
|
-
the Work and Derivative Works thereof.
|
6842
|
-
|
6843
|
-
"Contribution" shall mean any work of authorship, including
|
6844
|
-
the original version of the Work and any modifications or additions
|
6845
|
-
to that Work or Derivative Works thereof, that is intentionally
|
6846
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
6847
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
6848
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
6849
|
-
means any form of electronic, verbal, or written communication sent
|
6850
|
-
to the Licensor or its representatives, including but not limited to
|
6851
|
-
communication on electronic mailing lists, source code control systems,
|
6852
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
6853
|
-
Licensor for the purpose of discussing and improving the Work, but
|
6854
|
-
excluding communication that is conspicuously marked or otherwise
|
6855
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
6856
|
-
|
6857
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6858
|
-
on behalf of whom a Contribution has been received by Licensor and
|
6859
|
-
subsequently incorporated within the Work.
|
6860
|
-
|
6861
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
6862
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6863
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6864
|
-
copyright license to reproduce, prepare Derivative Works of,
|
6865
|
-
publicly display, publicly perform, sublicense, and distribute the
|
6866
|
-
Work and such Derivative Works in Source or Object form.
|
6867
|
-
|
6868
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
6869
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6870
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6871
|
-
(except as stated in this section) patent license to make, have made,
|
6872
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6873
|
-
where such license applies only to those patent claims licensable
|
6874
|
-
by such Contributor that are necessarily infringed by their
|
6875
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
6876
|
-
with the Work to which such Contribution(s) was submitted. If You
|
6877
|
-
institute patent litigation against any entity (including a
|
6878
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6879
|
-
or a Contribution incorporated within the Work constitutes direct
|
6880
|
-
or contributory patent infringement, then any patent licenses
|
6881
|
-
granted to You under this License for that Work shall terminate
|
6882
|
-
as of the date such litigation is filed.
|
6883
|
-
|
6884
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
6885
|
-
Work or Derivative Works thereof in any medium, with or without
|
6886
|
-
modifications, and in Source or Object form, provided that You
|
6887
|
-
meet the following conditions:
|
6888
|
-
|
6889
|
-
(a) You must give any other recipients of the Work or
|
6890
|
-
Derivative Works a copy of this License; and
|
6891
|
-
|
6892
|
-
(b) You must cause any modified files to carry prominent notices
|
6893
|
-
stating that You changed the files; and
|
6894
|
-
|
6895
|
-
(c) You must retain, in the Source form of any Derivative Works
|
6896
|
-
that You distribute, all copyright, patent, trademark, and
|
6897
|
-
attribution notices from the Source form of the Work,
|
6898
|
-
excluding those notices that do not pertain to any part of
|
6899
|
-
the Derivative Works; and
|
6900
|
-
|
6901
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
6902
|
-
distribution, then any Derivative Works that You distribute must
|
6903
|
-
include a readable copy of the attribution notices contained
|
6904
|
-
within such NOTICE file, excluding those notices that do not
|
6905
|
-
pertain to any part of the Derivative Works, in at least one
|
6906
|
-
of the following places: within a NOTICE text file distributed
|
6907
|
-
as part of the Derivative Works; within the Source form or
|
6908
|
-
documentation, if provided along with the Derivative Works; or,
|
6909
|
-
within a display generated by the Derivative Works, if and
|
6910
|
-
wherever such third-party notices normally appear. The contents
|
6911
|
-
of the NOTICE file are for informational purposes only and
|
6912
|
-
do not modify the License. You may add Your own attribution
|
6913
|
-
notices within Derivative Works that You distribute, alongside
|
6914
|
-
or as an addendum to the NOTICE text from the Work, provided
|
6915
|
-
that such additional attribution notices cannot be construed
|
6916
|
-
as modifying the License.
|
6917
|
-
|
6918
|
-
You may add Your own copyright statement to Your modifications and
|
6919
|
-
may provide additional or different license terms and conditions
|
6920
|
-
for use, reproduction, or distribution of Your modifications, or
|
6921
|
-
for any such Derivative Works as a whole, provided Your use,
|
6922
|
-
reproduction, and distribution of the Work otherwise complies with
|
6923
|
-
the conditions stated in this License.
|
6924
|
-
|
6925
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6926
|
-
any Contribution intentionally submitted for inclusion in the Work
|
6927
|
-
by You to the Licensor shall be under the terms and conditions of
|
6928
|
-
this License, without any additional terms or conditions.
|
6929
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
6930
|
-
the terms of any separate license agreement you may have executed
|
6931
|
-
with Licensor regarding such Contributions.
|
6932
|
-
|
6933
|
-
6. Trademarks. This License does not grant permission to use the trade
|
6934
|
-
names, trademarks, service marks, or product names of the Licensor,
|
6935
|
-
except as required for reasonable and customary use in describing the
|
6936
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
6937
|
-
|
6938
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
6939
|
-
agreed to in writing, Licensor provides the Work (and each
|
6940
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6941
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6942
|
-
implied, including, without limitation, any warranties or conditions
|
6943
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6944
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6945
|
-
appropriateness of using or redistributing the Work and assume any
|
6946
|
-
risks associated with Your exercise of permissions under this License.
|
6947
|
-
|
6948
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
6949
|
-
whether in tort (including negligence), contract, or otherwise,
|
6950
|
-
unless required by applicable law (such as deliberate and grossly
|
6951
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
6952
|
-
liable to You for damages, including any direct, indirect, special,
|
6953
|
-
incidental, or consequential damages of any character arising as a
|
6954
|
-
result of this License or out of the use or inability to use the
|
6955
|
-
Work (including but not limited to damages for loss of goodwill,
|
6956
|
-
work stoppage, computer failure or malfunction, or any and all
|
6957
|
-
other commercial damages or losses), even if such Contributor
|
6958
|
-
has been advised of the possibility of such damages.
|
6959
|
-
|
6960
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
6961
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
6962
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
6963
|
-
or other liability obligations and/or rights consistent with this
|
6964
|
-
License. However, in accepting such obligations, You may act only
|
6965
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
6966
|
-
of any other Contributor, and only if You agree to indemnify,
|
6967
|
-
defend, and hold each Contributor harmless for any liability
|
6968
|
-
incurred by, or claims asserted against, such Contributor by reason
|
6969
|
-
of your accepting any such warranty or additional liability.
|
6970
|
-
|
6971
|
-
END OF TERMS AND CONDITIONS
|
6972
|
-
|
6973
|
-
APPENDIX: How to apply the Apache License to your work.
|
6974
|
-
|
6975
|
-
To apply the Apache License to your work, attach the following
|
6976
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6977
|
-
replaced with your own identifying information. (Don't include
|
6978
|
-
the brackets!) The text should be enclosed in the appropriate
|
6979
|
-
comment syntax for the file format. We also recommend that a
|
6980
|
-
file or class name and description of purpose be included on the
|
6981
|
-
same "printed page" as the copyright notice for easier
|
6982
|
-
identification within third-party archives.
|
6983
|
-
|
6984
|
-
Copyright [yyyy] [name of copyright owner]
|
6985
|
-
|
6986
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6987
|
-
you may not use this file except in compliance with the License.
|
6988
|
-
You may obtain a copy of the License at
|
6989
|
-
|
6990
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6991
|
-
|
6992
|
-
Unless required by applicable law or agreed to in writing, software
|
6993
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6994
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6995
|
-
See the License for the specific language governing permissions and
|
6996
|
-
limitations under the License.
|
6997
|
-
|
6998
|
-
================================================================================
|
6999
|
-
wasi LICENSE-MIT
|
7000
|
-
================================================================================
|
7001
|
-
|
7002
|
-
Permission is hereby granted, free of charge, to any
|
7003
|
-
person obtaining a copy of this software and associated
|
7004
|
-
documentation files (the "Software"), to deal in the
|
7005
|
-
Software without restriction, including without
|
7006
|
-
limitation the rights to use, copy, modify, merge,
|
7007
|
-
publish, distribute, sublicense, and/or sell copies of
|
7008
|
-
the Software, and to permit persons to whom the Software
|
7009
|
-
is furnished to do so, subject to the following
|
7010
|
-
conditions:
|
7011
|
-
|
7012
|
-
The above copyright notice and this permission notice
|
7013
|
-
shall be included in all copies or substantial portions
|
7014
|
-
of the Software.
|
7015
|
-
|
7016
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
7017
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
7018
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
7019
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
7020
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
7021
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
7022
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
7023
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
7024
|
-
DEALINGS IN THE SOFTWARE.
|
7025
|
-
|