tokenizers 0.3.2-aarch64-linux → 0.3.3-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Cargo.lock +125 -90
- data/LICENSE-THIRD-PARTY.txt +1669 -1491
- data/lib/tokenizers/2.7/tokenizers.so +0 -0
- data/lib/tokenizers/3.0/tokenizers.so +0 -0
- data/lib/tokenizers/3.1/tokenizers.so +0 -0
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/decoders/strip.rb +9 -0
- data/lib/tokenizers/from_pretrained.rb +1 -1
- data/lib/tokenizers/normalizers/prepend.rb +9 -0
- data/lib/tokenizers/version.rb +1 -1
- data/lib/tokenizers.rb +2 -0
- metadata +4 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -34,7 +34,7 @@ cfg-if v1.0.0
|
|
34
34
|
https://github.com/alexcrichton/cfg-if
|
35
35
|
MIT/Apache-2.0
|
36
36
|
|
37
|
-
clang-sys v1.
|
37
|
+
clang-sys v1.6.1
|
38
38
|
https://github.com/KyleMayes/clang-sys
|
39
39
|
Apache-2.0
|
40
40
|
|
@@ -42,31 +42,31 @@ console v0.15.5
|
|
42
42
|
https://github.com/console-rs/console
|
43
43
|
MIT
|
44
44
|
|
45
|
-
crossbeam-channel v0.5.
|
45
|
+
crossbeam-channel v0.5.8
|
46
46
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
47
47
|
MIT OR Apache-2.0
|
48
48
|
|
49
|
-
crossbeam-deque v0.8.
|
49
|
+
crossbeam-deque v0.8.3
|
50
50
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
51
51
|
MIT OR Apache-2.0
|
52
52
|
|
53
|
-
crossbeam-epoch v0.9.
|
53
|
+
crossbeam-epoch v0.9.14
|
54
54
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
57
|
-
crossbeam-utils v0.8.
|
57
|
+
crossbeam-utils v0.8.15
|
58
58
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
darling v0.14.
|
61
|
+
darling v0.14.4
|
62
62
|
https://github.com/TedDriggs/darling
|
63
63
|
MIT
|
64
64
|
|
65
|
-
darling_core v0.14.
|
65
|
+
darling_core v0.14.4
|
66
66
|
https://github.com/TedDriggs/darling
|
67
67
|
MIT
|
68
68
|
|
69
|
-
darling_macro v0.14.
|
69
|
+
darling_macro v0.14.4
|
70
70
|
https://github.com/TedDriggs/darling
|
71
71
|
MIT
|
72
72
|
|
@@ -94,7 +94,7 @@ fnv v1.0.7
|
|
94
94
|
https://github.com/servo/rust-fnv
|
95
95
|
Apache-2.0 / MIT
|
96
96
|
|
97
|
-
getrandom v0.2.
|
97
|
+
getrandom v0.2.9
|
98
98
|
https://github.com/rust-random/getrandom
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
@@ -118,7 +118,7 @@ itertools v0.9.0
|
|
118
118
|
https://github.com/bluss/rust-itertools
|
119
119
|
MIT/Apache-2.0
|
120
120
|
|
121
|
-
itoa v1.0.
|
121
|
+
itoa v1.0.6
|
122
122
|
https://github.com/dtolnay/itoa
|
123
123
|
MIT OR Apache-2.0
|
124
124
|
|
@@ -130,7 +130,7 @@ lazycell v1.3.0
|
|
130
130
|
https://github.com/indiv0/lazycell
|
131
131
|
MIT/Apache-2.0
|
132
132
|
|
133
|
-
libc v0.2.
|
133
|
+
libc v0.2.141
|
134
134
|
https://github.com/rust-lang/libc
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
@@ -150,11 +150,11 @@ macro_rules_attribute-proc_macro v0.1.3
|
|
150
150
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
151
151
|
MIT
|
152
152
|
|
153
|
-
magnus v0.5.
|
153
|
+
magnus v0.5.3
|
154
154
|
https://github.com/matsadler/magnus
|
155
155
|
MIT
|
156
156
|
|
157
|
-
magnus-macros v0.4.
|
157
|
+
magnus-macros v0.4.1
|
158
158
|
https://github.com/matsadler/magnus
|
159
159
|
MIT
|
160
160
|
|
@@ -162,7 +162,7 @@ memchr v2.5.0
|
|
162
162
|
https://github.com/BurntSushi/memchr
|
163
163
|
Unlicense/MIT
|
164
164
|
|
165
|
-
memoffset v0.
|
165
|
+
memoffset v0.8.0
|
166
166
|
https://github.com/Gilnaa/memoffset
|
167
167
|
MIT
|
168
168
|
|
@@ -170,6 +170,14 @@ minimal-lexical v0.2.1
|
|
170
170
|
https://github.com/Alexhuszagh/minimal-lexical
|
171
171
|
MIT/Apache-2.0
|
172
172
|
|
173
|
+
monostate v0.1.6
|
174
|
+
https://github.com/dtolnay/monostate
|
175
|
+
MIT OR Apache-2.0
|
176
|
+
|
177
|
+
monostate-impl v0.1.6
|
178
|
+
https://github.com/dtolnay/monostate
|
179
|
+
MIT OR Apache-2.0
|
180
|
+
|
173
181
|
nom v7.1.3
|
174
182
|
https://github.com/Geal/nom
|
175
183
|
MIT
|
@@ -182,7 +190,7 @@ number_prefix v0.3.0
|
|
182
190
|
https://github.com/ogham/rust-number-prefix
|
183
191
|
MIT
|
184
192
|
|
185
|
-
once_cell v1.17.
|
193
|
+
once_cell v1.17.1
|
186
194
|
https://github.com/matklad/once_cell
|
187
195
|
MIT OR Apache-2.0
|
188
196
|
|
@@ -194,7 +202,7 @@ onig_sys v69.8.1
|
|
194
202
|
http://github.com/iwillspeak/rust-onig
|
195
203
|
MIT
|
196
204
|
|
197
|
-
paste v1.0.
|
205
|
+
paste v1.0.12
|
198
206
|
https://github.com/dtolnay/paste
|
199
207
|
MIT OR Apache-2.0
|
200
208
|
|
@@ -210,11 +218,11 @@ ppv-lite86 v0.2.17
|
|
210
218
|
https://github.com/cryptocorrosion/cryptocorrosion
|
211
219
|
MIT/Apache-2.0
|
212
220
|
|
213
|
-
proc-macro2 v1.0.
|
221
|
+
proc-macro2 v1.0.56
|
214
222
|
https://github.com/dtolnay/proc-macro2
|
215
223
|
MIT OR Apache-2.0
|
216
224
|
|
217
|
-
quote v1.0.
|
225
|
+
quote v1.0.26
|
218
226
|
https://github.com/dtolnay/quote
|
219
227
|
MIT OR Apache-2.0
|
220
228
|
|
@@ -230,7 +238,7 @@ rand_core v0.6.4
|
|
230
238
|
https://rust-random.github.io/book
|
231
239
|
MIT OR Apache-2.0
|
232
240
|
|
233
|
-
rayon v1.
|
241
|
+
rayon v1.7.0
|
234
242
|
https://github.com/rayon-rs/rayon
|
235
243
|
MIT OR Apache-2.0
|
236
244
|
|
@@ -238,15 +246,15 @@ rayon-cond v0.1.0
|
|
238
246
|
https://github.com/cuviper/rayon-cond
|
239
247
|
Apache-2.0/MIT
|
240
248
|
|
241
|
-
rayon-core v1.
|
249
|
+
rayon-core v1.11.0
|
242
250
|
https://github.com/rayon-rs/rayon
|
243
251
|
MIT OR Apache-2.0
|
244
252
|
|
245
|
-
rb-sys v0.9.
|
253
|
+
rb-sys v0.9.71
|
246
254
|
https://github.com/oxidize-rb/rb-sys
|
247
255
|
MIT OR Apache-2.0
|
248
256
|
|
249
|
-
rb-sys-build v0.9.
|
257
|
+
rb-sys-build v0.9.71
|
250
258
|
https://github.com/oxidize-rb/rb-sys
|
251
259
|
MIT OR Apache-2.0
|
252
260
|
|
@@ -254,11 +262,11 @@ rb-sys-env v0.1.2
|
|
254
262
|
https://github.com/oxidize-rb/rb-sys
|
255
263
|
MIT OR Apache-2.0
|
256
264
|
|
257
|
-
regex v1.7.
|
265
|
+
regex v1.7.3
|
258
266
|
https://github.com/rust-lang/regex
|
259
267
|
MIT OR Apache-2.0
|
260
268
|
|
261
|
-
regex-syntax v0.6.
|
269
|
+
regex-syntax v0.6.29
|
262
270
|
https://github.com/rust-lang/regex
|
263
271
|
MIT OR Apache-2.0
|
264
272
|
|
@@ -266,7 +274,7 @@ rustc-hash v1.1.0
|
|
266
274
|
https://github.com/rust-lang-nursery/rustc-hash
|
267
275
|
Apache-2.0/MIT
|
268
276
|
|
269
|
-
ryu v1.0.
|
277
|
+
ryu v1.0.13
|
270
278
|
https://github.com/dtolnay/ryu
|
271
279
|
Apache-2.0 OR BSL-1.0
|
272
280
|
|
@@ -274,15 +282,15 @@ scopeguard v1.1.0
|
|
274
282
|
https://github.com/bluss/scopeguard
|
275
283
|
MIT/Apache-2.0
|
276
284
|
|
277
|
-
serde v1.0.
|
285
|
+
serde v1.0.159
|
278
286
|
https://serde.rs
|
279
287
|
MIT OR Apache-2.0
|
280
288
|
|
281
|
-
serde_derive v1.0.
|
289
|
+
serde_derive v1.0.159
|
282
290
|
https://serde.rs
|
283
291
|
MIT OR Apache-2.0
|
284
292
|
|
285
|
-
serde_json v1.0.
|
293
|
+
serde_json v1.0.95
|
286
294
|
https://github.com/serde-rs/json
|
287
295
|
MIT OR Apache-2.0
|
288
296
|
|
@@ -306,23 +314,27 @@ strsim v0.10.0
|
|
306
314
|
https://github.com/dguo/strsim-rs
|
307
315
|
MIT
|
308
316
|
|
309
|
-
syn v1.0.
|
317
|
+
syn v1.0.109
|
310
318
|
https://github.com/dtolnay/syn
|
311
319
|
MIT OR Apache-2.0
|
312
320
|
|
313
|
-
|
321
|
+
syn v2.0.13
|
322
|
+
https://github.com/dtolnay/syn
|
323
|
+
MIT OR Apache-2.0
|
324
|
+
|
325
|
+
thiserror v1.0.40
|
314
326
|
https://github.com/dtolnay/thiserror
|
315
327
|
MIT OR Apache-2.0
|
316
328
|
|
317
|
-
thiserror-impl v1.0.
|
329
|
+
thiserror-impl v1.0.40
|
318
330
|
https://github.com/dtolnay/thiserror
|
319
331
|
MIT OR Apache-2.0
|
320
332
|
|
321
|
-
tokenizers v0.13.
|
333
|
+
tokenizers v0.13.3
|
322
334
|
https://github.com/huggingface/tokenizers
|
323
335
|
Apache-2.0
|
324
336
|
|
325
|
-
unicode-ident v1.0.
|
337
|
+
unicode-ident v1.0.8
|
326
338
|
https://github.com/dtolnay/unicode-ident
|
327
339
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
328
340
|
|
@@ -1855,208 +1867,208 @@ DEALINGS IN THE SOFTWARE.
|
|
1855
1867
|
clang-sys LICENSE.txt
|
1856
1868
|
================================================================================
|
1857
1869
|
|
1858
|
-
|
1859
|
-
Apache License
|
1860
|
-
Version 2.0, January 2004
|
1861
|
-
http://www.apache.org/licenses/
|
1862
|
-
|
1863
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1864
|
-
|
1865
|
-
1. Definitions.
|
1866
|
-
|
1867
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
1868
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
1869
|
-
|
1870
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
1871
|
-
the copyright owner that is granting the License.
|
1872
|
-
|
1873
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
1874
|
-
other entities that control, are controlled by, or are under common
|
1875
|
-
control with that entity. For the purposes of this definition,
|
1876
|
-
"control" means (i) the power, direct or indirect, to cause the
|
1877
|
-
direction or management of such entity, whether by contract or
|
1878
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1879
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
1880
|
-
|
1881
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
1882
|
-
exercising permissions granted by this License.
|
1883
|
-
|
1884
|
-
"Source" form shall mean the preferred form for making modifications,
|
1885
|
-
including but not limited to software source code, documentation
|
1886
|
-
source, and configuration files.
|
1887
|
-
|
1888
|
-
"Object" form shall mean any form resulting from mechanical
|
1889
|
-
transformation or translation of a Source form, including but
|
1890
|
-
not limited to compiled object code, generated documentation,
|
1891
|
-
and conversions to other media types.
|
1892
|
-
|
1893
|
-
"Work" shall mean the work of authorship, whether in Source or
|
1894
|
-
Object form, made available under the License, as indicated by a
|
1895
|
-
copyright notice that is included in or attached to the work
|
1896
|
-
(an example is provided in the Appendix below).
|
1897
|
-
|
1898
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
1899
|
-
form, that is based on (or derived from) the Work and for which the
|
1900
|
-
editorial revisions, annotations, elaborations, or other modifications
|
1901
|
-
represent, as a whole, an original work of authorship. For the purposes
|
1902
|
-
of this License, Derivative Works shall not include works that remain
|
1903
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
1904
|
-
the Work and Derivative Works thereof.
|
1905
|
-
|
1906
|
-
"Contribution" shall mean any work of authorship, including
|
1907
|
-
the original version of the Work and any modifications or additions
|
1908
|
-
to that Work or Derivative Works thereof, that is intentionally
|
1909
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1910
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1911
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1912
|
-
means any form of electronic, verbal, or written communication sent
|
1913
|
-
to the Licensor or its representatives, including but not limited to
|
1914
|
-
communication on electronic mailing lists, source code control systems,
|
1915
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
1916
|
-
Licensor for the purpose of discussing and improving the Work, but
|
1917
|
-
excluding communication that is conspicuously marked or otherwise
|
1918
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1919
|
-
|
1920
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1921
|
-
on behalf of whom a Contribution has been received by Licensor and
|
1922
|
-
subsequently incorporated within the Work.
|
1923
|
-
|
1924
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
1925
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1926
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1927
|
-
copyright license to reproduce, prepare Derivative Works of,
|
1928
|
-
publicly display, publicly perform, sublicense, and distribute the
|
1929
|
-
Work and such Derivative Works in Source or Object form.
|
1930
|
-
|
1931
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
1932
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1933
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1934
|
-
(except as stated in this section) patent license to make, have made,
|
1935
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1936
|
-
where such license applies only to those patent claims licensable
|
1937
|
-
by such Contributor that are necessarily infringed by their
|
1938
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
1939
|
-
with the Work to which such Contribution(s) was submitted. If You
|
1940
|
-
institute patent litigation against any entity (including a
|
1941
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1942
|
-
or a Contribution incorporated within the Work constitutes direct
|
1943
|
-
or contributory patent infringement, then any patent licenses
|
1944
|
-
granted to You under this License for that Work shall terminate
|
1945
|
-
as of the date such litigation is filed.
|
1946
|
-
|
1947
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
1948
|
-
Work or Derivative Works thereof in any medium, with or without
|
1949
|
-
modifications, and in Source or Object form, provided that You
|
1950
|
-
meet the following conditions:
|
1951
|
-
|
1952
|
-
(a) You must give any other recipients of the Work or
|
1953
|
-
Derivative Works a copy of this License; and
|
1954
|
-
|
1955
|
-
(b) You must cause any modified files to carry prominent notices
|
1956
|
-
stating that You changed the files; and
|
1957
|
-
|
1958
|
-
(c) You must retain, in the Source form of any Derivative Works
|
1959
|
-
that You distribute, all copyright, patent, trademark, and
|
1960
|
-
attribution notices from the Source form of the Work,
|
1961
|
-
excluding those notices that do not pertain to any part of
|
1962
|
-
the Derivative Works; and
|
1963
|
-
|
1964
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
1965
|
-
distribution, then any Derivative Works that You distribute must
|
1966
|
-
include a readable copy of the attribution notices contained
|
1967
|
-
within such NOTICE file, excluding those notices that do not
|
1968
|
-
pertain to any part of the Derivative Works, in at least one
|
1969
|
-
of the following places: within a NOTICE text file distributed
|
1970
|
-
as part of the Derivative Works; within the Source form or
|
1971
|
-
documentation, if provided along with the Derivative Works; or,
|
1972
|
-
within a display generated by the Derivative Works, if and
|
1973
|
-
wherever such third-party notices normally appear. The contents
|
1974
|
-
of the NOTICE file are for informational purposes only and
|
1975
|
-
do not modify the License. You may add Your own attribution
|
1976
|
-
notices within Derivative Works that You distribute, alongside
|
1977
|
-
or as an addendum to the NOTICE text from the Work, provided
|
1978
|
-
that such additional attribution notices cannot be construed
|
1979
|
-
as modifying the License.
|
1980
|
-
|
1981
|
-
You may add Your own copyright statement to Your modifications and
|
1982
|
-
may provide additional or different license terms and conditions
|
1983
|
-
for use, reproduction, or distribution of Your modifications, or
|
1984
|
-
for any such Derivative Works as a whole, provided Your use,
|
1985
|
-
reproduction, and distribution of the Work otherwise complies with
|
1986
|
-
the conditions stated in this License.
|
1987
|
-
|
1988
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1989
|
-
any Contribution intentionally submitted for inclusion in the Work
|
1990
|
-
by You to the Licensor shall be under the terms and conditions of
|
1991
|
-
this License, without any additional terms or conditions.
|
1992
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
1993
|
-
the terms of any separate license agreement you may have executed
|
1994
|
-
with Licensor regarding such Contributions.
|
1995
|
-
|
1996
|
-
6. Trademarks. This License does not grant permission to use the trade
|
1997
|
-
names, trademarks, service marks, or product names of the Licensor,
|
1998
|
-
except as required for reasonable and customary use in describing the
|
1999
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
2000
|
-
|
2001
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
2002
|
-
agreed to in writing, Licensor provides the Work (and each
|
2003
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2004
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2005
|
-
implied, including, without limitation, any warranties or conditions
|
2006
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2007
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2008
|
-
appropriateness of using or redistributing the Work and assume any
|
2009
|
-
risks associated with Your exercise of permissions under this License.
|
2010
|
-
|
2011
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
2012
|
-
whether in tort (including negligence), contract, or otherwise,
|
2013
|
-
unless required by applicable law (such as deliberate and grossly
|
2014
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2015
|
-
liable to You for damages, including any direct, indirect, special,
|
2016
|
-
incidental, or consequential damages of any character arising as a
|
2017
|
-
result of this License or out of the use or inability to use the
|
2018
|
-
Work (including but not limited to damages for loss of goodwill,
|
2019
|
-
work stoppage, computer failure or malfunction, or any and all
|
2020
|
-
other commercial damages or losses), even if such Contributor
|
2021
|
-
has been advised of the possibility of such damages.
|
2022
|
-
|
2023
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
2024
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2025
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2026
|
-
or other liability obligations and/or rights consistent with this
|
2027
|
-
License. However, in accepting such obligations, You may act only
|
2028
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2029
|
-
of any other Contributor, and only if You agree to indemnify,
|
2030
|
-
defend, and hold each Contributor harmless for any liability
|
2031
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2032
|
-
of your accepting any such warranty or additional liability.
|
2033
|
-
|
2034
|
-
END OF TERMS AND CONDITIONS
|
2035
|
-
|
2036
|
-
APPENDIX: How to apply the Apache License to your work.
|
2037
|
-
|
2038
|
-
To apply the Apache License to your work, attach the following
|
2039
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
2040
|
-
replaced with your own identifying information. (Don't include
|
2041
|
-
the brackets!) The text should be enclosed in the appropriate
|
2042
|
-
comment syntax for the file format. We also recommend that a
|
2043
|
-
file or class name and description of purpose be included on the
|
2044
|
-
same "printed page" as the copyright notice for easier
|
2045
|
-
identification within third-party archives.
|
2046
|
-
|
2047
|
-
Copyright [yyyy] [name of copyright owner]
|
2048
|
-
|
2049
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
2050
|
-
you may not use this file except in compliance with the License.
|
2051
|
-
You may obtain a copy of the License at
|
2052
|
-
|
2053
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
2054
|
-
|
2055
|
-
Unless required by applicable law or agreed to in writing, software
|
2056
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
2057
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2058
|
-
See the License for the specific language governing permissions and
|
2059
|
-
limitations under the License.
|
1870
|
+
|
1871
|
+
Apache License
|
1872
|
+
Version 2.0, January 2004
|
1873
|
+
http://www.apache.org/licenses/
|
1874
|
+
|
1875
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1876
|
+
|
1877
|
+
1. Definitions.
|
1878
|
+
|
1879
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1880
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1881
|
+
|
1882
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1883
|
+
the copyright owner that is granting the License.
|
1884
|
+
|
1885
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1886
|
+
other entities that control, are controlled by, or are under common
|
1887
|
+
control with that entity. For the purposes of this definition,
|
1888
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1889
|
+
direction or management of such entity, whether by contract or
|
1890
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1891
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1892
|
+
|
1893
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1894
|
+
exercising permissions granted by this License.
|
1895
|
+
|
1896
|
+
"Source" form shall mean the preferred form for making modifications,
|
1897
|
+
including but not limited to software source code, documentation
|
1898
|
+
source, and configuration files.
|
1899
|
+
|
1900
|
+
"Object" form shall mean any form resulting from mechanical
|
1901
|
+
transformation or translation of a Source form, including but
|
1902
|
+
not limited to compiled object code, generated documentation,
|
1903
|
+
and conversions to other media types.
|
1904
|
+
|
1905
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1906
|
+
Object form, made available under the License, as indicated by a
|
1907
|
+
copyright notice that is included in or attached to the work
|
1908
|
+
(an example is provided in the Appendix below).
|
1909
|
+
|
1910
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1911
|
+
form, that is based on (or derived from) the Work and for which the
|
1912
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1913
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1914
|
+
of this License, Derivative Works shall not include works that remain
|
1915
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1916
|
+
the Work and Derivative Works thereof.
|
1917
|
+
|
1918
|
+
"Contribution" shall mean any work of authorship, including
|
1919
|
+
the original version of the Work and any modifications or additions
|
1920
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1921
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1922
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1923
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1924
|
+
means any form of electronic, verbal, or written communication sent
|
1925
|
+
to the Licensor or its representatives, including but not limited to
|
1926
|
+
communication on electronic mailing lists, source code control systems,
|
1927
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1928
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1929
|
+
excluding communication that is conspicuously marked or otherwise
|
1930
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1931
|
+
|
1932
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1933
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1934
|
+
subsequently incorporated within the Work.
|
1935
|
+
|
1936
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1937
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1938
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1939
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1940
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1941
|
+
Work and such Derivative Works in Source or Object form.
|
1942
|
+
|
1943
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1944
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1945
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1946
|
+
(except as stated in this section) patent license to make, have made,
|
1947
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1948
|
+
where such license applies only to those patent claims licensable
|
1949
|
+
by such Contributor that are necessarily infringed by their
|
1950
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1951
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1952
|
+
institute patent litigation against any entity (including a
|
1953
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1954
|
+
or a Contribution incorporated within the Work constitutes direct
|
1955
|
+
or contributory patent infringement, then any patent licenses
|
1956
|
+
granted to You under this License for that Work shall terminate
|
1957
|
+
as of the date such litigation is filed.
|
1958
|
+
|
1959
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1960
|
+
Work or Derivative Works thereof in any medium, with or without
|
1961
|
+
modifications, and in Source or Object form, provided that You
|
1962
|
+
meet the following conditions:
|
1963
|
+
|
1964
|
+
(a) You must give any other recipients of the Work or
|
1965
|
+
Derivative Works a copy of this License; and
|
1966
|
+
|
1967
|
+
(b) You must cause any modified files to carry prominent notices
|
1968
|
+
stating that You changed the files; and
|
1969
|
+
|
1970
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1971
|
+
that You distribute, all copyright, patent, trademark, and
|
1972
|
+
attribution notices from the Source form of the Work,
|
1973
|
+
excluding those notices that do not pertain to any part of
|
1974
|
+
the Derivative Works; and
|
1975
|
+
|
1976
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1977
|
+
distribution, then any Derivative Works that You distribute must
|
1978
|
+
include a readable copy of the attribution notices contained
|
1979
|
+
within such NOTICE file, excluding those notices that do not
|
1980
|
+
pertain to any part of the Derivative Works, in at least one
|
1981
|
+
of the following places: within a NOTICE text file distributed
|
1982
|
+
as part of the Derivative Works; within the Source form or
|
1983
|
+
documentation, if provided along with the Derivative Works; or,
|
1984
|
+
within a display generated by the Derivative Works, if and
|
1985
|
+
wherever such third-party notices normally appear. The contents
|
1986
|
+
of the NOTICE file are for informational purposes only and
|
1987
|
+
do not modify the License. You may add Your own attribution
|
1988
|
+
notices within Derivative Works that You distribute, alongside
|
1989
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1990
|
+
that such additional attribution notices cannot be construed
|
1991
|
+
as modifying the License.
|
1992
|
+
|
1993
|
+
You may add Your own copyright statement to Your modifications and
|
1994
|
+
may provide additional or different license terms and conditions
|
1995
|
+
for use, reproduction, or distribution of Your modifications, or
|
1996
|
+
for any such Derivative Works as a whole, provided Your use,
|
1997
|
+
reproduction, and distribution of the Work otherwise complies with
|
1998
|
+
the conditions stated in this License.
|
1999
|
+
|
2000
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2001
|
+
any Contribution intentionally submitted for inclusion in the Work
|
2002
|
+
by You to the Licensor shall be under the terms and conditions of
|
2003
|
+
this License, without any additional terms or conditions.
|
2004
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
2005
|
+
the terms of any separate license agreement you may have executed
|
2006
|
+
with Licensor regarding such Contributions.
|
2007
|
+
|
2008
|
+
6. Trademarks. This License does not grant permission to use the trade
|
2009
|
+
names, trademarks, service marks, or product names of the Licensor,
|
2010
|
+
except as required for reasonable and customary use in describing the
|
2011
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
2012
|
+
|
2013
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
2014
|
+
agreed to in writing, Licensor provides the Work (and each
|
2015
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2016
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2017
|
+
implied, including, without limitation, any warranties or conditions
|
2018
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2019
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2020
|
+
appropriateness of using or redistributing the Work and assume any
|
2021
|
+
risks associated with Your exercise of permissions under this License.
|
2022
|
+
|
2023
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
2024
|
+
whether in tort (including negligence), contract, or otherwise,
|
2025
|
+
unless required by applicable law (such as deliberate and grossly
|
2026
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
2027
|
+
liable to You for damages, including any direct, indirect, special,
|
2028
|
+
incidental, or consequential damages of any character arising as a
|
2029
|
+
result of this License or out of the use or inability to use the
|
2030
|
+
Work (including but not limited to damages for loss of goodwill,
|
2031
|
+
work stoppage, computer failure or malfunction, or any and all
|
2032
|
+
other commercial damages or losses), even if such Contributor
|
2033
|
+
has been advised of the possibility of such damages.
|
2034
|
+
|
2035
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
2036
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
2037
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
2038
|
+
or other liability obligations and/or rights consistent with this
|
2039
|
+
License. However, in accepting such obligations, You may act only
|
2040
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
2041
|
+
of any other Contributor, and only if You agree to indemnify,
|
2042
|
+
defend, and hold each Contributor harmless for any liability
|
2043
|
+
incurred by, or claims asserted against, such Contributor by reason
|
2044
|
+
of your accepting any such warranty or additional liability.
|
2045
|
+
|
2046
|
+
END OF TERMS AND CONDITIONS
|
2047
|
+
|
2048
|
+
APPENDIX: How to apply the Apache License to your work.
|
2049
|
+
|
2050
|
+
To apply the Apache License to your work, attach the following
|
2051
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
2052
|
+
replaced with your own identifying information. (Don't include
|
2053
|
+
the brackets!) The text should be enclosed in the appropriate
|
2054
|
+
comment syntax for the file format. We also recommend that a
|
2055
|
+
file or class name and description of purpose be included on the
|
2056
|
+
same "printed page" as the copyright notice for easier
|
2057
|
+
identification within third-party archives.
|
2058
|
+
|
2059
|
+
Copyright [yyyy] [name of copyright owner]
|
2060
|
+
|
2061
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2062
|
+
you may not use this file except in compliance with the License.
|
2063
|
+
You may obtain a copy of the License at
|
2064
|
+
|
2065
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2066
|
+
|
2067
|
+
Unless required by applicable law or agreed to in writing, software
|
2068
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2069
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2070
|
+
See the License for the specific language governing permissions and
|
2071
|
+
limitations under the License.
|
2060
2072
|
|
2061
2073
|
================================================================================
|
2062
2074
|
console LICENSE
|
@@ -6267,34 +6279,9 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6267
6279
|
|
6268
6280
|
END OF TERMS AND CONDITIONS
|
6269
6281
|
|
6270
|
-
|
6271
|
-
|
6272
|
-
|
6273
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6274
|
-
replaced with your own identifying information. (Don't include
|
6275
|
-
the brackets!) The text should be enclosed in the appropriate
|
6276
|
-
comment syntax for the file format. We also recommend that a
|
6277
|
-
file or class name and description of purpose be included on the
|
6278
|
-
same "printed page" as the copyright notice for easier
|
6279
|
-
identification within third-party archives.
|
6280
|
-
|
6281
|
-
Copyright [yyyy] [name of copyright owner]
|
6282
|
-
|
6283
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6284
|
-
you may not use this file except in compliance with the License.
|
6285
|
-
You may obtain a copy of the License at
|
6286
|
-
|
6287
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6288
|
-
|
6289
|
-
Unless required by applicable law or agreed to in writing, software
|
6290
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6291
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6292
|
-
See the License for the specific language governing permissions and
|
6293
|
-
limitations under the License.
|
6294
|
-
|
6295
|
-
================================================================================
|
6296
|
-
itoa LICENSE-MIT
|
6297
|
-
================================================================================
|
6282
|
+
================================================================================
|
6283
|
+
itoa LICENSE-MIT
|
6284
|
+
================================================================================
|
6298
6285
|
|
6299
6286
|
Permission is hereby granted, free of charge, to any
|
6300
6287
|
person obtaining a copy of this software and associated
|
@@ -8185,32 +8172,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
8185
8172
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
8186
8173
|
|
8187
8174
|
================================================================================
|
8188
|
-
|
8189
|
-
================================================================================
|
8190
|
-
|
8191
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
8192
|
-
|
8193
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8194
|
-
a copy of this software and associated documentation files (the
|
8195
|
-
"Software"), to deal in the Software without restriction, including
|
8196
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
8197
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8198
|
-
permit persons to whom the Software is furnished to do so, subject to
|
8199
|
-
the following conditions:
|
8200
|
-
|
8201
|
-
The above copyright notice and this permission notice shall be
|
8202
|
-
included in all copies or substantial portions of the Software.
|
8203
|
-
|
8204
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8205
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8206
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
8207
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
8208
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8209
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
8210
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8211
|
-
|
8212
|
-
================================================================================
|
8213
|
-
num_cpus LICENSE-APACHE
|
8175
|
+
monostate LICENSE-APACHE
|
8214
8176
|
================================================================================
|
8215
8177
|
|
8216
8178
|
Apache License
|
@@ -8390,84 +8352,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8390
8352
|
|
8391
8353
|
END OF TERMS AND CONDITIONS
|
8392
8354
|
|
8393
|
-
APPENDIX: How to apply the Apache License to your work.
|
8394
|
-
|
8395
|
-
To apply the Apache License to your work, attach the following
|
8396
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8397
|
-
replaced with your own identifying information. (Don't include
|
8398
|
-
the brackets!) The text should be enclosed in the appropriate
|
8399
|
-
comment syntax for the file format. We also recommend that a
|
8400
|
-
file or class name and description of purpose be included on the
|
8401
|
-
same "printed page" as the copyright notice for easier
|
8402
|
-
identification within third-party archives.
|
8403
|
-
|
8404
|
-
Copyright [yyyy] [name of copyright owner]
|
8405
|
-
|
8406
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8407
|
-
you may not use this file except in compliance with the License.
|
8408
|
-
You may obtain a copy of the License at
|
8409
|
-
|
8410
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8411
|
-
|
8412
|
-
Unless required by applicable law or agreed to in writing, software
|
8413
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8414
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8415
|
-
See the License for the specific language governing permissions and
|
8416
|
-
limitations under the License.
|
8417
|
-
|
8418
|
-
================================================================================
|
8419
|
-
num_cpus LICENSE-MIT
|
8420
|
-
================================================================================
|
8421
|
-
|
8422
|
-
Copyright (c) 2015
|
8423
|
-
|
8424
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8425
|
-
of this software and associated documentation files (the "Software"), to deal
|
8426
|
-
in the Software without restriction, including without limitation the rights
|
8427
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8428
|
-
copies of the Software, and to permit persons to whom the Software is
|
8429
|
-
furnished to do so, subject to the following conditions:
|
8430
|
-
|
8431
|
-
The above copyright notice and this permission notice shall be included in
|
8432
|
-
all copies or substantial portions of the Software.
|
8433
|
-
|
8434
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8435
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8436
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8437
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8438
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8439
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8440
|
-
THE SOFTWARE.
|
8441
|
-
|
8442
|
-
|
8443
8355
|
================================================================================
|
8444
|
-
|
8356
|
+
monostate LICENSE-MIT
|
8445
8357
|
================================================================================
|
8446
8358
|
|
8447
|
-
|
8448
|
-
|
8449
|
-
|
8450
|
-
|
8451
|
-
|
8452
|
-
|
8453
|
-
|
8454
|
-
|
8455
|
-
|
8456
|
-
furnished to do so, subject to the following conditions:
|
8359
|
+
Permission is hereby granted, free of charge, to any
|
8360
|
+
person obtaining a copy of this software and associated
|
8361
|
+
documentation files (the "Software"), to deal in the
|
8362
|
+
Software without restriction, including without
|
8363
|
+
limitation the rights to use, copy, modify, merge,
|
8364
|
+
publish, distribute, sublicense, and/or sell copies of
|
8365
|
+
the Software, and to permit persons to whom the Software
|
8366
|
+
is furnished to do so, subject to the following
|
8367
|
+
conditions:
|
8457
8368
|
|
8458
|
-
The above copyright notice and this permission notice
|
8459
|
-
copies or substantial portions
|
8369
|
+
The above copyright notice and this permission notice
|
8370
|
+
shall be included in all copies or substantial portions
|
8371
|
+
of the Software.
|
8460
8372
|
|
8461
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8462
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
8463
|
-
|
8464
|
-
|
8465
|
-
|
8466
|
-
|
8467
|
-
|
8373
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8374
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
8375
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
8376
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
8377
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
8378
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8379
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
8380
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8381
|
+
DEALINGS IN THE SOFTWARE.
|
8468
8382
|
|
8469
8383
|
================================================================================
|
8470
|
-
|
8384
|
+
monostate-impl LICENSE-APACHE
|
8471
8385
|
================================================================================
|
8472
8386
|
|
8473
8387
|
Apache License
|
@@ -8647,33 +8561,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8647
8561
|
|
8648
8562
|
END OF TERMS AND CONDITIONS
|
8649
8563
|
|
8650
|
-
APPENDIX: How to apply the Apache License to your work.
|
8651
|
-
|
8652
|
-
To apply the Apache License to your work, attach the following
|
8653
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8654
|
-
replaced with your own identifying information. (Don't include
|
8655
|
-
the brackets!) The text should be enclosed in the appropriate
|
8656
|
-
comment syntax for the file format. We also recommend that a
|
8657
|
-
file or class name and description of purpose be included on the
|
8658
|
-
same "printed page" as the copyright notice for easier
|
8659
|
-
identification within third-party archives.
|
8660
|
-
|
8661
|
-
Copyright [yyyy] [name of copyright owner]
|
8662
|
-
|
8663
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8664
|
-
you may not use this file except in compliance with the License.
|
8665
|
-
You may obtain a copy of the License at
|
8666
|
-
|
8667
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8668
|
-
|
8669
|
-
Unless required by applicable law or agreed to in writing, software
|
8670
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8671
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8672
|
-
See the License for the specific language governing permissions and
|
8673
|
-
limitations under the License.
|
8674
|
-
|
8675
8564
|
================================================================================
|
8676
|
-
|
8565
|
+
monostate-impl LICENSE-MIT
|
8677
8566
|
================================================================================
|
8678
8567
|
|
8679
8568
|
Permission is hereby granted, free of charge, to any
|
@@ -8701,122 +8590,47 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
8701
8590
|
DEALINGS IN THE SOFTWARE.
|
8702
8591
|
|
8703
8592
|
================================================================================
|
8704
|
-
|
8593
|
+
nom LICENSE
|
8705
8594
|
================================================================================
|
8706
8595
|
|
8707
|
-
|
8596
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
8708
8597
|
|
8709
|
-
|
8710
|
-
|
8711
|
-
|
8712
|
-
|
8598
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
8599
|
+
a copy of this software and associated documentation files (the
|
8600
|
+
"Software"), to deal in the Software without restriction, including
|
8601
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
8602
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8603
|
+
permit persons to whom the Software is furnished to do so, subject to
|
8604
|
+
the following conditions:
|
8713
8605
|
|
8714
|
-
|
8715
|
-
|
8716
|
-
|
8717
|
-
|
8718
|
-
|
8719
|
-
|
8720
|
-
|
8721
|
-
|
8722
|
-
|
8723
|
-
|
8724
|
-
> furnished to do so, subject to the following conditions:
|
8725
|
-
>
|
8726
|
-
> The above copyright notice and this permission notice shall be included in all
|
8727
|
-
> copies or substantial portions of the Software.
|
8728
|
-
>
|
8729
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8730
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8731
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8732
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8733
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8734
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8735
|
-
> SOFTWARE.
|
8606
|
+
The above copyright notice and this permission notice shall be
|
8607
|
+
included in all copies or substantial portions of the Software.
|
8608
|
+
|
8609
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8610
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8611
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
8612
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
8613
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8614
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
8615
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8736
8616
|
|
8737
8617
|
================================================================================
|
8738
|
-
|
8618
|
+
num_cpus LICENSE-APACHE
|
8739
8619
|
================================================================================
|
8740
8620
|
|
8741
|
-
|
8742
|
-
|
8743
|
-
|
8744
|
-
the *MIT License* unless otherwise stated. The Oniguruma source code
|
8745
|
-
remains the property of the original authors and is re-distributed
|
8746
|
-
under the original license, see [COPYING](oniguruma/COPYING) for more
|
8747
|
-
information.
|
8621
|
+
Apache License
|
8622
|
+
Version 2.0, January 2004
|
8623
|
+
http://www.apache.org/licenses/
|
8748
8624
|
|
8749
|
-
|
8750
|
-
>
|
8751
|
-
> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
|
8752
|
-
> <defuz@me.com>, and contributors.
|
8753
|
-
>
|
8754
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
8755
|
-
> of this software and associated documentation files (the "Software"), to deal
|
8756
|
-
> in the Software without restriction, including without limitation the rights
|
8757
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8758
|
-
> copies of the Software, and to permit persons to whom the Software is
|
8759
|
-
> furnished to do so, subject to the following conditions:
|
8760
|
-
>
|
8761
|
-
> The above copyright notice and this permission notice shall be included in all
|
8762
|
-
> copies or substantial portions of the Software.
|
8763
|
-
>
|
8764
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8765
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8766
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8767
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8768
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8769
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8770
|
-
> SOFTWARE.
|
8625
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8771
8626
|
|
8772
|
-
|
8773
|
-
onig_sys oniguruma/COPYING
|
8774
|
-
================================================================================
|
8627
|
+
1. Definitions.
|
8775
8628
|
|
8776
|
-
|
8777
|
-
|
8629
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
8630
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
8778
8631
|
|
8779
|
-
|
8780
|
-
|
8781
|
-
|
8782
|
-
Redistribution and use in source and binary forms, with or without
|
8783
|
-
modification, are permitted provided that the following conditions
|
8784
|
-
are met:
|
8785
|
-
1. Redistributions of source code must retain the above copyright
|
8786
|
-
notice, this list of conditions and the following disclaimer.
|
8787
|
-
2. Redistributions in binary form must reproduce the above copyright
|
8788
|
-
notice, this list of conditions and the following disclaimer in the
|
8789
|
-
documentation and/or other materials provided with the distribution.
|
8790
|
-
|
8791
|
-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
8792
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
8793
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
8794
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
8795
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
8796
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
8797
|
-
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
8798
|
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
8799
|
-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
8800
|
-
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
8801
|
-
SUCH DAMAGE.
|
8802
|
-
|
8803
|
-
================================================================================
|
8804
|
-
paste LICENSE-APACHE
|
8805
|
-
================================================================================
|
8806
|
-
|
8807
|
-
Apache License
|
8808
|
-
Version 2.0, January 2004
|
8809
|
-
http://www.apache.org/licenses/
|
8810
|
-
|
8811
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8812
|
-
|
8813
|
-
1. Definitions.
|
8814
|
-
|
8815
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
8816
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
8817
|
-
|
8818
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
8819
|
-
the copyright owner that is granting the License.
|
8632
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
8633
|
+
the copyright owner that is granting the License.
|
8820
8634
|
|
8821
8635
|
"Legal Entity" shall mean the union of the acting entity and all
|
8822
8636
|
other entities that control, are controlled by, or are under common
|
@@ -9007,35 +8821,58 @@ See the License for the specific language governing permissions and
|
|
9007
8821
|
limitations under the License.
|
9008
8822
|
|
9009
8823
|
================================================================================
|
9010
|
-
|
8824
|
+
num_cpus LICENSE-MIT
|
9011
8825
|
================================================================================
|
9012
8826
|
|
9013
|
-
|
9014
|
-
person obtaining a copy of this software and associated
|
9015
|
-
documentation files (the "Software"), to deal in the
|
9016
|
-
Software without restriction, including without
|
9017
|
-
limitation the rights to use, copy, modify, merge,
|
9018
|
-
publish, distribute, sublicense, and/or sell copies of
|
9019
|
-
the Software, and to permit persons to whom the Software
|
9020
|
-
is furnished to do so, subject to the following
|
9021
|
-
conditions:
|
8827
|
+
Copyright (c) 2015
|
9022
8828
|
|
9023
|
-
|
9024
|
-
|
9025
|
-
|
8829
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8830
|
+
of this software and associated documentation files (the "Software"), to deal
|
8831
|
+
in the Software without restriction, including without limitation the rights
|
8832
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8833
|
+
copies of the Software, and to permit persons to whom the Software is
|
8834
|
+
furnished to do so, subject to the following conditions:
|
8835
|
+
|
8836
|
+
The above copyright notice and this permission notice shall be included in
|
8837
|
+
all copies or substantial portions of the Software.
|
8838
|
+
|
8839
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8840
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8841
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8842
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8843
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8844
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8845
|
+
THE SOFTWARE.
|
9026
8846
|
|
9027
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
9028
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
9029
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
9030
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
9031
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
9032
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
9033
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
9034
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
9035
|
-
DEALINGS IN THE SOFTWARE.
|
9036
8847
|
|
9037
8848
|
================================================================================
|
9038
|
-
|
8849
|
+
number_prefix LICENCE
|
8850
|
+
================================================================================
|
8851
|
+
|
8852
|
+
MIT License
|
8853
|
+
|
8854
|
+
Copyright (c) 2018 Benjamin Sago
|
8855
|
+
|
8856
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8857
|
+
of this software and associated documentation files (the "Software"), to deal
|
8858
|
+
in the Software without restriction, including without limitation the rights
|
8859
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8860
|
+
copies of the Software, and to permit persons to whom the Software is
|
8861
|
+
furnished to do so, subject to the following conditions:
|
8862
|
+
|
8863
|
+
The above copyright notice and this permission notice shall be included in all
|
8864
|
+
copies or substantial portions of the Software.
|
8865
|
+
|
8866
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8867
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8868
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8869
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8870
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8871
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8872
|
+
SOFTWARE.
|
8873
|
+
|
8874
|
+
================================================================================
|
8875
|
+
once_cell LICENSE-APACHE
|
9039
8876
|
================================================================================
|
9040
8877
|
|
9041
8878
|
Apache License
|
@@ -9241,11 +9078,9 @@ See the License for the specific language governing permissions and
|
|
9241
9078
|
limitations under the License.
|
9242
9079
|
|
9243
9080
|
================================================================================
|
9244
|
-
|
9081
|
+
once_cell LICENSE-MIT
|
9245
9082
|
================================================================================
|
9246
9083
|
|
9247
|
-
Copyright (c) 2015 The Rust Project Developers
|
9248
|
-
|
9249
9084
|
Permission is hereby granted, free of charge, to any
|
9250
9085
|
person obtaining a copy of this software and associated
|
9251
9086
|
documentation files (the "Software"), to deal in the
|
@@ -9271,7 +9106,107 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9271
9106
|
DEALINGS IN THE SOFTWARE.
|
9272
9107
|
|
9273
9108
|
================================================================================
|
9274
|
-
|
9109
|
+
onig LICENSE.md
|
9110
|
+
================================================================================
|
9111
|
+
|
9112
|
+
# Rust-Onig is Open Source!
|
9113
|
+
|
9114
|
+
All source code in this repository is distributed under the terms of
|
9115
|
+
the *MIT License* unless otherwise stated. The Oniguruma source code
|
9116
|
+
remains the property of the original authors and is re-distributed
|
9117
|
+
under the original license.
|
9118
|
+
|
9119
|
+
> The MIT License (MIT)
|
9120
|
+
>
|
9121
|
+
> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
|
9122
|
+
> <defuz@me.com>, and contributors.
|
9123
|
+
>
|
9124
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
9125
|
+
> of this software and associated documentation files (the "Software"), to deal
|
9126
|
+
> in the Software without restriction, including without limitation the rights
|
9127
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9128
|
+
> copies of the Software, and to permit persons to whom the Software is
|
9129
|
+
> furnished to do so, subject to the following conditions:
|
9130
|
+
>
|
9131
|
+
> The above copyright notice and this permission notice shall be included in all
|
9132
|
+
> copies or substantial portions of the Software.
|
9133
|
+
>
|
9134
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9135
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9136
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9137
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9138
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9139
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9140
|
+
> SOFTWARE.
|
9141
|
+
|
9142
|
+
================================================================================
|
9143
|
+
onig_sys LICENSE.md
|
9144
|
+
================================================================================
|
9145
|
+
|
9146
|
+
# Rust-Onig is Open Source!
|
9147
|
+
|
9148
|
+
All source code in this repository is distributed under the terms of
|
9149
|
+
the *MIT License* unless otherwise stated. The Oniguruma source code
|
9150
|
+
remains the property of the original authors and is re-distributed
|
9151
|
+
under the original license, see [COPYING](oniguruma/COPYING) for more
|
9152
|
+
information.
|
9153
|
+
|
9154
|
+
> The MIT License (MIT)
|
9155
|
+
>
|
9156
|
+
> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
|
9157
|
+
> <defuz@me.com>, and contributors.
|
9158
|
+
>
|
9159
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
9160
|
+
> of this software and associated documentation files (the "Software"), to deal
|
9161
|
+
> in the Software without restriction, including without limitation the rights
|
9162
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9163
|
+
> copies of the Software, and to permit persons to whom the Software is
|
9164
|
+
> furnished to do so, subject to the following conditions:
|
9165
|
+
>
|
9166
|
+
> The above copyright notice and this permission notice shall be included in all
|
9167
|
+
> copies or substantial portions of the Software.
|
9168
|
+
>
|
9169
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9170
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9171
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9172
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9173
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9174
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9175
|
+
> SOFTWARE.
|
9176
|
+
|
9177
|
+
================================================================================
|
9178
|
+
onig_sys oniguruma/COPYING
|
9179
|
+
================================================================================
|
9180
|
+
|
9181
|
+
Oniguruma LICENSE
|
9182
|
+
-----------------
|
9183
|
+
|
9184
|
+
Copyright (c) 2002-2021 K.Kosako <kkosako0@gmail.com>
|
9185
|
+
All rights reserved.
|
9186
|
+
|
9187
|
+
Redistribution and use in source and binary forms, with or without
|
9188
|
+
modification, are permitted provided that the following conditions
|
9189
|
+
are met:
|
9190
|
+
1. Redistributions of source code must retain the above copyright
|
9191
|
+
notice, this list of conditions and the following disclaimer.
|
9192
|
+
2. Redistributions in binary form must reproduce the above copyright
|
9193
|
+
notice, this list of conditions and the following disclaimer in the
|
9194
|
+
documentation and/or other materials provided with the distribution.
|
9195
|
+
|
9196
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
9197
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
9198
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
9199
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
9200
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
9201
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
9202
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
9203
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
9204
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
9205
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
9206
|
+
SUCH DAMAGE.
|
9207
|
+
|
9208
|
+
================================================================================
|
9209
|
+
paste LICENSE-APACHE
|
9275
9210
|
================================================================================
|
9276
9211
|
|
9277
9212
|
Apache License
|
@@ -9451,37 +9386,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9451
9386
|
|
9452
9387
|
END OF TERMS AND CONDITIONS
|
9453
9388
|
|
9454
|
-
APPENDIX: How to apply the Apache License to your work.
|
9455
|
-
|
9456
|
-
To apply the Apache License to your work, attach the following
|
9457
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
9458
|
-
replaced with your own identifying information. (Don't include
|
9459
|
-
the brackets!) The text should be enclosed in the appropriate
|
9460
|
-
comment syntax for the file format. We also recommend that a
|
9461
|
-
file or class name and description of purpose be included on the
|
9462
|
-
same "printed page" as the copyright notice for easier
|
9463
|
-
identification within third-party archives.
|
9464
|
-
|
9465
|
-
Copyright [yyyy] [name of copyright owner]
|
9466
|
-
|
9467
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
9468
|
-
you may not use this file except in compliance with the License.
|
9469
|
-
You may obtain a copy of the License at
|
9470
|
-
|
9471
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
9472
|
-
|
9473
|
-
Unless required by applicable law or agreed to in writing, software
|
9474
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
9475
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
9476
|
-
See the License for the specific language governing permissions and
|
9477
|
-
limitations under the License.
|
9478
|
-
|
9479
9389
|
================================================================================
|
9480
|
-
|
9390
|
+
paste LICENSE-MIT
|
9481
9391
|
================================================================================
|
9482
9392
|
|
9483
|
-
Copyright (c) 2014 Alex Crichton
|
9484
|
-
|
9485
9393
|
Permission is hereby granted, free of charge, to any
|
9486
9394
|
person obtaining a copy of this software and associated
|
9487
9395
|
documentation files (the "Software"), to deal in the
|
@@ -9507,7 +9415,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9507
9415
|
DEALINGS IN THE SOFTWARE.
|
9508
9416
|
|
9509
9417
|
================================================================================
|
9510
|
-
|
9418
|
+
peeking_take_while LICENSE-APACHE
|
9511
9419
|
================================================================================
|
9512
9420
|
|
9513
9421
|
Apache License
|
@@ -9698,13 +9606,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
9698
9606
|
same "printed page" as the copyright notice for easier
|
9699
9607
|
identification within third-party archives.
|
9700
9608
|
|
9701
|
-
Copyright
|
9609
|
+
Copyright [yyyy] [name of copyright owner]
|
9702
9610
|
|
9703
9611
|
Licensed under the Apache License, Version 2.0 (the "License");
|
9704
9612
|
you may not use this file except in compliance with the License.
|
9705
9613
|
You may obtain a copy of the License at
|
9706
9614
|
|
9707
|
-
|
9615
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
9708
9616
|
|
9709
9617
|
Unless required by applicable law or agreed to in writing, software
|
9710
9618
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -9713,10 +9621,10 @@ See the License for the specific language governing permissions and
|
|
9713
9621
|
limitations under the License.
|
9714
9622
|
|
9715
9623
|
================================================================================
|
9716
|
-
|
9624
|
+
peeking_take_while LICENSE-MIT
|
9717
9625
|
================================================================================
|
9718
9626
|
|
9719
|
-
Copyright (c)
|
9627
|
+
Copyright (c) 2015 The Rust Project Developers
|
9720
9628
|
|
9721
9629
|
Permission is hereby granted, free of charge, to any
|
9722
9630
|
person obtaining a copy of this software and associated
|
@@ -9743,7 +9651,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9743
9651
|
DEALINGS IN THE SOFTWARE.
|
9744
9652
|
|
9745
9653
|
================================================================================
|
9746
|
-
|
9654
|
+
pkg-config LICENSE-APACHE
|
9747
9655
|
================================================================================
|
9748
9656
|
|
9749
9657
|
Apache License
|
@@ -9923,9 +9831,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9923
9831
|
|
9924
9832
|
END OF TERMS AND CONDITIONS
|
9925
9833
|
|
9834
|
+
APPENDIX: How to apply the Apache License to your work.
|
9835
|
+
|
9836
|
+
To apply the Apache License to your work, attach the following
|
9837
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
9838
|
+
replaced with your own identifying information. (Don't include
|
9839
|
+
the brackets!) The text should be enclosed in the appropriate
|
9840
|
+
comment syntax for the file format. We also recommend that a
|
9841
|
+
file or class name and description of purpose be included on the
|
9842
|
+
same "printed page" as the copyright notice for easier
|
9843
|
+
identification within third-party archives.
|
9844
|
+
|
9845
|
+
Copyright [yyyy] [name of copyright owner]
|
9846
|
+
|
9847
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
9848
|
+
you may not use this file except in compliance with the License.
|
9849
|
+
You may obtain a copy of the License at
|
9850
|
+
|
9851
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
9852
|
+
|
9853
|
+
Unless required by applicable law or agreed to in writing, software
|
9854
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
9855
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
9856
|
+
See the License for the specific language governing permissions and
|
9857
|
+
limitations under the License.
|
9858
|
+
|
9859
|
+
================================================================================
|
9860
|
+
pkg-config LICENSE-MIT
|
9926
9861
|
================================================================================
|
9927
|
-
|
9928
|
-
|
9862
|
+
|
9863
|
+
Copyright (c) 2014 Alex Crichton
|
9929
9864
|
|
9930
9865
|
Permission is hereby granted, free of charge, to any
|
9931
9866
|
person obtaining a copy of this software and associated
|
@@ -9952,7 +9887,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9952
9887
|
DEALINGS IN THE SOFTWARE.
|
9953
9888
|
|
9954
9889
|
================================================================================
|
9955
|
-
|
9890
|
+
ppv-lite86 LICENSE-APACHE
|
9956
9891
|
================================================================================
|
9957
9892
|
|
9958
9893
|
Apache License
|
@@ -10143,13 +10078,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
10143
10078
|
same "printed page" as the copyright notice for easier
|
10144
10079
|
identification within third-party archives.
|
10145
10080
|
|
10146
|
-
Copyright
|
10081
|
+
Copyright 2019 The CryptoCorrosion Contributors
|
10147
10082
|
|
10148
10083
|
Licensed under the Apache License, Version 2.0 (the "License");
|
10149
10084
|
you may not use this file except in compliance with the License.
|
10150
10085
|
You may obtain a copy of the License at
|
10151
10086
|
|
10152
|
-
|
10087
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
10153
10088
|
|
10154
10089
|
Unless required by applicable law or agreed to in writing, software
|
10155
10090
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -10158,9 +10093,11 @@ See the License for the specific language governing permissions and
|
|
10158
10093
|
limitations under the License.
|
10159
10094
|
|
10160
10095
|
================================================================================
|
10161
|
-
|
10096
|
+
ppv-lite86 LICENSE-MIT
|
10162
10097
|
================================================================================
|
10163
10098
|
|
10099
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
10100
|
+
|
10164
10101
|
Permission is hereby granted, free of charge, to any
|
10165
10102
|
person obtaining a copy of this software and associated
|
10166
10103
|
documentation files (the "Software"), to deal in the
|
@@ -10186,12 +10123,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10186
10123
|
DEALINGS IN THE SOFTWARE.
|
10187
10124
|
|
10188
10125
|
================================================================================
|
10189
|
-
|
10126
|
+
proc-macro2 LICENSE-APACHE
|
10190
10127
|
================================================================================
|
10191
10128
|
|
10192
10129
|
Apache License
|
10193
10130
|
Version 2.0, January 2004
|
10194
|
-
|
10131
|
+
http://www.apache.org/licenses/
|
10195
10132
|
|
10196
10133
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10197
10134
|
|
@@ -10367,12 +10304,9 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10367
10304
|
END OF TERMS AND CONDITIONS
|
10368
10305
|
|
10369
10306
|
================================================================================
|
10370
|
-
|
10307
|
+
proc-macro2 LICENSE-MIT
|
10371
10308
|
================================================================================
|
10372
10309
|
|
10373
|
-
Copyright 2018 Developers of the Rand project
|
10374
|
-
Copyright (c) 2014 The Rust Project Developers
|
10375
|
-
|
10376
10310
|
Permission is hereby granted, free of charge, to any
|
10377
10311
|
person obtaining a copy of this software and associated
|
10378
10312
|
documentation files (the "Software"), to deal in the
|
@@ -10398,12 +10332,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10398
10332
|
DEALINGS IN THE SOFTWARE.
|
10399
10333
|
|
10400
10334
|
================================================================================
|
10401
|
-
|
10335
|
+
quote LICENSE-APACHE
|
10402
10336
|
================================================================================
|
10403
10337
|
|
10404
10338
|
Apache License
|
10405
10339
|
Version 2.0, January 2004
|
10406
|
-
|
10340
|
+
http://www.apache.org/licenses/
|
10407
10341
|
|
10408
10342
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10409
10343
|
|
@@ -10578,38 +10512,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10578
10512
|
|
10579
10513
|
END OF TERMS AND CONDITIONS
|
10580
10514
|
|
10581
|
-
APPENDIX: How to apply the Apache License to your work.
|
10582
|
-
|
10583
|
-
To apply the Apache License to your work, attach the following
|
10584
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10585
|
-
replaced with your own identifying information. (Don't include
|
10586
|
-
the brackets!) The text should be enclosed in the appropriate
|
10587
|
-
comment syntax for the file format. We also recommend that a
|
10588
|
-
file or class name and description of purpose be included on the
|
10589
|
-
same "printed page" as the copyright notice for easier
|
10590
|
-
identification within third-party archives.
|
10591
|
-
|
10592
|
-
Copyright [yyyy] [name of copyright owner]
|
10593
|
-
|
10594
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
10595
|
-
you may not use this file except in compliance with the License.
|
10596
|
-
You may obtain a copy of the License at
|
10597
|
-
|
10598
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
10599
|
-
|
10600
|
-
Unless required by applicable law or agreed to in writing, software
|
10601
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
10602
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10603
|
-
See the License for the specific language governing permissions and
|
10604
|
-
limitations under the License.
|
10605
|
-
|
10606
10515
|
================================================================================
|
10607
|
-
|
10516
|
+
quote LICENSE-MIT
|
10608
10517
|
================================================================================
|
10609
10518
|
|
10610
|
-
Copyright 2018 Developers of the Rand project
|
10611
|
-
Copyright (c) 2014 The Rust Project Developers
|
10612
|
-
|
10613
10519
|
Permission is hereby granted, free of charge, to any
|
10614
10520
|
person obtaining a copy of this software and associated
|
10615
10521
|
documentation files (the "Software"), to deal in the
|
@@ -10635,7 +10541,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10635
10541
|
DEALINGS IN THE SOFTWARE.
|
10636
10542
|
|
10637
10543
|
================================================================================
|
10638
|
-
|
10544
|
+
rand LICENSE-APACHE
|
10639
10545
|
================================================================================
|
10640
10546
|
|
10641
10547
|
Apache License
|
@@ -10815,19 +10721,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10815
10721
|
|
10816
10722
|
END OF TERMS AND CONDITIONS
|
10817
10723
|
|
10818
|
-
APPENDIX: How to apply the Apache License to your work.
|
10819
|
-
|
10820
|
-
To apply the Apache License to your work, attach the following
|
10821
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10822
|
-
replaced with your own identifying information. (Don't include
|
10823
|
-
the brackets!) The text should be enclosed in the appropriate
|
10824
|
-
comment syntax for the file format. We also recommend that a
|
10825
|
-
file or class name and description of purpose be included on the
|
10826
|
-
same "printed page" as the copyright notice for easier
|
10827
|
-
identification within third-party archives.
|
10828
|
-
|
10829
10724
|
================================================================================
|
10830
|
-
|
10725
|
+
rand LICENSE-MIT
|
10831
10726
|
================================================================================
|
10832
10727
|
|
10833
10728
|
Copyright 2018 Developers of the Rand project
|
@@ -10858,12 +10753,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10858
10753
|
DEALINGS IN THE SOFTWARE.
|
10859
10754
|
|
10860
10755
|
================================================================================
|
10861
|
-
|
10756
|
+
rand_chacha LICENSE-APACHE
|
10862
10757
|
================================================================================
|
10863
10758
|
|
10864
10759
|
Apache License
|
10865
10760
|
Version 2.0, January 2004
|
10866
|
-
|
10761
|
+
https://www.apache.org/licenses/
|
10867
10762
|
|
10868
10763
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10869
10764
|
|
@@ -11055,7 +10950,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
11055
10950
|
you may not use this file except in compliance with the License.
|
11056
10951
|
You may obtain a copy of the License at
|
11057
10952
|
|
11058
|
-
|
10953
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
11059
10954
|
|
11060
10955
|
Unless required by applicable law or agreed to in writing, software
|
11061
10956
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -11064,10 +10959,11 @@ See the License for the specific language governing permissions and
|
|
11064
10959
|
limitations under the License.
|
11065
10960
|
|
11066
10961
|
================================================================================
|
11067
|
-
|
10962
|
+
rand_chacha LICENSE-MIT
|
11068
10963
|
================================================================================
|
11069
10964
|
|
11070
|
-
Copyright
|
10965
|
+
Copyright 2018 Developers of the Rand project
|
10966
|
+
Copyright (c) 2014 The Rust Project Developers
|
11071
10967
|
|
11072
10968
|
Permission is hereby granted, free of charge, to any
|
11073
10969
|
person obtaining a copy of this software and associated
|
@@ -11094,12 +10990,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11094
10990
|
DEALINGS IN THE SOFTWARE.
|
11095
10991
|
|
11096
10992
|
================================================================================
|
11097
|
-
|
10993
|
+
rand_core LICENSE-APACHE
|
11098
10994
|
================================================================================
|
11099
10995
|
|
11100
10996
|
Apache License
|
11101
10997
|
Version 2.0, January 2004
|
11102
|
-
|
10998
|
+
https://www.apache.org/licenses/
|
11103
10999
|
|
11104
11000
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11105
11001
|
|
@@ -11285,25 +11181,12 @@ APPENDIX: How to apply the Apache License to your work.
|
|
11285
11181
|
same "printed page" as the copyright notice for easier
|
11286
11182
|
identification within third-party archives.
|
11287
11183
|
|
11288
|
-
Copyright [yyyy] [name of copyright owner]
|
11289
|
-
|
11290
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
11291
|
-
you may not use this file except in compliance with the License.
|
11292
|
-
You may obtain a copy of the License at
|
11293
|
-
|
11294
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11295
|
-
|
11296
|
-
Unless required by applicable law or agreed to in writing, software
|
11297
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
11298
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11299
|
-
See the License for the specific language governing permissions and
|
11300
|
-
limitations under the License.
|
11301
|
-
|
11302
11184
|
================================================================================
|
11303
|
-
|
11185
|
+
rand_core LICENSE-MIT
|
11304
11186
|
================================================================================
|
11305
11187
|
|
11306
|
-
Copyright
|
11188
|
+
Copyright 2018 Developers of the Rand project
|
11189
|
+
Copyright (c) 2014 The Rust Project Developers
|
11307
11190
|
|
11308
11191
|
Permission is hereby granted, free of charge, to any
|
11309
11192
|
person obtaining a copy of this software and associated
|
@@ -11330,7 +11213,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11330
11213
|
DEALINGS IN THE SOFTWARE.
|
11331
11214
|
|
11332
11215
|
================================================================================
|
11333
|
-
rayon
|
11216
|
+
rayon LICENSE-APACHE
|
11334
11217
|
================================================================================
|
11335
11218
|
|
11336
11219
|
Apache License
|
@@ -11536,7 +11419,7 @@ See the License for the specific language governing permissions and
|
|
11536
11419
|
limitations under the License.
|
11537
11420
|
|
11538
11421
|
================================================================================
|
11539
|
-
rayon
|
11422
|
+
rayon LICENSE-MIT
|
11540
11423
|
================================================================================
|
11541
11424
|
|
11542
11425
|
Copyright (c) 2010 The Rust Project Developers
|
@@ -11566,84 +11449,556 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11566
11449
|
DEALINGS IN THE SOFTWARE.
|
11567
11450
|
|
11568
11451
|
================================================================================
|
11569
|
-
|
11452
|
+
rayon-cond LICENSE-APACHE
|
11570
11453
|
================================================================================
|
11571
11454
|
|
11572
|
-
|
11573
|
-
|
11574
|
-
|
11455
|
+
Apache License
|
11456
|
+
Version 2.0, January 2004
|
11457
|
+
http://www.apache.org/licenses/
|
11575
11458
|
|
11576
|
-
|
11459
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11577
11460
|
|
11578
|
-
|
11461
|
+
1. Definitions.
|
11579
11462
|
|
11580
|
-
|
11581
|
-
|
11463
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11464
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11582
11465
|
|
11583
|
-
|
11584
|
-
|
11466
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
11467
|
+
the copyright owner that is granting the License.
|
11585
11468
|
|
11586
|
-
|
11587
|
-
|
11588
|
-
|
11589
|
-
|
11590
|
-
|
11591
|
-
|
11592
|
-
|
11469
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
11470
|
+
other entities that control, are controlled by, or are under common
|
11471
|
+
control with that entity. For the purposes of this definition,
|
11472
|
+
"control" means (i) the power, direct or indirect, to cause the
|
11473
|
+
direction or management of such entity, whether by contract or
|
11474
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
11475
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
11593
11476
|
|
11594
|
-
|
11595
|
-
|
11477
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
11478
|
+
exercising permissions granted by this License.
|
11596
11479
|
|
11597
|
-
|
11598
|
-
|
11599
|
-
|
11480
|
+
"Source" form shall mean the preferred form for making modifications,
|
11481
|
+
including but not limited to software source code, documentation
|
11482
|
+
source, and configuration files.
|
11600
11483
|
|
11601
|
-
|
11602
|
-
|
11603
|
-
|
11604
|
-
|
11484
|
+
"Object" form shall mean any form resulting from mechanical
|
11485
|
+
transformation or translation of a Source form, including but
|
11486
|
+
not limited to compiled object code, generated documentation,
|
11487
|
+
and conversions to other media types.
|
11605
11488
|
|
11606
|
-
|
11607
|
-
|
11608
|
-
|
11609
|
-
|
11489
|
+
"Work" shall mean the work of authorship, whether in Source or
|
11490
|
+
Object form, made available under the License, as indicated by a
|
11491
|
+
copyright notice that is included in or attached to the work
|
11492
|
+
(an example is provided in the Appendix below).
|
11610
11493
|
|
11611
|
-
|
11612
|
-
|
11613
|
-
|
11614
|
-
|
11615
|
-
|
11616
|
-
|
11617
|
-
|
11494
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
11495
|
+
form, that is based on (or derived from) the Work and for which the
|
11496
|
+
editorial revisions, annotations, elaborations, or other modifications
|
11497
|
+
represent, as a whole, an original work of authorship. For the purposes
|
11498
|
+
of this License, Derivative Works shall not include works that remain
|
11499
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
11500
|
+
the Work and Derivative Works thereof.
|
11618
11501
|
|
11619
|
-
|
11620
|
-
|
11621
|
-
|
11622
|
-
|
11623
|
-
|
11624
|
-
|
11625
|
-
|
11626
|
-
|
11627
|
-
|
11628
|
-
|
11629
|
-
|
11630
|
-
|
11631
|
-
|
11502
|
+
"Contribution" shall mean any work of authorship, including
|
11503
|
+
the original version of the Work and any modifications or additions
|
11504
|
+
to that Work or Derivative Works thereof, that is intentionally
|
11505
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
11506
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
11507
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
11508
|
+
means any form of electronic, verbal, or written communication sent
|
11509
|
+
to the Licensor or its representatives, including but not limited to
|
11510
|
+
communication on electronic mailing lists, source code control systems,
|
11511
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
11512
|
+
Licensor for the purpose of discussing and improving the Work, but
|
11513
|
+
excluding communication that is conspicuously marked or otherwise
|
11514
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
11632
11515
|
|
11633
|
-
|
11634
|
-
|
11635
|
-
|
11516
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
11517
|
+
on behalf of whom a Contribution has been received by Licensor and
|
11518
|
+
subsequently incorporated within the Work.
|
11636
11519
|
|
11637
|
-
|
11638
|
-
|
11639
|
-
|
11640
|
-
|
11641
|
-
|
11642
|
-
|
11520
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
11521
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11522
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11523
|
+
copyright license to reproduce, prepare Derivative Works of,
|
11524
|
+
publicly display, publicly perform, sublicense, and distribute the
|
11525
|
+
Work and such Derivative Works in Source or Object form.
|
11643
11526
|
|
11644
|
-
|
11645
|
-
|
11646
|
-
|
11527
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
11528
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11529
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11530
|
+
(except as stated in this section) patent license to make, have made,
|
11531
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
11532
|
+
where such license applies only to those patent claims licensable
|
11533
|
+
by such Contributor that are necessarily infringed by their
|
11534
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
11535
|
+
with the Work to which such Contribution(s) was submitted. If You
|
11536
|
+
institute patent litigation against any entity (including a
|
11537
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
11538
|
+
or a Contribution incorporated within the Work constitutes direct
|
11539
|
+
or contributory patent infringement, then any patent licenses
|
11540
|
+
granted to You under this License for that Work shall terminate
|
11541
|
+
as of the date such litigation is filed.
|
11542
|
+
|
11543
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
11544
|
+
Work or Derivative Works thereof in any medium, with or without
|
11545
|
+
modifications, and in Source or Object form, provided that You
|
11546
|
+
meet the following conditions:
|
11547
|
+
|
11548
|
+
(a) You must give any other recipients of the Work or
|
11549
|
+
Derivative Works a copy of this License; and
|
11550
|
+
|
11551
|
+
(b) You must cause any modified files to carry prominent notices
|
11552
|
+
stating that You changed the files; and
|
11553
|
+
|
11554
|
+
(c) You must retain, in the Source form of any Derivative Works
|
11555
|
+
that You distribute, all copyright, patent, trademark, and
|
11556
|
+
attribution notices from the Source form of the Work,
|
11557
|
+
excluding those notices that do not pertain to any part of
|
11558
|
+
the Derivative Works; and
|
11559
|
+
|
11560
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
11561
|
+
distribution, then any Derivative Works that You distribute must
|
11562
|
+
include a readable copy of the attribution notices contained
|
11563
|
+
within such NOTICE file, excluding those notices that do not
|
11564
|
+
pertain to any part of the Derivative Works, in at least one
|
11565
|
+
of the following places: within a NOTICE text file distributed
|
11566
|
+
as part of the Derivative Works; within the Source form or
|
11567
|
+
documentation, if provided along with the Derivative Works; or,
|
11568
|
+
within a display generated by the Derivative Works, if and
|
11569
|
+
wherever such third-party notices normally appear. The contents
|
11570
|
+
of the NOTICE file are for informational purposes only and
|
11571
|
+
do not modify the License. You may add Your own attribution
|
11572
|
+
notices within Derivative Works that You distribute, alongside
|
11573
|
+
or as an addendum to the NOTICE text from the Work, provided
|
11574
|
+
that such additional attribution notices cannot be construed
|
11575
|
+
as modifying the License.
|
11576
|
+
|
11577
|
+
You may add Your own copyright statement to Your modifications and
|
11578
|
+
may provide additional or different license terms and conditions
|
11579
|
+
for use, reproduction, or distribution of Your modifications, or
|
11580
|
+
for any such Derivative Works as a whole, provided Your use,
|
11581
|
+
reproduction, and distribution of the Work otherwise complies with
|
11582
|
+
the conditions stated in this License.
|
11583
|
+
|
11584
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
11585
|
+
any Contribution intentionally submitted for inclusion in the Work
|
11586
|
+
by You to the Licensor shall be under the terms and conditions of
|
11587
|
+
this License, without any additional terms or conditions.
|
11588
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
11589
|
+
the terms of any separate license agreement you may have executed
|
11590
|
+
with Licensor regarding such Contributions.
|
11591
|
+
|
11592
|
+
6. Trademarks. This License does not grant permission to use the trade
|
11593
|
+
names, trademarks, service marks, or product names of the Licensor,
|
11594
|
+
except as required for reasonable and customary use in describing the
|
11595
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
11596
|
+
|
11597
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
11598
|
+
agreed to in writing, Licensor provides the Work (and each
|
11599
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
11600
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
11601
|
+
implied, including, without limitation, any warranties or conditions
|
11602
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
11603
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
11604
|
+
appropriateness of using or redistributing the Work and assume any
|
11605
|
+
risks associated with Your exercise of permissions under this License.
|
11606
|
+
|
11607
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
11608
|
+
whether in tort (including negligence), contract, or otherwise,
|
11609
|
+
unless required by applicable law (such as deliberate and grossly
|
11610
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
11611
|
+
liable to You for damages, including any direct, indirect, special,
|
11612
|
+
incidental, or consequential damages of any character arising as a
|
11613
|
+
result of this License or out of the use or inability to use the
|
11614
|
+
Work (including but not limited to damages for loss of goodwill,
|
11615
|
+
work stoppage, computer failure or malfunction, or any and all
|
11616
|
+
other commercial damages or losses), even if such Contributor
|
11617
|
+
has been advised of the possibility of such damages.
|
11618
|
+
|
11619
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
11620
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
11621
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
11622
|
+
or other liability obligations and/or rights consistent with this
|
11623
|
+
License. However, in accepting such obligations, You may act only
|
11624
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
11625
|
+
of any other Contributor, and only if You agree to indemnify,
|
11626
|
+
defend, and hold each Contributor harmless for any liability
|
11627
|
+
incurred by, or claims asserted against, such Contributor by reason
|
11628
|
+
of your accepting any such warranty or additional liability.
|
11629
|
+
|
11630
|
+
END OF TERMS AND CONDITIONS
|
11631
|
+
|
11632
|
+
APPENDIX: How to apply the Apache License to your work.
|
11633
|
+
|
11634
|
+
To apply the Apache License to your work, attach the following
|
11635
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
11636
|
+
replaced with your own identifying information. (Don't include
|
11637
|
+
the brackets!) The text should be enclosed in the appropriate
|
11638
|
+
comment syntax for the file format. We also recommend that a
|
11639
|
+
file or class name and description of purpose be included on the
|
11640
|
+
same "printed page" as the copyright notice for easier
|
11641
|
+
identification within third-party archives.
|
11642
|
+
|
11643
|
+
Copyright [yyyy] [name of copyright owner]
|
11644
|
+
|
11645
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11646
|
+
you may not use this file except in compliance with the License.
|
11647
|
+
You may obtain a copy of the License at
|
11648
|
+
|
11649
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11650
|
+
|
11651
|
+
Unless required by applicable law or agreed to in writing, software
|
11652
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11653
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11654
|
+
See the License for the specific language governing permissions and
|
11655
|
+
limitations under the License.
|
11656
|
+
|
11657
|
+
================================================================================
|
11658
|
+
rayon-cond LICENSE-MIT
|
11659
|
+
================================================================================
|
11660
|
+
|
11661
|
+
Copyright (c) 2018 Josh Stone
|
11662
|
+
|
11663
|
+
Permission is hereby granted, free of charge, to any
|
11664
|
+
person obtaining a copy of this software and associated
|
11665
|
+
documentation files (the "Software"), to deal in the
|
11666
|
+
Software without restriction, including without
|
11667
|
+
limitation the rights to use, copy, modify, merge,
|
11668
|
+
publish, distribute, sublicense, and/or sell copies of
|
11669
|
+
the Software, and to permit persons to whom the Software
|
11670
|
+
is furnished to do so, subject to the following
|
11671
|
+
conditions:
|
11672
|
+
|
11673
|
+
The above copyright notice and this permission notice
|
11674
|
+
shall be included in all copies or substantial portions
|
11675
|
+
of the Software.
|
11676
|
+
|
11677
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
11678
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
11679
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
11680
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
11681
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
11682
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
11683
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
11684
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
11685
|
+
DEALINGS IN THE SOFTWARE.
|
11686
|
+
|
11687
|
+
================================================================================
|
11688
|
+
rayon-core LICENSE-APACHE
|
11689
|
+
================================================================================
|
11690
|
+
|
11691
|
+
Apache License
|
11692
|
+
Version 2.0, January 2004
|
11693
|
+
http://www.apache.org/licenses/
|
11694
|
+
|
11695
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11696
|
+
|
11697
|
+
1. Definitions.
|
11698
|
+
|
11699
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11700
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11701
|
+
|
11702
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
11703
|
+
the copyright owner that is granting the License.
|
11704
|
+
|
11705
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
11706
|
+
other entities that control, are controlled by, or are under common
|
11707
|
+
control with that entity. For the purposes of this definition,
|
11708
|
+
"control" means (i) the power, direct or indirect, to cause the
|
11709
|
+
direction or management of such entity, whether by contract or
|
11710
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
11711
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
11712
|
+
|
11713
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
11714
|
+
exercising permissions granted by this License.
|
11715
|
+
|
11716
|
+
"Source" form shall mean the preferred form for making modifications,
|
11717
|
+
including but not limited to software source code, documentation
|
11718
|
+
source, and configuration files.
|
11719
|
+
|
11720
|
+
"Object" form shall mean any form resulting from mechanical
|
11721
|
+
transformation or translation of a Source form, including but
|
11722
|
+
not limited to compiled object code, generated documentation,
|
11723
|
+
and conversions to other media types.
|
11724
|
+
|
11725
|
+
"Work" shall mean the work of authorship, whether in Source or
|
11726
|
+
Object form, made available under the License, as indicated by a
|
11727
|
+
copyright notice that is included in or attached to the work
|
11728
|
+
(an example is provided in the Appendix below).
|
11729
|
+
|
11730
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
11731
|
+
form, that is based on (or derived from) the Work and for which the
|
11732
|
+
editorial revisions, annotations, elaborations, or other modifications
|
11733
|
+
represent, as a whole, an original work of authorship. For the purposes
|
11734
|
+
of this License, Derivative Works shall not include works that remain
|
11735
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
11736
|
+
the Work and Derivative Works thereof.
|
11737
|
+
|
11738
|
+
"Contribution" shall mean any work of authorship, including
|
11739
|
+
the original version of the Work and any modifications or additions
|
11740
|
+
to that Work or Derivative Works thereof, that is intentionally
|
11741
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
11742
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
11743
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
11744
|
+
means any form of electronic, verbal, or written communication sent
|
11745
|
+
to the Licensor or its representatives, including but not limited to
|
11746
|
+
communication on electronic mailing lists, source code control systems,
|
11747
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
11748
|
+
Licensor for the purpose of discussing and improving the Work, but
|
11749
|
+
excluding communication that is conspicuously marked or otherwise
|
11750
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
11751
|
+
|
11752
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
11753
|
+
on behalf of whom a Contribution has been received by Licensor and
|
11754
|
+
subsequently incorporated within the Work.
|
11755
|
+
|
11756
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
11757
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11758
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11759
|
+
copyright license to reproduce, prepare Derivative Works of,
|
11760
|
+
publicly display, publicly perform, sublicense, and distribute the
|
11761
|
+
Work and such Derivative Works in Source or Object form.
|
11762
|
+
|
11763
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
11764
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11765
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11766
|
+
(except as stated in this section) patent license to make, have made,
|
11767
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
11768
|
+
where such license applies only to those patent claims licensable
|
11769
|
+
by such Contributor that are necessarily infringed by their
|
11770
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
11771
|
+
with the Work to which such Contribution(s) was submitted. If You
|
11772
|
+
institute patent litigation against any entity (including a
|
11773
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
11774
|
+
or a Contribution incorporated within the Work constitutes direct
|
11775
|
+
or contributory patent infringement, then any patent licenses
|
11776
|
+
granted to You under this License for that Work shall terminate
|
11777
|
+
as of the date such litigation is filed.
|
11778
|
+
|
11779
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
11780
|
+
Work or Derivative Works thereof in any medium, with or without
|
11781
|
+
modifications, and in Source or Object form, provided that You
|
11782
|
+
meet the following conditions:
|
11783
|
+
|
11784
|
+
(a) You must give any other recipients of the Work or
|
11785
|
+
Derivative Works a copy of this License; and
|
11786
|
+
|
11787
|
+
(b) You must cause any modified files to carry prominent notices
|
11788
|
+
stating that You changed the files; and
|
11789
|
+
|
11790
|
+
(c) You must retain, in the Source form of any Derivative Works
|
11791
|
+
that You distribute, all copyright, patent, trademark, and
|
11792
|
+
attribution notices from the Source form of the Work,
|
11793
|
+
excluding those notices that do not pertain to any part of
|
11794
|
+
the Derivative Works; and
|
11795
|
+
|
11796
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
11797
|
+
distribution, then any Derivative Works that You distribute must
|
11798
|
+
include a readable copy of the attribution notices contained
|
11799
|
+
within such NOTICE file, excluding those notices that do not
|
11800
|
+
pertain to any part of the Derivative Works, in at least one
|
11801
|
+
of the following places: within a NOTICE text file distributed
|
11802
|
+
as part of the Derivative Works; within the Source form or
|
11803
|
+
documentation, if provided along with the Derivative Works; or,
|
11804
|
+
within a display generated by the Derivative Works, if and
|
11805
|
+
wherever such third-party notices normally appear. The contents
|
11806
|
+
of the NOTICE file are for informational purposes only and
|
11807
|
+
do not modify the License. You may add Your own attribution
|
11808
|
+
notices within Derivative Works that You distribute, alongside
|
11809
|
+
or as an addendum to the NOTICE text from the Work, provided
|
11810
|
+
that such additional attribution notices cannot be construed
|
11811
|
+
as modifying the License.
|
11812
|
+
|
11813
|
+
You may add Your own copyright statement to Your modifications and
|
11814
|
+
may provide additional or different license terms and conditions
|
11815
|
+
for use, reproduction, or distribution of Your modifications, or
|
11816
|
+
for any such Derivative Works as a whole, provided Your use,
|
11817
|
+
reproduction, and distribution of the Work otherwise complies with
|
11818
|
+
the conditions stated in this License.
|
11819
|
+
|
11820
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
11821
|
+
any Contribution intentionally submitted for inclusion in the Work
|
11822
|
+
by You to the Licensor shall be under the terms and conditions of
|
11823
|
+
this License, without any additional terms or conditions.
|
11824
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
11825
|
+
the terms of any separate license agreement you may have executed
|
11826
|
+
with Licensor regarding such Contributions.
|
11827
|
+
|
11828
|
+
6. Trademarks. This License does not grant permission to use the trade
|
11829
|
+
names, trademarks, service marks, or product names of the Licensor,
|
11830
|
+
except as required for reasonable and customary use in describing the
|
11831
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
11832
|
+
|
11833
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
11834
|
+
agreed to in writing, Licensor provides the Work (and each
|
11835
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
11836
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
11837
|
+
implied, including, without limitation, any warranties or conditions
|
11838
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
11839
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
11840
|
+
appropriateness of using or redistributing the Work and assume any
|
11841
|
+
risks associated with Your exercise of permissions under this License.
|
11842
|
+
|
11843
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
11844
|
+
whether in tort (including negligence), contract, or otherwise,
|
11845
|
+
unless required by applicable law (such as deliberate and grossly
|
11846
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
11847
|
+
liable to You for damages, including any direct, indirect, special,
|
11848
|
+
incidental, or consequential damages of any character arising as a
|
11849
|
+
result of this License or out of the use or inability to use the
|
11850
|
+
Work (including but not limited to damages for loss of goodwill,
|
11851
|
+
work stoppage, computer failure or malfunction, or any and all
|
11852
|
+
other commercial damages or losses), even if such Contributor
|
11853
|
+
has been advised of the possibility of such damages.
|
11854
|
+
|
11855
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
11856
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
11857
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
11858
|
+
or other liability obligations and/or rights consistent with this
|
11859
|
+
License. However, in accepting such obligations, You may act only
|
11860
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
11861
|
+
of any other Contributor, and only if You agree to indemnify,
|
11862
|
+
defend, and hold each Contributor harmless for any liability
|
11863
|
+
incurred by, or claims asserted against, such Contributor by reason
|
11864
|
+
of your accepting any such warranty or additional liability.
|
11865
|
+
|
11866
|
+
END OF TERMS AND CONDITIONS
|
11867
|
+
|
11868
|
+
APPENDIX: How to apply the Apache License to your work.
|
11869
|
+
|
11870
|
+
To apply the Apache License to your work, attach the following
|
11871
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
11872
|
+
replaced with your own identifying information. (Don't include
|
11873
|
+
the brackets!) The text should be enclosed in the appropriate
|
11874
|
+
comment syntax for the file format. We also recommend that a
|
11875
|
+
file or class name and description of purpose be included on the
|
11876
|
+
same "printed page" as the copyright notice for easier
|
11877
|
+
identification within third-party archives.
|
11878
|
+
|
11879
|
+
Copyright [yyyy] [name of copyright owner]
|
11880
|
+
|
11881
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11882
|
+
you may not use this file except in compliance with the License.
|
11883
|
+
You may obtain a copy of the License at
|
11884
|
+
|
11885
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
11886
|
+
|
11887
|
+
Unless required by applicable law or agreed to in writing, software
|
11888
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
11889
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11890
|
+
See the License for the specific language governing permissions and
|
11891
|
+
limitations under the License.
|
11892
|
+
|
11893
|
+
================================================================================
|
11894
|
+
rayon-core LICENSE-MIT
|
11895
|
+
================================================================================
|
11896
|
+
|
11897
|
+
Copyright (c) 2010 The Rust Project Developers
|
11898
|
+
|
11899
|
+
Permission is hereby granted, free of charge, to any
|
11900
|
+
person obtaining a copy of this software and associated
|
11901
|
+
documentation files (the "Software"), to deal in the
|
11902
|
+
Software without restriction, including without
|
11903
|
+
limitation the rights to use, copy, modify, merge,
|
11904
|
+
publish, distribute, sublicense, and/or sell copies of
|
11905
|
+
the Software, and to permit persons to whom the Software
|
11906
|
+
is furnished to do so, subject to the following
|
11907
|
+
conditions:
|
11908
|
+
|
11909
|
+
The above copyright notice and this permission notice
|
11910
|
+
shall be included in all copies or substantial portions
|
11911
|
+
of the Software.
|
11912
|
+
|
11913
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
11914
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
11915
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
11916
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
11917
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
11918
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
11919
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
11920
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
11921
|
+
DEALINGS IN THE SOFTWARE.
|
11922
|
+
|
11923
|
+
================================================================================
|
11924
|
+
rb-sys LICENSE-APACHE
|
11925
|
+
================================================================================
|
11926
|
+
|
11927
|
+
Apache License
|
11928
|
+
Version 2.0, January 2004
|
11929
|
+
http://www.apache.org/licenses/
|
11930
|
+
|
11931
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11932
|
+
|
11933
|
+
1. Definitions.
|
11934
|
+
|
11935
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11936
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11937
|
+
|
11938
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
11939
|
+
the copyright owner that is granting the License.
|
11940
|
+
|
11941
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
11942
|
+
other entities that control, are controlled by, or are under common
|
11943
|
+
control with that entity. For the purposes of this definition,
|
11944
|
+
"control" means (i) the power, direct or indirect, to cause the
|
11945
|
+
direction or management of such entity, whether by contract or
|
11946
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
11947
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
11948
|
+
|
11949
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
11950
|
+
exercising permissions granted by this License.
|
11951
|
+
|
11952
|
+
"Source" form shall mean the preferred form for making modifications,
|
11953
|
+
including but not limited to software source code, documentation
|
11954
|
+
source, and configuration files.
|
11955
|
+
|
11956
|
+
"Object" form shall mean any form resulting from mechanical
|
11957
|
+
transformation or translation of a Source form, including but
|
11958
|
+
not limited to compiled object code, generated documentation,
|
11959
|
+
and conversions to other media types.
|
11960
|
+
|
11961
|
+
"Work" shall mean the work of authorship, whether in Source or
|
11962
|
+
Object form, made available under the License, as indicated by a
|
11963
|
+
copyright notice that is included in or attached to the work
|
11964
|
+
(an example is provided in the Appendix below).
|
11965
|
+
|
11966
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
11967
|
+
form, that is based on (or derived from) the Work and for which the
|
11968
|
+
editorial revisions, annotations, elaborations, or other modifications
|
11969
|
+
represent, as a whole, an original work of authorship. For the purposes
|
11970
|
+
of this License, Derivative Works shall not include works that remain
|
11971
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
11972
|
+
the Work and Derivative Works thereof.
|
11973
|
+
|
11974
|
+
"Contribution" shall mean any work of authorship, including
|
11975
|
+
the original version of the Work and any modifications or additions
|
11976
|
+
to that Work or Derivative Works thereof, that is intentionally
|
11977
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
11978
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
11979
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
11980
|
+
means any form of electronic, verbal, or written communication sent
|
11981
|
+
to the Licensor or its representatives, including but not limited to
|
11982
|
+
communication on electronic mailing lists, source code control systems,
|
11983
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
11984
|
+
Licensor for the purpose of discussing and improving the Work, but
|
11985
|
+
excluding communication that is conspicuously marked or otherwise
|
11986
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
11987
|
+
|
11988
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
11989
|
+
on behalf of whom a Contribution has been received by Licensor and
|
11990
|
+
subsequently incorporated within the Work.
|
11991
|
+
|
11992
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
11993
|
+
this License, each Contributor hereby grants to You a perpetual,
|
11994
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11995
|
+
copyright license to reproduce, prepare Derivative Works of,
|
11996
|
+
publicly display, publicly perform, sublicense, and distribute the
|
11997
|
+
Work and such Derivative Works in Source or Object form.
|
11998
|
+
|
11999
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
12000
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12001
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11647
12002
|
(except as stated in this section) patent license to make, have made,
|
11648
12003
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
11649
12004
|
where such license applies only to those patent claims licensable
|
@@ -13024,207 +13379,182 @@ DEALINGS IN THE SOFTWARE.
|
|
13024
13379
|
ryu LICENSE-APACHE
|
13025
13380
|
================================================================================
|
13026
13381
|
|
13027
|
-
|
13028
|
-
|
13029
|
-
|
13030
|
-
|
13031
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13032
|
-
|
13033
|
-
1. Definitions.
|
13034
|
-
|
13035
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
13036
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
13037
|
-
|
13038
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
13039
|
-
the copyright owner that is granting the License.
|
13040
|
-
|
13041
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
13042
|
-
other entities that control, are controlled by, or are under common
|
13043
|
-
control with that entity. For the purposes of this definition,
|
13044
|
-
"control" means (i) the power, direct or indirect, to cause the
|
13045
|
-
direction or management of such entity, whether by contract or
|
13046
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
13047
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
13048
|
-
|
13049
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
13050
|
-
exercising permissions granted by this License.
|
13382
|
+
Apache License
|
13383
|
+
Version 2.0, January 2004
|
13384
|
+
http://www.apache.org/licenses/
|
13051
13385
|
|
13052
|
-
|
13053
|
-
including but not limited to software source code, documentation
|
13054
|
-
source, and configuration files.
|
13386
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13055
13387
|
|
13056
|
-
|
13057
|
-
transformation or translation of a Source form, including but
|
13058
|
-
not limited to compiled object code, generated documentation,
|
13059
|
-
and conversions to other media types.
|
13388
|
+
1. Definitions.
|
13060
13389
|
|
13061
|
-
|
13062
|
-
|
13063
|
-
copyright notice that is included in or attached to the work
|
13064
|
-
(an example is provided in the Appendix below).
|
13390
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
13391
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
13065
13392
|
|
13066
|
-
|
13067
|
-
|
13068
|
-
editorial revisions, annotations, elaborations, or other modifications
|
13069
|
-
represent, as a whole, an original work of authorship. For the purposes
|
13070
|
-
of this License, Derivative Works shall not include works that remain
|
13071
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
13072
|
-
the Work and Derivative Works thereof.
|
13393
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
13394
|
+
the copyright owner that is granting the License.
|
13073
13395
|
|
13074
|
-
|
13075
|
-
|
13076
|
-
|
13077
|
-
|
13078
|
-
|
13079
|
-
|
13080
|
-
|
13081
|
-
to the Licensor or its representatives, including but not limited to
|
13082
|
-
communication on electronic mailing lists, source code control systems,
|
13083
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
13084
|
-
Licensor for the purpose of discussing and improving the Work, but
|
13085
|
-
excluding communication that is conspicuously marked or otherwise
|
13086
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
13396
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
13397
|
+
other entities that control, are controlled by, or are under common
|
13398
|
+
control with that entity. For the purposes of this definition,
|
13399
|
+
"control" means (i) the power, direct or indirect, to cause the
|
13400
|
+
direction or management of such entity, whether by contract or
|
13401
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
13402
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
13087
13403
|
|
13088
|
-
|
13089
|
-
|
13090
|
-
subsequently incorporated within the Work.
|
13404
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
13405
|
+
exercising permissions granted by this License.
|
13091
13406
|
|
13092
|
-
|
13093
|
-
|
13094
|
-
|
13095
|
-
copyright license to reproduce, prepare Derivative Works of,
|
13096
|
-
publicly display, publicly perform, sublicense, and distribute the
|
13097
|
-
Work and such Derivative Works in Source or Object form.
|
13407
|
+
"Source" form shall mean the preferred form for making modifications,
|
13408
|
+
including but not limited to software source code, documentation
|
13409
|
+
source, and configuration files.
|
13098
13410
|
|
13099
|
-
|
13100
|
-
|
13101
|
-
|
13102
|
-
|
13103
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13104
|
-
where such license applies only to those patent claims licensable
|
13105
|
-
by such Contributor that are necessarily infringed by their
|
13106
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
13107
|
-
with the Work to which such Contribution(s) was submitted. If You
|
13108
|
-
institute patent litigation against any entity (including a
|
13109
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13110
|
-
or a Contribution incorporated within the Work constitutes direct
|
13111
|
-
or contributory patent infringement, then any patent licenses
|
13112
|
-
granted to You under this License for that Work shall terminate
|
13113
|
-
as of the date such litigation is filed.
|
13411
|
+
"Object" form shall mean any form resulting from mechanical
|
13412
|
+
transformation or translation of a Source form, including but
|
13413
|
+
not limited to compiled object code, generated documentation,
|
13414
|
+
and conversions to other media types.
|
13114
13415
|
|
13115
|
-
|
13116
|
-
|
13117
|
-
|
13118
|
-
|
13416
|
+
"Work" shall mean the work of authorship, whether in Source or
|
13417
|
+
Object form, made available under the License, as indicated by a
|
13418
|
+
copyright notice that is included in or attached to the work
|
13419
|
+
(an example is provided in the Appendix below).
|
13119
13420
|
|
13120
|
-
|
13121
|
-
|
13421
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
13422
|
+
form, that is based on (or derived from) the Work and for which the
|
13423
|
+
editorial revisions, annotations, elaborations, or other modifications
|
13424
|
+
represent, as a whole, an original work of authorship. For the purposes
|
13425
|
+
of this License, Derivative Works shall not include works that remain
|
13426
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
13427
|
+
the Work and Derivative Works thereof.
|
13122
13428
|
|
13123
|
-
|
13124
|
-
|
13429
|
+
"Contribution" shall mean any work of authorship, including
|
13430
|
+
the original version of the Work and any modifications or additions
|
13431
|
+
to that Work or Derivative Works thereof, that is intentionally
|
13432
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
13433
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
13434
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
13435
|
+
means any form of electronic, verbal, or written communication sent
|
13436
|
+
to the Licensor or its representatives, including but not limited to
|
13437
|
+
communication on electronic mailing lists, source code control systems,
|
13438
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
13439
|
+
Licensor for the purpose of discussing and improving the Work, but
|
13440
|
+
excluding communication that is conspicuously marked or otherwise
|
13441
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
13125
13442
|
|
13126
|
-
|
13127
|
-
|
13128
|
-
|
13129
|
-
excluding those notices that do not pertain to any part of
|
13130
|
-
the Derivative Works; and
|
13443
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
13444
|
+
on behalf of whom a Contribution has been received by Licensor and
|
13445
|
+
subsequently incorporated within the Work.
|
13131
13446
|
|
13132
|
-
|
13133
|
-
|
13134
|
-
|
13135
|
-
|
13136
|
-
|
13137
|
-
|
13138
|
-
as part of the Derivative Works; within the Source form or
|
13139
|
-
documentation, if provided along with the Derivative Works; or,
|
13140
|
-
within a display generated by the Derivative Works, if and
|
13141
|
-
wherever such third-party notices normally appear. The contents
|
13142
|
-
of the NOTICE file are for informational purposes only and
|
13143
|
-
do not modify the License. You may add Your own attribution
|
13144
|
-
notices within Derivative Works that You distribute, alongside
|
13145
|
-
or as an addendum to the NOTICE text from the Work, provided
|
13146
|
-
that such additional attribution notices cannot be construed
|
13147
|
-
as modifying the License.
|
13447
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
13448
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13449
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13450
|
+
copyright license to reproduce, prepare Derivative Works of,
|
13451
|
+
publicly display, publicly perform, sublicense, and distribute the
|
13452
|
+
Work and such Derivative Works in Source or Object form.
|
13148
13453
|
|
13149
|
-
|
13150
|
-
|
13151
|
-
|
13152
|
-
|
13153
|
-
|
13154
|
-
|
13454
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
13455
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13456
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13457
|
+
(except as stated in this section) patent license to make, have made,
|
13458
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13459
|
+
where such license applies only to those patent claims licensable
|
13460
|
+
by such Contributor that are necessarily infringed by their
|
13461
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
13462
|
+
with the Work to which such Contribution(s) was submitted. If You
|
13463
|
+
institute patent litigation against any entity (including a
|
13464
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13465
|
+
or a Contribution incorporated within the Work constitutes direct
|
13466
|
+
or contributory patent infringement, then any patent licenses
|
13467
|
+
granted to You under this License for that Work shall terminate
|
13468
|
+
as of the date such litigation is filed.
|
13155
13469
|
|
13156
|
-
|
13157
|
-
|
13158
|
-
|
13159
|
-
|
13160
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
13161
|
-
the terms of any separate license agreement you may have executed
|
13162
|
-
with Licensor regarding such Contributions.
|
13470
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
13471
|
+
Work or Derivative Works thereof in any medium, with or without
|
13472
|
+
modifications, and in Source or Object form, provided that You
|
13473
|
+
meet the following conditions:
|
13163
13474
|
|
13164
|
-
|
13165
|
-
|
13166
|
-
except as required for reasonable and customary use in describing the
|
13167
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
13475
|
+
(a) You must give any other recipients of the Work or
|
13476
|
+
Derivative Works a copy of this License; and
|
13168
13477
|
|
13169
|
-
|
13170
|
-
|
13171
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13172
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13173
|
-
implied, including, without limitation, any warranties or conditions
|
13174
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13175
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13176
|
-
appropriateness of using or redistributing the Work and assume any
|
13177
|
-
risks associated with Your exercise of permissions under this License.
|
13478
|
+
(b) You must cause any modified files to carry prominent notices
|
13479
|
+
stating that You changed the files; and
|
13178
13480
|
|
13179
|
-
|
13180
|
-
|
13181
|
-
|
13182
|
-
|
13183
|
-
|
13184
|
-
incidental, or consequential damages of any character arising as a
|
13185
|
-
result of this License or out of the use or inability to use the
|
13186
|
-
Work (including but not limited to damages for loss of goodwill,
|
13187
|
-
work stoppage, computer failure or malfunction, or any and all
|
13188
|
-
other commercial damages or losses), even if such Contributor
|
13189
|
-
has been advised of the possibility of such damages.
|
13481
|
+
(c) You must retain, in the Source form of any Derivative Works
|
13482
|
+
that You distribute, all copyright, patent, trademark, and
|
13483
|
+
attribution notices from the Source form of the Work,
|
13484
|
+
excluding those notices that do not pertain to any part of
|
13485
|
+
the Derivative Works; and
|
13190
13486
|
|
13191
|
-
|
13192
|
-
|
13193
|
-
|
13194
|
-
|
13195
|
-
|
13196
|
-
|
13197
|
-
|
13198
|
-
|
13199
|
-
|
13200
|
-
|
13487
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
13488
|
+
distribution, then any Derivative Works that You distribute must
|
13489
|
+
include a readable copy of the attribution notices contained
|
13490
|
+
within such NOTICE file, excluding those notices that do not
|
13491
|
+
pertain to any part of the Derivative Works, in at least one
|
13492
|
+
of the following places: within a NOTICE text file distributed
|
13493
|
+
as part of the Derivative Works; within the Source form or
|
13494
|
+
documentation, if provided along with the Derivative Works; or,
|
13495
|
+
within a display generated by the Derivative Works, if and
|
13496
|
+
wherever such third-party notices normally appear. The contents
|
13497
|
+
of the NOTICE file are for informational purposes only and
|
13498
|
+
do not modify the License. You may add Your own attribution
|
13499
|
+
notices within Derivative Works that You distribute, alongside
|
13500
|
+
or as an addendum to the NOTICE text from the Work, provided
|
13501
|
+
that such additional attribution notices cannot be construed
|
13502
|
+
as modifying the License.
|
13201
13503
|
|
13202
|
-
|
13504
|
+
You may add Your own copyright statement to Your modifications and
|
13505
|
+
may provide additional or different license terms and conditions
|
13506
|
+
for use, reproduction, or distribution of Your modifications, or
|
13507
|
+
for any such Derivative Works as a whole, provided Your use,
|
13508
|
+
reproduction, and distribution of the Work otherwise complies with
|
13509
|
+
the conditions stated in this License.
|
13203
13510
|
|
13204
|
-
|
13511
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
13512
|
+
any Contribution intentionally submitted for inclusion in the Work
|
13513
|
+
by You to the Licensor shall be under the terms and conditions of
|
13514
|
+
this License, without any additional terms or conditions.
|
13515
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
13516
|
+
the terms of any separate license agreement you may have executed
|
13517
|
+
with Licensor regarding such Contributions.
|
13205
13518
|
|
13206
|
-
|
13207
|
-
|
13208
|
-
|
13209
|
-
|
13210
|
-
comment syntax for the file format. We also recommend that a
|
13211
|
-
file or class name and description of purpose be included on the
|
13212
|
-
same "printed page" as the copyright notice for easier
|
13213
|
-
identification within third-party archives.
|
13519
|
+
6. Trademarks. This License does not grant permission to use the trade
|
13520
|
+
names, trademarks, service marks, or product names of the Licensor,
|
13521
|
+
except as required for reasonable and customary use in describing the
|
13522
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
13214
13523
|
|
13215
|
-
|
13524
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
13525
|
+
agreed to in writing, Licensor provides the Work (and each
|
13526
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13527
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13528
|
+
implied, including, without limitation, any warranties or conditions
|
13529
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13530
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13531
|
+
appropriateness of using or redistributing the Work and assume any
|
13532
|
+
risks associated with Your exercise of permissions under this License.
|
13216
13533
|
|
13217
|
-
|
13218
|
-
|
13219
|
-
|
13534
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
13535
|
+
whether in tort (including negligence), contract, or otherwise,
|
13536
|
+
unless required by applicable law (such as deliberate and grossly
|
13537
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
13538
|
+
liable to You for damages, including any direct, indirect, special,
|
13539
|
+
incidental, or consequential damages of any character arising as a
|
13540
|
+
result of this License or out of the use or inability to use the
|
13541
|
+
Work (including but not limited to damages for loss of goodwill,
|
13542
|
+
work stoppage, computer failure or malfunction, or any and all
|
13543
|
+
other commercial damages or losses), even if such Contributor
|
13544
|
+
has been advised of the possibility of such damages.
|
13220
13545
|
|
13221
|
-
|
13546
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
13547
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
13548
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
13549
|
+
or other liability obligations and/or rights consistent with this
|
13550
|
+
License. However, in accepting such obligations, You may act only
|
13551
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
13552
|
+
of any other Contributor, and only if You agree to indemnify,
|
13553
|
+
defend, and hold each Contributor harmless for any liability
|
13554
|
+
incurred by, or claims asserted against, such Contributor by reason
|
13555
|
+
of your accepting any such warranty or additional liability.
|
13222
13556
|
|
13223
|
-
|
13224
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13225
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13226
|
-
See the License for the specific language governing permissions and
|
13227
|
-
limitations under the License.
|
13557
|
+
END OF TERMS AND CONDITIONS
|
13228
13558
|
|
13229
13559
|
================================================================================
|
13230
13560
|
ryu LICENSE-BOOST
|
@@ -13671,31 +14001,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13671
14001
|
|
13672
14002
|
END OF TERMS AND CONDITIONS
|
13673
14003
|
|
13674
|
-
APPENDIX: How to apply the Apache License to your work.
|
13675
|
-
|
13676
|
-
To apply the Apache License to your work, attach the following
|
13677
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13678
|
-
replaced with your own identifying information. (Don't include
|
13679
|
-
the brackets!) The text should be enclosed in the appropriate
|
13680
|
-
comment syntax for the file format. We also recommend that a
|
13681
|
-
file or class name and description of purpose be included on the
|
13682
|
-
same "printed page" as the copyright notice for easier
|
13683
|
-
identification within third-party archives.
|
13684
|
-
|
13685
|
-
Copyright [yyyy] [name of copyright owner]
|
13686
|
-
|
13687
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13688
|
-
you may not use this file except in compliance with the License.
|
13689
|
-
You may obtain a copy of the License at
|
13690
|
-
|
13691
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
13692
|
-
|
13693
|
-
Unless required by applicable law or agreed to in writing, software
|
13694
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13695
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13696
|
-
See the License for the specific language governing permissions and
|
13697
|
-
limitations under the License.
|
13698
|
-
|
13699
14004
|
================================================================================
|
13700
14005
|
serde LICENSE-MIT
|
13701
14006
|
================================================================================
|
@@ -13887,48 +14192,23 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13887
14192
|
liable to You for damages, including any direct, indirect, special,
|
13888
14193
|
incidental, or consequential damages of any character arising as a
|
13889
14194
|
result of this License or out of the use or inability to use the
|
13890
|
-
Work (including but not limited to damages for loss of goodwill,
|
13891
|
-
work stoppage, computer failure or malfunction, or any and all
|
13892
|
-
other commercial damages or losses), even if such Contributor
|
13893
|
-
has been advised of the possibility of such damages.
|
13894
|
-
|
13895
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
13896
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
13897
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
13898
|
-
or other liability obligations and/or rights consistent with this
|
13899
|
-
License. However, in accepting such obligations, You may act only
|
13900
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
13901
|
-
of any other Contributor, and only if You agree to indemnify,
|
13902
|
-
defend, and hold each Contributor harmless for any liability
|
13903
|
-
incurred by, or claims asserted against, such Contributor by reason
|
13904
|
-
of your accepting any such warranty or additional liability.
|
13905
|
-
|
13906
|
-
END OF TERMS AND CONDITIONS
|
13907
|
-
|
13908
|
-
APPENDIX: How to apply the Apache License to your work.
|
13909
|
-
|
13910
|
-
To apply the Apache License to your work, attach the following
|
13911
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13912
|
-
replaced with your own identifying information. (Don't include
|
13913
|
-
the brackets!) The text should be enclosed in the appropriate
|
13914
|
-
comment syntax for the file format. We also recommend that a
|
13915
|
-
file or class name and description of purpose be included on the
|
13916
|
-
same "printed page" as the copyright notice for easier
|
13917
|
-
identification within third-party archives.
|
13918
|
-
|
13919
|
-
Copyright [yyyy] [name of copyright owner]
|
13920
|
-
|
13921
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13922
|
-
you may not use this file except in compliance with the License.
|
13923
|
-
You may obtain a copy of the License at
|
14195
|
+
Work (including but not limited to damages for loss of goodwill,
|
14196
|
+
work stoppage, computer failure or malfunction, or any and all
|
14197
|
+
other commercial damages or losses), even if such Contributor
|
14198
|
+
has been advised of the possibility of such damages.
|
13924
14199
|
|
13925
|
-
|
14200
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
14201
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
14202
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
14203
|
+
or other liability obligations and/or rights consistent with this
|
14204
|
+
License. However, in accepting such obligations, You may act only
|
14205
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
14206
|
+
of any other Contributor, and only if You agree to indemnify,
|
14207
|
+
defend, and hold each Contributor harmless for any liability
|
14208
|
+
incurred by, or claims asserted against, such Contributor by reason
|
14209
|
+
of your accepting any such warranty or additional liability.
|
13926
14210
|
|
13927
|
-
|
13928
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13929
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13930
|
-
See the License for the specific language governing permissions and
|
13931
|
-
limitations under the License.
|
14211
|
+
END OF TERMS AND CONDITIONS
|
13932
14212
|
|
13933
14213
|
================================================================================
|
13934
14214
|
serde_derive LICENSE-MIT
|
@@ -14913,246 +15193,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14913
15193
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14914
15194
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14915
15195
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14916
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14917
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14918
|
-
SOFTWARE.
|
14919
|
-
|
14920
|
-
================================================================================
|
14921
|
-
syn LICENSE-APACHE
|
14922
|
-
================================================================================
|
14923
|
-
|
14924
|
-
Apache License
|
14925
|
-
Version 2.0, January 2004
|
14926
|
-
http://www.apache.org/licenses/
|
14927
|
-
|
14928
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14929
|
-
|
14930
|
-
1. Definitions.
|
14931
|
-
|
14932
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14933
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14934
|
-
|
14935
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14936
|
-
the copyright owner that is granting the License.
|
14937
|
-
|
14938
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14939
|
-
other entities that control, are controlled by, or are under common
|
14940
|
-
control with that entity. For the purposes of this definition,
|
14941
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14942
|
-
direction or management of such entity, whether by contract or
|
14943
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14944
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14945
|
-
|
14946
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14947
|
-
exercising permissions granted by this License.
|
14948
|
-
|
14949
|
-
"Source" form shall mean the preferred form for making modifications,
|
14950
|
-
including but not limited to software source code, documentation
|
14951
|
-
source, and configuration files.
|
14952
|
-
|
14953
|
-
"Object" form shall mean any form resulting from mechanical
|
14954
|
-
transformation or translation of a Source form, including but
|
14955
|
-
not limited to compiled object code, generated documentation,
|
14956
|
-
and conversions to other media types.
|
14957
|
-
|
14958
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14959
|
-
Object form, made available under the License, as indicated by a
|
14960
|
-
copyright notice that is included in or attached to the work
|
14961
|
-
(an example is provided in the Appendix below).
|
14962
|
-
|
14963
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14964
|
-
form, that is based on (or derived from) the Work and for which the
|
14965
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14966
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14967
|
-
of this License, Derivative Works shall not include works that remain
|
14968
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14969
|
-
the Work and Derivative Works thereof.
|
14970
|
-
|
14971
|
-
"Contribution" shall mean any work of authorship, including
|
14972
|
-
the original version of the Work and any modifications or additions
|
14973
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14974
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14975
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14976
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14977
|
-
means any form of electronic, verbal, or written communication sent
|
14978
|
-
to the Licensor or its representatives, including but not limited to
|
14979
|
-
communication on electronic mailing lists, source code control systems,
|
14980
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14981
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14982
|
-
excluding communication that is conspicuously marked or otherwise
|
14983
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14984
|
-
|
14985
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14986
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14987
|
-
subsequently incorporated within the Work.
|
14988
|
-
|
14989
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14990
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14991
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14992
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14993
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14994
|
-
Work and such Derivative Works in Source or Object form.
|
14995
|
-
|
14996
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14997
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14998
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14999
|
-
(except as stated in this section) patent license to make, have made,
|
15000
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15001
|
-
where such license applies only to those patent claims licensable
|
15002
|
-
by such Contributor that are necessarily infringed by their
|
15003
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15004
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15005
|
-
institute patent litigation against any entity (including a
|
15006
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15007
|
-
or a Contribution incorporated within the Work constitutes direct
|
15008
|
-
or contributory patent infringement, then any patent licenses
|
15009
|
-
granted to You under this License for that Work shall terminate
|
15010
|
-
as of the date such litigation is filed.
|
15011
|
-
|
15012
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15013
|
-
Work or Derivative Works thereof in any medium, with or without
|
15014
|
-
modifications, and in Source or Object form, provided that You
|
15015
|
-
meet the following conditions:
|
15016
|
-
|
15017
|
-
(a) You must give any other recipients of the Work or
|
15018
|
-
Derivative Works a copy of this License; and
|
15019
|
-
|
15020
|
-
(b) You must cause any modified files to carry prominent notices
|
15021
|
-
stating that You changed the files; and
|
15022
|
-
|
15023
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15024
|
-
that You distribute, all copyright, patent, trademark, and
|
15025
|
-
attribution notices from the Source form of the Work,
|
15026
|
-
excluding those notices that do not pertain to any part of
|
15027
|
-
the Derivative Works; and
|
15028
|
-
|
15029
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15030
|
-
distribution, then any Derivative Works that You distribute must
|
15031
|
-
include a readable copy of the attribution notices contained
|
15032
|
-
within such NOTICE file, excluding those notices that do not
|
15033
|
-
pertain to any part of the Derivative Works, in at least one
|
15034
|
-
of the following places: within a NOTICE text file distributed
|
15035
|
-
as part of the Derivative Works; within the Source form or
|
15036
|
-
documentation, if provided along with the Derivative Works; or,
|
15037
|
-
within a display generated by the Derivative Works, if and
|
15038
|
-
wherever such third-party notices normally appear. The contents
|
15039
|
-
of the NOTICE file are for informational purposes only and
|
15040
|
-
do not modify the License. You may add Your own attribution
|
15041
|
-
notices within Derivative Works that You distribute, alongside
|
15042
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15043
|
-
that such additional attribution notices cannot be construed
|
15044
|
-
as modifying the License.
|
15045
|
-
|
15046
|
-
You may add Your own copyright statement to Your modifications and
|
15047
|
-
may provide additional or different license terms and conditions
|
15048
|
-
for use, reproduction, or distribution of Your modifications, or
|
15049
|
-
for any such Derivative Works as a whole, provided Your use,
|
15050
|
-
reproduction, and distribution of the Work otherwise complies with
|
15051
|
-
the conditions stated in this License.
|
15052
|
-
|
15053
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15054
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15055
|
-
by You to the Licensor shall be under the terms and conditions of
|
15056
|
-
this License, without any additional terms or conditions.
|
15057
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15058
|
-
the terms of any separate license agreement you may have executed
|
15059
|
-
with Licensor regarding such Contributions.
|
15060
|
-
|
15061
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15062
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15063
|
-
except as required for reasonable and customary use in describing the
|
15064
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15065
|
-
|
15066
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15067
|
-
agreed to in writing, Licensor provides the Work (and each
|
15068
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15069
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15070
|
-
implied, including, without limitation, any warranties or conditions
|
15071
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15072
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15073
|
-
appropriateness of using or redistributing the Work and assume any
|
15074
|
-
risks associated with Your exercise of permissions under this License.
|
15075
|
-
|
15076
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15077
|
-
whether in tort (including negligence), contract, or otherwise,
|
15078
|
-
unless required by applicable law (such as deliberate and grossly
|
15079
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15080
|
-
liable to You for damages, including any direct, indirect, special,
|
15081
|
-
incidental, or consequential damages of any character arising as a
|
15082
|
-
result of this License or out of the use or inability to use the
|
15083
|
-
Work (including but not limited to damages for loss of goodwill,
|
15084
|
-
work stoppage, computer failure or malfunction, or any and all
|
15085
|
-
other commercial damages or losses), even if such Contributor
|
15086
|
-
has been advised of the possibility of such damages.
|
15087
|
-
|
15088
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15089
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15090
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15091
|
-
or other liability obligations and/or rights consistent with this
|
15092
|
-
License. However, in accepting such obligations, You may act only
|
15093
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15094
|
-
of any other Contributor, and only if You agree to indemnify,
|
15095
|
-
defend, and hold each Contributor harmless for any liability
|
15096
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15097
|
-
of your accepting any such warranty or additional liability.
|
15098
|
-
|
15099
|
-
END OF TERMS AND CONDITIONS
|
15100
|
-
|
15101
|
-
APPENDIX: How to apply the Apache License to your work.
|
15102
|
-
|
15103
|
-
To apply the Apache License to your work, attach the following
|
15104
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15105
|
-
replaced with your own identifying information. (Don't include
|
15106
|
-
the brackets!) The text should be enclosed in the appropriate
|
15107
|
-
comment syntax for the file format. We also recommend that a
|
15108
|
-
file or class name and description of purpose be included on the
|
15109
|
-
same "printed page" as the copyright notice for easier
|
15110
|
-
identification within third-party archives.
|
15111
|
-
|
15112
|
-
Copyright [yyyy] [name of copyright owner]
|
15113
|
-
|
15114
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15115
|
-
you may not use this file except in compliance with the License.
|
15116
|
-
You may obtain a copy of the License at
|
15117
|
-
|
15118
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
15119
|
-
|
15120
|
-
Unless required by applicable law or agreed to in writing, software
|
15121
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15122
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15123
|
-
See the License for the specific language governing permissions and
|
15124
|
-
limitations under the License.
|
15125
|
-
|
15126
|
-
================================================================================
|
15127
|
-
syn LICENSE-MIT
|
15128
|
-
================================================================================
|
15129
|
-
|
15130
|
-
Permission is hereby granted, free of charge, to any
|
15131
|
-
person obtaining a copy of this software and associated
|
15132
|
-
documentation files (the "Software"), to deal in the
|
15133
|
-
Software without restriction, including without
|
15134
|
-
limitation the rights to use, copy, modify, merge,
|
15135
|
-
publish, distribute, sublicense, and/or sell copies of
|
15136
|
-
the Software, and to permit persons to whom the Software
|
15137
|
-
is furnished to do so, subject to the following
|
15138
|
-
conditions:
|
15139
|
-
|
15140
|
-
The above copyright notice and this permission notice
|
15141
|
-
shall be included in all copies or substantial portions
|
15142
|
-
of the Software.
|
15143
|
-
|
15144
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15145
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15146
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15147
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15148
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15149
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15150
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15151
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15152
|
-
DEALINGS IN THE SOFTWARE.
|
15196
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15197
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15198
|
+
SOFTWARE.
|
15153
15199
|
|
15154
15200
|
================================================================================
|
15155
|
-
|
15201
|
+
syn v1.0.109 LICENSE-APACHE
|
15156
15202
|
================================================================================
|
15157
15203
|
|
15158
15204
|
Apache License
|
@@ -15358,7 +15404,7 @@ See the License for the specific language governing permissions and
|
|
15358
15404
|
limitations under the License.
|
15359
15405
|
|
15360
15406
|
================================================================================
|
15361
|
-
|
15407
|
+
syn v1.0.109 LICENSE-MIT
|
15362
15408
|
================================================================================
|
15363
15409
|
|
15364
15410
|
Permission is hereby granted, free of charge, to any
|
@@ -15386,7 +15432,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15386
15432
|
DEALINGS IN THE SOFTWARE.
|
15387
15433
|
|
15388
15434
|
================================================================================
|
15389
|
-
|
15435
|
+
syn v2.0.13 LICENSE-APACHE
|
15390
15436
|
================================================================================
|
15391
15437
|
|
15392
15438
|
Apache License
|
@@ -15549,284 +15595,53 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
15549
15595
|
incidental, or consequential damages of any character arising as a
|
15550
15596
|
result of this License or out of the use or inability to use the
|
15551
15597
|
Work (including but not limited to damages for loss of goodwill,
|
15552
|
-
work stoppage, computer failure or malfunction, or any and all
|
15553
|
-
other commercial damages or losses), even if such Contributor
|
15554
|
-
has been advised of the possibility of such damages.
|
15555
|
-
|
15556
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15557
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15558
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15559
|
-
or other liability obligations and/or rights consistent with this
|
15560
|
-
License. However, in accepting such obligations, You may act only
|
15561
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15562
|
-
of any other Contributor, and only if You agree to indemnify,
|
15563
|
-
defend, and hold each Contributor harmless for any liability
|
15564
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15565
|
-
of your accepting any such warranty or additional liability.
|
15566
|
-
|
15567
|
-
END OF TERMS AND CONDITIONS
|
15568
|
-
|
15569
|
-
APPENDIX: How to apply the Apache License to your work.
|
15570
|
-
|
15571
|
-
To apply the Apache License to your work, attach the following
|
15572
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15573
|
-
replaced with your own identifying information. (Don't include
|
15574
|
-
the brackets!) The text should be enclosed in the appropriate
|
15575
|
-
comment syntax for the file format. We also recommend that a
|
15576
|
-
file or class name and description of purpose be included on the
|
15577
|
-
same "printed page" as the copyright notice for easier
|
15578
|
-
identification within third-party archives.
|
15579
|
-
|
15580
|
-
Copyright [yyyy] [name of copyright owner]
|
15581
|
-
|
15582
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15583
|
-
you may not use this file except in compliance with the License.
|
15584
|
-
You may obtain a copy of the License at
|
15585
|
-
|
15586
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
15587
|
-
|
15588
|
-
Unless required by applicable law or agreed to in writing, software
|
15589
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15590
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15591
|
-
See the License for the specific language governing permissions and
|
15592
|
-
limitations under the License.
|
15593
|
-
|
15594
|
-
================================================================================
|
15595
|
-
thiserror-impl LICENSE-MIT
|
15596
|
-
================================================================================
|
15597
|
-
|
15598
|
-
Permission is hereby granted, free of charge, to any
|
15599
|
-
person obtaining a copy of this software and associated
|
15600
|
-
documentation files (the "Software"), to deal in the
|
15601
|
-
Software without restriction, including without
|
15602
|
-
limitation the rights to use, copy, modify, merge,
|
15603
|
-
publish, distribute, sublicense, and/or sell copies of
|
15604
|
-
the Software, and to permit persons to whom the Software
|
15605
|
-
is furnished to do so, subject to the following
|
15606
|
-
conditions:
|
15607
|
-
|
15608
|
-
The above copyright notice and this permission notice
|
15609
|
-
shall be included in all copies or substantial portions
|
15610
|
-
of the Software.
|
15611
|
-
|
15612
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15613
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15614
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15615
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15616
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15617
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15618
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15619
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15620
|
-
DEALINGS IN THE SOFTWARE.
|
15621
|
-
|
15622
|
-
================================================================================
|
15623
|
-
tokenizers LICENSE
|
15624
|
-
================================================================================
|
15625
|
-
|
15626
|
-
Apache License
|
15627
|
-
Version 2.0, January 2004
|
15628
|
-
http://www.apache.org/licenses/
|
15629
|
-
|
15630
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15631
|
-
|
15632
|
-
1. Definitions.
|
15633
|
-
|
15634
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
15635
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
15636
|
-
|
15637
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
15638
|
-
the copyright owner that is granting the License.
|
15639
|
-
|
15640
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
15641
|
-
other entities that control, are controlled by, or are under common
|
15642
|
-
control with that entity. For the purposes of this definition,
|
15643
|
-
"control" means (i) the power, direct or indirect, to cause the
|
15644
|
-
direction or management of such entity, whether by contract or
|
15645
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15646
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
15647
|
-
|
15648
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
15649
|
-
exercising permissions granted by this License.
|
15650
|
-
|
15651
|
-
"Source" form shall mean the preferred form for making modifications,
|
15652
|
-
including but not limited to software source code, documentation
|
15653
|
-
source, and configuration files.
|
15654
|
-
|
15655
|
-
"Object" form shall mean any form resulting from mechanical
|
15656
|
-
transformation or translation of a Source form, including but
|
15657
|
-
not limited to compiled object code, generated documentation,
|
15658
|
-
and conversions to other media types.
|
15659
|
-
|
15660
|
-
"Work" shall mean the work of authorship, whether in Source or
|
15661
|
-
Object form, made available under the License, as indicated by a
|
15662
|
-
copyright notice that is included in or attached to the work
|
15663
|
-
(an example is provided in the Appendix below).
|
15664
|
-
|
15665
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
15666
|
-
form, that is based on (or derived from) the Work and for which the
|
15667
|
-
editorial revisions, annotations, elaborations, or other modifications
|
15668
|
-
represent, as a whole, an original work of authorship. For the purposes
|
15669
|
-
of this License, Derivative Works shall not include works that remain
|
15670
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
15671
|
-
the Work and Derivative Works thereof.
|
15672
|
-
|
15673
|
-
"Contribution" shall mean any work of authorship, including
|
15674
|
-
the original version of the Work and any modifications or additions
|
15675
|
-
to that Work or Derivative Works thereof, that is intentionally
|
15676
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
15677
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
15678
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
15679
|
-
means any form of electronic, verbal, or written communication sent
|
15680
|
-
to the Licensor or its representatives, including but not limited to
|
15681
|
-
communication on electronic mailing lists, source code control systems,
|
15682
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
15683
|
-
Licensor for the purpose of discussing and improving the Work, but
|
15684
|
-
excluding communication that is conspicuously marked or otherwise
|
15685
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
15686
|
-
|
15687
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15688
|
-
on behalf of whom a Contribution has been received by Licensor and
|
15689
|
-
subsequently incorporated within the Work.
|
15690
|
-
|
15691
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
15692
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15693
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15694
|
-
copyright license to reproduce, prepare Derivative Works of,
|
15695
|
-
publicly display, publicly perform, sublicense, and distribute the
|
15696
|
-
Work and such Derivative Works in Source or Object form.
|
15697
|
-
|
15698
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
15699
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15700
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15701
|
-
(except as stated in this section) patent license to make, have made,
|
15702
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15703
|
-
where such license applies only to those patent claims licensable
|
15704
|
-
by such Contributor that are necessarily infringed by their
|
15705
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15706
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15707
|
-
institute patent litigation against any entity (including a
|
15708
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15709
|
-
or a Contribution incorporated within the Work constitutes direct
|
15710
|
-
or contributory patent infringement, then any patent licenses
|
15711
|
-
granted to You under this License for that Work shall terminate
|
15712
|
-
as of the date such litigation is filed.
|
15713
|
-
|
15714
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15715
|
-
Work or Derivative Works thereof in any medium, with or without
|
15716
|
-
modifications, and in Source or Object form, provided that You
|
15717
|
-
meet the following conditions:
|
15718
|
-
|
15719
|
-
(a) You must give any other recipients of the Work or
|
15720
|
-
Derivative Works a copy of this License; and
|
15721
|
-
|
15722
|
-
(b) You must cause any modified files to carry prominent notices
|
15723
|
-
stating that You changed the files; and
|
15724
|
-
|
15725
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15726
|
-
that You distribute, all copyright, patent, trademark, and
|
15727
|
-
attribution notices from the Source form of the Work,
|
15728
|
-
excluding those notices that do not pertain to any part of
|
15729
|
-
the Derivative Works; and
|
15730
|
-
|
15731
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15732
|
-
distribution, then any Derivative Works that You distribute must
|
15733
|
-
include a readable copy of the attribution notices contained
|
15734
|
-
within such NOTICE file, excluding those notices that do not
|
15735
|
-
pertain to any part of the Derivative Works, in at least one
|
15736
|
-
of the following places: within a NOTICE text file distributed
|
15737
|
-
as part of the Derivative Works; within the Source form or
|
15738
|
-
documentation, if provided along with the Derivative Works; or,
|
15739
|
-
within a display generated by the Derivative Works, if and
|
15740
|
-
wherever such third-party notices normally appear. The contents
|
15741
|
-
of the NOTICE file are for informational purposes only and
|
15742
|
-
do not modify the License. You may add Your own attribution
|
15743
|
-
notices within Derivative Works that You distribute, alongside
|
15744
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15745
|
-
that such additional attribution notices cannot be construed
|
15746
|
-
as modifying the License.
|
15747
|
-
|
15748
|
-
You may add Your own copyright statement to Your modifications and
|
15749
|
-
may provide additional or different license terms and conditions
|
15750
|
-
for use, reproduction, or distribution of Your modifications, or
|
15751
|
-
for any such Derivative Works as a whole, provided Your use,
|
15752
|
-
reproduction, and distribution of the Work otherwise complies with
|
15753
|
-
the conditions stated in this License.
|
15754
|
-
|
15755
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15756
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15757
|
-
by You to the Licensor shall be under the terms and conditions of
|
15758
|
-
this License, without any additional terms or conditions.
|
15759
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15760
|
-
the terms of any separate license agreement you may have executed
|
15761
|
-
with Licensor regarding such Contributions.
|
15762
|
-
|
15763
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15764
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15765
|
-
except as required for reasonable and customary use in describing the
|
15766
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15767
|
-
|
15768
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15769
|
-
agreed to in writing, Licensor provides the Work (and each
|
15770
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15771
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15772
|
-
implied, including, without limitation, any warranties or conditions
|
15773
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15774
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15775
|
-
appropriateness of using or redistributing the Work and assume any
|
15776
|
-
risks associated with Your exercise of permissions under this License.
|
15777
|
-
|
15778
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15779
|
-
whether in tort (including negligence), contract, or otherwise,
|
15780
|
-
unless required by applicable law (such as deliberate and grossly
|
15781
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15782
|
-
liable to You for damages, including any direct, indirect, special,
|
15783
|
-
incidental, or consequential damages of any character arising as a
|
15784
|
-
result of this License or out of the use or inability to use the
|
15785
|
-
Work (including but not limited to damages for loss of goodwill,
|
15786
|
-
work stoppage, computer failure or malfunction, or any and all
|
15787
|
-
other commercial damages or losses), even if such Contributor
|
15788
|
-
has been advised of the possibility of such damages.
|
15789
|
-
|
15790
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15791
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15792
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15793
|
-
or other liability obligations and/or rights consistent with this
|
15794
|
-
License. However, in accepting such obligations, You may act only
|
15795
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15796
|
-
of any other Contributor, and only if You agree to indemnify,
|
15797
|
-
defend, and hold each Contributor harmless for any liability
|
15798
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15799
|
-
of your accepting any such warranty or additional liability.
|
15800
|
-
|
15801
|
-
END OF TERMS AND CONDITIONS
|
15598
|
+
work stoppage, computer failure or malfunction, or any and all
|
15599
|
+
other commercial damages or losses), even if such Contributor
|
15600
|
+
has been advised of the possibility of such damages.
|
15802
15601
|
|
15803
|
-
|
15602
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15603
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15604
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15605
|
+
or other liability obligations and/or rights consistent with this
|
15606
|
+
License. However, in accepting such obligations, You may act only
|
15607
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15608
|
+
of any other Contributor, and only if You agree to indemnify,
|
15609
|
+
defend, and hold each Contributor harmless for any liability
|
15610
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15611
|
+
of your accepting any such warranty or additional liability.
|
15804
15612
|
|
15805
|
-
|
15806
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15807
|
-
replaced with your own identifying information. (Don't include
|
15808
|
-
the brackets!) The text should be enclosed in the appropriate
|
15809
|
-
comment syntax for the file format. We also recommend that a
|
15810
|
-
file or class name and description of purpose be included on the
|
15811
|
-
same "printed page" as the copyright notice for easier
|
15812
|
-
identification within third-party archives.
|
15613
|
+
END OF TERMS AND CONDITIONS
|
15813
15614
|
|
15814
|
-
|
15615
|
+
================================================================================
|
15616
|
+
syn v2.0.13 LICENSE-MIT
|
15617
|
+
================================================================================
|
15815
15618
|
|
15816
|
-
|
15817
|
-
|
15818
|
-
|
15619
|
+
Permission is hereby granted, free of charge, to any
|
15620
|
+
person obtaining a copy of this software and associated
|
15621
|
+
documentation files (the "Software"), to deal in the
|
15622
|
+
Software without restriction, including without
|
15623
|
+
limitation the rights to use, copy, modify, merge,
|
15624
|
+
publish, distribute, sublicense, and/or sell copies of
|
15625
|
+
the Software, and to permit persons to whom the Software
|
15626
|
+
is furnished to do so, subject to the following
|
15627
|
+
conditions:
|
15819
15628
|
|
15820
|
-
|
15629
|
+
The above copyright notice and this permission notice
|
15630
|
+
shall be included in all copies or substantial portions
|
15631
|
+
of the Software.
|
15821
15632
|
|
15822
|
-
|
15823
|
-
|
15824
|
-
|
15825
|
-
|
15826
|
-
|
15633
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15634
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15635
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15636
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15637
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15638
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15639
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15640
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15641
|
+
DEALINGS IN THE SOFTWARE.
|
15827
15642
|
|
15828
15643
|
================================================================================
|
15829
|
-
|
15644
|
+
thiserror LICENSE-APACHE
|
15830
15645
|
================================================================================
|
15831
15646
|
|
15832
15647
|
Apache License
|
@@ -16006,37 +15821,219 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16006
15821
|
|
16007
15822
|
END OF TERMS AND CONDITIONS
|
16008
15823
|
|
16009
|
-
|
15824
|
+
================================================================================
|
15825
|
+
thiserror LICENSE-MIT
|
15826
|
+
================================================================================
|
16010
15827
|
|
16011
|
-
|
16012
|
-
|
16013
|
-
|
16014
|
-
|
16015
|
-
|
16016
|
-
|
16017
|
-
|
16018
|
-
|
15828
|
+
Permission is hereby granted, free of charge, to any
|
15829
|
+
person obtaining a copy of this software and associated
|
15830
|
+
documentation files (the "Software"), to deal in the
|
15831
|
+
Software without restriction, including without
|
15832
|
+
limitation the rights to use, copy, modify, merge,
|
15833
|
+
publish, distribute, sublicense, and/or sell copies of
|
15834
|
+
the Software, and to permit persons to whom the Software
|
15835
|
+
is furnished to do so, subject to the following
|
15836
|
+
conditions:
|
16019
15837
|
|
16020
|
-
|
15838
|
+
The above copyright notice and this permission notice
|
15839
|
+
shall be included in all copies or substantial portions
|
15840
|
+
of the Software.
|
16021
15841
|
|
16022
|
-
|
16023
|
-
|
16024
|
-
|
15842
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15843
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15844
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15845
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15846
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15847
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15848
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15849
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15850
|
+
DEALINGS IN THE SOFTWARE.
|
15851
|
+
|
15852
|
+
================================================================================
|
15853
|
+
thiserror-impl LICENSE-APACHE
|
15854
|
+
================================================================================
|
15855
|
+
|
15856
|
+
Apache License
|
15857
|
+
Version 2.0, January 2004
|
15858
|
+
http://www.apache.org/licenses/
|
15859
|
+
|
15860
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15861
|
+
|
15862
|
+
1. Definitions.
|
15863
|
+
|
15864
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
15865
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
15866
|
+
|
15867
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
15868
|
+
the copyright owner that is granting the License.
|
15869
|
+
|
15870
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
15871
|
+
other entities that control, are controlled by, or are under common
|
15872
|
+
control with that entity. For the purposes of this definition,
|
15873
|
+
"control" means (i) the power, direct or indirect, to cause the
|
15874
|
+
direction or management of such entity, whether by contract or
|
15875
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15876
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
15877
|
+
|
15878
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
15879
|
+
exercising permissions granted by this License.
|
15880
|
+
|
15881
|
+
"Source" form shall mean the preferred form for making modifications,
|
15882
|
+
including but not limited to software source code, documentation
|
15883
|
+
source, and configuration files.
|
15884
|
+
|
15885
|
+
"Object" form shall mean any form resulting from mechanical
|
15886
|
+
transformation or translation of a Source form, including but
|
15887
|
+
not limited to compiled object code, generated documentation,
|
15888
|
+
and conversions to other media types.
|
15889
|
+
|
15890
|
+
"Work" shall mean the work of authorship, whether in Source or
|
15891
|
+
Object form, made available under the License, as indicated by a
|
15892
|
+
copyright notice that is included in or attached to the work
|
15893
|
+
(an example is provided in the Appendix below).
|
15894
|
+
|
15895
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
15896
|
+
form, that is based on (or derived from) the Work and for which the
|
15897
|
+
editorial revisions, annotations, elaborations, or other modifications
|
15898
|
+
represent, as a whole, an original work of authorship. For the purposes
|
15899
|
+
of this License, Derivative Works shall not include works that remain
|
15900
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
15901
|
+
the Work and Derivative Works thereof.
|
15902
|
+
|
15903
|
+
"Contribution" shall mean any work of authorship, including
|
15904
|
+
the original version of the Work and any modifications or additions
|
15905
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15906
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15907
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15908
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15909
|
+
means any form of electronic, verbal, or written communication sent
|
15910
|
+
to the Licensor or its representatives, including but not limited to
|
15911
|
+
communication on electronic mailing lists, source code control systems,
|
15912
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15913
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15914
|
+
excluding communication that is conspicuously marked or otherwise
|
15915
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15916
|
+
|
15917
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15918
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15919
|
+
subsequently incorporated within the Work.
|
15920
|
+
|
15921
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15922
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15923
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15924
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15925
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15926
|
+
Work and such Derivative Works in Source or Object form.
|
15927
|
+
|
15928
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15929
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15930
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15931
|
+
(except as stated in this section) patent license to make, have made,
|
15932
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15933
|
+
where such license applies only to those patent claims licensable
|
15934
|
+
by such Contributor that are necessarily infringed by their
|
15935
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15936
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15937
|
+
institute patent litigation against any entity (including a
|
15938
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15939
|
+
or a Contribution incorporated within the Work constitutes direct
|
15940
|
+
or contributory patent infringement, then any patent licenses
|
15941
|
+
granted to You under this License for that Work shall terminate
|
15942
|
+
as of the date such litigation is filed.
|
15943
|
+
|
15944
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15945
|
+
Work or Derivative Works thereof in any medium, with or without
|
15946
|
+
modifications, and in Source or Object form, provided that You
|
15947
|
+
meet the following conditions:
|
15948
|
+
|
15949
|
+
(a) You must give any other recipients of the Work or
|
15950
|
+
Derivative Works a copy of this License; and
|
15951
|
+
|
15952
|
+
(b) You must cause any modified files to carry prominent notices
|
15953
|
+
stating that You changed the files; and
|
15954
|
+
|
15955
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15956
|
+
that You distribute, all copyright, patent, trademark, and
|
15957
|
+
attribution notices from the Source form of the Work,
|
15958
|
+
excluding those notices that do not pertain to any part of
|
15959
|
+
the Derivative Works; and
|
15960
|
+
|
15961
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15962
|
+
distribution, then any Derivative Works that You distribute must
|
15963
|
+
include a readable copy of the attribution notices contained
|
15964
|
+
within such NOTICE file, excluding those notices that do not
|
15965
|
+
pertain to any part of the Derivative Works, in at least one
|
15966
|
+
of the following places: within a NOTICE text file distributed
|
15967
|
+
as part of the Derivative Works; within the Source form or
|
15968
|
+
documentation, if provided along with the Derivative Works; or,
|
15969
|
+
within a display generated by the Derivative Works, if and
|
15970
|
+
wherever such third-party notices normally appear. The contents
|
15971
|
+
of the NOTICE file are for informational purposes only and
|
15972
|
+
do not modify the License. You may add Your own attribution
|
15973
|
+
notices within Derivative Works that You distribute, alongside
|
15974
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15975
|
+
that such additional attribution notices cannot be construed
|
15976
|
+
as modifying the License.
|
15977
|
+
|
15978
|
+
You may add Your own copyright statement to Your modifications and
|
15979
|
+
may provide additional or different license terms and conditions
|
15980
|
+
for use, reproduction, or distribution of Your modifications, or
|
15981
|
+
for any such Derivative Works as a whole, provided Your use,
|
15982
|
+
reproduction, and distribution of the Work otherwise complies with
|
15983
|
+
the conditions stated in this License.
|
15984
|
+
|
15985
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15986
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15987
|
+
by You to the Licensor shall be under the terms and conditions of
|
15988
|
+
this License, without any additional terms or conditions.
|
15989
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15990
|
+
the terms of any separate license agreement you may have executed
|
15991
|
+
with Licensor regarding such Contributions.
|
15992
|
+
|
15993
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15994
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15995
|
+
except as required for reasonable and customary use in describing the
|
15996
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15997
|
+
|
15998
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15999
|
+
agreed to in writing, Licensor provides the Work (and each
|
16000
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16001
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16002
|
+
implied, including, without limitation, any warranties or conditions
|
16003
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16004
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16005
|
+
appropriateness of using or redistributing the Work and assume any
|
16006
|
+
risks associated with Your exercise of permissions under this License.
|
16007
|
+
|
16008
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
16009
|
+
whether in tort (including negligence), contract, or otherwise,
|
16010
|
+
unless required by applicable law (such as deliberate and grossly
|
16011
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
16012
|
+
liable to You for damages, including any direct, indirect, special,
|
16013
|
+
incidental, or consequential damages of any character arising as a
|
16014
|
+
result of this License or out of the use or inability to use the
|
16015
|
+
Work (including but not limited to damages for loss of goodwill,
|
16016
|
+
work stoppage, computer failure or malfunction, or any and all
|
16017
|
+
other commercial damages or losses), even if such Contributor
|
16018
|
+
has been advised of the possibility of such damages.
|
16025
16019
|
|
16026
|
-
|
16020
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
16021
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
16022
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
16023
|
+
or other liability obligations and/or rights consistent with this
|
16024
|
+
License. However, in accepting such obligations, You may act only
|
16025
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
16026
|
+
of any other Contributor, and only if You agree to indemnify,
|
16027
|
+
defend, and hold each Contributor harmless for any liability
|
16028
|
+
incurred by, or claims asserted against, such Contributor by reason
|
16029
|
+
of your accepting any such warranty or additional liability.
|
16027
16030
|
|
16028
|
-
|
16029
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16030
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16031
|
-
See the License for the specific language governing permissions and
|
16032
|
-
limitations under the License.
|
16031
|
+
END OF TERMS AND CONDITIONS
|
16033
16032
|
|
16034
16033
|
================================================================================
|
16035
|
-
|
16034
|
+
thiserror-impl LICENSE-MIT
|
16036
16035
|
================================================================================
|
16037
16036
|
|
16038
|
-
Copyright (c) [year] [name]
|
16039
|
-
|
16040
16037
|
Permission is hereby granted, free of charge, to any
|
16041
16038
|
person obtaining a copy of this software and associated
|
16042
16039
|
documentation files (the "Software"), to deal in the
|
@@ -16061,6 +16058,212 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
16061
16058
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16062
16059
|
DEALINGS IN THE SOFTWARE.
|
16063
16060
|
|
16061
|
+
================================================================================
|
16062
|
+
tokenizers LICENSE
|
16063
|
+
================================================================================
|
16064
|
+
|
16065
|
+
Apache License
|
16066
|
+
Version 2.0, January 2004
|
16067
|
+
http://www.apache.org/licenses/
|
16068
|
+
|
16069
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16070
|
+
|
16071
|
+
1. Definitions.
|
16072
|
+
|
16073
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
16074
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
16075
|
+
|
16076
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
16077
|
+
the copyright owner that is granting the License.
|
16078
|
+
|
16079
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16080
|
+
other entities that control, are controlled by, or are under common
|
16081
|
+
control with that entity. For the purposes of this definition,
|
16082
|
+
"control" means (i) the power, direct or indirect, to cause the
|
16083
|
+
direction or management of such entity, whether by contract or
|
16084
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16085
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
16086
|
+
|
16087
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
16088
|
+
exercising permissions granted by this License.
|
16089
|
+
|
16090
|
+
"Source" form shall mean the preferred form for making modifications,
|
16091
|
+
including but not limited to software source code, documentation
|
16092
|
+
source, and configuration files.
|
16093
|
+
|
16094
|
+
"Object" form shall mean any form resulting from mechanical
|
16095
|
+
transformation or translation of a Source form, including but
|
16096
|
+
not limited to compiled object code, generated documentation,
|
16097
|
+
and conversions to other media types.
|
16098
|
+
|
16099
|
+
"Work" shall mean the work of authorship, whether in Source or
|
16100
|
+
Object form, made available under the License, as indicated by a
|
16101
|
+
copyright notice that is included in or attached to the work
|
16102
|
+
(an example is provided in the Appendix below).
|
16103
|
+
|
16104
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
16105
|
+
form, that is based on (or derived from) the Work and for which the
|
16106
|
+
editorial revisions, annotations, elaborations, or other modifications
|
16107
|
+
represent, as a whole, an original work of authorship. For the purposes
|
16108
|
+
of this License, Derivative Works shall not include works that remain
|
16109
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
16110
|
+
the Work and Derivative Works thereof.
|
16111
|
+
|
16112
|
+
"Contribution" shall mean any work of authorship, including
|
16113
|
+
the original version of the Work and any modifications or additions
|
16114
|
+
to that Work or Derivative Works thereof, that is intentionally
|
16115
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
16116
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
16117
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
16118
|
+
means any form of electronic, verbal, or written communication sent
|
16119
|
+
to the Licensor or its representatives, including but not limited to
|
16120
|
+
communication on electronic mailing lists, source code control systems,
|
16121
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
16122
|
+
Licensor for the purpose of discussing and improving the Work, but
|
16123
|
+
excluding communication that is conspicuously marked or otherwise
|
16124
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
16125
|
+
|
16126
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16127
|
+
on behalf of whom a Contribution has been received by Licensor and
|
16128
|
+
subsequently incorporated within the Work.
|
16129
|
+
|
16130
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
16131
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16132
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16133
|
+
copyright license to reproduce, prepare Derivative Works of,
|
16134
|
+
publicly display, publicly perform, sublicense, and distribute the
|
16135
|
+
Work and such Derivative Works in Source or Object form.
|
16136
|
+
|
16137
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
16138
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16139
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16140
|
+
(except as stated in this section) patent license to make, have made,
|
16141
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16142
|
+
where such license applies only to those patent claims licensable
|
16143
|
+
by such Contributor that are necessarily infringed by their
|
16144
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
16145
|
+
with the Work to which such Contribution(s) was submitted. If You
|
16146
|
+
institute patent litigation against any entity (including a
|
16147
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16148
|
+
or a Contribution incorporated within the Work constitutes direct
|
16149
|
+
or contributory patent infringement, then any patent licenses
|
16150
|
+
granted to You under this License for that Work shall terminate
|
16151
|
+
as of the date such litigation is filed.
|
16152
|
+
|
16153
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
16154
|
+
Work or Derivative Works thereof in any medium, with or without
|
16155
|
+
modifications, and in Source or Object form, provided that You
|
16156
|
+
meet the following conditions:
|
16157
|
+
|
16158
|
+
(a) You must give any other recipients of the Work or
|
16159
|
+
Derivative Works a copy of this License; and
|
16160
|
+
|
16161
|
+
(b) You must cause any modified files to carry prominent notices
|
16162
|
+
stating that You changed the files; and
|
16163
|
+
|
16164
|
+
(c) You must retain, in the Source form of any Derivative Works
|
16165
|
+
that You distribute, all copyright, patent, trademark, and
|
16166
|
+
attribution notices from the Source form of the Work,
|
16167
|
+
excluding those notices that do not pertain to any part of
|
16168
|
+
the Derivative Works; and
|
16169
|
+
|
16170
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
16171
|
+
distribution, then any Derivative Works that You distribute must
|
16172
|
+
include a readable copy of the attribution notices contained
|
16173
|
+
within such NOTICE file, excluding those notices that do not
|
16174
|
+
pertain to any part of the Derivative Works, in at least one
|
16175
|
+
of the following places: within a NOTICE text file distributed
|
16176
|
+
as part of the Derivative Works; within the Source form or
|
16177
|
+
documentation, if provided along with the Derivative Works; or,
|
16178
|
+
within a display generated by the Derivative Works, if and
|
16179
|
+
wherever such third-party notices normally appear. The contents
|
16180
|
+
of the NOTICE file are for informational purposes only and
|
16181
|
+
do not modify the License. You may add Your own attribution
|
16182
|
+
notices within Derivative Works that You distribute, alongside
|
16183
|
+
or as an addendum to the NOTICE text from the Work, provided
|
16184
|
+
that such additional attribution notices cannot be construed
|
16185
|
+
as modifying the License.
|
16186
|
+
|
16187
|
+
You may add Your own copyright statement to Your modifications and
|
16188
|
+
may provide additional or different license terms and conditions
|
16189
|
+
for use, reproduction, or distribution of Your modifications, or
|
16190
|
+
for any such Derivative Works as a whole, provided Your use,
|
16191
|
+
reproduction, and distribution of the Work otherwise complies with
|
16192
|
+
the conditions stated in this License.
|
16193
|
+
|
16194
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16195
|
+
any Contribution intentionally submitted for inclusion in the Work
|
16196
|
+
by You to the Licensor shall be under the terms and conditions of
|
16197
|
+
this License, without any additional terms or conditions.
|
16198
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
16199
|
+
the terms of any separate license agreement you may have executed
|
16200
|
+
with Licensor regarding such Contributions.
|
16201
|
+
|
16202
|
+
6. Trademarks. This License does not grant permission to use the trade
|
16203
|
+
names, trademarks, service marks, or product names of the Licensor,
|
16204
|
+
except as required for reasonable and customary use in describing the
|
16205
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
16206
|
+
|
16207
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
16208
|
+
agreed to in writing, Licensor provides the Work (and each
|
16209
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16210
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16211
|
+
implied, including, without limitation, any warranties or conditions
|
16212
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16213
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16214
|
+
appropriateness of using or redistributing the Work and assume any
|
16215
|
+
risks associated with Your exercise of permissions under this License.
|
16216
|
+
|
16217
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
16218
|
+
whether in tort (including negligence), contract, or otherwise,
|
16219
|
+
unless required by applicable law (such as deliberate and grossly
|
16220
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
16221
|
+
liable to You for damages, including any direct, indirect, special,
|
16222
|
+
incidental, or consequential damages of any character arising as a
|
16223
|
+
result of this License or out of the use or inability to use the
|
16224
|
+
Work (including but not limited to damages for loss of goodwill,
|
16225
|
+
work stoppage, computer failure or malfunction, or any and all
|
16226
|
+
other commercial damages or losses), even if such Contributor
|
16227
|
+
has been advised of the possibility of such damages.
|
16228
|
+
|
16229
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
16230
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
16231
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
16232
|
+
or other liability obligations and/or rights consistent with this
|
16233
|
+
License. However, in accepting such obligations, You may act only
|
16234
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
16235
|
+
of any other Contributor, and only if You agree to indemnify,
|
16236
|
+
defend, and hold each Contributor harmless for any liability
|
16237
|
+
incurred by, or claims asserted against, such Contributor by reason
|
16238
|
+
of your accepting any such warranty or additional liability.
|
16239
|
+
|
16240
|
+
END OF TERMS AND CONDITIONS
|
16241
|
+
|
16242
|
+
APPENDIX: How to apply the Apache License to your work.
|
16243
|
+
|
16244
|
+
To apply the Apache License to your work, attach the following
|
16245
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
16246
|
+
replaced with your own identifying information. (Don't include
|
16247
|
+
the brackets!) The text should be enclosed in the appropriate
|
16248
|
+
comment syntax for the file format. We also recommend that a
|
16249
|
+
file or class name and description of purpose be included on the
|
16250
|
+
same "printed page" as the copyright notice for easier
|
16251
|
+
identification within third-party archives.
|
16252
|
+
|
16253
|
+
Copyright [yyyy] [name of copyright owner]
|
16254
|
+
|
16255
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
16256
|
+
you may not use this file except in compliance with the License.
|
16257
|
+
You may obtain a copy of the License at
|
16258
|
+
|
16259
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
16260
|
+
|
16261
|
+
Unless required by applicable law or agreed to in writing, software
|
16262
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
16263
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16264
|
+
See the License for the specific language governing permissions and
|
16265
|
+
limitations under the License.
|
16266
|
+
|
16064
16267
|
================================================================================
|
16065
16268
|
unicode-ident LICENSE-APACHE
|
16066
16269
|
================================================================================
|
@@ -16242,31 +16445,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16242
16445
|
|
16243
16446
|
END OF TERMS AND CONDITIONS
|
16244
16447
|
|
16245
|
-
APPENDIX: How to apply the Apache License to your work.
|
16246
|
-
|
16247
|
-
To apply the Apache License to your work, attach the following
|
16248
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16249
|
-
replaced with your own identifying information. (Don't include
|
16250
|
-
the brackets!) The text should be enclosed in the appropriate
|
16251
|
-
comment syntax for the file format. We also recommend that a
|
16252
|
-
file or class name and description of purpose be included on the
|
16253
|
-
same "printed page" as the copyright notice for easier
|
16254
|
-
identification within third-party archives.
|
16255
|
-
|
16256
|
-
Copyright [yyyy] [name of copyright owner]
|
16257
|
-
|
16258
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16259
|
-
you may not use this file except in compliance with the License.
|
16260
|
-
You may obtain a copy of the License at
|
16261
|
-
|
16262
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16263
|
-
|
16264
|
-
Unless required by applicable law or agreed to in writing, software
|
16265
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16266
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16267
|
-
See the License for the specific language governing permissions and
|
16268
|
-
limitations under the License.
|
16269
|
-
|
16270
16448
|
================================================================================
|
16271
16449
|
unicode-ident LICENSE-MIT
|
16272
16450
|
================================================================================
|