tokenizers 0.5.4-x64-mingw-ucrt → 0.6.0-x64-mingw-ucrt
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 +1148 -763
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/3.3/tokenizers.so +0 -0
- data/lib/tokenizers/3.4/tokenizers.so +0 -0
- data/lib/tokenizers/from_pretrained.rb +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.so +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
|
|
@@ -98,7 +106,7 @@ fnv v1.0.7
|
|
98
106
|
https://github.com/servo/rust-fnv
|
99
107
|
Apache-2.0 / MIT
|
100
108
|
|
101
|
-
getrandom v0.
|
109
|
+
getrandom v0.3.3
|
102
110
|
https://github.com/rust-random/getrandom
|
103
111
|
MIT OR Apache-2.0
|
104
112
|
|
@@ -110,19 +118,19 @@ ident_case v1.0.1
|
|
110
118
|
https://github.com/TedDriggs/ident_case
|
111
119
|
MIT/Apache-2.0
|
112
120
|
|
113
|
-
indicatif v0.17.
|
121
|
+
indicatif v0.17.11
|
114
122
|
https://github.com/console-rs/indicatif
|
115
123
|
MIT
|
116
124
|
|
117
|
-
itertools v0.
|
125
|
+
itertools v0.12.1
|
118
126
|
https://github.com/rust-itertools/itertools
|
119
127
|
MIT OR Apache-2.0
|
120
128
|
|
121
|
-
itertools v0.
|
129
|
+
itertools v0.14.0
|
122
130
|
https://github.com/rust-itertools/itertools
|
123
131
|
MIT OR Apache-2.0
|
124
132
|
|
125
|
-
itoa v1.0.
|
133
|
+
itoa v1.0.15
|
126
134
|
https://github.com/dtolnay/itoa
|
127
135
|
MIT OR Apache-2.0
|
128
136
|
|
@@ -134,7 +142,7 @@ lazycell v1.3.0
|
|
134
142
|
https://github.com/indiv0/lazycell
|
135
143
|
MIT/Apache-2.0
|
136
144
|
|
137
|
-
libc v0.2.
|
145
|
+
libc v0.2.172
|
138
146
|
https://github.com/rust-lang/libc
|
139
147
|
MIT OR Apache-2.0
|
140
148
|
|
@@ -142,7 +150,7 @@ libloading v0.8.6
|
|
142
150
|
https://github.com/nagisa/rust_libloading/
|
143
151
|
ISC
|
144
152
|
|
145
|
-
log v0.4.
|
153
|
+
log v0.4.27
|
146
154
|
https://github.com/rust-lang/log
|
147
155
|
MIT OR Apache-2.0
|
148
156
|
|
@@ -154,11 +162,11 @@ macro_rules_attribute-proc_macro v0.2.0
|
|
154
162
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
155
163
|
MIT
|
156
164
|
|
157
|
-
magnus v0.
|
165
|
+
magnus v0.8.0
|
158
166
|
https://github.com/matsadler/magnus
|
159
167
|
MIT
|
160
168
|
|
161
|
-
magnus-macros v0.
|
169
|
+
magnus-macros v0.8.0
|
162
170
|
https://github.com/matsadler/magnus
|
163
171
|
MIT
|
164
172
|
|
@@ -170,11 +178,11 @@ minimal-lexical v0.2.1
|
|
170
178
|
https://github.com/Alexhuszagh/minimal-lexical
|
171
179
|
MIT/Apache-2.0
|
172
180
|
|
173
|
-
monostate v0.1.
|
181
|
+
monostate v0.1.14
|
174
182
|
https://github.com/dtolnay/monostate
|
175
183
|
MIT OR Apache-2.0
|
176
184
|
|
177
|
-
monostate-impl v0.1.
|
185
|
+
monostate-impl v0.1.14
|
178
186
|
https://github.com/dtolnay/monostate
|
179
187
|
MIT OR Apache-2.0
|
180
188
|
|
@@ -186,51 +194,51 @@ number_prefix v0.4.0
|
|
186
194
|
https://github.com/ogham/rust-number-prefix
|
187
195
|
MIT
|
188
196
|
|
189
|
-
once_cell v1.
|
197
|
+
once_cell v1.21.3
|
190
198
|
https://github.com/matklad/once_cell
|
191
199
|
MIT OR Apache-2.0
|
192
200
|
|
193
|
-
onig v6.
|
194
|
-
|
201
|
+
onig v6.5.1
|
202
|
+
https://github.com/iwillspeak/rust-onig
|
195
203
|
MIT
|
196
204
|
|
197
|
-
onig_sys v69.
|
198
|
-
|
205
|
+
onig_sys v69.9.1
|
206
|
+
https://github.com/iwillspeak/rust-onig
|
199
207
|
MIT
|
200
208
|
|
201
209
|
paste v1.0.15
|
202
210
|
https://github.com/dtolnay/paste
|
203
211
|
MIT OR Apache-2.0
|
204
212
|
|
205
|
-
pkg-config v0.3.
|
213
|
+
pkg-config v0.3.32
|
206
214
|
https://github.com/rust-lang/pkg-config-rs
|
207
215
|
MIT OR Apache-2.0
|
208
216
|
|
209
|
-
portable-atomic v1.
|
217
|
+
portable-atomic v1.11.0
|
210
218
|
https://github.com/taiki-e/portable-atomic
|
211
219
|
Apache-2.0 OR MIT
|
212
220
|
|
213
|
-
ppv-lite86 v0.2.
|
221
|
+
ppv-lite86 v0.2.21
|
214
222
|
https://github.com/cryptocorrosion/cryptocorrosion
|
215
|
-
MIT
|
223
|
+
MIT OR Apache-2.0
|
216
224
|
|
217
|
-
proc-macro2 v1.0.
|
225
|
+
proc-macro2 v1.0.95
|
218
226
|
https://github.com/dtolnay/proc-macro2
|
219
227
|
MIT OR Apache-2.0
|
220
228
|
|
221
|
-
quote v1.0.
|
229
|
+
quote v1.0.40
|
222
230
|
https://github.com/dtolnay/quote
|
223
231
|
MIT OR Apache-2.0
|
224
232
|
|
225
|
-
rand v0.
|
233
|
+
rand v0.9.1
|
226
234
|
https://rust-random.github.io/book
|
227
235
|
MIT OR Apache-2.0
|
228
236
|
|
229
|
-
rand_chacha v0.
|
237
|
+
rand_chacha v0.9.0
|
230
238
|
https://rust-random.github.io/book
|
231
239
|
MIT OR Apache-2.0
|
232
240
|
|
233
|
-
rand_core v0.
|
241
|
+
rand_core v0.9.3
|
234
242
|
https://rust-random.github.io/book
|
235
243
|
MIT OR Apache-2.0
|
236
244
|
|
@@ -238,7 +246,7 @@ rayon v1.10.0
|
|
238
246
|
https://github.com/rayon-rs/rayon
|
239
247
|
MIT OR Apache-2.0
|
240
248
|
|
241
|
-
rayon-cond v0.
|
249
|
+
rayon-cond v0.4.0
|
242
250
|
https://github.com/cuviper/rayon-cond
|
243
251
|
Apache-2.0/MIT
|
244
252
|
|
@@ -246,15 +254,15 @@ rayon-core v1.12.1
|
|
246
254
|
https://github.com/rayon-rs/rayon
|
247
255
|
MIT OR Apache-2.0
|
248
256
|
|
249
|
-
rb-sys v0.9.
|
257
|
+
rb-sys v0.9.117
|
250
258
|
https://github.com/oxidize-rb/rb-sys
|
251
259
|
MIT OR Apache-2.0
|
252
260
|
|
253
|
-
rb-sys-build v0.9.
|
261
|
+
rb-sys-build v0.9.117
|
254
262
|
https://github.com/oxidize-rb/rb-sys
|
255
263
|
MIT OR Apache-2.0
|
256
264
|
|
257
|
-
rb-sys-env v0.
|
265
|
+
rb-sys-env v0.2.2
|
258
266
|
https://github.com/oxidize-rb/rb-sys
|
259
267
|
MIT OR Apache-2.0
|
260
268
|
|
@@ -274,23 +282,27 @@ rustc-hash v1.1.0
|
|
274
282
|
https://github.com/rust-lang-nursery/rustc-hash
|
275
283
|
Apache-2.0/MIT
|
276
284
|
|
277
|
-
|
285
|
+
rustversion v1.0.21
|
286
|
+
https://github.com/dtolnay/rustversion
|
287
|
+
MIT OR Apache-2.0
|
288
|
+
|
289
|
+
ryu v1.0.20
|
278
290
|
https://github.com/dtolnay/ryu
|
279
291
|
Apache-2.0 OR BSL-1.0
|
280
292
|
|
281
|
-
seq-macro v0.3.
|
293
|
+
seq-macro v0.3.6
|
282
294
|
https://github.com/dtolnay/seq-macro
|
283
295
|
MIT OR Apache-2.0
|
284
296
|
|
285
|
-
serde v1.0.
|
297
|
+
serde v1.0.219
|
286
298
|
https://serde.rs
|
287
299
|
MIT OR Apache-2.0
|
288
300
|
|
289
|
-
serde_derive v1.0.
|
301
|
+
serde_derive v1.0.219
|
290
302
|
https://serde.rs
|
291
303
|
MIT OR Apache-2.0
|
292
304
|
|
293
|
-
serde_json v1.0.
|
305
|
+
serde_json v1.0.140
|
294
306
|
https://github.com/serde-rs/json
|
295
307
|
MIT OR Apache-2.0
|
296
308
|
|
@@ -302,7 +314,7 @@ shlex v1.3.0
|
|
302
314
|
https://github.com/comex/rust-shlex
|
303
315
|
MIT OR Apache-2.0
|
304
316
|
|
305
|
-
smallvec v1.
|
317
|
+
smallvec v1.15.0
|
306
318
|
https://github.com/servo/rust-smallvec
|
307
319
|
MIT OR Apache-2.0
|
308
320
|
|
@@ -310,27 +322,31 @@ spm_precompiled v0.1.4
|
|
310
322
|
https://github.com/huggingface/spm_precompiled
|
311
323
|
Apache-2.0
|
312
324
|
|
325
|
+
static_assertions v1.1.0
|
326
|
+
https://github.com/nvzqz/static-assertions-rs
|
327
|
+
MIT OR Apache-2.0
|
328
|
+
|
313
329
|
strsim v0.11.1
|
314
330
|
https://github.com/rapidfuzz/strsim-rs
|
315
331
|
MIT
|
316
332
|
|
317
|
-
syn v2.0.
|
333
|
+
syn v2.0.101
|
318
334
|
https://github.com/dtolnay/syn
|
319
335
|
MIT OR Apache-2.0
|
320
336
|
|
321
|
-
thiserror
|
337
|
+
thiserror v2.0.12
|
322
338
|
https://github.com/dtolnay/thiserror
|
323
339
|
MIT OR Apache-2.0
|
324
340
|
|
325
|
-
thiserror-impl
|
341
|
+
thiserror-impl v2.0.12
|
326
342
|
https://github.com/dtolnay/thiserror
|
327
343
|
MIT OR Apache-2.0
|
328
344
|
|
329
|
-
tokenizers v0.
|
345
|
+
tokenizers v0.22.0
|
330
346
|
https://github.com/huggingface/tokenizers
|
331
347
|
Apache-2.0
|
332
348
|
|
333
|
-
unicode-ident v1.0.
|
349
|
+
unicode-ident v1.0.18
|
334
350
|
https://github.com/dtolnay/unicode-ident
|
335
351
|
(MIT OR Apache-2.0) AND Unicode-3.0
|
336
352
|
|
@@ -350,6 +366,10 @@ unicode_categories v0.1.1
|
|
350
366
|
https://github.com/swgillespie/unicode-categories
|
351
367
|
MIT OR Apache-2.0
|
352
368
|
|
369
|
+
version_check v0.9.5
|
370
|
+
https://github.com/SergioBenitez/version_check
|
371
|
+
MIT/Apache-2.0
|
372
|
+
|
353
373
|
windows-sys v0.59.0
|
354
374
|
https://github.com/microsoft/windows-rs
|
355
375
|
MIT OR Apache-2.0
|
@@ -362,79 +382,12 @@ windows_x86_64_gnu v0.52.6
|
|
362
382
|
https://github.com/microsoft/windows-rs
|
363
383
|
MIT OR Apache-2.0
|
364
384
|
|
365
|
-
zerocopy v0.
|
366
|
-
https://github.com/google/zerocopy
|
367
|
-
BSD-2-Clause OR Apache-2.0 OR MIT
|
368
|
-
|
369
|
-
zerocopy-derive v0.7.35
|
385
|
+
zerocopy v0.8.25
|
370
386
|
https://github.com/google/zerocopy
|
371
387
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
372
388
|
|
373
389
|
================================================================================
|
374
|
-
|
375
|
-
================================================================================
|
376
|
-
|
377
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
378
|
-
|
379
|
-
You may use this code under the terms of either license.
|
380
|
-
|
381
|
-
================================================================================
|
382
|
-
aho-corasick LICENSE-MIT
|
383
|
-
================================================================================
|
384
|
-
|
385
|
-
The MIT License (MIT)
|
386
|
-
|
387
|
-
Copyright (c) 2015 Andrew Gallant
|
388
|
-
|
389
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
390
|
-
of this software and associated documentation files (the "Software"), to deal
|
391
|
-
in the Software without restriction, including without limitation the rights
|
392
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
393
|
-
copies of the Software, and to permit persons to whom the Software is
|
394
|
-
furnished to do so, subject to the following conditions:
|
395
|
-
|
396
|
-
The above copyright notice and this permission notice shall be included in
|
397
|
-
all copies or substantial portions of the Software.
|
398
|
-
|
399
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
400
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
401
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
402
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
403
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
404
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
405
|
-
THE SOFTWARE.
|
406
|
-
|
407
|
-
================================================================================
|
408
|
-
aho-corasick UNLICENSE
|
409
|
-
================================================================================
|
410
|
-
|
411
|
-
This is free and unencumbered software released into the public domain.
|
412
|
-
|
413
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
414
|
-
distribute this software, either in source code form or as a compiled
|
415
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
416
|
-
means.
|
417
|
-
|
418
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
419
|
-
of this software dedicate any and all copyright interest in the
|
420
|
-
software to the public domain. We make this dedication for the benefit
|
421
|
-
of the public at large and to the detriment of our heirs and
|
422
|
-
successors. We intend this dedication to be an overt act of
|
423
|
-
relinquishment in perpetuity of all present and future rights to this
|
424
|
-
software under copyright law.
|
425
|
-
|
426
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
427
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
428
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
429
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
430
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
431
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
432
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
433
|
-
|
434
|
-
For more information, please refer to <http://unlicense.org/>
|
435
|
-
|
436
|
-
================================================================================
|
437
|
-
base64 LICENSE-APACHE
|
390
|
+
ahash LICENSE-APACHE
|
438
391
|
================================================================================
|
439
392
|
|
440
393
|
Apache License
|
@@ -640,12 +593,50 @@ See the License for the specific language governing permissions and
|
|
640
593
|
limitations under the License.
|
641
594
|
|
642
595
|
================================================================================
|
643
|
-
|
596
|
+
ahash LICENSE-MIT
|
597
|
+
================================================================================
|
598
|
+
|
599
|
+
Copyright (c) 2018 Tom Kaitchuck
|
600
|
+
|
601
|
+
Permission is hereby granted, free of charge, to any
|
602
|
+
person obtaining a copy of this software and associated
|
603
|
+
documentation files (the "Software"), to deal in the
|
604
|
+
Software without restriction, including without
|
605
|
+
limitation the rights to use, copy, modify, merge,
|
606
|
+
publish, distribute, sublicense, and/or sell copies of
|
607
|
+
the Software, and to permit persons to whom the Software
|
608
|
+
is furnished to do so, subject to the following
|
609
|
+
conditions:
|
610
|
+
|
611
|
+
The above copyright notice and this permission notice
|
612
|
+
shall be included in all copies or substantial portions
|
613
|
+
of the Software.
|
614
|
+
|
615
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
616
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
617
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
618
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
619
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
620
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
621
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
622
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
623
|
+
DEALINGS IN THE SOFTWARE.
|
624
|
+
|
625
|
+
================================================================================
|
626
|
+
aho-corasick COPYING
|
627
|
+
================================================================================
|
628
|
+
|
629
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
630
|
+
|
631
|
+
You may use this code under the terms of either license.
|
632
|
+
|
633
|
+
================================================================================
|
634
|
+
aho-corasick LICENSE-MIT
|
644
635
|
================================================================================
|
645
636
|
|
646
637
|
The MIT License (MIT)
|
647
638
|
|
648
|
-
Copyright (c) 2015
|
639
|
+
Copyright (c) 2015 Andrew Gallant
|
649
640
|
|
650
641
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
651
642
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -666,41 +657,36 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
666
657
|
THE SOFTWARE.
|
667
658
|
|
668
659
|
================================================================================
|
669
|
-
|
660
|
+
aho-corasick UNLICENSE
|
670
661
|
================================================================================
|
671
662
|
|
672
|
-
|
673
|
-
|
674
|
-
Copyright (c) 2013, Jyun-Yan You
|
675
|
-
All rights reserved.
|
676
|
-
|
677
|
-
Redistribution and use in source and binary forms, with or without
|
678
|
-
modification, are permitted provided that the following conditions are met:
|
663
|
+
This is free and unencumbered software released into the public domain.
|
679
664
|
|
680
|
-
|
681
|
-
|
665
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
666
|
+
distribute this software, either in source code form or as a compiled
|
667
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
668
|
+
means.
|
682
669
|
|
683
|
-
|
684
|
-
|
685
|
-
|
670
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
671
|
+
of this software dedicate any and all copyright interest in the
|
672
|
+
software to the public domain. We make this dedication for the benefit
|
673
|
+
of the public at large and to the detriment of our heirs and
|
674
|
+
successors. We intend this dedication to be an overt act of
|
675
|
+
relinquishment in perpetuity of all present and future rights to this
|
676
|
+
software under copyright law.
|
686
677
|
|
687
|
-
|
688
|
-
|
689
|
-
|
678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
679
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
680
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
681
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
682
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
683
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
684
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
690
685
|
|
691
|
-
|
692
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
693
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
694
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
695
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
696
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
697
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
698
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
699
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
700
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
686
|
+
For more information, please refer to <http://unlicense.org/>
|
701
687
|
|
702
688
|
================================================================================
|
703
|
-
|
689
|
+
base64 LICENSE-APACHE
|
704
690
|
================================================================================
|
705
691
|
|
706
692
|
Apache License
|
@@ -906,37 +892,67 @@ See the License for the specific language governing permissions and
|
|
906
892
|
limitations under the License.
|
907
893
|
|
908
894
|
================================================================================
|
909
|
-
|
895
|
+
base64 LICENSE-MIT
|
910
896
|
================================================================================
|
911
897
|
|
912
|
-
|
898
|
+
The MIT License (MIT)
|
913
899
|
|
914
|
-
|
915
|
-
person obtaining a copy of this software and associated
|
916
|
-
documentation files (the "Software"), to deal in the
|
917
|
-
Software without restriction, including without
|
918
|
-
limitation the rights to use, copy, modify, merge,
|
919
|
-
publish, distribute, sublicense, and/or sell copies of
|
920
|
-
the Software, and to permit persons to whom the Software
|
921
|
-
is furnished to do so, subject to the following
|
922
|
-
conditions:
|
900
|
+
Copyright (c) 2015 Alice Maz
|
923
901
|
|
924
|
-
|
925
|
-
|
926
|
-
|
902
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
903
|
+
of this software and associated documentation files (the "Software"), to deal
|
904
|
+
in the Software without restriction, including without limitation the rights
|
905
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
906
|
+
copies of the Software, and to permit persons to whom the Software is
|
907
|
+
furnished to do so, subject to the following conditions:
|
927
908
|
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
IN
|
936
|
-
|
909
|
+
The above copyright notice and this permission notice shall be included in
|
910
|
+
all copies or substantial portions of the Software.
|
911
|
+
|
912
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
913
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
914
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
915
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
916
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
917
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
918
|
+
THE SOFTWARE.
|
919
|
+
|
920
|
+
================================================================================
|
921
|
+
bindgen LICENSE
|
922
|
+
================================================================================
|
923
|
+
|
924
|
+
BSD 3-Clause License
|
925
|
+
|
926
|
+
Copyright (c) 2013, Jyun-Yan You
|
927
|
+
All rights reserved.
|
928
|
+
|
929
|
+
Redistribution and use in source and binary forms, with or without
|
930
|
+
modification, are permitted provided that the following conditions are met:
|
931
|
+
|
932
|
+
* Redistributions of source code must retain the above copyright notice, this
|
933
|
+
list of conditions and the following disclaimer.
|
934
|
+
|
935
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
936
|
+
this list of conditions and the following disclaimer in the documentation
|
937
|
+
and/or other materials provided with the distribution.
|
938
|
+
|
939
|
+
* Neither the name of the copyright holder nor the names of its
|
940
|
+
contributors may be used to endorse or promote products derived from
|
941
|
+
this software without specific prior written permission.
|
942
|
+
|
943
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
944
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
945
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
946
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
947
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
948
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
949
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
950
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
951
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
952
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
937
953
|
|
938
954
|
================================================================================
|
939
|
-
bitflags
|
955
|
+
bitflags LICENSE-APACHE
|
940
956
|
================================================================================
|
941
957
|
|
942
958
|
Apache License
|
@@ -1142,7 +1158,7 @@ See the License for the specific language governing permissions and
|
|
1142
1158
|
limitations under the License.
|
1143
1159
|
|
1144
1160
|
================================================================================
|
1145
|
-
bitflags
|
1161
|
+
bitflags LICENSE-MIT
|
1146
1162
|
================================================================================
|
1147
1163
|
|
1148
1164
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1172,20 +1188,12 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1172
1188
|
DEALINGS IN THE SOFTWARE.
|
1173
1189
|
|
1174
1190
|
================================================================================
|
1175
|
-
|
1191
|
+
castaway LICENSE
|
1176
1192
|
================================================================================
|
1177
1193
|
|
1178
|
-
|
1194
|
+
MIT License
|
1179
1195
|
|
1180
|
-
|
1181
|
-
|
1182
|
-
================================================================================
|
1183
|
-
byteorder LICENSE-MIT
|
1184
|
-
================================================================================
|
1185
|
-
|
1186
|
-
The MIT License (MIT)
|
1187
|
-
|
1188
|
-
Copyright (c) 2015 Andrew Gallant
|
1196
|
+
Copyright (c) 2021 Stephen M. Coakley
|
1189
1197
|
|
1190
1198
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1191
1199
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1194,45 +1202,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1194
1202
|
copies of the Software, and to permit persons to whom the Software is
|
1195
1203
|
furnished to do so, subject to the following conditions:
|
1196
1204
|
|
1197
|
-
The above copyright notice and this permission notice shall be included in
|
1198
|
-
|
1205
|
+
The above copyright notice and this permission notice shall be included in all
|
1206
|
+
copies or substantial portions of the Software.
|
1199
1207
|
|
1200
1208
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1201
1209
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1202
1210
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1203
1211
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1204
1212
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1205
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1206
|
-
|
1207
|
-
|
1208
|
-
================================================================================
|
1209
|
-
byteorder UNLICENSE
|
1210
|
-
================================================================================
|
1211
|
-
|
1212
|
-
This is free and unencumbered software released into the public domain.
|
1213
|
-
|
1214
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
1215
|
-
distribute this software, either in source code form or as a compiled
|
1216
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
1217
|
-
means.
|
1218
|
-
|
1219
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
1220
|
-
of this software dedicate any and all copyright interest in the
|
1221
|
-
software to the public domain. We make this dedication for the benefit
|
1222
|
-
of the public at large and to the detriment of our heirs and
|
1223
|
-
successors. We intend this dedication to be an overt act of
|
1224
|
-
relinquishment in perpetuity of all present and future rights to this
|
1225
|
-
software under copyright law.
|
1226
|
-
|
1227
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1228
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1229
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1230
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
1231
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
1232
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
1233
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
1234
|
-
|
1235
|
-
For more information, please refer to <http://unlicense.org/>
|
1213
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1214
|
+
SOFTWARE.
|
1236
1215
|
|
1237
1216
|
================================================================================
|
1238
1217
|
cc LICENSE-APACHE
|
@@ -2149,6 +2128,32 @@ clang-sys LICENSE.txt
|
|
2149
2128
|
See the License for the specific language governing permissions and
|
2150
2129
|
limitations under the License.
|
2151
2130
|
|
2131
|
+
================================================================================
|
2132
|
+
compact_str LICENSE
|
2133
|
+
================================================================================
|
2134
|
+
|
2135
|
+
MIT License
|
2136
|
+
|
2137
|
+
Copyright (c) 2021 Parker Timmerman
|
2138
|
+
|
2139
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2140
|
+
of this software and associated documentation files (the "Software"), to deal
|
2141
|
+
in the Software without restriction, including without limitation the rights
|
2142
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2143
|
+
copies of the Software, and to permit persons to whom the Software is
|
2144
|
+
furnished to do so, subject to the following conditions:
|
2145
|
+
|
2146
|
+
The above copyright notice and this permission notice shall be included in all
|
2147
|
+
copies or substantial portions of the Software.
|
2148
|
+
|
2149
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2150
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2151
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2152
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2153
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2154
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2155
|
+
SOFTWARE.
|
2156
|
+
|
2152
2157
|
================================================================================
|
2153
2158
|
console LICENSE
|
2154
2159
|
================================================================================
|
@@ -2969,132 +2974,341 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2969
2974
|
SOFTWARE.
|
2970
2975
|
|
2971
2976
|
================================================================================
|
2972
|
-
|
2977
|
+
dary_heap LICENSE-APACHE
|
2973
2978
|
================================================================================
|
2974
2979
|
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2980
|
+
Apache License
|
2981
|
+
Version 2.0, January 2004
|
2982
|
+
http://www.apache.org/licenses/
|
2980
2983
|
|
2981
|
-
|
2984
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2982
2985
|
|
2983
|
-
|
2984
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
2986
|
+
1. Definitions.
|
2985
2987
|
|
2986
|
-
|
2987
|
-
|
2988
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2989
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2988
2990
|
|
2989
|
-
|
2990
|
-
|
2991
|
-
control with that entity. For the purposes of this definition,
|
2992
|
-
"control" means (i) the power, direct or indirect, to cause the
|
2993
|
-
direction or management of such entity, whether by contract or
|
2994
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2995
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
2991
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2992
|
+
the copyright owner that is granting the License.
|
2996
2993
|
|
2997
|
-
|
2998
|
-
|
2994
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2995
|
+
other entities that control, are controlled by, or are under common
|
2996
|
+
control with that entity. For the purposes of this definition,
|
2997
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2998
|
+
direction or management of such entity, whether by contract or
|
2999
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3000
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2999
3001
|
|
3000
|
-
|
3001
|
-
|
3002
|
-
source, and configuration files.
|
3002
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3003
|
+
exercising permissions granted by this License.
|
3003
3004
|
|
3004
|
-
|
3005
|
-
|
3006
|
-
|
3007
|
-
and conversions to other media types.
|
3005
|
+
"Source" form shall mean the preferred form for making modifications,
|
3006
|
+
including but not limited to software source code, documentation
|
3007
|
+
source, and configuration files.
|
3008
3008
|
|
3009
|
-
|
3010
|
-
|
3011
|
-
|
3012
|
-
|
3009
|
+
"Object" form shall mean any form resulting from mechanical
|
3010
|
+
transformation or translation of a Source form, including but
|
3011
|
+
not limited to compiled object code, generated documentation,
|
3012
|
+
and conversions to other media types.
|
3013
3013
|
|
3014
|
-
|
3015
|
-
|
3016
|
-
|
3017
|
-
|
3018
|
-
of this License, Derivative Works shall not include works that remain
|
3019
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
3020
|
-
the Work and Derivative Works thereof.
|
3014
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3015
|
+
Object form, made available under the License, as indicated by a
|
3016
|
+
copyright notice that is included in or attached to the work
|
3017
|
+
(an example is provided in the Appendix below).
|
3021
3018
|
|
3022
|
-
|
3023
|
-
|
3024
|
-
|
3025
|
-
|
3026
|
-
|
3027
|
-
|
3028
|
-
|
3029
|
-
to the Licensor or its representatives, including but not limited to
|
3030
|
-
communication on electronic mailing lists, source code control systems,
|
3031
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
3032
|
-
Licensor for the purpose of discussing and improving the Work, but
|
3033
|
-
excluding communication that is conspicuously marked or otherwise
|
3034
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
3019
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3020
|
+
form, that is based on (or derived from) the Work and for which the
|
3021
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3022
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3023
|
+
of this License, Derivative Works shall not include works that remain
|
3024
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3025
|
+
the Work and Derivative Works thereof.
|
3035
3026
|
|
3036
|
-
|
3037
|
-
|
3038
|
-
|
3027
|
+
"Contribution" shall mean any work of authorship, including
|
3028
|
+
the original version of the Work and any modifications or additions
|
3029
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3030
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3031
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3032
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3033
|
+
means any form of electronic, verbal, or written communication sent
|
3034
|
+
to the Licensor or its representatives, including but not limited to
|
3035
|
+
communication on electronic mailing lists, source code control systems,
|
3036
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3037
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3038
|
+
excluding communication that is conspicuously marked or otherwise
|
3039
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3039
3040
|
|
3040
|
-
|
3041
|
-
|
3042
|
-
|
3043
|
-
copyright license to reproduce, prepare Derivative Works of,
|
3044
|
-
publicly display, publicly perform, sublicense, and distribute the
|
3045
|
-
Work and such Derivative Works in Source or Object form.
|
3041
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3042
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3043
|
+
subsequently incorporated within the Work.
|
3046
3044
|
|
3047
|
-
|
3048
|
-
|
3049
|
-
|
3050
|
-
|
3051
|
-
|
3052
|
-
|
3053
|
-
by such Contributor that are necessarily infringed by their
|
3054
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
3055
|
-
with the Work to which such Contribution(s) was submitted. If You
|
3056
|
-
institute patent litigation against any entity (including a
|
3057
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3058
|
-
or a Contribution incorporated within the Work constitutes direct
|
3059
|
-
or contributory patent infringement, then any patent licenses
|
3060
|
-
granted to You under this License for that Work shall terminate
|
3061
|
-
as of the date such litigation is filed.
|
3045
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3046
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3047
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3048
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3049
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3050
|
+
Work and such Derivative Works in Source or Object form.
|
3062
3051
|
|
3063
|
-
|
3064
|
-
|
3065
|
-
|
3066
|
-
|
3052
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3053
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3054
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3055
|
+
(except as stated in this section) patent license to make, have made,
|
3056
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3057
|
+
where such license applies only to those patent claims licensable
|
3058
|
+
by such Contributor that are necessarily infringed by their
|
3059
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3060
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3061
|
+
institute patent litigation against any entity (including a
|
3062
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3063
|
+
or a Contribution incorporated within the Work constitutes direct
|
3064
|
+
or contributory patent infringement, then any patent licenses
|
3065
|
+
granted to You under this License for that Work shall terminate
|
3066
|
+
as of the date such litigation is filed.
|
3067
3067
|
|
3068
|
-
|
3069
|
-
|
3068
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3069
|
+
Work or Derivative Works thereof in any medium, with or without
|
3070
|
+
modifications, and in Source or Object form, provided that You
|
3071
|
+
meet the following conditions:
|
3070
3072
|
|
3071
|
-
|
3072
|
-
|
3073
|
+
(a) You must give any other recipients of the Work or
|
3074
|
+
Derivative Works a copy of this License; and
|
3073
3075
|
|
3074
|
-
|
3075
|
-
|
3076
|
-
attribution notices from the Source form of the Work,
|
3077
|
-
excluding those notices that do not pertain to any part of
|
3078
|
-
the Derivative Works; and
|
3076
|
+
(b) You must cause any modified files to carry prominent notices
|
3077
|
+
stating that You changed the files; and
|
3079
3078
|
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
of the following places: within a NOTICE text file distributed
|
3086
|
-
as part of the Derivative Works; within the Source form or
|
3087
|
-
documentation, if provided along with the Derivative Works; or,
|
3088
|
-
within a display generated by the Derivative Works, if and
|
3089
|
-
wherever such third-party notices normally appear. The contents
|
3090
|
-
of the NOTICE file are for informational purposes only and
|
3091
|
-
do not modify the License. You may add Your own attribution
|
3092
|
-
notices within Derivative Works that You distribute, alongside
|
3093
|
-
or as an addendum to the NOTICE text from the Work, provided
|
3094
|
-
that such additional attribution notices cannot be construed
|
3095
|
-
as modifying the License.
|
3079
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3080
|
+
that You distribute, all copyright, patent, trademark, and
|
3081
|
+
attribution notices from the Source form of the Work,
|
3082
|
+
excluding those notices that do not pertain to any part of
|
3083
|
+
the Derivative Works; and
|
3096
3084
|
|
3097
|
-
|
3085
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3086
|
+
distribution, then any Derivative Works that You distribute must
|
3087
|
+
include a readable copy of the attribution notices contained
|
3088
|
+
within such NOTICE file, excluding those notices that do not
|
3089
|
+
pertain to any part of the Derivative Works, in at least one
|
3090
|
+
of the following places: within a NOTICE text file distributed
|
3091
|
+
as part of the Derivative Works; within the Source form or
|
3092
|
+
documentation, if provided along with the Derivative Works; or,
|
3093
|
+
within a display generated by the Derivative Works, if and
|
3094
|
+
wherever such third-party notices normally appear. The contents
|
3095
|
+
of the NOTICE file are for informational purposes only and
|
3096
|
+
do not modify the License. You may add Your own attribution
|
3097
|
+
notices within Derivative Works that You distribute, alongside
|
3098
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3099
|
+
that such additional attribution notices cannot be construed
|
3100
|
+
as modifying the License.
|
3101
|
+
|
3102
|
+
You may add Your own copyright statement to Your modifications and
|
3103
|
+
may provide additional or different license terms and conditions
|
3104
|
+
for use, reproduction, or distribution of Your modifications, or
|
3105
|
+
for any such Derivative Works as a whole, provided Your use,
|
3106
|
+
reproduction, and distribution of the Work otherwise complies with
|
3107
|
+
the conditions stated in this License.
|
3108
|
+
|
3109
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3110
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3111
|
+
by You to the Licensor shall be under the terms and conditions of
|
3112
|
+
this License, without any additional terms or conditions.
|
3113
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3114
|
+
the terms of any separate license agreement you may have executed
|
3115
|
+
with Licensor regarding such Contributions.
|
3116
|
+
|
3117
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3118
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3119
|
+
except as required for reasonable and customary use in describing the
|
3120
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3121
|
+
|
3122
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3123
|
+
agreed to in writing, Licensor provides the Work (and each
|
3124
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3125
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3126
|
+
implied, including, without limitation, any warranties or conditions
|
3127
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3128
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3129
|
+
appropriateness of using or redistributing the Work and assume any
|
3130
|
+
risks associated with Your exercise of permissions under this License.
|
3131
|
+
|
3132
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3133
|
+
whether in tort (including negligence), contract, or otherwise,
|
3134
|
+
unless required by applicable law (such as deliberate and grossly
|
3135
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3136
|
+
liable to You for damages, including any direct, indirect, special,
|
3137
|
+
incidental, or consequential damages of any character arising as a
|
3138
|
+
result of this License or out of the use or inability to use the
|
3139
|
+
Work (including but not limited to damages for loss of goodwill,
|
3140
|
+
work stoppage, computer failure or malfunction, or any and all
|
3141
|
+
other commercial damages or losses), even if such Contributor
|
3142
|
+
has been advised of the possibility of such damages.
|
3143
|
+
|
3144
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3145
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3146
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3147
|
+
or other liability obligations and/or rights consistent with this
|
3148
|
+
License. However, in accepting such obligations, You may act only
|
3149
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3150
|
+
of any other Contributor, and only if You agree to indemnify,
|
3151
|
+
defend, and hold each Contributor harmless for any liability
|
3152
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3153
|
+
of your accepting any such warranty or additional liability.
|
3154
|
+
|
3155
|
+
END OF TERMS AND CONDITIONS
|
3156
|
+
|
3157
|
+
================================================================================
|
3158
|
+
dary_heap LICENSE-MIT
|
3159
|
+
================================================================================
|
3160
|
+
|
3161
|
+
Permission is hereby granted, free of charge, to any
|
3162
|
+
person obtaining a copy of this software and associated
|
3163
|
+
documentation files (the "Software"), to deal in the
|
3164
|
+
Software without restriction, including without
|
3165
|
+
limitation the rights to use, copy, modify, merge,
|
3166
|
+
publish, distribute, sublicense, and/or sell copies of
|
3167
|
+
the Software, and to permit persons to whom the Software
|
3168
|
+
is furnished to do so, subject to the following
|
3169
|
+
conditions:
|
3170
|
+
|
3171
|
+
The above copyright notice and this permission notice
|
3172
|
+
shall be included in all copies or substantial portions
|
3173
|
+
of the Software.
|
3174
|
+
|
3175
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3176
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3177
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3178
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3179
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3180
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3181
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3182
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3183
|
+
DEALINGS IN THE SOFTWARE.
|
3184
|
+
|
3185
|
+
================================================================================
|
3186
|
+
derive_builder LICENSE-APACHE
|
3187
|
+
================================================================================
|
3188
|
+
|
3189
|
+
Apache License
|
3190
|
+
Version 2.0, January 2004
|
3191
|
+
http://www.apache.org/licenses/
|
3192
|
+
|
3193
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3194
|
+
|
3195
|
+
1. Definitions.
|
3196
|
+
|
3197
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3198
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3199
|
+
|
3200
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3201
|
+
the copyright owner that is granting the License.
|
3202
|
+
|
3203
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3204
|
+
other entities that control, are controlled by, or are under common
|
3205
|
+
control with that entity. For the purposes of this definition,
|
3206
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3207
|
+
direction or management of such entity, whether by contract or
|
3208
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3209
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3210
|
+
|
3211
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3212
|
+
exercising permissions granted by this License.
|
3213
|
+
|
3214
|
+
"Source" form shall mean the preferred form for making modifications,
|
3215
|
+
including but not limited to software source code, documentation
|
3216
|
+
source, and configuration files.
|
3217
|
+
|
3218
|
+
"Object" form shall mean any form resulting from mechanical
|
3219
|
+
transformation or translation of a Source form, including but
|
3220
|
+
not limited to compiled object code, generated documentation,
|
3221
|
+
and conversions to other media types.
|
3222
|
+
|
3223
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3224
|
+
Object form, made available under the License, as indicated by a
|
3225
|
+
copyright notice that is included in or attached to the work
|
3226
|
+
(an example is provided in the Appendix below).
|
3227
|
+
|
3228
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3229
|
+
form, that is based on (or derived from) the Work and for which the
|
3230
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3231
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3232
|
+
of this License, Derivative Works shall not include works that remain
|
3233
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3234
|
+
the Work and Derivative Works thereof.
|
3235
|
+
|
3236
|
+
"Contribution" shall mean any work of authorship, including
|
3237
|
+
the original version of the Work and any modifications or additions
|
3238
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3239
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3240
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3241
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3242
|
+
means any form of electronic, verbal, or written communication sent
|
3243
|
+
to the Licensor or its representatives, including but not limited to
|
3244
|
+
communication on electronic mailing lists, source code control systems,
|
3245
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3246
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3247
|
+
excluding communication that is conspicuously marked or otherwise
|
3248
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3249
|
+
|
3250
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3251
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3252
|
+
subsequently incorporated within the Work.
|
3253
|
+
|
3254
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3255
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3256
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3257
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3258
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3259
|
+
Work and such Derivative Works in Source or Object form.
|
3260
|
+
|
3261
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3262
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3263
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3264
|
+
(except as stated in this section) patent license to make, have made,
|
3265
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3266
|
+
where such license applies only to those patent claims licensable
|
3267
|
+
by such Contributor that are necessarily infringed by their
|
3268
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3269
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3270
|
+
institute patent litigation against any entity (including a
|
3271
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3272
|
+
or a Contribution incorporated within the Work constitutes direct
|
3273
|
+
or contributory patent infringement, then any patent licenses
|
3274
|
+
granted to You under this License for that Work shall terminate
|
3275
|
+
as of the date such litigation is filed.
|
3276
|
+
|
3277
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3278
|
+
Work or Derivative Works thereof in any medium, with or without
|
3279
|
+
modifications, and in Source or Object form, provided that You
|
3280
|
+
meet the following conditions:
|
3281
|
+
|
3282
|
+
(a) You must give any other recipients of the Work or
|
3283
|
+
Derivative Works a copy of this License; and
|
3284
|
+
|
3285
|
+
(b) You must cause any modified files to carry prominent notices
|
3286
|
+
stating that You changed the files; and
|
3287
|
+
|
3288
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3289
|
+
that You distribute, all copyright, patent, trademark, and
|
3290
|
+
attribution notices from the Source form of the Work,
|
3291
|
+
excluding those notices that do not pertain to any part of
|
3292
|
+
the Derivative Works; and
|
3293
|
+
|
3294
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3295
|
+
distribution, then any Derivative Works that You distribute must
|
3296
|
+
include a readable copy of the attribution notices contained
|
3297
|
+
within such NOTICE file, excluding those notices that do not
|
3298
|
+
pertain to any part of the Derivative Works, in at least one
|
3299
|
+
of the following places: within a NOTICE text file distributed
|
3300
|
+
as part of the Derivative Works; within the Source form or
|
3301
|
+
documentation, if provided along with the Derivative Works; or,
|
3302
|
+
within a display generated by the Derivative Works, if and
|
3303
|
+
wherever such third-party notices normally appear. The contents
|
3304
|
+
of the NOTICE file are for informational purposes only and
|
3305
|
+
do not modify the License. You may add Your own attribution
|
3306
|
+
notices within Derivative Works that You distribute, alongside
|
3307
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3308
|
+
that such additional attribution notices cannot be construed
|
3309
|
+
as modifying the License.
|
3310
|
+
|
3311
|
+
You may add Your own copyright statement to Your modifications and
|
3098
3312
|
may provide additional or different license terms and conditions
|
3099
3313
|
for use, reproduction, or distribution of Your modifications, or
|
3100
3314
|
for any such Derivative Works as a whole, provided Your use,
|
@@ -4784,7 +4998,7 @@ limitations under the License.
|
|
4784
4998
|
getrandom LICENSE-MIT
|
4785
4999
|
================================================================================
|
4786
5000
|
|
4787
|
-
Copyright (c) 2018-
|
5001
|
+
Copyright (c) 2018-2025 The rust-random Project Developers
|
4788
5002
|
Copyright (c) 2014 The Rust Project Developers
|
4789
5003
|
|
4790
5004
|
Permission is hereby granted, free of charge, to any
|
@@ -5099,7 +5313,7 @@ SOFTWARE.
|
|
5099
5313
|
|
5100
5314
|
|
5101
5315
|
================================================================================
|
5102
|
-
itertools v0.
|
5316
|
+
itertools v0.12.1 LICENSE-APACHE
|
5103
5317
|
================================================================================
|
5104
5318
|
|
5105
5319
|
Apache License
|
@@ -5305,7 +5519,7 @@ See the License for the specific language governing permissions and
|
|
5305
5519
|
limitations under the License.
|
5306
5520
|
|
5307
5521
|
================================================================================
|
5308
|
-
itertools v0.
|
5522
|
+
itertools v0.12.1 LICENSE-MIT
|
5309
5523
|
================================================================================
|
5310
5524
|
|
5311
5525
|
Copyright (c) 2015
|
@@ -5335,7 +5549,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
5335
5549
|
DEALINGS IN THE SOFTWARE.
|
5336
5550
|
|
5337
5551
|
================================================================================
|
5338
|
-
itertools v0.
|
5552
|
+
itertools v0.14.0 LICENSE-APACHE
|
5339
5553
|
================================================================================
|
5340
5554
|
|
5341
5555
|
Apache License
|
@@ -5541,7 +5755,7 @@ See the License for the specific language governing permissions and
|
|
5541
5755
|
limitations under the License.
|
5542
5756
|
|
5543
5757
|
================================================================================
|
5544
|
-
itertools v0.
|
5758
|
+
itertools v0.14.0 LICENSE-MIT
|
5545
5759
|
================================================================================
|
5546
5760
|
|
5547
5761
|
Copyright (c) 2015
|
@@ -10124,31 +10338,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
10124
10338
|
|
10125
10339
|
END OF TERMS AND CONDITIONS
|
10126
10340
|
|
10127
|
-
APPENDIX: How to apply the Apache License to your work.
|
10128
|
-
|
10129
|
-
To apply the Apache License to your work, attach the following
|
10130
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
10131
|
-
replaced with your own identifying information. (Don't include
|
10132
|
-
the brackets!) The text should be enclosed in the appropriate
|
10133
|
-
comment syntax for the file format. We also recommend that a
|
10134
|
-
file or class name and description of purpose be included on the
|
10135
|
-
same "printed page" as the copyright notice for easier
|
10136
|
-
identification within third-party archives.
|
10137
|
-
|
10138
|
-
Copyright [yyyy] [name of copyright owner]
|
10139
|
-
|
10140
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
10141
|
-
you may not use this file except in compliance with the License.
|
10142
|
-
You may obtain a copy of the License at
|
10143
|
-
|
10144
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
10145
|
-
|
10146
|
-
Unless required by applicable law or agreed to in writing, software
|
10147
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
10148
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
10149
|
-
See the License for the specific language governing permissions and
|
10150
|
-
limitations under the License.
|
10151
|
-
|
10152
10341
|
================================================================================
|
10153
10342
|
rand_chacha LICENSE-MIT
|
10154
10343
|
================================================================================
|
@@ -12779,7 +12968,216 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12779
12968
|
DEALINGS IN THE SOFTWARE.
|
12780
12969
|
|
12781
12970
|
================================================================================
|
12782
|
-
|
12971
|
+
rustversion LICENSE-APACHE
|
12972
|
+
================================================================================
|
12973
|
+
|
12974
|
+
Apache License
|
12975
|
+
Version 2.0, January 2004
|
12976
|
+
http://www.apache.org/licenses/
|
12977
|
+
|
12978
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
12979
|
+
|
12980
|
+
1. Definitions.
|
12981
|
+
|
12982
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
12983
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12984
|
+
|
12985
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
12986
|
+
the copyright owner that is granting the License.
|
12987
|
+
|
12988
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
12989
|
+
other entities that control, are controlled by, or are under common
|
12990
|
+
control with that entity. For the purposes of this definition,
|
12991
|
+
"control" means (i) the power, direct or indirect, to cause the
|
12992
|
+
direction or management of such entity, whether by contract or
|
12993
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
12994
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
12995
|
+
|
12996
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
12997
|
+
exercising permissions granted by this License.
|
12998
|
+
|
12999
|
+
"Source" form shall mean the preferred form for making modifications,
|
13000
|
+
including but not limited to software source code, documentation
|
13001
|
+
source, and configuration files.
|
13002
|
+
|
13003
|
+
"Object" form shall mean any form resulting from mechanical
|
13004
|
+
transformation or translation of a Source form, including but
|
13005
|
+
not limited to compiled object code, generated documentation,
|
13006
|
+
and conversions to other media types.
|
13007
|
+
|
13008
|
+
"Work" shall mean the work of authorship, whether in Source or
|
13009
|
+
Object form, made available under the License, as indicated by a
|
13010
|
+
copyright notice that is included in or attached to the work
|
13011
|
+
(an example is provided in the Appendix below).
|
13012
|
+
|
13013
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
13014
|
+
form, that is based on (or derived from) the Work and for which the
|
13015
|
+
editorial revisions, annotations, elaborations, or other modifications
|
13016
|
+
represent, as a whole, an original work of authorship. For the purposes
|
13017
|
+
of this License, Derivative Works shall not include works that remain
|
13018
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
13019
|
+
the Work and Derivative Works thereof.
|
13020
|
+
|
13021
|
+
"Contribution" shall mean any work of authorship, including
|
13022
|
+
the original version of the Work and any modifications or additions
|
13023
|
+
to that Work or Derivative Works thereof, that is intentionally
|
13024
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
13025
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
13026
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
13027
|
+
means any form of electronic, verbal, or written communication sent
|
13028
|
+
to the Licensor or its representatives, including but not limited to
|
13029
|
+
communication on electronic mailing lists, source code control systems,
|
13030
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
13031
|
+
Licensor for the purpose of discussing and improving the Work, but
|
13032
|
+
excluding communication that is conspicuously marked or otherwise
|
13033
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
13034
|
+
|
13035
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
13036
|
+
on behalf of whom a Contribution has been received by Licensor and
|
13037
|
+
subsequently incorporated within the Work.
|
13038
|
+
|
13039
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
13040
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13041
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13042
|
+
copyright license to reproduce, prepare Derivative Works of,
|
13043
|
+
publicly display, publicly perform, sublicense, and distribute the
|
13044
|
+
Work and such Derivative Works in Source or Object form.
|
13045
|
+
|
13046
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
13047
|
+
this License, each Contributor hereby grants to You a perpetual,
|
13048
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13049
|
+
(except as stated in this section) patent license to make, have made,
|
13050
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13051
|
+
where such license applies only to those patent claims licensable
|
13052
|
+
by such Contributor that are necessarily infringed by their
|
13053
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
13054
|
+
with the Work to which such Contribution(s) was submitted. If You
|
13055
|
+
institute patent litigation against any entity (including a
|
13056
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13057
|
+
or a Contribution incorporated within the Work constitutes direct
|
13058
|
+
or contributory patent infringement, then any patent licenses
|
13059
|
+
granted to You under this License for that Work shall terminate
|
13060
|
+
as of the date such litigation is filed.
|
13061
|
+
|
13062
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
13063
|
+
Work or Derivative Works thereof in any medium, with or without
|
13064
|
+
modifications, and in Source or Object form, provided that You
|
13065
|
+
meet the following conditions:
|
13066
|
+
|
13067
|
+
(a) You must give any other recipients of the Work or
|
13068
|
+
Derivative Works a copy of this License; and
|
13069
|
+
|
13070
|
+
(b) You must cause any modified files to carry prominent notices
|
13071
|
+
stating that You changed the files; and
|
13072
|
+
|
13073
|
+
(c) You must retain, in the Source form of any Derivative Works
|
13074
|
+
that You distribute, all copyright, patent, trademark, and
|
13075
|
+
attribution notices from the Source form of the Work,
|
13076
|
+
excluding those notices that do not pertain to any part of
|
13077
|
+
the Derivative Works; and
|
13078
|
+
|
13079
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
13080
|
+
distribution, then any Derivative Works that You distribute must
|
13081
|
+
include a readable copy of the attribution notices contained
|
13082
|
+
within such NOTICE file, excluding those notices that do not
|
13083
|
+
pertain to any part of the Derivative Works, in at least one
|
13084
|
+
of the following places: within a NOTICE text file distributed
|
13085
|
+
as part of the Derivative Works; within the Source form or
|
13086
|
+
documentation, if provided along with the Derivative Works; or,
|
13087
|
+
within a display generated by the Derivative Works, if and
|
13088
|
+
wherever such third-party notices normally appear. The contents
|
13089
|
+
of the NOTICE file are for informational purposes only and
|
13090
|
+
do not modify the License. You may add Your own attribution
|
13091
|
+
notices within Derivative Works that You distribute, alongside
|
13092
|
+
or as an addendum to the NOTICE text from the Work, provided
|
13093
|
+
that such additional attribution notices cannot be construed
|
13094
|
+
as modifying the License.
|
13095
|
+
|
13096
|
+
You may add Your own copyright statement to Your modifications and
|
13097
|
+
may provide additional or different license terms and conditions
|
13098
|
+
for use, reproduction, or distribution of Your modifications, or
|
13099
|
+
for any such Derivative Works as a whole, provided Your use,
|
13100
|
+
reproduction, and distribution of the Work otherwise complies with
|
13101
|
+
the conditions stated in this License.
|
13102
|
+
|
13103
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
13104
|
+
any Contribution intentionally submitted for inclusion in the Work
|
13105
|
+
by You to the Licensor shall be under the terms and conditions of
|
13106
|
+
this License, without any additional terms or conditions.
|
13107
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
13108
|
+
the terms of any separate license agreement you may have executed
|
13109
|
+
with Licensor regarding such Contributions.
|
13110
|
+
|
13111
|
+
6. Trademarks. This License does not grant permission to use the trade
|
13112
|
+
names, trademarks, service marks, or product names of the Licensor,
|
13113
|
+
except as required for reasonable and customary use in describing the
|
13114
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
13115
|
+
|
13116
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
13117
|
+
agreed to in writing, Licensor provides the Work (and each
|
13118
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13119
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13120
|
+
implied, including, without limitation, any warranties or conditions
|
13121
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13122
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13123
|
+
appropriateness of using or redistributing the Work and assume any
|
13124
|
+
risks associated with Your exercise of permissions under this License.
|
13125
|
+
|
13126
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
13127
|
+
whether in tort (including negligence), contract, or otherwise,
|
13128
|
+
unless required by applicable law (such as deliberate and grossly
|
13129
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
13130
|
+
liable to You for damages, including any direct, indirect, special,
|
13131
|
+
incidental, or consequential damages of any character arising as a
|
13132
|
+
result of this License or out of the use or inability to use the
|
13133
|
+
Work (including but not limited to damages for loss of goodwill,
|
13134
|
+
work stoppage, computer failure or malfunction, or any and all
|
13135
|
+
other commercial damages or losses), even if such Contributor
|
13136
|
+
has been advised of the possibility of such damages.
|
13137
|
+
|
13138
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
13139
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
13140
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
13141
|
+
or other liability obligations and/or rights consistent with this
|
13142
|
+
License. However, in accepting such obligations, You may act only
|
13143
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
13144
|
+
of any other Contributor, and only if You agree to indemnify,
|
13145
|
+
defend, and hold each Contributor harmless for any liability
|
13146
|
+
incurred by, or claims asserted against, such Contributor by reason
|
13147
|
+
of your accepting any such warranty or additional liability.
|
13148
|
+
|
13149
|
+
END OF TERMS AND CONDITIONS
|
13150
|
+
|
13151
|
+
================================================================================
|
13152
|
+
rustversion LICENSE-MIT
|
13153
|
+
================================================================================
|
13154
|
+
|
13155
|
+
Permission is hereby granted, free of charge, to any
|
13156
|
+
person obtaining a copy of this software and associated
|
13157
|
+
documentation files (the "Software"), to deal in the
|
13158
|
+
Software without restriction, including without
|
13159
|
+
limitation the rights to use, copy, modify, merge,
|
13160
|
+
publish, distribute, sublicense, and/or sell copies of
|
13161
|
+
the Software, and to permit persons to whom the Software
|
13162
|
+
is furnished to do so, subject to the following
|
13163
|
+
conditions:
|
13164
|
+
|
13165
|
+
The above copyright notice and this permission notice
|
13166
|
+
shall be included in all copies or substantial portions
|
13167
|
+
of the Software.
|
13168
|
+
|
13169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13170
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
13171
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
13172
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
13173
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
13174
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
13175
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
13176
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
13177
|
+
DEALINGS IN THE SOFTWARE.
|
13178
|
+
|
13179
|
+
================================================================================
|
13180
|
+
ryu LICENSE-APACHE
|
12783
13181
|
================================================================================
|
12784
13182
|
|
12785
13183
|
Apache License
|
@@ -14546,46 +14944,279 @@ spm_precompiled LICENSE
|
|
14546
14944
|
limitations under the License.
|
14547
14945
|
|
14548
14946
|
================================================================================
|
14549
|
-
|
14947
|
+
static_assertions LICENSE-APACHE
|
14550
14948
|
================================================================================
|
14551
14949
|
|
14552
|
-
The MIT License (MIT)
|
14553
|
-
|
14554
|
-
Copyright (c) 2015 Danny Guo
|
14555
|
-
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
14556
|
-
Copyright (c) 2018 Akash Kurdekar
|
14557
14950
|
|
14558
|
-
|
14559
|
-
|
14560
|
-
|
14561
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14562
|
-
copies of the Software, and to permit persons to whom the Software is
|
14563
|
-
furnished to do so, subject to the following conditions:
|
14951
|
+
Apache License
|
14952
|
+
Version 2.0, January 2004
|
14953
|
+
http://www.apache.org/licenses/
|
14564
14954
|
|
14565
|
-
|
14566
|
-
copies or substantial portions of the Software.
|
14955
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14567
14956
|
|
14568
|
-
|
14569
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
14570
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
14571
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
14572
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
14573
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
14574
|
-
SOFTWARE.
|
14957
|
+
1. Definitions.
|
14575
14958
|
|
14576
|
-
|
14577
|
-
|
14578
|
-
================================================================================
|
14959
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14960
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14579
14961
|
|
14580
|
-
|
14581
|
-
|
14582
|
-
http://www.apache.org/licenses/
|
14962
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14963
|
+
the copyright owner that is granting the License.
|
14583
14964
|
|
14584
|
-
|
14965
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14966
|
+
other entities that control, are controlled by, or are under common
|
14967
|
+
control with that entity. For the purposes of this definition,
|
14968
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14969
|
+
direction or management of such entity, whether by contract or
|
14970
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14971
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14585
14972
|
|
14586
|
-
|
14973
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14974
|
+
exercising permissions granted by this License.
|
14587
14975
|
|
14588
|
-
|
14976
|
+
"Source" form shall mean the preferred form for making modifications,
|
14977
|
+
including but not limited to software source code, documentation
|
14978
|
+
source, and configuration files.
|
14979
|
+
|
14980
|
+
"Object" form shall mean any form resulting from mechanical
|
14981
|
+
transformation or translation of a Source form, including but
|
14982
|
+
not limited to compiled object code, generated documentation,
|
14983
|
+
and conversions to other media types.
|
14984
|
+
|
14985
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14986
|
+
Object form, made available under the License, as indicated by a
|
14987
|
+
copyright notice that is included in or attached to the work
|
14988
|
+
(an example is provided in the Appendix below).
|
14989
|
+
|
14990
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14991
|
+
form, that is based on (or derived from) the Work and for which the
|
14992
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14993
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14994
|
+
of this License, Derivative Works shall not include works that remain
|
14995
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14996
|
+
the Work and Derivative Works thereof.
|
14997
|
+
|
14998
|
+
"Contribution" shall mean any work of authorship, including
|
14999
|
+
the original version of the Work and any modifications or additions
|
15000
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15001
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15002
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15003
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15004
|
+
means any form of electronic, verbal, or written communication sent
|
15005
|
+
to the Licensor or its representatives, including but not limited to
|
15006
|
+
communication on electronic mailing lists, source code control systems,
|
15007
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15008
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15009
|
+
excluding communication that is conspicuously marked or otherwise
|
15010
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15011
|
+
|
15012
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15013
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15014
|
+
subsequently incorporated within the Work.
|
15015
|
+
|
15016
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15017
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15018
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15019
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15020
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15021
|
+
Work and such Derivative Works in Source or Object form.
|
15022
|
+
|
15023
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15024
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15025
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15026
|
+
(except as stated in this section) patent license to make, have made,
|
15027
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15028
|
+
where such license applies only to those patent claims licensable
|
15029
|
+
by such Contributor that are necessarily infringed by their
|
15030
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15031
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15032
|
+
institute patent litigation against any entity (including a
|
15033
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15034
|
+
or a Contribution incorporated within the Work constitutes direct
|
15035
|
+
or contributory patent infringement, then any patent licenses
|
15036
|
+
granted to You under this License for that Work shall terminate
|
15037
|
+
as of the date such litigation is filed.
|
15038
|
+
|
15039
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15040
|
+
Work or Derivative Works thereof in any medium, with or without
|
15041
|
+
modifications, and in Source or Object form, provided that You
|
15042
|
+
meet the following conditions:
|
15043
|
+
|
15044
|
+
(a) You must give any other recipients of the Work or
|
15045
|
+
Derivative Works a copy of this License; and
|
15046
|
+
|
15047
|
+
(b) You must cause any modified files to carry prominent notices
|
15048
|
+
stating that You changed the files; and
|
15049
|
+
|
15050
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15051
|
+
that You distribute, all copyright, patent, trademark, and
|
15052
|
+
attribution notices from the Source form of the Work,
|
15053
|
+
excluding those notices that do not pertain to any part of
|
15054
|
+
the Derivative Works; and
|
15055
|
+
|
15056
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15057
|
+
distribution, then any Derivative Works that You distribute must
|
15058
|
+
include a readable copy of the attribution notices contained
|
15059
|
+
within such NOTICE file, excluding those notices that do not
|
15060
|
+
pertain to any part of the Derivative Works, in at least one
|
15061
|
+
of the following places: within a NOTICE text file distributed
|
15062
|
+
as part of the Derivative Works; within the Source form or
|
15063
|
+
documentation, if provided along with the Derivative Works; or,
|
15064
|
+
within a display generated by the Derivative Works, if and
|
15065
|
+
wherever such third-party notices normally appear. The contents
|
15066
|
+
of the NOTICE file are for informational purposes only and
|
15067
|
+
do not modify the License. You may add Your own attribution
|
15068
|
+
notices within Derivative Works that You distribute, alongside
|
15069
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15070
|
+
that such additional attribution notices cannot be construed
|
15071
|
+
as modifying the License.
|
15072
|
+
|
15073
|
+
You may add Your own copyright statement to Your modifications and
|
15074
|
+
may provide additional or different license terms and conditions
|
15075
|
+
for use, reproduction, or distribution of Your modifications, or
|
15076
|
+
for any such Derivative Works as a whole, provided Your use,
|
15077
|
+
reproduction, and distribution of the Work otherwise complies with
|
15078
|
+
the conditions stated in this License.
|
15079
|
+
|
15080
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15081
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15082
|
+
by You to the Licensor shall be under the terms and conditions of
|
15083
|
+
this License, without any additional terms or conditions.
|
15084
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15085
|
+
the terms of any separate license agreement you may have executed
|
15086
|
+
with Licensor regarding such Contributions.
|
15087
|
+
|
15088
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15089
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15090
|
+
except as required for reasonable and customary use in describing the
|
15091
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15092
|
+
|
15093
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15094
|
+
agreed to in writing, Licensor provides the Work (and each
|
15095
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15096
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15097
|
+
implied, including, without limitation, any warranties or conditions
|
15098
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15099
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15100
|
+
appropriateness of using or redistributing the Work and assume any
|
15101
|
+
risks associated with Your exercise of permissions under this License.
|
15102
|
+
|
15103
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15104
|
+
whether in tort (including negligence), contract, or otherwise,
|
15105
|
+
unless required by applicable law (such as deliberate and grossly
|
15106
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15107
|
+
liable to You for damages, including any direct, indirect, special,
|
15108
|
+
incidental, or consequential damages of any character arising as a
|
15109
|
+
result of this License or out of the use or inability to use the
|
15110
|
+
Work (including but not limited to damages for loss of goodwill,
|
15111
|
+
work stoppage, computer failure or malfunction, or any and all
|
15112
|
+
other commercial damages or losses), even if such Contributor
|
15113
|
+
has been advised of the possibility of such damages.
|
15114
|
+
|
15115
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15116
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15117
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15118
|
+
or other liability obligations and/or rights consistent with this
|
15119
|
+
License. However, in accepting such obligations, You may act only
|
15120
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15121
|
+
of any other Contributor, and only if You agree to indemnify,
|
15122
|
+
defend, and hold each Contributor harmless for any liability
|
15123
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15124
|
+
of your accepting any such warranty or additional liability.
|
15125
|
+
|
15126
|
+
END OF TERMS AND CONDITIONS
|
15127
|
+
|
15128
|
+
APPENDIX: How to apply the Apache License to your work.
|
15129
|
+
|
15130
|
+
To apply the Apache License to your work, attach the following
|
15131
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15132
|
+
replaced with your own identifying information. (Don't include
|
15133
|
+
the brackets!) The text should be enclosed in the appropriate
|
15134
|
+
comment syntax for the file format. We also recommend that a
|
15135
|
+
file or class name and description of purpose be included on the
|
15136
|
+
same "printed page" as the copyright notice for easier
|
15137
|
+
identification within third-party archives.
|
15138
|
+
|
15139
|
+
Copyright [yyyy] [name of copyright owner]
|
15140
|
+
|
15141
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15142
|
+
you may not use this file except in compliance with the License.
|
15143
|
+
You may obtain a copy of the License at
|
15144
|
+
|
15145
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15146
|
+
|
15147
|
+
Unless required by applicable law or agreed to in writing, software
|
15148
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15149
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15150
|
+
See the License for the specific language governing permissions and
|
15151
|
+
limitations under the License.
|
15152
|
+
|
15153
|
+
================================================================================
|
15154
|
+
static_assertions LICENSE-MIT
|
15155
|
+
================================================================================
|
15156
|
+
|
15157
|
+
MIT License
|
15158
|
+
|
15159
|
+
Copyright (c) 2017 Nikolai Vazquez
|
15160
|
+
|
15161
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15162
|
+
of this software and associated documentation files (the "Software"), to deal
|
15163
|
+
in the Software without restriction, including without limitation the rights
|
15164
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15165
|
+
copies of the Software, and to permit persons to whom the Software is
|
15166
|
+
furnished to do so, subject to the following conditions:
|
15167
|
+
|
15168
|
+
The above copyright notice and this permission notice shall be included in all
|
15169
|
+
copies or substantial portions of the Software.
|
15170
|
+
|
15171
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15172
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15173
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15174
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15175
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15177
|
+
SOFTWARE.
|
15178
|
+
|
15179
|
+
================================================================================
|
15180
|
+
strsim LICENSE
|
15181
|
+
================================================================================
|
15182
|
+
|
15183
|
+
The MIT License (MIT)
|
15184
|
+
|
15185
|
+
Copyright (c) 2015 Danny Guo
|
15186
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
15187
|
+
Copyright (c) 2018 Akash Kurdekar
|
15188
|
+
|
15189
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
15190
|
+
of this software and associated documentation files (the "Software"), to deal
|
15191
|
+
in the Software without restriction, including without limitation the rights
|
15192
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
15193
|
+
copies of the Software, and to permit persons to whom the Software is
|
15194
|
+
furnished to do so, subject to the following conditions:
|
15195
|
+
|
15196
|
+
The above copyright notice and this permission notice shall be included in all
|
15197
|
+
copies or substantial portions of the Software.
|
15198
|
+
|
15199
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15200
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15201
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
15202
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
15203
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
15204
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
15205
|
+
SOFTWARE.
|
15206
|
+
|
15207
|
+
================================================================================
|
15208
|
+
syn LICENSE-APACHE
|
15209
|
+
================================================================================
|
15210
|
+
|
15211
|
+
Apache License
|
15212
|
+
Version 2.0, January 2004
|
15213
|
+
http://www.apache.org/licenses/
|
15214
|
+
|
15215
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15216
|
+
|
15217
|
+
1. Definitions.
|
15218
|
+
|
15219
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14589
15220
|
and distribution as defined by Sections 1 through 9 of this document.
|
14590
15221
|
|
14591
15222
|
"Licensor" shall mean the copyright owner or entity authorized by
|
@@ -16599,361 +17230,16 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16599
17230
|
SOFTWARE.
|
16600
17231
|
|
16601
17232
|
================================================================================
|
16602
|
-
|
17233
|
+
version_check LICENSE-APACHE
|
16603
17234
|
================================================================================
|
16604
17235
|
|
16605
|
-
|
17236
|
+
Apache License
|
17237
|
+
Version 2.0, January 2004
|
17238
|
+
http://www.apache.org/licenses/
|
16606
17239
|
|
16607
|
-
|
17240
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16608
17241
|
|
16609
|
-
|
16610
|
-
of this software and associated documentation files (the "Software"), to deal
|
16611
|
-
in the Software without restriction, including without limitation the rights
|
16612
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16613
|
-
copies of the Software, and to permit persons to whom the Software is
|
16614
|
-
furnished to do so, subject to the following conditions:
|
16615
|
-
|
16616
|
-
The above copyright notice and this permission notice shall be included in all
|
16617
|
-
copies or substantial portions of the Software.
|
16618
|
-
|
16619
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16620
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16621
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16622
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16623
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16624
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16625
|
-
SOFTWARE
|
16626
|
-
|
16627
|
-
================================================================================
|
16628
|
-
windows-targets license-mit
|
16629
|
-
================================================================================
|
16630
|
-
|
16631
|
-
MIT License
|
16632
|
-
|
16633
|
-
Copyright (c) Microsoft Corporation.
|
16634
|
-
|
16635
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16636
|
-
of this software and associated documentation files (the "Software"), to deal
|
16637
|
-
in the Software without restriction, including without limitation the rights
|
16638
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16639
|
-
copies of the Software, and to permit persons to whom the Software is
|
16640
|
-
furnished to do so, subject to the following conditions:
|
16641
|
-
|
16642
|
-
The above copyright notice and this permission notice shall be included in all
|
16643
|
-
copies or substantial portions of the Software.
|
16644
|
-
|
16645
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16646
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16647
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16648
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16649
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16650
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16651
|
-
SOFTWARE
|
16652
|
-
|
16653
|
-
================================================================================
|
16654
|
-
windows_x86_64_gnu license-mit
|
16655
|
-
================================================================================
|
16656
|
-
|
16657
|
-
MIT License
|
16658
|
-
|
16659
|
-
Copyright (c) Microsoft Corporation.
|
16660
|
-
|
16661
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16662
|
-
of this software and associated documentation files (the "Software"), to deal
|
16663
|
-
in the Software without restriction, including without limitation the rights
|
16664
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16665
|
-
copies of the Software, and to permit persons to whom the Software is
|
16666
|
-
furnished to do so, subject to the following conditions:
|
16667
|
-
|
16668
|
-
The above copyright notice and this permission notice shall be included in all
|
16669
|
-
copies or substantial portions of the Software.
|
16670
|
-
|
16671
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16672
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16673
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16674
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16675
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16676
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16677
|
-
SOFTWARE
|
16678
|
-
|
16679
|
-
================================================================================
|
16680
|
-
zerocopy LICENSE-APACHE
|
16681
|
-
================================================================================
|
16682
|
-
|
16683
|
-
Apache License
|
16684
|
-
Version 2.0, January 2004
|
16685
|
-
http://www.apache.org/licenses/
|
16686
|
-
|
16687
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16688
|
-
|
16689
|
-
1. Definitions.
|
16690
|
-
|
16691
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
16692
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
16693
|
-
|
16694
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
16695
|
-
the copyright owner that is granting the License.
|
16696
|
-
|
16697
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
16698
|
-
other entities that control, are controlled by, or are under common
|
16699
|
-
control with that entity. For the purposes of this definition,
|
16700
|
-
"control" means (i) the power, direct or indirect, to cause the
|
16701
|
-
direction or management of such entity, whether by contract or
|
16702
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16703
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
16704
|
-
|
16705
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
16706
|
-
exercising permissions granted by this License.
|
16707
|
-
|
16708
|
-
"Source" form shall mean the preferred form for making modifications,
|
16709
|
-
including but not limited to software source code, documentation
|
16710
|
-
source, and configuration files.
|
16711
|
-
|
16712
|
-
"Object" form shall mean any form resulting from mechanical
|
16713
|
-
transformation or translation of a Source form, including but
|
16714
|
-
not limited to compiled object code, generated documentation,
|
16715
|
-
and conversions to other media types.
|
16716
|
-
|
16717
|
-
"Work" shall mean the work of authorship, whether in Source or
|
16718
|
-
Object form, made available under the License, as indicated by a
|
16719
|
-
copyright notice that is included in or attached to the work
|
16720
|
-
(an example is provided in the Appendix below).
|
16721
|
-
|
16722
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
16723
|
-
form, that is based on (or derived from) the Work and for which the
|
16724
|
-
editorial revisions, annotations, elaborations, or other modifications
|
16725
|
-
represent, as a whole, an original work of authorship. For the purposes
|
16726
|
-
of this License, Derivative Works shall not include works that remain
|
16727
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
16728
|
-
the Work and Derivative Works thereof.
|
16729
|
-
|
16730
|
-
"Contribution" shall mean any work of authorship, including
|
16731
|
-
the original version of the Work and any modifications or additions
|
16732
|
-
to that Work or Derivative Works thereof, that is intentionally
|
16733
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
16734
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
16735
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
16736
|
-
means any form of electronic, verbal, or written communication sent
|
16737
|
-
to the Licensor or its representatives, including but not limited to
|
16738
|
-
communication on electronic mailing lists, source code control systems,
|
16739
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
16740
|
-
Licensor for the purpose of discussing and improving the Work, but
|
16741
|
-
excluding communication that is conspicuously marked or otherwise
|
16742
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
16743
|
-
|
16744
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16745
|
-
on behalf of whom a Contribution has been received by Licensor and
|
16746
|
-
subsequently incorporated within the Work.
|
16747
|
-
|
16748
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
16749
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16750
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16751
|
-
copyright license to reproduce, prepare Derivative Works of,
|
16752
|
-
publicly display, publicly perform, sublicense, and distribute the
|
16753
|
-
Work and such Derivative Works in Source or Object form.
|
16754
|
-
|
16755
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
16756
|
-
this License, each Contributor hereby grants to You a perpetual,
|
16757
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16758
|
-
(except as stated in this section) patent license to make, have made,
|
16759
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16760
|
-
where such license applies only to those patent claims licensable
|
16761
|
-
by such Contributor that are necessarily infringed by their
|
16762
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
16763
|
-
with the Work to which such Contribution(s) was submitted. If You
|
16764
|
-
institute patent litigation against any entity (including a
|
16765
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16766
|
-
or a Contribution incorporated within the Work constitutes direct
|
16767
|
-
or contributory patent infringement, then any patent licenses
|
16768
|
-
granted to You under this License for that Work shall terminate
|
16769
|
-
as of the date such litigation is filed.
|
16770
|
-
|
16771
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
16772
|
-
Work or Derivative Works thereof in any medium, with or without
|
16773
|
-
modifications, and in Source or Object form, provided that You
|
16774
|
-
meet the following conditions:
|
16775
|
-
|
16776
|
-
(a) You must give any other recipients of the Work or
|
16777
|
-
Derivative Works a copy of this License; and
|
16778
|
-
|
16779
|
-
(b) You must cause any modified files to carry prominent notices
|
16780
|
-
stating that You changed the files; and
|
16781
|
-
|
16782
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16783
|
-
that You distribute, all copyright, patent, trademark, and
|
16784
|
-
attribution notices from the Source form of the Work,
|
16785
|
-
excluding those notices that do not pertain to any part of
|
16786
|
-
the Derivative Works; and
|
16787
|
-
|
16788
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
16789
|
-
distribution, then any Derivative Works that You distribute must
|
16790
|
-
include a readable copy of the attribution notices contained
|
16791
|
-
within such NOTICE file, excluding those notices that do not
|
16792
|
-
pertain to any part of the Derivative Works, in at least one
|
16793
|
-
of the following places: within a NOTICE text file distributed
|
16794
|
-
as part of the Derivative Works; within the Source form or
|
16795
|
-
documentation, if provided along with the Derivative Works; or,
|
16796
|
-
within a display generated by the Derivative Works, if and
|
16797
|
-
wherever such third-party notices normally appear. The contents
|
16798
|
-
of the NOTICE file are for informational purposes only and
|
16799
|
-
do not modify the License. You may add Your own attribution
|
16800
|
-
notices within Derivative Works that You distribute, alongside
|
16801
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16802
|
-
that such additional attribution notices cannot be construed
|
16803
|
-
as modifying the License.
|
16804
|
-
|
16805
|
-
You may add Your own copyright statement to Your modifications and
|
16806
|
-
may provide additional or different license terms and conditions
|
16807
|
-
for use, reproduction, or distribution of Your modifications, or
|
16808
|
-
for any such Derivative Works as a whole, provided Your use,
|
16809
|
-
reproduction, and distribution of the Work otherwise complies with
|
16810
|
-
the conditions stated in this License.
|
16811
|
-
|
16812
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16813
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16814
|
-
by You to the Licensor shall be under the terms and conditions of
|
16815
|
-
this License, without any additional terms or conditions.
|
16816
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16817
|
-
the terms of any separate license agreement you may have executed
|
16818
|
-
with Licensor regarding such Contributions.
|
16819
|
-
|
16820
|
-
6. Trademarks. This License does not grant permission to use the trade
|
16821
|
-
names, trademarks, service marks, or product names of the Licensor,
|
16822
|
-
except as required for reasonable and customary use in describing the
|
16823
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
16824
|
-
|
16825
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
16826
|
-
agreed to in writing, Licensor provides the Work (and each
|
16827
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16828
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16829
|
-
implied, including, without limitation, any warranties or conditions
|
16830
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16831
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16832
|
-
appropriateness of using or redistributing the Work and assume any
|
16833
|
-
risks associated with Your exercise of permissions under this License.
|
16834
|
-
|
16835
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
16836
|
-
whether in tort (including negligence), contract, or otherwise,
|
16837
|
-
unless required by applicable law (such as deliberate and grossly
|
16838
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16839
|
-
liable to You for damages, including any direct, indirect, special,
|
16840
|
-
incidental, or consequential damages of any character arising as a
|
16841
|
-
result of this License or out of the use or inability to use the
|
16842
|
-
Work (including but not limited to damages for loss of goodwill,
|
16843
|
-
work stoppage, computer failure or malfunction, or any and all
|
16844
|
-
other commercial damages or losses), even if such Contributor
|
16845
|
-
has been advised of the possibility of such damages.
|
16846
|
-
|
16847
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
16848
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
16849
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
16850
|
-
or other liability obligations and/or rights consistent with this
|
16851
|
-
License. However, in accepting such obligations, You may act only
|
16852
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
16853
|
-
of any other Contributor, and only if You agree to indemnify,
|
16854
|
-
defend, and hold each Contributor harmless for any liability
|
16855
|
-
incurred by, or claims asserted against, such Contributor by reason
|
16856
|
-
of your accepting any such warranty or additional liability.
|
16857
|
-
|
16858
|
-
END OF TERMS AND CONDITIONS
|
16859
|
-
|
16860
|
-
APPENDIX: How to apply the Apache License to your work.
|
16861
|
-
|
16862
|
-
To apply the Apache License to your work, attach the following
|
16863
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16864
|
-
replaced with your own identifying information. (Don't include
|
16865
|
-
the brackets!) The text should be enclosed in the appropriate
|
16866
|
-
comment syntax for the file format. We also recommend that a
|
16867
|
-
file or class name and description of purpose be included on the
|
16868
|
-
same "printed page" as the copyright notice for easier
|
16869
|
-
identification within third-party archives.
|
16870
|
-
|
16871
|
-
Copyright 2023 The Fuchsia Authors
|
16872
|
-
|
16873
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16874
|
-
you may not use this file except in compliance with the License.
|
16875
|
-
You may obtain a copy of the License at
|
16876
|
-
|
16877
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16878
|
-
|
16879
|
-
Unless required by applicable law or agreed to in writing, software
|
16880
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16881
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16882
|
-
See the License for the specific language governing permissions and
|
16883
|
-
limitations under the License.
|
16884
|
-
|
16885
|
-
|
16886
|
-
================================================================================
|
16887
|
-
zerocopy LICENSE-BSD
|
16888
|
-
================================================================================
|
16889
|
-
|
16890
|
-
Copyright 2019 The Fuchsia Authors.
|
16891
|
-
|
16892
|
-
Redistribution and use in source and binary forms, with or without
|
16893
|
-
modification, are permitted provided that the following conditions are
|
16894
|
-
met:
|
16895
|
-
|
16896
|
-
* Redistributions of source code must retain the above copyright
|
16897
|
-
notice, this list of conditions and the following disclaimer.
|
16898
|
-
* Redistributions in binary form must reproduce the above
|
16899
|
-
copyright notice, this list of conditions and the following disclaimer
|
16900
|
-
in the documentation and/or other materials provided with the
|
16901
|
-
distribution.
|
16902
|
-
|
16903
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
16904
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
16905
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
16906
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
16907
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
16908
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
16909
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
16910
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
16911
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
16912
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
16913
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
16914
|
-
|
16915
|
-
================================================================================
|
16916
|
-
zerocopy LICENSE-MIT
|
16917
|
-
================================================================================
|
16918
|
-
|
16919
|
-
Copyright 2023 The Fuchsia Authors
|
16920
|
-
|
16921
|
-
Permission is hereby granted, free of charge, to any
|
16922
|
-
person obtaining a copy of this software and associated
|
16923
|
-
documentation files (the "Software"), to deal in the
|
16924
|
-
Software without restriction, including without
|
16925
|
-
limitation the rights to use, copy, modify, merge,
|
16926
|
-
publish, distribute, sublicense, and/or sell copies of
|
16927
|
-
the Software, and to permit persons to whom the Software
|
16928
|
-
is furnished to do so, subject to the following
|
16929
|
-
conditions:
|
16930
|
-
|
16931
|
-
The above copyright notice and this permission notice
|
16932
|
-
shall be included in all copies or substantial portions
|
16933
|
-
of the Software.
|
16934
|
-
|
16935
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
16936
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
16937
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
16938
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
16939
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
16940
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
16941
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
16942
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16943
|
-
DEALINGS IN THE SOFTWARE.
|
16944
|
-
|
16945
|
-
|
16946
|
-
================================================================================
|
16947
|
-
zerocopy src/third_party/rust/LICENSE-APACHE
|
16948
|
-
================================================================================
|
16949
|
-
|
16950
|
-
Apache License
|
16951
|
-
Version 2.0, January 2004
|
16952
|
-
http://www.apache.org/licenses/
|
16953
|
-
|
16954
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16955
|
-
|
16956
|
-
1. Definitions.
|
17242
|
+
1. Definitions.
|
16957
17243
|
|
16958
17244
|
"License" shall mean the terms and conditions for use, reproduction,
|
16959
17245
|
and distribution as defined by Sections 1 through 9 of this document.
|
@@ -17124,36 +17410,135 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
17124
17410
|
|
17125
17411
|
END OF TERMS AND CONDITIONS
|
17126
17412
|
|
17413
|
+
APPENDIX: How to apply the Apache License to your work.
|
17414
|
+
|
17415
|
+
To apply the Apache License to your work, attach the following
|
17416
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
17417
|
+
replaced with your own identifying information. (Don't include
|
17418
|
+
the brackets!) The text should be enclosed in the appropriate
|
17419
|
+
comment syntax for the file format. We also recommend that a
|
17420
|
+
file or class name and description of purpose be included on the
|
17421
|
+
same "printed page" as the copyright notice for easier
|
17422
|
+
identification within third-party archives.
|
17423
|
+
|
17424
|
+
Copyright [yyyy] [name of copyright owner]
|
17425
|
+
|
17426
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
17427
|
+
you may not use this file except in compliance with the License.
|
17428
|
+
You may obtain a copy of the License at
|
17429
|
+
|
17430
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
17431
|
+
|
17432
|
+
Unless required by applicable law or agreed to in writing, software
|
17433
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
17434
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17435
|
+
See the License for the specific language governing permissions and
|
17436
|
+
limitations under the License.
|
17437
|
+
|
17127
17438
|
================================================================================
|
17128
|
-
|
17439
|
+
version_check LICENSE-MIT
|
17129
17440
|
================================================================================
|
17130
17441
|
|
17131
|
-
|
17132
|
-
|
17133
|
-
documentation files (the "Software"), to deal in the
|
17134
|
-
Software without restriction, including without
|
17135
|
-
limitation the rights to use, copy, modify, merge,
|
17136
|
-
publish, distribute, sublicense, and/or sell copies of
|
17137
|
-
the Software, and to permit persons to whom the Software
|
17138
|
-
is furnished to do so, subject to the following
|
17139
|
-
conditions:
|
17442
|
+
The MIT License (MIT)
|
17443
|
+
Copyright (c) 2017-2018 Sergio Benitez
|
17140
17444
|
|
17141
|
-
|
17142
|
-
|
17143
|
-
|
17445
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
17446
|
+
this software and associated documentation files (the "Software"), to deal in
|
17447
|
+
the Software without restriction, including without limitation the rights to
|
17448
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
17449
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
17450
|
+
subject to the following conditions:
|
17144
17451
|
|
17145
|
-
|
17146
|
-
|
17147
|
-
|
17148
|
-
|
17149
|
-
|
17150
|
-
|
17151
|
-
|
17152
|
-
IN
|
17153
|
-
DEALINGS IN THE SOFTWARE.
|
17452
|
+
The above copyright notice and this permission notice shall be included in all
|
17453
|
+
copies or substantial portions of the Software.
|
17454
|
+
|
17455
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17456
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
17457
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
17458
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
17459
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
17460
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
17461
|
+
|
17462
|
+
================================================================================
|
17463
|
+
windows-sys license-mit
|
17464
|
+
================================================================================
|
17465
|
+
|
17466
|
+
MIT License
|
17467
|
+
|
17468
|
+
Copyright (c) Microsoft Corporation.
|
17469
|
+
|
17470
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
17471
|
+
of this software and associated documentation files (the "Software"), to deal
|
17472
|
+
in the Software without restriction, including without limitation the rights
|
17473
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
17474
|
+
copies of the Software, and to permit persons to whom the Software is
|
17475
|
+
furnished to do so, subject to the following conditions:
|
17476
|
+
|
17477
|
+
The above copyright notice and this permission notice shall be included in all
|
17478
|
+
copies or substantial portions of the Software.
|
17479
|
+
|
17480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17481
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17482
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17483
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17484
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17485
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
17486
|
+
SOFTWARE
|
17154
17487
|
|
17155
17488
|
================================================================================
|
17156
|
-
|
17489
|
+
windows-targets license-mit
|
17490
|
+
================================================================================
|
17491
|
+
|
17492
|
+
MIT License
|
17493
|
+
|
17494
|
+
Copyright (c) Microsoft Corporation.
|
17495
|
+
|
17496
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
17497
|
+
of this software and associated documentation files (the "Software"), to deal
|
17498
|
+
in the Software without restriction, including without limitation the rights
|
17499
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
17500
|
+
copies of the Software, and to permit persons to whom the Software is
|
17501
|
+
furnished to do so, subject to the following conditions:
|
17502
|
+
|
17503
|
+
The above copyright notice and this permission notice shall be included in all
|
17504
|
+
copies or substantial portions of the Software.
|
17505
|
+
|
17506
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17507
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17508
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17509
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17510
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17511
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
17512
|
+
SOFTWARE
|
17513
|
+
|
17514
|
+
================================================================================
|
17515
|
+
windows_x86_64_gnu license-mit
|
17516
|
+
================================================================================
|
17517
|
+
|
17518
|
+
MIT License
|
17519
|
+
|
17520
|
+
Copyright (c) Microsoft Corporation.
|
17521
|
+
|
17522
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
17523
|
+
of this software and associated documentation files (the "Software"), to deal
|
17524
|
+
in the Software without restriction, including without limitation the rights
|
17525
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
17526
|
+
copies of the Software, and to permit persons to whom the Software is
|
17527
|
+
furnished to do so, subject to the following conditions:
|
17528
|
+
|
17529
|
+
The above copyright notice and this permission notice shall be included in all
|
17530
|
+
copies or substantial portions of the Software.
|
17531
|
+
|
17532
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17533
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17534
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17535
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17536
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17537
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
17538
|
+
SOFTWARE
|
17539
|
+
|
17540
|
+
================================================================================
|
17541
|
+
zerocopy LICENSE-APACHE
|
17157
17542
|
================================================================================
|
17158
17543
|
|
17159
17544
|
Apache License
|
@@ -17360,7 +17745,7 @@ zerocopy-derive LICENSE-APACHE
|
|
17360
17745
|
|
17361
17746
|
|
17362
17747
|
================================================================================
|
17363
|
-
zerocopy
|
17748
|
+
zerocopy LICENSE-BSD
|
17364
17749
|
================================================================================
|
17365
17750
|
|
17366
17751
|
Copyright 2019 The Fuchsia Authors.
|
@@ -17389,7 +17774,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
17389
17774
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
17390
17775
|
|
17391
17776
|
================================================================================
|
17392
|
-
zerocopy
|
17777
|
+
zerocopy LICENSE-MIT
|
17393
17778
|
================================================================================
|
17394
17779
|
|
17395
17780
|
Copyright 2023 The Fuchsia Authors
|