tokenizers 0.5.4-arm64-darwin → 0.6.0-arm64-darwin
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Cargo.lock +202 -126
- data/LICENSE-THIRD-PARTY.txt +1071 -686
- data/lib/tokenizers/3.2/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.3/tokenizers.bundle +0 -0
- data/lib/tokenizers/3.4/tokenizers.bundle +0 -0
- data/lib/tokenizers/from_pretrained.rb +2 -2
- data/lib/tokenizers/trainers/unigram_trainer.rb +10 -9
- data/lib/tokenizers/trainers/word_piece_trainer.rb +10 -9
- data/lib/tokenizers/version.rb +1 -1
- metadata +3 -4
- data/lib/tokenizers/3.1/tokenizers.bundle +0 -0
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
+
ahash v0.8.12
|
6
|
+
https://github.com/tkaitchuck/ahash
|
7
|
+
MIT OR Apache-2.0
|
8
|
+
|
5
9
|
aho-corasick v1.1.3
|
6
10
|
https://github.com/BurntSushi/aho-corasick
|
7
11
|
Unlicense OR MIT
|
@@ -14,19 +18,15 @@ bindgen v0.69.5
|
|
14
18
|
https://rust-lang.github.io/rust-bindgen/
|
15
19
|
BSD-3-Clause
|
16
20
|
|
17
|
-
bitflags
|
18
|
-
https://github.com/bitflags/bitflags
|
19
|
-
MIT/Apache-2.0
|
20
|
-
|
21
|
-
bitflags v2.6.0
|
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/
|
27
|
-
|
25
|
+
castaway v0.2.3
|
26
|
+
https://github.com/sagebind/castaway
|
27
|
+
MIT
|
28
28
|
|
29
|
-
cc v1.2.
|
29
|
+
cc v1.2.21
|
30
30
|
https://github.com/rust-lang/cc-rs
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -42,7 +42,11 @@ clang-sys v1.8.1
|
|
42
42
|
https://github.com/KyleMayes/clang-sys
|
43
43
|
Apache-2.0
|
44
44
|
|
45
|
-
|
45
|
+
compact_str v0.9.0
|
46
|
+
https://github.com/ParkMyCar/compact_str
|
47
|
+
MIT
|
48
|
+
|
49
|
+
console v0.15.11
|
46
50
|
https://github.com/console-rs/console
|
47
51
|
MIT
|
48
52
|
|
@@ -58,18 +62,22 @@ crossbeam-utils v0.8.21
|
|
58
62
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
59
63
|
MIT OR Apache-2.0
|
60
64
|
|
61
|
-
darling v0.20.
|
65
|
+
darling v0.20.11
|
62
66
|
https://github.com/TedDriggs/darling
|
63
67
|
MIT
|
64
68
|
|
65
|
-
darling_core v0.20.
|
69
|
+
darling_core v0.20.11
|
66
70
|
https://github.com/TedDriggs/darling
|
67
71
|
MIT
|
68
72
|
|
69
|
-
darling_macro v0.20.
|
73
|
+
darling_macro v0.20.11
|
70
74
|
https://github.com/TedDriggs/darling
|
71
75
|
MIT
|
72
76
|
|
77
|
+
dary_heap v0.3.7
|
78
|
+
https://github.com/hanmertens/dary_heap
|
79
|
+
MIT OR Apache-2.0
|
80
|
+
|
73
81
|
derive_builder v0.20.2
|
74
82
|
https://github.com/colin-kiegel/rust-derive-builder
|
75
83
|
MIT OR Apache-2.0
|
@@ -82,7 +90,7 @@ derive_builder_macro v0.20.2
|
|
82
90
|
https://github.com/colin-kiegel/rust-derive-builder
|
83
91
|
MIT OR Apache-2.0
|
84
92
|
|
85
|
-
either v1.
|
93
|
+
either v1.15.0
|
86
94
|
https://github.com/rayon-rs/either
|
87
95
|
MIT OR Apache-2.0
|
88
96
|
|
@@ -94,7 +102,7 @@ fnv v1.0.7
|
|
94
102
|
https://github.com/servo/rust-fnv
|
95
103
|
Apache-2.0 / MIT
|
96
104
|
|
97
|
-
getrandom v0.
|
105
|
+
getrandom v0.3.3
|
98
106
|
https://github.com/rust-random/getrandom
|
99
107
|
MIT OR Apache-2.0
|
100
108
|
|
@@ -106,19 +114,19 @@ ident_case v1.0.1
|
|
106
114
|
https://github.com/TedDriggs/ident_case
|
107
115
|
MIT/Apache-2.0
|
108
116
|
|
109
|
-
indicatif v0.17.
|
117
|
+
indicatif v0.17.11
|
110
118
|
https://github.com/console-rs/indicatif
|
111
119
|
MIT
|
112
120
|
|
113
|
-
itertools v0.
|
121
|
+
itertools v0.12.1
|
114
122
|
https://github.com/rust-itertools/itertools
|
115
123
|
MIT OR Apache-2.0
|
116
124
|
|
117
|
-
itertools v0.
|
125
|
+
itertools v0.14.0
|
118
126
|
https://github.com/rust-itertools/itertools
|
119
127
|
MIT OR Apache-2.0
|
120
128
|
|
121
|
-
itoa v1.0.
|
129
|
+
itoa v1.0.15
|
122
130
|
https://github.com/dtolnay/itoa
|
123
131
|
MIT OR Apache-2.0
|
124
132
|
|
@@ -130,7 +138,7 @@ lazycell v1.3.0
|
|
130
138
|
https://github.com/indiv0/lazycell
|
131
139
|
MIT/Apache-2.0
|
132
140
|
|
133
|
-
libc v0.2.
|
141
|
+
libc v0.2.172
|
134
142
|
https://github.com/rust-lang/libc
|
135
143
|
MIT OR Apache-2.0
|
136
144
|
|
@@ -138,7 +146,7 @@ libloading v0.8.6
|
|
138
146
|
https://github.com/nagisa/rust_libloading/
|
139
147
|
ISC
|
140
148
|
|
141
|
-
log v0.4.
|
149
|
+
log v0.4.27
|
142
150
|
https://github.com/rust-lang/log
|
143
151
|
MIT OR Apache-2.0
|
144
152
|
|
@@ -150,11 +158,11 @@ macro_rules_attribute-proc_macro v0.2.0
|
|
150
158
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
151
159
|
MIT
|
152
160
|
|
153
|
-
magnus v0.
|
161
|
+
magnus v0.8.0
|
154
162
|
https://github.com/matsadler/magnus
|
155
163
|
MIT
|
156
164
|
|
157
|
-
magnus-macros v0.
|
165
|
+
magnus-macros v0.8.0
|
158
166
|
https://github.com/matsadler/magnus
|
159
167
|
MIT
|
160
168
|
|
@@ -166,11 +174,11 @@ minimal-lexical v0.2.1
|
|
166
174
|
https://github.com/Alexhuszagh/minimal-lexical
|
167
175
|
MIT/Apache-2.0
|
168
176
|
|
169
|
-
monostate v0.1.
|
177
|
+
monostate v0.1.14
|
170
178
|
https://github.com/dtolnay/monostate
|
171
179
|
MIT OR Apache-2.0
|
172
180
|
|
173
|
-
monostate-impl v0.1.
|
181
|
+
monostate-impl v0.1.14
|
174
182
|
https://github.com/dtolnay/monostate
|
175
183
|
MIT OR Apache-2.0
|
176
184
|
|
@@ -182,51 +190,51 @@ number_prefix v0.4.0
|
|
182
190
|
https://github.com/ogham/rust-number-prefix
|
183
191
|
MIT
|
184
192
|
|
185
|
-
once_cell v1.
|
193
|
+
once_cell v1.21.3
|
186
194
|
https://github.com/matklad/once_cell
|
187
195
|
MIT OR Apache-2.0
|
188
196
|
|
189
|
-
onig v6.
|
190
|
-
|
197
|
+
onig v6.5.1
|
198
|
+
https://github.com/iwillspeak/rust-onig
|
191
199
|
MIT
|
192
200
|
|
193
|
-
onig_sys v69.
|
194
|
-
|
201
|
+
onig_sys v69.9.1
|
202
|
+
https://github.com/iwillspeak/rust-onig
|
195
203
|
MIT
|
196
204
|
|
197
205
|
paste v1.0.15
|
198
206
|
https://github.com/dtolnay/paste
|
199
207
|
MIT OR Apache-2.0
|
200
208
|
|
201
|
-
pkg-config v0.3.
|
209
|
+
pkg-config v0.3.32
|
202
210
|
https://github.com/rust-lang/pkg-config-rs
|
203
211
|
MIT OR Apache-2.0
|
204
212
|
|
205
|
-
portable-atomic v1.
|
213
|
+
portable-atomic v1.11.0
|
206
214
|
https://github.com/taiki-e/portable-atomic
|
207
215
|
Apache-2.0 OR MIT
|
208
216
|
|
209
|
-
ppv-lite86 v0.2.
|
217
|
+
ppv-lite86 v0.2.21
|
210
218
|
https://github.com/cryptocorrosion/cryptocorrosion
|
211
|
-
MIT
|
219
|
+
MIT OR Apache-2.0
|
212
220
|
|
213
|
-
proc-macro2 v1.0.
|
221
|
+
proc-macro2 v1.0.95
|
214
222
|
https://github.com/dtolnay/proc-macro2
|
215
223
|
MIT OR Apache-2.0
|
216
224
|
|
217
|
-
quote v1.0.
|
225
|
+
quote v1.0.40
|
218
226
|
https://github.com/dtolnay/quote
|
219
227
|
MIT OR Apache-2.0
|
220
228
|
|
221
|
-
rand v0.
|
229
|
+
rand v0.9.1
|
222
230
|
https://rust-random.github.io/book
|
223
231
|
MIT OR Apache-2.0
|
224
232
|
|
225
|
-
rand_chacha v0.
|
233
|
+
rand_chacha v0.9.0
|
226
234
|
https://rust-random.github.io/book
|
227
235
|
MIT OR Apache-2.0
|
228
236
|
|
229
|
-
rand_core v0.
|
237
|
+
rand_core v0.9.3
|
230
238
|
https://rust-random.github.io/book
|
231
239
|
MIT OR Apache-2.0
|
232
240
|
|
@@ -234,7 +242,7 @@ rayon v1.10.0
|
|
234
242
|
https://github.com/rayon-rs/rayon
|
235
243
|
MIT OR Apache-2.0
|
236
244
|
|
237
|
-
rayon-cond v0.
|
245
|
+
rayon-cond v0.4.0
|
238
246
|
https://github.com/cuviper/rayon-cond
|
239
247
|
Apache-2.0/MIT
|
240
248
|
|
@@ -242,15 +250,15 @@ rayon-core v1.12.1
|
|
242
250
|
https://github.com/rayon-rs/rayon
|
243
251
|
MIT OR Apache-2.0
|
244
252
|
|
245
|
-
rb-sys v0.9.
|
253
|
+
rb-sys v0.9.117
|
246
254
|
https://github.com/oxidize-rb/rb-sys
|
247
255
|
MIT OR Apache-2.0
|
248
256
|
|
249
|
-
rb-sys-build v0.9.
|
257
|
+
rb-sys-build v0.9.117
|
250
258
|
https://github.com/oxidize-rb/rb-sys
|
251
259
|
MIT OR Apache-2.0
|
252
260
|
|
253
|
-
rb-sys-env v0.
|
261
|
+
rb-sys-env v0.2.2
|
254
262
|
https://github.com/oxidize-rb/rb-sys
|
255
263
|
MIT OR Apache-2.0
|
256
264
|
|
@@ -270,23 +278,27 @@ rustc-hash v1.1.0
|
|
270
278
|
https://github.com/rust-lang-nursery/rustc-hash
|
271
279
|
Apache-2.0/MIT
|
272
280
|
|
273
|
-
|
281
|
+
rustversion v1.0.21
|
282
|
+
https://github.com/dtolnay/rustversion
|
283
|
+
MIT OR Apache-2.0
|
284
|
+
|
285
|
+
ryu v1.0.20
|
274
286
|
https://github.com/dtolnay/ryu
|
275
287
|
Apache-2.0 OR BSL-1.0
|
276
288
|
|
277
|
-
seq-macro v0.3.
|
289
|
+
seq-macro v0.3.6
|
278
290
|
https://github.com/dtolnay/seq-macro
|
279
291
|
MIT OR Apache-2.0
|
280
292
|
|
281
|
-
serde v1.0.
|
293
|
+
serde v1.0.219
|
282
294
|
https://serde.rs
|
283
295
|
MIT OR Apache-2.0
|
284
296
|
|
285
|
-
serde_derive v1.0.
|
297
|
+
serde_derive v1.0.219
|
286
298
|
https://serde.rs
|
287
299
|
MIT OR Apache-2.0
|
288
300
|
|
289
|
-
serde_json v1.0.
|
301
|
+
serde_json v1.0.140
|
290
302
|
https://github.com/serde-rs/json
|
291
303
|
MIT OR Apache-2.0
|
292
304
|
|
@@ -298,7 +310,7 @@ shlex v1.3.0
|
|
298
310
|
https://github.com/comex/rust-shlex
|
299
311
|
MIT OR Apache-2.0
|
300
312
|
|
301
|
-
smallvec v1.
|
313
|
+
smallvec v1.15.0
|
302
314
|
https://github.com/servo/rust-smallvec
|
303
315
|
MIT OR Apache-2.0
|
304
316
|
|
@@ -306,27 +318,31 @@ spm_precompiled v0.1.4
|
|
306
318
|
https://github.com/huggingface/spm_precompiled
|
307
319
|
Apache-2.0
|
308
320
|
|
321
|
+
static_assertions v1.1.0
|
322
|
+
https://github.com/nvzqz/static-assertions-rs
|
323
|
+
MIT OR Apache-2.0
|
324
|
+
|
309
325
|
strsim v0.11.1
|
310
326
|
https://github.com/rapidfuzz/strsim-rs
|
311
327
|
MIT
|
312
328
|
|
313
|
-
syn v2.0.
|
329
|
+
syn v2.0.101
|
314
330
|
https://github.com/dtolnay/syn
|
315
331
|
MIT OR Apache-2.0
|
316
332
|
|
317
|
-
thiserror
|
333
|
+
thiserror v2.0.12
|
318
334
|
https://github.com/dtolnay/thiserror
|
319
335
|
MIT OR Apache-2.0
|
320
336
|
|
321
|
-
thiserror-impl
|
337
|
+
thiserror-impl v2.0.12
|
322
338
|
https://github.com/dtolnay/thiserror
|
323
339
|
MIT OR Apache-2.0
|
324
340
|
|
325
|
-
tokenizers v0.
|
341
|
+
tokenizers v0.22.0
|
326
342
|
https://github.com/huggingface/tokenizers
|
327
343
|
Apache-2.0
|
328
344
|
|
329
|
-
unicode-ident v1.0.
|
345
|
+
unicode-ident v1.0.18
|
330
346
|
https://github.com/dtolnay/unicode-ident
|
331
347
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
332
348
|
|
@@ -346,79 +362,16 @@ unicode_categories v0.1.1
|
|
346
362
|
https://github.com/swgillespie/unicode-categories
|
347
363
|
MIT OR Apache-2.0
|
348
364
|
|
349
|
-
|
350
|
-
https://github.com/
|
351
|
-
|
365
|
+
version_check v0.9.5
|
366
|
+
https://github.com/SergioBenitez/version_check
|
367
|
+
MIT/Apache-2.0
|
352
368
|
|
353
|
-
zerocopy
|
369
|
+
zerocopy v0.8.25
|
354
370
|
https://github.com/google/zerocopy
|
355
371
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
356
372
|
|
357
373
|
================================================================================
|
358
|
-
|
359
|
-
================================================================================
|
360
|
-
|
361
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
362
|
-
|
363
|
-
You may use this code under the terms of either license.
|
364
|
-
|
365
|
-
================================================================================
|
366
|
-
aho-corasick LICENSE-MIT
|
367
|
-
================================================================================
|
368
|
-
|
369
|
-
The MIT License (MIT)
|
370
|
-
|
371
|
-
Copyright (c) 2015 Andrew Gallant
|
372
|
-
|
373
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
374
|
-
of this software and associated documentation files (the "Software"), to deal
|
375
|
-
in the Software without restriction, including without limitation the rights
|
376
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
377
|
-
copies of the Software, and to permit persons to whom the Software is
|
378
|
-
furnished to do so, subject to the following conditions:
|
379
|
-
|
380
|
-
The above copyright notice and this permission notice shall be included in
|
381
|
-
all copies or substantial portions of the Software.
|
382
|
-
|
383
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
384
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
385
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
386
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
387
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
388
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
389
|
-
THE SOFTWARE.
|
390
|
-
|
391
|
-
================================================================================
|
392
|
-
aho-corasick UNLICENSE
|
393
|
-
================================================================================
|
394
|
-
|
395
|
-
This is free and unencumbered software released into the public domain.
|
396
|
-
|
397
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
398
|
-
distribute this software, either in source code form or as a compiled
|
399
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
400
|
-
means.
|
401
|
-
|
402
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
403
|
-
of this software dedicate any and all copyright interest in the
|
404
|
-
software to the public domain. We make this dedication for the benefit
|
405
|
-
of the public at large and to the detriment of our heirs and
|
406
|
-
successors. We intend this dedication to be an overt act of
|
407
|
-
relinquishment in perpetuity of all present and future rights to this
|
408
|
-
software under copyright law.
|
409
|
-
|
410
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
411
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
412
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
413
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
414
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
415
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
416
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
417
|
-
|
418
|
-
For more information, please refer to <http://unlicense.org/>
|
419
|
-
|
420
|
-
================================================================================
|
421
|
-
base64 LICENSE-APACHE
|
374
|
+
ahash LICENSE-APACHE
|
422
375
|
================================================================================
|
423
376
|
|
424
377
|
Apache License
|
@@ -624,12 +577,50 @@ See the License for the specific language governing permissions and
|
|
624
577
|
limitations under the License.
|
625
578
|
|
626
579
|
================================================================================
|
627
|
-
|
580
|
+
ahash LICENSE-MIT
|
581
|
+
================================================================================
|
582
|
+
|
583
|
+
Copyright (c) 2018 Tom Kaitchuck
|
584
|
+
|
585
|
+
Permission is hereby granted, free of charge, to any
|
586
|
+
person obtaining a copy of this software and associated
|
587
|
+
documentation files (the "Software"), to deal in the
|
588
|
+
Software without restriction, including without
|
589
|
+
limitation the rights to use, copy, modify, merge,
|
590
|
+
publish, distribute, sublicense, and/or sell copies of
|
591
|
+
the Software, and to permit persons to whom the Software
|
592
|
+
is furnished to do so, subject to the following
|
593
|
+
conditions:
|
594
|
+
|
595
|
+
The above copyright notice and this permission notice
|
596
|
+
shall be included in all copies or substantial portions
|
597
|
+
of the Software.
|
598
|
+
|
599
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
600
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
601
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
602
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
603
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
604
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
605
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
606
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
607
|
+
DEALINGS IN THE SOFTWARE.
|
608
|
+
|
609
|
+
================================================================================
|
610
|
+
aho-corasick COPYING
|
611
|
+
================================================================================
|
612
|
+
|
613
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
614
|
+
|
615
|
+
You may use this code under the terms of either license.
|
616
|
+
|
617
|
+
================================================================================
|
618
|
+
aho-corasick LICENSE-MIT
|
628
619
|
================================================================================
|
629
620
|
|
630
621
|
The MIT License (MIT)
|
631
622
|
|
632
|
-
Copyright (c) 2015
|
623
|
+
Copyright (c) 2015 Andrew Gallant
|
633
624
|
|
634
625
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
635
626
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -650,41 +641,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
650
641
|
THE SOFTWARE.
|
651
642
|
|
652
643
|
================================================================================
|
653
|
-
|
644
|
+
aho-corasick UNLICENSE
|
654
645
|
================================================================================
|
655
646
|
|
656
|
-
|
657
|
-
|
658
|
-
Copyright (c) 2013, Jyun-Yan You
|
659
|
-
All rights reserved.
|
660
|
-
|
661
|
-
Redistribution and use in source and binary forms, with or without
|
662
|
-
modification, are permitted provided that the following conditions are met:
|
647
|
+
This is free and unencumbered software released into the public domain.
|
663
648
|
|
664
|
-
|
665
|
-
|
649
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
650
|
+
distribute this software, either in source code form or as a compiled
|
651
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
652
|
+
means.
|
666
653
|
|
667
|
-
|
668
|
-
|
669
|
-
|
654
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
655
|
+
of this software dedicate any and all copyright interest in the
|
656
|
+
software to the public domain. We make this dedication for the benefit
|
657
|
+
of the public at large and to the detriment of our heirs and
|
658
|
+
successors. We intend this dedication to be an overt act of
|
659
|
+
relinquishment in perpetuity of all present and future rights to this
|
660
|
+
software under copyright law.
|
670
661
|
|
671
|
-
|
672
|
-
|
673
|
-
|
662
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
663
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
664
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
665
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
666
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
667
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
668
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
674
669
|
|
675
|
-
|
676
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
677
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
678
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
679
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
680
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
681
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
682
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
683
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
684
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
670
|
+
For more information, please refer to <http://unlicense.org/>
|
685
671
|
|
686
672
|
================================================================================
|
687
|
-
|
673
|
+
base64 LICENSE-APACHE
|
688
674
|
================================================================================
|
689
675
|
|
690
676
|
Apache License
|
@@ -890,37 +876,67 @@ See the License for the specific language governing permissions and
|
|
890
876
|
limitations under the License.
|
891
877
|
|
892
878
|
================================================================================
|
893
|
-
|
879
|
+
base64 LICENSE-MIT
|
894
880
|
================================================================================
|
895
881
|
|
896
|
-
|
882
|
+
The MIT License (MIT)
|
897
883
|
|
898
|
-
|
899
|
-
person obtaining a copy of this software and associated
|
900
|
-
documentation files (the "Software"), to deal in the
|
901
|
-
Software without restriction, including without
|
902
|
-
limitation the rights to use, copy, modify, merge,
|
903
|
-
publish, distribute, sublicense, and/or sell copies of
|
904
|
-
the Software, and to permit persons to whom the Software
|
905
|
-
is furnished to do so, subject to the following
|
906
|
-
conditions:
|
884
|
+
Copyright (c) 2015 Alice Maz
|
907
885
|
|
908
|
-
|
909
|
-
|
910
|
-
|
886
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
887
|
+
of this software and associated documentation files (the "Software"), to deal
|
888
|
+
in the Software without restriction, including without limitation the rights
|
889
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
890
|
+
copies of the Software, and to permit persons to whom the Software is
|
891
|
+
furnished to do so, subject to the following conditions:
|
911
892
|
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
IN
|
920
|
-
|
893
|
+
The above copyright notice and this permission notice shall be included in
|
894
|
+
all copies or substantial portions of the Software.
|
895
|
+
|
896
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
897
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
898
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
899
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
900
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
901
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
902
|
+
THE SOFTWARE.
|
903
|
+
|
904
|
+
================================================================================
|
905
|
+
bindgen LICENSE
|
906
|
+
================================================================================
|
907
|
+
|
908
|
+
BSD 3-Clause License
|
909
|
+
|
910
|
+
Copyright (c) 2013, Jyun-Yan You
|
911
|
+
All rights reserved.
|
912
|
+
|
913
|
+
Redistribution and use in source and binary forms, with or without
|
914
|
+
modification, are permitted provided that the following conditions are met:
|
915
|
+
|
916
|
+
* Redistributions of source code must retain the above copyright notice, this
|
917
|
+
list of conditions and the following disclaimer.
|
918
|
+
|
919
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
920
|
+
this list of conditions and the following disclaimer in the documentation
|
921
|
+
and/or other materials provided with the distribution.
|
922
|
+
|
923
|
+
* Neither the name of the copyright holder nor the names of its
|
924
|
+
contributors may be used to endorse or promote products derived from
|
925
|
+
this software without specific prior written permission.
|
926
|
+
|
927
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
928
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
929
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
930
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
931
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
932
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
933
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
934
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
935
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
936
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
921
937
|
|
922
938
|
================================================================================
|
923
|
-
bitflags
|
939
|
+
bitflags LICENSE-APACHE
|
924
940
|
================================================================================
|
925
941
|
|
926
942
|
Apache License
|
@@ -1126,7 +1142,7 @@ See the License for the specific language governing permissions and
|
|
1126
1142
|
limitations under the License.
|
1127
1143
|
|
1128
1144
|
================================================================================
|
1129
|
-
bitflags
|
1145
|
+
bitflags LICENSE-MIT
|
1130
1146
|
================================================================================
|
1131
1147
|
|
1132
1148
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1156,20 +1172,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1156
1172
|
DEALINGS IN THE SOFTWARE.
|
1157
1173
|
|
1158
1174
|
================================================================================
|
1159
|
-
|
1175
|
+
castaway LICENSE
|
1160
1176
|
================================================================================
|
1161
1177
|
|
1162
|
-
|
1163
|
-
|
1164
|
-
You may use this code under the terms of either license.
|
1178
|
+
MIT License
|
1165
1179
|
|
1166
|
-
|
1167
|
-
byteorder LICENSE-MIT
|
1168
|
-
================================================================================
|
1169
|
-
|
1170
|
-
The MIT License (MIT)
|
1171
|
-
|
1172
|
-
Copyright (c) 2015 Andrew Gallant
|
1180
|
+
Copyright (c) 2021 Stephen M. Coakley
|
1173
1181
|
|
1174
1182
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1175
1183
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1178,45 +1186,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1178
1186
|
copies of the Software, and to permit persons to whom the Software is
|
1179
1187
|
furnished to do so, subject to the following conditions:
|
1180
1188
|
|
1181
|
-
The above copyright notice and this permission notice shall be included in
|
1182
|
-
|
1189
|
+
The above copyright notice and this permission notice shall be included in all
|
1190
|
+
copies or substantial portions of the Software.
|
1183
1191
|
|
1184
1192
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1185
1193
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1186
1194
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1187
1195
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1188
1196
|
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
|
-
|
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/>
|
1197
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1198
|
+
SOFTWARE.
|
1220
1199
|
|
1221
1200
|
================================================================================
|
1222
1201
|
cc LICENSE-APACHE
|
@@ -2133,6 +2112,32 @@ clang-sys LICENSE.txt
|
|
2133
2112
|
See the License for the specific language governing permissions and
|
2134
2113
|
limitations under the License.
|
2135
2114
|
|
2115
|
+
================================================================================
|
2116
|
+
compact_str LICENSE
|
2117
|
+
================================================================================
|
2118
|
+
|
2119
|
+
MIT License
|
2120
|
+
|
2121
|
+
Copyright (c) 2021 Parker Timmerman
|
2122
|
+
|
2123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2124
|
+
of this software and associated documentation files (the "Software"), to deal
|
2125
|
+
in the Software without restriction, including without limitation the rights
|
2126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2127
|
+
copies of the Software, and to permit persons to whom the Software is
|
2128
|
+
furnished to do so, subject to the following conditions:
|
2129
|
+
|
2130
|
+
The above copyright notice and this permission notice shall be included in all
|
2131
|
+
copies or substantial portions of the Software.
|
2132
|
+
|
2133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2139
|
+
SOFTWARE.
|
2140
|
+
|
2136
2141
|
================================================================================
|
2137
2142
|
console LICENSE
|
2138
2143
|
================================================================================
|
@@ -2953,134 +2958,343 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2953
2958
|
SOFTWARE.
|
2954
2959
|
|
2955
2960
|
================================================================================
|
2956
|
-
|
2961
|
+
dary_heap LICENSE-APACHE
|
2957
2962
|
================================================================================
|
2958
2963
|
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2964
|
+
Apache License
|
2965
|
+
Version 2.0, January 2004
|
2966
|
+
http://www.apache.org/licenses/
|
2964
2967
|
|
2965
|
-
|
2968
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2966
2969
|
|
2967
|
-
|
2968
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
2970
|
+
1. Definitions.
|
2969
2971
|
|
2970
|
-
|
2971
|
-
|
2972
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2973
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2972
2974
|
|
2973
|
-
|
2974
|
-
|
2975
|
-
control with that entity. For the purposes of this definition,
|
2976
|
-
"control" means (i) the power, direct or indirect, to cause the
|
2977
|
-
direction or management of such entity, whether by contract or
|
2978
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2979
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
2975
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2976
|
+
the copyright owner that is granting the License.
|
2980
2977
|
|
2981
|
-
|
2982
|
-
|
2978
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2979
|
+
other entities that control, are controlled by, or are under common
|
2980
|
+
control with that entity. For the purposes of this definition,
|
2981
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2982
|
+
direction or management of such entity, whether by contract or
|
2983
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2984
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2983
2985
|
|
2984
|
-
|
2985
|
-
|
2986
|
-
source, and configuration files.
|
2986
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2987
|
+
exercising permissions granted by this License.
|
2987
2988
|
|
2988
|
-
|
2989
|
-
|
2990
|
-
|
2991
|
-
and conversions to other media types.
|
2989
|
+
"Source" form shall mean the preferred form for making modifications,
|
2990
|
+
including but not limited to software source code, documentation
|
2991
|
+
source, and configuration files.
|
2992
2992
|
|
2993
|
-
|
2994
|
-
|
2995
|
-
|
2996
|
-
|
2993
|
+
"Object" form shall mean any form resulting from mechanical
|
2994
|
+
transformation or translation of a Source form, including but
|
2995
|
+
not limited to compiled object code, generated documentation,
|
2996
|
+
and conversions to other media types.
|
2997
2997
|
|
2998
|
-
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
3002
|
-
of this License, Derivative Works shall not include works that remain
|
3003
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
3004
|
-
the Work and Derivative Works thereof.
|
2998
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2999
|
+
Object form, made available under the License, as indicated by a
|
3000
|
+
copyright notice that is included in or attached to the work
|
3001
|
+
(an example is provided in the Appendix below).
|
3005
3002
|
|
3006
|
-
|
3007
|
-
|
3008
|
-
|
3009
|
-
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3013
|
-
to the Licensor or its representatives, including but not limited to
|
3014
|
-
communication on electronic mailing lists, source code control systems,
|
3015
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
3016
|
-
Licensor for the purpose of discussing and improving the Work, but
|
3017
|
-
excluding communication that is conspicuously marked or otherwise
|
3018
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
3003
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3004
|
+
form, that is based on (or derived from) the Work and for which the
|
3005
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3006
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3007
|
+
of this License, Derivative Works shall not include works that remain
|
3008
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3009
|
+
the Work and Derivative Works thereof.
|
3019
3010
|
|
3020
|
-
|
3021
|
-
|
3022
|
-
|
3011
|
+
"Contribution" shall mean any work of authorship, including
|
3012
|
+
the original version of the Work and any modifications or additions
|
3013
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3014
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3015
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3016
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3017
|
+
means any form of electronic, verbal, or written communication sent
|
3018
|
+
to the Licensor or its representatives, including but not limited to
|
3019
|
+
communication on electronic mailing lists, source code control systems,
|
3020
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3021
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3022
|
+
excluding communication that is conspicuously marked or otherwise
|
3023
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3023
3024
|
|
3024
|
-
|
3025
|
-
|
3026
|
-
|
3027
|
-
copyright license to reproduce, prepare Derivative Works of,
|
3028
|
-
publicly display, publicly perform, sublicense, and distribute the
|
3029
|
-
Work and such Derivative Works in Source or Object form.
|
3025
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3026
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3027
|
+
subsequently incorporated within the Work.
|
3030
3028
|
|
3031
|
-
|
3032
|
-
|
3033
|
-
|
3034
|
-
|
3035
|
-
|
3036
|
-
|
3037
|
-
by such Contributor that are necessarily infringed by their
|
3038
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
3039
|
-
with the Work to which such Contribution(s) was submitted. If You
|
3040
|
-
institute patent litigation against any entity (including a
|
3041
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3042
|
-
or a Contribution incorporated within the Work constitutes direct
|
3043
|
-
or contributory patent infringement, then any patent licenses
|
3044
|
-
granted to You under this License for that Work shall terminate
|
3045
|
-
as of the date such litigation is filed.
|
3029
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3030
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3031
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3032
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3033
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3034
|
+
Work and such Derivative Works in Source or Object form.
|
3046
3035
|
|
3047
|
-
|
3048
|
-
|
3049
|
-
|
3050
|
-
|
3036
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3037
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3038
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3039
|
+
(except as stated in this section) patent license to make, have made,
|
3040
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3041
|
+
where such license applies only to those patent claims licensable
|
3042
|
+
by such Contributor that are necessarily infringed by their
|
3043
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3044
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3045
|
+
institute patent litigation against any entity (including a
|
3046
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3047
|
+
or a Contribution incorporated within the Work constitutes direct
|
3048
|
+
or contributory patent infringement, then any patent licenses
|
3049
|
+
granted to You under this License for that Work shall terminate
|
3050
|
+
as of the date such litigation is filed.
|
3051
3051
|
|
3052
|
-
|
3053
|
-
|
3052
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3053
|
+
Work or Derivative Works thereof in any medium, with or without
|
3054
|
+
modifications, and in Source or Object form, provided that You
|
3055
|
+
meet the following conditions:
|
3054
3056
|
|
3055
|
-
|
3056
|
-
|
3057
|
+
(a) You must give any other recipients of the Work or
|
3058
|
+
Derivative Works a copy of this License; and
|
3057
3059
|
|
3058
|
-
|
3059
|
-
|
3060
|
-
attribution notices from the Source form of the Work,
|
3061
|
-
excluding those notices that do not pertain to any part of
|
3062
|
-
the Derivative Works; and
|
3060
|
+
(b) You must cause any modified files to carry prominent notices
|
3061
|
+
stating that You changed the files; and
|
3063
3062
|
|
3064
|
-
|
3065
|
-
|
3066
|
-
|
3067
|
-
|
3068
|
-
|
3069
|
-
of the following places: within a NOTICE text file distributed
|
3070
|
-
as part of the Derivative Works; within the Source form or
|
3071
|
-
documentation, if provided along with the Derivative Works; or,
|
3072
|
-
within a display generated by the Derivative Works, if and
|
3073
|
-
wherever such third-party notices normally appear. The contents
|
3074
|
-
of the NOTICE file are for informational purposes only and
|
3075
|
-
do not modify the License. You may add Your own attribution
|
3076
|
-
notices within Derivative Works that You distribute, alongside
|
3077
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3078
|
-
that such additional attribution notices cannot be construed
|
3079
|
-
as modifying the License.
|
3063
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3064
|
+
that You distribute, all copyright, patent, trademark, and
|
3065
|
+
attribution notices from the Source form of the Work,
|
3066
|
+
excluding those notices that do not pertain to any part of
|
3067
|
+
the Derivative Works; and
|
3080
3068
|
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3069
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3070
|
+
distribution, then any Derivative Works that You distribute must
|
3071
|
+
include a readable copy of the attribution notices contained
|
3072
|
+
within such NOTICE file, excluding those notices that do not
|
3073
|
+
pertain to any part of the Derivative Works, in at least one
|
3074
|
+
of the following places: within a NOTICE text file distributed
|
3075
|
+
as part of the Derivative Works; within the Source form or
|
3076
|
+
documentation, if provided along with the Derivative Works; or,
|
3077
|
+
within a display generated by the Derivative Works, if and
|
3078
|
+
wherever such third-party notices normally appear. The contents
|
3079
|
+
of the NOTICE file are for informational purposes only and
|
3080
|
+
do not modify the License. You may add Your own attribution
|
3081
|
+
notices within Derivative Works that You distribute, alongside
|
3082
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3083
|
+
that such additional attribution notices cannot be construed
|
3084
|
+
as modifying the License.
|
3085
|
+
|
3086
|
+
You may add Your own copyright statement to Your modifications and
|
3087
|
+
may provide additional or different license terms and conditions
|
3088
|
+
for use, reproduction, or distribution of Your modifications, or
|
3089
|
+
for any such Derivative Works as a whole, provided Your use,
|
3090
|
+
reproduction, and distribution of the Work otherwise complies with
|
3091
|
+
the conditions stated in this License.
|
3092
|
+
|
3093
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3094
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3095
|
+
by You to the Licensor shall be under the terms and conditions of
|
3096
|
+
this License, without any additional terms or conditions.
|
3097
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3098
|
+
the terms of any separate license agreement you may have executed
|
3099
|
+
with Licensor regarding such Contributions.
|
3100
|
+
|
3101
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3102
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3103
|
+
except as required for reasonable and customary use in describing the
|
3104
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3105
|
+
|
3106
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3107
|
+
agreed to in writing, Licensor provides the Work (and each
|
3108
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3109
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3110
|
+
implied, including, without limitation, any warranties or conditions
|
3111
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3112
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3113
|
+
appropriateness of using or redistributing the Work and assume any
|
3114
|
+
risks associated with Your exercise of permissions under this License.
|
3115
|
+
|
3116
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3117
|
+
whether in tort (including negligence), contract, or otherwise,
|
3118
|
+
unless required by applicable law (such as deliberate and grossly
|
3119
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3120
|
+
liable to You for damages, including any direct, indirect, special,
|
3121
|
+
incidental, or consequential damages of any character arising as a
|
3122
|
+
result of this License or out of the use or inability to use the
|
3123
|
+
Work (including but not limited to damages for loss of goodwill,
|
3124
|
+
work stoppage, computer failure or malfunction, or any and all
|
3125
|
+
other commercial damages or losses), even if such Contributor
|
3126
|
+
has been advised of the possibility of such damages.
|
3127
|
+
|
3128
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3129
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3130
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3131
|
+
or other liability obligations and/or rights consistent with this
|
3132
|
+
License. However, in accepting such obligations, You may act only
|
3133
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3134
|
+
of any other Contributor, and only if You agree to indemnify,
|
3135
|
+
defend, and hold each Contributor harmless for any liability
|
3136
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3137
|
+
of your accepting any such warranty or additional liability.
|
3138
|
+
|
3139
|
+
END OF TERMS AND CONDITIONS
|
3140
|
+
|
3141
|
+
================================================================================
|
3142
|
+
dary_heap LICENSE-MIT
|
3143
|
+
================================================================================
|
3144
|
+
|
3145
|
+
Permission is hereby granted, free of charge, to any
|
3146
|
+
person obtaining a copy of this software and associated
|
3147
|
+
documentation files (the "Software"), to deal in the
|
3148
|
+
Software without restriction, including without
|
3149
|
+
limitation the rights to use, copy, modify, merge,
|
3150
|
+
publish, distribute, sublicense, and/or sell copies of
|
3151
|
+
the Software, and to permit persons to whom the Software
|
3152
|
+
is furnished to do so, subject to the following
|
3153
|
+
conditions:
|
3154
|
+
|
3155
|
+
The above copyright notice and this permission notice
|
3156
|
+
shall be included in all copies or substantial portions
|
3157
|
+
of the Software.
|
3158
|
+
|
3159
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3160
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3161
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3162
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3163
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3164
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3165
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3166
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3167
|
+
DEALINGS IN THE SOFTWARE.
|
3168
|
+
|
3169
|
+
================================================================================
|
3170
|
+
derive_builder LICENSE-APACHE
|
3171
|
+
================================================================================
|
3172
|
+
|
3173
|
+
Apache License
|
3174
|
+
Version 2.0, January 2004
|
3175
|
+
http://www.apache.org/licenses/
|
3176
|
+
|
3177
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3178
|
+
|
3179
|
+
1. Definitions.
|
3180
|
+
|
3181
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3182
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3183
|
+
|
3184
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3185
|
+
the copyright owner that is granting the License.
|
3186
|
+
|
3187
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3188
|
+
other entities that control, are controlled by, or are under common
|
3189
|
+
control with that entity. For the purposes of this definition,
|
3190
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3191
|
+
direction or management of such entity, whether by contract or
|
3192
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3193
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3194
|
+
|
3195
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3196
|
+
exercising permissions granted by this License.
|
3197
|
+
|
3198
|
+
"Source" form shall mean the preferred form for making modifications,
|
3199
|
+
including but not limited to software source code, documentation
|
3200
|
+
source, and configuration files.
|
3201
|
+
|
3202
|
+
"Object" form shall mean any form resulting from mechanical
|
3203
|
+
transformation or translation of a Source form, including but
|
3204
|
+
not limited to compiled object code, generated documentation,
|
3205
|
+
and conversions to other media types.
|
3206
|
+
|
3207
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3208
|
+
Object form, made available under the License, as indicated by a
|
3209
|
+
copyright notice that is included in or attached to the work
|
3210
|
+
(an example is provided in the Appendix below).
|
3211
|
+
|
3212
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3213
|
+
form, that is based on (or derived from) the Work and for which the
|
3214
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3215
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3216
|
+
of this License, Derivative Works shall not include works that remain
|
3217
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3218
|
+
the Work and Derivative Works thereof.
|
3219
|
+
|
3220
|
+
"Contribution" shall mean any work of authorship, including
|
3221
|
+
the original version of the Work and any modifications or additions
|
3222
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3223
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3224
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3225
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3226
|
+
means any form of electronic, verbal, or written communication sent
|
3227
|
+
to the Licensor or its representatives, including but not limited to
|
3228
|
+
communication on electronic mailing lists, source code control systems,
|
3229
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3230
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3231
|
+
excluding communication that is conspicuously marked or otherwise
|
3232
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3233
|
+
|
3234
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3235
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3236
|
+
subsequently incorporated within the Work.
|
3237
|
+
|
3238
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3239
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3240
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3241
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3242
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3243
|
+
Work and such Derivative Works in Source or Object form.
|
3244
|
+
|
3245
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3246
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3247
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3248
|
+
(except as stated in this section) patent license to make, have made,
|
3249
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3250
|
+
where such license applies only to those patent claims licensable
|
3251
|
+
by such Contributor that are necessarily infringed by their
|
3252
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3253
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3254
|
+
institute patent litigation against any entity (including a
|
3255
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3256
|
+
or a Contribution incorporated within the Work constitutes direct
|
3257
|
+
or contributory patent infringement, then any patent licenses
|
3258
|
+
granted to You under this License for that Work shall terminate
|
3259
|
+
as of the date such litigation is filed.
|
3260
|
+
|
3261
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3262
|
+
Work or Derivative Works thereof in any medium, with or without
|
3263
|
+
modifications, and in Source or Object form, provided that You
|
3264
|
+
meet the following conditions:
|
3265
|
+
|
3266
|
+
(a) You must give any other recipients of the Work or
|
3267
|
+
Derivative Works a copy of this License; and
|
3268
|
+
|
3269
|
+
(b) You must cause any modified files to carry prominent notices
|
3270
|
+
stating that You changed the files; and
|
3271
|
+
|
3272
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3273
|
+
that You distribute, all copyright, patent, trademark, and
|
3274
|
+
attribution notices from the Source form of the Work,
|
3275
|
+
excluding those notices that do not pertain to any part of
|
3276
|
+
the Derivative Works; and
|
3277
|
+
|
3278
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3279
|
+
distribution, then any Derivative Works that You distribute must
|
3280
|
+
include a readable copy of the attribution notices contained
|
3281
|
+
within such NOTICE file, excluding those notices that do not
|
3282
|
+
pertain to any part of the Derivative Works, in at least one
|
3283
|
+
of the following places: within a NOTICE text file distributed
|
3284
|
+
as part of the Derivative Works; within the Source form or
|
3285
|
+
documentation, if provided along with the Derivative Works; or,
|
3286
|
+
within a display generated by the Derivative Works, if and
|
3287
|
+
wherever such third-party notices normally appear. The contents
|
3288
|
+
of the NOTICE file are for informational purposes only and
|
3289
|
+
do not modify the License. You may add Your own attribution
|
3290
|
+
notices within Derivative Works that You distribute, alongside
|
3291
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3292
|
+
that such additional attribution notices cannot be construed
|
3293
|
+
as modifying the License.
|
3294
|
+
|
3295
|
+
You may add Your own copyright statement to Your modifications and
|
3296
|
+
may provide additional or different license terms and conditions
|
3297
|
+
for use, reproduction, or distribution of Your modifications, or
|
3084
3298
|
for any such Derivative Works as a whole, provided Your use,
|
3085
3299
|
reproduction, and distribution of the Work otherwise complies with
|
3086
3300
|
the conditions stated in this License.
|
@@ -4539,7 +4753,7 @@ limitations under the License.
|
|
4539
4753
|
getrandom LICENSE-MIT
|
4540
4754
|
================================================================================
|
4541
4755
|
|
4542
|
-
Copyright (c) 2018-
|
4756
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
4543
4757
|
Copyright (c) 2014 The Rust Project Developers
|
4544
4758
|
|
4545
4759
|
Permission is hereby granted, free of charge, to any
|
@@ -4854,7 +5068,7 @@ SOFTWARE.
|
|
4854
5068
|
|
4855
5069
|
|
4856
5070
|
================================================================================
|
4857
|
-
itertools v0.
|
5071
|
+
itertools v0.12.1 LICENSE-APACHE
|
4858
5072
|
================================================================================
|
4859
5073
|
|
4860
5074
|
Apache License
|
@@ -5060,7 +5274,7 @@ See the License for the specific language governing permissions and
|
|
5060
5274
|
limitations under the License.
|
5061
5275
|
|
5062
5276
|
================================================================================
|
5063
|
-
itertools v0.
|
5277
|
+
itertools v0.12.1 LICENSE-MIT
|
5064
5278
|
================================================================================
|
5065
5279
|
|
5066
5280
|
Copyright (c) 2015
|
@@ -5090,7 +5304,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5090
5304
|
DEALINGS IN THE SOFTWARE.
|
5091
5305
|
|
5092
5306
|
================================================================================
|
5093
|
-
itertools v0.
|
5307
|
+
itertools v0.14.0 LICENSE-APACHE
|
5094
5308
|
================================================================================
|
5095
5309
|
|
5096
5310
|
Apache License
|
@@ -5296,7 +5510,7 @@ See the License for the specific language governing permissions and
|
|
5296
5510
|
limitations under the License.
|
5297
5511
|
|
5298
5512
|
================================================================================
|
5299
|
-
itertools v0.
|
5513
|
+
itertools v0.14.0 LICENSE-MIT
|
5300
5514
|
================================================================================
|
5301
5515
|
|
5302
5516
|
Copyright (c) 2015
|
@@ -9879,47 +10093,22 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
9879
10093
|
|
9880
10094
|
END OF TERMS AND CONDITIONS
|
9881
10095
|
|
9882
|
-
|
10096
|
+
================================================================================
|
10097
|
+
rand_chacha LICENSE-MIT
|
10098
|
+
================================================================================
|
9883
10099
|
|
9884
|
-
|
9885
|
-
|
9886
|
-
replaced with your own identifying information. (Don't include
|
9887
|
-
the brackets!) The text should be enclosed in the appropriate
|
9888
|
-
comment syntax for the file format. We also recommend that a
|
9889
|
-
file or class name and description of purpose be included on the
|
9890
|
-
same "printed page" as the copyright notice for easier
|
9891
|
-
identification within third-party archives.
|
10100
|
+
Copyright 2018 Developers of the Rand project
|
10101
|
+
Copyright (c) 2014 The Rust Project Developers
|
9892
10102
|
|
9893
|
-
|
9894
|
-
|
9895
|
-
|
9896
|
-
|
9897
|
-
|
9898
|
-
|
9899
|
-
|
9900
|
-
|
9901
|
-
|
9902
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
9903
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
9904
|
-
See the License for the specific language governing permissions and
|
9905
|
-
limitations under the License.
|
9906
|
-
|
9907
|
-
================================================================================
|
9908
|
-
rand_chacha LICENSE-MIT
|
9909
|
-
================================================================================
|
9910
|
-
|
9911
|
-
Copyright 2018 Developers of the Rand project
|
9912
|
-
Copyright (c) 2014 The Rust Project Developers
|
9913
|
-
|
9914
|
-
Permission is hereby granted, free of charge, to any
|
9915
|
-
person obtaining a copy of this software and associated
|
9916
|
-
documentation files (the "Software"), to deal in the
|
9917
|
-
Software without restriction, including without
|
9918
|
-
limitation the rights to use, copy, modify, merge,
|
9919
|
-
publish, distribute, sublicense, and/or sell copies of
|
9920
|
-
the Software, and to permit persons to whom the Software
|
9921
|
-
is furnished to do so, subject to the following
|
9922
|
-
conditions:
|
10103
|
+
Permission is hereby granted, free of charge, to any
|
10104
|
+
person obtaining a copy of this software and associated
|
10105
|
+
documentation files (the "Software"), to deal in the
|
10106
|
+
Software without restriction, including without
|
10107
|
+
limitation the rights to use, copy, modify, merge,
|
10108
|
+
publish, distribute, sublicense, and/or sell copies of
|
10109
|
+
the Software, and to permit persons to whom the Software
|
10110
|
+
is furnished to do so, subject to the following
|
10111
|
+
conditions:
|
9923
10112
|
|
9924
10113
|
The above copyright notice and this permission notice
|
9925
10114
|
shall be included in all copies or substantial portions
|
@@ -12533,6 +12722,215 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
12533
12722
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12534
12723
|
DEALINGS IN THE SOFTWARE.
|
12535
12724
|
|
12725
|
+
================================================================================
|
12726
|
+
rustversion LICENSE-APACHE
|
12727
|
+
================================================================================
|
12728
|
+
|
12729
|
+
Apache License
|
12730
|
+
Version 2.0, January 2004
|
12731
|
+
http://www.apache.org/licenses/
|
12732
|
+
|
12733
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
12734
|
+
|
12735
|
+
1. Definitions.
|
12736
|
+
|
12737
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
12738
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12739
|
+
|
12740
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
12741
|
+
the copyright owner that is granting the License.
|
12742
|
+
|
12743
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
12744
|
+
other entities that control, are controlled by, or are under common
|
12745
|
+
control with that entity. For the purposes of this definition,
|
12746
|
+
"control" means (i) the power, direct or indirect, to cause the
|
12747
|
+
direction or management of such entity, whether by contract or
|
12748
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
12749
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
12750
|
+
|
12751
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
12752
|
+
exercising permissions granted by this License.
|
12753
|
+
|
12754
|
+
"Source" form shall mean the preferred form for making modifications,
|
12755
|
+
including but not limited to software source code, documentation
|
12756
|
+
source, and configuration files.
|
12757
|
+
|
12758
|
+
"Object" form shall mean any form resulting from mechanical
|
12759
|
+
transformation or translation of a Source form, including but
|
12760
|
+
not limited to compiled object code, generated documentation,
|
12761
|
+
and conversions to other media types.
|
12762
|
+
|
12763
|
+
"Work" shall mean the work of authorship, whether in Source or
|
12764
|
+
Object form, made available under the License, as indicated by a
|
12765
|
+
copyright notice that is included in or attached to the work
|
12766
|
+
(an example is provided in the Appendix below).
|
12767
|
+
|
12768
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
12769
|
+
form, that is based on (or derived from) the Work and for which the
|
12770
|
+
editorial revisions, annotations, elaborations, or other modifications
|
12771
|
+
represent, as a whole, an original work of authorship. For the purposes
|
12772
|
+
of this License, Derivative Works shall not include works that remain
|
12773
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
12774
|
+
the Work and Derivative Works thereof.
|
12775
|
+
|
12776
|
+
"Contribution" shall mean any work of authorship, including
|
12777
|
+
the original version of the Work and any modifications or additions
|
12778
|
+
to that Work or Derivative Works thereof, that is intentionally
|
12779
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
12780
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
12781
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
12782
|
+
means any form of electronic, verbal, or written communication sent
|
12783
|
+
to the Licensor or its representatives, including but not limited to
|
12784
|
+
communication on electronic mailing lists, source code control systems,
|
12785
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
12786
|
+
Licensor for the purpose of discussing and improving the Work, but
|
12787
|
+
excluding communication that is conspicuously marked or otherwise
|
12788
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
12789
|
+
|
12790
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
12791
|
+
on behalf of whom a Contribution has been received by Licensor and
|
12792
|
+
subsequently incorporated within the Work.
|
12793
|
+
|
12794
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
12795
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12796
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12797
|
+
copyright license to reproduce, prepare Derivative Works of,
|
12798
|
+
publicly display, publicly perform, sublicense, and distribute the
|
12799
|
+
Work and such Derivative Works in Source or Object form.
|
12800
|
+
|
12801
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
12802
|
+
this License, each Contributor hereby grants to You a perpetual,
|
12803
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
12804
|
+
(except as stated in this section) patent license to make, have made,
|
12805
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
12806
|
+
where such license applies only to those patent claims licensable
|
12807
|
+
by such Contributor that are necessarily infringed by their
|
12808
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
12809
|
+
with the Work to which such Contribution(s) was submitted. If You
|
12810
|
+
institute patent litigation against any entity (including a
|
12811
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
12812
|
+
or a Contribution incorporated within the Work constitutes direct
|
12813
|
+
or contributory patent infringement, then any patent licenses
|
12814
|
+
granted to You under this License for that Work shall terminate
|
12815
|
+
as of the date such litigation is filed.
|
12816
|
+
|
12817
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
12818
|
+
Work or Derivative Works thereof in any medium, with or without
|
12819
|
+
modifications, and in Source or Object form, provided that You
|
12820
|
+
meet the following conditions:
|
12821
|
+
|
12822
|
+
(a) You must give any other recipients of the Work or
|
12823
|
+
Derivative Works a copy of this License; and
|
12824
|
+
|
12825
|
+
(b) You must cause any modified files to carry prominent notices
|
12826
|
+
stating that You changed the files; and
|
12827
|
+
|
12828
|
+
(c) You must retain, in the Source form of any Derivative Works
|
12829
|
+
that You distribute, all copyright, patent, trademark, and
|
12830
|
+
attribution notices from the Source form of the Work,
|
12831
|
+
excluding those notices that do not pertain to any part of
|
12832
|
+
the Derivative Works; and
|
12833
|
+
|
12834
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
12835
|
+
distribution, then any Derivative Works that You distribute must
|
12836
|
+
include a readable copy of the attribution notices contained
|
12837
|
+
within such NOTICE file, excluding those notices that do not
|
12838
|
+
pertain to any part of the Derivative Works, in at least one
|
12839
|
+
of the following places: within a NOTICE text file distributed
|
12840
|
+
as part of the Derivative Works; within the Source form or
|
12841
|
+
documentation, if provided along with the Derivative Works; or,
|
12842
|
+
within a display generated by the Derivative Works, if and
|
12843
|
+
wherever such third-party notices normally appear. The contents
|
12844
|
+
of the NOTICE file are for informational purposes only and
|
12845
|
+
do not modify the License. You may add Your own attribution
|
12846
|
+
notices within Derivative Works that You distribute, alongside
|
12847
|
+
or as an addendum to the NOTICE text from the Work, provided
|
12848
|
+
that such additional attribution notices cannot be construed
|
12849
|
+
as modifying the License.
|
12850
|
+
|
12851
|
+
You may add Your own copyright statement to Your modifications and
|
12852
|
+
may provide additional or different license terms and conditions
|
12853
|
+
for use, reproduction, or distribution of Your modifications, or
|
12854
|
+
for any such Derivative Works as a whole, provided Your use,
|
12855
|
+
reproduction, and distribution of the Work otherwise complies with
|
12856
|
+
the conditions stated in this License.
|
12857
|
+
|
12858
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
12859
|
+
any Contribution intentionally submitted for inclusion in the Work
|
12860
|
+
by You to the Licensor shall be under the terms and conditions of
|
12861
|
+
this License, without any additional terms or conditions.
|
12862
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
12863
|
+
the terms of any separate license agreement you may have executed
|
12864
|
+
with Licensor regarding such Contributions.
|
12865
|
+
|
12866
|
+
6. Trademarks. This License does not grant permission to use the trade
|
12867
|
+
names, trademarks, service marks, or product names of the Licensor,
|
12868
|
+
except as required for reasonable and customary use in describing the
|
12869
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
12870
|
+
|
12871
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
12872
|
+
agreed to in writing, Licensor provides the Work (and each
|
12873
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
12874
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
12875
|
+
implied, including, without limitation, any warranties or conditions
|
12876
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
12877
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
12878
|
+
appropriateness of using or redistributing the Work and assume any
|
12879
|
+
risks associated with Your exercise of permissions under this License.
|
12880
|
+
|
12881
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
12882
|
+
whether in tort (including negligence), contract, or otherwise,
|
12883
|
+
unless required by applicable law (such as deliberate and grossly
|
12884
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
12885
|
+
liable to You for damages, including any direct, indirect, special,
|
12886
|
+
incidental, or consequential damages of any character arising as a
|
12887
|
+
result of this License or out of the use or inability to use the
|
12888
|
+
Work (including but not limited to damages for loss of goodwill,
|
12889
|
+
work stoppage, computer failure or malfunction, or any and all
|
12890
|
+
other commercial damages or losses), even if such Contributor
|
12891
|
+
has been advised of the possibility of such damages.
|
12892
|
+
|
12893
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
12894
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
12895
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
12896
|
+
or other liability obligations and/or rights consistent with this
|
12897
|
+
License. However, in accepting such obligations, You may act only
|
12898
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
12899
|
+
of any other Contributor, and only if You agree to indemnify,
|
12900
|
+
defend, and hold each Contributor harmless for any liability
|
12901
|
+
incurred by, or claims asserted against, such Contributor by reason
|
12902
|
+
of your accepting any such warranty or additional liability.
|
12903
|
+
|
12904
|
+
END OF TERMS AND CONDITIONS
|
12905
|
+
|
12906
|
+
================================================================================
|
12907
|
+
rustversion LICENSE-MIT
|
12908
|
+
================================================================================
|
12909
|
+
|
12910
|
+
Permission is hereby granted, free of charge, to any
|
12911
|
+
person obtaining a copy of this software and associated
|
12912
|
+
documentation files (the "Software"), to deal in the
|
12913
|
+
Software without restriction, including without
|
12914
|
+
limitation the rights to use, copy, modify, merge,
|
12915
|
+
publish, distribute, sublicense, and/or sell copies of
|
12916
|
+
the Software, and to permit persons to whom the Software
|
12917
|
+
is furnished to do so, subject to the following
|
12918
|
+
conditions:
|
12919
|
+
|
12920
|
+
The above copyright notice and this permission notice
|
12921
|
+
shall be included in all copies or substantial portions
|
12922
|
+
of the Software.
|
12923
|
+
|
12924
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
12925
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
12926
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
12927
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
12928
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
12929
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
12930
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
12931
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
12932
|
+
DEALINGS IN THE SOFTWARE.
|
12933
|
+
|
12536
12934
|
================================================================================
|
12537
12935
|
ryu LICENSE-APACHE
|
12538
12936
|
================================================================================
|
@@ -14301,27 +14699,260 @@ spm_precompiled LICENSE
|
|
14301
14699
|
limitations under the License.
|
14302
14700
|
|
14303
14701
|
================================================================================
|
14304
|
-
|
14702
|
+
static_assertions LICENSE-APACHE
|
14305
14703
|
================================================================================
|
14306
14704
|
|
14307
|
-
The MIT License (MIT)
|
14308
14705
|
|
14309
|
-
|
14310
|
-
|
14311
|
-
|
14706
|
+
Apache License
|
14707
|
+
Version 2.0, January 2004
|
14708
|
+
http://www.apache.org/licenses/
|
14312
14709
|
|
14313
|
-
|
14314
|
-
of this software and associated documentation files (the "Software"), to deal
|
14315
|
-
in the Software without restriction, including without limitation the rights
|
14316
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14317
|
-
copies of the Software, and to permit persons to whom the Software is
|
14318
|
-
furnished to do so, subject to the following conditions:
|
14710
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14319
14711
|
|
14320
|
-
|
14321
|
-
copies or substantial portions of the Software.
|
14712
|
+
1. Definitions.
|
14322
14713
|
|
14323
|
-
|
14324
|
-
|
14714
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14715
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14716
|
+
|
14717
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14718
|
+
the copyright owner that is granting the License.
|
14719
|
+
|
14720
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14721
|
+
other entities that control, are controlled by, or are under common
|
14722
|
+
control with that entity. For the purposes of this definition,
|
14723
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14724
|
+
direction or management of such entity, whether by contract or
|
14725
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14726
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14727
|
+
|
14728
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14729
|
+
exercising permissions granted by this License.
|
14730
|
+
|
14731
|
+
"Source" form shall mean the preferred form for making modifications,
|
14732
|
+
including but not limited to software source code, documentation
|
14733
|
+
source, and configuration files.
|
14734
|
+
|
14735
|
+
"Object" form shall mean any form resulting from mechanical
|
14736
|
+
transformation or translation of a Source form, including but
|
14737
|
+
not limited to compiled object code, generated documentation,
|
14738
|
+
and conversions to other media types.
|
14739
|
+
|
14740
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14741
|
+
Object form, made available under the License, as indicated by a
|
14742
|
+
copyright notice that is included in or attached to the work
|
14743
|
+
(an example is provided in the Appendix below).
|
14744
|
+
|
14745
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14746
|
+
form, that is based on (or derived from) the Work and for which the
|
14747
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14748
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14749
|
+
of this License, Derivative Works shall not include works that remain
|
14750
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14751
|
+
the Work and Derivative Works thereof.
|
14752
|
+
|
14753
|
+
"Contribution" shall mean any work of authorship, including
|
14754
|
+
the original version of the Work and any modifications or additions
|
14755
|
+
to that Work or Derivative Works thereof, that is intentionally
|
14756
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
14757
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
14758
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
14759
|
+
means any form of electronic, verbal, or written communication sent
|
14760
|
+
to the Licensor or its representatives, including but not limited to
|
14761
|
+
communication on electronic mailing lists, source code control systems,
|
14762
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
14763
|
+
Licensor for the purpose of discussing and improving the Work, but
|
14764
|
+
excluding communication that is conspicuously marked or otherwise
|
14765
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
14766
|
+
|
14767
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14768
|
+
on behalf of whom a Contribution has been received by Licensor and
|
14769
|
+
subsequently incorporated within the Work.
|
14770
|
+
|
14771
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
14772
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14773
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14774
|
+
copyright license to reproduce, prepare Derivative Works of,
|
14775
|
+
publicly display, publicly perform, sublicense, and distribute the
|
14776
|
+
Work and such Derivative Works in Source or Object form.
|
14777
|
+
|
14778
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
14779
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14780
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14781
|
+
(except as stated in this section) patent license to make, have made,
|
14782
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14783
|
+
where such license applies only to those patent claims licensable
|
14784
|
+
by such Contributor that are necessarily infringed by their
|
14785
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
14786
|
+
with the Work to which such Contribution(s) was submitted. If You
|
14787
|
+
institute patent litigation against any entity (including a
|
14788
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14789
|
+
or a Contribution incorporated within the Work constitutes direct
|
14790
|
+
or contributory patent infringement, then any patent licenses
|
14791
|
+
granted to You under this License for that Work shall terminate
|
14792
|
+
as of the date such litigation is filed.
|
14793
|
+
|
14794
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
14795
|
+
Work or Derivative Works thereof in any medium, with or without
|
14796
|
+
modifications, and in Source or Object form, provided that You
|
14797
|
+
meet the following conditions:
|
14798
|
+
|
14799
|
+
(a) You must give any other recipients of the Work or
|
14800
|
+
Derivative Works a copy of this License; and
|
14801
|
+
|
14802
|
+
(b) You must cause any modified files to carry prominent notices
|
14803
|
+
stating that You changed the files; and
|
14804
|
+
|
14805
|
+
(c) You must retain, in the Source form of any Derivative Works
|
14806
|
+
that You distribute, all copyright, patent, trademark, and
|
14807
|
+
attribution notices from the Source form of the Work,
|
14808
|
+
excluding those notices that do not pertain to any part of
|
14809
|
+
the Derivative Works; and
|
14810
|
+
|
14811
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
14812
|
+
distribution, then any Derivative Works that You distribute must
|
14813
|
+
include a readable copy of the attribution notices contained
|
14814
|
+
within such NOTICE file, excluding those notices that do not
|
14815
|
+
pertain to any part of the Derivative Works, in at least one
|
14816
|
+
of the following places: within a NOTICE text file distributed
|
14817
|
+
as part of the Derivative Works; within the Source form or
|
14818
|
+
documentation, if provided along with the Derivative Works; or,
|
14819
|
+
within a display generated by the Derivative Works, if and
|
14820
|
+
wherever such third-party notices normally appear. The contents
|
14821
|
+
of the NOTICE file are for informational purposes only and
|
14822
|
+
do not modify the License. You may add Your own attribution
|
14823
|
+
notices within Derivative Works that You distribute, alongside
|
14824
|
+
or as an addendum to the NOTICE text from the Work, provided
|
14825
|
+
that such additional attribution notices cannot be construed
|
14826
|
+
as modifying the License.
|
14827
|
+
|
14828
|
+
You may add Your own copyright statement to Your modifications and
|
14829
|
+
may provide additional or different license terms and conditions
|
14830
|
+
for use, reproduction, or distribution of Your modifications, or
|
14831
|
+
for any such Derivative Works as a whole, provided Your use,
|
14832
|
+
reproduction, and distribution of the Work otherwise complies with
|
14833
|
+
the conditions stated in this License.
|
14834
|
+
|
14835
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14836
|
+
any Contribution intentionally submitted for inclusion in the Work
|
14837
|
+
by You to the Licensor shall be under the terms and conditions of
|
14838
|
+
this License, without any additional terms or conditions.
|
14839
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
14840
|
+
the terms of any separate license agreement you may have executed
|
14841
|
+
with Licensor regarding such Contributions.
|
14842
|
+
|
14843
|
+
6. Trademarks. This License does not grant permission to use the trade
|
14844
|
+
names, trademarks, service marks, or product names of the Licensor,
|
14845
|
+
except as required for reasonable and customary use in describing the
|
14846
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
14847
|
+
|
14848
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
14849
|
+
agreed to in writing, Licensor provides the Work (and each
|
14850
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14851
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14852
|
+
implied, including, without limitation, any warranties or conditions
|
14853
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14854
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14855
|
+
appropriateness of using or redistributing the Work and assume any
|
14856
|
+
risks associated with Your exercise of permissions under this License.
|
14857
|
+
|
14858
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
14859
|
+
whether in tort (including negligence), contract, or otherwise,
|
14860
|
+
unless required by applicable law (such as deliberate and grossly
|
14861
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
14862
|
+
liable to You for damages, including any direct, indirect, special,
|
14863
|
+
incidental, or consequential damages of any character arising as a
|
14864
|
+
result of this License or out of the use or inability to use the
|
14865
|
+
Work (including but not limited to damages for loss of goodwill,
|
14866
|
+
work stoppage, computer failure or malfunction, or any and all
|
14867
|
+
other commercial damages or losses), even if such Contributor
|
14868
|
+
has been advised of the possibility of such damages.
|
14869
|
+
|
14870
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
14871
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
14872
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
14873
|
+
or other liability obligations and/or rights consistent with this
|
14874
|
+
License. However, in accepting such obligations, You may act only
|
14875
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
14876
|
+
of any other Contributor, and only if You agree to indemnify,
|
14877
|
+
defend, and hold each Contributor harmless for any liability
|
14878
|
+
incurred by, or claims asserted against, such Contributor by reason
|
14879
|
+
of your accepting any such warranty or additional liability.
|
14880
|
+
|
14881
|
+
END OF TERMS AND CONDITIONS
|
14882
|
+
|
14883
|
+
APPENDIX: How to apply the Apache License to your work.
|
14884
|
+
|
14885
|
+
To apply the Apache License to your work, attach the following
|
14886
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
14887
|
+
replaced with your own identifying information. (Don't include
|
14888
|
+
the brackets!) The text should be enclosed in the appropriate
|
14889
|
+
comment syntax for the file format. We also recommend that a
|
14890
|
+
file or class name and description of purpose be included on the
|
14891
|
+
same "printed page" as the copyright notice for easier
|
14892
|
+
identification within third-party archives.
|
14893
|
+
|
14894
|
+
Copyright [yyyy] [name of copyright owner]
|
14895
|
+
|
14896
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
14897
|
+
you may not use this file except in compliance with the License.
|
14898
|
+
You may obtain a copy of the License at
|
14899
|
+
|
14900
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
14901
|
+
|
14902
|
+
Unless required by applicable law or agreed to in writing, software
|
14903
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14904
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14905
|
+
See the License for the specific language governing permissions and
|
14906
|
+
limitations under the License.
|
14907
|
+
|
14908
|
+
================================================================================
|
14909
|
+
static_assertions LICENSE-MIT
|
14910
|
+
================================================================================
|
14911
|
+
|
14912
|
+
MIT License
|
14913
|
+
|
14914
|
+
Copyright (c) 2017 Nikolai Vazquez
|
14915
|
+
|
14916
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
14917
|
+
of this software and associated documentation files (the "Software"), to deal
|
14918
|
+
in the Software without restriction, including without limitation the rights
|
14919
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14920
|
+
copies of the Software, and to permit persons to whom the Software is
|
14921
|
+
furnished to do so, subject to the following conditions:
|
14922
|
+
|
14923
|
+
The above copyright notice and this permission notice shall be included in all
|
14924
|
+
copies or substantial portions of the Software.
|
14925
|
+
|
14926
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14927
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14928
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14929
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14930
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14931
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14932
|
+
SOFTWARE.
|
14933
|
+
|
14934
|
+
================================================================================
|
14935
|
+
strsim LICENSE
|
14936
|
+
================================================================================
|
14937
|
+
|
14938
|
+
The MIT License (MIT)
|
14939
|
+
|
14940
|
+
Copyright (c) 2015 Danny Guo
|
14941
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
14942
|
+
Copyright (c) 2018 Akash Kurdekar
|
14943
|
+
|
14944
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
14945
|
+
of this software and associated documentation files (the "Software"), to deal
|
14946
|
+
in the Software without restriction, including without limitation the rights
|
14947
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14948
|
+
copies of the Software, and to permit persons to whom the Software is
|
14949
|
+
furnished to do so, subject to the following conditions:
|
14950
|
+
|
14951
|
+
The above copyright notice and this permission notice shall be included in all
|
14952
|
+
copies or substantial portions of the Software.
|
14953
|
+
|
14954
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14955
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14325
14956
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14326
14957
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14327
14958
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
@@ -16354,286 +16985,19 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16354
16985
|
SOFTWARE.
|
16355
16986
|
|
16356
16987
|
================================================================================
|
16357
|
-
|
16988
|
+
version_check LICENSE-APACHE
|
16358
16989
|
================================================================================
|
16359
16990
|
|
16360
|
-
|
16361
|
-
|
16362
|
-
|
16991
|
+
Apache License
|
16992
|
+
Version 2.0, January 2004
|
16993
|
+
http://www.apache.org/licenses/
|
16363
16994
|
|
16364
|
-
|
16995
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16365
16996
|
|
16366
|
-
|
16997
|
+
1. Definitions.
|
16367
16998
|
|
16368
|
-
|
16369
|
-
|
16370
|
-
|
16371
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
16372
|
-
the copyright owner that is granting the License.
|
16373
|
-
|
16374
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16375
|
-
other entities that control, are controlled by, or are under common
|
16376
|
-
control with that entity. For the purposes of this definition,
|
16377
|
-
"control" means (i) the power, direct or indirect, to cause the
|
16378
|
-
direction or management of such entity, whether by contract or
|
16379
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16380
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
16381
|
-
|
16382
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
16383
|
-
exercising permissions granted by this License.
|
16384
|
-
|
16385
|
-
"Source" form shall mean the preferred form for making modifications,
|
16386
|
-
including but not limited to software source code, documentation
|
16387
|
-
source, and configuration files.
|
16388
|
-
|
16389
|
-
"Object" form shall mean any form resulting from mechanical
|
16390
|
-
transformation or translation of a Source form, including but
|
16391
|
-
not limited to compiled object code, generated documentation,
|
16392
|
-
and conversions to other media types.
|
16393
|
-
|
16394
|
-
"Work" shall mean the work of authorship, whether in Source or
|
16395
|
-
Object form, made available under the License, as indicated by a
|
16396
|
-
copyright notice that is included in or attached to the work
|
16397
|
-
(an example is provided in the Appendix below).
|
16398
|
-
|
16399
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
16400
|
-
form, that is based on (or derived from) the Work and for which the
|
16401
|
-
editorial revisions, annotations, elaborations, or other modifications
|
16402
|
-
represent, as a whole, an original work of authorship. For the purposes
|
16403
|
-
of this License, Derivative Works shall not include works that remain
|
16404
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
16405
|
-
the Work and Derivative Works thereof.
|
16406
|
-
|
16407
|
-
"Contribution" shall mean any work of authorship, including
|
16408
|
-
the original version of the Work and any modifications or additions
|
16409
|
-
to that Work or Derivative Works thereof, that is intentionally
|
16410
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
16411
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
16412
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
16413
|
-
means any form of electronic, verbal, or written communication sent
|
16414
|
-
to the Licensor or its representatives, including but not limited to
|
16415
|
-
communication on electronic mailing lists, source code control systems,
|
16416
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
16417
|
-
Licensor for the purpose of discussing and improving the Work, but
|
16418
|
-
excluding communication that is conspicuously marked or otherwise
|
16419
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
16420
|
-
|
16421
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16422
|
-
on behalf of whom a Contribution has been received by Licensor and
|
16423
|
-
subsequently incorporated within the Work.
|
16424
|
-
|
16425
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
16426
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16427
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16428
|
-
copyright license to reproduce, prepare Derivative Works of,
|
16429
|
-
publicly display, publicly perform, sublicense, and distribute the
|
16430
|
-
Work and such Derivative Works in Source or Object form.
|
16431
|
-
|
16432
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
16433
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16434
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16435
|
-
(except as stated in this section) patent license to make, have made,
|
16436
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16437
|
-
where such license applies only to those patent claims licensable
|
16438
|
-
by such Contributor that are necessarily infringed by their
|
16439
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
16440
|
-
with the Work to which such Contribution(s) was submitted. If You
|
16441
|
-
institute patent litigation against any entity (including a
|
16442
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16443
|
-
or a Contribution incorporated within the Work constitutes direct
|
16444
|
-
or contributory patent infringement, then any patent licenses
|
16445
|
-
granted to You under this License for that Work shall terminate
|
16446
|
-
as of the date such litigation is filed.
|
16447
|
-
|
16448
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
16449
|
-
Work or Derivative Works thereof in any medium, with or without
|
16450
|
-
modifications, and in Source or Object form, provided that You
|
16451
|
-
meet the following conditions:
|
16452
|
-
|
16453
|
-
(a) You must give any other recipients of the Work or
|
16454
|
-
Derivative Works a copy of this License; and
|
16455
|
-
|
16456
|
-
(b) You must cause any modified files to carry prominent notices
|
16457
|
-
stating that You changed the files; and
|
16458
|
-
|
16459
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16460
|
-
that You distribute, all copyright, patent, trademark, and
|
16461
|
-
attribution notices from the Source form of the Work,
|
16462
|
-
excluding those notices that do not pertain to any part of
|
16463
|
-
the Derivative Works; and
|
16464
|
-
|
16465
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
16466
|
-
distribution, then any Derivative Works that You distribute must
|
16467
|
-
include a readable copy of the attribution notices contained
|
16468
|
-
within such NOTICE file, excluding those notices that do not
|
16469
|
-
pertain to any part of the Derivative Works, in at least one
|
16470
|
-
of the following places: within a NOTICE text file distributed
|
16471
|
-
as part of the Derivative Works; within the Source form or
|
16472
|
-
documentation, if provided along with the Derivative Works; or,
|
16473
|
-
within a display generated by the Derivative Works, if and
|
16474
|
-
wherever such third-party notices normally appear. The contents
|
16475
|
-
of the NOTICE file are for informational purposes only and
|
16476
|
-
do not modify the License. You may add Your own attribution
|
16477
|
-
notices within Derivative Works that You distribute, alongside
|
16478
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16479
|
-
that such additional attribution notices cannot be construed
|
16480
|
-
as modifying the License.
|
16481
|
-
|
16482
|
-
You may add Your own copyright statement to Your modifications and
|
16483
|
-
may provide additional or different license terms and conditions
|
16484
|
-
for use, reproduction, or distribution of Your modifications, or
|
16485
|
-
for any such Derivative Works as a whole, provided Your use,
|
16486
|
-
reproduction, and distribution of the Work otherwise complies with
|
16487
|
-
the conditions stated in this License.
|
16488
|
-
|
16489
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16490
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16491
|
-
by You to the Licensor shall be under the terms and conditions of
|
16492
|
-
this License, without any additional terms or conditions.
|
16493
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16494
|
-
the terms of any separate license agreement you may have executed
|
16495
|
-
with Licensor regarding such Contributions.
|
16496
|
-
|
16497
|
-
6. Trademarks. This License does not grant permission to use the trade
|
16498
|
-
names, trademarks, service marks, or product names of the Licensor,
|
16499
|
-
except as required for reasonable and customary use in describing the
|
16500
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
16501
|
-
|
16502
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
16503
|
-
agreed to in writing, Licensor provides the Work (and each
|
16504
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16505
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16506
|
-
implied, including, without limitation, any warranties or conditions
|
16507
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16508
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16509
|
-
appropriateness of using or redistributing the Work and assume any
|
16510
|
-
risks associated with Your exercise of permissions under this License.
|
16511
|
-
|
16512
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
16513
|
-
whether in tort (including negligence), contract, or otherwise,
|
16514
|
-
unless required by applicable law (such as deliberate and grossly
|
16515
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16516
|
-
liable to You for damages, including any direct, indirect, special,
|
16517
|
-
incidental, or consequential damages of any character arising as a
|
16518
|
-
result of this License or out of the use or inability to use the
|
16519
|
-
Work (including but not limited to damages for loss of goodwill,
|
16520
|
-
work stoppage, computer failure or malfunction, or any and all
|
16521
|
-
other commercial damages or losses), even if such Contributor
|
16522
|
-
has been advised of the possibility of such damages.
|
16523
|
-
|
16524
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
16525
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
16526
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
16527
|
-
or other liability obligations and/or rights consistent with this
|
16528
|
-
License. However, in accepting such obligations, You may act only
|
16529
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
16530
|
-
of any other Contributor, and only if You agree to indemnify,
|
16531
|
-
defend, and hold each Contributor harmless for any liability
|
16532
|
-
incurred by, or claims asserted against, such Contributor by reason
|
16533
|
-
of your accepting any such warranty or additional liability.
|
16534
|
-
|
16535
|
-
END OF TERMS AND CONDITIONS
|
16536
|
-
|
16537
|
-
APPENDIX: How to apply the Apache License to your work.
|
16538
|
-
|
16539
|
-
To apply the Apache License to your work, attach the following
|
16540
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16541
|
-
replaced with your own identifying information. (Don't include
|
16542
|
-
the brackets!) The text should be enclosed in the appropriate
|
16543
|
-
comment syntax for the file format. We also recommend that a
|
16544
|
-
file or class name and description of purpose be included on the
|
16545
|
-
same "printed page" as the copyright notice for easier
|
16546
|
-
identification within third-party archives.
|
16547
|
-
|
16548
|
-
Copyright 2023 The Fuchsia Authors
|
16549
|
-
|
16550
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16551
|
-
you may not use this file except in compliance with the License.
|
16552
|
-
You may obtain a copy of the License at
|
16553
|
-
|
16554
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16555
|
-
|
16556
|
-
Unless required by applicable law or agreed to in writing, software
|
16557
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16558
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16559
|
-
See the License for the specific language governing permissions and
|
16560
|
-
limitations under the License.
|
16561
|
-
|
16562
|
-
|
16563
|
-
================================================================================
|
16564
|
-
zerocopy LICENSE-BSD
|
16565
|
-
================================================================================
|
16566
|
-
|
16567
|
-
Copyright 2019 The Fuchsia Authors.
|
16568
|
-
|
16569
|
-
Redistribution and use in source and binary forms, with or without
|
16570
|
-
modification, are permitted provided that the following conditions are
|
16571
|
-
met:
|
16572
|
-
|
16573
|
-
* Redistributions of source code must retain the above copyright
|
16574
|
-
notice, this list of conditions and the following disclaimer.
|
16575
|
-
* Redistributions in binary form must reproduce the above
|
16576
|
-
copyright notice, this list of conditions and the following disclaimer
|
16577
|
-
in the documentation and/or other materials provided with the
|
16578
|
-
distribution.
|
16579
|
-
|
16580
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
16581
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
16582
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
16583
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
16584
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
16585
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
16586
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
16587
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
16588
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
16589
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
16590
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
16591
|
-
|
16592
|
-
================================================================================
|
16593
|
-
zerocopy LICENSE-MIT
|
16594
|
-
================================================================================
|
16595
|
-
|
16596
|
-
Copyright 2023 The Fuchsia Authors
|
16597
|
-
|
16598
|
-
Permission is hereby granted, free of charge, to any
|
16599
|
-
person obtaining a copy of this software and associated
|
16600
|
-
documentation files (the "Software"), to deal in the
|
16601
|
-
Software without restriction, including without
|
16602
|
-
limitation the rights to use, copy, modify, merge,
|
16603
|
-
publish, distribute, sublicense, and/or sell copies of
|
16604
|
-
the Software, and to permit persons to whom the Software
|
16605
|
-
is furnished to do so, subject to the following
|
16606
|
-
conditions:
|
16607
|
-
|
16608
|
-
The above copyright notice and this permission notice
|
16609
|
-
shall be included in all copies or substantial portions
|
16610
|
-
of the Software.
|
16611
|
-
|
16612
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
16613
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
16614
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
16615
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
16616
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
16617
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
16618
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
16619
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16620
|
-
DEALINGS IN THE SOFTWARE.
|
16621
|
-
|
16622
|
-
|
16623
|
-
================================================================================
|
16624
|
-
zerocopy src/third_party/rust/LICENSE-APACHE
|
16625
|
-
================================================================================
|
16626
|
-
|
16627
|
-
Apache License
|
16628
|
-
Version 2.0, January 2004
|
16629
|
-
http://www.apache.org/licenses/
|
16630
|
-
|
16631
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16632
|
-
|
16633
|
-
1. Definitions.
|
16634
|
-
|
16635
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
16636
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
16999
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
17000
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
16637
17001
|
|
16638
17002
|
"Licensor" shall mean the copyright owner or entity authorized by
|
16639
17003
|
the copyright owner that is granting the License.
|
@@ -16801,36 +17165,57 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16801
17165
|
|
16802
17166
|
END OF TERMS AND CONDITIONS
|
16803
17167
|
|
17168
|
+
APPENDIX: How to apply the Apache License to your work.
|
17169
|
+
|
17170
|
+
To apply the Apache License to your work, attach the following
|
17171
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
17172
|
+
replaced with your own identifying information. (Don't include
|
17173
|
+
the brackets!) The text should be enclosed in the appropriate
|
17174
|
+
comment syntax for the file format. We also recommend that a
|
17175
|
+
file or class name and description of purpose be included on the
|
17176
|
+
same "printed page" as the copyright notice for easier
|
17177
|
+
identification within third-party archives.
|
17178
|
+
|
17179
|
+
Copyright [yyyy] [name of copyright owner]
|
17180
|
+
|
17181
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
17182
|
+
you may not use this file except in compliance with the License.
|
17183
|
+
You may obtain a copy of the License at
|
17184
|
+
|
17185
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
17186
|
+
|
17187
|
+
Unless required by applicable law or agreed to in writing, software
|
17188
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
17189
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17190
|
+
See the License for the specific language governing permissions and
|
17191
|
+
limitations under the License.
|
17192
|
+
|
16804
17193
|
================================================================================
|
16805
|
-
|
17194
|
+
version_check LICENSE-MIT
|
16806
17195
|
================================================================================
|
16807
17196
|
|
16808
|
-
|
16809
|
-
|
16810
|
-
documentation files (the "Software"), to deal in the
|
16811
|
-
Software without restriction, including without
|
16812
|
-
limitation the rights to use, copy, modify, merge,
|
16813
|
-
publish, distribute, sublicense, and/or sell copies of
|
16814
|
-
the Software, and to permit persons to whom the Software
|
16815
|
-
is furnished to do so, subject to the following
|
16816
|
-
conditions:
|
17197
|
+
The MIT License (MIT)
|
17198
|
+
Copyright (c) 2017-2018 Sergio Benitez
|
16817
17199
|
|
16818
|
-
|
16819
|
-
|
16820
|
-
|
17200
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
17201
|
+
this software and associated documentation files (the "Software"), to deal in
|
17202
|
+
the Software without restriction, including without limitation the rights to
|
17203
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
17204
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
17205
|
+
subject to the following conditions:
|
16821
17206
|
|
16822
|
-
|
16823
|
-
|
16824
|
-
|
16825
|
-
|
16826
|
-
|
16827
|
-
|
16828
|
-
|
16829
|
-
IN
|
16830
|
-
DEALINGS IN THE SOFTWARE.
|
17207
|
+
The above copyright notice and this permission notice shall be included in all
|
17208
|
+
copies or substantial portions of the Software.
|
17209
|
+
|
17210
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17211
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17212
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
17213
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
17214
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
17215
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
16831
17216
|
|
16832
17217
|
================================================================================
|
16833
|
-
zerocopy
|
17218
|
+
zerocopy LICENSE-APACHE
|
16834
17219
|
================================================================================
|
16835
17220
|
|
16836
17221
|
Apache License
|
@@ -17037,7 +17422,7 @@ zerocopy-derive LICENSE-APACHE
|
|
17037
17422
|
|
17038
17423
|
|
17039
17424
|
================================================================================
|
17040
|
-
zerocopy
|
17425
|
+
zerocopy LICENSE-BSD
|
17041
17426
|
================================================================================
|
17042
17427
|
|
17043
17428
|
Copyright 2019 The Fuchsia Authors.
|
@@ -17066,7 +17451,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
17066
17451
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
17067
17452
|
|
17068
17453
|
================================================================================
|
17069
|
-
zerocopy
|
17454
|
+
zerocopy LICENSE-MIT
|
17070
17455
|
================================================================================
|
17071
17456
|
|
17072
17457
|
Copyright 2023 The Fuchsia Authors
|