rcf 0.1.2 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- 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,10 +30,6 @@ 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
33
|
libc v0.2.137
|
42
34
|
https://github.com/rust-lang/libc
|
43
35
|
MIT OR Apache-2.0
|
@@ -46,7 +38,7 @@ memoffset v0.6.5
|
|
46
38
|
https://github.com/Gilnaa/memoffset
|
47
39
|
MIT
|
48
40
|
|
49
|
-
num v0.4.
|
41
|
+
num v0.4.1
|
50
42
|
https://github.com/rust-num/num
|
51
43
|
MIT OR Apache-2.0
|
52
44
|
|
@@ -54,7 +46,7 @@ num-bigint v0.4.3
|
|
54
46
|
https://github.com/rust-num/num-bigint
|
55
47
|
MIT OR Apache-2.0
|
56
48
|
|
57
|
-
num-complex v0.4.
|
49
|
+
num-complex v0.4.4
|
58
50
|
https://github.com/rust-num/num-complex
|
59
51
|
MIT OR Apache-2.0
|
60
52
|
|
@@ -74,10 +66,6 @@ num-traits v0.2.15
|
|
74
66
|
https://github.com/rust-num/num-traits
|
75
67
|
MIT OR Apache-2.0
|
76
68
|
|
77
|
-
num_cpus v1.13.1
|
78
|
-
https://github.com/seanmonstar/num_cpus
|
79
|
-
MIT OR Apache-2.0
|
80
|
-
|
81
69
|
ppv-lite86 v0.2.16
|
82
70
|
https://github.com/cryptocorrosion/cryptocorrosion
|
83
71
|
MIT/Apache-2.0
|
@@ -94,25 +82,21 @@ rand_core v0.6.4
|
|
94
82
|
https://rust-random.github.io/book
|
95
83
|
MIT OR Apache-2.0
|
96
84
|
|
97
|
-
rayon v1.
|
85
|
+
rayon v1.8.1
|
98
86
|
https://github.com/rayon-rs/rayon
|
99
87
|
MIT OR Apache-2.0
|
100
88
|
|
101
|
-
rayon-core v1.
|
89
|
+
rayon-core v1.12.1
|
102
90
|
https://github.com/rayon-rs/rayon
|
103
91
|
MIT OR Apache-2.0
|
104
92
|
|
105
|
-
rcf
|
93
|
+
rcf v4.0.0
|
106
94
|
Apache-2.0
|
107
95
|
|
108
96
|
scopeguard v1.1.0
|
109
97
|
https://github.com/bluss/scopeguard
|
110
98
|
MIT/Apache-2.0
|
111
99
|
|
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
100
|
================================================================================
|
117
101
|
autocfg LICENSE-APACHE
|
118
102
|
================================================================================
|
@@ -586,7 +570,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
586
570
|
DEALINGS IN THE SOFTWARE.
|
587
571
|
|
588
572
|
================================================================================
|
589
|
-
crossbeam-
|
573
|
+
crossbeam-deque LICENSE-APACHE
|
590
574
|
================================================================================
|
591
575
|
|
592
576
|
Apache License
|
@@ -792,7 +776,7 @@ See the License for the specific language governing permissions and
|
|
792
776
|
limitations under the License.
|
793
777
|
|
794
778
|
================================================================================
|
795
|
-
crossbeam-
|
779
|
+
crossbeam-deque LICENSE-MIT
|
796
780
|
================================================================================
|
797
781
|
|
798
782
|
The MIT License (MIT)
|
@@ -824,401 +808,9 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
824
808
|
DEALINGS IN THE SOFTWARE.
|
825
809
|
|
826
810
|
================================================================================
|
827
|
-
crossbeam-
|
811
|
+
crossbeam-epoch LICENSE-APACHE
|
828
812
|
================================================================================
|
829
813
|
|
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
814
|
Apache License
|
1223
815
|
Version 2.0, January 2004
|
1224
816
|
http://www.apache.org/licenses/
|
@@ -1422,7 +1014,39 @@ See the License for the specific language governing permissions and
|
|
1422
1014
|
limitations under the License.
|
1423
1015
|
|
1424
1016
|
================================================================================
|
1425
|
-
crossbeam-
|
1017
|
+
crossbeam-epoch LICENSE-MIT
|
1018
|
+
================================================================================
|
1019
|
+
|
1020
|
+
The MIT License (MIT)
|
1021
|
+
|
1022
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
1023
|
+
|
1024
|
+
Permission is hereby granted, free of charge, to any
|
1025
|
+
person obtaining a copy of this software and associated
|
1026
|
+
documentation files (the "Software"), to deal in the
|
1027
|
+
Software without restriction, including without
|
1028
|
+
limitation the rights to use, copy, modify, merge,
|
1029
|
+
publish, distribute, sublicense, and/or sell copies of
|
1030
|
+
the Software, and to permit persons to whom the Software
|
1031
|
+
is furnished to do so, subject to the following
|
1032
|
+
conditions:
|
1033
|
+
|
1034
|
+
The above copyright notice and this permission notice
|
1035
|
+
shall be included in all copies or substantial portions
|
1036
|
+
of the Software.
|
1037
|
+
|
1038
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1039
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1040
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1041
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1042
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1043
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1044
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1045
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1046
|
+
DEALINGS IN THE SOFTWARE.
|
1047
|
+
|
1048
|
+
================================================================================
|
1049
|
+
crossbeam-utils LICENSE-APACHE
|
1426
1050
|
================================================================================
|
1427
1051
|
|
1428
1052
|
Apache License
|
@@ -1628,7 +1252,7 @@ See the License for the specific language governing permissions and
|
|
1628
1252
|
limitations under the License.
|
1629
1253
|
|
1630
1254
|
================================================================================
|
1631
|
-
crossbeam-
|
1255
|
+
crossbeam-utils LICENSE-MIT
|
1632
1256
|
================================================================================
|
1633
1257
|
|
1634
1258
|
The MIT License (MIT)
|
@@ -1660,7 +1284,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1660
1284
|
DEALINGS IN THE SOFTWARE.
|
1661
1285
|
|
1662
1286
|
================================================================================
|
1663
|
-
|
1287
|
+
either LICENSE-APACHE
|
1664
1288
|
================================================================================
|
1665
1289
|
|
1666
1290
|
Apache License
|
@@ -1866,12 +1490,10 @@ See the License for the specific language governing permissions and
|
|
1866
1490
|
limitations under the License.
|
1867
1491
|
|
1868
1492
|
================================================================================
|
1869
|
-
|
1493
|
+
either LICENSE-MIT
|
1870
1494
|
================================================================================
|
1871
1495
|
|
1872
|
-
|
1873
|
-
|
1874
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
1496
|
+
Copyright (c) 2015
|
1875
1497
|
|
1876
1498
|
Permission is hereby granted, free of charge, to any
|
1877
1499
|
person obtaining a copy of this software and associated
|
@@ -1898,12 +1520,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1898
1520
|
DEALINGS IN THE SOFTWARE.
|
1899
1521
|
|
1900
1522
|
================================================================================
|
1901
|
-
|
1523
|
+
getrandom LICENSE-APACHE
|
1902
1524
|
================================================================================
|
1903
1525
|
|
1904
1526
|
Apache License
|
1905
1527
|
Version 2.0, January 2004
|
1906
|
-
|
1528
|
+
https://www.apache.org/licenses/
|
1907
1529
|
|
1908
1530
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1909
1531
|
|
@@ -2095,7 +1717,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
2095
1717
|
you may not use this file except in compliance with the License.
|
2096
1718
|
You may obtain a copy of the License at
|
2097
1719
|
|
2098
|
-
|
1720
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
2099
1721
|
|
2100
1722
|
Unless required by applicable law or agreed to in writing, software
|
2101
1723
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -2104,12 +1726,11 @@ See the License for the specific language governing permissions and
|
|
2104
1726
|
limitations under the License.
|
2105
1727
|
|
2106
1728
|
================================================================================
|
2107
|
-
|
1729
|
+
getrandom LICENSE-MIT
|
2108
1730
|
================================================================================
|
2109
1731
|
|
2110
|
-
|
2111
|
-
|
2112
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
1732
|
+
Copyright 2018 Developers of the Rand project
|
1733
|
+
Copyright (c) 2014 The Rust Project Developers
|
2113
1734
|
|
2114
1735
|
Permission is hereby granted, free of charge, to any
|
2115
1736
|
person obtaining a copy of this software and associated
|
@@ -2136,7 +1757,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2136
1757
|
DEALINGS IN THE SOFTWARE.
|
2137
1758
|
|
2138
1759
|
================================================================================
|
2139
|
-
|
1760
|
+
libc LICENSE-APACHE
|
2140
1761
|
================================================================================
|
2141
1762
|
|
2142
1763
|
Apache License
|
@@ -2316,36 +1937,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2316
1937
|
|
2317
1938
|
END OF TERMS AND CONDITIONS
|
2318
1939
|
|
2319
|
-
APPENDIX: How to apply the Apache License to your work.
|
2320
|
-
|
2321
|
-
To apply the Apache License to your work, attach the following
|
2322
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
2323
|
-
replaced with your own identifying information. (Don't include
|
2324
|
-
the brackets!) The text should be enclosed in the appropriate
|
2325
|
-
comment syntax for the file format. We also recommend that a
|
2326
|
-
file or class name and description of purpose be included on the
|
2327
|
-
same "printed page" as the copyright notice for easier
|
2328
|
-
identification within third-party archives.
|
2329
|
-
|
2330
|
-
Copyright [yyyy] [name of copyright owner]
|
2331
|
-
|
2332
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
2333
|
-
you may not use this file except in compliance with the License.
|
2334
|
-
You may obtain a copy of the License at
|
2335
|
-
|
2336
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
2337
|
-
|
2338
|
-
Unless required by applicable law or agreed to in writing, software
|
2339
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
2340
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2341
|
-
See the License for the specific language governing permissions and
|
2342
|
-
limitations under the License.
|
2343
|
-
|
2344
1940
|
================================================================================
|
2345
|
-
|
1941
|
+
libc LICENSE-MIT
|
2346
1942
|
================================================================================
|
2347
1943
|
|
2348
|
-
Copyright (c)
|
1944
|
+
Copyright (c) 2014-2020 The Rust Project Developers
|
2349
1945
|
|
2350
1946
|
Permission is hereby granted, free of charge, to any
|
2351
1947
|
person obtaining a copy of this software and associated
|
@@ -2372,12 +1968,36 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2372
1968
|
DEALINGS IN THE SOFTWARE.
|
2373
1969
|
|
2374
1970
|
================================================================================
|
2375
|
-
|
1971
|
+
memoffset LICENSE
|
1972
|
+
================================================================================
|
1973
|
+
|
1974
|
+
Copyright (c) 2017 Gilad Naaman
|
1975
|
+
|
1976
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1977
|
+
of this software and associated documentation files (the "Software"), to deal
|
1978
|
+
in the Software without restriction, including without limitation the rights
|
1979
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1980
|
+
copies of the Software, and to permit persons to whom the Software is
|
1981
|
+
furnished to do so, subject to the following conditions:
|
1982
|
+
|
1983
|
+
The above copyright notice and this permission notice shall be included in all
|
1984
|
+
copies or substantial portions of the Software.
|
1985
|
+
|
1986
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1987
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1988
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1989
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1990
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1991
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1992
|
+
SOFTWARE.
|
1993
|
+
|
1994
|
+
================================================================================
|
1995
|
+
num LICENSE-APACHE
|
2376
1996
|
================================================================================
|
2377
1997
|
|
2378
1998
|
Apache License
|
2379
1999
|
Version 2.0, January 2004
|
2380
|
-
|
2000
|
+
http://www.apache.org/licenses/
|
2381
2001
|
|
2382
2002
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2383
2003
|
|
@@ -2569,7 +2189,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
2569
2189
|
you may not use this file except in compliance with the License.
|
2570
2190
|
You may obtain a copy of the License at
|
2571
2191
|
|
2572
|
-
|
2192
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2573
2193
|
|
2574
2194
|
Unless required by applicable law or agreed to in writing, software
|
2575
2195
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -2578,10 +2198,9 @@ See the License for the specific language governing permissions and
|
|
2578
2198
|
limitations under the License.
|
2579
2199
|
|
2580
2200
|
================================================================================
|
2581
|
-
|
2201
|
+
num LICENSE-MIT
|
2582
2202
|
================================================================================
|
2583
2203
|
|
2584
|
-
Copyright 2018 Developers of the Rand project
|
2585
2204
|
Copyright (c) 2014 The Rust Project Developers
|
2586
2205
|
|
2587
2206
|
Permission is hereby granted, free of charge, to any
|
@@ -2609,7 +2228,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2609
2228
|
DEALINGS IN THE SOFTWARE.
|
2610
2229
|
|
2611
2230
|
================================================================================
|
2612
|
-
|
2231
|
+
num-bigint LICENSE-APACHE
|
2613
2232
|
================================================================================
|
2614
2233
|
|
2615
2234
|
Apache License
|
@@ -2815,9 +2434,11 @@ See the License for the specific language governing permissions and
|
|
2815
2434
|
limitations under the License.
|
2816
2435
|
|
2817
2436
|
================================================================================
|
2818
|
-
|
2437
|
+
num-bigint LICENSE-MIT
|
2819
2438
|
================================================================================
|
2820
2439
|
|
2440
|
+
Copyright (c) 2014 The Rust Project Developers
|
2441
|
+
|
2821
2442
|
Permission is hereby granted, free of charge, to any
|
2822
2443
|
person obtaining a copy of this software and associated
|
2823
2444
|
documentation files (the "Software"), to deal in the
|
@@ -2843,7 +2464,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2843
2464
|
DEALINGS IN THE SOFTWARE.
|
2844
2465
|
|
2845
2466
|
================================================================================
|
2846
|
-
|
2467
|
+
num-complex LICENSE-APACHE
|
2847
2468
|
================================================================================
|
2848
2469
|
|
2849
2470
|
Apache License
|
@@ -3023,11 +2644,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3023
2644
|
|
3024
2645
|
END OF TERMS AND CONDITIONS
|
3025
2646
|
|
2647
|
+
APPENDIX: How to apply the Apache License to your work.
|
2648
|
+
|
2649
|
+
To apply the Apache License to your work, attach the following
|
2650
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
2651
|
+
replaced with your own identifying information. (Don't include
|
2652
|
+
the brackets!) The text should be enclosed in the appropriate
|
2653
|
+
comment syntax for the file format. We also recommend that a
|
2654
|
+
file or class name and description of purpose be included on the
|
2655
|
+
same "printed page" as the copyright notice for easier
|
2656
|
+
identification within third-party archives.
|
2657
|
+
|
2658
|
+
Copyright [yyyy] [name of copyright owner]
|
2659
|
+
|
2660
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2661
|
+
you may not use this file except in compliance with the License.
|
2662
|
+
You may obtain a copy of the License at
|
2663
|
+
|
2664
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2665
|
+
|
2666
|
+
Unless required by applicable law or agreed to in writing, software
|
2667
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2668
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2669
|
+
See the License for the specific language governing permissions and
|
2670
|
+
limitations under the License.
|
2671
|
+
|
3026
2672
|
================================================================================
|
3027
|
-
|
2673
|
+
num-complex LICENSE-MIT
|
3028
2674
|
================================================================================
|
3029
2675
|
|
3030
|
-
Copyright (c) 2014
|
2676
|
+
Copyright (c) 2014 The Rust Project Developers
|
3031
2677
|
|
3032
2678
|
Permission is hereby granted, free of charge, to any
|
3033
2679
|
person obtaining a copy of this software and associated
|
@@ -3054,30 +2700,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3054
2700
|
DEALINGS IN THE SOFTWARE.
|
3055
2701
|
|
3056
2702
|
================================================================================
|
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
|
2703
|
+
num-integer LICENSE-APACHE
|
3081
2704
|
================================================================================
|
3082
2705
|
|
3083
2706
|
Apache License
|
@@ -3283,7 +2906,7 @@ See the License for the specific language governing permissions and
|
|
3283
2906
|
limitations under the License.
|
3284
2907
|
|
3285
2908
|
================================================================================
|
3286
|
-
num LICENSE-MIT
|
2909
|
+
num-integer LICENSE-MIT
|
3287
2910
|
================================================================================
|
3288
2911
|
|
3289
2912
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3313,7 +2936,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3313
2936
|
DEALINGS IN THE SOFTWARE.
|
3314
2937
|
|
3315
2938
|
================================================================================
|
3316
|
-
num-
|
2939
|
+
num-iter LICENSE-APACHE
|
3317
2940
|
================================================================================
|
3318
2941
|
|
3319
2942
|
Apache License
|
@@ -3519,7 +3142,7 @@ See the License for the specific language governing permissions and
|
|
3519
3142
|
limitations under the License.
|
3520
3143
|
|
3521
3144
|
================================================================================
|
3522
|
-
num-
|
3145
|
+
num-iter LICENSE-MIT
|
3523
3146
|
================================================================================
|
3524
3147
|
|
3525
3148
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3549,7 +3172,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3549
3172
|
DEALINGS IN THE SOFTWARE.
|
3550
3173
|
|
3551
3174
|
================================================================================
|
3552
|
-
num-
|
3175
|
+
num-rational LICENSE-APACHE
|
3553
3176
|
================================================================================
|
3554
3177
|
|
3555
3178
|
Apache License
|
@@ -3755,7 +3378,7 @@ See the License for the specific language governing permissions and
|
|
3755
3378
|
limitations under the License.
|
3756
3379
|
|
3757
3380
|
================================================================================
|
3758
|
-
num-
|
3381
|
+
num-rational LICENSE-MIT
|
3759
3382
|
================================================================================
|
3760
3383
|
|
3761
3384
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -3785,7 +3408,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3785
3408
|
DEALINGS IN THE SOFTWARE.
|
3786
3409
|
|
3787
3410
|
================================================================================
|
3788
|
-
num-
|
3411
|
+
num-traits LICENSE-APACHE
|
3789
3412
|
================================================================================
|
3790
3413
|
|
3791
3414
|
Apache License
|
@@ -3991,7 +3614,7 @@ See the License for the specific language governing permissions and
|
|
3991
3614
|
limitations under the License.
|
3992
3615
|
|
3993
3616
|
================================================================================
|
3994
|
-
num-
|
3617
|
+
num-traits LICENSE-MIT
|
3995
3618
|
================================================================================
|
3996
3619
|
|
3997
3620
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -4021,7 +3644,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4021
3644
|
DEALINGS IN THE SOFTWARE.
|
4022
3645
|
|
4023
3646
|
================================================================================
|
4024
|
-
|
3647
|
+
ppv-lite86 LICENSE-APACHE
|
4025
3648
|
================================================================================
|
4026
3649
|
|
4027
3650
|
Apache License
|
@@ -4212,13 +3835,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
4212
3835
|
same "printed page" as the copyright notice for easier
|
4213
3836
|
identification within third-party archives.
|
4214
3837
|
|
4215
|
-
Copyright
|
3838
|
+
Copyright 2019 The CryptoCorrosion Contributors
|
4216
3839
|
|
4217
3840
|
Licensed under the Apache License, Version 2.0 (the "License");
|
4218
3841
|
you may not use this file except in compliance with the License.
|
4219
3842
|
You may obtain a copy of the License at
|
4220
3843
|
|
4221
|
-
|
3844
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4222
3845
|
|
4223
3846
|
Unless required by applicable law or agreed to in writing, software
|
4224
3847
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -4227,10 +3850,10 @@ See the License for the specific language governing permissions and
|
|
4227
3850
|
limitations under the License.
|
4228
3851
|
|
4229
3852
|
================================================================================
|
4230
|
-
|
3853
|
+
ppv-lite86 LICENSE-MIT
|
4231
3854
|
================================================================================
|
4232
3855
|
|
4233
|
-
Copyright (c)
|
3856
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
4234
3857
|
|
4235
3858
|
Permission is hereby granted, free of charge, to any
|
4236
3859
|
person obtaining a copy of this software and associated
|
@@ -4257,12 +3880,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4257
3880
|
DEALINGS IN THE SOFTWARE.
|
4258
3881
|
|
4259
3882
|
================================================================================
|
4260
|
-
|
3883
|
+
rand LICENSE-APACHE
|
4261
3884
|
================================================================================
|
4262
3885
|
|
4263
3886
|
Apache License
|
4264
3887
|
Version 2.0, January 2004
|
4265
|
-
|
3888
|
+
https://www.apache.org/licenses/
|
4266
3889
|
|
4267
3890
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4268
3891
|
|
@@ -4437,948 +4060,9 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
4437
4060
|
|
4438
4061
|
END OF TERMS AND CONDITIONS
|
4439
4062
|
|
4440
|
-
|
4441
|
-
|
4442
|
-
|
4443
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4444
|
-
replaced with your own identifying information. (Don't include
|
4445
|
-
the brackets!) The text should be enclosed in the appropriate
|
4446
|
-
comment syntax for the file format. We also recommend that a
|
4447
|
-
file or class name and description of purpose be included on the
|
4448
|
-
same "printed page" as the copyright notice for easier
|
4449
|
-
identification within third-party archives.
|
4450
|
-
|
4451
|
-
Copyright [yyyy] [name of copyright owner]
|
4452
|
-
|
4453
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4454
|
-
you may not use this file except in compliance with the License.
|
4455
|
-
You may obtain a copy of the License at
|
4456
|
-
|
4457
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4458
|
-
|
4459
|
-
Unless required by applicable law or agreed to in writing, software
|
4460
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4461
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4462
|
-
See the License for the specific language governing permissions and
|
4463
|
-
limitations under the License.
|
4464
|
-
|
4465
|
-
================================================================================
|
4466
|
-
num-rational LICENSE-MIT
|
4467
|
-
================================================================================
|
4468
|
-
|
4469
|
-
Copyright (c) 2014 The Rust Project Developers
|
4470
|
-
|
4471
|
-
Permission is hereby granted, free of charge, to any
|
4472
|
-
person obtaining a copy of this software and associated
|
4473
|
-
documentation files (the "Software"), to deal in the
|
4474
|
-
Software without restriction, including without
|
4475
|
-
limitation the rights to use, copy, modify, merge,
|
4476
|
-
publish, distribute, sublicense, and/or sell copies of
|
4477
|
-
the Software, and to permit persons to whom the Software
|
4478
|
-
is furnished to do so, subject to the following
|
4479
|
-
conditions:
|
4480
|
-
|
4481
|
-
The above copyright notice and this permission notice
|
4482
|
-
shall be included in all copies or substantial portions
|
4483
|
-
of the Software.
|
4484
|
-
|
4485
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4486
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
4487
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
4488
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
4489
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4490
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
4491
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
4492
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
4493
|
-
DEALINGS IN THE SOFTWARE.
|
4494
|
-
|
4495
|
-
================================================================================
|
4496
|
-
num-traits LICENSE-APACHE
|
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
|
-
================================================================================
|
4063
|
+
================================================================================
|
4064
|
+
rand LICENSE-MIT
|
4065
|
+
================================================================================
|
5382
4066
|
|
5383
4067
|
Copyright 2018 Developers of the Rand project
|
5384
4068
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -6788,238 +5472,3 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6788
5472
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6789
5473
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6790
5474
|
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
|
-
|