tokenizers 0.4.4-x86_64-darwin → 0.5.0-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Cargo.lock +55 -72
- data/LICENSE-THIRD-PARTY.txt +107 -647
- data/lib/tokenizers/3.1/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.2/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.3/tokenizers.bundle +0 -0
- data/lib/tokenizers/decoders/metaspace.rb +2 -2
- data/lib/tokenizers/from_pretrained.rb +1 -1
- data/lib/tokenizers/pre_tokenizers/metaspace.rb +2 -2
- data/lib/tokenizers/version.rb +1 -1
- metadata +3 -4
- data/lib/tokenizers/3.0/tokenizers.bundle +0 -0
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -58,29 +58,29 @@ 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.
|
61
|
+
darling v0.20.8
|
62
62
|
https://github.com/TedDriggs/darling
|
63
63
|
MIT
|
64
64
|
|
65
|
-
darling_core v0.
|
65
|
+
darling_core v0.20.8
|
66
66
|
https://github.com/TedDriggs/darling
|
67
67
|
MIT
|
68
68
|
|
69
|
-
darling_macro v0.
|
69
|
+
darling_macro v0.20.8
|
70
70
|
https://github.com/TedDriggs/darling
|
71
71
|
MIT
|
72
72
|
|
73
|
-
derive_builder v0.
|
73
|
+
derive_builder v0.20.0
|
74
74
|
https://github.com/colin-kiegel/rust-derive-builder
|
75
|
-
MIT
|
75
|
+
MIT OR Apache-2.0
|
76
76
|
|
77
|
-
derive_builder_core v0.
|
77
|
+
derive_builder_core v0.20.0
|
78
78
|
https://github.com/colin-kiegel/rust-derive-builder
|
79
|
-
MIT
|
79
|
+
MIT OR Apache-2.0
|
80
80
|
|
81
|
-
derive_builder_macro v0.
|
81
|
+
derive_builder_macro v0.20.0
|
82
82
|
https://github.com/colin-kiegel/rust-derive-builder
|
83
|
-
MIT
|
83
|
+
MIT OR Apache-2.0
|
84
84
|
|
85
85
|
either v1.8.1
|
86
86
|
https://github.com/bluss/either
|
@@ -150,7 +150,7 @@ macro_rules_attribute-proc_macro v0.2.0
|
|
150
150
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
151
151
|
MIT
|
152
152
|
|
153
|
-
magnus v0.6.
|
153
|
+
magnus v0.6.4
|
154
154
|
https://github.com/matsadler/magnus
|
155
155
|
MIT
|
156
156
|
|
@@ -170,11 +170,11 @@ 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.
|
173
|
+
monostate v0.1.12
|
174
174
|
https://github.com/dtolnay/monostate
|
175
175
|
MIT OR Apache-2.0
|
176
176
|
|
177
|
-
monostate-impl v0.1.
|
177
|
+
monostate-impl v0.1.12
|
178
178
|
https://github.com/dtolnay/monostate
|
179
179
|
MIT OR Apache-2.0
|
180
180
|
|
@@ -218,11 +218,11 @@ ppv-lite86 v0.2.17
|
|
218
218
|
https://github.com/cryptocorrosion/cryptocorrosion
|
219
219
|
MIT/Apache-2.0
|
220
220
|
|
221
|
-
proc-macro2 v1.0.
|
221
|
+
proc-macro2 v1.0.81
|
222
222
|
https://github.com/dtolnay/proc-macro2
|
223
223
|
MIT OR Apache-2.0
|
224
224
|
|
225
|
-
quote v1.0.
|
225
|
+
quote v1.0.36
|
226
226
|
https://github.com/dtolnay/quote
|
227
227
|
MIT OR Apache-2.0
|
228
228
|
|
@@ -238,7 +238,7 @@ rand_core v0.6.4
|
|
238
238
|
https://rust-random.github.io/book
|
239
239
|
MIT OR Apache-2.0
|
240
240
|
|
241
|
-
rayon v1.
|
241
|
+
rayon v1.10.0
|
242
242
|
https://github.com/rayon-rs/rayon
|
243
243
|
MIT OR Apache-2.0
|
244
244
|
|
@@ -246,15 +246,15 @@ rayon-cond v0.3.0
|
|
246
246
|
https://github.com/cuviper/rayon-cond
|
247
247
|
Apache-2.0/MIT
|
248
248
|
|
249
|
-
rayon-core v1.12.
|
249
|
+
rayon-core v1.12.1
|
250
250
|
https://github.com/rayon-rs/rayon
|
251
251
|
MIT OR Apache-2.0
|
252
252
|
|
253
|
-
rb-sys v0.9.
|
253
|
+
rb-sys v0.9.97
|
254
254
|
https://github.com/oxidize-rb/rb-sys
|
255
255
|
MIT OR Apache-2.0
|
256
256
|
|
257
|
-
rb-sys-build v0.9.
|
257
|
+
rb-sys-build v0.9.97
|
258
258
|
https://github.com/oxidize-rb/rb-sys
|
259
259
|
MIT OR Apache-2.0
|
260
260
|
|
@@ -262,18 +262,14 @@ rb-sys-env v0.1.2
|
|
262
262
|
https://github.com/oxidize-rb/rb-sys
|
263
263
|
MIT OR Apache-2.0
|
264
264
|
|
265
|
-
regex v1.
|
265
|
+
regex v1.10.4
|
266
266
|
https://github.com/rust-lang/regex
|
267
267
|
MIT OR Apache-2.0
|
268
268
|
|
269
|
-
regex-automata v0.
|
269
|
+
regex-automata v0.4.6
|
270
270
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
271
271
|
MIT OR Apache-2.0
|
272
272
|
|
273
|
-
regex-syntax v0.7.5
|
274
|
-
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
275
|
-
MIT OR Apache-2.0
|
276
|
-
|
277
273
|
regex-syntax v0.8.2
|
278
274
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
279
275
|
MIT OR Apache-2.0
|
@@ -326,11 +322,7 @@ strsim v0.10.0
|
|
326
322
|
https://github.com/dguo/strsim-rs
|
327
323
|
MIT
|
328
324
|
|
329
|
-
syn
|
330
|
-
https://github.com/dtolnay/syn
|
331
|
-
MIT OR Apache-2.0
|
332
|
-
|
333
|
-
syn v2.0.38
|
325
|
+
syn v2.0.59
|
334
326
|
https://github.com/dtolnay/syn
|
335
327
|
MIT OR Apache-2.0
|
336
328
|
|
@@ -342,7 +334,7 @@ thiserror-impl v1.0.49
|
|
342
334
|
https://github.com/dtolnay/thiserror
|
343
335
|
MIT OR Apache-2.0
|
344
336
|
|
345
|
-
tokenizers v0.
|
337
|
+
tokenizers v0.19.1
|
346
338
|
https://github.com/huggingface/tokenizers
|
347
339
|
Apache-2.0
|
348
340
|
|
@@ -354,7 +346,7 @@ unicode-normalization-alignments v0.1.12
|
|
354
346
|
https://github.com/n1t0/unicode-normalization
|
355
347
|
MIT/Apache-2.0
|
356
348
|
|
357
|
-
unicode-segmentation v1.
|
349
|
+
unicode-segmentation v1.11.0
|
358
350
|
https://github.com/unicode-rs/unicode-segmentation
|
359
351
|
MIT/Apache-2.0
|
360
352
|
|
@@ -12447,7 +12439,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12447
12439
|
DEALINGS IN THE SOFTWARE.
|
12448
12440
|
|
12449
12441
|
================================================================================
|
12450
|
-
regex-syntax
|
12442
|
+
regex-syntax LICENSE-APACHE
|
12451
12443
|
================================================================================
|
12452
12444
|
|
12453
12445
|
Apache License
|
@@ -12653,7 +12645,7 @@ See the License for the specific language governing permissions and
|
|
12653
12645
|
limitations under the License.
|
12654
12646
|
|
12655
12647
|
================================================================================
|
12656
|
-
regex-syntax
|
12648
|
+
regex-syntax LICENSE-MIT
|
12657
12649
|
================================================================================
|
12658
12650
|
|
12659
12651
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -12683,7 +12675,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12683
12675
|
DEALINGS IN THE SOFTWARE.
|
12684
12676
|
|
12685
12677
|
================================================================================
|
12686
|
-
regex-syntax
|
12678
|
+
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
12687
12679
|
================================================================================
|
12688
12680
|
|
12689
12681
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
@@ -12745,7 +12737,7 @@ use or other dealings in these Data Files or Software without prior
|
|
12745
12737
|
written authorization of the copyright holder.
|
12746
12738
|
|
12747
12739
|
================================================================================
|
12748
|
-
|
12740
|
+
rustc-hash LICENSE-APACHE
|
12749
12741
|
================================================================================
|
12750
12742
|
|
12751
12743
|
Apache License
|
@@ -12951,11 +12943,9 @@ See the License for the specific language governing permissions and
|
|
12951
12943
|
limitations under the License.
|
12952
12944
|
|
12953
12945
|
================================================================================
|
12954
|
-
|
12946
|
+
rustc-hash LICENSE-MIT
|
12955
12947
|
================================================================================
|
12956
12948
|
|
12957
|
-
Copyright (c) 2014 The Rust Project Developers
|
12958
|
-
|
12959
12949
|
Permission is hereby granted, free of charge, to any
|
12960
12950
|
person obtaining a copy of this software and associated
|
12961
12951
|
documentation files (the "Software"), to deal in the
|
@@ -12981,69 +12971,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12981
12971
|
DEALINGS IN THE SOFTWARE.
|
12982
12972
|
|
12983
12973
|
================================================================================
|
12984
|
-
|
12985
|
-
================================================================================
|
12986
|
-
|
12987
|
-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
12988
|
-
|
12989
|
-
Unicode Data Files include all data files under the directories
|
12990
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
12991
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
12992
|
-
http://www.unicode.org/utility/trac/browser/.
|
12993
|
-
|
12994
|
-
Unicode Data Files do not include PDF online code charts under the
|
12995
|
-
directory http://www.unicode.org/Public/.
|
12996
|
-
|
12997
|
-
Software includes any source code published in the Unicode Standard
|
12998
|
-
or under the directories
|
12999
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
13000
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
13001
|
-
http://www.unicode.org/utility/trac/browser/.
|
13002
|
-
|
13003
|
-
NOTICE TO USER: Carefully read the following legal agreement.
|
13004
|
-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
13005
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
13006
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
13007
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
13008
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
13009
|
-
THE DATA FILES OR SOFTWARE.
|
13010
|
-
|
13011
|
-
COPYRIGHT AND PERMISSION NOTICE
|
13012
|
-
|
13013
|
-
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
|
13014
|
-
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
13015
|
-
|
13016
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
13017
|
-
a copy of the Unicode data files and any associated documentation
|
13018
|
-
(the "Data Files") or Unicode software and any associated documentation
|
13019
|
-
(the "Software") to deal in the Data Files or Software
|
13020
|
-
without restriction, including without limitation the rights to use,
|
13021
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
13022
|
-
the Data Files or Software, and to permit persons to whom the Data Files
|
13023
|
-
or Software are furnished to do so, provided that either
|
13024
|
-
(a) this copyright and permission notice appear with all copies
|
13025
|
-
of the Data Files or Software, or
|
13026
|
-
(b) this copyright and permission notice appear in associated
|
13027
|
-
Documentation.
|
13028
|
-
|
13029
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13030
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
13031
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
13032
|
-
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
13033
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
13034
|
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
13035
|
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
13036
|
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
13037
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
13038
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
13039
|
-
|
13040
|
-
Except as contained in this notice, the name of a copyright holder
|
13041
|
-
shall not be used in advertising or otherwise to promote the sale,
|
13042
|
-
use or other dealings in these Data Files or Software without prior
|
13043
|
-
written authorization of the copyright holder.
|
13044
|
-
|
13045
|
-
================================================================================
|
13046
|
-
rustc-hash LICENSE-APACHE
|
12974
|
+
ryu LICENSE-APACHE
|
13047
12975
|
================================================================================
|
13048
12976
|
|
13049
12977
|
Apache License
|
@@ -13223,61 +13151,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13223
13151
|
|
13224
13152
|
END OF TERMS AND CONDITIONS
|
13225
13153
|
|
13226
|
-
APPENDIX: How to apply the Apache License to your work.
|
13227
|
-
|
13228
|
-
To apply the Apache License to your work, attach the following
|
13229
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13230
|
-
replaced with your own identifying information. (Don't include
|
13231
|
-
the brackets!) The text should be enclosed in the appropriate
|
13232
|
-
comment syntax for the file format. We also recommend that a
|
13233
|
-
file or class name and description of purpose be included on the
|
13234
|
-
same "printed page" as the copyright notice for easier
|
13235
|
-
identification within third-party archives.
|
13236
|
-
|
13237
|
-
Copyright [yyyy] [name of copyright owner]
|
13238
|
-
|
13239
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13240
|
-
you may not use this file except in compliance with the License.
|
13241
|
-
You may obtain a copy of the License at
|
13242
|
-
|
13243
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
13244
|
-
|
13245
|
-
Unless required by applicable law or agreed to in writing, software
|
13246
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13247
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13248
|
-
See the License for the specific language governing permissions and
|
13249
|
-
limitations under the License.
|
13250
|
-
|
13251
13154
|
================================================================================
|
13252
|
-
|
13155
|
+
ryu LICENSE-BOOST
|
13253
13156
|
================================================================================
|
13254
13157
|
|
13255
|
-
|
13256
|
-
person obtaining a copy of this software and associated
|
13257
|
-
documentation files (the "Software"), to deal in the
|
13258
|
-
Software without restriction, including without
|
13259
|
-
limitation the rights to use, copy, modify, merge,
|
13260
|
-
publish, distribute, sublicense, and/or sell copies of
|
13261
|
-
the Software, and to permit persons to whom the Software
|
13262
|
-
is furnished to do so, subject to the following
|
13263
|
-
conditions:
|
13158
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
13264
13159
|
|
13265
|
-
|
13266
|
-
|
13267
|
-
|
13160
|
+
Permission is hereby granted, free of charge, to any person or organization
|
13161
|
+
obtaining a copy of the software and accompanying documentation covered by
|
13162
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
13163
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
13164
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
13165
|
+
do so, all subject to the following:
|
13268
13166
|
|
13269
|
-
|
13270
|
-
|
13271
|
-
|
13272
|
-
|
13273
|
-
|
13274
|
-
|
13275
|
-
|
13276
|
-
|
13167
|
+
The copyright notices in the Software and this entire statement, including
|
13168
|
+
the above license grant, this restriction and the following disclaimer,
|
13169
|
+
must be included in all copies of the Software, in whole or in part, and
|
13170
|
+
all derivative works of the Software, unless such copies or derivative
|
13171
|
+
works are solely in the form of machine-executable object code generated by
|
13172
|
+
a source language processor.
|
13173
|
+
|
13174
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
13175
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
13176
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
13177
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
13178
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
13179
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
13277
13180
|
DEALINGS IN THE SOFTWARE.
|
13278
13181
|
|
13279
13182
|
================================================================================
|
13280
|
-
|
13183
|
+
scopeguard LICENSE-APACHE
|
13281
13184
|
================================================================================
|
13282
13185
|
|
13283
13186
|
Apache License
|
@@ -13457,36 +13360,63 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13457
13360
|
|
13458
13361
|
END OF TERMS AND CONDITIONS
|
13459
13362
|
|
13363
|
+
APPENDIX: How to apply the Apache License to your work.
|
13364
|
+
|
13365
|
+
To apply the Apache License to your work, attach the following
|
13366
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
13367
|
+
replaced with your own identifying information. (Don't include
|
13368
|
+
the brackets!) The text should be enclosed in the appropriate
|
13369
|
+
comment syntax for the file format. We also recommend that a
|
13370
|
+
file or class name and description of purpose be included on the
|
13371
|
+
same "printed page" as the copyright notice for easier
|
13372
|
+
identification within third-party archives.
|
13373
|
+
|
13374
|
+
Copyright [yyyy] [name of copyright owner]
|
13375
|
+
|
13376
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
13377
|
+
you may not use this file except in compliance with the License.
|
13378
|
+
You may obtain a copy of the License at
|
13379
|
+
|
13380
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
13381
|
+
|
13382
|
+
Unless required by applicable law or agreed to in writing, software
|
13383
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
13384
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13385
|
+
See the License for the specific language governing permissions and
|
13386
|
+
limitations under the License.
|
13387
|
+
|
13460
13388
|
================================================================================
|
13461
|
-
|
13389
|
+
scopeguard LICENSE-MIT
|
13462
13390
|
================================================================================
|
13463
13391
|
|
13464
|
-
|
13392
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
13465
13393
|
|
13466
|
-
Permission is hereby granted, free of charge, to any
|
13467
|
-
obtaining a copy of
|
13468
|
-
|
13469
|
-
|
13470
|
-
|
13471
|
-
|
13394
|
+
Permission is hereby granted, free of charge, to any
|
13395
|
+
person obtaining a copy of this software and associated
|
13396
|
+
documentation files (the "Software"), to deal in the
|
13397
|
+
Software without restriction, including without
|
13398
|
+
limitation the rights to use, copy, modify, merge,
|
13399
|
+
publish, distribute, sublicense, and/or sell copies of
|
13400
|
+
the Software, and to permit persons to whom the Software
|
13401
|
+
is furnished to do so, subject to the following
|
13402
|
+
conditions:
|
13472
13403
|
|
13473
|
-
The copyright
|
13474
|
-
|
13475
|
-
|
13476
|
-
all derivative works of the Software, unless such copies or derivative
|
13477
|
-
works are solely in the form of machine-executable object code generated by
|
13478
|
-
a source language processor.
|
13404
|
+
The above copyright notice and this permission notice
|
13405
|
+
shall be included in all copies or substantial portions
|
13406
|
+
of the Software.
|
13479
13407
|
|
13480
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13481
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
13482
|
-
|
13483
|
-
|
13484
|
-
|
13485
|
-
|
13408
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13409
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
13410
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
13411
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
13412
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
13413
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
13414
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
13415
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
13486
13416
|
DEALINGS IN THE SOFTWARE.
|
13487
13417
|
|
13488
13418
|
================================================================================
|
13489
|
-
|
13419
|
+
seq-macro LICENSE-APACHE
|
13490
13420
|
================================================================================
|
13491
13421
|
|
13492
13422
|
Apache License
|
@@ -13666,37 +13596,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13666
13596
|
|
13667
13597
|
END OF TERMS AND CONDITIONS
|
13668
13598
|
|
13669
|
-
APPENDIX: How to apply the Apache License to your work.
|
13670
|
-
|
13671
|
-
To apply the Apache License to your work, attach the following
|
13672
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13673
|
-
replaced with your own identifying information. (Don't include
|
13674
|
-
the brackets!) The text should be enclosed in the appropriate
|
13675
|
-
comment syntax for the file format. We also recommend that a
|
13676
|
-
file or class name and description of purpose be included on the
|
13677
|
-
same "printed page" as the copyright notice for easier
|
13678
|
-
identification within third-party archives.
|
13679
|
-
|
13680
|
-
Copyright [yyyy] [name of copyright owner]
|
13681
|
-
|
13682
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13683
|
-
you may not use this file except in compliance with the License.
|
13684
|
-
You may obtain a copy of the License at
|
13685
|
-
|
13686
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
13687
|
-
|
13688
|
-
Unless required by applicable law or agreed to in writing, software
|
13689
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13690
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13691
|
-
See the License for the specific language governing permissions and
|
13692
|
-
limitations under the License.
|
13693
|
-
|
13694
13599
|
================================================================================
|
13695
|
-
|
13600
|
+
seq-macro LICENSE-MIT
|
13696
13601
|
================================================================================
|
13697
13602
|
|
13698
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
13699
|
-
|
13700
13603
|
Permission is hereby granted, free of charge, to any
|
13701
13604
|
person obtaining a copy of this software and associated
|
13702
13605
|
documentation files (the "Software"), to deal in the
|
@@ -13722,7 +13625,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13722
13625
|
DEALINGS IN THE SOFTWARE.
|
13723
13626
|
|
13724
13627
|
================================================================================
|
13725
|
-
|
13628
|
+
serde LICENSE-APACHE
|
13726
13629
|
================================================================================
|
13727
13630
|
|
13728
13631
|
Apache License
|
@@ -13903,7 +13806,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13903
13806
|
END OF TERMS AND CONDITIONS
|
13904
13807
|
|
13905
13808
|
================================================================================
|
13906
|
-
|
13809
|
+
serde LICENSE-MIT
|
13907
13810
|
================================================================================
|
13908
13811
|
|
13909
13812
|
Permission is hereby granted, free of charge, to any
|
@@ -13931,7 +13834,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13931
13834
|
DEALINGS IN THE SOFTWARE.
|
13932
13835
|
|
13933
13836
|
================================================================================
|
13934
|
-
|
13837
|
+
serde_derive LICENSE-APACHE
|
13935
13838
|
================================================================================
|
13936
13839
|
|
13937
13840
|
Apache License
|
@@ -14112,7 +14015,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
14112
14015
|
END OF TERMS AND CONDITIONS
|
14113
14016
|
|
14114
14017
|
================================================================================
|
14115
|
-
|
14018
|
+
serde_derive LICENSE-MIT
|
14116
14019
|
================================================================================
|
14117
14020
|
|
14118
14021
|
Permission is hereby granted, free of charge, to any
|
@@ -14140,216 +14043,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14140
14043
|
DEALINGS IN THE SOFTWARE.
|
14141
14044
|
|
14142
14045
|
================================================================================
|
14143
|
-
|
14144
|
-
================================================================================
|
14145
|
-
|
14146
|
-
Apache License
|
14147
|
-
Version 2.0, January 2004
|
14148
|
-
http://www.apache.org/licenses/
|
14149
|
-
|
14150
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14151
|
-
|
14152
|
-
1. Definitions.
|
14153
|
-
|
14154
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14155
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14156
|
-
|
14157
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14158
|
-
the copyright owner that is granting the License.
|
14159
|
-
|
14160
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14161
|
-
other entities that control, are controlled by, or are under common
|
14162
|
-
control with that entity. For the purposes of this definition,
|
14163
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14164
|
-
direction or management of such entity, whether by contract or
|
14165
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14166
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14167
|
-
|
14168
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14169
|
-
exercising permissions granted by this License.
|
14170
|
-
|
14171
|
-
"Source" form shall mean the preferred form for making modifications,
|
14172
|
-
including but not limited to software source code, documentation
|
14173
|
-
source, and configuration files.
|
14174
|
-
|
14175
|
-
"Object" form shall mean any form resulting from mechanical
|
14176
|
-
transformation or translation of a Source form, including but
|
14177
|
-
not limited to compiled object code, generated documentation,
|
14178
|
-
and conversions to other media types.
|
14179
|
-
|
14180
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14181
|
-
Object form, made available under the License, as indicated by a
|
14182
|
-
copyright notice that is included in or attached to the work
|
14183
|
-
(an example is provided in the Appendix below).
|
14184
|
-
|
14185
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14186
|
-
form, that is based on (or derived from) the Work and for which the
|
14187
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14188
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14189
|
-
of this License, Derivative Works shall not include works that remain
|
14190
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14191
|
-
the Work and Derivative Works thereof.
|
14192
|
-
|
14193
|
-
"Contribution" shall mean any work of authorship, including
|
14194
|
-
the original version of the Work and any modifications or additions
|
14195
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14196
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14197
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14198
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14199
|
-
means any form of electronic, verbal, or written communication sent
|
14200
|
-
to the Licensor or its representatives, including but not limited to
|
14201
|
-
communication on electronic mailing lists, source code control systems,
|
14202
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14203
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14204
|
-
excluding communication that is conspicuously marked or otherwise
|
14205
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14206
|
-
|
14207
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14208
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14209
|
-
subsequently incorporated within the Work.
|
14210
|
-
|
14211
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14212
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14213
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14214
|
-
copyright license to reproduce, prepare Derivative Works of,
|
14215
|
-
publicly display, publicly perform, sublicense, and distribute the
|
14216
|
-
Work and such Derivative Works in Source or Object form.
|
14217
|
-
|
14218
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
14219
|
-
this License, each Contributor hereby grants to You a perpetual,
|
14220
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14221
|
-
(except as stated in this section) patent license to make, have made,
|
14222
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14223
|
-
where such license applies only to those patent claims licensable
|
14224
|
-
by such Contributor that are necessarily infringed by their
|
14225
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
14226
|
-
with the Work to which such Contribution(s) was submitted. If You
|
14227
|
-
institute patent litigation against any entity (including a
|
14228
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14229
|
-
or a Contribution incorporated within the Work constitutes direct
|
14230
|
-
or contributory patent infringement, then any patent licenses
|
14231
|
-
granted to You under this License for that Work shall terminate
|
14232
|
-
as of the date such litigation is filed.
|
14233
|
-
|
14234
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
14235
|
-
Work or Derivative Works thereof in any medium, with or without
|
14236
|
-
modifications, and in Source or Object form, provided that You
|
14237
|
-
meet the following conditions:
|
14238
|
-
|
14239
|
-
(a) You must give any other recipients of the Work or
|
14240
|
-
Derivative Works a copy of this License; and
|
14241
|
-
|
14242
|
-
(b) You must cause any modified files to carry prominent notices
|
14243
|
-
stating that You changed the files; and
|
14244
|
-
|
14245
|
-
(c) You must retain, in the Source form of any Derivative Works
|
14246
|
-
that You distribute, all copyright, patent, trademark, and
|
14247
|
-
attribution notices from the Source form of the Work,
|
14248
|
-
excluding those notices that do not pertain to any part of
|
14249
|
-
the Derivative Works; and
|
14250
|
-
|
14251
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
14252
|
-
distribution, then any Derivative Works that You distribute must
|
14253
|
-
include a readable copy of the attribution notices contained
|
14254
|
-
within such NOTICE file, excluding those notices that do not
|
14255
|
-
pertain to any part of the Derivative Works, in at least one
|
14256
|
-
of the following places: within a NOTICE text file distributed
|
14257
|
-
as part of the Derivative Works; within the Source form or
|
14258
|
-
documentation, if provided along with the Derivative Works; or,
|
14259
|
-
within a display generated by the Derivative Works, if and
|
14260
|
-
wherever such third-party notices normally appear. The contents
|
14261
|
-
of the NOTICE file are for informational purposes only and
|
14262
|
-
do not modify the License. You may add Your own attribution
|
14263
|
-
notices within Derivative Works that You distribute, alongside
|
14264
|
-
or as an addendum to the NOTICE text from the Work, provided
|
14265
|
-
that such additional attribution notices cannot be construed
|
14266
|
-
as modifying the License.
|
14267
|
-
|
14268
|
-
You may add Your own copyright statement to Your modifications and
|
14269
|
-
may provide additional or different license terms and conditions
|
14270
|
-
for use, reproduction, or distribution of Your modifications, or
|
14271
|
-
for any such Derivative Works as a whole, provided Your use,
|
14272
|
-
reproduction, and distribution of the Work otherwise complies with
|
14273
|
-
the conditions stated in this License.
|
14274
|
-
|
14275
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14276
|
-
any Contribution intentionally submitted for inclusion in the Work
|
14277
|
-
by You to the Licensor shall be under the terms and conditions of
|
14278
|
-
this License, without any additional terms or conditions.
|
14279
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
14280
|
-
the terms of any separate license agreement you may have executed
|
14281
|
-
with Licensor regarding such Contributions.
|
14282
|
-
|
14283
|
-
6. Trademarks. This License does not grant permission to use the trade
|
14284
|
-
names, trademarks, service marks, or product names of the Licensor,
|
14285
|
-
except as required for reasonable and customary use in describing the
|
14286
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
14287
|
-
|
14288
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
14289
|
-
agreed to in writing, Licensor provides the Work (and each
|
14290
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14291
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14292
|
-
implied, including, without limitation, any warranties or conditions
|
14293
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14294
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14295
|
-
appropriateness of using or redistributing the Work and assume any
|
14296
|
-
risks associated with Your exercise of permissions under this License.
|
14297
|
-
|
14298
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
14299
|
-
whether in tort (including negligence), contract, or otherwise,
|
14300
|
-
unless required by applicable law (such as deliberate and grossly
|
14301
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
14302
|
-
liable to You for damages, including any direct, indirect, special,
|
14303
|
-
incidental, or consequential damages of any character arising as a
|
14304
|
-
result of this License or out of the use or inability to use the
|
14305
|
-
Work (including but not limited to damages for loss of goodwill,
|
14306
|
-
work stoppage, computer failure or malfunction, or any and all
|
14307
|
-
other commercial damages or losses), even if such Contributor
|
14308
|
-
has been advised of the possibility of such damages.
|
14309
|
-
|
14310
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
14311
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
14312
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
14313
|
-
or other liability obligations and/or rights consistent with this
|
14314
|
-
License. However, in accepting such obligations, You may act only
|
14315
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
14316
|
-
of any other Contributor, and only if You agree to indemnify,
|
14317
|
-
defend, and hold each Contributor harmless for any liability
|
14318
|
-
incurred by, or claims asserted against, such Contributor by reason
|
14319
|
-
of your accepting any such warranty or additional liability.
|
14320
|
-
|
14321
|
-
END OF TERMS AND CONDITIONS
|
14322
|
-
|
14323
|
-
================================================================================
|
14324
|
-
serde_derive LICENSE-MIT
|
14325
|
-
================================================================================
|
14326
|
-
|
14327
|
-
Permission is hereby granted, free of charge, to any
|
14328
|
-
person obtaining a copy of this software and associated
|
14329
|
-
documentation files (the "Software"), to deal in the
|
14330
|
-
Software without restriction, including without
|
14331
|
-
limitation the rights to use, copy, modify, merge,
|
14332
|
-
publish, distribute, sublicense, and/or sell copies of
|
14333
|
-
the Software, and to permit persons to whom the Software
|
14334
|
-
is furnished to do so, subject to the following
|
14335
|
-
conditions:
|
14336
|
-
|
14337
|
-
The above copyright notice and this permission notice
|
14338
|
-
shall be included in all copies or substantial portions
|
14339
|
-
of the Software.
|
14340
|
-
|
14341
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14342
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14343
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14344
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14345
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14346
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14347
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14348
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14349
|
-
DEALINGS IN THE SOFTWARE.
|
14350
|
-
|
14351
|
-
================================================================================
|
14352
|
-
serde_json LICENSE-APACHE
|
14046
|
+
serde_json LICENSE-APACHE
|
14353
14047
|
================================================================================
|
14354
14048
|
|
14355
14049
|
Apache License
|
@@ -15308,241 +15002,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
15308
15002
|
SOFTWARE.
|
15309
15003
|
|
15310
15004
|
================================================================================
|
15311
|
-
syn
|
15312
|
-
================================================================================
|
15313
|
-
|
15314
|
-
Apache License
|
15315
|
-
Version 2.0, January 2004
|
15316
|
-
http://www.apache.org/licenses/
|
15317
|
-
|
15318
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15319
|
-
|
15320
|
-
1. Definitions.
|
15321
|
-
|
15322
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
15323
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
15324
|
-
|
15325
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
15326
|
-
the copyright owner that is granting the License.
|
15327
|
-
|
15328
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
15329
|
-
other entities that control, are controlled by, or are under common
|
15330
|
-
control with that entity. For the purposes of this definition,
|
15331
|
-
"control" means (i) the power, direct or indirect, to cause the
|
15332
|
-
direction or management of such entity, whether by contract or
|
15333
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15334
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
15335
|
-
|
15336
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
15337
|
-
exercising permissions granted by this License.
|
15338
|
-
|
15339
|
-
"Source" form shall mean the preferred form for making modifications,
|
15340
|
-
including but not limited to software source code, documentation
|
15341
|
-
source, and configuration files.
|
15342
|
-
|
15343
|
-
"Object" form shall mean any form resulting from mechanical
|
15344
|
-
transformation or translation of a Source form, including but
|
15345
|
-
not limited to compiled object code, generated documentation,
|
15346
|
-
and conversions to other media types.
|
15347
|
-
|
15348
|
-
"Work" shall mean the work of authorship, whether in Source or
|
15349
|
-
Object form, made available under the License, as indicated by a
|
15350
|
-
copyright notice that is included in or attached to the work
|
15351
|
-
(an example is provided in the Appendix below).
|
15352
|
-
|
15353
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
15354
|
-
form, that is based on (or derived from) the Work and for which the
|
15355
|
-
editorial revisions, annotations, elaborations, or other modifications
|
15356
|
-
represent, as a whole, an original work of authorship. For the purposes
|
15357
|
-
of this License, Derivative Works shall not include works that remain
|
15358
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
15359
|
-
the Work and Derivative Works thereof.
|
15360
|
-
|
15361
|
-
"Contribution" shall mean any work of authorship, including
|
15362
|
-
the original version of the Work and any modifications or additions
|
15363
|
-
to that Work or Derivative Works thereof, that is intentionally
|
15364
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
15365
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
15366
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
15367
|
-
means any form of electronic, verbal, or written communication sent
|
15368
|
-
to the Licensor or its representatives, including but not limited to
|
15369
|
-
communication on electronic mailing lists, source code control systems,
|
15370
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
15371
|
-
Licensor for the purpose of discussing and improving the Work, but
|
15372
|
-
excluding communication that is conspicuously marked or otherwise
|
15373
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
15374
|
-
|
15375
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15376
|
-
on behalf of whom a Contribution has been received by Licensor and
|
15377
|
-
subsequently incorporated within the Work.
|
15378
|
-
|
15379
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
15380
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15381
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15382
|
-
copyright license to reproduce, prepare Derivative Works of,
|
15383
|
-
publicly display, publicly perform, sublicense, and distribute the
|
15384
|
-
Work and such Derivative Works in Source or Object form.
|
15385
|
-
|
15386
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
15387
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15388
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15389
|
-
(except as stated in this section) patent license to make, have made,
|
15390
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15391
|
-
where such license applies only to those patent claims licensable
|
15392
|
-
by such Contributor that are necessarily infringed by their
|
15393
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15394
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15395
|
-
institute patent litigation against any entity (including a
|
15396
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15397
|
-
or a Contribution incorporated within the Work constitutes direct
|
15398
|
-
or contributory patent infringement, then any patent licenses
|
15399
|
-
granted to You under this License for that Work shall terminate
|
15400
|
-
as of the date such litigation is filed.
|
15401
|
-
|
15402
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15403
|
-
Work or Derivative Works thereof in any medium, with or without
|
15404
|
-
modifications, and in Source or Object form, provided that You
|
15405
|
-
meet the following conditions:
|
15406
|
-
|
15407
|
-
(a) You must give any other recipients of the Work or
|
15408
|
-
Derivative Works a copy of this License; and
|
15409
|
-
|
15410
|
-
(b) You must cause any modified files to carry prominent notices
|
15411
|
-
stating that You changed the files; and
|
15412
|
-
|
15413
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15414
|
-
that You distribute, all copyright, patent, trademark, and
|
15415
|
-
attribution notices from the Source form of the Work,
|
15416
|
-
excluding those notices that do not pertain to any part of
|
15417
|
-
the Derivative Works; and
|
15418
|
-
|
15419
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15420
|
-
distribution, then any Derivative Works that You distribute must
|
15421
|
-
include a readable copy of the attribution notices contained
|
15422
|
-
within such NOTICE file, excluding those notices that do not
|
15423
|
-
pertain to any part of the Derivative Works, in at least one
|
15424
|
-
of the following places: within a NOTICE text file distributed
|
15425
|
-
as part of the Derivative Works; within the Source form or
|
15426
|
-
documentation, if provided along with the Derivative Works; or,
|
15427
|
-
within a display generated by the Derivative Works, if and
|
15428
|
-
wherever such third-party notices normally appear. The contents
|
15429
|
-
of the NOTICE file are for informational purposes only and
|
15430
|
-
do not modify the License. You may add Your own attribution
|
15431
|
-
notices within Derivative Works that You distribute, alongside
|
15432
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15433
|
-
that such additional attribution notices cannot be construed
|
15434
|
-
as modifying the License.
|
15435
|
-
|
15436
|
-
You may add Your own copyright statement to Your modifications and
|
15437
|
-
may provide additional or different license terms and conditions
|
15438
|
-
for use, reproduction, or distribution of Your modifications, or
|
15439
|
-
for any such Derivative Works as a whole, provided Your use,
|
15440
|
-
reproduction, and distribution of the Work otherwise complies with
|
15441
|
-
the conditions stated in this License.
|
15442
|
-
|
15443
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15444
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15445
|
-
by You to the Licensor shall be under the terms and conditions of
|
15446
|
-
this License, without any additional terms or conditions.
|
15447
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15448
|
-
the terms of any separate license agreement you may have executed
|
15449
|
-
with Licensor regarding such Contributions.
|
15450
|
-
|
15451
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15452
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15453
|
-
except as required for reasonable and customary use in describing the
|
15454
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15455
|
-
|
15456
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15457
|
-
agreed to in writing, Licensor provides the Work (and each
|
15458
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15459
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15460
|
-
implied, including, without limitation, any warranties or conditions
|
15461
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15462
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15463
|
-
appropriateness of using or redistributing the Work and assume any
|
15464
|
-
risks associated with Your exercise of permissions under this License.
|
15465
|
-
|
15466
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15467
|
-
whether in tort (including negligence), contract, or otherwise,
|
15468
|
-
unless required by applicable law (such as deliberate and grossly
|
15469
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15470
|
-
liable to You for damages, including any direct, indirect, special,
|
15471
|
-
incidental, or consequential damages of any character arising as a
|
15472
|
-
result of this License or out of the use or inability to use the
|
15473
|
-
Work (including but not limited to damages for loss of goodwill,
|
15474
|
-
work stoppage, computer failure or malfunction, or any and all
|
15475
|
-
other commercial damages or losses), even if such Contributor
|
15476
|
-
has been advised of the possibility of such damages.
|
15477
|
-
|
15478
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15479
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15480
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15481
|
-
or other liability obligations and/or rights consistent with this
|
15482
|
-
License. However, in accepting such obligations, You may act only
|
15483
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15484
|
-
of any other Contributor, and only if You agree to indemnify,
|
15485
|
-
defend, and hold each Contributor harmless for any liability
|
15486
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15487
|
-
of your accepting any such warranty or additional liability.
|
15488
|
-
|
15489
|
-
END OF TERMS AND CONDITIONS
|
15490
|
-
|
15491
|
-
APPENDIX: How to apply the Apache License to your work.
|
15492
|
-
|
15493
|
-
To apply the Apache License to your work, attach the following
|
15494
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
15495
|
-
replaced with your own identifying information. (Don't include
|
15496
|
-
the brackets!) The text should be enclosed in the appropriate
|
15497
|
-
comment syntax for the file format. We also recommend that a
|
15498
|
-
file or class name and description of purpose be included on the
|
15499
|
-
same "printed page" as the copyright notice for easier
|
15500
|
-
identification within third-party archives.
|
15501
|
-
|
15502
|
-
Copyright [yyyy] [name of copyright owner]
|
15503
|
-
|
15504
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15505
|
-
you may not use this file except in compliance with the License.
|
15506
|
-
You may obtain a copy of the License at
|
15507
|
-
|
15508
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
15509
|
-
|
15510
|
-
Unless required by applicable law or agreed to in writing, software
|
15511
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15512
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15513
|
-
See the License for the specific language governing permissions and
|
15514
|
-
limitations under the License.
|
15515
|
-
|
15516
|
-
================================================================================
|
15517
|
-
syn v1.0.109 LICENSE-MIT
|
15518
|
-
================================================================================
|
15519
|
-
|
15520
|
-
Permission is hereby granted, free of charge, to any
|
15521
|
-
person obtaining a copy of this software and associated
|
15522
|
-
documentation files (the "Software"), to deal in the
|
15523
|
-
Software without restriction, including without
|
15524
|
-
limitation the rights to use, copy, modify, merge,
|
15525
|
-
publish, distribute, sublicense, and/or sell copies of
|
15526
|
-
the Software, and to permit persons to whom the Software
|
15527
|
-
is furnished to do so, subject to the following
|
15528
|
-
conditions:
|
15529
|
-
|
15530
|
-
The above copyright notice and this permission notice
|
15531
|
-
shall be included in all copies or substantial portions
|
15532
|
-
of the Software.
|
15533
|
-
|
15534
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15535
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15536
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15537
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15538
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15539
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15540
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15541
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15542
|
-
DEALINGS IN THE SOFTWARE.
|
15543
|
-
|
15544
|
-
================================================================================
|
15545
|
-
syn v2.0.38 LICENSE-APACHE
|
15005
|
+
syn LICENSE-APACHE
|
15546
15006
|
================================================================================
|
15547
15007
|
|
15548
15008
|
Apache License
|
@@ -15723,7 +15183,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
15723
15183
|
END OF TERMS AND CONDITIONS
|
15724
15184
|
|
15725
15185
|
================================================================================
|
15726
|
-
syn
|
15186
|
+
syn LICENSE-MIT
|
15727
15187
|
================================================================================
|
15728
15188
|
|
15729
15189
|
Permission is hereby granted, free of charge, to any
|