tokenizers 0.5.3-x86_64-linux → 0.5.5-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Cargo.lock +194 -118
- data/LICENSE-THIRD-PARTY.txt +431 -745
- data/lib/tokenizers/3.1/tokenizers.so +0 -0
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/3.3/tokenizers.so +0 -0
- data/lib/tokenizers/3.4/tokenizers.so +0 -0
- data/lib/tokenizers/from_pretrained.rb +1 -1
- data/lib/tokenizers/version.rb +1 -1
- metadata +5 -4
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,7 +10,7 @@ base64 v0.13.1
|
|
10
10
|
https://github.com/marshallpierce/rust-base64
|
11
11
|
MIT/Apache-2.0
|
12
12
|
|
13
|
-
bindgen v0.69.
|
13
|
+
bindgen v0.69.5
|
14
14
|
https://rust-lang.github.io/rust-bindgen/
|
15
15
|
BSD-3-Clause
|
16
16
|
|
@@ -18,15 +18,11 @@ bitflags v1.3.2
|
|
18
18
|
https://github.com/bitflags/bitflags
|
19
19
|
MIT/Apache-2.0
|
20
20
|
|
21
|
-
bitflags v2.
|
21
|
+
bitflags v2.9.0
|
22
22
|
https://github.com/bitflags/bitflags
|
23
23
|
MIT OR Apache-2.0
|
24
24
|
|
25
|
-
|
26
|
-
https://github.com/BurntSushi/byteorder
|
27
|
-
Unlicense OR MIT
|
28
|
-
|
29
|
-
cc v1.1.15
|
25
|
+
cc v1.2.21
|
30
26
|
https://github.com/rust-lang/cc-rs
|
31
27
|
MIT OR Apache-2.0
|
32
28
|
|
@@ -42,11 +38,11 @@ clang-sys v1.8.1
|
|
42
38
|
https://github.com/KyleMayes/clang-sys
|
43
39
|
Apache-2.0
|
44
40
|
|
45
|
-
console v0.15.
|
41
|
+
console v0.15.11
|
46
42
|
https://github.com/console-rs/console
|
47
43
|
MIT
|
48
44
|
|
49
|
-
crossbeam-deque v0.8.
|
45
|
+
crossbeam-deque v0.8.6
|
50
46
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
51
47
|
MIT OR Apache-2.0
|
52
48
|
|
@@ -54,35 +50,35 @@ crossbeam-epoch v0.9.18
|
|
54
50
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
55
51
|
MIT OR Apache-2.0
|
56
52
|
|
57
|
-
crossbeam-utils v0.8.
|
53
|
+
crossbeam-utils v0.8.21
|
58
54
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
59
55
|
MIT OR Apache-2.0
|
60
56
|
|
61
|
-
darling v0.20.
|
57
|
+
darling v0.20.11
|
62
58
|
https://github.com/TedDriggs/darling
|
63
59
|
MIT
|
64
60
|
|
65
|
-
darling_core v0.20.
|
61
|
+
darling_core v0.20.11
|
66
62
|
https://github.com/TedDriggs/darling
|
67
63
|
MIT
|
68
64
|
|
69
|
-
darling_macro v0.20.
|
65
|
+
darling_macro v0.20.11
|
70
66
|
https://github.com/TedDriggs/darling
|
71
67
|
MIT
|
72
68
|
|
73
|
-
derive_builder v0.20.
|
69
|
+
derive_builder v0.20.2
|
74
70
|
https://github.com/colin-kiegel/rust-derive-builder
|
75
71
|
MIT OR Apache-2.0
|
76
72
|
|
77
|
-
derive_builder_core v0.20.
|
73
|
+
derive_builder_core v0.20.2
|
78
74
|
https://github.com/colin-kiegel/rust-derive-builder
|
79
75
|
MIT OR Apache-2.0
|
80
76
|
|
81
|
-
derive_builder_macro v0.20.
|
77
|
+
derive_builder_macro v0.20.2
|
82
78
|
https://github.com/colin-kiegel/rust-derive-builder
|
83
79
|
MIT OR Apache-2.0
|
84
80
|
|
85
|
-
either v1.
|
81
|
+
either v1.15.0
|
86
82
|
https://github.com/rayon-rs/either
|
87
83
|
MIT OR Apache-2.0
|
88
84
|
|
@@ -94,11 +90,11 @@ fnv v1.0.7
|
|
94
90
|
https://github.com/servo/rust-fnv
|
95
91
|
Apache-2.0 / MIT
|
96
92
|
|
97
|
-
getrandom v0.2.
|
93
|
+
getrandom v0.2.16
|
98
94
|
https://github.com/rust-random/getrandom
|
99
95
|
MIT OR Apache-2.0
|
100
96
|
|
101
|
-
glob v0.3.
|
97
|
+
glob v0.3.2
|
102
98
|
https://github.com/rust-lang/glob
|
103
99
|
MIT OR Apache-2.0
|
104
100
|
|
@@ -106,7 +102,7 @@ ident_case v1.0.1
|
|
106
102
|
https://github.com/TedDriggs/ident_case
|
107
103
|
MIT/Apache-2.0
|
108
104
|
|
109
|
-
indicatif v0.17.
|
105
|
+
indicatif v0.17.11
|
110
106
|
https://github.com/console-rs/indicatif
|
111
107
|
MIT
|
112
108
|
|
@@ -118,7 +114,11 @@ itertools v0.12.1
|
|
118
114
|
https://github.com/rust-itertools/itertools
|
119
115
|
MIT OR Apache-2.0
|
120
116
|
|
121
|
-
|
117
|
+
itertools v0.13.0
|
118
|
+
https://github.com/rust-itertools/itertools
|
119
|
+
MIT OR Apache-2.0
|
120
|
+
|
121
|
+
itoa v1.0.15
|
122
122
|
https://github.com/dtolnay/itoa
|
123
123
|
MIT OR Apache-2.0
|
124
124
|
|
@@ -130,15 +130,15 @@ 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.172
|
134
134
|
https://github.com/rust-lang/libc
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
libloading v0.8.
|
137
|
+
libloading v0.8.6
|
138
138
|
https://github.com/nagisa/rust_libloading/
|
139
139
|
ISC
|
140
140
|
|
141
|
-
log v0.4.
|
141
|
+
log v0.4.27
|
142
142
|
https://github.com/rust-lang/log
|
143
143
|
MIT OR Apache-2.0
|
144
144
|
|
@@ -166,11 +166,11 @@ minimal-lexical v0.2.1
|
|
166
166
|
https://github.com/Alexhuszagh/minimal-lexical
|
167
167
|
MIT/Apache-2.0
|
168
168
|
|
169
|
-
monostate v0.1.
|
169
|
+
monostate v0.1.14
|
170
170
|
https://github.com/dtolnay/monostate
|
171
171
|
MIT OR Apache-2.0
|
172
172
|
|
173
|
-
monostate-impl v0.1.
|
173
|
+
monostate-impl v0.1.14
|
174
174
|
https://github.com/dtolnay/monostate
|
175
175
|
MIT OR Apache-2.0
|
176
176
|
|
@@ -182,7 +182,7 @@ number_prefix v0.4.0
|
|
182
182
|
https://github.com/ogham/rust-number-prefix
|
183
183
|
MIT
|
184
184
|
|
185
|
-
once_cell v1.
|
185
|
+
once_cell v1.21.3
|
186
186
|
https://github.com/matklad/once_cell
|
187
187
|
MIT OR Apache-2.0
|
188
188
|
|
@@ -198,23 +198,23 @@ paste v1.0.15
|
|
198
198
|
https://github.com/dtolnay/paste
|
199
199
|
MIT OR Apache-2.0
|
200
200
|
|
201
|
-
pkg-config v0.3.
|
201
|
+
pkg-config v0.3.32
|
202
202
|
https://github.com/rust-lang/pkg-config-rs
|
203
203
|
MIT OR Apache-2.0
|
204
204
|
|
205
|
-
portable-atomic v1.
|
205
|
+
portable-atomic v1.11.0
|
206
206
|
https://github.com/taiki-e/portable-atomic
|
207
207
|
Apache-2.0 OR MIT
|
208
208
|
|
209
|
-
ppv-lite86 v0.2.
|
209
|
+
ppv-lite86 v0.2.21
|
210
210
|
https://github.com/cryptocorrosion/cryptocorrosion
|
211
|
-
MIT
|
211
|
+
MIT OR Apache-2.0
|
212
212
|
|
213
|
-
proc-macro2 v1.0.
|
213
|
+
proc-macro2 v1.0.95
|
214
214
|
https://github.com/dtolnay/proc-macro2
|
215
215
|
MIT OR Apache-2.0
|
216
216
|
|
217
|
-
quote v1.0.
|
217
|
+
quote v1.0.40
|
218
218
|
https://github.com/dtolnay/quote
|
219
219
|
MIT OR Apache-2.0
|
220
220
|
|
@@ -242,11 +242,11 @@ rayon-core v1.12.1
|
|
242
242
|
https://github.com/rayon-rs/rayon
|
243
243
|
MIT OR Apache-2.0
|
244
244
|
|
245
|
-
rb-sys v0.9.
|
245
|
+
rb-sys v0.9.111
|
246
246
|
https://github.com/oxidize-rb/rb-sys
|
247
247
|
MIT OR Apache-2.0
|
248
248
|
|
249
|
-
rb-sys-build v0.9.
|
249
|
+
rb-sys-build v0.9.111
|
250
250
|
https://github.com/oxidize-rb/rb-sys
|
251
251
|
MIT OR Apache-2.0
|
252
252
|
|
@@ -254,15 +254,15 @@ rb-sys-env v0.1.2
|
|
254
254
|
https://github.com/oxidize-rb/rb-sys
|
255
255
|
MIT OR Apache-2.0
|
256
256
|
|
257
|
-
regex v1.
|
257
|
+
regex v1.11.1
|
258
258
|
https://github.com/rust-lang/regex
|
259
259
|
MIT OR Apache-2.0
|
260
260
|
|
261
|
-
regex-automata v0.4.
|
261
|
+
regex-automata v0.4.9
|
262
262
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
263
263
|
MIT OR Apache-2.0
|
264
264
|
|
265
|
-
regex-syntax v0.8.
|
265
|
+
regex-syntax v0.8.5
|
266
266
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
267
267
|
MIT OR Apache-2.0
|
268
268
|
|
@@ -270,23 +270,23 @@ rustc-hash v1.1.0
|
|
270
270
|
https://github.com/rust-lang-nursery/rustc-hash
|
271
271
|
Apache-2.0/MIT
|
272
272
|
|
273
|
-
ryu v1.0.
|
273
|
+
ryu v1.0.20
|
274
274
|
https://github.com/dtolnay/ryu
|
275
275
|
Apache-2.0 OR BSL-1.0
|
276
276
|
|
277
|
-
seq-macro v0.3.
|
277
|
+
seq-macro v0.3.6
|
278
278
|
https://github.com/dtolnay/seq-macro
|
279
279
|
MIT OR Apache-2.0
|
280
280
|
|
281
|
-
serde v1.0.
|
281
|
+
serde v1.0.219
|
282
282
|
https://serde.rs
|
283
283
|
MIT OR Apache-2.0
|
284
284
|
|
285
|
-
serde_derive v1.0.
|
285
|
+
serde_derive v1.0.219
|
286
286
|
https://serde.rs
|
287
287
|
MIT OR Apache-2.0
|
288
288
|
|
289
|
-
serde_json v1.0.
|
289
|
+
serde_json v1.0.140
|
290
290
|
https://github.com/serde-rs/json
|
291
291
|
MIT OR Apache-2.0
|
292
292
|
|
@@ -298,7 +298,7 @@ shlex v1.3.0
|
|
298
298
|
https://github.com/comex/rust-shlex
|
299
299
|
MIT OR Apache-2.0
|
300
300
|
|
301
|
-
smallvec v1.
|
301
|
+
smallvec v1.15.0
|
302
302
|
https://github.com/servo/rust-smallvec
|
303
303
|
MIT OR Apache-2.0
|
304
304
|
|
@@ -310,35 +310,35 @@ strsim v0.11.1
|
|
310
310
|
https://github.com/rapidfuzz/strsim-rs
|
311
311
|
MIT
|
312
312
|
|
313
|
-
syn v2.0.
|
313
|
+
syn v2.0.101
|
314
314
|
https://github.com/dtolnay/syn
|
315
315
|
MIT OR Apache-2.0
|
316
316
|
|
317
|
-
thiserror
|
317
|
+
thiserror v2.0.12
|
318
318
|
https://github.com/dtolnay/thiserror
|
319
319
|
MIT OR Apache-2.0
|
320
320
|
|
321
|
-
thiserror-impl
|
321
|
+
thiserror-impl v2.0.12
|
322
322
|
https://github.com/dtolnay/thiserror
|
323
323
|
MIT OR Apache-2.0
|
324
324
|
|
325
|
-
tokenizers v0.
|
325
|
+
tokenizers v0.21.1
|
326
326
|
https://github.com/huggingface/tokenizers
|
327
327
|
Apache-2.0
|
328
328
|
|
329
|
-
unicode-ident v1.0.
|
329
|
+
unicode-ident v1.0.18
|
330
330
|
https://github.com/dtolnay/unicode-ident
|
331
|
-
(MIT OR Apache-2.0) AND Unicode-
|
331
|
+
(MIT OR Apache-2.0) AND Unicode-3.0
|
332
332
|
|
333
333
|
unicode-normalization-alignments v0.1.12
|
334
334
|
https://github.com/n1t0/unicode-normalization
|
335
335
|
MIT/Apache-2.0
|
336
336
|
|
337
|
-
unicode-segmentation v1.
|
337
|
+
unicode-segmentation v1.12.0
|
338
338
|
https://github.com/unicode-rs/unicode-segmentation
|
339
|
-
MIT
|
339
|
+
MIT OR Apache-2.0
|
340
340
|
|
341
|
-
unicode-width v0.
|
341
|
+
unicode-width v0.2.0
|
342
342
|
https://github.com/unicode-rs/unicode-width
|
343
343
|
MIT OR Apache-2.0
|
344
344
|
|
@@ -346,11 +346,7 @@ unicode_categories v0.1.1
|
|
346
346
|
https://github.com/swgillespie/unicode-categories
|
347
347
|
MIT OR Apache-2.0
|
348
348
|
|
349
|
-
zerocopy v0.
|
350
|
-
https://github.com/google/zerocopy
|
351
|
-
BSD-2-Clause OR Apache-2.0 OR MIT
|
352
|
-
|
353
|
-
zerocopy-derive v0.7.35
|
349
|
+
zerocopy v0.8.25
|
354
350
|
https://github.com/google/zerocopy
|
355
351
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
356
352
|
|
@@ -920,7 +916,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
920
916
|
DEALINGS IN THE SOFTWARE.
|
921
917
|
|
922
918
|
================================================================================
|
923
|
-
bitflags v2.
|
919
|
+
bitflags v2.9.0 LICENSE-APACHE
|
924
920
|
================================================================================
|
925
921
|
|
926
922
|
Apache License
|
@@ -1126,7 +1122,7 @@ See the License for the specific language governing permissions and
|
|
1126
1122
|
limitations under the License.
|
1127
1123
|
|
1128
1124
|
================================================================================
|
1129
|
-
bitflags v2.
|
1125
|
+
bitflags v2.9.0 LICENSE-MIT
|
1130
1126
|
================================================================================
|
1131
1127
|
|
1132
1128
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1155,69 +1151,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1155
1151
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1156
1152
|
DEALINGS IN THE SOFTWARE.
|
1157
1153
|
|
1158
|
-
================================================================================
|
1159
|
-
byteorder COPYING
|
1160
|
-
================================================================================
|
1161
|
-
|
1162
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
1163
|
-
|
1164
|
-
You may use this code under the terms of either license.
|
1165
|
-
|
1166
|
-
================================================================================
|
1167
|
-
byteorder LICENSE-MIT
|
1168
|
-
================================================================================
|
1169
|
-
|
1170
|
-
The MIT License (MIT)
|
1171
|
-
|
1172
|
-
Copyright (c) 2015 Andrew Gallant
|
1173
|
-
|
1174
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1175
|
-
of this software and associated documentation files (the "Software"), to deal
|
1176
|
-
in the Software without restriction, including without limitation the rights
|
1177
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1178
|
-
copies of the Software, and to permit persons to whom the Software is
|
1179
|
-
furnished to do so, subject to the following conditions:
|
1180
|
-
|
1181
|
-
The above copyright notice and this permission notice shall be included in
|
1182
|
-
all copies or substantial portions of the Software.
|
1183
|
-
|
1184
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1185
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1186
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1187
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1188
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1189
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1190
|
-
THE SOFTWARE.
|
1191
|
-
|
1192
|
-
================================================================================
|
1193
|
-
byteorder UNLICENSE
|
1194
|
-
================================================================================
|
1195
|
-
|
1196
|
-
This is free and unencumbered software released into the public domain.
|
1197
|
-
|
1198
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
1199
|
-
distribute this software, either in source code form or as a compiled
|
1200
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
1201
|
-
means.
|
1202
|
-
|
1203
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
1204
|
-
of this software dedicate any and all copyright interest in the
|
1205
|
-
software to the public domain. We make this dedication for the benefit
|
1206
|
-
of the public at large and to the detriment of our heirs and
|
1207
|
-
successors. We intend this dedication to be an overt act of
|
1208
|
-
relinquishment in perpetuity of all present and future rights to this
|
1209
|
-
software under copyright law.
|
1210
|
-
|
1211
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1212
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1213
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1214
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
1215
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
1216
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
1217
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
1218
|
-
|
1219
|
-
For more information, please refer to <http://unlicense.org/>
|
1220
|
-
|
1221
1154
|
================================================================================
|
1222
1155
|
cc LICENSE-APACHE
|
1223
1156
|
================================================================================
|
@@ -5326,7 +5259,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5326
5259
|
DEALINGS IN THE SOFTWARE.
|
5327
5260
|
|
5328
5261
|
================================================================================
|
5329
|
-
|
5262
|
+
itertools v0.13.0 LICENSE-APACHE
|
5330
5263
|
================================================================================
|
5331
5264
|
|
5332
5265
|
Apache License
|
@@ -5506,10 +5439,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5506
5439
|
|
5507
5440
|
END OF TERMS AND CONDITIONS
|
5508
5441
|
|
5442
|
+
APPENDIX: How to apply the Apache License to your work.
|
5443
|
+
|
5444
|
+
To apply the Apache License to your work, attach the following
|
5445
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5446
|
+
replaced with your own identifying information. (Don't include
|
5447
|
+
the brackets!) The text should be enclosed in the appropriate
|
5448
|
+
comment syntax for the file format. We also recommend that a
|
5449
|
+
file or class name and description of purpose be included on the
|
5450
|
+
same "printed page" as the copyright notice for easier
|
5451
|
+
identification within third-party archives.
|
5452
|
+
|
5453
|
+
Copyright [yyyy] [name of copyright owner]
|
5454
|
+
|
5455
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5456
|
+
you may not use this file except in compliance with the License.
|
5457
|
+
You may obtain a copy of the License at
|
5458
|
+
|
5459
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5460
|
+
|
5461
|
+
Unless required by applicable law or agreed to in writing, software
|
5462
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5463
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5464
|
+
See the License for the specific language governing permissions and
|
5465
|
+
limitations under the License.
|
5466
|
+
|
5509
5467
|
================================================================================
|
5510
|
-
|
5468
|
+
itertools v0.13.0 LICENSE-MIT
|
5511
5469
|
================================================================================
|
5512
5470
|
|
5471
|
+
Copyright (c) 2015
|
5472
|
+
|
5513
5473
|
Permission is hereby granted, free of charge, to any
|
5514
5474
|
person obtaining a copy of this software and associated
|
5515
5475
|
documentation files (the "Software"), to deal in the
|
@@ -5535,7 +5495,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5535
5495
|
DEALINGS IN THE SOFTWARE.
|
5536
5496
|
|
5537
5497
|
================================================================================
|
5538
|
-
|
5498
|
+
itoa LICENSE-APACHE
|
5539
5499
|
================================================================================
|
5540
5500
|
|
5541
5501
|
Apache License
|
@@ -5715,37 +5675,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5715
5675
|
|
5716
5676
|
END OF TERMS AND CONDITIONS
|
5717
5677
|
|
5718
|
-
APPENDIX: How to apply the Apache License to your work.
|
5719
|
-
|
5720
|
-
To apply the Apache License to your work, attach the following
|
5721
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5722
|
-
replaced with your own identifying information. (Don't include
|
5723
|
-
the brackets!) The text should be enclosed in the appropriate
|
5724
|
-
comment syntax for the file format. We also recommend that a
|
5725
|
-
file or class name and description of purpose be included on the
|
5726
|
-
same "printed page" as the copyright notice for easier
|
5727
|
-
identification within third-party archives.
|
5728
|
-
|
5729
|
-
Copyright [yyyy] [name of copyright owner]
|
5730
|
-
|
5731
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5732
|
-
you may not use this file except in compliance with the License.
|
5733
|
-
You may obtain a copy of the License at
|
5734
|
-
|
5735
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5736
|
-
|
5737
|
-
Unless required by applicable law or agreed to in writing, software
|
5738
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5739
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5740
|
-
See the License for the specific language governing permissions and
|
5741
|
-
limitations under the License.
|
5742
|
-
|
5743
5678
|
================================================================================
|
5744
|
-
|
5679
|
+
itoa LICENSE-MIT
|
5745
5680
|
================================================================================
|
5746
5681
|
|
5747
|
-
Copyright (c) 2010 The Rust Project Developers
|
5748
|
-
|
5749
5682
|
Permission is hereby granted, free of charge, to any
|
5750
5683
|
person obtaining a copy of this software and associated
|
5751
5684
|
documentation files (the "Software"), to deal in the
|
@@ -5771,7 +5704,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5771
5704
|
DEALINGS IN THE SOFTWARE.
|
5772
5705
|
|
5773
5706
|
================================================================================
|
5774
|
-
|
5707
|
+
lazy_static LICENSE-APACHE
|
5775
5708
|
================================================================================
|
5776
5709
|
|
5777
5710
|
Apache License
|
@@ -5977,11 +5910,10 @@ See the License for the specific language governing permissions and
|
|
5977
5910
|
limitations under the License.
|
5978
5911
|
|
5979
5912
|
================================================================================
|
5980
|
-
|
5913
|
+
lazy_static LICENSE-MIT
|
5981
5914
|
================================================================================
|
5982
5915
|
|
5983
|
-
|
5984
|
-
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
5916
|
+
Copyright (c) 2010 The Rust Project Developers
|
5985
5917
|
|
5986
5918
|
Permission is hereby granted, free of charge, to any
|
5987
5919
|
person obtaining a copy of this software and associated
|
@@ -6008,7 +5940,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
6008
5940
|
DEALINGS IN THE SOFTWARE.
|
6009
5941
|
|
6010
5942
|
================================================================================
|
6011
|
-
|
5943
|
+
lazycell LICENSE-APACHE
|
6012
5944
|
================================================================================
|
6013
5945
|
|
6014
5946
|
Apache License
|
@@ -6188,11 +6120,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6188
6120
|
|
6189
6121
|
END OF TERMS AND CONDITIONS
|
6190
6122
|
|
6123
|
+
APPENDIX: How to apply the Apache License to your work.
|
6124
|
+
|
6125
|
+
To apply the Apache License to your work, attach the following
|
6126
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6127
|
+
replaced with your own identifying information. (Don't include
|
6128
|
+
the brackets!) The text should be enclosed in the appropriate
|
6129
|
+
comment syntax for the file format. We also recommend that a
|
6130
|
+
file or class name and description of purpose be included on the
|
6131
|
+
same "printed page" as the copyright notice for easier
|
6132
|
+
identification within third-party archives.
|
6133
|
+
|
6134
|
+
Copyright [yyyy] [name of copyright owner]
|
6135
|
+
|
6136
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6137
|
+
you may not use this file except in compliance with the License.
|
6138
|
+
You may obtain a copy of the License at
|
6139
|
+
|
6140
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6141
|
+
|
6142
|
+
Unless required by applicable law or agreed to in writing, software
|
6143
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6144
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6145
|
+
See the License for the specific language governing permissions and
|
6146
|
+
limitations under the License.
|
6147
|
+
|
6191
6148
|
================================================================================
|
6192
|
-
|
6149
|
+
lazycell LICENSE-MIT
|
6193
6150
|
================================================================================
|
6194
6151
|
|
6195
|
-
Copyright (c) 2014
|
6152
|
+
Original work Copyright (c) 2014 The Rust Project Developers
|
6153
|
+
Modified work Copyright (c) 2016-2018 Nikita Pekin and lazycell contributors
|
6196
6154
|
|
6197
6155
|
Permission is hereby granted, free of charge, to any
|
6198
6156
|
person obtaining a copy of this software and associated
|
@@ -6219,24 +6177,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
6219
6177
|
DEALINGS IN THE SOFTWARE.
|
6220
6178
|
|
6221
6179
|
================================================================================
|
6222
|
-
|
6223
|
-
================================================================================
|
6224
|
-
|
6225
|
-
Copyright © 2015, Simonas Kazlauskas
|
6226
|
-
|
6227
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without
|
6228
|
-
fee is hereby granted, provided that the above copyright notice and this permission notice appear
|
6229
|
-
in all copies.
|
6230
|
-
|
6231
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
6232
|
-
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
6233
|
-
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
6234
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
6235
|
-
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
6236
|
-
THIS SOFTWARE.
|
6237
|
-
|
6238
|
-
================================================================================
|
6239
|
-
log LICENSE-APACHE
|
6180
|
+
libc LICENSE-APACHE
|
6240
6181
|
================================================================================
|
6241
6182
|
|
6242
6183
|
Apache License
|
@@ -6416,36 +6357,11 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6416
6357
|
|
6417
6358
|
END OF TERMS AND CONDITIONS
|
6418
6359
|
|
6419
|
-
APPENDIX: How to apply the Apache License to your work.
|
6420
|
-
|
6421
|
-
To apply the Apache License to your work, attach the following
|
6422
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6423
|
-
replaced with your own identifying information. (Don't include
|
6424
|
-
the brackets!) The text should be enclosed in the appropriate
|
6425
|
-
comment syntax for the file format. We also recommend that a
|
6426
|
-
file or class name and description of purpose be included on the
|
6427
|
-
same "printed page" as the copyright notice for easier
|
6428
|
-
identification within third-party archives.
|
6429
|
-
|
6430
|
-
Copyright [yyyy] [name of copyright owner]
|
6431
|
-
|
6432
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6433
|
-
you may not use this file except in compliance with the License.
|
6434
|
-
You may obtain a copy of the License at
|
6435
|
-
|
6436
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6437
|
-
|
6438
|
-
Unless required by applicable law or agreed to in writing, software
|
6439
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6440
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6441
|
-
See the License for the specific language governing permissions and
|
6442
|
-
limitations under the License.
|
6443
|
-
|
6444
6360
|
================================================================================
|
6445
|
-
|
6361
|
+
libc LICENSE-MIT
|
6446
6362
|
================================================================================
|
6447
6363
|
|
6448
|
-
Copyright (c) 2014 The Rust Project Developers
|
6364
|
+
Copyright (c) 2014-2020 The Rust Project Developers
|
6449
6365
|
|
6450
6366
|
Permission is hereby granted, free of charge, to any
|
6451
6367
|
person obtaining a copy of this software and associated
|
@@ -6472,33 +6388,286 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
6472
6388
|
DEALINGS IN THE SOFTWARE.
|
6473
6389
|
|
6474
6390
|
================================================================================
|
6475
|
-
|
6391
|
+
libloading LICENSE
|
6476
6392
|
================================================================================
|
6477
6393
|
|
6478
|
-
|
6479
|
-
Version 2.0, January 2004
|
6480
|
-
http://www.apache.org/licenses/
|
6394
|
+
Copyright © 2015, Simonas Kazlauskas
|
6481
6395
|
|
6482
|
-
|
6396
|
+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without
|
6397
|
+
fee is hereby granted, provided that the above copyright notice and this permission notice appear
|
6398
|
+
in all copies.
|
6483
6399
|
|
6484
|
-
|
6400
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
6401
|
+
SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
6402
|
+
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
6403
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
6404
|
+
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
|
6405
|
+
THIS SOFTWARE.
|
6485
6406
|
|
6486
|
-
|
6487
|
-
|
6407
|
+
================================================================================
|
6408
|
+
log LICENSE-APACHE
|
6409
|
+
================================================================================
|
6488
6410
|
|
6489
|
-
|
6490
|
-
|
6411
|
+
Apache License
|
6412
|
+
Version 2.0, January 2004
|
6413
|
+
http://www.apache.org/licenses/
|
6491
6414
|
|
6492
|
-
|
6493
|
-
other entities that control, are controlled by, or are under common
|
6494
|
-
control with that entity. For the purposes of this definition,
|
6495
|
-
"control" means (i) the power, direct or indirect, to cause the
|
6496
|
-
direction or management of such entity, whether by contract or
|
6497
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6498
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
6415
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6499
6416
|
|
6500
|
-
|
6501
|
-
|
6417
|
+
1. Definitions.
|
6418
|
+
|
6419
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
6420
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
6421
|
+
|
6422
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
6423
|
+
the copyright owner that is granting the License.
|
6424
|
+
|
6425
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
6426
|
+
other entities that control, are controlled by, or are under common
|
6427
|
+
control with that entity. For the purposes of this definition,
|
6428
|
+
"control" means (i) the power, direct or indirect, to cause the
|
6429
|
+
direction or management of such entity, whether by contract or
|
6430
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6431
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
6432
|
+
|
6433
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
6434
|
+
exercising permissions granted by this License.
|
6435
|
+
|
6436
|
+
"Source" form shall mean the preferred form for making modifications,
|
6437
|
+
including but not limited to software source code, documentation
|
6438
|
+
source, and configuration files.
|
6439
|
+
|
6440
|
+
"Object" form shall mean any form resulting from mechanical
|
6441
|
+
transformation or translation of a Source form, including but
|
6442
|
+
not limited to compiled object code, generated documentation,
|
6443
|
+
and conversions to other media types.
|
6444
|
+
|
6445
|
+
"Work" shall mean the work of authorship, whether in Source or
|
6446
|
+
Object form, made available under the License, as indicated by a
|
6447
|
+
copyright notice that is included in or attached to the work
|
6448
|
+
(an example is provided in the Appendix below).
|
6449
|
+
|
6450
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
6451
|
+
form, that is based on (or derived from) the Work and for which the
|
6452
|
+
editorial revisions, annotations, elaborations, or other modifications
|
6453
|
+
represent, as a whole, an original work of authorship. For the purposes
|
6454
|
+
of this License, Derivative Works shall not include works that remain
|
6455
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
6456
|
+
the Work and Derivative Works thereof.
|
6457
|
+
|
6458
|
+
"Contribution" shall mean any work of authorship, including
|
6459
|
+
the original version of the Work and any modifications or additions
|
6460
|
+
to that Work or Derivative Works thereof, that is intentionally
|
6461
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
6462
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
6463
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
6464
|
+
means any form of electronic, verbal, or written communication sent
|
6465
|
+
to the Licensor or its representatives, including but not limited to
|
6466
|
+
communication on electronic mailing lists, source code control systems,
|
6467
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
6468
|
+
Licensor for the purpose of discussing and improving the Work, but
|
6469
|
+
excluding communication that is conspicuously marked or otherwise
|
6470
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
6471
|
+
|
6472
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6473
|
+
on behalf of whom a Contribution has been received by Licensor and
|
6474
|
+
subsequently incorporated within the Work.
|
6475
|
+
|
6476
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
6477
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6478
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6479
|
+
copyright license to reproduce, prepare Derivative Works of,
|
6480
|
+
publicly display, publicly perform, sublicense, and distribute the
|
6481
|
+
Work and such Derivative Works in Source or Object form.
|
6482
|
+
|
6483
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
6484
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6485
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6486
|
+
(except as stated in this section) patent license to make, have made,
|
6487
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6488
|
+
where such license applies only to those patent claims licensable
|
6489
|
+
by such Contributor that are necessarily infringed by their
|
6490
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
6491
|
+
with the Work to which such Contribution(s) was submitted. If You
|
6492
|
+
institute patent litigation against any entity (including a
|
6493
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6494
|
+
or a Contribution incorporated within the Work constitutes direct
|
6495
|
+
or contributory patent infringement, then any patent licenses
|
6496
|
+
granted to You under this License for that Work shall terminate
|
6497
|
+
as of the date such litigation is filed.
|
6498
|
+
|
6499
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
6500
|
+
Work or Derivative Works thereof in any medium, with or without
|
6501
|
+
modifications, and in Source or Object form, provided that You
|
6502
|
+
meet the following conditions:
|
6503
|
+
|
6504
|
+
(a) You must give any other recipients of the Work or
|
6505
|
+
Derivative Works a copy of this License; and
|
6506
|
+
|
6507
|
+
(b) You must cause any modified files to carry prominent notices
|
6508
|
+
stating that You changed the files; and
|
6509
|
+
|
6510
|
+
(c) You must retain, in the Source form of any Derivative Works
|
6511
|
+
that You distribute, all copyright, patent, trademark, and
|
6512
|
+
attribution notices from the Source form of the Work,
|
6513
|
+
excluding those notices that do not pertain to any part of
|
6514
|
+
the Derivative Works; and
|
6515
|
+
|
6516
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
6517
|
+
distribution, then any Derivative Works that You distribute must
|
6518
|
+
include a readable copy of the attribution notices contained
|
6519
|
+
within such NOTICE file, excluding those notices that do not
|
6520
|
+
pertain to any part of the Derivative Works, in at least one
|
6521
|
+
of the following places: within a NOTICE text file distributed
|
6522
|
+
as part of the Derivative Works; within the Source form or
|
6523
|
+
documentation, if provided along with the Derivative Works; or,
|
6524
|
+
within a display generated by the Derivative Works, if and
|
6525
|
+
wherever such third-party notices normally appear. The contents
|
6526
|
+
of the NOTICE file are for informational purposes only and
|
6527
|
+
do not modify the License. You may add Your own attribution
|
6528
|
+
notices within Derivative Works that You distribute, alongside
|
6529
|
+
or as an addendum to the NOTICE text from the Work, provided
|
6530
|
+
that such additional attribution notices cannot be construed
|
6531
|
+
as modifying the License.
|
6532
|
+
|
6533
|
+
You may add Your own copyright statement to Your modifications and
|
6534
|
+
may provide additional or different license terms and conditions
|
6535
|
+
for use, reproduction, or distribution of Your modifications, or
|
6536
|
+
for any such Derivative Works as a whole, provided Your use,
|
6537
|
+
reproduction, and distribution of the Work otherwise complies with
|
6538
|
+
the conditions stated in this License.
|
6539
|
+
|
6540
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6541
|
+
any Contribution intentionally submitted for inclusion in the Work
|
6542
|
+
by You to the Licensor shall be under the terms and conditions of
|
6543
|
+
this License, without any additional terms or conditions.
|
6544
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
6545
|
+
the terms of any separate license agreement you may have executed
|
6546
|
+
with Licensor regarding such Contributions.
|
6547
|
+
|
6548
|
+
6. Trademarks. This License does not grant permission to use the trade
|
6549
|
+
names, trademarks, service marks, or product names of the Licensor,
|
6550
|
+
except as required for reasonable and customary use in describing the
|
6551
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
6552
|
+
|
6553
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
6554
|
+
agreed to in writing, Licensor provides the Work (and each
|
6555
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6556
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6557
|
+
implied, including, without limitation, any warranties or conditions
|
6558
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6559
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6560
|
+
appropriateness of using or redistributing the Work and assume any
|
6561
|
+
risks associated with Your exercise of permissions under this License.
|
6562
|
+
|
6563
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
6564
|
+
whether in tort (including negligence), contract, or otherwise,
|
6565
|
+
unless required by applicable law (such as deliberate and grossly
|
6566
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
6567
|
+
liable to You for damages, including any direct, indirect, special,
|
6568
|
+
incidental, or consequential damages of any character arising as a
|
6569
|
+
result of this License or out of the use or inability to use the
|
6570
|
+
Work (including but not limited to damages for loss of goodwill,
|
6571
|
+
work stoppage, computer failure or malfunction, or any and all
|
6572
|
+
other commercial damages or losses), even if such Contributor
|
6573
|
+
has been advised of the possibility of such damages.
|
6574
|
+
|
6575
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
6576
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
6577
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
6578
|
+
or other liability obligations and/or rights consistent with this
|
6579
|
+
License. However, in accepting such obligations, You may act only
|
6580
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
6581
|
+
of any other Contributor, and only if You agree to indemnify,
|
6582
|
+
defend, and hold each Contributor harmless for any liability
|
6583
|
+
incurred by, or claims asserted against, such Contributor by reason
|
6584
|
+
of your accepting any such warranty or additional liability.
|
6585
|
+
|
6586
|
+
END OF TERMS AND CONDITIONS
|
6587
|
+
|
6588
|
+
APPENDIX: How to apply the Apache License to your work.
|
6589
|
+
|
6590
|
+
To apply the Apache License to your work, attach the following
|
6591
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6592
|
+
replaced with your own identifying information. (Don't include
|
6593
|
+
the brackets!) The text should be enclosed in the appropriate
|
6594
|
+
comment syntax for the file format. We also recommend that a
|
6595
|
+
file or class name and description of purpose be included on the
|
6596
|
+
same "printed page" as the copyright notice for easier
|
6597
|
+
identification within third-party archives.
|
6598
|
+
|
6599
|
+
Copyright [yyyy] [name of copyright owner]
|
6600
|
+
|
6601
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6602
|
+
you may not use this file except in compliance with the License.
|
6603
|
+
You may obtain a copy of the License at
|
6604
|
+
|
6605
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6606
|
+
|
6607
|
+
Unless required by applicable law or agreed to in writing, software
|
6608
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6609
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6610
|
+
See the License for the specific language governing permissions and
|
6611
|
+
limitations under the License.
|
6612
|
+
|
6613
|
+
================================================================================
|
6614
|
+
log LICENSE-MIT
|
6615
|
+
================================================================================
|
6616
|
+
|
6617
|
+
Copyright (c) 2014 The Rust Project Developers
|
6618
|
+
|
6619
|
+
Permission is hereby granted, free of charge, to any
|
6620
|
+
person obtaining a copy of this software and associated
|
6621
|
+
documentation files (the "Software"), to deal in the
|
6622
|
+
Software without restriction, including without
|
6623
|
+
limitation the rights to use, copy, modify, merge,
|
6624
|
+
publish, distribute, sublicense, and/or sell copies of
|
6625
|
+
the Software, and to permit persons to whom the Software
|
6626
|
+
is furnished to do so, subject to the following
|
6627
|
+
conditions:
|
6628
|
+
|
6629
|
+
The above copyright notice and this permission notice
|
6630
|
+
shall be included in all copies or substantial portions
|
6631
|
+
of the Software.
|
6632
|
+
|
6633
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
6634
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
6635
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
6636
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
6637
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
6638
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
6639
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6640
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6641
|
+
DEALINGS IN THE SOFTWARE.
|
6642
|
+
|
6643
|
+
================================================================================
|
6644
|
+
macro_rules_attribute LICENSE-APACHE
|
6645
|
+
================================================================================
|
6646
|
+
|
6647
|
+
Apache License
|
6648
|
+
Version 2.0, January 2004
|
6649
|
+
http://www.apache.org/licenses/
|
6650
|
+
|
6651
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6652
|
+
|
6653
|
+
1. Definitions.
|
6654
|
+
|
6655
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
6656
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
6657
|
+
|
6658
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
6659
|
+
the copyright owner that is granting the License.
|
6660
|
+
|
6661
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
6662
|
+
other entities that control, are controlled by, or are under common
|
6663
|
+
control with that entity. For the purposes of this definition,
|
6664
|
+
"control" means (i) the power, direct or indirect, to cause the
|
6665
|
+
direction or management of such entity, whether by contract or
|
6666
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6667
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
6668
|
+
|
6669
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
6670
|
+
exercising permissions granted by this License.
|
6502
6671
|
|
6503
6672
|
"Source" form shall mean the preferred form for making modifications,
|
6504
6673
|
including but not limited to software source code, documentation
|
@@ -15374,52 +15543,45 @@ DEALINGS IN THE SOFTWARE.
|
|
15374
15543
|
unicode-ident LICENSE-UNICODE
|
15375
15544
|
================================================================================
|
15376
15545
|
|
15377
|
-
UNICODE
|
15546
|
+
UNICODE LICENSE V3
|
15378
15547
|
|
15379
|
-
|
15380
|
-
for definitions of Unicode Inc.’s Data Files and Software.
|
15548
|
+
COPYRIGHT AND PERMISSION NOTICE
|
15381
15549
|
|
15382
|
-
|
15383
|
-
|
15384
|
-
|
15385
|
-
|
15386
|
-
|
15387
|
-
IF YOU DO NOT AGREE, DO NOT
|
15388
|
-
THE DATA FILES OR SOFTWARE.
|
15389
|
-
|
15390
|
-
|
15391
|
-
|
15392
|
-
|
15393
|
-
|
15394
|
-
|
15395
|
-
|
15396
|
-
|
15397
|
-
|
15398
|
-
|
15399
|
-
|
15400
|
-
|
15401
|
-
|
15402
|
-
|
15403
|
-
|
15404
|
-
|
15405
|
-
|
15406
|
-
|
15407
|
-
|
15408
|
-
|
15409
|
-
|
15410
|
-
|
15411
|
-
|
15412
|
-
|
15413
|
-
|
15414
|
-
|
15415
|
-
|
15416
|
-
|
15417
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
15418
|
-
|
15419
|
-
Except as contained in this notice, the name of a copyright holder
|
15420
|
-
shall not be used in advertising or otherwise to promote the sale,
|
15421
|
-
use or other dealings in these Data Files or Software without prior
|
15422
|
-
written authorization of the copyright holder.
|
15550
|
+
Copyright © 1991-2023 Unicode, Inc.
|
15551
|
+
|
15552
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
15553
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
15554
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
15555
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
15556
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
15557
|
+
|
15558
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
15559
|
+
copy of data files and any associated documentation (the "Data Files") or
|
15560
|
+
software and any associated documentation (the "Software") to deal in the
|
15561
|
+
Data Files or Software without restriction, including without limitation
|
15562
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
15563
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
15564
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
15565
|
+
this copyright and permission notice appear with all copies of the Data
|
15566
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
15567
|
+
associated Documentation.
|
15568
|
+
|
15569
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
15570
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
15571
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
15572
|
+
THIRD PARTY RIGHTS.
|
15573
|
+
|
15574
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
15575
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
15576
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
15577
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
15578
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
15579
|
+
FILES OR SOFTWARE.
|
15580
|
+
|
15581
|
+
Except as contained in this notice, the name of a copyright holder shall
|
15582
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
15583
|
+
dealings in these Data Files or Software without prior written
|
15584
|
+
authorization of the copyright holder.
|
15423
15585
|
|
15424
15586
|
================================================================================
|
15425
15587
|
unicode-normalization-alignments LICENSE-APACHE
|
@@ -16626,479 +16788,3 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
16626
16788
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16627
16789
|
DEALINGS IN THE SOFTWARE.
|
16628
16790
|
|
16629
|
-
|
16630
|
-
================================================================================
|
16631
|
-
zerocopy src/third_party/rust/LICENSE-APACHE
|
16632
|
-
================================================================================
|
16633
|
-
|
16634
|
-
Apache License
|
16635
|
-
Version 2.0, January 2004
|
16636
|
-
http://www.apache.org/licenses/
|
16637
|
-
|
16638
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16639
|
-
|
16640
|
-
1. Definitions.
|
16641
|
-
|
16642
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
16643
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
16644
|
-
|
16645
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
16646
|
-
the copyright owner that is granting the License.
|
16647
|
-
|
16648
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16649
|
-
other entities that control, are controlled by, or are under common
|
16650
|
-
control with that entity. For the purposes of this definition,
|
16651
|
-
"control" means (i) the power, direct or indirect, to cause the
|
16652
|
-
direction or management of such entity, whether by contract or
|
16653
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16654
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
16655
|
-
|
16656
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
16657
|
-
exercising permissions granted by this License.
|
16658
|
-
|
16659
|
-
"Source" form shall mean the preferred form for making modifications,
|
16660
|
-
including but not limited to software source code, documentation
|
16661
|
-
source, and configuration files.
|
16662
|
-
|
16663
|
-
"Object" form shall mean any form resulting from mechanical
|
16664
|
-
transformation or translation of a Source form, including but
|
16665
|
-
not limited to compiled object code, generated documentation,
|
16666
|
-
and conversions to other media types.
|
16667
|
-
|
16668
|
-
"Work" shall mean the work of authorship, whether in Source or
|
16669
|
-
Object form, made available under the License, as indicated by a
|
16670
|
-
copyright notice that is included in or attached to the work
|
16671
|
-
(an example is provided in the Appendix below).
|
16672
|
-
|
16673
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
16674
|
-
form, that is based on (or derived from) the Work and for which the
|
16675
|
-
editorial revisions, annotations, elaborations, or other modifications
|
16676
|
-
represent, as a whole, an original work of authorship. For the purposes
|
16677
|
-
of this License, Derivative Works shall not include works that remain
|
16678
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
16679
|
-
the Work and Derivative Works thereof.
|
16680
|
-
|
16681
|
-
"Contribution" shall mean any work of authorship, including
|
16682
|
-
the original version of the Work and any modifications or additions
|
16683
|
-
to that Work or Derivative Works thereof, that is intentionally
|
16684
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
16685
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
16686
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
16687
|
-
means any form of electronic, verbal, or written communication sent
|
16688
|
-
to the Licensor or its representatives, including but not limited to
|
16689
|
-
communication on electronic mailing lists, source code control systems,
|
16690
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
16691
|
-
Licensor for the purpose of discussing and improving the Work, but
|
16692
|
-
excluding communication that is conspicuously marked or otherwise
|
16693
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
16694
|
-
|
16695
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16696
|
-
on behalf of whom a Contribution has been received by Licensor and
|
16697
|
-
subsequently incorporated within the Work.
|
16698
|
-
|
16699
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
16700
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16701
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16702
|
-
copyright license to reproduce, prepare Derivative Works of,
|
16703
|
-
publicly display, publicly perform, sublicense, and distribute the
|
16704
|
-
Work and such Derivative Works in Source or Object form.
|
16705
|
-
|
16706
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
16707
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16708
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16709
|
-
(except as stated in this section) patent license to make, have made,
|
16710
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16711
|
-
where such license applies only to those patent claims licensable
|
16712
|
-
by such Contributor that are necessarily infringed by their
|
16713
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
16714
|
-
with the Work to which such Contribution(s) was submitted. If You
|
16715
|
-
institute patent litigation against any entity (including a
|
16716
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16717
|
-
or a Contribution incorporated within the Work constitutes direct
|
16718
|
-
or contributory patent infringement, then any patent licenses
|
16719
|
-
granted to You under this License for that Work shall terminate
|
16720
|
-
as of the date such litigation is filed.
|
16721
|
-
|
16722
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
16723
|
-
Work or Derivative Works thereof in any medium, with or without
|
16724
|
-
modifications, and in Source or Object form, provided that You
|
16725
|
-
meet the following conditions:
|
16726
|
-
|
16727
|
-
(a) You must give any other recipients of the Work or
|
16728
|
-
Derivative Works a copy of this License; and
|
16729
|
-
|
16730
|
-
(b) You must cause any modified files to carry prominent notices
|
16731
|
-
stating that You changed the files; and
|
16732
|
-
|
16733
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16734
|
-
that You distribute, all copyright, patent, trademark, and
|
16735
|
-
attribution notices from the Source form of the Work,
|
16736
|
-
excluding those notices that do not pertain to any part of
|
16737
|
-
the Derivative Works; and
|
16738
|
-
|
16739
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
16740
|
-
distribution, then any Derivative Works that You distribute must
|
16741
|
-
include a readable copy of the attribution notices contained
|
16742
|
-
within such NOTICE file, excluding those notices that do not
|
16743
|
-
pertain to any part of the Derivative Works, in at least one
|
16744
|
-
of the following places: within a NOTICE text file distributed
|
16745
|
-
as part of the Derivative Works; within the Source form or
|
16746
|
-
documentation, if provided along with the Derivative Works; or,
|
16747
|
-
within a display generated by the Derivative Works, if and
|
16748
|
-
wherever such third-party notices normally appear. The contents
|
16749
|
-
of the NOTICE file are for informational purposes only and
|
16750
|
-
do not modify the License. You may add Your own attribution
|
16751
|
-
notices within Derivative Works that You distribute, alongside
|
16752
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16753
|
-
that such additional attribution notices cannot be construed
|
16754
|
-
as modifying the License.
|
16755
|
-
|
16756
|
-
You may add Your own copyright statement to Your modifications and
|
16757
|
-
may provide additional or different license terms and conditions
|
16758
|
-
for use, reproduction, or distribution of Your modifications, or
|
16759
|
-
for any such Derivative Works as a whole, provided Your use,
|
16760
|
-
reproduction, and distribution of the Work otherwise complies with
|
16761
|
-
the conditions stated in this License.
|
16762
|
-
|
16763
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16764
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16765
|
-
by You to the Licensor shall be under the terms and conditions of
|
16766
|
-
this License, without any additional terms or conditions.
|
16767
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16768
|
-
the terms of any separate license agreement you may have executed
|
16769
|
-
with Licensor regarding such Contributions.
|
16770
|
-
|
16771
|
-
6. Trademarks. This License does not grant permission to use the trade
|
16772
|
-
names, trademarks, service marks, or product names of the Licensor,
|
16773
|
-
except as required for reasonable and customary use in describing the
|
16774
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
16775
|
-
|
16776
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
16777
|
-
agreed to in writing, Licensor provides the Work (and each
|
16778
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16779
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16780
|
-
implied, including, without limitation, any warranties or conditions
|
16781
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16782
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16783
|
-
appropriateness of using or redistributing the Work and assume any
|
16784
|
-
risks associated with Your exercise of permissions under this License.
|
16785
|
-
|
16786
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
16787
|
-
whether in tort (including negligence), contract, or otherwise,
|
16788
|
-
unless required by applicable law (such as deliberate and grossly
|
16789
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16790
|
-
liable to You for damages, including any direct, indirect, special,
|
16791
|
-
incidental, or consequential damages of any character arising as a
|
16792
|
-
result of this License or out of the use or inability to use the
|
16793
|
-
Work (including but not limited to damages for loss of goodwill,
|
16794
|
-
work stoppage, computer failure or malfunction, or any and all
|
16795
|
-
other commercial damages or losses), even if such Contributor
|
16796
|
-
has been advised of the possibility of such damages.
|
16797
|
-
|
16798
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
16799
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
16800
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
16801
|
-
or other liability obligations and/or rights consistent with this
|
16802
|
-
License. However, in accepting such obligations, You may act only
|
16803
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
16804
|
-
of any other Contributor, and only if You agree to indemnify,
|
16805
|
-
defend, and hold each Contributor harmless for any liability
|
16806
|
-
incurred by, or claims asserted against, such Contributor by reason
|
16807
|
-
of your accepting any such warranty or additional liability.
|
16808
|
-
|
16809
|
-
END OF TERMS AND CONDITIONS
|
16810
|
-
|
16811
|
-
================================================================================
|
16812
|
-
zerocopy src/third_party/rust/LICENSE-MIT
|
16813
|
-
================================================================================
|
16814
|
-
|
16815
|
-
Permission is hereby granted, free of charge, to any
|
16816
|
-
person obtaining a copy of this software and associated
|
16817
|
-
documentation files (the "Software"), to deal in the
|
16818
|
-
Software without restriction, including without
|
16819
|
-
limitation the rights to use, copy, modify, merge,
|
16820
|
-
publish, distribute, sublicense, and/or sell copies of
|
16821
|
-
the Software, and to permit persons to whom the Software
|
16822
|
-
is furnished to do so, subject to the following
|
16823
|
-
conditions:
|
16824
|
-
|
16825
|
-
The above copyright notice and this permission notice
|
16826
|
-
shall be included in all copies or substantial portions
|
16827
|
-
of the Software.
|
16828
|
-
|
16829
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
16830
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
16831
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
16832
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
16833
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
16834
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
16835
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
16836
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16837
|
-
DEALINGS IN THE SOFTWARE.
|
16838
|
-
|
16839
|
-
================================================================================
|
16840
|
-
zerocopy-derive LICENSE-APACHE
|
16841
|
-
================================================================================
|
16842
|
-
|
16843
|
-
Apache License
|
16844
|
-
Version 2.0, January 2004
|
16845
|
-
http://www.apache.org/licenses/
|
16846
|
-
|
16847
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16848
|
-
|
16849
|
-
1. Definitions.
|
16850
|
-
|
16851
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
16852
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
16853
|
-
|
16854
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
16855
|
-
the copyright owner that is granting the License.
|
16856
|
-
|
16857
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16858
|
-
other entities that control, are controlled by, or are under common
|
16859
|
-
control with that entity. For the purposes of this definition,
|
16860
|
-
"control" means (i) the power, direct or indirect, to cause the
|
16861
|
-
direction or management of such entity, whether by contract or
|
16862
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16863
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
16864
|
-
|
16865
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
16866
|
-
exercising permissions granted by this License.
|
16867
|
-
|
16868
|
-
"Source" form shall mean the preferred form for making modifications,
|
16869
|
-
including but not limited to software source code, documentation
|
16870
|
-
source, and configuration files.
|
16871
|
-
|
16872
|
-
"Object" form shall mean any form resulting from mechanical
|
16873
|
-
transformation or translation of a Source form, including but
|
16874
|
-
not limited to compiled object code, generated documentation,
|
16875
|
-
and conversions to other media types.
|
16876
|
-
|
16877
|
-
"Work" shall mean the work of authorship, whether in Source or
|
16878
|
-
Object form, made available under the License, as indicated by a
|
16879
|
-
copyright notice that is included in or attached to the work
|
16880
|
-
(an example is provided in the Appendix below).
|
16881
|
-
|
16882
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
16883
|
-
form, that is based on (or derived from) the Work and for which the
|
16884
|
-
editorial revisions, annotations, elaborations, or other modifications
|
16885
|
-
represent, as a whole, an original work of authorship. For the purposes
|
16886
|
-
of this License, Derivative Works shall not include works that remain
|
16887
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
16888
|
-
the Work and Derivative Works thereof.
|
16889
|
-
|
16890
|
-
"Contribution" shall mean any work of authorship, including
|
16891
|
-
the original version of the Work and any modifications or additions
|
16892
|
-
to that Work or Derivative Works thereof, that is intentionally
|
16893
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
16894
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
16895
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
16896
|
-
means any form of electronic, verbal, or written communication sent
|
16897
|
-
to the Licensor or its representatives, including but not limited to
|
16898
|
-
communication on electronic mailing lists, source code control systems,
|
16899
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
16900
|
-
Licensor for the purpose of discussing and improving the Work, but
|
16901
|
-
excluding communication that is conspicuously marked or otherwise
|
16902
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
16903
|
-
|
16904
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16905
|
-
on behalf of whom a Contribution has been received by Licensor and
|
16906
|
-
subsequently incorporated within the Work.
|
16907
|
-
|
16908
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
16909
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16910
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16911
|
-
copyright license to reproduce, prepare Derivative Works of,
|
16912
|
-
publicly display, publicly perform, sublicense, and distribute the
|
16913
|
-
Work and such Derivative Works in Source or Object form.
|
16914
|
-
|
16915
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
16916
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16917
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16918
|
-
(except as stated in this section) patent license to make, have made,
|
16919
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16920
|
-
where such license applies only to those patent claims licensable
|
16921
|
-
by such Contributor that are necessarily infringed by their
|
16922
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
16923
|
-
with the Work to which such Contribution(s) was submitted. If You
|
16924
|
-
institute patent litigation against any entity (including a
|
16925
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16926
|
-
or a Contribution incorporated within the Work constitutes direct
|
16927
|
-
or contributory patent infringement, then any patent licenses
|
16928
|
-
granted to You under this License for that Work shall terminate
|
16929
|
-
as of the date such litigation is filed.
|
16930
|
-
|
16931
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
16932
|
-
Work or Derivative Works thereof in any medium, with or without
|
16933
|
-
modifications, and in Source or Object form, provided that You
|
16934
|
-
meet the following conditions:
|
16935
|
-
|
16936
|
-
(a) You must give any other recipients of the Work or
|
16937
|
-
Derivative Works a copy of this License; and
|
16938
|
-
|
16939
|
-
(b) You must cause any modified files to carry prominent notices
|
16940
|
-
stating that You changed the files; and
|
16941
|
-
|
16942
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16943
|
-
that You distribute, all copyright, patent, trademark, and
|
16944
|
-
attribution notices from the Source form of the Work,
|
16945
|
-
excluding those notices that do not pertain to any part of
|
16946
|
-
the Derivative Works; and
|
16947
|
-
|
16948
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
16949
|
-
distribution, then any Derivative Works that You distribute must
|
16950
|
-
include a readable copy of the attribution notices contained
|
16951
|
-
within such NOTICE file, excluding those notices that do not
|
16952
|
-
pertain to any part of the Derivative Works, in at least one
|
16953
|
-
of the following places: within a NOTICE text file distributed
|
16954
|
-
as part of the Derivative Works; within the Source form or
|
16955
|
-
documentation, if provided along with the Derivative Works; or,
|
16956
|
-
within a display generated by the Derivative Works, if and
|
16957
|
-
wherever such third-party notices normally appear. The contents
|
16958
|
-
of the NOTICE file are for informational purposes only and
|
16959
|
-
do not modify the License. You may add Your own attribution
|
16960
|
-
notices within Derivative Works that You distribute, alongside
|
16961
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16962
|
-
that such additional attribution notices cannot be construed
|
16963
|
-
as modifying the License.
|
16964
|
-
|
16965
|
-
You may add Your own copyright statement to Your modifications and
|
16966
|
-
may provide additional or different license terms and conditions
|
16967
|
-
for use, reproduction, or distribution of Your modifications, or
|
16968
|
-
for any such Derivative Works as a whole, provided Your use,
|
16969
|
-
reproduction, and distribution of the Work otherwise complies with
|
16970
|
-
the conditions stated in this License.
|
16971
|
-
|
16972
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16973
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16974
|
-
by You to the Licensor shall be under the terms and conditions of
|
16975
|
-
this License, without any additional terms or conditions.
|
16976
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16977
|
-
the terms of any separate license agreement you may have executed
|
16978
|
-
with Licensor regarding such Contributions.
|
16979
|
-
|
16980
|
-
6. Trademarks. This License does not grant permission to use the trade
|
16981
|
-
names, trademarks, service marks, or product names of the Licensor,
|
16982
|
-
except as required for reasonable and customary use in describing the
|
16983
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
16984
|
-
|
16985
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
16986
|
-
agreed to in writing, Licensor provides the Work (and each
|
16987
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16988
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16989
|
-
implied, including, without limitation, any warranties or conditions
|
16990
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16991
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16992
|
-
appropriateness of using or redistributing the Work and assume any
|
16993
|
-
risks associated with Your exercise of permissions under this License.
|
16994
|
-
|
16995
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
16996
|
-
whether in tort (including negligence), contract, or otherwise,
|
16997
|
-
unless required by applicable law (such as deliberate and grossly
|
16998
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16999
|
-
liable to You for damages, including any direct, indirect, special,
|
17000
|
-
incidental, or consequential damages of any character arising as a
|
17001
|
-
result of this License or out of the use or inability to use the
|
17002
|
-
Work (including but not limited to damages for loss of goodwill,
|
17003
|
-
work stoppage, computer failure or malfunction, or any and all
|
17004
|
-
other commercial damages or losses), even if such Contributor
|
17005
|
-
has been advised of the possibility of such damages.
|
17006
|
-
|
17007
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
17008
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
17009
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
17010
|
-
or other liability obligations and/or rights consistent with this
|
17011
|
-
License. However, in accepting such obligations, You may act only
|
17012
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
17013
|
-
of any other Contributor, and only if You agree to indemnify,
|
17014
|
-
defend, and hold each Contributor harmless for any liability
|
17015
|
-
incurred by, or claims asserted against, such Contributor by reason
|
17016
|
-
of your accepting any such warranty or additional liability.
|
17017
|
-
|
17018
|
-
END OF TERMS AND CONDITIONS
|
17019
|
-
|
17020
|
-
APPENDIX: How to apply the Apache License to your work.
|
17021
|
-
|
17022
|
-
To apply the Apache License to your work, attach the following
|
17023
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
17024
|
-
replaced with your own identifying information. (Don't include
|
17025
|
-
the brackets!) The text should be enclosed in the appropriate
|
17026
|
-
comment syntax for the file format. We also recommend that a
|
17027
|
-
file or class name and description of purpose be included on the
|
17028
|
-
same "printed page" as the copyright notice for easier
|
17029
|
-
identification within third-party archives.
|
17030
|
-
|
17031
|
-
Copyright 2023 The Fuchsia Authors
|
17032
|
-
|
17033
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
17034
|
-
you may not use this file except in compliance with the License.
|
17035
|
-
You may obtain a copy of the License at
|
17036
|
-
|
17037
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
17038
|
-
|
17039
|
-
Unless required by applicable law or agreed to in writing, software
|
17040
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
17041
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17042
|
-
See the License for the specific language governing permissions and
|
17043
|
-
limitations under the License.
|
17044
|
-
|
17045
|
-
|
17046
|
-
================================================================================
|
17047
|
-
zerocopy-derive LICENSE-BSD
|
17048
|
-
================================================================================
|
17049
|
-
|
17050
|
-
Copyright 2019 The Fuchsia Authors.
|
17051
|
-
|
17052
|
-
Redistribution and use in source and binary forms, with or without
|
17053
|
-
modification, are permitted provided that the following conditions are
|
17054
|
-
met:
|
17055
|
-
|
17056
|
-
* Redistributions of source code must retain the above copyright
|
17057
|
-
notice, this list of conditions and the following disclaimer.
|
17058
|
-
* Redistributions in binary form must reproduce the above
|
17059
|
-
copyright notice, this list of conditions and the following disclaimer
|
17060
|
-
in the documentation and/or other materials provided with the
|
17061
|
-
distribution.
|
17062
|
-
|
17063
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
17064
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
17065
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
17066
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
17067
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
17068
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
17069
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
17070
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
17071
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
17072
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
17073
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
17074
|
-
|
17075
|
-
================================================================================
|
17076
|
-
zerocopy-derive LICENSE-MIT
|
17077
|
-
================================================================================
|
17078
|
-
|
17079
|
-
Copyright 2023 The Fuchsia Authors
|
17080
|
-
|
17081
|
-
Permission is hereby granted, free of charge, to any
|
17082
|
-
person obtaining a copy of this software and associated
|
17083
|
-
documentation files (the "Software"), to deal in the
|
17084
|
-
Software without restriction, including without
|
17085
|
-
limitation the rights to use, copy, modify, merge,
|
17086
|
-
publish, distribute, sublicense, and/or sell copies of
|
17087
|
-
the Software, and to permit persons to whom the Software
|
17088
|
-
is furnished to do so, subject to the following
|
17089
|
-
conditions:
|
17090
|
-
|
17091
|
-
The above copyright notice and this permission notice
|
17092
|
-
shall be included in all copies or substantial portions
|
17093
|
-
of the Software.
|
17094
|
-
|
17095
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
17096
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
17097
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
17098
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
17099
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
17100
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
17101
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
17102
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
17103
|
-
DEALINGS IN THE SOFTWARE.
|
17104
|
-
|