tokenizers 0.3.1-x86_64-darwin → 0.3.3-x86_64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -5
- data/Cargo.lock +129 -89
- data/LICENSE-THIRD-PARTY.txt +1656 -1504
- data/lib/tokenizers/2.7/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.0/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.1/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.2/tokenizers.bundle +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.
|
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
|
@@ -7795,32 +7782,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
7795
7782
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7796
7783
|
SOFTWARE.
|
7797
7784
|
|
7798
|
-
================================================================================
|
7799
|
-
magnus magnus-macros/LICENSE
|
7800
|
-
================================================================================
|
7801
|
-
|
7802
|
-
MIT License
|
7803
|
-
|
7804
|
-
Copyright (c) 2022, 2021 Matthew Sadler
|
7805
|
-
|
7806
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7807
|
-
of this software and associated documentation files (the "Software"), to deal
|
7808
|
-
in the Software without restriction, including without limitation the rights
|
7809
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7810
|
-
copies of the Software, and to permit persons to whom the Software is
|
7811
|
-
furnished to do so, subject to the following conditions:
|
7812
|
-
|
7813
|
-
The above copyright notice and this permission notice shall be included in all
|
7814
|
-
copies or substantial portions of the Software.
|
7815
|
-
|
7816
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
7817
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
7818
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
7819
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
7820
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
7821
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7822
|
-
SOFTWARE.
|
7823
|
-
|
7824
7785
|
================================================================================
|
7825
7786
|
magnus-macros LICENSE
|
7826
7787
|
================================================================================
|
@@ -8211,32 +8172,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
8211
8172
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
8212
8173
|
|
8213
8174
|
================================================================================
|
8214
|
-
|
8215
|
-
================================================================================
|
8216
|
-
|
8217
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
8218
|
-
|
8219
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8220
|
-
a copy of this software and associated documentation files (the
|
8221
|
-
"Software"), to deal in the Software without restriction, including
|
8222
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
8223
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8224
|
-
permit persons to whom the Software is furnished to do so, subject to
|
8225
|
-
the following conditions:
|
8226
|
-
|
8227
|
-
The above copyright notice and this permission notice shall be
|
8228
|
-
included in all copies or substantial portions of the Software.
|
8229
|
-
|
8230
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8231
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8232
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
8233
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
8234
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8235
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
8236
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8237
|
-
|
8238
|
-
================================================================================
|
8239
|
-
num_cpus LICENSE-APACHE
|
8175
|
+
monostate LICENSE-APACHE
|
8240
8176
|
================================================================================
|
8241
8177
|
|
8242
8178
|
Apache License
|
@@ -8416,84 +8352,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8416
8352
|
|
8417
8353
|
END OF TERMS AND CONDITIONS
|
8418
8354
|
|
8419
|
-
APPENDIX: How to apply the Apache License to your work.
|
8420
|
-
|
8421
|
-
To apply the Apache License to your work, attach the following
|
8422
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8423
|
-
replaced with your own identifying information. (Don't include
|
8424
|
-
the brackets!) The text should be enclosed in the appropriate
|
8425
|
-
comment syntax for the file format. We also recommend that a
|
8426
|
-
file or class name and description of purpose be included on the
|
8427
|
-
same "printed page" as the copyright notice for easier
|
8428
|
-
identification within third-party archives.
|
8429
|
-
|
8430
|
-
Copyright [yyyy] [name of copyright owner]
|
8431
|
-
|
8432
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8433
|
-
you may not use this file except in compliance with the License.
|
8434
|
-
You may obtain a copy of the License at
|
8435
|
-
|
8436
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8437
|
-
|
8438
|
-
Unless required by applicable law or agreed to in writing, software
|
8439
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8440
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8441
|
-
See the License for the specific language governing permissions and
|
8442
|
-
limitations under the License.
|
8443
|
-
|
8444
|
-
================================================================================
|
8445
|
-
num_cpus LICENSE-MIT
|
8446
|
-
================================================================================
|
8447
|
-
|
8448
|
-
Copyright (c) 2015
|
8449
|
-
|
8450
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8451
|
-
of this software and associated documentation files (the "Software"), to deal
|
8452
|
-
in the Software without restriction, including without limitation the rights
|
8453
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8454
|
-
copies of the Software, and to permit persons to whom the Software is
|
8455
|
-
furnished to do so, subject to the following conditions:
|
8456
|
-
|
8457
|
-
The above copyright notice and this permission notice shall be included in
|
8458
|
-
all copies or substantial portions of the Software.
|
8459
|
-
|
8460
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8461
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8462
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8463
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8464
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8465
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8466
|
-
THE SOFTWARE.
|
8467
|
-
|
8468
|
-
|
8469
8355
|
================================================================================
|
8470
|
-
|
8356
|
+
monostate LICENSE-MIT
|
8471
8357
|
================================================================================
|
8472
8358
|
|
8473
|
-
|
8474
|
-
|
8475
|
-
|
8476
|
-
|
8477
|
-
|
8478
|
-
|
8479
|
-
|
8480
|
-
|
8481
|
-
|
8482
|
-
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:
|
8483
8368
|
|
8484
|
-
The above copyright notice and this permission notice
|
8485
|
-
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.
|
8486
8372
|
|
8487
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8488
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
8489
|
-
|
8490
|
-
|
8491
|
-
|
8492
|
-
|
8493
|
-
|
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.
|
8494
8382
|
|
8495
8383
|
================================================================================
|
8496
|
-
|
8384
|
+
monostate-impl LICENSE-APACHE
|
8497
8385
|
================================================================================
|
8498
8386
|
|
8499
8387
|
Apache License
|
@@ -8673,33 +8561,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8673
8561
|
|
8674
8562
|
END OF TERMS AND CONDITIONS
|
8675
8563
|
|
8676
|
-
APPENDIX: How to apply the Apache License to your work.
|
8677
|
-
|
8678
|
-
To apply the Apache License to your work, attach the following
|
8679
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8680
|
-
replaced with your own identifying information. (Don't include
|
8681
|
-
the brackets!) The text should be enclosed in the appropriate
|
8682
|
-
comment syntax for the file format. We also recommend that a
|
8683
|
-
file or class name and description of purpose be included on the
|
8684
|
-
same "printed page" as the copyright notice for easier
|
8685
|
-
identification within third-party archives.
|
8686
|
-
|
8687
|
-
Copyright [yyyy] [name of copyright owner]
|
8688
|
-
|
8689
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8690
|
-
you may not use this file except in compliance with the License.
|
8691
|
-
You may obtain a copy of the License at
|
8692
|
-
|
8693
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8694
|
-
|
8695
|
-
Unless required by applicable law or agreed to in writing, software
|
8696
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8697
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8698
|
-
See the License for the specific language governing permissions and
|
8699
|
-
limitations under the License.
|
8700
|
-
|
8701
8564
|
================================================================================
|
8702
|
-
|
8565
|
+
monostate-impl LICENSE-MIT
|
8703
8566
|
================================================================================
|
8704
8567
|
|
8705
8568
|
Permission is hereby granted, free of charge, to any
|
@@ -8727,114 +8590,39 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
8727
8590
|
DEALINGS IN THE SOFTWARE.
|
8728
8591
|
|
8729
8592
|
================================================================================
|
8730
|
-
|
8593
|
+
nom LICENSE
|
8731
8594
|
================================================================================
|
8732
8595
|
|
8733
|
-
|
8596
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
8734
8597
|
|
8735
|
-
|
8736
|
-
|
8737
|
-
|
8738
|
-
|
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:
|
8739
8605
|
|
8740
|
-
|
8741
|
-
|
8742
|
-
|
8743
|
-
|
8744
|
-
|
8745
|
-
|
8746
|
-
|
8747
|
-
|
8748
|
-
|
8749
|
-
|
8750
|
-
> furnished to do so, subject to the following conditions:
|
8751
|
-
>
|
8752
|
-
> The above copyright notice and this permission notice shall be included in all
|
8753
|
-
> copies or substantial portions of the Software.
|
8754
|
-
>
|
8755
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8756
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8757
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8758
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8759
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8760
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8761
|
-
> 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.
|
8762
8616
|
|
8763
8617
|
================================================================================
|
8764
|
-
|
8618
|
+
num_cpus LICENSE-APACHE
|
8765
8619
|
================================================================================
|
8766
8620
|
|
8767
|
-
|
8621
|
+
Apache License
|
8622
|
+
Version 2.0, January 2004
|
8623
|
+
http://www.apache.org/licenses/
|
8768
8624
|
|
8769
|
-
|
8770
|
-
the *MIT License* unless otherwise stated. The Oniguruma source code
|
8771
|
-
remains the property of the original authors and is re-distributed
|
8772
|
-
under the original license, see [COPYING](oniguruma/COPYING) for more
|
8773
|
-
information.
|
8774
|
-
|
8775
|
-
> The MIT License (MIT)
|
8776
|
-
>
|
8777
|
-
> Copyright (c) 2015 Will Speak <will@willspeak.me>, Ivan Ivashchenko
|
8778
|
-
> <defuz@me.com>, and contributors.
|
8779
|
-
>
|
8780
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
8781
|
-
> of this software and associated documentation files (the "Software"), to deal
|
8782
|
-
> in the Software without restriction, including without limitation the rights
|
8783
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8784
|
-
> copies of the Software, and to permit persons to whom the Software is
|
8785
|
-
> furnished to do so, subject to the following conditions:
|
8786
|
-
>
|
8787
|
-
> The above copyright notice and this permission notice shall be included in all
|
8788
|
-
> copies or substantial portions of the Software.
|
8789
|
-
>
|
8790
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8791
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8792
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8793
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8794
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8795
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8796
|
-
> SOFTWARE.
|
8797
|
-
|
8798
|
-
================================================================================
|
8799
|
-
onig_sys oniguruma/COPYING
|
8800
|
-
================================================================================
|
8801
|
-
|
8802
|
-
Oniguruma LICENSE
|
8803
|
-
-----------------
|
8804
|
-
|
8805
|
-
Copyright (c) 2002-2021 K.Kosako <kkosako0@gmail.com>
|
8806
|
-
All rights reserved.
|
8807
|
-
|
8808
|
-
Redistribution and use in source and binary forms, with or without
|
8809
|
-
modification, are permitted provided that the following conditions
|
8810
|
-
are met:
|
8811
|
-
1. Redistributions of source code must retain the above copyright
|
8812
|
-
notice, this list of conditions and the following disclaimer.
|
8813
|
-
2. Redistributions in binary form must reproduce the above copyright
|
8814
|
-
notice, this list of conditions and the following disclaimer in the
|
8815
|
-
documentation and/or other materials provided with the distribution.
|
8816
|
-
|
8817
|
-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
8818
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
8819
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
8820
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
8821
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
8822
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
8823
|
-
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
8824
|
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
8825
|
-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
8826
|
-
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
8827
|
-
SUCH DAMAGE.
|
8828
|
-
|
8829
|
-
================================================================================
|
8830
|
-
paste LICENSE-APACHE
|
8831
|
-
================================================================================
|
8832
|
-
|
8833
|
-
Apache License
|
8834
|
-
Version 2.0, January 2004
|
8835
|
-
http://www.apache.org/licenses/
|
8836
|
-
|
8837
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8625
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8838
8626
|
|
8839
8627
|
1. Definitions.
|
8840
8628
|
|
@@ -9033,35 +8821,58 @@ See the License for the specific language governing permissions and
|
|
9033
8821
|
limitations under the License.
|
9034
8822
|
|
9035
8823
|
================================================================================
|
9036
|
-
|
8824
|
+
num_cpus LICENSE-MIT
|
9037
8825
|
================================================================================
|
9038
8826
|
|
9039
|
-
|
9040
|
-
person obtaining a copy of this software and associated
|
9041
|
-
documentation files (the "Software"), to deal in the
|
9042
|
-
Software without restriction, including without
|
9043
|
-
limitation the rights to use, copy, modify, merge,
|
9044
|
-
publish, distribute, sublicense, and/or sell copies of
|
9045
|
-
the Software, and to permit persons to whom the Software
|
9046
|
-
is furnished to do so, subject to the following
|
9047
|
-
conditions:
|
8827
|
+
Copyright (c) 2015
|
9048
8828
|
|
9049
|
-
|
9050
|
-
|
9051
|
-
|
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.
|
9052
8846
|
|
9053
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
9054
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
9055
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
9056
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
9057
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
9058
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
9059
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
9060
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
9061
|
-
DEALINGS IN THE SOFTWARE.
|
9062
8847
|
|
9063
8848
|
================================================================================
|
9064
|
-
|
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
|
9065
8876
|
================================================================================
|
9066
8877
|
|
9067
8878
|
Apache License
|
@@ -9267,11 +9078,9 @@ See the License for the specific language governing permissions and
|
|
9267
9078
|
limitations under the License.
|
9268
9079
|
|
9269
9080
|
================================================================================
|
9270
|
-
|
9081
|
+
once_cell LICENSE-MIT
|
9271
9082
|
================================================================================
|
9272
9083
|
|
9273
|
-
Copyright (c) 2015 The Rust Project Developers
|
9274
|
-
|
9275
9084
|
Permission is hereby granted, free of charge, to any
|
9276
9085
|
person obtaining a copy of this software and associated
|
9277
9086
|
documentation files (the "Software"), to deal in the
|
@@ -9297,7 +9106,107 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9297
9106
|
DEALINGS IN THE SOFTWARE.
|
9298
9107
|
|
9299
9108
|
================================================================================
|
9300
|
-
|
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
|
9301
9210
|
================================================================================
|
9302
9211
|
|
9303
9212
|
Apache License
|
@@ -9477,37 +9386,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9477
9386
|
|
9478
9387
|
END OF TERMS AND CONDITIONS
|
9479
9388
|
|
9480
|
-
APPENDIX: How to apply the Apache License to your work.
|
9481
|
-
|
9482
|
-
To apply the Apache License to your work, attach the following
|
9483
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
9484
|
-
replaced with your own identifying information. (Don't include
|
9485
|
-
the brackets!) The text should be enclosed in the appropriate
|
9486
|
-
comment syntax for the file format. We also recommend that a
|
9487
|
-
file or class name and description of purpose be included on the
|
9488
|
-
same "printed page" as the copyright notice for easier
|
9489
|
-
identification within third-party archives.
|
9490
|
-
|
9491
|
-
Copyright [yyyy] [name of copyright owner]
|
9492
|
-
|
9493
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
9494
|
-
you may not use this file except in compliance with the License.
|
9495
|
-
You may obtain a copy of the License at
|
9496
|
-
|
9497
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
9498
|
-
|
9499
|
-
Unless required by applicable law or agreed to in writing, software
|
9500
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
9501
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
9502
|
-
See the License for the specific language governing permissions and
|
9503
|
-
limitations under the License.
|
9504
|
-
|
9505
9389
|
================================================================================
|
9506
|
-
|
9390
|
+
paste LICENSE-MIT
|
9507
9391
|
================================================================================
|
9508
9392
|
|
9509
|
-
Copyright (c) 2014 Alex Crichton
|
9510
|
-
|
9511
9393
|
Permission is hereby granted, free of charge, to any
|
9512
9394
|
person obtaining a copy of this software and associated
|
9513
9395
|
documentation files (the "Software"), to deal in the
|
@@ -9533,7 +9415,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9533
9415
|
DEALINGS IN THE SOFTWARE.
|
9534
9416
|
|
9535
9417
|
================================================================================
|
9536
|
-
|
9418
|
+
peeking_take_while LICENSE-APACHE
|
9537
9419
|
================================================================================
|
9538
9420
|
|
9539
9421
|
Apache License
|
@@ -9724,13 +9606,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
9724
9606
|
same "printed page" as the copyright notice for easier
|
9725
9607
|
identification within third-party archives.
|
9726
9608
|
|
9727
|
-
Copyright
|
9609
|
+
Copyright [yyyy] [name of copyright owner]
|
9728
9610
|
|
9729
9611
|
Licensed under the Apache License, Version 2.0 (the "License");
|
9730
9612
|
you may not use this file except in compliance with the License.
|
9731
9613
|
You may obtain a copy of the License at
|
9732
9614
|
|
9733
|
-
|
9615
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
9734
9616
|
|
9735
9617
|
Unless required by applicable law or agreed to in writing, software
|
9736
9618
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -9739,10 +9621,10 @@ See the License for the specific language governing permissions and
|
|
9739
9621
|
limitations under the License.
|
9740
9622
|
|
9741
9623
|
================================================================================
|
9742
|
-
|
9624
|
+
peeking_take_while LICENSE-MIT
|
9743
9625
|
================================================================================
|
9744
9626
|
|
9745
|
-
Copyright (c)
|
9627
|
+
Copyright (c) 2015 The Rust Project Developers
|
9746
9628
|
|
9747
9629
|
Permission is hereby granted, free of charge, to any
|
9748
9630
|
person obtaining a copy of this software and associated
|
@@ -9769,7 +9651,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9769
9651
|
DEALINGS IN THE SOFTWARE.
|
9770
9652
|
|
9771
9653
|
================================================================================
|
9772
|
-
|
9654
|
+
pkg-config LICENSE-APACHE
|
9773
9655
|
================================================================================
|
9774
9656
|
|
9775
9657
|
Apache License
|
@@ -9949,10 +9831,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9949
9831
|
|
9950
9832
|
END OF TERMS AND CONDITIONS
|
9951
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
|
+
|
9952
9859
|
================================================================================
|
9953
|
-
|
9860
|
+
pkg-config LICENSE-MIT
|
9954
9861
|
================================================================================
|
9955
9862
|
|
9863
|
+
Copyright (c) 2014 Alex Crichton
|
9864
|
+
|
9956
9865
|
Permission is hereby granted, free of charge, to any
|
9957
9866
|
person obtaining a copy of this software and associated
|
9958
9867
|
documentation files (the "Software"), to deal in the
|
@@ -9978,7 +9887,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
9978
9887
|
DEALINGS IN THE SOFTWARE.
|
9979
9888
|
|
9980
9889
|
================================================================================
|
9981
|
-
|
9890
|
+
ppv-lite86 LICENSE-APACHE
|
9982
9891
|
================================================================================
|
9983
9892
|
|
9984
9893
|
Apache License
|
@@ -10169,13 +10078,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
10169
10078
|
same "printed page" as the copyright notice for easier
|
10170
10079
|
identification within third-party archives.
|
10171
10080
|
|
10172
|
-
Copyright
|
10081
|
+
Copyright 2019 The CryptoCorrosion Contributors
|
10173
10082
|
|
10174
10083
|
Licensed under the Apache License, Version 2.0 (the "License");
|
10175
10084
|
you may not use this file except in compliance with the License.
|
10176
10085
|
You may obtain a copy of the License at
|
10177
10086
|
|
10178
|
-
|
10087
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
10179
10088
|
|
10180
10089
|
Unless required by applicable law or agreed to in writing, software
|
10181
10090
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -10184,9 +10093,11 @@ See the License for the specific language governing permissions and
|
|
10184
10093
|
limitations under the License.
|
10185
10094
|
|
10186
10095
|
================================================================================
|
10187
|
-
|
10096
|
+
ppv-lite86 LICENSE-MIT
|
10188
10097
|
================================================================================
|
10189
10098
|
|
10099
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
10100
|
+
|
10190
10101
|
Permission is hereby granted, free of charge, to any
|
10191
10102
|
person obtaining a copy of this software and associated
|
10192
10103
|
documentation files (the "Software"), to deal in the
|
@@ -10212,12 +10123,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10212
10123
|
DEALINGS IN THE SOFTWARE.
|
10213
10124
|
|
10214
10125
|
================================================================================
|
10215
|
-
|
10126
|
+
proc-macro2 LICENSE-APACHE
|
10216
10127
|
================================================================================
|
10217
10128
|
|
10218
10129
|
Apache License
|
10219
10130
|
Version 2.0, January 2004
|
10220
|
-
|
10131
|
+
http://www.apache.org/licenses/
|
10221
10132
|
|
10222
10133
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10223
10134
|
|
@@ -10393,12 +10304,9 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10393
10304
|
END OF TERMS AND CONDITIONS
|
10394
10305
|
|
10395
10306
|
================================================================================
|
10396
|
-
|
10307
|
+
proc-macro2 LICENSE-MIT
|
10397
10308
|
================================================================================
|
10398
10309
|
|
10399
|
-
Copyright 2018 Developers of the Rand project
|
10400
|
-
Copyright (c) 2014 The Rust Project Developers
|
10401
|
-
|
10402
10310
|
Permission is hereby granted, free of charge, to any
|
10403
10311
|
person obtaining a copy of this software and associated
|
10404
10312
|
documentation files (the "Software"), to deal in the
|
@@ -10424,12 +10332,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10424
10332
|
DEALINGS IN THE SOFTWARE.
|
10425
10333
|
|
10426
10334
|
================================================================================
|
10427
|
-
|
10335
|
+
quote LICENSE-APACHE
|
10428
10336
|
================================================================================
|
10429
10337
|
|
10430
10338
|
Apache License
|
10431
10339
|
Version 2.0, January 2004
|
10432
|
-
|
10340
|
+
http://www.apache.org/licenses/
|
10433
10341
|
|
10434
10342
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10435
10343
|
|
@@ -10604,38 +10512,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10604
10512
|
|
10605
10513
|
END OF TERMS AND CONDITIONS
|
10606
10514
|
|
10607
|
-
APPENDIX: How to apply the Apache License to your work.
|
10608
|
-
|
10609
|
-
To apply the Apache License to your work, attach the following
|
10610
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10611
|
-
replaced with your own identifying information. (Don't include
|
10612
|
-
the brackets!) The text should be enclosed in the appropriate
|
10613
|
-
comment syntax for the file format. We also recommend that a
|
10614
|
-
file or class name and description of purpose be included on the
|
10615
|
-
same "printed page" as the copyright notice for easier
|
10616
|
-
identification within third-party archives.
|
10617
|
-
|
10618
|
-
Copyright [yyyy] [name of copyright owner]
|
10619
|
-
|
10620
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
10621
|
-
you may not use this file except in compliance with the License.
|
10622
|
-
You may obtain a copy of the License at
|
10623
|
-
|
10624
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
10625
|
-
|
10626
|
-
Unless required by applicable law or agreed to in writing, software
|
10627
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
10628
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10629
|
-
See the License for the specific language governing permissions and
|
10630
|
-
limitations under the License.
|
10631
|
-
|
10632
10515
|
================================================================================
|
10633
|
-
|
10516
|
+
quote LICENSE-MIT
|
10634
10517
|
================================================================================
|
10635
10518
|
|
10636
|
-
Copyright 2018 Developers of the Rand project
|
10637
|
-
Copyright (c) 2014 The Rust Project Developers
|
10638
|
-
|
10639
10519
|
Permission is hereby granted, free of charge, to any
|
10640
10520
|
person obtaining a copy of this software and associated
|
10641
10521
|
documentation files (the "Software"), to deal in the
|
@@ -10661,7 +10541,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10661
10541
|
DEALINGS IN THE SOFTWARE.
|
10662
10542
|
|
10663
10543
|
================================================================================
|
10664
|
-
|
10544
|
+
rand LICENSE-APACHE
|
10665
10545
|
================================================================================
|
10666
10546
|
|
10667
10547
|
Apache License
|
@@ -10841,19 +10721,8 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10841
10721
|
|
10842
10722
|
END OF TERMS AND CONDITIONS
|
10843
10723
|
|
10844
|
-
APPENDIX: How to apply the Apache License to your work.
|
10845
|
-
|
10846
|
-
To apply the Apache License to your work, attach the following
|
10847
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10848
|
-
replaced with your own identifying information. (Don't include
|
10849
|
-
the brackets!) The text should be enclosed in the appropriate
|
10850
|
-
comment syntax for the file format. We also recommend that a
|
10851
|
-
file or class name and description of purpose be included on the
|
10852
|
-
same "printed page" as the copyright notice for easier
|
10853
|
-
identification within third-party archives.
|
10854
|
-
|
10855
10724
|
================================================================================
|
10856
|
-
|
10725
|
+
rand LICENSE-MIT
|
10857
10726
|
================================================================================
|
10858
10727
|
|
10859
10728
|
Copyright 2018 Developers of the Rand project
|
@@ -10884,12 +10753,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
10884
10753
|
DEALINGS IN THE SOFTWARE.
|
10885
10754
|
|
10886
10755
|
================================================================================
|
10887
|
-
|
10756
|
+
rand_chacha LICENSE-APACHE
|
10888
10757
|
================================================================================
|
10889
10758
|
|
10890
10759
|
Apache License
|
10891
10760
|
Version 2.0, January 2004
|
10892
|
-
|
10761
|
+
https://www.apache.org/licenses/
|
10893
10762
|
|
10894
10763
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
10895
10764
|
|
@@ -11081,7 +10950,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
11081
10950
|
you may not use this file except in compliance with the License.
|
11082
10951
|
You may obtain a copy of the License at
|
11083
10952
|
|
11084
|
-
|
10953
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
11085
10954
|
|
11086
10955
|
Unless required by applicable law or agreed to in writing, software
|
11087
10956
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -11090,10 +10959,11 @@ See the License for the specific language governing permissions and
|
|
11090
10959
|
limitations under the License.
|
11091
10960
|
|
11092
10961
|
================================================================================
|
11093
|
-
|
10962
|
+
rand_chacha LICENSE-MIT
|
11094
10963
|
================================================================================
|
11095
10964
|
|
11096
|
-
Copyright
|
10965
|
+
Copyright 2018 Developers of the Rand project
|
10966
|
+
Copyright (c) 2014 The Rust Project Developers
|
11097
10967
|
|
11098
10968
|
Permission is hereby granted, free of charge, to any
|
11099
10969
|
person obtaining a copy of this software and associated
|
@@ -11120,12 +10990,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11120
10990
|
DEALINGS IN THE SOFTWARE.
|
11121
10991
|
|
11122
10992
|
================================================================================
|
11123
|
-
|
10993
|
+
rand_core LICENSE-APACHE
|
11124
10994
|
================================================================================
|
11125
10995
|
|
11126
10996
|
Apache License
|
11127
10997
|
Version 2.0, January 2004
|
11128
|
-
|
10998
|
+
https://www.apache.org/licenses/
|
11129
10999
|
|
11130
11000
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11131
11001
|
|
@@ -11311,25 +11181,12 @@ APPENDIX: How to apply the Apache License to your work.
|
|
11311
11181
|
same "printed page" as the copyright notice for easier
|
11312
11182
|
identification within third-party archives.
|
11313
11183
|
|
11314
|
-
Copyright [yyyy] [name of copyright owner]
|
11315
|
-
|
11316
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
11317
|
-
you may not use this file except in compliance with the License.
|
11318
|
-
You may obtain a copy of the License at
|
11319
|
-
|
11320
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11321
|
-
|
11322
|
-
Unless required by applicable law or agreed to in writing, software
|
11323
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
11324
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
11325
|
-
See the License for the specific language governing permissions and
|
11326
|
-
limitations under the License.
|
11327
|
-
|
11328
11184
|
================================================================================
|
11329
|
-
|
11185
|
+
rand_core LICENSE-MIT
|
11330
11186
|
================================================================================
|
11331
11187
|
|
11332
|
-
Copyright
|
11188
|
+
Copyright 2018 Developers of the Rand project
|
11189
|
+
Copyright (c) 2014 The Rust Project Developers
|
11333
11190
|
|
11334
11191
|
Permission is hereby granted, free of charge, to any
|
11335
11192
|
person obtaining a copy of this software and associated
|
@@ -11356,7 +11213,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11356
11213
|
DEALINGS IN THE SOFTWARE.
|
11357
11214
|
|
11358
11215
|
================================================================================
|
11359
|
-
rayon
|
11216
|
+
rayon LICENSE-APACHE
|
11360
11217
|
================================================================================
|
11361
11218
|
|
11362
11219
|
Apache License
|
@@ -11562,7 +11419,7 @@ See the License for the specific language governing permissions and
|
|
11562
11419
|
limitations under the License.
|
11563
11420
|
|
11564
11421
|
================================================================================
|
11565
|
-
rayon
|
11422
|
+
rayon LICENSE-MIT
|
11566
11423
|
================================================================================
|
11567
11424
|
|
11568
11425
|
Copyright (c) 2010 The Rust Project Developers
|
@@ -11592,76 +11449,548 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
11592
11449
|
DEALINGS IN THE SOFTWARE.
|
11593
11450
|
|
11594
11451
|
================================================================================
|
11595
|
-
|
11452
|
+
rayon-cond LICENSE-APACHE
|
11596
11453
|
================================================================================
|
11597
11454
|
|
11598
|
-
|
11599
|
-
|
11600
|
-
|
11455
|
+
Apache License
|
11456
|
+
Version 2.0, January 2004
|
11457
|
+
http://www.apache.org/licenses/
|
11601
11458
|
|
11602
|
-
|
11459
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
11603
11460
|
|
11604
|
-
|
11461
|
+
1. Definitions.
|
11605
11462
|
|
11606
|
-
|
11607
|
-
|
11463
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11464
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
11608
11465
|
|
11609
|
-
|
11610
|
-
|
11466
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
11467
|
+
the copyright owner that is granting the License.
|
11611
11468
|
|
11612
|
-
|
11613
|
-
|
11614
|
-
|
11615
|
-
|
11616
|
-
|
11617
|
-
|
11618
|
-
|
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.
|
11619
11476
|
|
11620
|
-
|
11621
|
-
|
11477
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
11478
|
+
exercising permissions granted by this License.
|
11622
11479
|
|
11623
|
-
|
11624
|
-
|
11625
|
-
|
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.
|
11626
11483
|
|
11627
|
-
|
11628
|
-
|
11629
|
-
|
11630
|
-
|
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.
|
11631
11488
|
|
11632
|
-
|
11633
|
-
|
11634
|
-
|
11635
|
-
|
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).
|
11636
11493
|
|
11637
|
-
|
11638
|
-
|
11639
|
-
|
11640
|
-
|
11641
|
-
|
11642
|
-
|
11643
|
-
|
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.
|
11644
11501
|
|
11645
|
-
|
11646
|
-
|
11647
|
-
|
11648
|
-
|
11649
|
-
|
11650
|
-
|
11651
|
-
|
11652
|
-
|
11653
|
-
|
11654
|
-
|
11655
|
-
|
11656
|
-
|
11657
|
-
|
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."
|
11658
11515
|
|
11659
|
-
|
11660
|
-
|
11661
|
-
|
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.
|
11662
11519
|
|
11663
|
-
|
11664
|
-
|
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.
|
11526
|
+
|
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,
|
11665
11994
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
11666
11995
|
copyright license to reproduce, prepare Derivative Works of,
|
11667
11996
|
publicly display, publicly perform, sublicense, and distribute the
|
@@ -13050,207 +13379,182 @@ DEALINGS IN THE SOFTWARE.
|
|
13050
13379
|
ryu LICENSE-APACHE
|
13051
13380
|
================================================================================
|
13052
13381
|
|
13053
|
-
|
13054
|
-
|
13055
|
-
|
13056
|
-
|
13057
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13058
|
-
|
13059
|
-
1. Definitions.
|
13060
|
-
|
13061
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
13062
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
13063
|
-
|
13064
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
13065
|
-
the copyright owner that is granting the License.
|
13066
|
-
|
13067
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
13068
|
-
other entities that control, are controlled by, or are under common
|
13069
|
-
control with that entity. For the purposes of this definition,
|
13070
|
-
"control" means (i) the power, direct or indirect, to cause the
|
13071
|
-
direction or management of such entity, whether by contract or
|
13072
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
13073
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
13074
|
-
|
13075
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
13076
|
-
exercising permissions granted by this License.
|
13382
|
+
Apache License
|
13383
|
+
Version 2.0, January 2004
|
13384
|
+
http://www.apache.org/licenses/
|
13077
13385
|
|
13078
|
-
|
13079
|
-
including but not limited to software source code, documentation
|
13080
|
-
source, and configuration files.
|
13386
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13081
13387
|
|
13082
|
-
|
13083
|
-
transformation or translation of a Source form, including but
|
13084
|
-
not limited to compiled object code, generated documentation,
|
13085
|
-
and conversions to other media types.
|
13388
|
+
1. Definitions.
|
13086
13389
|
|
13087
|
-
|
13088
|
-
|
13089
|
-
copyright notice that is included in or attached to the work
|
13090
|
-
(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.
|
13091
13392
|
|
13092
|
-
|
13093
|
-
|
13094
|
-
editorial revisions, annotations, elaborations, or other modifications
|
13095
|
-
represent, as a whole, an original work of authorship. For the purposes
|
13096
|
-
of this License, Derivative Works shall not include works that remain
|
13097
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
13098
|
-
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.
|
13099
13395
|
|
13100
|
-
|
13101
|
-
|
13102
|
-
|
13103
|
-
|
13104
|
-
|
13105
|
-
|
13106
|
-
|
13107
|
-
to the Licensor or its representatives, including but not limited to
|
13108
|
-
communication on electronic mailing lists, source code control systems,
|
13109
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
13110
|
-
Licensor for the purpose of discussing and improving the Work, but
|
13111
|
-
excluding communication that is conspicuously marked or otherwise
|
13112
|
-
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.
|
13113
13403
|
|
13114
|
-
|
13115
|
-
|
13116
|
-
subsequently incorporated within the Work.
|
13404
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
13405
|
+
exercising permissions granted by this License.
|
13117
13406
|
|
13118
|
-
|
13119
|
-
|
13120
|
-
|
13121
|
-
copyright license to reproduce, prepare Derivative Works of,
|
13122
|
-
publicly display, publicly perform, sublicense, and distribute the
|
13123
|
-
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.
|
13124
13410
|
|
13125
|
-
|
13126
|
-
|
13127
|
-
|
13128
|
-
|
13129
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13130
|
-
where such license applies only to those patent claims licensable
|
13131
|
-
by such Contributor that are necessarily infringed by their
|
13132
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
13133
|
-
with the Work to which such Contribution(s) was submitted. If You
|
13134
|
-
institute patent litigation against any entity (including a
|
13135
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13136
|
-
or a Contribution incorporated within the Work constitutes direct
|
13137
|
-
or contributory patent infringement, then any patent licenses
|
13138
|
-
granted to You under this License for that Work shall terminate
|
13139
|
-
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.
|
13140
13415
|
|
13141
|
-
|
13142
|
-
|
13143
|
-
|
13144
|
-
|
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).
|
13145
13420
|
|
13146
|
-
|
13147
|
-
|
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.
|
13148
13428
|
|
13149
|
-
|
13150
|
-
|
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."
|
13151
13442
|
|
13152
|
-
|
13153
|
-
|
13154
|
-
|
13155
|
-
excluding those notices that do not pertain to any part of
|
13156
|
-
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.
|
13157
13446
|
|
13158
|
-
|
13159
|
-
|
13160
|
-
|
13161
|
-
|
13162
|
-
|
13163
|
-
|
13164
|
-
as part of the Derivative Works; within the Source form or
|
13165
|
-
documentation, if provided along with the Derivative Works; or,
|
13166
|
-
within a display generated by the Derivative Works, if and
|
13167
|
-
wherever such third-party notices normally appear. The contents
|
13168
|
-
of the NOTICE file are for informational purposes only and
|
13169
|
-
do not modify the License. You may add Your own attribution
|
13170
|
-
notices within Derivative Works that You distribute, alongside
|
13171
|
-
or as an addendum to the NOTICE text from the Work, provided
|
13172
|
-
that such additional attribution notices cannot be construed
|
13173
|
-
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.
|
13174
13453
|
|
13175
|
-
|
13176
|
-
|
13177
|
-
|
13178
|
-
|
13179
|
-
|
13180
|
-
|
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.
|
13181
13469
|
|
13182
|
-
|
13183
|
-
|
13184
|
-
|
13185
|
-
|
13186
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
13187
|
-
the terms of any separate license agreement you may have executed
|
13188
|
-
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:
|
13189
13474
|
|
13190
|
-
|
13191
|
-
|
13192
|
-
except as required for reasonable and customary use in describing the
|
13193
|
-
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
|
13194
13477
|
|
13195
|
-
|
13196
|
-
|
13197
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13198
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13199
|
-
implied, including, without limitation, any warranties or conditions
|
13200
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13201
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13202
|
-
appropriateness of using or redistributing the Work and assume any
|
13203
|
-
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
|
13204
13480
|
|
13205
|
-
|
13206
|
-
|
13207
|
-
|
13208
|
-
|
13209
|
-
|
13210
|
-
incidental, or consequential damages of any character arising as a
|
13211
|
-
result of this License or out of the use or inability to use the
|
13212
|
-
Work (including but not limited to damages for loss of goodwill,
|
13213
|
-
work stoppage, computer failure or malfunction, or any and all
|
13214
|
-
other commercial damages or losses), even if such Contributor
|
13215
|
-
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
|
13216
13486
|
|
13217
|
-
|
13218
|
-
|
13219
|
-
|
13220
|
-
|
13221
|
-
|
13222
|
-
|
13223
|
-
|
13224
|
-
|
13225
|
-
|
13226
|
-
|
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.
|
13227
13503
|
|
13228
|
-
|
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.
|
13229
13510
|
|
13230
|
-
|
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.
|
13231
13518
|
|
13232
|
-
|
13233
|
-
|
13234
|
-
|
13235
|
-
|
13236
|
-
comment syntax for the file format. We also recommend that a
|
13237
|
-
file or class name and description of purpose be included on the
|
13238
|
-
same "printed page" as the copyright notice for easier
|
13239
|
-
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.
|
13240
13523
|
|
13241
|
-
|
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.
|
13242
13533
|
|
13243
|
-
|
13244
|
-
|
13245
|
-
|
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.
|
13246
13545
|
|
13247
|
-
|
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.
|
13248
13556
|
|
13249
|
-
|
13250
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13251
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13252
|
-
See the License for the specific language governing permissions and
|
13253
|
-
limitations under the License.
|
13557
|
+
END OF TERMS AND CONDITIONS
|
13254
13558
|
|
13255
13559
|
================================================================================
|
13256
13560
|
ryu LICENSE-BOOST
|
@@ -13697,31 +14001,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13697
14001
|
|
13698
14002
|
END OF TERMS AND CONDITIONS
|
13699
14003
|
|
13700
|
-
APPENDIX: How to apply the Apache License to your work.
|
13701
|
-
|
13702
|
-
To apply the Apache License to your work, attach the following
|
13703
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13704
|
-
replaced with your own identifying information. (Don't include
|
13705
|
-
the brackets!) The text should be enclosed in the appropriate
|
13706
|
-
comment syntax for the file format. We also recommend that a
|
13707
|
-
file or class name and description of purpose be included on the
|
13708
|
-
same "printed page" as the copyright notice for easier
|
13709
|
-
identification within third-party archives.
|
13710
|
-
|
13711
|
-
Copyright [yyyy] [name of copyright owner]
|
13712
|
-
|
13713
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13714
|
-
you may not use this file except in compliance with the License.
|
13715
|
-
You may obtain a copy of the License at
|
13716
|
-
|
13717
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
13718
|
-
|
13719
|
-
Unless required by applicable law or agreed to in writing, software
|
13720
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13721
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13722
|
-
See the License for the specific language governing permissions and
|
13723
|
-
limitations under the License.
|
13724
|
-
|
13725
14004
|
================================================================================
|
13726
14005
|
serde LICENSE-MIT
|
13727
14006
|
================================================================================
|
@@ -13913,48 +14192,23 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13913
14192
|
liable to You for damages, including any direct, indirect, special,
|
13914
14193
|
incidental, or consequential damages of any character arising as a
|
13915
14194
|
result of this License or out of the use or inability to use the
|
13916
|
-
Work (including but not limited to damages for loss of goodwill,
|
13917
|
-
work stoppage, computer failure or malfunction, or any and all
|
13918
|
-
other commercial damages or losses), even if such Contributor
|
13919
|
-
has been advised of the possibility of such damages.
|
13920
|
-
|
13921
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
13922
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
13923
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
13924
|
-
or other liability obligations and/or rights consistent with this
|
13925
|
-
License. However, in accepting such obligations, You may act only
|
13926
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
13927
|
-
of any other Contributor, and only if You agree to indemnify,
|
13928
|
-
defend, and hold each Contributor harmless for any liability
|
13929
|
-
incurred by, or claims asserted against, such Contributor by reason
|
13930
|
-
of your accepting any such warranty or additional liability.
|
13931
|
-
|
13932
|
-
END OF TERMS AND CONDITIONS
|
13933
|
-
|
13934
|
-
APPENDIX: How to apply the Apache License to your work.
|
13935
|
-
|
13936
|
-
To apply the Apache License to your work, attach the following
|
13937
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13938
|
-
replaced with your own identifying information. (Don't include
|
13939
|
-
the brackets!) The text should be enclosed in the appropriate
|
13940
|
-
comment syntax for the file format. We also recommend that a
|
13941
|
-
file or class name and description of purpose be included on the
|
13942
|
-
same "printed page" as the copyright notice for easier
|
13943
|
-
identification within third-party archives.
|
13944
|
-
|
13945
|
-
Copyright [yyyy] [name of copyright owner]
|
13946
|
-
|
13947
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13948
|
-
you may not use this file except in compliance with the License.
|
13949
|
-
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.
|
13950
14199
|
|
13951
|
-
|
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.
|
13952
14210
|
|
13953
|
-
|
13954
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13955
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13956
|
-
See the License for the specific language governing permissions and
|
13957
|
-
limitations under the License.
|
14211
|
+
END OF TERMS AND CONDITIONS
|
13958
14212
|
|
13959
14213
|
================================================================================
|
13960
14214
|
serde_derive LICENSE-MIT
|
@@ -14939,246 +15193,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14939
15193
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14940
15194
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14941
15195
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14942
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14943
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14944
|
-
SOFTWARE.
|
14945
|
-
|
14946
|
-
================================================================================
|
14947
|
-
syn LICENSE-APACHE
|
14948
|
-
================================================================================
|
14949
|
-
|
14950
|
-
Apache License
|
14951
|
-
Version 2.0, January 2004
|
14952
|
-
http://www.apache.org/licenses/
|
14953
|
-
|
14954
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14955
|
-
|
14956
|
-
1. Definitions.
|
14957
|
-
|
14958
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14959
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14960
|
-
|
14961
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14962
|
-
the copyright owner that is granting the License.
|
14963
|
-
|
14964
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14965
|
-
other entities that control, are controlled by, or are under common
|
14966
|
-
control with that entity. For the purposes of this definition,
|
14967
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14968
|
-
direction or management of such entity, whether by contract or
|
14969
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14970
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14971
|
-
|
14972
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14973
|
-
exercising permissions granted by this License.
|
14974
|
-
|
14975
|
-
"Source" form shall mean the preferred form for making modifications,
|
14976
|
-
including but not limited to software source code, documentation
|
14977
|
-
source, and configuration files.
|
14978
|
-
|
14979
|
-
"Object" form shall mean any form resulting from mechanical
|
14980
|
-
transformation or translation of a Source form, including but
|
14981
|
-
not limited to compiled object code, generated documentation,
|
14982
|
-
and conversions to other media types.
|
14983
|
-
|
14984
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14985
|
-
Object form, made available under the License, as indicated by a
|
14986
|
-
copyright notice that is included in or attached to the work
|
14987
|
-
(an example is provided in the Appendix below).
|
14988
|
-
|
14989
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14990
|
-
form, that is based on (or derived from) the Work and for which the
|
14991
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14992
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14993
|
-
of this License, Derivative Works shall not include works that remain
|
14994
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14995
|
-
the Work and Derivative Works thereof.
|
14996
|
-
|
14997
|
-
"Contribution" shall mean any work of authorship, including
|
14998
|
-
the original version of the Work and any modifications or additions
|
14999
|
-
to that Work or Derivative Works thereof, that is intentionally
|
15000
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
15001
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
15002
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
15003
|
-
means any form of electronic, verbal, or written communication sent
|
15004
|
-
to the Licensor or its representatives, including but not limited to
|
15005
|
-
communication on electronic mailing lists, source code control systems,
|
15006
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
15007
|
-
Licensor for the purpose of discussing and improving the Work, but
|
15008
|
-
excluding communication that is conspicuously marked or otherwise
|
15009
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
15010
|
-
|
15011
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15012
|
-
on behalf of whom a Contribution has been received by Licensor and
|
15013
|
-
subsequently incorporated within the Work.
|
15014
|
-
|
15015
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
15016
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15017
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15018
|
-
copyright license to reproduce, prepare Derivative Works of,
|
15019
|
-
publicly display, publicly perform, sublicense, and distribute the
|
15020
|
-
Work and such Derivative Works in Source or Object form.
|
15021
|
-
|
15022
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
15023
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15024
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15025
|
-
(except as stated in this section) patent license to make, have made,
|
15026
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15027
|
-
where such license applies only to those patent claims licensable
|
15028
|
-
by such Contributor that are necessarily infringed by their
|
15029
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15030
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15031
|
-
institute patent litigation against any entity (including a
|
15032
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15033
|
-
or a Contribution incorporated within the Work constitutes direct
|
15034
|
-
or contributory patent infringement, then any patent licenses
|
15035
|
-
granted to You under this License for that Work shall terminate
|
15036
|
-
as of the date such litigation is filed.
|
15037
|
-
|
15038
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15039
|
-
Work or Derivative Works thereof in any medium, with or without
|
15040
|
-
modifications, and in Source or Object form, provided that You
|
15041
|
-
meet the following conditions:
|
15042
|
-
|
15043
|
-
(a) You must give any other recipients of the Work or
|
15044
|
-
Derivative Works a copy of this License; and
|
15045
|
-
|
15046
|
-
(b) You must cause any modified files to carry prominent notices
|
15047
|
-
stating that You changed the files; and
|
15048
|
-
|
15049
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15050
|
-
that You distribute, all copyright, patent, trademark, and
|
15051
|
-
attribution notices from the Source form of the Work,
|
15052
|
-
excluding those notices that do not pertain to any part of
|
15053
|
-
the Derivative Works; and
|
15054
|
-
|
15055
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15056
|
-
distribution, then any Derivative Works that You distribute must
|
15057
|
-
include a readable copy of the attribution notices contained
|
15058
|
-
within such NOTICE file, excluding those notices that do not
|
15059
|
-
pertain to any part of the Derivative Works, in at least one
|
15060
|
-
of the following places: within a NOTICE text file distributed
|
15061
|
-
as part of the Derivative Works; within the Source form or
|
15062
|
-
documentation, if provided along with the Derivative Works; or,
|
15063
|
-
within a display generated by the Derivative Works, if and
|
15064
|
-
wherever such third-party notices normally appear. The contents
|
15065
|
-
of the NOTICE file are for informational purposes only and
|
15066
|
-
do not modify the License. You may add Your own attribution
|
15067
|
-
notices within Derivative Works that You distribute, alongside
|
15068
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15069
|
-
that such additional attribution notices cannot be construed
|
15070
|
-
as modifying the License.
|
15071
|
-
|
15072
|
-
You may add Your own copyright statement to Your modifications and
|
15073
|
-
may provide additional or different license terms and conditions
|
15074
|
-
for use, reproduction, or distribution of Your modifications, or
|
15075
|
-
for any such Derivative Works as a whole, provided Your use,
|
15076
|
-
reproduction, and distribution of the Work otherwise complies with
|
15077
|
-
the conditions stated in this License.
|
15078
|
-
|
15079
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15080
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15081
|
-
by You to the Licensor shall be under the terms and conditions of
|
15082
|
-
this License, without any additional terms or conditions.
|
15083
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15084
|
-
the terms of any separate license agreement you may have executed
|
15085
|
-
with Licensor regarding such Contributions.
|
15086
|
-
|
15087
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15088
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15089
|
-
except as required for reasonable and customary use in describing the
|
15090
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15091
|
-
|
15092
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15093
|
-
agreed to in writing, Licensor provides the Work (and each
|
15094
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15095
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15096
|
-
implied, including, without limitation, any warranties or conditions
|
15097
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15098
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15099
|
-
appropriateness of using or redistributing the Work and assume any
|
15100
|
-
risks associated with Your exercise of permissions under this License.
|
15101
|
-
|
15102
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15103
|
-
whether in tort (including negligence), contract, or otherwise,
|
15104
|
-
unless required by applicable law (such as deliberate and grossly
|
15105
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15106
|
-
liable to You for damages, including any direct, indirect, special,
|
15107
|
-
incidental, or consequential damages of any character arising as a
|
15108
|
-
result of this License or out of the use or inability to use the
|
15109
|
-
Work (including but not limited to damages for loss of goodwill,
|
15110
|
-
work stoppage, computer failure or malfunction, or any and all
|
15111
|
-
other commercial damages or losses), even if such Contributor
|
15112
|
-
has been advised of the possibility of such damages.
|
15113
|
-
|
15114
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15115
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15116
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15117
|
-
or other liability obligations and/or rights consistent with this
|
15118
|
-
License. However, in accepting such obligations, You may act only
|
15119
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15120
|
-
of any other Contributor, and only if You agree to indemnify,
|
15121
|
-
defend, and hold each Contributor harmless for any liability
|
15122
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15123
|
-
of your accepting any such warranty or additional liability.
|
15124
|
-
|
15125
|
-
END OF TERMS AND CONDITIONS
|
15126
|
-
|
15127
|
-
APPENDIX: How to apply the Apache License to your work.
|
15128
|
-
|
15129
|
-
To apply the Apache License to your work, attach the following
|
15130
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15131
|
-
replaced with your own identifying information. (Don't include
|
15132
|
-
the brackets!) The text should be enclosed in the appropriate
|
15133
|
-
comment syntax for the file format. We also recommend that a
|
15134
|
-
file or class name and description of purpose be included on the
|
15135
|
-
same "printed page" as the copyright notice for easier
|
15136
|
-
identification within third-party archives.
|
15137
|
-
|
15138
|
-
Copyright [yyyy] [name of copyright owner]
|
15139
|
-
|
15140
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15141
|
-
you may not use this file except in compliance with the License.
|
15142
|
-
You may obtain a copy of the License at
|
15143
|
-
|
15144
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
15145
|
-
|
15146
|
-
Unless required by applicable law or agreed to in writing, software
|
15147
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15148
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15149
|
-
See the License for the specific language governing permissions and
|
15150
|
-
limitations under the License.
|
15151
|
-
|
15152
|
-
================================================================================
|
15153
|
-
syn LICENSE-MIT
|
15154
|
-
================================================================================
|
15155
|
-
|
15156
|
-
Permission is hereby granted, free of charge, to any
|
15157
|
-
person obtaining a copy of this software and associated
|
15158
|
-
documentation files (the "Software"), to deal in the
|
15159
|
-
Software without restriction, including without
|
15160
|
-
limitation the rights to use, copy, modify, merge,
|
15161
|
-
publish, distribute, sublicense, and/or sell copies of
|
15162
|
-
the Software, and to permit persons to whom the Software
|
15163
|
-
is furnished to do so, subject to the following
|
15164
|
-
conditions:
|
15165
|
-
|
15166
|
-
The above copyright notice and this permission notice
|
15167
|
-
shall be included in all copies or substantial portions
|
15168
|
-
of the Software.
|
15169
|
-
|
15170
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15171
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15172
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15173
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15174
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15175
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15176
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15177
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15178
|
-
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.
|
15179
15199
|
|
15180
15200
|
================================================================================
|
15181
|
-
|
15201
|
+
syn v1.0.109 LICENSE-APACHE
|
15182
15202
|
================================================================================
|
15183
15203
|
|
15184
15204
|
Apache License
|
@@ -15384,7 +15404,7 @@ See the License for the specific language governing permissions and
|
|
15384
15404
|
limitations under the License.
|
15385
15405
|
|
15386
15406
|
================================================================================
|
15387
|
-
|
15407
|
+
syn v1.0.109 LICENSE-MIT
|
15388
15408
|
================================================================================
|
15389
15409
|
|
15390
15410
|
Permission is hereby granted, free of charge, to any
|
@@ -15412,7 +15432,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15412
15432
|
DEALINGS IN THE SOFTWARE.
|
15413
15433
|
|
15414
15434
|
================================================================================
|
15415
|
-
|
15435
|
+
syn v2.0.13 LICENSE-APACHE
|
15416
15436
|
================================================================================
|
15417
15437
|
|
15418
15438
|
Apache License
|
@@ -15575,284 +15595,53 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
15575
15595
|
incidental, or consequential damages of any character arising as a
|
15576
15596
|
result of this License or out of the use or inability to use the
|
15577
15597
|
Work (including but not limited to damages for loss of goodwill,
|
15578
|
-
work stoppage, computer failure or malfunction, or any and all
|
15579
|
-
other commercial damages or losses), even if such Contributor
|
15580
|
-
has been advised of the possibility of such damages.
|
15581
|
-
|
15582
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15583
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15584
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15585
|
-
or other liability obligations and/or rights consistent with this
|
15586
|
-
License. However, in accepting such obligations, You may act only
|
15587
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15588
|
-
of any other Contributor, and only if You agree to indemnify,
|
15589
|
-
defend, and hold each Contributor harmless for any liability
|
15590
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15591
|
-
of your accepting any such warranty or additional liability.
|
15592
|
-
|
15593
|
-
END OF TERMS AND CONDITIONS
|
15594
|
-
|
15595
|
-
APPENDIX: How to apply the Apache License to your work.
|
15596
|
-
|
15597
|
-
To apply the Apache License to your work, attach the following
|
15598
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15599
|
-
replaced with your own identifying information. (Don't include
|
15600
|
-
the brackets!) The text should be enclosed in the appropriate
|
15601
|
-
comment syntax for the file format. We also recommend that a
|
15602
|
-
file or class name and description of purpose be included on the
|
15603
|
-
same "printed page" as the copyright notice for easier
|
15604
|
-
identification within third-party archives.
|
15605
|
-
|
15606
|
-
Copyright [yyyy] [name of copyright owner]
|
15607
|
-
|
15608
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15609
|
-
you may not use this file except in compliance with the License.
|
15610
|
-
You may obtain a copy of the License at
|
15611
|
-
|
15612
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
15613
|
-
|
15614
|
-
Unless required by applicable law or agreed to in writing, software
|
15615
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15616
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15617
|
-
See the License for the specific language governing permissions and
|
15618
|
-
limitations under the License.
|
15619
|
-
|
15620
|
-
================================================================================
|
15621
|
-
thiserror-impl LICENSE-MIT
|
15622
|
-
================================================================================
|
15623
|
-
|
15624
|
-
Permission is hereby granted, free of charge, to any
|
15625
|
-
person obtaining a copy of this software and associated
|
15626
|
-
documentation files (the "Software"), to deal in the
|
15627
|
-
Software without restriction, including without
|
15628
|
-
limitation the rights to use, copy, modify, merge,
|
15629
|
-
publish, distribute, sublicense, and/or sell copies of
|
15630
|
-
the Software, and to permit persons to whom the Software
|
15631
|
-
is furnished to do so, subject to the following
|
15632
|
-
conditions:
|
15633
|
-
|
15634
|
-
The above copyright notice and this permission notice
|
15635
|
-
shall be included in all copies or substantial portions
|
15636
|
-
of the Software.
|
15637
|
-
|
15638
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15639
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15640
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15641
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15642
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15643
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15644
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15645
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15646
|
-
DEALINGS IN THE SOFTWARE.
|
15647
|
-
|
15648
|
-
================================================================================
|
15649
|
-
tokenizers LICENSE
|
15650
|
-
================================================================================
|
15651
|
-
|
15652
|
-
Apache License
|
15653
|
-
Version 2.0, January 2004
|
15654
|
-
http://www.apache.org/licenses/
|
15655
|
-
|
15656
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15657
|
-
|
15658
|
-
1. Definitions.
|
15659
|
-
|
15660
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
15661
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
15662
|
-
|
15663
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
15664
|
-
the copyright owner that is granting the License.
|
15665
|
-
|
15666
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
15667
|
-
other entities that control, are controlled by, or are under common
|
15668
|
-
control with that entity. For the purposes of this definition,
|
15669
|
-
"control" means (i) the power, direct or indirect, to cause the
|
15670
|
-
direction or management of such entity, whether by contract or
|
15671
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15672
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
15673
|
-
|
15674
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
15675
|
-
exercising permissions granted by this License.
|
15676
|
-
|
15677
|
-
"Source" form shall mean the preferred form for making modifications,
|
15678
|
-
including but not limited to software source code, documentation
|
15679
|
-
source, and configuration files.
|
15680
|
-
|
15681
|
-
"Object" form shall mean any form resulting from mechanical
|
15682
|
-
transformation or translation of a Source form, including but
|
15683
|
-
not limited to compiled object code, generated documentation,
|
15684
|
-
and conversions to other media types.
|
15685
|
-
|
15686
|
-
"Work" shall mean the work of authorship, whether in Source or
|
15687
|
-
Object form, made available under the License, as indicated by a
|
15688
|
-
copyright notice that is included in or attached to the work
|
15689
|
-
(an example is provided in the Appendix below).
|
15690
|
-
|
15691
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
15692
|
-
form, that is based on (or derived from) the Work and for which the
|
15693
|
-
editorial revisions, annotations, elaborations, or other modifications
|
15694
|
-
represent, as a whole, an original work of authorship. For the purposes
|
15695
|
-
of this License, Derivative Works shall not include works that remain
|
15696
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
15697
|
-
the Work and Derivative Works thereof.
|
15698
|
-
|
15699
|
-
"Contribution" shall mean any work of authorship, including
|
15700
|
-
the original version of the Work and any modifications or additions
|
15701
|
-
to that Work or Derivative Works thereof, that is intentionally
|
15702
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
15703
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
15704
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
15705
|
-
means any form of electronic, verbal, or written communication sent
|
15706
|
-
to the Licensor or its representatives, including but not limited to
|
15707
|
-
communication on electronic mailing lists, source code control systems,
|
15708
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
15709
|
-
Licensor for the purpose of discussing and improving the Work, but
|
15710
|
-
excluding communication that is conspicuously marked or otherwise
|
15711
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
15712
|
-
|
15713
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15714
|
-
on behalf of whom a Contribution has been received by Licensor and
|
15715
|
-
subsequently incorporated within the Work.
|
15716
|
-
|
15717
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
15718
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15719
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15720
|
-
copyright license to reproduce, prepare Derivative Works of,
|
15721
|
-
publicly display, publicly perform, sublicense, and distribute the
|
15722
|
-
Work and such Derivative Works in Source or Object form.
|
15723
|
-
|
15724
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
15725
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15726
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15727
|
-
(except as stated in this section) patent license to make, have made,
|
15728
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15729
|
-
where such license applies only to those patent claims licensable
|
15730
|
-
by such Contributor that are necessarily infringed by their
|
15731
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15732
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15733
|
-
institute patent litigation against any entity (including a
|
15734
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15735
|
-
or a Contribution incorporated within the Work constitutes direct
|
15736
|
-
or contributory patent infringement, then any patent licenses
|
15737
|
-
granted to You under this License for that Work shall terminate
|
15738
|
-
as of the date such litigation is filed.
|
15739
|
-
|
15740
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15741
|
-
Work or Derivative Works thereof in any medium, with or without
|
15742
|
-
modifications, and in Source or Object form, provided that You
|
15743
|
-
meet the following conditions:
|
15744
|
-
|
15745
|
-
(a) You must give any other recipients of the Work or
|
15746
|
-
Derivative Works a copy of this License; and
|
15747
|
-
|
15748
|
-
(b) You must cause any modified files to carry prominent notices
|
15749
|
-
stating that You changed the files; and
|
15750
|
-
|
15751
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15752
|
-
that You distribute, all copyright, patent, trademark, and
|
15753
|
-
attribution notices from the Source form of the Work,
|
15754
|
-
excluding those notices that do not pertain to any part of
|
15755
|
-
the Derivative Works; and
|
15756
|
-
|
15757
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15758
|
-
distribution, then any Derivative Works that You distribute must
|
15759
|
-
include a readable copy of the attribution notices contained
|
15760
|
-
within such NOTICE file, excluding those notices that do not
|
15761
|
-
pertain to any part of the Derivative Works, in at least one
|
15762
|
-
of the following places: within a NOTICE text file distributed
|
15763
|
-
as part of the Derivative Works; within the Source form or
|
15764
|
-
documentation, if provided along with the Derivative Works; or,
|
15765
|
-
within a display generated by the Derivative Works, if and
|
15766
|
-
wherever such third-party notices normally appear. The contents
|
15767
|
-
of the NOTICE file are for informational purposes only and
|
15768
|
-
do not modify the License. You may add Your own attribution
|
15769
|
-
notices within Derivative Works that You distribute, alongside
|
15770
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15771
|
-
that such additional attribution notices cannot be construed
|
15772
|
-
as modifying the License.
|
15773
|
-
|
15774
|
-
You may add Your own copyright statement to Your modifications and
|
15775
|
-
may provide additional or different license terms and conditions
|
15776
|
-
for use, reproduction, or distribution of Your modifications, or
|
15777
|
-
for any such Derivative Works as a whole, provided Your use,
|
15778
|
-
reproduction, and distribution of the Work otherwise complies with
|
15779
|
-
the conditions stated in this License.
|
15780
|
-
|
15781
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15782
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15783
|
-
by You to the Licensor shall be under the terms and conditions of
|
15784
|
-
this License, without any additional terms or conditions.
|
15785
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15786
|
-
the terms of any separate license agreement you may have executed
|
15787
|
-
with Licensor regarding such Contributions.
|
15788
|
-
|
15789
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15790
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15791
|
-
except as required for reasonable and customary use in describing the
|
15792
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15793
|
-
|
15794
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15795
|
-
agreed to in writing, Licensor provides the Work (and each
|
15796
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15797
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15798
|
-
implied, including, without limitation, any warranties or conditions
|
15799
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15800
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15801
|
-
appropriateness of using or redistributing the Work and assume any
|
15802
|
-
risks associated with Your exercise of permissions under this License.
|
15803
|
-
|
15804
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15805
|
-
whether in tort (including negligence), contract, or otherwise,
|
15806
|
-
unless required by applicable law (such as deliberate and grossly
|
15807
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15808
|
-
liable to You for damages, including any direct, indirect, special,
|
15809
|
-
incidental, or consequential damages of any character arising as a
|
15810
|
-
result of this License or out of the use or inability to use the
|
15811
|
-
Work (including but not limited to damages for loss of goodwill,
|
15812
|
-
work stoppage, computer failure or malfunction, or any and all
|
15813
|
-
other commercial damages or losses), even if such Contributor
|
15814
|
-
has been advised of the possibility of such damages.
|
15815
|
-
|
15816
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15817
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15818
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15819
|
-
or other liability obligations and/or rights consistent with this
|
15820
|
-
License. However, in accepting such obligations, You may act only
|
15821
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15822
|
-
of any other Contributor, and only if You agree to indemnify,
|
15823
|
-
defend, and hold each Contributor harmless for any liability
|
15824
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15825
|
-
of your accepting any such warranty or additional liability.
|
15826
|
-
|
15827
|
-
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.
|
15828
15601
|
|
15829
|
-
|
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.
|
15830
15612
|
|
15831
|
-
|
15832
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15833
|
-
replaced with your own identifying information. (Don't include
|
15834
|
-
the brackets!) The text should be enclosed in the appropriate
|
15835
|
-
comment syntax for the file format. We also recommend that a
|
15836
|
-
file or class name and description of purpose be included on the
|
15837
|
-
same "printed page" as the copyright notice for easier
|
15838
|
-
identification within third-party archives.
|
15613
|
+
END OF TERMS AND CONDITIONS
|
15839
15614
|
|
15840
|
-
|
15615
|
+
================================================================================
|
15616
|
+
syn v2.0.13 LICENSE-MIT
|
15617
|
+
================================================================================
|
15841
15618
|
|
15842
|
-
|
15843
|
-
|
15844
|
-
|
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:
|
15845
15628
|
|
15846
|
-
|
15629
|
+
The above copyright notice and this permission notice
|
15630
|
+
shall be included in all copies or substantial portions
|
15631
|
+
of the Software.
|
15847
15632
|
|
15848
|
-
|
15849
|
-
|
15850
|
-
|
15851
|
-
|
15852
|
-
|
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.
|
15853
15642
|
|
15854
15643
|
================================================================================
|
15855
|
-
|
15644
|
+
thiserror LICENSE-APACHE
|
15856
15645
|
================================================================================
|
15857
15646
|
|
15858
15647
|
Apache License
|
@@ -16032,37 +15821,219 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16032
15821
|
|
16033
15822
|
END OF TERMS AND CONDITIONS
|
16034
15823
|
|
16035
|
-
|
15824
|
+
================================================================================
|
15825
|
+
thiserror LICENSE-MIT
|
15826
|
+
================================================================================
|
16036
15827
|
|
16037
|
-
|
16038
|
-
|
16039
|
-
|
16040
|
-
|
16041
|
-
|
16042
|
-
|
16043
|
-
|
16044
|
-
|
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:
|
16045
15837
|
|
16046
|
-
|
15838
|
+
The above copyright notice and this permission notice
|
15839
|
+
shall be included in all copies or substantial portions
|
15840
|
+
of the Software.
|
16047
15841
|
|
16048
|
-
|
16049
|
-
|
16050
|
-
|
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.
|
16051
16019
|
|
16052
|
-
|
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.
|
16053
16030
|
|
16054
|
-
|
16055
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16056
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16057
|
-
See the License for the specific language governing permissions and
|
16058
|
-
limitations under the License.
|
16031
|
+
END OF TERMS AND CONDITIONS
|
16059
16032
|
|
16060
16033
|
================================================================================
|
16061
|
-
|
16034
|
+
thiserror-impl LICENSE-MIT
|
16062
16035
|
================================================================================
|
16063
16036
|
|
16064
|
-
Copyright (c) [year] [name]
|
16065
|
-
|
16066
16037
|
Permission is hereby granted, free of charge, to any
|
16067
16038
|
person obtaining a copy of this software and associated
|
16068
16039
|
documentation files (the "Software"), to deal in the
|
@@ -16087,6 +16058,212 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
16087
16058
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16088
16059
|
DEALINGS IN THE SOFTWARE.
|
16089
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
|
+
|
16090
16267
|
================================================================================
|
16091
16268
|
unicode-ident LICENSE-APACHE
|
16092
16269
|
================================================================================
|
@@ -16268,31 +16445,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16268
16445
|
|
16269
16446
|
END OF TERMS AND CONDITIONS
|
16270
16447
|
|
16271
|
-
APPENDIX: How to apply the Apache License to your work.
|
16272
|
-
|
16273
|
-
To apply the Apache License to your work, attach the following
|
16274
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16275
|
-
replaced with your own identifying information. (Don't include
|
16276
|
-
the brackets!) The text should be enclosed in the appropriate
|
16277
|
-
comment syntax for the file format. We also recommend that a
|
16278
|
-
file or class name and description of purpose be included on the
|
16279
|
-
same "printed page" as the copyright notice for easier
|
16280
|
-
identification within third-party archives.
|
16281
|
-
|
16282
|
-
Copyright [yyyy] [name of copyright owner]
|
16283
|
-
|
16284
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16285
|
-
you may not use this file except in compliance with the License.
|
16286
|
-
You may obtain a copy of the License at
|
16287
|
-
|
16288
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16289
|
-
|
16290
|
-
Unless required by applicable law or agreed to in writing, software
|
16291
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16292
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16293
|
-
See the License for the specific language governing permissions and
|
16294
|
-
limitations under the License.
|
16295
|
-
|
16296
16448
|
================================================================================
|
16297
16449
|
unicode-ident LICENSE-MIT
|
16298
16450
|
================================================================================
|