tokenizers 0.5.0-aarch64-linux → 0.5.2-aarch64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Cargo.lock +167 -177
- data/LICENSE-THIRD-PARTY.txt +1678 -1608
- data/lib/tokenizers/3.1/tokenizers.so +0 -0
- data/lib/tokenizers/3.2/tokenizers.so +0 -0
- data/lib/tokenizers/3.3/tokenizers.so +0 -0
- data/lib/tokenizers/from_pretrained.rb +2 -2
- data/lib/tokenizers/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,19 +2,15 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
-
aho-corasick v1.1.
|
5
|
+
aho-corasick v1.1.3
|
6
6
|
https://github.com/BurntSushi/aho-corasick
|
7
7
|
Unlicense OR MIT
|
8
8
|
|
9
|
-
autocfg v1.1.0
|
10
|
-
https://github.com/cuviper/autocfg
|
11
|
-
Apache-2.0 OR MIT
|
12
|
-
|
13
9
|
base64 v0.13.1
|
14
10
|
https://github.com/marshallpierce/rust-base64
|
15
11
|
MIT/Apache-2.0
|
16
12
|
|
17
|
-
bindgen v0.69.
|
13
|
+
bindgen v0.69.4
|
18
14
|
https://rust-lang.github.io/rust-bindgen/
|
19
15
|
BSD-3-Clause
|
20
16
|
|
@@ -22,11 +18,15 @@ bitflags v1.3.2
|
|
22
18
|
https://github.com/bitflags/bitflags
|
23
19
|
MIT/Apache-2.0
|
24
20
|
|
25
|
-
bitflags v2.
|
21
|
+
bitflags v2.6.0
|
26
22
|
https://github.com/bitflags/bitflags
|
27
23
|
MIT OR Apache-2.0
|
28
24
|
|
29
|
-
|
25
|
+
byteorder v1.5.0
|
26
|
+
https://github.com/BurntSushi/byteorder
|
27
|
+
Unlicense OR MIT
|
28
|
+
|
29
|
+
cc v1.1.15
|
30
30
|
https://github.com/rust-lang/cc-rs
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -38,35 +38,35 @@ cfg-if v1.0.0
|
|
38
38
|
https://github.com/alexcrichton/cfg-if
|
39
39
|
MIT/Apache-2.0
|
40
40
|
|
41
|
-
clang-sys v1.
|
41
|
+
clang-sys v1.8.1
|
42
42
|
https://github.com/KyleMayes/clang-sys
|
43
43
|
Apache-2.0
|
44
44
|
|
45
|
-
console v0.15.
|
45
|
+
console v0.15.8
|
46
46
|
https://github.com/console-rs/console
|
47
47
|
MIT
|
48
48
|
|
49
|
-
crossbeam-deque v0.8.
|
49
|
+
crossbeam-deque v0.8.5
|
50
50
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
51
51
|
MIT OR Apache-2.0
|
52
52
|
|
53
|
-
crossbeam-epoch v0.9.
|
53
|
+
crossbeam-epoch v0.9.18
|
54
54
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
57
|
-
crossbeam-utils v0.8.
|
57
|
+
crossbeam-utils v0.8.20
|
58
58
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
59
59
|
MIT OR Apache-2.0
|
60
60
|
|
61
|
-
darling v0.20.
|
61
|
+
darling v0.20.10
|
62
62
|
https://github.com/TedDriggs/darling
|
63
63
|
MIT
|
64
64
|
|
65
|
-
darling_core v0.20.
|
65
|
+
darling_core v0.20.10
|
66
66
|
https://github.com/TedDriggs/darling
|
67
67
|
MIT
|
68
68
|
|
69
|
-
darling_macro v0.20.
|
69
|
+
darling_macro v0.20.10
|
70
70
|
https://github.com/TedDriggs/darling
|
71
71
|
MIT
|
72
72
|
|
@@ -82,8 +82,8 @@ derive_builder_macro v0.20.0
|
|
82
82
|
https://github.com/colin-kiegel/rust-derive-builder
|
83
83
|
MIT OR Apache-2.0
|
84
84
|
|
85
|
-
either v1.
|
86
|
-
https://github.com/
|
85
|
+
either v1.13.0
|
86
|
+
https://github.com/rayon-rs/either
|
87
87
|
MIT OR Apache-2.0
|
88
88
|
|
89
89
|
esaxx-rs v0.1.10
|
@@ -94,7 +94,7 @@ fnv v1.0.7
|
|
94
94
|
https://github.com/servo/rust-fnv
|
95
95
|
Apache-2.0 / MIT
|
96
96
|
|
97
|
-
getrandom v0.2.
|
97
|
+
getrandom v0.2.15
|
98
98
|
https://github.com/rust-random/getrandom
|
99
99
|
MIT OR Apache-2.0
|
100
100
|
|
@@ -106,7 +106,7 @@ ident_case v1.0.1
|
|
106
106
|
https://github.com/TedDriggs/ident_case
|
107
107
|
MIT/Apache-2.0
|
108
108
|
|
109
|
-
indicatif v0.17.
|
109
|
+
indicatif v0.17.8
|
110
110
|
https://github.com/console-rs/indicatif
|
111
111
|
MIT
|
112
112
|
|
@@ -118,27 +118,27 @@ itertools v0.12.1
|
|
118
118
|
https://github.com/rust-itertools/itertools
|
119
119
|
MIT OR Apache-2.0
|
120
120
|
|
121
|
-
itoa v1.0.
|
121
|
+
itoa v1.0.11
|
122
122
|
https://github.com/dtolnay/itoa
|
123
123
|
MIT OR Apache-2.0
|
124
124
|
|
125
|
-
lazy_static v1.
|
125
|
+
lazy_static v1.5.0
|
126
126
|
https://github.com/rust-lang-nursery/lazy-static.rs
|
127
|
-
MIT
|
127
|
+
MIT OR Apache-2.0
|
128
128
|
|
129
129
|
lazycell v1.3.0
|
130
130
|
https://github.com/indiv0/lazycell
|
131
131
|
MIT/Apache-2.0
|
132
132
|
|
133
|
-
libc v0.2.
|
133
|
+
libc v0.2.158
|
134
134
|
https://github.com/rust-lang/libc
|
135
135
|
MIT OR Apache-2.0
|
136
136
|
|
137
|
-
libloading v0.
|
137
|
+
libloading v0.8.5
|
138
138
|
https://github.com/nagisa/rust_libloading/
|
139
139
|
ISC
|
140
140
|
|
141
|
-
log v0.4.
|
141
|
+
log v0.4.22
|
142
142
|
https://github.com/rust-lang/log
|
143
143
|
MIT OR Apache-2.0
|
144
144
|
|
@@ -150,7 +150,7 @@ macro_rules_attribute-proc_macro v0.2.0
|
|
150
150
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
151
151
|
MIT
|
152
152
|
|
153
|
-
magnus v0.
|
153
|
+
magnus v0.7.1
|
154
154
|
https://github.com/matsadler/magnus
|
155
155
|
MIT
|
156
156
|
|
@@ -158,23 +158,19 @@ magnus-macros v0.6.0
|
|
158
158
|
https://github.com/matsadler/magnus
|
159
159
|
MIT
|
160
160
|
|
161
|
-
memchr v2.
|
161
|
+
memchr v2.7.4
|
162
162
|
https://github.com/BurntSushi/memchr
|
163
163
|
Unlicense OR MIT
|
164
164
|
|
165
|
-
memoffset v0.8.0
|
166
|
-
https://github.com/Gilnaa/memoffset
|
167
|
-
MIT
|
168
|
-
|
169
165
|
minimal-lexical v0.2.1
|
170
166
|
https://github.com/Alexhuszagh/minimal-lexical
|
171
167
|
MIT/Apache-2.0
|
172
168
|
|
173
|
-
monostate v0.1.
|
169
|
+
monostate v0.1.13
|
174
170
|
https://github.com/dtolnay/monostate
|
175
171
|
MIT OR Apache-2.0
|
176
172
|
|
177
|
-
monostate-impl v0.1.
|
173
|
+
monostate-impl v0.1.13
|
178
174
|
https://github.com/dtolnay/monostate
|
179
175
|
MIT OR Apache-2.0
|
180
176
|
|
@@ -186,7 +182,7 @@ number_prefix v0.4.0
|
|
186
182
|
https://github.com/ogham/rust-number-prefix
|
187
183
|
MIT
|
188
184
|
|
189
|
-
once_cell v1.
|
185
|
+
once_cell v1.19.0
|
190
186
|
https://github.com/matklad/once_cell
|
191
187
|
MIT OR Apache-2.0
|
192
188
|
|
@@ -198,31 +194,27 @@ onig_sys v69.8.1
|
|
198
194
|
http://github.com/iwillspeak/rust-onig
|
199
195
|
MIT
|
200
196
|
|
201
|
-
paste v1.0.
|
197
|
+
paste v1.0.15
|
202
198
|
https://github.com/dtolnay/paste
|
203
199
|
MIT OR Apache-2.0
|
204
200
|
|
205
|
-
|
206
|
-
https://github.com/fitzgen/peeking_take_while
|
207
|
-
Apache-2.0/MIT
|
208
|
-
|
209
|
-
pkg-config v0.3.26
|
201
|
+
pkg-config v0.3.30
|
210
202
|
https://github.com/rust-lang/pkg-config-rs
|
211
203
|
MIT OR Apache-2.0
|
212
204
|
|
213
|
-
portable-atomic v1.
|
205
|
+
portable-atomic v1.7.0
|
214
206
|
https://github.com/taiki-e/portable-atomic
|
215
207
|
Apache-2.0 OR MIT
|
216
208
|
|
217
|
-
ppv-lite86 v0.2.
|
209
|
+
ppv-lite86 v0.2.20
|
218
210
|
https://github.com/cryptocorrosion/cryptocorrosion
|
219
211
|
MIT/Apache-2.0
|
220
212
|
|
221
|
-
proc-macro2 v1.0.
|
213
|
+
proc-macro2 v1.0.86
|
222
214
|
https://github.com/dtolnay/proc-macro2
|
223
215
|
MIT OR Apache-2.0
|
224
216
|
|
225
|
-
quote v1.0.
|
217
|
+
quote v1.0.37
|
226
218
|
https://github.com/dtolnay/quote
|
227
219
|
MIT OR Apache-2.0
|
228
220
|
|
@@ -250,11 +242,11 @@ rayon-core v1.12.1
|
|
250
242
|
https://github.com/rayon-rs/rayon
|
251
243
|
MIT OR Apache-2.0
|
252
244
|
|
253
|
-
rb-sys v0.9.
|
245
|
+
rb-sys v0.9.102
|
254
246
|
https://github.com/oxidize-rb/rb-sys
|
255
247
|
MIT OR Apache-2.0
|
256
248
|
|
257
|
-
rb-sys-build v0.9.
|
249
|
+
rb-sys-build v0.9.102
|
258
250
|
https://github.com/oxidize-rb/rb-sys
|
259
251
|
MIT OR Apache-2.0
|
260
252
|
|
@@ -262,15 +254,15 @@ rb-sys-env v0.1.2
|
|
262
254
|
https://github.com/oxidize-rb/rb-sys
|
263
255
|
MIT OR Apache-2.0
|
264
256
|
|
265
|
-
regex v1.10.
|
257
|
+
regex v1.10.6
|
266
258
|
https://github.com/rust-lang/regex
|
267
259
|
MIT OR Apache-2.0
|
268
260
|
|
269
|
-
regex-automata v0.4.
|
261
|
+
regex-automata v0.4.7
|
270
262
|
https://github.com/rust-lang/regex/tree/master/regex-automata
|
271
263
|
MIT OR Apache-2.0
|
272
264
|
|
273
|
-
regex-syntax v0.8.
|
265
|
+
regex-syntax v0.8.4
|
274
266
|
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
275
267
|
MIT OR Apache-2.0
|
276
268
|
|
@@ -278,27 +270,23 @@ rustc-hash v1.1.0
|
|
278
270
|
https://github.com/rust-lang-nursery/rustc-hash
|
279
271
|
Apache-2.0/MIT
|
280
272
|
|
281
|
-
ryu v1.0.
|
273
|
+
ryu v1.0.18
|
282
274
|
https://github.com/dtolnay/ryu
|
283
275
|
Apache-2.0 OR BSL-1.0
|
284
276
|
|
285
|
-
scopeguard v1.1.0
|
286
|
-
https://github.com/bluss/scopeguard
|
287
|
-
MIT/Apache-2.0
|
288
|
-
|
289
277
|
seq-macro v0.3.5
|
290
278
|
https://github.com/dtolnay/seq-macro
|
291
279
|
MIT OR Apache-2.0
|
292
280
|
|
293
|
-
serde v1.0.
|
281
|
+
serde v1.0.209
|
294
282
|
https://serde.rs
|
295
283
|
MIT OR Apache-2.0
|
296
284
|
|
297
|
-
serde_derive v1.0.
|
285
|
+
serde_derive v1.0.209
|
298
286
|
https://serde.rs
|
299
287
|
MIT OR Apache-2.0
|
300
288
|
|
301
|
-
serde_json v1.0.
|
289
|
+
serde_json v1.0.127
|
302
290
|
https://github.com/serde-rs/json
|
303
291
|
MIT OR Apache-2.0
|
304
292
|
|
@@ -306,11 +294,11 @@ shell-words v1.1.0
|
|
306
294
|
https://github.com/tmiasko/shell-words
|
307
295
|
MIT/Apache-2.0
|
308
296
|
|
309
|
-
shlex v1.
|
297
|
+
shlex v1.3.0
|
310
298
|
https://github.com/comex/rust-shlex
|
311
299
|
MIT OR Apache-2.0
|
312
300
|
|
313
|
-
smallvec v1.
|
301
|
+
smallvec v1.13.2
|
314
302
|
https://github.com/servo/rust-smallvec
|
315
303
|
MIT OR Apache-2.0
|
316
304
|
|
@@ -318,27 +306,27 @@ spm_precompiled v0.1.4
|
|
318
306
|
https://github.com/huggingface/spm_precompiled
|
319
307
|
Apache-2.0
|
320
308
|
|
321
|
-
strsim v0.
|
322
|
-
https://github.com/
|
309
|
+
strsim v0.11.1
|
310
|
+
https://github.com/rapidfuzz/strsim-rs
|
323
311
|
MIT
|
324
312
|
|
325
|
-
syn v2.0.
|
313
|
+
syn v2.0.76
|
326
314
|
https://github.com/dtolnay/syn
|
327
315
|
MIT OR Apache-2.0
|
328
316
|
|
329
|
-
thiserror v1.0.
|
317
|
+
thiserror v1.0.63
|
330
318
|
https://github.com/dtolnay/thiserror
|
331
319
|
MIT OR Apache-2.0
|
332
320
|
|
333
|
-
thiserror-impl v1.0.
|
321
|
+
thiserror-impl v1.0.63
|
334
322
|
https://github.com/dtolnay/thiserror
|
335
323
|
MIT OR Apache-2.0
|
336
324
|
|
337
|
-
tokenizers v0.
|
325
|
+
tokenizers v0.20.0
|
338
326
|
https://github.com/huggingface/tokenizers
|
339
327
|
Apache-2.0
|
340
328
|
|
341
|
-
unicode-ident v1.0.
|
329
|
+
unicode-ident v1.0.12
|
342
330
|
https://github.com/dtolnay/unicode-ident
|
343
331
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
344
332
|
|
@@ -350,14 +338,22 @@ unicode-segmentation v1.11.0
|
|
350
338
|
https://github.com/unicode-rs/unicode-segmentation
|
351
339
|
MIT/Apache-2.0
|
352
340
|
|
353
|
-
unicode-width v0.1.
|
341
|
+
unicode-width v0.1.13
|
354
342
|
https://github.com/unicode-rs/unicode-width
|
355
|
-
MIT
|
343
|
+
MIT OR Apache-2.0
|
356
344
|
|
357
345
|
unicode_categories v0.1.1
|
358
346
|
https://github.com/swgillespie/unicode-categories
|
359
347
|
MIT OR Apache-2.0
|
360
348
|
|
349
|
+
zerocopy v0.7.35
|
350
|
+
https://github.com/google/zerocopy
|
351
|
+
BSD-2-Clause OR Apache-2.0 OR MIT
|
352
|
+
|
353
|
+
zerocopy-derive v0.7.35
|
354
|
+
https://github.com/google/zerocopy
|
355
|
+
BSD-2-Clause OR Apache-2.0 OR MIT
|
356
|
+
|
361
357
|
================================================================================
|
362
358
|
aho-corasick COPYING
|
363
359
|
================================================================================
|
@@ -422,7 +418,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
422
418
|
For more information, please refer to <http://unlicense.org/>
|
423
419
|
|
424
420
|
================================================================================
|
425
|
-
|
421
|
+
base64 LICENSE-APACHE
|
426
422
|
================================================================================
|
427
423
|
|
428
424
|
Apache License
|
@@ -628,37 +624,67 @@ See the License for the specific language governing permissions and
|
|
628
624
|
limitations under the License.
|
629
625
|
|
630
626
|
================================================================================
|
631
|
-
|
627
|
+
base64 LICENSE-MIT
|
632
628
|
================================================================================
|
633
629
|
|
634
|
-
|
630
|
+
The MIT License (MIT)
|
635
631
|
|
636
|
-
|
637
|
-
person obtaining a copy of this software and associated
|
638
|
-
documentation files (the "Software"), to deal in the
|
639
|
-
Software without restriction, including without
|
640
|
-
limitation the rights to use, copy, modify, merge,
|
641
|
-
publish, distribute, sublicense, and/or sell copies of
|
642
|
-
the Software, and to permit persons to whom the Software
|
643
|
-
is furnished to do so, subject to the following
|
644
|
-
conditions:
|
632
|
+
Copyright (c) 2015 Alice Maz
|
645
633
|
|
646
|
-
|
647
|
-
|
648
|
-
|
634
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
635
|
+
of this software and associated documentation files (the "Software"), to deal
|
636
|
+
in the Software without restriction, including without limitation the rights
|
637
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
638
|
+
copies of the Software, and to permit persons to whom the Software is
|
639
|
+
furnished to do so, subject to the following conditions:
|
649
640
|
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
IN
|
658
|
-
|
641
|
+
The above copyright notice and this permission notice shall be included in
|
642
|
+
all copies or substantial portions of the Software.
|
643
|
+
|
644
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
645
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
646
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
647
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
648
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
649
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
650
|
+
THE SOFTWARE.
|
659
651
|
|
660
652
|
================================================================================
|
661
|
-
|
653
|
+
bindgen LICENSE
|
654
|
+
================================================================================
|
655
|
+
|
656
|
+
BSD 3-Clause License
|
657
|
+
|
658
|
+
Copyright (c) 2013, Jyun-Yan You
|
659
|
+
All rights reserved.
|
660
|
+
|
661
|
+
Redistribution and use in source and binary forms, with or without
|
662
|
+
modification, are permitted provided that the following conditions are met:
|
663
|
+
|
664
|
+
* Redistributions of source code must retain the above copyright notice, this
|
665
|
+
list of conditions and the following disclaimer.
|
666
|
+
|
667
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
668
|
+
this list of conditions and the following disclaimer in the documentation
|
669
|
+
and/or other materials provided with the distribution.
|
670
|
+
|
671
|
+
* Neither the name of the copyright holder nor the names of its
|
672
|
+
contributors may be used to endorse or promote products derived from
|
673
|
+
this software without specific prior written permission.
|
674
|
+
|
675
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
676
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
677
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
678
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
679
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
680
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
681
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
682
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
683
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
684
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
685
|
+
|
686
|
+
================================================================================
|
687
|
+
bitflags v1.3.2 LICENSE-APACHE
|
662
688
|
================================================================================
|
663
689
|
|
664
690
|
Apache License
|
@@ -864,67 +890,37 @@ See the License for the specific language governing permissions and
|
|
864
890
|
limitations under the License.
|
865
891
|
|
866
892
|
================================================================================
|
867
|
-
|
868
|
-
================================================================================
|
869
|
-
|
870
|
-
The MIT License (MIT)
|
871
|
-
|
872
|
-
Copyright (c) 2015 Alice Maz
|
873
|
-
|
874
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
875
|
-
of this software and associated documentation files (the "Software"), to deal
|
876
|
-
in the Software without restriction, including without limitation the rights
|
877
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
878
|
-
copies of the Software, and to permit persons to whom the Software is
|
879
|
-
furnished to do so, subject to the following conditions:
|
880
|
-
|
881
|
-
The above copyright notice and this permission notice shall be included in
|
882
|
-
all copies or substantial portions of the Software.
|
883
|
-
|
884
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
885
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
886
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
887
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
888
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
889
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
890
|
-
THE SOFTWARE.
|
891
|
-
|
892
|
-
================================================================================
|
893
|
-
bindgen LICENSE
|
893
|
+
bitflags v1.3.2 LICENSE-MIT
|
894
894
|
================================================================================
|
895
895
|
|
896
|
-
|
897
|
-
|
898
|
-
Copyright (c) 2013, Jyun-Yan You
|
899
|
-
All rights reserved.
|
900
|
-
|
901
|
-
Redistribution and use in source and binary forms, with or without
|
902
|
-
modification, are permitted provided that the following conditions are met:
|
903
|
-
|
904
|
-
* Redistributions of source code must retain the above copyright notice, this
|
905
|
-
list of conditions and the following disclaimer.
|
896
|
+
Copyright (c) 2014 The Rust Project Developers
|
906
897
|
|
907
|
-
|
908
|
-
|
909
|
-
|
898
|
+
Permission is hereby granted, free of charge, to any
|
899
|
+
person obtaining a copy of this software and associated
|
900
|
+
documentation files (the "Software"), to deal in the
|
901
|
+
Software without restriction, including without
|
902
|
+
limitation the rights to use, copy, modify, merge,
|
903
|
+
publish, distribute, sublicense, and/or sell copies of
|
904
|
+
the Software, and to permit persons to whom the Software
|
905
|
+
is furnished to do so, subject to the following
|
906
|
+
conditions:
|
910
907
|
|
911
|
-
|
912
|
-
|
913
|
-
|
908
|
+
The above copyright notice and this permission notice
|
909
|
+
shall be included in all copies or substantial portions
|
910
|
+
of the Software.
|
914
911
|
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
912
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
913
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
914
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
915
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
916
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
917
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
918
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
919
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
920
|
+
DEALINGS IN THE SOFTWARE.
|
925
921
|
|
926
922
|
================================================================================
|
927
|
-
bitflags
|
923
|
+
bitflags v2.6.0 LICENSE-APACHE
|
928
924
|
================================================================================
|
929
925
|
|
930
926
|
Apache License
|
@@ -1130,7 +1126,7 @@ See the License for the specific language governing permissions and
|
|
1130
1126
|
limitations under the License.
|
1131
1127
|
|
1132
1128
|
================================================================================
|
1133
|
-
bitflags
|
1129
|
+
bitflags v2.6.0 LICENSE-MIT
|
1134
1130
|
================================================================================
|
1135
1131
|
|
1136
1132
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1160,7 +1156,70 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1160
1156
|
DEALINGS IN THE SOFTWARE.
|
1161
1157
|
|
1162
1158
|
================================================================================
|
1163
|
-
|
1159
|
+
byteorder COPYING
|
1160
|
+
================================================================================
|
1161
|
+
|
1162
|
+
This project is dual-licensed under the Unlicense and MIT licenses.
|
1163
|
+
|
1164
|
+
You may use this code under the terms of either license.
|
1165
|
+
|
1166
|
+
================================================================================
|
1167
|
+
byteorder LICENSE-MIT
|
1168
|
+
================================================================================
|
1169
|
+
|
1170
|
+
The MIT License (MIT)
|
1171
|
+
|
1172
|
+
Copyright (c) 2015 Andrew Gallant
|
1173
|
+
|
1174
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1175
|
+
of this software and associated documentation files (the "Software"), to deal
|
1176
|
+
in the Software without restriction, including without limitation the rights
|
1177
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1178
|
+
copies of the Software, and to permit persons to whom the Software is
|
1179
|
+
furnished to do so, subject to the following conditions:
|
1180
|
+
|
1181
|
+
The above copyright notice and this permission notice shall be included in
|
1182
|
+
all copies or substantial portions of the Software.
|
1183
|
+
|
1184
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1185
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1186
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1187
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1188
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1189
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1190
|
+
THE SOFTWARE.
|
1191
|
+
|
1192
|
+
================================================================================
|
1193
|
+
byteorder UNLICENSE
|
1194
|
+
================================================================================
|
1195
|
+
|
1196
|
+
This is free and unencumbered software released into the public domain.
|
1197
|
+
|
1198
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
1199
|
+
distribute this software, either in source code form or as a compiled
|
1200
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
1201
|
+
means.
|
1202
|
+
|
1203
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
1204
|
+
of this software dedicate any and all copyright interest in the
|
1205
|
+
software to the public domain. We make this dedication for the benefit
|
1206
|
+
of the public at large and to the detriment of our heirs and
|
1207
|
+
successors. We intend this dedication to be an overt act of
|
1208
|
+
relinquishment in perpetuity of all present and future rights to this
|
1209
|
+
software under copyright law.
|
1210
|
+
|
1211
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1212
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1213
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1214
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
1215
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
1216
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
1217
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
1218
|
+
|
1219
|
+
For more information, please refer to <http://unlicense.org/>
|
1220
|
+
|
1221
|
+
================================================================================
|
1222
|
+
cc LICENSE-APACHE
|
1164
1223
|
================================================================================
|
1165
1224
|
|
1166
1225
|
Apache License
|
@@ -1366,10 +1425,10 @@ See the License for the specific language governing permissions and
|
|
1366
1425
|
limitations under the License.
|
1367
1426
|
|
1368
1427
|
================================================================================
|
1369
|
-
|
1428
|
+
cc LICENSE-MIT
|
1370
1429
|
================================================================================
|
1371
1430
|
|
1372
|
-
Copyright (c) 2014
|
1431
|
+
Copyright (c) 2014 Alex Crichton
|
1373
1432
|
|
1374
1433
|
Permission is hereby granted, free of charge, to any
|
1375
1434
|
person obtaining a copy of this software and associated
|
@@ -1396,7 +1455,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1396
1455
|
DEALINGS IN THE SOFTWARE.
|
1397
1456
|
|
1398
1457
|
================================================================================
|
1399
|
-
|
1458
|
+
cexpr LICENSE-APACHE
|
1400
1459
|
================================================================================
|
1401
1460
|
|
1402
1461
|
Apache License
|
@@ -1602,10 +1661,10 @@ See the License for the specific language governing permissions and
|
|
1602
1661
|
limitations under the License.
|
1603
1662
|
|
1604
1663
|
================================================================================
|
1605
|
-
|
1664
|
+
cexpr LICENSE-MIT
|
1606
1665
|
================================================================================
|
1607
1666
|
|
1608
|
-
|
1667
|
+
(C) Copyright 2016 Jethro G. Beekman
|
1609
1668
|
|
1610
1669
|
Permission is hereby granted, free of charge, to any
|
1611
1670
|
person obtaining a copy of this software and associated
|
@@ -1632,7 +1691,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1632
1691
|
DEALINGS IN THE SOFTWARE.
|
1633
1692
|
|
1634
1693
|
================================================================================
|
1635
|
-
|
1694
|
+
cfg-if LICENSE-APACHE
|
1636
1695
|
================================================================================
|
1637
1696
|
|
1638
1697
|
Apache License
|
@@ -1838,10 +1897,10 @@ See the License for the specific language governing permissions and
|
|
1838
1897
|
limitations under the License.
|
1839
1898
|
|
1840
1899
|
================================================================================
|
1841
|
-
|
1900
|
+
cfg-if LICENSE-MIT
|
1842
1901
|
================================================================================
|
1843
1902
|
|
1844
|
-
(
|
1903
|
+
Copyright (c) 2014 Alex Crichton
|
1845
1904
|
|
1846
1905
|
Permission is hereby granted, free of charge, to any
|
1847
1906
|
person obtaining a copy of this software and associated
|
@@ -1868,15 +1927,249 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1868
1927
|
DEALINGS IN THE SOFTWARE.
|
1869
1928
|
|
1870
1929
|
================================================================================
|
1871
|
-
|
1930
|
+
clang-sys LICENSE.txt
|
1872
1931
|
================================================================================
|
1873
1932
|
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1879
|
-
|
1933
|
+
|
1934
|
+
Apache License
|
1935
|
+
Version 2.0, January 2004
|
1936
|
+
http://www.apache.org/licenses/
|
1937
|
+
|
1938
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1939
|
+
|
1940
|
+
1. Definitions.
|
1941
|
+
|
1942
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1943
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1944
|
+
|
1945
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1946
|
+
the copyright owner that is granting the License.
|
1947
|
+
|
1948
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1949
|
+
other entities that control, are controlled by, or are under common
|
1950
|
+
control with that entity. For the purposes of this definition,
|
1951
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1952
|
+
direction or management of such entity, whether by contract or
|
1953
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1954
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1955
|
+
|
1956
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1957
|
+
exercising permissions granted by this License.
|
1958
|
+
|
1959
|
+
"Source" form shall mean the preferred form for making modifications,
|
1960
|
+
including but not limited to software source code, documentation
|
1961
|
+
source, and configuration files.
|
1962
|
+
|
1963
|
+
"Object" form shall mean any form resulting from mechanical
|
1964
|
+
transformation or translation of a Source form, including but
|
1965
|
+
not limited to compiled object code, generated documentation,
|
1966
|
+
and conversions to other media types.
|
1967
|
+
|
1968
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1969
|
+
Object form, made available under the License, as indicated by a
|
1970
|
+
copyright notice that is included in or attached to the work
|
1971
|
+
(an example is provided in the Appendix below).
|
1972
|
+
|
1973
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1974
|
+
form, that is based on (or derived from) the Work and for which the
|
1975
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1976
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1977
|
+
of this License, Derivative Works shall not include works that remain
|
1978
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1979
|
+
the Work and Derivative Works thereof.
|
1980
|
+
|
1981
|
+
"Contribution" shall mean any work of authorship, including
|
1982
|
+
the original version of the Work and any modifications or additions
|
1983
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1984
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1985
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1986
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1987
|
+
means any form of electronic, verbal, or written communication sent
|
1988
|
+
to the Licensor or its representatives, including but not limited to
|
1989
|
+
communication on electronic mailing lists, source code control systems,
|
1990
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1991
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1992
|
+
excluding communication that is conspicuously marked or otherwise
|
1993
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1994
|
+
|
1995
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1996
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1997
|
+
subsequently incorporated within the Work.
|
1998
|
+
|
1999
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2000
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2001
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2002
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2003
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2004
|
+
Work and such Derivative Works in Source or Object form.
|
2005
|
+
|
2006
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2007
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2008
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2009
|
+
(except as stated in this section) patent license to make, have made,
|
2010
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2011
|
+
where such license applies only to those patent claims licensable
|
2012
|
+
by such Contributor that are necessarily infringed by their
|
2013
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2014
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2015
|
+
institute patent litigation against any entity (including a
|
2016
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2017
|
+
or a Contribution incorporated within the Work constitutes direct
|
2018
|
+
or contributory patent infringement, then any patent licenses
|
2019
|
+
granted to You under this License for that Work shall terminate
|
2020
|
+
as of the date such litigation is filed.
|
2021
|
+
|
2022
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2023
|
+
Work or Derivative Works thereof in any medium, with or without
|
2024
|
+
modifications, and in Source or Object form, provided that You
|
2025
|
+
meet the following conditions:
|
2026
|
+
|
2027
|
+
(a) You must give any other recipients of the Work or
|
2028
|
+
Derivative Works a copy of this License; and
|
2029
|
+
|
2030
|
+
(b) You must cause any modified files to carry prominent notices
|
2031
|
+
stating that You changed the files; and
|
2032
|
+
|
2033
|
+
(c) You must retain, in the Source form of any Derivative Works
|
2034
|
+
that You distribute, all copyright, patent, trademark, and
|
2035
|
+
attribution notices from the Source form of the Work,
|
2036
|
+
excluding those notices that do not pertain to any part of
|
2037
|
+
the Derivative Works; and
|
2038
|
+
|
2039
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
2040
|
+
distribution, then any Derivative Works that You distribute must
|
2041
|
+
include a readable copy of the attribution notices contained
|
2042
|
+
within such NOTICE file, excluding those notices that do not
|
2043
|
+
pertain to any part of the Derivative Works, in at least one
|
2044
|
+
of the following places: within a NOTICE text file distributed
|
2045
|
+
as part of the Derivative Works; within the Source form or
|
2046
|
+
documentation, if provided along with the Derivative Works; or,
|
2047
|
+
within a display generated by the Derivative Works, if and
|
2048
|
+
wherever such third-party notices normally appear. The contents
|
2049
|
+
of the NOTICE file are for informational purposes only and
|
2050
|
+
do not modify the License. You may add Your own attribution
|
2051
|
+
notices within Derivative Works that You distribute, alongside
|
2052
|
+
or as an addendum to the NOTICE text from the Work, provided
|
2053
|
+
that such additional attribution notices cannot be construed
|
2054
|
+
as modifying the License.
|
2055
|
+
|
2056
|
+
You may add Your own copyright statement to Your modifications and
|
2057
|
+
may provide additional or different license terms and conditions
|
2058
|
+
for use, reproduction, or distribution of Your modifications, or
|
2059
|
+
for any such Derivative Works as a whole, provided Your use,
|
2060
|
+
reproduction, and distribution of the Work otherwise complies with
|
2061
|
+
the conditions stated in this License.
|
2062
|
+
|
2063
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2064
|
+
any Contribution intentionally submitted for inclusion in the Work
|
2065
|
+
by You to the Licensor shall be under the terms and conditions of
|
2066
|
+
this License, without any additional terms or conditions.
|
2067
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
2068
|
+
the terms of any separate license agreement you may have executed
|
2069
|
+
with Licensor regarding such Contributions.
|
2070
|
+
|
2071
|
+
6. Trademarks. This License does not grant permission to use the trade
|
2072
|
+
names, trademarks, service marks, or product names of the Licensor,
|
2073
|
+
except as required for reasonable and customary use in describing the
|
2074
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
2075
|
+
|
2076
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
2077
|
+
agreed to in writing, Licensor provides the Work (and each
|
2078
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2079
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2080
|
+
implied, including, without limitation, any warranties or conditions
|
2081
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2082
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2083
|
+
appropriateness of using or redistributing the Work and assume any
|
2084
|
+
risks associated with Your exercise of permissions under this License.
|
2085
|
+
|
2086
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
2087
|
+
whether in tort (including negligence), contract, or otherwise,
|
2088
|
+
unless required by applicable law (such as deliberate and grossly
|
2089
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
2090
|
+
liable to You for damages, including any direct, indirect, special,
|
2091
|
+
incidental, or consequential damages of any character arising as a
|
2092
|
+
result of this License or out of the use or inability to use the
|
2093
|
+
Work (including but not limited to damages for loss of goodwill,
|
2094
|
+
work stoppage, computer failure or malfunction, or any and all
|
2095
|
+
other commercial damages or losses), even if such Contributor
|
2096
|
+
has been advised of the possibility of such damages.
|
2097
|
+
|
2098
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
2099
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
2100
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
2101
|
+
or other liability obligations and/or rights consistent with this
|
2102
|
+
License. However, in accepting such obligations, You may act only
|
2103
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
2104
|
+
of any other Contributor, and only if You agree to indemnify,
|
2105
|
+
defend, and hold each Contributor harmless for any liability
|
2106
|
+
incurred by, or claims asserted against, such Contributor by reason
|
2107
|
+
of your accepting any such warranty or additional liability.
|
2108
|
+
|
2109
|
+
END OF TERMS AND CONDITIONS
|
2110
|
+
|
2111
|
+
APPENDIX: How to apply the Apache License to your work.
|
2112
|
+
|
2113
|
+
To apply the Apache License to your work, attach the following
|
2114
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
2115
|
+
replaced with your own identifying information. (Don't include
|
2116
|
+
the brackets!) The text should be enclosed in the appropriate
|
2117
|
+
comment syntax for the file format. We also recommend that a
|
2118
|
+
file or class name and description of purpose be included on the
|
2119
|
+
same "printed page" as the copyright notice for easier
|
2120
|
+
identification within third-party archives.
|
2121
|
+
|
2122
|
+
Copyright [yyyy] [name of copyright owner]
|
2123
|
+
|
2124
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2125
|
+
you may not use this file except in compliance with the License.
|
2126
|
+
You may obtain a copy of the License at
|
2127
|
+
|
2128
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2129
|
+
|
2130
|
+
Unless required by applicable law or agreed to in writing, software
|
2131
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2132
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2133
|
+
See the License for the specific language governing permissions and
|
2134
|
+
limitations under the License.
|
2135
|
+
|
2136
|
+
================================================================================
|
2137
|
+
console LICENSE
|
2138
|
+
================================================================================
|
2139
|
+
|
2140
|
+
The MIT License (MIT)
|
2141
|
+
|
2142
|
+
Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
|
2143
|
+
|
2144
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2145
|
+
of this software and associated documentation files (the "Software"), to deal
|
2146
|
+
in the Software without restriction, including without limitation the rights
|
2147
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2148
|
+
copies of the Software, and to permit persons to whom the Software is
|
2149
|
+
furnished to do so, subject to the following conditions:
|
2150
|
+
|
2151
|
+
The above copyright notice and this permission notice shall be included in all
|
2152
|
+
copies or substantial portions of the Software.
|
2153
|
+
|
2154
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2155
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2156
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2157
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2158
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2159
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2160
|
+
SOFTWARE.
|
2161
|
+
|
2162
|
+
|
2163
|
+
================================================================================
|
2164
|
+
crossbeam-deque LICENSE-APACHE
|
2165
|
+
================================================================================
|
2166
|
+
|
2167
|
+
Apache License
|
2168
|
+
Version 2.0, January 2004
|
2169
|
+
http://www.apache.org/licenses/
|
2170
|
+
|
2171
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2172
|
+
|
1880
2173
|
1. Definitions.
|
1881
2174
|
|
1882
2175
|
"License" shall mean the terms and conditions for use, reproduction,
|
@@ -2074,10 +2367,12 @@ See the License for the specific language governing permissions and
|
|
2074
2367
|
limitations under the License.
|
2075
2368
|
|
2076
2369
|
================================================================================
|
2077
|
-
|
2370
|
+
crossbeam-deque LICENSE-MIT
|
2078
2371
|
================================================================================
|
2079
2372
|
|
2080
|
-
|
2373
|
+
The MIT License (MIT)
|
2374
|
+
|
2375
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
2081
2376
|
|
2082
2377
|
Permission is hereby granted, free of charge, to any
|
2083
2378
|
person obtaining a copy of this software and associated
|
@@ -2104,347 +2399,113 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2104
2399
|
DEALINGS IN THE SOFTWARE.
|
2105
2400
|
|
2106
2401
|
================================================================================
|
2107
|
-
|
2402
|
+
crossbeam-epoch LICENSE-APACHE
|
2108
2403
|
================================================================================
|
2109
2404
|
|
2405
|
+
Apache License
|
2406
|
+
Version 2.0, January 2004
|
2407
|
+
http://www.apache.org/licenses/
|
2110
2408
|
|
2111
|
-
|
2112
|
-
Version 2.0, January 2004
|
2113
|
-
http://www.apache.org/licenses/
|
2114
|
-
|
2115
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2409
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2116
2410
|
|
2117
|
-
|
2411
|
+
1. Definitions.
|
2118
2412
|
|
2119
|
-
|
2120
|
-
|
2413
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2414
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2121
2415
|
|
2122
|
-
|
2123
|
-
|
2416
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2417
|
+
the copyright owner that is granting the License.
|
2124
2418
|
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2419
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2420
|
+
other entities that control, are controlled by, or are under common
|
2421
|
+
control with that entity. For the purposes of this definition,
|
2422
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2423
|
+
direction or management of such entity, whether by contract or
|
2424
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2425
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2132
2426
|
|
2133
|
-
|
2134
|
-
|
2427
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2428
|
+
exercising permissions granted by this License.
|
2135
2429
|
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2430
|
+
"Source" form shall mean the preferred form for making modifications,
|
2431
|
+
including but not limited to software source code, documentation
|
2432
|
+
source, and configuration files.
|
2139
2433
|
|
2140
|
-
|
2141
|
-
|
2142
|
-
|
2143
|
-
|
2434
|
+
"Object" form shall mean any form resulting from mechanical
|
2435
|
+
transformation or translation of a Source form, including but
|
2436
|
+
not limited to compiled object code, generated documentation,
|
2437
|
+
and conversions to other media types.
|
2144
2438
|
|
2145
|
-
|
2146
|
-
|
2147
|
-
|
2148
|
-
|
2439
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2440
|
+
Object form, made available under the License, as indicated by a
|
2441
|
+
copyright notice that is included in or attached to the work
|
2442
|
+
(an example is provided in the Appendix below).
|
2149
2443
|
|
2150
|
-
|
2151
|
-
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2444
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2445
|
+
form, that is based on (or derived from) the Work and for which the
|
2446
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2447
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2448
|
+
of this License, Derivative Works shall not include works that remain
|
2449
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2450
|
+
the Work and Derivative Works thereof.
|
2157
2451
|
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2452
|
+
"Contribution" shall mean any work of authorship, including
|
2453
|
+
the original version of the Work and any modifications or additions
|
2454
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2455
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2456
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2457
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2458
|
+
means any form of electronic, verbal, or written communication sent
|
2459
|
+
to the Licensor or its representatives, including but not limited to
|
2460
|
+
communication on electronic mailing lists, source code control systems,
|
2461
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2462
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2463
|
+
excluding communication that is conspicuously marked or otherwise
|
2464
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2171
2465
|
|
2172
|
-
|
2173
|
-
|
2174
|
-
|
2466
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2467
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2468
|
+
subsequently incorporated within the Work.
|
2175
2469
|
|
2176
|
-
|
2177
|
-
|
2178
|
-
|
2179
|
-
|
2180
|
-
|
2181
|
-
|
2470
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2471
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2472
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2473
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2474
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2475
|
+
Work and such Derivative Works in Source or Object form.
|
2182
2476
|
|
2183
|
-
|
2184
|
-
|
2185
|
-
|
2186
|
-
|
2187
|
-
|
2188
|
-
|
2189
|
-
|
2190
|
-
|
2191
|
-
|
2192
|
-
|
2193
|
-
|
2194
|
-
|
2195
|
-
|
2196
|
-
|
2197
|
-
|
2477
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2478
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2479
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2480
|
+
(except as stated in this section) patent license to make, have made,
|
2481
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2482
|
+
where such license applies only to those patent claims licensable
|
2483
|
+
by such Contributor that are necessarily infringed by their
|
2484
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2485
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2486
|
+
institute patent litigation against any entity (including a
|
2487
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2488
|
+
or a Contribution incorporated within the Work constitutes direct
|
2489
|
+
or contributory patent infringement, then any patent licenses
|
2490
|
+
granted to You under this License for that Work shall terminate
|
2491
|
+
as of the date such litigation is filed.
|
2198
2492
|
|
2199
|
-
|
2200
|
-
|
2201
|
-
|
2202
|
-
|
2493
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2494
|
+
Work or Derivative Works thereof in any medium, with or without
|
2495
|
+
modifications, and in Source or Object form, provided that You
|
2496
|
+
meet the following conditions:
|
2203
2497
|
|
2204
|
-
|
2205
|
-
|
2498
|
+
(a) You must give any other recipients of the Work or
|
2499
|
+
Derivative Works a copy of this License; and
|
2206
2500
|
|
2207
|
-
|
2208
|
-
|
2501
|
+
(b) You must cause any modified files to carry prominent notices
|
2502
|
+
stating that You changed the files; and
|
2209
2503
|
|
2210
|
-
|
2211
|
-
|
2212
|
-
|
2213
|
-
|
2214
|
-
|
2215
|
-
|
2216
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
2217
|
-
distribution, then any Derivative Works that You distribute must
|
2218
|
-
include a readable copy of the attribution notices contained
|
2219
|
-
within such NOTICE file, excluding those notices that do not
|
2220
|
-
pertain to any part of the Derivative Works, in at least one
|
2221
|
-
of the following places: within a NOTICE text file distributed
|
2222
|
-
as part of the Derivative Works; within the Source form or
|
2223
|
-
documentation, if provided along with the Derivative Works; or,
|
2224
|
-
within a display generated by the Derivative Works, if and
|
2225
|
-
wherever such third-party notices normally appear. The contents
|
2226
|
-
of the NOTICE file are for informational purposes only and
|
2227
|
-
do not modify the License. You may add Your own attribution
|
2228
|
-
notices within Derivative Works that You distribute, alongside
|
2229
|
-
or as an addendum to the NOTICE text from the Work, provided
|
2230
|
-
that such additional attribution notices cannot be construed
|
2231
|
-
as modifying the License.
|
2232
|
-
|
2233
|
-
You may add Your own copyright statement to Your modifications and
|
2234
|
-
may provide additional or different license terms and conditions
|
2235
|
-
for use, reproduction, or distribution of Your modifications, or
|
2236
|
-
for any such Derivative Works as a whole, provided Your use,
|
2237
|
-
reproduction, and distribution of the Work otherwise complies with
|
2238
|
-
the conditions stated in this License.
|
2239
|
-
|
2240
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2241
|
-
any Contribution intentionally submitted for inclusion in the Work
|
2242
|
-
by You to the Licensor shall be under the terms and conditions of
|
2243
|
-
this License, without any additional terms or conditions.
|
2244
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
2245
|
-
the terms of any separate license agreement you may have executed
|
2246
|
-
with Licensor regarding such Contributions.
|
2247
|
-
|
2248
|
-
6. Trademarks. This License does not grant permission to use the trade
|
2249
|
-
names, trademarks, service marks, or product names of the Licensor,
|
2250
|
-
except as required for reasonable and customary use in describing the
|
2251
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
2252
|
-
|
2253
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
2254
|
-
agreed to in writing, Licensor provides the Work (and each
|
2255
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2256
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2257
|
-
implied, including, without limitation, any warranties or conditions
|
2258
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2259
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2260
|
-
appropriateness of using or redistributing the Work and assume any
|
2261
|
-
risks associated with Your exercise of permissions under this License.
|
2262
|
-
|
2263
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
2264
|
-
whether in tort (including negligence), contract, or otherwise,
|
2265
|
-
unless required by applicable law (such as deliberate and grossly
|
2266
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2267
|
-
liable to You for damages, including any direct, indirect, special,
|
2268
|
-
incidental, or consequential damages of any character arising as a
|
2269
|
-
result of this License or out of the use or inability to use the
|
2270
|
-
Work (including but not limited to damages for loss of goodwill,
|
2271
|
-
work stoppage, computer failure or malfunction, or any and all
|
2272
|
-
other commercial damages or losses), even if such Contributor
|
2273
|
-
has been advised of the possibility of such damages.
|
2274
|
-
|
2275
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
2276
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2277
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2278
|
-
or other liability obligations and/or rights consistent with this
|
2279
|
-
License. However, in accepting such obligations, You may act only
|
2280
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2281
|
-
of any other Contributor, and only if You agree to indemnify,
|
2282
|
-
defend, and hold each Contributor harmless for any liability
|
2283
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2284
|
-
of your accepting any such warranty or additional liability.
|
2285
|
-
|
2286
|
-
END OF TERMS AND CONDITIONS
|
2287
|
-
|
2288
|
-
APPENDIX: How to apply the Apache License to your work.
|
2289
|
-
|
2290
|
-
To apply the Apache License to your work, attach the following
|
2291
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
2292
|
-
replaced with your own identifying information. (Don't include
|
2293
|
-
the brackets!) The text should be enclosed in the appropriate
|
2294
|
-
comment syntax for the file format. We also recommend that a
|
2295
|
-
file or class name and description of purpose be included on the
|
2296
|
-
same "printed page" as the copyright notice for easier
|
2297
|
-
identification within third-party archives.
|
2298
|
-
|
2299
|
-
Copyright [yyyy] [name of copyright owner]
|
2300
|
-
|
2301
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
2302
|
-
you may not use this file except in compliance with the License.
|
2303
|
-
You may obtain a copy of the License at
|
2304
|
-
|
2305
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
2306
|
-
|
2307
|
-
Unless required by applicable law or agreed to in writing, software
|
2308
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
2309
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2310
|
-
See the License for the specific language governing permissions and
|
2311
|
-
limitations under the License.
|
2312
|
-
|
2313
|
-
================================================================================
|
2314
|
-
console LICENSE
|
2315
|
-
================================================================================
|
2316
|
-
|
2317
|
-
The MIT License (MIT)
|
2318
|
-
|
2319
|
-
Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
|
2320
|
-
|
2321
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2322
|
-
of this software and associated documentation files (the "Software"), to deal
|
2323
|
-
in the Software without restriction, including without limitation the rights
|
2324
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2325
|
-
copies of the Software, and to permit persons to whom the Software is
|
2326
|
-
furnished to do so, subject to the following conditions:
|
2327
|
-
|
2328
|
-
The above copyright notice and this permission notice shall be included in all
|
2329
|
-
copies or substantial portions of the Software.
|
2330
|
-
|
2331
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2332
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2333
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2334
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2335
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2336
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2337
|
-
SOFTWARE.
|
2338
|
-
|
2339
|
-
|
2340
|
-
================================================================================
|
2341
|
-
crossbeam-deque LICENSE-APACHE
|
2342
|
-
================================================================================
|
2343
|
-
|
2344
|
-
Apache License
|
2345
|
-
Version 2.0, January 2004
|
2346
|
-
http://www.apache.org/licenses/
|
2347
|
-
|
2348
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2349
|
-
|
2350
|
-
1. Definitions.
|
2351
|
-
|
2352
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
2353
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
2354
|
-
|
2355
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
2356
|
-
the copyright owner that is granting the License.
|
2357
|
-
|
2358
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
2359
|
-
other entities that control, are controlled by, or are under common
|
2360
|
-
control with that entity. For the purposes of this definition,
|
2361
|
-
"control" means (i) the power, direct or indirect, to cause the
|
2362
|
-
direction or management of such entity, whether by contract or
|
2363
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2364
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
2365
|
-
|
2366
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
2367
|
-
exercising permissions granted by this License.
|
2368
|
-
|
2369
|
-
"Source" form shall mean the preferred form for making modifications,
|
2370
|
-
including but not limited to software source code, documentation
|
2371
|
-
source, and configuration files.
|
2372
|
-
|
2373
|
-
"Object" form shall mean any form resulting from mechanical
|
2374
|
-
transformation or translation of a Source form, including but
|
2375
|
-
not limited to compiled object code, generated documentation,
|
2376
|
-
and conversions to other media types.
|
2377
|
-
|
2378
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2379
|
-
Object form, made available under the License, as indicated by a
|
2380
|
-
copyright notice that is included in or attached to the work
|
2381
|
-
(an example is provided in the Appendix below).
|
2382
|
-
|
2383
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2384
|
-
form, that is based on (or derived from) the Work and for which the
|
2385
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2386
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2387
|
-
of this License, Derivative Works shall not include works that remain
|
2388
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2389
|
-
the Work and Derivative Works thereof.
|
2390
|
-
|
2391
|
-
"Contribution" shall mean any work of authorship, including
|
2392
|
-
the original version of the Work and any modifications or additions
|
2393
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2394
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2395
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2396
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2397
|
-
means any form of electronic, verbal, or written communication sent
|
2398
|
-
to the Licensor or its representatives, including but not limited to
|
2399
|
-
communication on electronic mailing lists, source code control systems,
|
2400
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2401
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2402
|
-
excluding communication that is conspicuously marked or otherwise
|
2403
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
2404
|
-
|
2405
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2406
|
-
on behalf of whom a Contribution has been received by Licensor and
|
2407
|
-
subsequently incorporated within the Work.
|
2408
|
-
|
2409
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
2410
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2411
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2412
|
-
copyright license to reproduce, prepare Derivative Works of,
|
2413
|
-
publicly display, publicly perform, sublicense, and distribute the
|
2414
|
-
Work and such Derivative Works in Source or Object form.
|
2415
|
-
|
2416
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
2417
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2418
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2419
|
-
(except as stated in this section) patent license to make, have made,
|
2420
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2421
|
-
where such license applies only to those patent claims licensable
|
2422
|
-
by such Contributor that are necessarily infringed by their
|
2423
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2424
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2425
|
-
institute patent litigation against any entity (including a
|
2426
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2427
|
-
or a Contribution incorporated within the Work constitutes direct
|
2428
|
-
or contributory patent infringement, then any patent licenses
|
2429
|
-
granted to You under this License for that Work shall terminate
|
2430
|
-
as of the date such litigation is filed.
|
2431
|
-
|
2432
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
2433
|
-
Work or Derivative Works thereof in any medium, with or without
|
2434
|
-
modifications, and in Source or Object form, provided that You
|
2435
|
-
meet the following conditions:
|
2436
|
-
|
2437
|
-
(a) You must give any other recipients of the Work or
|
2438
|
-
Derivative Works a copy of this License; and
|
2439
|
-
|
2440
|
-
(b) You must cause any modified files to carry prominent notices
|
2441
|
-
stating that You changed the files; and
|
2442
|
-
|
2443
|
-
(c) You must retain, in the Source form of any Derivative Works
|
2444
|
-
that You distribute, all copyright, patent, trademark, and
|
2445
|
-
attribution notices from the Source form of the Work,
|
2446
|
-
excluding those notices that do not pertain to any part of
|
2447
|
-
the Derivative Works; and
|
2504
|
+
(c) You must retain, in the Source form of any Derivative Works
|
2505
|
+
that You distribute, all copyright, patent, trademark, and
|
2506
|
+
attribution notices from the Source form of the Work,
|
2507
|
+
excluding those notices that do not pertain to any part of
|
2508
|
+
the Derivative Works; and
|
2448
2509
|
|
2449
2510
|
(d) If the Work includes a "NOTICE" text file as part of its
|
2450
2511
|
distribution, then any Derivative Works that You distribute must
|
@@ -2544,7 +2605,7 @@ See the License for the specific language governing permissions and
|
|
2544
2605
|
limitations under the License.
|
2545
2606
|
|
2546
2607
|
================================================================================
|
2547
|
-
crossbeam-
|
2608
|
+
crossbeam-epoch LICENSE-MIT
|
2548
2609
|
================================================================================
|
2549
2610
|
|
2550
2611
|
The MIT License (MIT)
|
@@ -2576,7 +2637,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2576
2637
|
DEALINGS IN THE SOFTWARE.
|
2577
2638
|
|
2578
2639
|
================================================================================
|
2579
|
-
crossbeam-
|
2640
|
+
crossbeam-utils LICENSE-APACHE
|
2580
2641
|
================================================================================
|
2581
2642
|
|
2582
2643
|
Apache License
|
@@ -2782,7 +2843,7 @@ See the License for the specific language governing permissions and
|
|
2782
2843
|
limitations under the License.
|
2783
2844
|
|
2784
2845
|
================================================================================
|
2785
|
-
crossbeam-
|
2846
|
+
crossbeam-utils LICENSE-MIT
|
2786
2847
|
================================================================================
|
2787
2848
|
|
2788
2849
|
The MIT License (MIT)
|
@@ -2814,260 +2875,22 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2814
2875
|
DEALINGS IN THE SOFTWARE.
|
2815
2876
|
|
2816
2877
|
================================================================================
|
2817
|
-
|
2878
|
+
darling LICENSE
|
2818
2879
|
================================================================================
|
2819
2880
|
|
2820
|
-
|
2821
|
-
Version 2.0, January 2004
|
2822
|
-
http://www.apache.org/licenses/
|
2881
|
+
MIT License
|
2823
2882
|
|
2824
|
-
|
2883
|
+
Copyright (c) 2017 Ted Driggs
|
2825
2884
|
|
2826
|
-
|
2885
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2886
|
+
of this software and associated documentation files (the "Software"), to deal
|
2887
|
+
in the Software without restriction, including without limitation the rights
|
2888
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2889
|
+
copies of the Software, and to permit persons to whom the Software is
|
2890
|
+
furnished to do so, subject to the following conditions:
|
2827
2891
|
|
2828
|
-
|
2829
|
-
|
2830
|
-
|
2831
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
2832
|
-
the copyright owner that is granting the License.
|
2833
|
-
|
2834
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
2835
|
-
other entities that control, are controlled by, or are under common
|
2836
|
-
control with that entity. For the purposes of this definition,
|
2837
|
-
"control" means (i) the power, direct or indirect, to cause the
|
2838
|
-
direction or management of such entity, whether by contract or
|
2839
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2840
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
2841
|
-
|
2842
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
2843
|
-
exercising permissions granted by this License.
|
2844
|
-
|
2845
|
-
"Source" form shall mean the preferred form for making modifications,
|
2846
|
-
including but not limited to software source code, documentation
|
2847
|
-
source, and configuration files.
|
2848
|
-
|
2849
|
-
"Object" form shall mean any form resulting from mechanical
|
2850
|
-
transformation or translation of a Source form, including but
|
2851
|
-
not limited to compiled object code, generated documentation,
|
2852
|
-
and conversions to other media types.
|
2853
|
-
|
2854
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2855
|
-
Object form, made available under the License, as indicated by a
|
2856
|
-
copyright notice that is included in or attached to the work
|
2857
|
-
(an example is provided in the Appendix below).
|
2858
|
-
|
2859
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2860
|
-
form, that is based on (or derived from) the Work and for which the
|
2861
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2862
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2863
|
-
of this License, Derivative Works shall not include works that remain
|
2864
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2865
|
-
the Work and Derivative Works thereof.
|
2866
|
-
|
2867
|
-
"Contribution" shall mean any work of authorship, including
|
2868
|
-
the original version of the Work and any modifications or additions
|
2869
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2870
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2871
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2872
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2873
|
-
means any form of electronic, verbal, or written communication sent
|
2874
|
-
to the Licensor or its representatives, including but not limited to
|
2875
|
-
communication on electronic mailing lists, source code control systems,
|
2876
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2877
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2878
|
-
excluding communication that is conspicuously marked or otherwise
|
2879
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
2880
|
-
|
2881
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2882
|
-
on behalf of whom a Contribution has been received by Licensor and
|
2883
|
-
subsequently incorporated within the Work.
|
2884
|
-
|
2885
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
2886
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2887
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2888
|
-
copyright license to reproduce, prepare Derivative Works of,
|
2889
|
-
publicly display, publicly perform, sublicense, and distribute the
|
2890
|
-
Work and such Derivative Works in Source or Object form.
|
2891
|
-
|
2892
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
2893
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2894
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2895
|
-
(except as stated in this section) patent license to make, have made,
|
2896
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2897
|
-
where such license applies only to those patent claims licensable
|
2898
|
-
by such Contributor that are necessarily infringed by their
|
2899
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2900
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2901
|
-
institute patent litigation against any entity (including a
|
2902
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2903
|
-
or a Contribution incorporated within the Work constitutes direct
|
2904
|
-
or contributory patent infringement, then any patent licenses
|
2905
|
-
granted to You under this License for that Work shall terminate
|
2906
|
-
as of the date such litigation is filed.
|
2907
|
-
|
2908
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
2909
|
-
Work or Derivative Works thereof in any medium, with or without
|
2910
|
-
modifications, and in Source or Object form, provided that You
|
2911
|
-
meet the following conditions:
|
2912
|
-
|
2913
|
-
(a) You must give any other recipients of the Work or
|
2914
|
-
Derivative Works a copy of this License; and
|
2915
|
-
|
2916
|
-
(b) You must cause any modified files to carry prominent notices
|
2917
|
-
stating that You changed the files; and
|
2918
|
-
|
2919
|
-
(c) You must retain, in the Source form of any Derivative Works
|
2920
|
-
that You distribute, all copyright, patent, trademark, and
|
2921
|
-
attribution notices from the Source form of the Work,
|
2922
|
-
excluding those notices that do not pertain to any part of
|
2923
|
-
the Derivative Works; and
|
2924
|
-
|
2925
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
2926
|
-
distribution, then any Derivative Works that You distribute must
|
2927
|
-
include a readable copy of the attribution notices contained
|
2928
|
-
within such NOTICE file, excluding those notices that do not
|
2929
|
-
pertain to any part of the Derivative Works, in at least one
|
2930
|
-
of the following places: within a NOTICE text file distributed
|
2931
|
-
as part of the Derivative Works; within the Source form or
|
2932
|
-
documentation, if provided along with the Derivative Works; or,
|
2933
|
-
within a display generated by the Derivative Works, if and
|
2934
|
-
wherever such third-party notices normally appear. The contents
|
2935
|
-
of the NOTICE file are for informational purposes only and
|
2936
|
-
do not modify the License. You may add Your own attribution
|
2937
|
-
notices within Derivative Works that You distribute, alongside
|
2938
|
-
or as an addendum to the NOTICE text from the Work, provided
|
2939
|
-
that such additional attribution notices cannot be construed
|
2940
|
-
as modifying the License.
|
2941
|
-
|
2942
|
-
You may add Your own copyright statement to Your modifications and
|
2943
|
-
may provide additional or different license terms and conditions
|
2944
|
-
for use, reproduction, or distribution of Your modifications, or
|
2945
|
-
for any such Derivative Works as a whole, provided Your use,
|
2946
|
-
reproduction, and distribution of the Work otherwise complies with
|
2947
|
-
the conditions stated in this License.
|
2948
|
-
|
2949
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2950
|
-
any Contribution intentionally submitted for inclusion in the Work
|
2951
|
-
by You to the Licensor shall be under the terms and conditions of
|
2952
|
-
this License, without any additional terms or conditions.
|
2953
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
2954
|
-
the terms of any separate license agreement you may have executed
|
2955
|
-
with Licensor regarding such Contributions.
|
2956
|
-
|
2957
|
-
6. Trademarks. This License does not grant permission to use the trade
|
2958
|
-
names, trademarks, service marks, or product names of the Licensor,
|
2959
|
-
except as required for reasonable and customary use in describing the
|
2960
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
2961
|
-
|
2962
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
2963
|
-
agreed to in writing, Licensor provides the Work (and each
|
2964
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2965
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2966
|
-
implied, including, without limitation, any warranties or conditions
|
2967
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2968
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2969
|
-
appropriateness of using or redistributing the Work and assume any
|
2970
|
-
risks associated with Your exercise of permissions under this License.
|
2971
|
-
|
2972
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
2973
|
-
whether in tort (including negligence), contract, or otherwise,
|
2974
|
-
unless required by applicable law (such as deliberate and grossly
|
2975
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2976
|
-
liable to You for damages, including any direct, indirect, special,
|
2977
|
-
incidental, or consequential damages of any character arising as a
|
2978
|
-
result of this License or out of the use or inability to use the
|
2979
|
-
Work (including but not limited to damages for loss of goodwill,
|
2980
|
-
work stoppage, computer failure or malfunction, or any and all
|
2981
|
-
other commercial damages or losses), even if such Contributor
|
2982
|
-
has been advised of the possibility of such damages.
|
2983
|
-
|
2984
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
2985
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2986
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2987
|
-
or other liability obligations and/or rights consistent with this
|
2988
|
-
License. However, in accepting such obligations, You may act only
|
2989
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2990
|
-
of any other Contributor, and only if You agree to indemnify,
|
2991
|
-
defend, and hold each Contributor harmless for any liability
|
2992
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2993
|
-
of your accepting any such warranty or additional liability.
|
2994
|
-
|
2995
|
-
END OF TERMS AND CONDITIONS
|
2996
|
-
|
2997
|
-
APPENDIX: How to apply the Apache License to your work.
|
2998
|
-
|
2999
|
-
To apply the Apache License to your work, attach the following
|
3000
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
3001
|
-
replaced with your own identifying information. (Don't include
|
3002
|
-
the brackets!) The text should be enclosed in the appropriate
|
3003
|
-
comment syntax for the file format. We also recommend that a
|
3004
|
-
file or class name and description of purpose be included on the
|
3005
|
-
same "printed page" as the copyright notice for easier
|
3006
|
-
identification within third-party archives.
|
3007
|
-
|
3008
|
-
Copyright [yyyy] [name of copyright owner]
|
3009
|
-
|
3010
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
3011
|
-
you may not use this file except in compliance with the License.
|
3012
|
-
You may obtain a copy of the License at
|
3013
|
-
|
3014
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
3015
|
-
|
3016
|
-
Unless required by applicable law or agreed to in writing, software
|
3017
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3018
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3019
|
-
See the License for the specific language governing permissions and
|
3020
|
-
limitations under the License.
|
3021
|
-
|
3022
|
-
================================================================================
|
3023
|
-
crossbeam-utils LICENSE-MIT
|
3024
|
-
================================================================================
|
3025
|
-
|
3026
|
-
The MIT License (MIT)
|
3027
|
-
|
3028
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
3029
|
-
|
3030
|
-
Permission is hereby granted, free of charge, to any
|
3031
|
-
person obtaining a copy of this software and associated
|
3032
|
-
documentation files (the "Software"), to deal in the
|
3033
|
-
Software without restriction, including without
|
3034
|
-
limitation the rights to use, copy, modify, merge,
|
3035
|
-
publish, distribute, sublicense, and/or sell copies of
|
3036
|
-
the Software, and to permit persons to whom the Software
|
3037
|
-
is furnished to do so, subject to the following
|
3038
|
-
conditions:
|
3039
|
-
|
3040
|
-
The above copyright notice and this permission notice
|
3041
|
-
shall be included in all copies or substantial portions
|
3042
|
-
of the Software.
|
3043
|
-
|
3044
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
3045
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
3046
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
3047
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
3048
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
3049
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
3050
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
3051
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
3052
|
-
DEALINGS IN THE SOFTWARE.
|
3053
|
-
|
3054
|
-
================================================================================
|
3055
|
-
darling LICENSE
|
3056
|
-
================================================================================
|
3057
|
-
|
3058
|
-
MIT License
|
3059
|
-
|
3060
|
-
Copyright (c) 2017 Ted Driggs
|
3061
|
-
|
3062
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3063
|
-
of this software and associated documentation files (the "Software"), to deal
|
3064
|
-
in the Software without restriction, including without limitation the rights
|
3065
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3066
|
-
copies of the Software, and to permit persons to whom the Software is
|
3067
|
-
furnished to do so, subject to the following conditions:
|
3068
|
-
|
3069
|
-
The above copyright notice and this permission notice shall be included in all
|
3070
|
-
copies or substantial portions of the Software.
|
2892
|
+
The above copyright notice and this permission notice shall be included in all
|
2893
|
+
copies or substantial portions of the Software.
|
3071
2894
|
|
3072
2895
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3073
2896
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
@@ -4716,7 +4539,7 @@ limitations under the License.
|
|
4716
4539
|
getrandom LICENSE-MIT
|
4717
4540
|
================================================================================
|
4718
4541
|
|
4719
|
-
Copyright 2018
|
4542
|
+
Copyright (c) 2018-2024 The rust-random Project Developers
|
4720
4543
|
Copyright (c) 2014 The Rust Project Developers
|
4721
4544
|
|
4722
4545
|
Permission is hereby granted, free of charge, to any
|
@@ -6416,237 +6239,237 @@ THIS SOFTWARE.
|
|
6416
6239
|
log LICENSE-APACHE
|
6417
6240
|
================================================================================
|
6418
6241
|
|
6419
|
-
Apache License
|
6420
|
-
Version 2.0, January 2004
|
6421
|
-
http://www.apache.org/licenses/
|
6422
|
-
|
6423
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6424
|
-
|
6425
|
-
1. Definitions.
|
6426
|
-
|
6427
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
6428
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
6429
|
-
|
6430
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
6431
|
-
the copyright owner that is granting the License.
|
6432
|
-
|
6433
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
6434
|
-
other entities that control, are controlled by, or are under common
|
6435
|
-
control with that entity. For the purposes of this definition,
|
6436
|
-
"control" means (i) the power, direct or indirect, to cause the
|
6437
|
-
direction or management of such entity, whether by contract or
|
6438
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6439
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
6440
|
-
|
6441
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
6442
|
-
exercising permissions granted by this License.
|
6443
|
-
|
6444
|
-
"Source" form shall mean the preferred form for making modifications,
|
6445
|
-
including but not limited to software source code, documentation
|
6446
|
-
source, and configuration files.
|
6447
|
-
|
6448
|
-
"Object" form shall mean any form resulting from mechanical
|
6449
|
-
transformation or translation of a Source form, including but
|
6450
|
-
not limited to compiled object code, generated documentation,
|
6451
|
-
and conversions to other media types.
|
6452
|
-
|
6453
|
-
"Work" shall mean the work of authorship, whether in Source or
|
6454
|
-
Object form, made available under the License, as indicated by a
|
6455
|
-
copyright notice that is included in or attached to the work
|
6456
|
-
(an example is provided in the Appendix below).
|
6457
|
-
|
6458
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
6459
|
-
form, that is based on (or derived from) the Work and for which the
|
6460
|
-
editorial revisions, annotations, elaborations, or other modifications
|
6461
|
-
represent, as a whole, an original work of authorship. For the purposes
|
6462
|
-
of this License, Derivative Works shall not include works that remain
|
6463
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
6464
|
-
the Work and Derivative Works thereof.
|
6465
|
-
|
6466
|
-
"Contribution" shall mean any work of authorship, including
|
6467
|
-
the original version of the Work and any modifications or additions
|
6468
|
-
to that Work or Derivative Works thereof, that is intentionally
|
6469
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
6470
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
6471
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
6472
|
-
means any form of electronic, verbal, or written communication sent
|
6473
|
-
to the Licensor or its representatives, including but not limited to
|
6474
|
-
communication on electronic mailing lists, source code control systems,
|
6475
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
6476
|
-
Licensor for the purpose of discussing and improving the Work, but
|
6477
|
-
excluding communication that is conspicuously marked or otherwise
|
6478
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
6479
|
-
|
6480
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6481
|
-
on behalf of whom a Contribution has been received by Licensor and
|
6482
|
-
subsequently incorporated within the Work.
|
6483
|
-
|
6484
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
6485
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6486
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6487
|
-
copyright license to reproduce, prepare Derivative Works of,
|
6488
|
-
publicly display, publicly perform, sublicense, and distribute the
|
6489
|
-
Work and such Derivative Works in Source or Object form.
|
6490
|
-
|
6491
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
6492
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6493
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6494
|
-
(except as stated in this section) patent license to make, have made,
|
6495
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6496
|
-
where such license applies only to those patent claims licensable
|
6497
|
-
by such Contributor that are necessarily infringed by their
|
6498
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
6499
|
-
with the Work to which such Contribution(s) was submitted. If You
|
6500
|
-
institute patent litigation against any entity (including a
|
6501
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6502
|
-
or a Contribution incorporated within the Work constitutes direct
|
6503
|
-
or contributory patent infringement, then any patent licenses
|
6504
|
-
granted to You under this License for that Work shall terminate
|
6505
|
-
as of the date such litigation is filed.
|
6506
|
-
|
6507
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
6508
|
-
Work or Derivative Works thereof in any medium, with or without
|
6509
|
-
modifications, and in Source or Object form, provided that You
|
6510
|
-
meet the following conditions:
|
6511
|
-
|
6512
|
-
(a) You must give any other recipients of the Work or
|
6513
|
-
Derivative Works a copy of this License; and
|
6514
|
-
|
6515
|
-
(b) You must cause any modified files to carry prominent notices
|
6516
|
-
stating that You changed the files; and
|
6517
|
-
|
6518
|
-
(c) You must retain, in the Source form of any Derivative Works
|
6519
|
-
that You distribute, all copyright, patent, trademark, and
|
6520
|
-
attribution notices from the Source form of the Work,
|
6521
|
-
excluding those notices that do not pertain to any part of
|
6522
|
-
the Derivative Works; and
|
6523
|
-
|
6524
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
6525
|
-
distribution, then any Derivative Works that You distribute must
|
6526
|
-
include a readable copy of the attribution notices contained
|
6527
|
-
within such NOTICE file, excluding those notices that do not
|
6528
|
-
pertain to any part of the Derivative Works, in at least one
|
6529
|
-
of the following places: within a NOTICE text file distributed
|
6530
|
-
as part of the Derivative Works; within the Source form or
|
6531
|
-
documentation, if provided along with the Derivative Works; or,
|
6532
|
-
within a display generated by the Derivative Works, if and
|
6533
|
-
wherever such third-party notices normally appear. The contents
|
6534
|
-
of the NOTICE file are for informational purposes only and
|
6535
|
-
do not modify the License. You may add Your own attribution
|
6536
|
-
notices within Derivative Works that You distribute, alongside
|
6537
|
-
or as an addendum to the NOTICE text from the Work, provided
|
6538
|
-
that such additional attribution notices cannot be construed
|
6539
|
-
as modifying the License.
|
6540
|
-
|
6541
|
-
You may add Your own copyright statement to Your modifications and
|
6542
|
-
may provide additional or different license terms and conditions
|
6543
|
-
for use, reproduction, or distribution of Your modifications, or
|
6544
|
-
for any such Derivative Works as a whole, provided Your use,
|
6545
|
-
reproduction, and distribution of the Work otherwise complies with
|
6546
|
-
the conditions stated in this License.
|
6547
|
-
|
6548
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6549
|
-
any Contribution intentionally submitted for inclusion in the Work
|
6550
|
-
by You to the Licensor shall be under the terms and conditions of
|
6551
|
-
this License, without any additional terms or conditions.
|
6552
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
6553
|
-
the terms of any separate license agreement you may have executed
|
6554
|
-
with Licensor regarding such Contributions.
|
6555
|
-
|
6556
|
-
6. Trademarks. This License does not grant permission to use the trade
|
6557
|
-
names, trademarks, service marks, or product names of the Licensor,
|
6558
|
-
except as required for reasonable and customary use in describing the
|
6559
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
6560
|
-
|
6561
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
6562
|
-
agreed to in writing, Licensor provides the Work (and each
|
6563
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6564
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6565
|
-
implied, including, without limitation, any warranties or conditions
|
6566
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6567
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6568
|
-
appropriateness of using or redistributing the Work and assume any
|
6569
|
-
risks associated with Your exercise of permissions under this License.
|
6570
|
-
|
6571
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
6572
|
-
whether in tort (including negligence), contract, or otherwise,
|
6573
|
-
unless required by applicable law (such as deliberate and grossly
|
6574
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
6575
|
-
liable to You for damages, including any direct, indirect, special,
|
6576
|
-
incidental, or consequential damages of any character arising as a
|
6577
|
-
result of this License or out of the use or inability to use the
|
6578
|
-
Work (including but not limited to damages for loss of goodwill,
|
6579
|
-
work stoppage, computer failure or malfunction, or any and all
|
6580
|
-
other commercial damages or losses), even if such Contributor
|
6581
|
-
has been advised of the possibility of such damages.
|
6582
|
-
|
6583
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
6584
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
6585
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
6586
|
-
or other liability obligations and/or rights consistent with this
|
6587
|
-
License. However, in accepting such obligations, You may act only
|
6588
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
6589
|
-
of any other Contributor, and only if You agree to indemnify,
|
6590
|
-
defend, and hold each Contributor harmless for any liability
|
6591
|
-
incurred by, or claims asserted against, such Contributor by reason
|
6592
|
-
of your accepting any such warranty or additional liability.
|
6593
|
-
|
6594
|
-
END OF TERMS AND CONDITIONS
|
6595
|
-
|
6596
|
-
APPENDIX: How to apply the Apache License to your work.
|
6597
|
-
|
6598
|
-
To apply the Apache License to your work, attach the following
|
6599
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6600
|
-
replaced with your own identifying information. (Don't include
|
6601
|
-
the brackets!) The text should be enclosed in the appropriate
|
6602
|
-
comment syntax for the file format. We also recommend that a
|
6603
|
-
file or class name and description of purpose be included on the
|
6604
|
-
same "printed page" as the copyright notice for easier
|
6605
|
-
identification within third-party archives.
|
6606
|
-
|
6607
|
-
Copyright [yyyy] [name of copyright owner]
|
6608
|
-
|
6609
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6610
|
-
you may not use this file except in compliance with the License.
|
6611
|
-
You may obtain a copy of the License at
|
6612
|
-
|
6613
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6614
|
-
|
6615
|
-
Unless required by applicable law or agreed to in writing, software
|
6616
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6617
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6618
|
-
See the License for the specific language governing permissions and
|
6619
|
-
limitations under the License.
|
6242
|
+
Apache License
|
6243
|
+
Version 2.0, January 2004
|
6244
|
+
http://www.apache.org/licenses/
|
6245
|
+
|
6246
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6247
|
+
|
6248
|
+
1. Definitions.
|
6249
|
+
|
6250
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
6251
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
6252
|
+
|
6253
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
6254
|
+
the copyright owner that is granting the License.
|
6255
|
+
|
6256
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
6257
|
+
other entities that control, are controlled by, or are under common
|
6258
|
+
control with that entity. For the purposes of this definition,
|
6259
|
+
"control" means (i) the power, direct or indirect, to cause the
|
6260
|
+
direction or management of such entity, whether by contract or
|
6261
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6262
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
6263
|
+
|
6264
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
6265
|
+
exercising permissions granted by this License.
|
6266
|
+
|
6267
|
+
"Source" form shall mean the preferred form for making modifications,
|
6268
|
+
including but not limited to software source code, documentation
|
6269
|
+
source, and configuration files.
|
6270
|
+
|
6271
|
+
"Object" form shall mean any form resulting from mechanical
|
6272
|
+
transformation or translation of a Source form, including but
|
6273
|
+
not limited to compiled object code, generated documentation,
|
6274
|
+
and conversions to other media types.
|
6275
|
+
|
6276
|
+
"Work" shall mean the work of authorship, whether in Source or
|
6277
|
+
Object form, made available under the License, as indicated by a
|
6278
|
+
copyright notice that is included in or attached to the work
|
6279
|
+
(an example is provided in the Appendix below).
|
6280
|
+
|
6281
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
6282
|
+
form, that is based on (or derived from) the Work and for which the
|
6283
|
+
editorial revisions, annotations, elaborations, or other modifications
|
6284
|
+
represent, as a whole, an original work of authorship. For the purposes
|
6285
|
+
of this License, Derivative Works shall not include works that remain
|
6286
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
6287
|
+
the Work and Derivative Works thereof.
|
6288
|
+
|
6289
|
+
"Contribution" shall mean any work of authorship, including
|
6290
|
+
the original version of the Work and any modifications or additions
|
6291
|
+
to that Work or Derivative Works thereof, that is intentionally
|
6292
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
6293
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
6294
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
6295
|
+
means any form of electronic, verbal, or written communication sent
|
6296
|
+
to the Licensor or its representatives, including but not limited to
|
6297
|
+
communication on electronic mailing lists, source code control systems,
|
6298
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
6299
|
+
Licensor for the purpose of discussing and improving the Work, but
|
6300
|
+
excluding communication that is conspicuously marked or otherwise
|
6301
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
6302
|
+
|
6303
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6304
|
+
on behalf of whom a Contribution has been received by Licensor and
|
6305
|
+
subsequently incorporated within the Work.
|
6306
|
+
|
6307
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
6308
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6309
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6310
|
+
copyright license to reproduce, prepare Derivative Works of,
|
6311
|
+
publicly display, publicly perform, sublicense, and distribute the
|
6312
|
+
Work and such Derivative Works in Source or Object form.
|
6313
|
+
|
6314
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
6315
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6316
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6317
|
+
(except as stated in this section) patent license to make, have made,
|
6318
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6319
|
+
where such license applies only to those patent claims licensable
|
6320
|
+
by such Contributor that are necessarily infringed by their
|
6321
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
6322
|
+
with the Work to which such Contribution(s) was submitted. If You
|
6323
|
+
institute patent litigation against any entity (including a
|
6324
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6325
|
+
or a Contribution incorporated within the Work constitutes direct
|
6326
|
+
or contributory patent infringement, then any patent licenses
|
6327
|
+
granted to You under this License for that Work shall terminate
|
6328
|
+
as of the date such litigation is filed.
|
6329
|
+
|
6330
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
6331
|
+
Work or Derivative Works thereof in any medium, with or without
|
6332
|
+
modifications, and in Source or Object form, provided that You
|
6333
|
+
meet the following conditions:
|
6334
|
+
|
6335
|
+
(a) You must give any other recipients of the Work or
|
6336
|
+
Derivative Works a copy of this License; and
|
6337
|
+
|
6338
|
+
(b) You must cause any modified files to carry prominent notices
|
6339
|
+
stating that You changed the files; and
|
6340
|
+
|
6341
|
+
(c) You must retain, in the Source form of any Derivative Works
|
6342
|
+
that You distribute, all copyright, patent, trademark, and
|
6343
|
+
attribution notices from the Source form of the Work,
|
6344
|
+
excluding those notices that do not pertain to any part of
|
6345
|
+
the Derivative Works; and
|
6346
|
+
|
6347
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
6348
|
+
distribution, then any Derivative Works that You distribute must
|
6349
|
+
include a readable copy of the attribution notices contained
|
6350
|
+
within such NOTICE file, excluding those notices that do not
|
6351
|
+
pertain to any part of the Derivative Works, in at least one
|
6352
|
+
of the following places: within a NOTICE text file distributed
|
6353
|
+
as part of the Derivative Works; within the Source form or
|
6354
|
+
documentation, if provided along with the Derivative Works; or,
|
6355
|
+
within a display generated by the Derivative Works, if and
|
6356
|
+
wherever such third-party notices normally appear. The contents
|
6357
|
+
of the NOTICE file are for informational purposes only and
|
6358
|
+
do not modify the License. You may add Your own attribution
|
6359
|
+
notices within Derivative Works that You distribute, alongside
|
6360
|
+
or as an addendum to the NOTICE text from the Work, provided
|
6361
|
+
that such additional attribution notices cannot be construed
|
6362
|
+
as modifying the License.
|
6363
|
+
|
6364
|
+
You may add Your own copyright statement to Your modifications and
|
6365
|
+
may provide additional or different license terms and conditions
|
6366
|
+
for use, reproduction, or distribution of Your modifications, or
|
6367
|
+
for any such Derivative Works as a whole, provided Your use,
|
6368
|
+
reproduction, and distribution of the Work otherwise complies with
|
6369
|
+
the conditions stated in this License.
|
6370
|
+
|
6371
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6372
|
+
any Contribution intentionally submitted for inclusion in the Work
|
6373
|
+
by You to the Licensor shall be under the terms and conditions of
|
6374
|
+
this License, without any additional terms or conditions.
|
6375
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
6376
|
+
the terms of any separate license agreement you may have executed
|
6377
|
+
with Licensor regarding such Contributions.
|
6378
|
+
|
6379
|
+
6. Trademarks. This License does not grant permission to use the trade
|
6380
|
+
names, trademarks, service marks, or product names of the Licensor,
|
6381
|
+
except as required for reasonable and customary use in describing the
|
6382
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
6383
|
+
|
6384
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
6385
|
+
agreed to in writing, Licensor provides the Work (and each
|
6386
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6387
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6388
|
+
implied, including, without limitation, any warranties or conditions
|
6389
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6390
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6391
|
+
appropriateness of using or redistributing the Work and assume any
|
6392
|
+
risks associated with Your exercise of permissions under this License.
|
6393
|
+
|
6394
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
6395
|
+
whether in tort (including negligence), contract, or otherwise,
|
6396
|
+
unless required by applicable law (such as deliberate and grossly
|
6397
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
6398
|
+
liable to You for damages, including any direct, indirect, special,
|
6399
|
+
incidental, or consequential damages of any character arising as a
|
6400
|
+
result of this License or out of the use or inability to use the
|
6401
|
+
Work (including but not limited to damages for loss of goodwill,
|
6402
|
+
work stoppage, computer failure or malfunction, or any and all
|
6403
|
+
other commercial damages or losses), even if such Contributor
|
6404
|
+
has been advised of the possibility of such damages.
|
6405
|
+
|
6406
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
6407
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
6408
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
6409
|
+
or other liability obligations and/or rights consistent with this
|
6410
|
+
License. However, in accepting such obligations, You may act only
|
6411
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
6412
|
+
of any other Contributor, and only if You agree to indemnify,
|
6413
|
+
defend, and hold each Contributor harmless for any liability
|
6414
|
+
incurred by, or claims asserted against, such Contributor by reason
|
6415
|
+
of your accepting any such warranty or additional liability.
|
6416
|
+
|
6417
|
+
END OF TERMS AND CONDITIONS
|
6418
|
+
|
6419
|
+
APPENDIX: How to apply the Apache License to your work.
|
6420
|
+
|
6421
|
+
To apply the Apache License to your work, attach the following
|
6422
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6423
|
+
replaced with your own identifying information. (Don't include
|
6424
|
+
the brackets!) The text should be enclosed in the appropriate
|
6425
|
+
comment syntax for the file format. We also recommend that a
|
6426
|
+
file or class name and description of purpose be included on the
|
6427
|
+
same "printed page" as the copyright notice for easier
|
6428
|
+
identification within third-party archives.
|
6429
|
+
|
6430
|
+
Copyright [yyyy] [name of copyright owner]
|
6431
|
+
|
6432
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6433
|
+
you may not use this file except in compliance with the License.
|
6434
|
+
You may obtain a copy of the License at
|
6435
|
+
|
6436
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6437
|
+
|
6438
|
+
Unless required by applicable law or agreed to in writing, software
|
6439
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6440
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6441
|
+
See the License for the specific language governing permissions and
|
6442
|
+
limitations under the License.
|
6620
6443
|
|
6621
6444
|
================================================================================
|
6622
6445
|
log LICENSE-MIT
|
6623
6446
|
================================================================================
|
6624
6447
|
|
6625
|
-
Copyright (c) 2014 The Rust Project Developers
|
6626
|
-
|
6627
|
-
Permission is hereby granted, free of charge, to any
|
6628
|
-
person obtaining a copy of this software and associated
|
6629
|
-
documentation files (the "Software"), to deal in the
|
6630
|
-
Software without restriction, including without
|
6631
|
-
limitation the rights to use, copy, modify, merge,
|
6632
|
-
publish, distribute, sublicense, and/or sell copies of
|
6633
|
-
the Software, and to permit persons to whom the Software
|
6634
|
-
is furnished to do so, subject to the following
|
6635
|
-
conditions:
|
6636
|
-
|
6637
|
-
The above copyright notice and this permission notice
|
6638
|
-
shall be included in all copies or substantial portions
|
6639
|
-
of the Software.
|
6640
|
-
|
6641
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
6642
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
6643
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
6644
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
6645
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
6646
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
6647
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6648
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6649
|
-
DEALINGS IN THE SOFTWARE.
|
6448
|
+
Copyright (c) 2014 The Rust Project Developers
|
6449
|
+
|
6450
|
+
Permission is hereby granted, free of charge, to any
|
6451
|
+
person obtaining a copy of this software and associated
|
6452
|
+
documentation files (the "Software"), to deal in the
|
6453
|
+
Software without restriction, including without
|
6454
|
+
limitation the rights to use, copy, modify, merge,
|
6455
|
+
publish, distribute, sublicense, and/or sell copies of
|
6456
|
+
the Software, and to permit persons to whom the Software
|
6457
|
+
is furnished to do so, subject to the following
|
6458
|
+
conditions:
|
6459
|
+
|
6460
|
+
The above copyright notice and this permission notice
|
6461
|
+
shall be included in all copies or substantial portions
|
6462
|
+
of the Software.
|
6463
|
+
|
6464
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
6465
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
6466
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
6467
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
6468
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
6469
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
6470
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6471
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6472
|
+
DEALINGS IN THE SOFTWARE.
|
6650
6473
|
|
6651
6474
|
================================================================================
|
6652
6475
|
macro_rules_attribute LICENSE-APACHE
|
@@ -7276,38 +7099,14 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
7276
7099
|
For more information, please refer to <http://unlicense.org/>
|
7277
7100
|
|
7278
7101
|
================================================================================
|
7279
|
-
|
7102
|
+
minimal-lexical LICENSE-APACHE
|
7280
7103
|
================================================================================
|
7281
7104
|
|
7282
|
-
|
7105
|
+
Apache License
|
7106
|
+
Version 2.0, January 2004
|
7107
|
+
http://www.apache.org/licenses/
|
7283
7108
|
|
7284
|
-
|
7285
|
-
of this software and associated documentation files (the "Software"), to deal
|
7286
|
-
in the Software without restriction, including without limitation the rights
|
7287
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7288
|
-
copies of the Software, and to permit persons to whom the Software is
|
7289
|
-
furnished to do so, subject to the following conditions:
|
7290
|
-
|
7291
|
-
The above copyright notice and this permission notice shall be included in all
|
7292
|
-
copies or substantial portions of the Software.
|
7293
|
-
|
7294
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
7295
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
7296
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
7297
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
7298
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
7299
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7300
|
-
SOFTWARE.
|
7301
|
-
|
7302
|
-
================================================================================
|
7303
|
-
minimal-lexical LICENSE-APACHE
|
7304
|
-
================================================================================
|
7305
|
-
|
7306
|
-
Apache License
|
7307
|
-
Version 2.0, January 2004
|
7308
|
-
http://www.apache.org/licenses/
|
7309
|
-
|
7310
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7109
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7311
7110
|
|
7312
7111
|
1. Definitions.
|
7313
7112
|
|
@@ -8587,242 +8386,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
8587
8386
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8588
8387
|
DEALINGS IN THE SOFTWARE.
|
8589
8388
|
|
8590
|
-
================================================================================
|
8591
|
-
peeking_take_while LICENSE-APACHE
|
8592
|
-
================================================================================
|
8593
|
-
|
8594
|
-
Apache License
|
8595
|
-
Version 2.0, January 2004
|
8596
|
-
http://www.apache.org/licenses/
|
8597
|
-
|
8598
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8599
|
-
|
8600
|
-
1. Definitions.
|
8601
|
-
|
8602
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
8603
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
8604
|
-
|
8605
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
8606
|
-
the copyright owner that is granting the License.
|
8607
|
-
|
8608
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
8609
|
-
other entities that control, are controlled by, or are under common
|
8610
|
-
control with that entity. For the purposes of this definition,
|
8611
|
-
"control" means (i) the power, direct or indirect, to cause the
|
8612
|
-
direction or management of such entity, whether by contract or
|
8613
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
8614
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
8615
|
-
|
8616
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
8617
|
-
exercising permissions granted by this License.
|
8618
|
-
|
8619
|
-
"Source" form shall mean the preferred form for making modifications,
|
8620
|
-
including but not limited to software source code, documentation
|
8621
|
-
source, and configuration files.
|
8622
|
-
|
8623
|
-
"Object" form shall mean any form resulting from mechanical
|
8624
|
-
transformation or translation of a Source form, including but
|
8625
|
-
not limited to compiled object code, generated documentation,
|
8626
|
-
and conversions to other media types.
|
8627
|
-
|
8628
|
-
"Work" shall mean the work of authorship, whether in Source or
|
8629
|
-
Object form, made available under the License, as indicated by a
|
8630
|
-
copyright notice that is included in or attached to the work
|
8631
|
-
(an example is provided in the Appendix below).
|
8632
|
-
|
8633
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
8634
|
-
form, that is based on (or derived from) the Work and for which the
|
8635
|
-
editorial revisions, annotations, elaborations, or other modifications
|
8636
|
-
represent, as a whole, an original work of authorship. For the purposes
|
8637
|
-
of this License, Derivative Works shall not include works that remain
|
8638
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
8639
|
-
the Work and Derivative Works thereof.
|
8640
|
-
|
8641
|
-
"Contribution" shall mean any work of authorship, including
|
8642
|
-
the original version of the Work and any modifications or additions
|
8643
|
-
to that Work or Derivative Works thereof, that is intentionally
|
8644
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
8645
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
8646
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
8647
|
-
means any form of electronic, verbal, or written communication sent
|
8648
|
-
to the Licensor or its representatives, including but not limited to
|
8649
|
-
communication on electronic mailing lists, source code control systems,
|
8650
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
8651
|
-
Licensor for the purpose of discussing and improving the Work, but
|
8652
|
-
excluding communication that is conspicuously marked or otherwise
|
8653
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
8654
|
-
|
8655
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
8656
|
-
on behalf of whom a Contribution has been received by Licensor and
|
8657
|
-
subsequently incorporated within the Work.
|
8658
|
-
|
8659
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
8660
|
-
this License, each Contributor hereby grants to You a perpetual,
|
8661
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8662
|
-
copyright license to reproduce, prepare Derivative Works of,
|
8663
|
-
publicly display, publicly perform, sublicense, and distribute the
|
8664
|
-
Work and such Derivative Works in Source or Object form.
|
8665
|
-
|
8666
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
8667
|
-
this License, each Contributor hereby grants to You a perpetual,
|
8668
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8669
|
-
(except as stated in this section) patent license to make, have made,
|
8670
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
8671
|
-
where such license applies only to those patent claims licensable
|
8672
|
-
by such Contributor that are necessarily infringed by their
|
8673
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
8674
|
-
with the Work to which such Contribution(s) was submitted. If You
|
8675
|
-
institute patent litigation against any entity (including a
|
8676
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
8677
|
-
or a Contribution incorporated within the Work constitutes direct
|
8678
|
-
or contributory patent infringement, then any patent licenses
|
8679
|
-
granted to You under this License for that Work shall terminate
|
8680
|
-
as of the date such litigation is filed.
|
8681
|
-
|
8682
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
8683
|
-
Work or Derivative Works thereof in any medium, with or without
|
8684
|
-
modifications, and in Source or Object form, provided that You
|
8685
|
-
meet the following conditions:
|
8686
|
-
|
8687
|
-
(a) You must give any other recipients of the Work or
|
8688
|
-
Derivative Works a copy of this License; and
|
8689
|
-
|
8690
|
-
(b) You must cause any modified files to carry prominent notices
|
8691
|
-
stating that You changed the files; and
|
8692
|
-
|
8693
|
-
(c) You must retain, in the Source form of any Derivative Works
|
8694
|
-
that You distribute, all copyright, patent, trademark, and
|
8695
|
-
attribution notices from the Source form of the Work,
|
8696
|
-
excluding those notices that do not pertain to any part of
|
8697
|
-
the Derivative Works; and
|
8698
|
-
|
8699
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
8700
|
-
distribution, then any Derivative Works that You distribute must
|
8701
|
-
include a readable copy of the attribution notices contained
|
8702
|
-
within such NOTICE file, excluding those notices that do not
|
8703
|
-
pertain to any part of the Derivative Works, in at least one
|
8704
|
-
of the following places: within a NOTICE text file distributed
|
8705
|
-
as part of the Derivative Works; within the Source form or
|
8706
|
-
documentation, if provided along with the Derivative Works; or,
|
8707
|
-
within a display generated by the Derivative Works, if and
|
8708
|
-
wherever such third-party notices normally appear. The contents
|
8709
|
-
of the NOTICE file are for informational purposes only and
|
8710
|
-
do not modify the License. You may add Your own attribution
|
8711
|
-
notices within Derivative Works that You distribute, alongside
|
8712
|
-
or as an addendum to the NOTICE text from the Work, provided
|
8713
|
-
that such additional attribution notices cannot be construed
|
8714
|
-
as modifying the License.
|
8715
|
-
|
8716
|
-
You may add Your own copyright statement to Your modifications and
|
8717
|
-
may provide additional or different license terms and conditions
|
8718
|
-
for use, reproduction, or distribution of Your modifications, or
|
8719
|
-
for any such Derivative Works as a whole, provided Your use,
|
8720
|
-
reproduction, and distribution of the Work otherwise complies with
|
8721
|
-
the conditions stated in this License.
|
8722
|
-
|
8723
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
8724
|
-
any Contribution intentionally submitted for inclusion in the Work
|
8725
|
-
by You to the Licensor shall be under the terms and conditions of
|
8726
|
-
this License, without any additional terms or conditions.
|
8727
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
8728
|
-
the terms of any separate license agreement you may have executed
|
8729
|
-
with Licensor regarding such Contributions.
|
8730
|
-
|
8731
|
-
6. Trademarks. This License does not grant permission to use the trade
|
8732
|
-
names, trademarks, service marks, or product names of the Licensor,
|
8733
|
-
except as required for reasonable and customary use in describing the
|
8734
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
8735
|
-
|
8736
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
8737
|
-
agreed to in writing, Licensor provides the Work (and each
|
8738
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
8739
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
8740
|
-
implied, including, without limitation, any warranties or conditions
|
8741
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
8742
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
8743
|
-
appropriateness of using or redistributing the Work and assume any
|
8744
|
-
risks associated with Your exercise of permissions under this License.
|
8745
|
-
|
8746
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
8747
|
-
whether in tort (including negligence), contract, or otherwise,
|
8748
|
-
unless required by applicable law (such as deliberate and grossly
|
8749
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
8750
|
-
liable to You for damages, including any direct, indirect, special,
|
8751
|
-
incidental, or consequential damages of any character arising as a
|
8752
|
-
result of this License or out of the use or inability to use the
|
8753
|
-
Work (including but not limited to damages for loss of goodwill,
|
8754
|
-
work stoppage, computer failure or malfunction, or any and all
|
8755
|
-
other commercial damages or losses), even if such Contributor
|
8756
|
-
has been advised of the possibility of such damages.
|
8757
|
-
|
8758
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
8759
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
8760
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
8761
|
-
or other liability obligations and/or rights consistent with this
|
8762
|
-
License. However, in accepting such obligations, You may act only
|
8763
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
8764
|
-
of any other Contributor, and only if You agree to indemnify,
|
8765
|
-
defend, and hold each Contributor harmless for any liability
|
8766
|
-
incurred by, or claims asserted against, such Contributor by reason
|
8767
|
-
of your accepting any such warranty or additional liability.
|
8768
|
-
|
8769
|
-
END OF TERMS AND CONDITIONS
|
8770
|
-
|
8771
|
-
APPENDIX: How to apply the Apache License to your work.
|
8772
|
-
|
8773
|
-
To apply the Apache License to your work, attach the following
|
8774
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8775
|
-
replaced with your own identifying information. (Don't include
|
8776
|
-
the brackets!) The text should be enclosed in the appropriate
|
8777
|
-
comment syntax for the file format. We also recommend that a
|
8778
|
-
file or class name and description of purpose be included on the
|
8779
|
-
same "printed page" as the copyright notice for easier
|
8780
|
-
identification within third-party archives.
|
8781
|
-
|
8782
|
-
Copyright [yyyy] [name of copyright owner]
|
8783
|
-
|
8784
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8785
|
-
you may not use this file except in compliance with the License.
|
8786
|
-
You may obtain a copy of the License at
|
8787
|
-
|
8788
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8789
|
-
|
8790
|
-
Unless required by applicable law or agreed to in writing, software
|
8791
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8792
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8793
|
-
See the License for the specific language governing permissions and
|
8794
|
-
limitations under the License.
|
8795
|
-
|
8796
|
-
================================================================================
|
8797
|
-
peeking_take_while LICENSE-MIT
|
8798
|
-
================================================================================
|
8799
|
-
|
8800
|
-
Copyright (c) 2015 The Rust Project Developers
|
8801
|
-
|
8802
|
-
Permission is hereby granted, free of charge, to any
|
8803
|
-
person obtaining a copy of this software and associated
|
8804
|
-
documentation files (the "Software"), to deal in the
|
8805
|
-
Software without restriction, including without
|
8806
|
-
limitation the rights to use, copy, modify, merge,
|
8807
|
-
publish, distribute, sublicense, and/or sell copies of
|
8808
|
-
the Software, and to permit persons to whom the Software
|
8809
|
-
is furnished to do so, subject to the following
|
8810
|
-
conditions:
|
8811
|
-
|
8812
|
-
The above copyright notice and this permission notice
|
8813
|
-
shall be included in all copies or substantial portions
|
8814
|
-
of the Software.
|
8815
|
-
|
8816
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8817
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
8818
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
8819
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
8820
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
8821
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8822
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
8823
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8824
|
-
DEALINGS IN THE SOFTWARE.
|
8825
|
-
|
8826
8389
|
================================================================================
|
8827
8390
|
pkg-config LICENSE-APACHE
|
8828
8391
|
================================================================================
|
@@ -13180,243 +12743,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13180
12743
|
DEALINGS IN THE SOFTWARE.
|
13181
12744
|
|
13182
12745
|
================================================================================
|
13183
|
-
|
13184
|
-
================================================================================
|
13185
|
-
|
13186
|
-
Apache License
|
13187
|
-
Version 2.0, January 2004
|
13188
|
-
http://www.apache.org/licenses/
|
13189
|
-
|
13190
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13191
|
-
|
13192
|
-
1. Definitions.
|
13193
|
-
|
13194
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
13195
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
13196
|
-
|
13197
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
13198
|
-
the copyright owner that is granting the License.
|
13199
|
-
|
13200
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
13201
|
-
other entities that control, are controlled by, or are under common
|
13202
|
-
control with that entity. For the purposes of this definition,
|
13203
|
-
"control" means (i) the power, direct or indirect, to cause the
|
13204
|
-
direction or management of such entity, whether by contract or
|
13205
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
13206
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
13207
|
-
|
13208
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
13209
|
-
exercising permissions granted by this License.
|
13210
|
-
|
13211
|
-
"Source" form shall mean the preferred form for making modifications,
|
13212
|
-
including but not limited to software source code, documentation
|
13213
|
-
source, and configuration files.
|
13214
|
-
|
13215
|
-
"Object" form shall mean any form resulting from mechanical
|
13216
|
-
transformation or translation of a Source form, including but
|
13217
|
-
not limited to compiled object code, generated documentation,
|
13218
|
-
and conversions to other media types.
|
13219
|
-
|
13220
|
-
"Work" shall mean the work of authorship, whether in Source or
|
13221
|
-
Object form, made available under the License, as indicated by a
|
13222
|
-
copyright notice that is included in or attached to the work
|
13223
|
-
(an example is provided in the Appendix below).
|
13224
|
-
|
13225
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
13226
|
-
form, that is based on (or derived from) the Work and for which the
|
13227
|
-
editorial revisions, annotations, elaborations, or other modifications
|
13228
|
-
represent, as a whole, an original work of authorship. For the purposes
|
13229
|
-
of this License, Derivative Works shall not include works that remain
|
13230
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
13231
|
-
the Work and Derivative Works thereof.
|
13232
|
-
|
13233
|
-
"Contribution" shall mean any work of authorship, including
|
13234
|
-
the original version of the Work and any modifications or additions
|
13235
|
-
to that Work or Derivative Works thereof, that is intentionally
|
13236
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
13237
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
13238
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
13239
|
-
means any form of electronic, verbal, or written communication sent
|
13240
|
-
to the Licensor or its representatives, including but not limited to
|
13241
|
-
communication on electronic mailing lists, source code control systems,
|
13242
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
13243
|
-
Licensor for the purpose of discussing and improving the Work, but
|
13244
|
-
excluding communication that is conspicuously marked or otherwise
|
13245
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
13246
|
-
|
13247
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
13248
|
-
on behalf of whom a Contribution has been received by Licensor and
|
13249
|
-
subsequently incorporated within the Work.
|
13250
|
-
|
13251
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
13252
|
-
this License, each Contributor hereby grants to You a perpetual,
|
13253
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13254
|
-
copyright license to reproduce, prepare Derivative Works of,
|
13255
|
-
publicly display, publicly perform, sublicense, and distribute the
|
13256
|
-
Work and such Derivative Works in Source or Object form.
|
13257
|
-
|
13258
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
13259
|
-
this License, each Contributor hereby grants to You a perpetual,
|
13260
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
13261
|
-
(except as stated in this section) patent license to make, have made,
|
13262
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
13263
|
-
where such license applies only to those patent claims licensable
|
13264
|
-
by such Contributor that are necessarily infringed by their
|
13265
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
13266
|
-
with the Work to which such Contribution(s) was submitted. If You
|
13267
|
-
institute patent litigation against any entity (including a
|
13268
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
13269
|
-
or a Contribution incorporated within the Work constitutes direct
|
13270
|
-
or contributory patent infringement, then any patent licenses
|
13271
|
-
granted to You under this License for that Work shall terminate
|
13272
|
-
as of the date such litigation is filed.
|
13273
|
-
|
13274
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
13275
|
-
Work or Derivative Works thereof in any medium, with or without
|
13276
|
-
modifications, and in Source or Object form, provided that You
|
13277
|
-
meet the following conditions:
|
13278
|
-
|
13279
|
-
(a) You must give any other recipients of the Work or
|
13280
|
-
Derivative Works a copy of this License; and
|
13281
|
-
|
13282
|
-
(b) You must cause any modified files to carry prominent notices
|
13283
|
-
stating that You changed the files; and
|
13284
|
-
|
13285
|
-
(c) You must retain, in the Source form of any Derivative Works
|
13286
|
-
that You distribute, all copyright, patent, trademark, and
|
13287
|
-
attribution notices from the Source form of the Work,
|
13288
|
-
excluding those notices that do not pertain to any part of
|
13289
|
-
the Derivative Works; and
|
13290
|
-
|
13291
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
13292
|
-
distribution, then any Derivative Works that You distribute must
|
13293
|
-
include a readable copy of the attribution notices contained
|
13294
|
-
within such NOTICE file, excluding those notices that do not
|
13295
|
-
pertain to any part of the Derivative Works, in at least one
|
13296
|
-
of the following places: within a NOTICE text file distributed
|
13297
|
-
as part of the Derivative Works; within the Source form or
|
13298
|
-
documentation, if provided along with the Derivative Works; or,
|
13299
|
-
within a display generated by the Derivative Works, if and
|
13300
|
-
wherever such third-party notices normally appear. The contents
|
13301
|
-
of the NOTICE file are for informational purposes only and
|
13302
|
-
do not modify the License. You may add Your own attribution
|
13303
|
-
notices within Derivative Works that You distribute, alongside
|
13304
|
-
or as an addendum to the NOTICE text from the Work, provided
|
13305
|
-
that such additional attribution notices cannot be construed
|
13306
|
-
as modifying the License.
|
13307
|
-
|
13308
|
-
You may add Your own copyright statement to Your modifications and
|
13309
|
-
may provide additional or different license terms and conditions
|
13310
|
-
for use, reproduction, or distribution of Your modifications, or
|
13311
|
-
for any such Derivative Works as a whole, provided Your use,
|
13312
|
-
reproduction, and distribution of the Work otherwise complies with
|
13313
|
-
the conditions stated in this License.
|
13314
|
-
|
13315
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
13316
|
-
any Contribution intentionally submitted for inclusion in the Work
|
13317
|
-
by You to the Licensor shall be under the terms and conditions of
|
13318
|
-
this License, without any additional terms or conditions.
|
13319
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
13320
|
-
the terms of any separate license agreement you may have executed
|
13321
|
-
with Licensor regarding such Contributions.
|
13322
|
-
|
13323
|
-
6. Trademarks. This License does not grant permission to use the trade
|
13324
|
-
names, trademarks, service marks, or product names of the Licensor,
|
13325
|
-
except as required for reasonable and customary use in describing the
|
13326
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
13327
|
-
|
13328
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
13329
|
-
agreed to in writing, Licensor provides the Work (and each
|
13330
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
13331
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13332
|
-
implied, including, without limitation, any warranties or conditions
|
13333
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
13334
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
13335
|
-
appropriateness of using or redistributing the Work and assume any
|
13336
|
-
risks associated with Your exercise of permissions under this License.
|
13337
|
-
|
13338
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
13339
|
-
whether in tort (including negligence), contract, or otherwise,
|
13340
|
-
unless required by applicable law (such as deliberate and grossly
|
13341
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
13342
|
-
liable to You for damages, including any direct, indirect, special,
|
13343
|
-
incidental, or consequential damages of any character arising as a
|
13344
|
-
result of this License or out of the use or inability to use the
|
13345
|
-
Work (including but not limited to damages for loss of goodwill,
|
13346
|
-
work stoppage, computer failure or malfunction, or any and all
|
13347
|
-
other commercial damages or losses), even if such Contributor
|
13348
|
-
has been advised of the possibility of such damages.
|
13349
|
-
|
13350
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
13351
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
13352
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
13353
|
-
or other liability obligations and/or rights consistent with this
|
13354
|
-
License. However, in accepting such obligations, You may act only
|
13355
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
13356
|
-
of any other Contributor, and only if You agree to indemnify,
|
13357
|
-
defend, and hold each Contributor harmless for any liability
|
13358
|
-
incurred by, or claims asserted against, such Contributor by reason
|
13359
|
-
of your accepting any such warranty or additional liability.
|
13360
|
-
|
13361
|
-
END OF TERMS AND CONDITIONS
|
13362
|
-
|
13363
|
-
APPENDIX: How to apply the Apache License to your work.
|
13364
|
-
|
13365
|
-
To apply the Apache License to your work, attach the following
|
13366
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
13367
|
-
replaced with your own identifying information. (Don't include
|
13368
|
-
the brackets!) The text should be enclosed in the appropriate
|
13369
|
-
comment syntax for the file format. We also recommend that a
|
13370
|
-
file or class name and description of purpose be included on the
|
13371
|
-
same "printed page" as the copyright notice for easier
|
13372
|
-
identification within third-party archives.
|
13373
|
-
|
13374
|
-
Copyright [yyyy] [name of copyright owner]
|
13375
|
-
|
13376
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
13377
|
-
you may not use this file except in compliance with the License.
|
13378
|
-
You may obtain a copy of the License at
|
13379
|
-
|
13380
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
13381
|
-
|
13382
|
-
Unless required by applicable law or agreed to in writing, software
|
13383
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
13384
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13385
|
-
See the License for the specific language governing permissions and
|
13386
|
-
limitations under the License.
|
13387
|
-
|
13388
|
-
================================================================================
|
13389
|
-
scopeguard LICENSE-MIT
|
13390
|
-
================================================================================
|
13391
|
-
|
13392
|
-
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
13393
|
-
|
13394
|
-
Permission is hereby granted, free of charge, to any
|
13395
|
-
person obtaining a copy of this software and associated
|
13396
|
-
documentation files (the "Software"), to deal in the
|
13397
|
-
Software without restriction, including without
|
13398
|
-
limitation the rights to use, copy, modify, merge,
|
13399
|
-
publish, distribute, sublicense, and/or sell copies of
|
13400
|
-
the Software, and to permit persons to whom the Software
|
13401
|
-
is furnished to do so, subject to the following
|
13402
|
-
conditions:
|
13403
|
-
|
13404
|
-
The above copyright notice and this permission notice
|
13405
|
-
shall be included in all copies or substantial portions
|
13406
|
-
of the Software.
|
13407
|
-
|
13408
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
13409
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
13410
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
13411
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
13412
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
13413
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
13414
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
13415
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
13416
|
-
DEALINGS IN THE SOFTWARE.
|
13417
|
-
|
13418
|
-
================================================================================
|
13419
|
-
seq-macro LICENSE-APACHE
|
12746
|
+
seq-macro LICENSE-APACHE
|
13420
12747
|
================================================================================
|
13421
12748
|
|
13422
12749
|
Apache License
|
@@ -16433,114 +15760,847 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16433
15760
|
(b) You must cause any modified files to carry prominent notices
|
16434
15761
|
stating that You changed the files; and
|
16435
15762
|
|
16436
|
-
(c) You must retain, in the Source form of any Derivative Works
|
16437
|
-
that You distribute, all copyright, patent, trademark, and
|
16438
|
-
attribution notices from the Source form of the Work,
|
16439
|
-
excluding those notices that do not pertain to any part of
|
16440
|
-
the Derivative Works; and
|
15763
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15764
|
+
that You distribute, all copyright, patent, trademark, and
|
15765
|
+
attribution notices from the Source form of the Work,
|
15766
|
+
excluding those notices that do not pertain to any part of
|
15767
|
+
the Derivative Works; and
|
15768
|
+
|
15769
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15770
|
+
distribution, then any Derivative Works that You distribute must
|
15771
|
+
include a readable copy of the attribution notices contained
|
15772
|
+
within such NOTICE file, excluding those notices that do not
|
15773
|
+
pertain to any part of the Derivative Works, in at least one
|
15774
|
+
of the following places: within a NOTICE text file distributed
|
15775
|
+
as part of the Derivative Works; within the Source form or
|
15776
|
+
documentation, if provided along with the Derivative Works; or,
|
15777
|
+
within a display generated by the Derivative Works, if and
|
15778
|
+
wherever such third-party notices normally appear. The contents
|
15779
|
+
of the NOTICE file are for informational purposes only and
|
15780
|
+
do not modify the License. You may add Your own attribution
|
15781
|
+
notices within Derivative Works that You distribute, alongside
|
15782
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15783
|
+
that such additional attribution notices cannot be construed
|
15784
|
+
as modifying the License.
|
15785
|
+
|
15786
|
+
You may add Your own copyright statement to Your modifications and
|
15787
|
+
may provide additional or different license terms and conditions
|
15788
|
+
for use, reproduction, or distribution of Your modifications, or
|
15789
|
+
for any such Derivative Works as a whole, provided Your use,
|
15790
|
+
reproduction, and distribution of the Work otherwise complies with
|
15791
|
+
the conditions stated in this License.
|
15792
|
+
|
15793
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15794
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15795
|
+
by You to the Licensor shall be under the terms and conditions of
|
15796
|
+
this License, without any additional terms or conditions.
|
15797
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15798
|
+
the terms of any separate license agreement you may have executed
|
15799
|
+
with Licensor regarding such Contributions.
|
15800
|
+
|
15801
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15802
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15803
|
+
except as required for reasonable and customary use in describing the
|
15804
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15805
|
+
|
15806
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15807
|
+
agreed to in writing, Licensor provides the Work (and each
|
15808
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15809
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15810
|
+
implied, including, without limitation, any warranties or conditions
|
15811
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15812
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15813
|
+
appropriateness of using or redistributing the Work and assume any
|
15814
|
+
risks associated with Your exercise of permissions under this License.
|
15815
|
+
|
15816
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15817
|
+
whether in tort (including negligence), contract, or otherwise,
|
15818
|
+
unless required by applicable law (such as deliberate and grossly
|
15819
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15820
|
+
liable to You for damages, including any direct, indirect, special,
|
15821
|
+
incidental, or consequential damages of any character arising as a
|
15822
|
+
result of this License or out of the use or inability to use the
|
15823
|
+
Work (including but not limited to damages for loss of goodwill,
|
15824
|
+
work stoppage, computer failure or malfunction, or any and all
|
15825
|
+
other commercial damages or losses), even if such Contributor
|
15826
|
+
has been advised of the possibility of such damages.
|
15827
|
+
|
15828
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15829
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15830
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15831
|
+
or other liability obligations and/or rights consistent with this
|
15832
|
+
License. However, in accepting such obligations, You may act only
|
15833
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15834
|
+
of any other Contributor, and only if You agree to indemnify,
|
15835
|
+
defend, and hold each Contributor harmless for any liability
|
15836
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15837
|
+
of your accepting any such warranty or additional liability.
|
15838
|
+
|
15839
|
+
END OF TERMS AND CONDITIONS
|
15840
|
+
|
15841
|
+
APPENDIX: How to apply the Apache License to your work.
|
15842
|
+
|
15843
|
+
To apply the Apache License to your work, attach the following
|
15844
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15845
|
+
replaced with your own identifying information. (Don't include
|
15846
|
+
the brackets!) The text should be enclosed in the appropriate
|
15847
|
+
comment syntax for the file format. We also recommend that a
|
15848
|
+
file or class name and description of purpose be included on the
|
15849
|
+
same "printed page" as the copyright notice for easier
|
15850
|
+
identification within third-party archives.
|
15851
|
+
|
15852
|
+
Copyright [yyyy] [name of copyright owner]
|
15853
|
+
|
15854
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15855
|
+
you may not use this file except in compliance with the License.
|
15856
|
+
You may obtain a copy of the License at
|
15857
|
+
|
15858
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15859
|
+
|
15860
|
+
Unless required by applicable law or agreed to in writing, software
|
15861
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15862
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15863
|
+
See the License for the specific language governing permissions and
|
15864
|
+
limitations under the License.
|
15865
|
+
|
15866
|
+
================================================================================
|
15867
|
+
unicode-segmentation LICENSE-MIT
|
15868
|
+
================================================================================
|
15869
|
+
|
15870
|
+
Copyright (c) 2015 The Rust Project Developers
|
15871
|
+
|
15872
|
+
Permission is hereby granted, free of charge, to any
|
15873
|
+
person obtaining a copy of this software and associated
|
15874
|
+
documentation files (the "Software"), to deal in the
|
15875
|
+
Software without restriction, including without
|
15876
|
+
limitation the rights to use, copy, modify, merge,
|
15877
|
+
publish, distribute, sublicense, and/or sell copies of
|
15878
|
+
the Software, and to permit persons to whom the Software
|
15879
|
+
is furnished to do so, subject to the following
|
15880
|
+
conditions:
|
15881
|
+
|
15882
|
+
The above copyright notice and this permission notice
|
15883
|
+
shall be included in all copies or substantial portions
|
15884
|
+
of the Software.
|
15885
|
+
|
15886
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15887
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15888
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15889
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15890
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15891
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15892
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15893
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15894
|
+
DEALINGS IN THE SOFTWARE.
|
15895
|
+
|
15896
|
+
================================================================================
|
15897
|
+
unicode-width LICENSE-APACHE
|
15898
|
+
================================================================================
|
15899
|
+
|
15900
|
+
Apache License
|
15901
|
+
Version 2.0, January 2004
|
15902
|
+
http://www.apache.org/licenses/
|
15903
|
+
|
15904
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
15905
|
+
|
15906
|
+
1. Definitions.
|
15907
|
+
|
15908
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
15909
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
15910
|
+
|
15911
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
15912
|
+
the copyright owner that is granting the License.
|
15913
|
+
|
15914
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
15915
|
+
other entities that control, are controlled by, or are under common
|
15916
|
+
control with that entity. For the purposes of this definition,
|
15917
|
+
"control" means (i) the power, direct or indirect, to cause the
|
15918
|
+
direction or management of such entity, whether by contract or
|
15919
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
15920
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
15921
|
+
|
15922
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
15923
|
+
exercising permissions granted by this License.
|
15924
|
+
|
15925
|
+
"Source" form shall mean the preferred form for making modifications,
|
15926
|
+
including but not limited to software source code, documentation
|
15927
|
+
source, and configuration files.
|
15928
|
+
|
15929
|
+
"Object" form shall mean any form resulting from mechanical
|
15930
|
+
transformation or translation of a Source form, including but
|
15931
|
+
not limited to compiled object code, generated documentation,
|
15932
|
+
and conversions to other media types.
|
15933
|
+
|
15934
|
+
"Work" shall mean the work of authorship, whether in Source or
|
15935
|
+
Object form, made available under the License, as indicated by a
|
15936
|
+
copyright notice that is included in or attached to the work
|
15937
|
+
(an example is provided in the Appendix below).
|
15938
|
+
|
15939
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
15940
|
+
form, that is based on (or derived from) the Work and for which the
|
15941
|
+
editorial revisions, annotations, elaborations, or other modifications
|
15942
|
+
represent, as a whole, an original work of authorship. For the purposes
|
15943
|
+
of this License, Derivative Works shall not include works that remain
|
15944
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
15945
|
+
the Work and Derivative Works thereof.
|
15946
|
+
|
15947
|
+
"Contribution" shall mean any work of authorship, including
|
15948
|
+
the original version of the Work and any modifications or additions
|
15949
|
+
to that Work or Derivative Works thereof, that is intentionally
|
15950
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
15951
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
15952
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15953
|
+
means any form of electronic, verbal, or written communication sent
|
15954
|
+
to the Licensor or its representatives, including but not limited to
|
15955
|
+
communication on electronic mailing lists, source code control systems,
|
15956
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15957
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15958
|
+
excluding communication that is conspicuously marked or otherwise
|
15959
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15960
|
+
|
15961
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15962
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15963
|
+
subsequently incorporated within the Work.
|
15964
|
+
|
15965
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15966
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15967
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15968
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15969
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15970
|
+
Work and such Derivative Works in Source or Object form.
|
15971
|
+
|
15972
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15973
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15974
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15975
|
+
(except as stated in this section) patent license to make, have made,
|
15976
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15977
|
+
where such license applies only to those patent claims licensable
|
15978
|
+
by such Contributor that are necessarily infringed by their
|
15979
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15980
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15981
|
+
institute patent litigation against any entity (including a
|
15982
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15983
|
+
or a Contribution incorporated within the Work constitutes direct
|
15984
|
+
or contributory patent infringement, then any patent licenses
|
15985
|
+
granted to You under this License for that Work shall terminate
|
15986
|
+
as of the date such litigation is filed.
|
15987
|
+
|
15988
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15989
|
+
Work or Derivative Works thereof in any medium, with or without
|
15990
|
+
modifications, and in Source or Object form, provided that You
|
15991
|
+
meet the following conditions:
|
15992
|
+
|
15993
|
+
(a) You must give any other recipients of the Work or
|
15994
|
+
Derivative Works a copy of this License; and
|
15995
|
+
|
15996
|
+
(b) You must cause any modified files to carry prominent notices
|
15997
|
+
stating that You changed the files; and
|
15998
|
+
|
15999
|
+
(c) You must retain, in the Source form of any Derivative Works
|
16000
|
+
that You distribute, all copyright, patent, trademark, and
|
16001
|
+
attribution notices from the Source form of the Work,
|
16002
|
+
excluding those notices that do not pertain to any part of
|
16003
|
+
the Derivative Works; and
|
16004
|
+
|
16005
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
16006
|
+
distribution, then any Derivative Works that You distribute must
|
16007
|
+
include a readable copy of the attribution notices contained
|
16008
|
+
within such NOTICE file, excluding those notices that do not
|
16009
|
+
pertain to any part of the Derivative Works, in at least one
|
16010
|
+
of the following places: within a NOTICE text file distributed
|
16011
|
+
as part of the Derivative Works; within the Source form or
|
16012
|
+
documentation, if provided along with the Derivative Works; or,
|
16013
|
+
within a display generated by the Derivative Works, if and
|
16014
|
+
wherever such third-party notices normally appear. The contents
|
16015
|
+
of the NOTICE file are for informational purposes only and
|
16016
|
+
do not modify the License. You may add Your own attribution
|
16017
|
+
notices within Derivative Works that You distribute, alongside
|
16018
|
+
or as an addendum to the NOTICE text from the Work, provided
|
16019
|
+
that such additional attribution notices cannot be construed
|
16020
|
+
as modifying the License.
|
16021
|
+
|
16022
|
+
You may add Your own copyright statement to Your modifications and
|
16023
|
+
may provide additional or different license terms and conditions
|
16024
|
+
for use, reproduction, or distribution of Your modifications, or
|
16025
|
+
for any such Derivative Works as a whole, provided Your use,
|
16026
|
+
reproduction, and distribution of the Work otherwise complies with
|
16027
|
+
the conditions stated in this License.
|
16028
|
+
|
16029
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16030
|
+
any Contribution intentionally submitted for inclusion in the Work
|
16031
|
+
by You to the Licensor shall be under the terms and conditions of
|
16032
|
+
this License, without any additional terms or conditions.
|
16033
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
16034
|
+
the terms of any separate license agreement you may have executed
|
16035
|
+
with Licensor regarding such Contributions.
|
16036
|
+
|
16037
|
+
6. Trademarks. This License does not grant permission to use the trade
|
16038
|
+
names, trademarks, service marks, or product names of the Licensor,
|
16039
|
+
except as required for reasonable and customary use in describing the
|
16040
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
16041
|
+
|
16042
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
16043
|
+
agreed to in writing, Licensor provides the Work (and each
|
16044
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16045
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16046
|
+
implied, including, without limitation, any warranties or conditions
|
16047
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16048
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16049
|
+
appropriateness of using or redistributing the Work and assume any
|
16050
|
+
risks associated with Your exercise of permissions under this License.
|
16051
|
+
|
16052
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
16053
|
+
whether in tort (including negligence), contract, or otherwise,
|
16054
|
+
unless required by applicable law (such as deliberate and grossly
|
16055
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
16056
|
+
liable to You for damages, including any direct, indirect, special,
|
16057
|
+
incidental, or consequential damages of any character arising as a
|
16058
|
+
result of this License or out of the use or inability to use the
|
16059
|
+
Work (including but not limited to damages for loss of goodwill,
|
16060
|
+
work stoppage, computer failure or malfunction, or any and all
|
16061
|
+
other commercial damages or losses), even if such Contributor
|
16062
|
+
has been advised of the possibility of such damages.
|
16063
|
+
|
16064
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
16065
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
16066
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
16067
|
+
or other liability obligations and/or rights consistent with this
|
16068
|
+
License. However, in accepting such obligations, You may act only
|
16069
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
16070
|
+
of any other Contributor, and only if You agree to indemnify,
|
16071
|
+
defend, and hold each Contributor harmless for any liability
|
16072
|
+
incurred by, or claims asserted against, such Contributor by reason
|
16073
|
+
of your accepting any such warranty or additional liability.
|
16074
|
+
|
16075
|
+
END OF TERMS AND CONDITIONS
|
16076
|
+
|
16077
|
+
APPENDIX: How to apply the Apache License to your work.
|
16078
|
+
|
16079
|
+
To apply the Apache License to your work, attach the following
|
16080
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
16081
|
+
replaced with your own identifying information. (Don't include
|
16082
|
+
the brackets!) The text should be enclosed in the appropriate
|
16083
|
+
comment syntax for the file format. We also recommend that a
|
16084
|
+
file or class name and description of purpose be included on the
|
16085
|
+
same "printed page" as the copyright notice for easier
|
16086
|
+
identification within third-party archives.
|
16087
|
+
|
16088
|
+
Copyright [yyyy] [name of copyright owner]
|
16089
|
+
|
16090
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
16091
|
+
you may not use this file except in compliance with the License.
|
16092
|
+
You may obtain a copy of the License at
|
16093
|
+
|
16094
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
16095
|
+
|
16096
|
+
Unless required by applicable law or agreed to in writing, software
|
16097
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
16098
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16099
|
+
See the License for the specific language governing permissions and
|
16100
|
+
limitations under the License.
|
16101
|
+
|
16102
|
+
================================================================================
|
16103
|
+
unicode-width LICENSE-MIT
|
16104
|
+
================================================================================
|
16105
|
+
|
16106
|
+
Copyright (c) 2015 The Rust Project Developers
|
16107
|
+
|
16108
|
+
Permission is hereby granted, free of charge, to any
|
16109
|
+
person obtaining a copy of this software and associated
|
16110
|
+
documentation files (the "Software"), to deal in the
|
16111
|
+
Software without restriction, including without
|
16112
|
+
limitation the rights to use, copy, modify, merge,
|
16113
|
+
publish, distribute, sublicense, and/or sell copies of
|
16114
|
+
the Software, and to permit persons to whom the Software
|
16115
|
+
is furnished to do so, subject to the following
|
16116
|
+
conditions:
|
16117
|
+
|
16118
|
+
The above copyright notice and this permission notice
|
16119
|
+
shall be included in all copies or substantial portions
|
16120
|
+
of the Software.
|
16121
|
+
|
16122
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
16123
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
16124
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
16125
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
16126
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
16127
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
16128
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
16129
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16130
|
+
DEALINGS IN THE SOFTWARE.
|
16131
|
+
|
16132
|
+
================================================================================
|
16133
|
+
unicode_categories LICENSE-APACHE
|
16134
|
+
================================================================================
|
16135
|
+
|
16136
|
+
Apache License
|
16137
|
+
Version 2.0, January 2004
|
16138
|
+
http://www.apache.org/licenses/
|
16139
|
+
|
16140
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16141
|
+
|
16142
|
+
1. Definitions.
|
16143
|
+
|
16144
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
16145
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
16146
|
+
|
16147
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
16148
|
+
the copyright owner that is granting the License.
|
16149
|
+
|
16150
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16151
|
+
other entities that control, are controlled by, or are under common
|
16152
|
+
control with that entity. For the purposes of this definition,
|
16153
|
+
"control" means (i) the power, direct or indirect, to cause the
|
16154
|
+
direction or management of such entity, whether by contract or
|
16155
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16156
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
16157
|
+
|
16158
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
16159
|
+
exercising permissions granted by this License.
|
16160
|
+
|
16161
|
+
"Source" form shall mean the preferred form for making modifications,
|
16162
|
+
including but not limited to software source code, documentation
|
16163
|
+
source, and configuration files.
|
16164
|
+
|
16165
|
+
"Object" form shall mean any form resulting from mechanical
|
16166
|
+
transformation or translation of a Source form, including but
|
16167
|
+
not limited to compiled object code, generated documentation,
|
16168
|
+
and conversions to other media types.
|
16169
|
+
|
16170
|
+
"Work" shall mean the work of authorship, whether in Source or
|
16171
|
+
Object form, made available under the License, as indicated by a
|
16172
|
+
copyright notice that is included in or attached to the work
|
16173
|
+
(an example is provided in the Appendix below).
|
16174
|
+
|
16175
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
16176
|
+
form, that is based on (or derived from) the Work and for which the
|
16177
|
+
editorial revisions, annotations, elaborations, or other modifications
|
16178
|
+
represent, as a whole, an original work of authorship. For the purposes
|
16179
|
+
of this License, Derivative Works shall not include works that remain
|
16180
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
16181
|
+
the Work and Derivative Works thereof.
|
16182
|
+
|
16183
|
+
"Contribution" shall mean any work of authorship, including
|
16184
|
+
the original version of the Work and any modifications or additions
|
16185
|
+
to that Work or Derivative Works thereof, that is intentionally
|
16186
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
16187
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
16188
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
16189
|
+
means any form of electronic, verbal, or written communication sent
|
16190
|
+
to the Licensor or its representatives, including but not limited to
|
16191
|
+
communication on electronic mailing lists, source code control systems,
|
16192
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
16193
|
+
Licensor for the purpose of discussing and improving the Work, but
|
16194
|
+
excluding communication that is conspicuously marked or otherwise
|
16195
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
16196
|
+
|
16197
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16198
|
+
on behalf of whom a Contribution has been received by Licensor and
|
16199
|
+
subsequently incorporated within the Work.
|
16200
|
+
|
16201
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
16202
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16203
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16204
|
+
copyright license to reproduce, prepare Derivative Works of,
|
16205
|
+
publicly display, publicly perform, sublicense, and distribute the
|
16206
|
+
Work and such Derivative Works in Source or Object form.
|
16207
|
+
|
16208
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
16209
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16210
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16211
|
+
(except as stated in this section) patent license to make, have made,
|
16212
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16213
|
+
where such license applies only to those patent claims licensable
|
16214
|
+
by such Contributor that are necessarily infringed by their
|
16215
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
16216
|
+
with the Work to which such Contribution(s) was submitted. If You
|
16217
|
+
institute patent litigation against any entity (including a
|
16218
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16219
|
+
or a Contribution incorporated within the Work constitutes direct
|
16220
|
+
or contributory patent infringement, then any patent licenses
|
16221
|
+
granted to You under this License for that Work shall terminate
|
16222
|
+
as of the date such litigation is filed.
|
16223
|
+
|
16224
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
16225
|
+
Work or Derivative Works thereof in any medium, with or without
|
16226
|
+
modifications, and in Source or Object form, provided that You
|
16227
|
+
meet the following conditions:
|
16228
|
+
|
16229
|
+
(a) You must give any other recipients of the Work or
|
16230
|
+
Derivative Works a copy of this License; and
|
16231
|
+
|
16232
|
+
(b) You must cause any modified files to carry prominent notices
|
16233
|
+
stating that You changed the files; and
|
16234
|
+
|
16235
|
+
(c) You must retain, in the Source form of any Derivative Works
|
16236
|
+
that You distribute, all copyright, patent, trademark, and
|
16237
|
+
attribution notices from the Source form of the Work,
|
16238
|
+
excluding those notices that do not pertain to any part of
|
16239
|
+
the Derivative Works; and
|
16240
|
+
|
16241
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
16242
|
+
distribution, then any Derivative Works that You distribute must
|
16243
|
+
include a readable copy of the attribution notices contained
|
16244
|
+
within such NOTICE file, excluding those notices that do not
|
16245
|
+
pertain to any part of the Derivative Works, in at least one
|
16246
|
+
of the following places: within a NOTICE text file distributed
|
16247
|
+
as part of the Derivative Works; within the Source form or
|
16248
|
+
documentation, if provided along with the Derivative Works; or,
|
16249
|
+
within a display generated by the Derivative Works, if and
|
16250
|
+
wherever such third-party notices normally appear. The contents
|
16251
|
+
of the NOTICE file are for informational purposes only and
|
16252
|
+
do not modify the License. You may add Your own attribution
|
16253
|
+
notices within Derivative Works that You distribute, alongside
|
16254
|
+
or as an addendum to the NOTICE text from the Work, provided
|
16255
|
+
that such additional attribution notices cannot be construed
|
16256
|
+
as modifying the License.
|
16257
|
+
|
16258
|
+
You may add Your own copyright statement to Your modifications and
|
16259
|
+
may provide additional or different license terms and conditions
|
16260
|
+
for use, reproduction, or distribution of Your modifications, or
|
16261
|
+
for any such Derivative Works as a whole, provided Your use,
|
16262
|
+
reproduction, and distribution of the Work otherwise complies with
|
16263
|
+
the conditions stated in this License.
|
16264
|
+
|
16265
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16266
|
+
any Contribution intentionally submitted for inclusion in the Work
|
16267
|
+
by You to the Licensor shall be under the terms and conditions of
|
16268
|
+
this License, without any additional terms or conditions.
|
16269
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
16270
|
+
the terms of any separate license agreement you may have executed
|
16271
|
+
with Licensor regarding such Contributions.
|
16272
|
+
|
16273
|
+
6. Trademarks. This License does not grant permission to use the trade
|
16274
|
+
names, trademarks, service marks, or product names of the Licensor,
|
16275
|
+
except as required for reasonable and customary use in describing the
|
16276
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
16277
|
+
|
16278
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
16279
|
+
agreed to in writing, Licensor provides the Work (and each
|
16280
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16281
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16282
|
+
implied, including, without limitation, any warranties or conditions
|
16283
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16284
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16285
|
+
appropriateness of using or redistributing the Work and assume any
|
16286
|
+
risks associated with Your exercise of permissions under this License.
|
16287
|
+
|
16288
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
16289
|
+
whether in tort (including negligence), contract, or otherwise,
|
16290
|
+
unless required by applicable law (such as deliberate and grossly
|
16291
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
16292
|
+
liable to You for damages, including any direct, indirect, special,
|
16293
|
+
incidental, or consequential damages of any character arising as a
|
16294
|
+
result of this License or out of the use or inability to use the
|
16295
|
+
Work (including but not limited to damages for loss of goodwill,
|
16296
|
+
work stoppage, computer failure or malfunction, or any and all
|
16297
|
+
other commercial damages or losses), even if such Contributor
|
16298
|
+
has been advised of the possibility of such damages.
|
16299
|
+
|
16300
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
16301
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
16302
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
16303
|
+
or other liability obligations and/or rights consistent with this
|
16304
|
+
License. However, in accepting such obligations, You may act only
|
16305
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
16306
|
+
of any other Contributor, and only if You agree to indemnify,
|
16307
|
+
defend, and hold each Contributor harmless for any liability
|
16308
|
+
incurred by, or claims asserted against, such Contributor by reason
|
16309
|
+
of your accepting any such warranty or additional liability.
|
16310
|
+
|
16311
|
+
END OF TERMS AND CONDITIONS
|
16312
|
+
|
16313
|
+
APPENDIX: How to apply the Apache License to your work.
|
16314
|
+
|
16315
|
+
To apply the Apache License to your work, attach the following
|
16316
|
+
boilerplate notice, with the fields enclosed by brackets "{}"
|
16317
|
+
replaced with your own identifying information. (Don't include
|
16318
|
+
the brackets!) The text should be enclosed in the appropriate
|
16319
|
+
comment syntax for the file format. We also recommend that a
|
16320
|
+
file or class name and description of purpose be included on the
|
16321
|
+
same "printed page" as the copyright notice for easier
|
16322
|
+
identification within third-party archives.
|
16323
|
+
|
16324
|
+
Copyright {yyyy} {name of copyright owner}
|
16325
|
+
|
16326
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
16327
|
+
you may not use this file except in compliance with the License.
|
16328
|
+
You may obtain a copy of the License at
|
16329
|
+
|
16330
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
16331
|
+
|
16332
|
+
Unless required by applicable law or agreed to in writing, software
|
16333
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
16334
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16335
|
+
See the License for the specific language governing permissions and
|
16336
|
+
limitations under the License.
|
16337
|
+
|
16338
|
+
|
16339
|
+
================================================================================
|
16340
|
+
unicode_categories LICENSE-MIT
|
16341
|
+
================================================================================
|
16342
|
+
|
16343
|
+
Copyright (c) 2015 The unicode-categories Developers
|
16344
|
+
|
16345
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16346
|
+
of this software and associated documentation files (the "Software"), to deal
|
16347
|
+
in the Software without restriction, including without limitation the rights
|
16348
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
16349
|
+
copies of the Software, and to permit persons to whom the Software is
|
16350
|
+
furnished to do so, subject to the following conditions:
|
16351
|
+
|
16352
|
+
The above copyright notice and this permission notice shall be included in all
|
16353
|
+
copies or substantial portions of the Software.
|
16354
|
+
|
16355
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16356
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16357
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16358
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
16359
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
16360
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
16361
|
+
SOFTWARE.
|
16362
|
+
|
16363
|
+
================================================================================
|
16364
|
+
zerocopy LICENSE-APACHE
|
16365
|
+
================================================================================
|
16366
|
+
|
16367
|
+
Apache License
|
16368
|
+
Version 2.0, January 2004
|
16369
|
+
http://www.apache.org/licenses/
|
16370
|
+
|
16371
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
16372
|
+
|
16373
|
+
1. Definitions.
|
16374
|
+
|
16375
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
16376
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
16377
|
+
|
16378
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
16379
|
+
the copyright owner that is granting the License.
|
16380
|
+
|
16381
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
16382
|
+
other entities that control, are controlled by, or are under common
|
16383
|
+
control with that entity. For the purposes of this definition,
|
16384
|
+
"control" means (i) the power, direct or indirect, to cause the
|
16385
|
+
direction or management of such entity, whether by contract or
|
16386
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
16387
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
16388
|
+
|
16389
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
16390
|
+
exercising permissions granted by this License.
|
16391
|
+
|
16392
|
+
"Source" form shall mean the preferred form for making modifications,
|
16393
|
+
including but not limited to software source code, documentation
|
16394
|
+
source, and configuration files.
|
16395
|
+
|
16396
|
+
"Object" form shall mean any form resulting from mechanical
|
16397
|
+
transformation or translation of a Source form, including but
|
16398
|
+
not limited to compiled object code, generated documentation,
|
16399
|
+
and conversions to other media types.
|
16400
|
+
|
16401
|
+
"Work" shall mean the work of authorship, whether in Source or
|
16402
|
+
Object form, made available under the License, as indicated by a
|
16403
|
+
copyright notice that is included in or attached to the work
|
16404
|
+
(an example is provided in the Appendix below).
|
16405
|
+
|
16406
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
16407
|
+
form, that is based on (or derived from) the Work and for which the
|
16408
|
+
editorial revisions, annotations, elaborations, or other modifications
|
16409
|
+
represent, as a whole, an original work of authorship. For the purposes
|
16410
|
+
of this License, Derivative Works shall not include works that remain
|
16411
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
16412
|
+
the Work and Derivative Works thereof.
|
16413
|
+
|
16414
|
+
"Contribution" shall mean any work of authorship, including
|
16415
|
+
the original version of the Work and any modifications or additions
|
16416
|
+
to that Work or Derivative Works thereof, that is intentionally
|
16417
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
16418
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
16419
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
16420
|
+
means any form of electronic, verbal, or written communication sent
|
16421
|
+
to the Licensor or its representatives, including but not limited to
|
16422
|
+
communication on electronic mailing lists, source code control systems,
|
16423
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
16424
|
+
Licensor for the purpose of discussing and improving the Work, but
|
16425
|
+
excluding communication that is conspicuously marked or otherwise
|
16426
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
16427
|
+
|
16428
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
16429
|
+
on behalf of whom a Contribution has been received by Licensor and
|
16430
|
+
subsequently incorporated within the Work.
|
16431
|
+
|
16432
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
16433
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16434
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16435
|
+
copyright license to reproduce, prepare Derivative Works of,
|
16436
|
+
publicly display, publicly perform, sublicense, and distribute the
|
16437
|
+
Work and such Derivative Works in Source or Object form.
|
16438
|
+
|
16439
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
16440
|
+
this License, each Contributor hereby grants to You a perpetual,
|
16441
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
16442
|
+
(except as stated in this section) patent license to make, have made,
|
16443
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
16444
|
+
where such license applies only to those patent claims licensable
|
16445
|
+
by such Contributor that are necessarily infringed by their
|
16446
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
16447
|
+
with the Work to which such Contribution(s) was submitted. If You
|
16448
|
+
institute patent litigation against any entity (including a
|
16449
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
16450
|
+
or a Contribution incorporated within the Work constitutes direct
|
16451
|
+
or contributory patent infringement, then any patent licenses
|
16452
|
+
granted to You under this License for that Work shall terminate
|
16453
|
+
as of the date such litigation is filed.
|
16454
|
+
|
16455
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
16456
|
+
Work or Derivative Works thereof in any medium, with or without
|
16457
|
+
modifications, and in Source or Object form, provided that You
|
16458
|
+
meet the following conditions:
|
16459
|
+
|
16460
|
+
(a) You must give any other recipients of the Work or
|
16461
|
+
Derivative Works a copy of this License; and
|
16462
|
+
|
16463
|
+
(b) You must cause any modified files to carry prominent notices
|
16464
|
+
stating that You changed the files; and
|
16465
|
+
|
16466
|
+
(c) You must retain, in the Source form of any Derivative Works
|
16467
|
+
that You distribute, all copyright, patent, trademark, and
|
16468
|
+
attribution notices from the Source form of the Work,
|
16469
|
+
excluding those notices that do not pertain to any part of
|
16470
|
+
the Derivative Works; and
|
16471
|
+
|
16472
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
16473
|
+
distribution, then any Derivative Works that You distribute must
|
16474
|
+
include a readable copy of the attribution notices contained
|
16475
|
+
within such NOTICE file, excluding those notices that do not
|
16476
|
+
pertain to any part of the Derivative Works, in at least one
|
16477
|
+
of the following places: within a NOTICE text file distributed
|
16478
|
+
as part of the Derivative Works; within the Source form or
|
16479
|
+
documentation, if provided along with the Derivative Works; or,
|
16480
|
+
within a display generated by the Derivative Works, if and
|
16481
|
+
wherever such third-party notices normally appear. The contents
|
16482
|
+
of the NOTICE file are for informational purposes only and
|
16483
|
+
do not modify the License. You may add Your own attribution
|
16484
|
+
notices within Derivative Works that You distribute, alongside
|
16485
|
+
or as an addendum to the NOTICE text from the Work, provided
|
16486
|
+
that such additional attribution notices cannot be construed
|
16487
|
+
as modifying the License.
|
16488
|
+
|
16489
|
+
You may add Your own copyright statement to Your modifications and
|
16490
|
+
may provide additional or different license terms and conditions
|
16491
|
+
for use, reproduction, or distribution of Your modifications, or
|
16492
|
+
for any such Derivative Works as a whole, provided Your use,
|
16493
|
+
reproduction, and distribution of the Work otherwise complies with
|
16494
|
+
the conditions stated in this License.
|
16495
|
+
|
16496
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
16497
|
+
any Contribution intentionally submitted for inclusion in the Work
|
16498
|
+
by You to the Licensor shall be under the terms and conditions of
|
16499
|
+
this License, without any additional terms or conditions.
|
16500
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
16501
|
+
the terms of any separate license agreement you may have executed
|
16502
|
+
with Licensor regarding such Contributions.
|
16503
|
+
|
16504
|
+
6. Trademarks. This License does not grant permission to use the trade
|
16505
|
+
names, trademarks, service marks, or product names of the Licensor,
|
16506
|
+
except as required for reasonable and customary use in describing the
|
16507
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
16508
|
+
|
16509
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
16510
|
+
agreed to in writing, Licensor provides the Work (and each
|
16511
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16512
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16513
|
+
implied, including, without limitation, any warranties or conditions
|
16514
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16515
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16516
|
+
appropriateness of using or redistributing the Work and assume any
|
16517
|
+
risks associated with Your exercise of permissions under this License.
|
16518
|
+
|
16519
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
16520
|
+
whether in tort (including negligence), contract, or otherwise,
|
16521
|
+
unless required by applicable law (such as deliberate and grossly
|
16522
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
16523
|
+
liable to You for damages, including any direct, indirect, special,
|
16524
|
+
incidental, or consequential damages of any character arising as a
|
16525
|
+
result of this License or out of the use or inability to use the
|
16526
|
+
Work (including but not limited to damages for loss of goodwill,
|
16527
|
+
work stoppage, computer failure or malfunction, or any and all
|
16528
|
+
other commercial damages or losses), even if such Contributor
|
16529
|
+
has been advised of the possibility of such damages.
|
16441
16530
|
|
16442
|
-
|
16443
|
-
|
16444
|
-
|
16445
|
-
|
16446
|
-
|
16447
|
-
|
16448
|
-
|
16449
|
-
|
16450
|
-
|
16451
|
-
|
16452
|
-
of the NOTICE file are for informational purposes only and
|
16453
|
-
do not modify the License. You may add Your own attribution
|
16454
|
-
notices within Derivative Works that You distribute, alongside
|
16455
|
-
or as an addendum to the NOTICE text from the Work, provided
|
16456
|
-
that such additional attribution notices cannot be construed
|
16457
|
-
as modifying the License.
|
16531
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
16532
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
16533
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
16534
|
+
or other liability obligations and/or rights consistent with this
|
16535
|
+
License. However, in accepting such obligations, You may act only
|
16536
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
16537
|
+
of any other Contributor, and only if You agree to indemnify,
|
16538
|
+
defend, and hold each Contributor harmless for any liability
|
16539
|
+
incurred by, or claims asserted against, such Contributor by reason
|
16540
|
+
of your accepting any such warranty or additional liability.
|
16458
16541
|
|
16459
|
-
|
16460
|
-
may provide additional or different license terms and conditions
|
16461
|
-
for use, reproduction, or distribution of Your modifications, or
|
16462
|
-
for any such Derivative Works as a whole, provided Your use,
|
16463
|
-
reproduction, and distribution of the Work otherwise complies with
|
16464
|
-
the conditions stated in this License.
|
16542
|
+
END OF TERMS AND CONDITIONS
|
16465
16543
|
|
16466
|
-
|
16467
|
-
any Contribution intentionally submitted for inclusion in the Work
|
16468
|
-
by You to the Licensor shall be under the terms and conditions of
|
16469
|
-
this License, without any additional terms or conditions.
|
16470
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
16471
|
-
the terms of any separate license agreement you may have executed
|
16472
|
-
with Licensor regarding such Contributions.
|
16544
|
+
APPENDIX: How to apply the Apache License to your work.
|
16473
16545
|
|
16474
|
-
|
16475
|
-
|
16476
|
-
|
16477
|
-
|
16546
|
+
To apply the Apache License to your work, attach the following
|
16547
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
16548
|
+
replaced with your own identifying information. (Don't include
|
16549
|
+
the brackets!) The text should be enclosed in the appropriate
|
16550
|
+
comment syntax for the file format. We also recommend that a
|
16551
|
+
file or class name and description of purpose be included on the
|
16552
|
+
same "printed page" as the copyright notice for easier
|
16553
|
+
identification within third-party archives.
|
16478
16554
|
|
16479
|
-
|
16480
|
-
agreed to in writing, Licensor provides the Work (and each
|
16481
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
16482
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
16483
|
-
implied, including, without limitation, any warranties or conditions
|
16484
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
16485
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
16486
|
-
appropriateness of using or redistributing the Work and assume any
|
16487
|
-
risks associated with Your exercise of permissions under this License.
|
16555
|
+
Copyright 2023 The Fuchsia Authors
|
16488
16556
|
|
16489
|
-
|
16490
|
-
|
16491
|
-
|
16492
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
16493
|
-
liable to You for damages, including any direct, indirect, special,
|
16494
|
-
incidental, or consequential damages of any character arising as a
|
16495
|
-
result of this License or out of the use or inability to use the
|
16496
|
-
Work (including but not limited to damages for loss of goodwill,
|
16497
|
-
work stoppage, computer failure or malfunction, or any and all
|
16498
|
-
other commercial damages or losses), even if such Contributor
|
16499
|
-
has been advised of the possibility of such damages.
|
16557
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
16558
|
+
you may not use this file except in compliance with the License.
|
16559
|
+
You may obtain a copy of the License at
|
16500
16560
|
|
16501
|
-
|
16502
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
16503
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
16504
|
-
or other liability obligations and/or rights consistent with this
|
16505
|
-
License. However, in accepting such obligations, You may act only
|
16506
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
16507
|
-
of any other Contributor, and only if You agree to indemnify,
|
16508
|
-
defend, and hold each Contributor harmless for any liability
|
16509
|
-
incurred by, or claims asserted against, such Contributor by reason
|
16510
|
-
of your accepting any such warranty or additional liability.
|
16561
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
16511
16562
|
|
16512
|
-
|
16563
|
+
Unless required by applicable law or agreed to in writing, software
|
16564
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
16565
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16566
|
+
See the License for the specific language governing permissions and
|
16567
|
+
limitations under the License.
|
16513
16568
|
|
16514
|
-
APPENDIX: How to apply the Apache License to your work.
|
16515
16569
|
|
16516
|
-
|
16517
|
-
|
16518
|
-
|
16519
|
-
the brackets!) The text should be enclosed in the appropriate
|
16520
|
-
comment syntax for the file format. We also recommend that a
|
16521
|
-
file or class name and description of purpose be included on the
|
16522
|
-
same "printed page" as the copyright notice for easier
|
16523
|
-
identification within third-party archives.
|
16570
|
+
================================================================================
|
16571
|
+
zerocopy LICENSE-BSD
|
16572
|
+
================================================================================
|
16524
16573
|
|
16525
|
-
Copyright
|
16574
|
+
Copyright 2019 The Fuchsia Authors.
|
16526
16575
|
|
16527
|
-
|
16528
|
-
|
16529
|
-
|
16576
|
+
Redistribution and use in source and binary forms, with or without
|
16577
|
+
modification, are permitted provided that the following conditions are
|
16578
|
+
met:
|
16530
16579
|
|
16531
|
-
|
16580
|
+
* Redistributions of source code must retain the above copyright
|
16581
|
+
notice, this list of conditions and the following disclaimer.
|
16582
|
+
* Redistributions in binary form must reproduce the above
|
16583
|
+
copyright notice, this list of conditions and the following disclaimer
|
16584
|
+
in the documentation and/or other materials provided with the
|
16585
|
+
distribution.
|
16532
16586
|
|
16533
|
-
|
16534
|
-
|
16535
|
-
|
16536
|
-
|
16537
|
-
|
16587
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
16588
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
16589
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
16590
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
16591
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
16592
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
16593
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
16594
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
16595
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
16596
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
16597
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
16538
16598
|
|
16539
16599
|
================================================================================
|
16540
|
-
|
16600
|
+
zerocopy LICENSE-MIT
|
16541
16601
|
================================================================================
|
16542
16602
|
|
16543
|
-
Copyright
|
16603
|
+
Copyright 2023 The Fuchsia Authors
|
16544
16604
|
|
16545
16605
|
Permission is hereby granted, free of charge, to any
|
16546
16606
|
person obtaining a copy of this software and associated
|
@@ -16566,8 +16626,9 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
16566
16626
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
16567
16627
|
DEALINGS IN THE SOFTWARE.
|
16568
16628
|
|
16629
|
+
|
16569
16630
|
================================================================================
|
16570
|
-
|
16631
|
+
zerocopy src/third_party/rust/LICENSE-APACHE
|
16571
16632
|
================================================================================
|
16572
16633
|
|
16573
16634
|
Apache License
|
@@ -16747,37 +16808,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16747
16808
|
|
16748
16809
|
END OF TERMS AND CONDITIONS
|
16749
16810
|
|
16750
|
-
APPENDIX: How to apply the Apache License to your work.
|
16751
|
-
|
16752
|
-
To apply the Apache License to your work, attach the following
|
16753
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
16754
|
-
replaced with your own identifying information. (Don't include
|
16755
|
-
the brackets!) The text should be enclosed in the appropriate
|
16756
|
-
comment syntax for the file format. We also recommend that a
|
16757
|
-
file or class name and description of purpose be included on the
|
16758
|
-
same "printed page" as the copyright notice for easier
|
16759
|
-
identification within third-party archives.
|
16760
|
-
|
16761
|
-
Copyright [yyyy] [name of copyright owner]
|
16762
|
-
|
16763
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
16764
|
-
you may not use this file except in compliance with the License.
|
16765
|
-
You may obtain a copy of the License at
|
16766
|
-
|
16767
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
16768
|
-
|
16769
|
-
Unless required by applicable law or agreed to in writing, software
|
16770
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
16771
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16772
|
-
See the License for the specific language governing permissions and
|
16773
|
-
limitations under the License.
|
16774
|
-
|
16775
16811
|
================================================================================
|
16776
|
-
|
16812
|
+
zerocopy src/third_party/rust/LICENSE-MIT
|
16777
16813
|
================================================================================
|
16778
16814
|
|
16779
|
-
Copyright (c) 2015 The Rust Project Developers
|
16780
|
-
|
16781
16815
|
Permission is hereby granted, free of charge, to any
|
16782
16816
|
person obtaining a copy of this software and associated
|
16783
16817
|
documentation files (the "Software"), to deal in the
|
@@ -16803,7 +16837,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
16803
16837
|
DEALINGS IN THE SOFTWARE.
|
16804
16838
|
|
16805
16839
|
================================================================================
|
16806
|
-
|
16840
|
+
zerocopy-derive LICENSE-APACHE
|
16807
16841
|
================================================================================
|
16808
16842
|
|
16809
16843
|
Apache License
|
@@ -16986,7 +17020,7 @@ unicode_categories LICENSE-APACHE
|
|
16986
17020
|
APPENDIX: How to apply the Apache License to your work.
|
16987
17021
|
|
16988
17022
|
To apply the Apache License to your work, attach the following
|
16989
|
-
boilerplate notice, with the fields enclosed by brackets "
|
17023
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
16990
17024
|
replaced with your own identifying information. (Don't include
|
16991
17025
|
the brackets!) The text should be enclosed in the appropriate
|
16992
17026
|
comment syntax for the file format. We also recommend that a
|
@@ -16994,7 +17028,7 @@ unicode_categories LICENSE-APACHE
|
|
16994
17028
|
same "printed page" as the copyright notice for easier
|
16995
17029
|
identification within third-party archives.
|
16996
17030
|
|
16997
|
-
Copyright
|
17031
|
+
Copyright 2023 The Fuchsia Authors
|
16998
17032
|
|
16999
17033
|
Licensed under the Apache License, Version 2.0 (the "License");
|
17000
17034
|
you may not use this file except in compliance with the License.
|
@@ -17010,25 +17044,61 @@ unicode_categories LICENSE-APACHE
|
|
17010
17044
|
|
17011
17045
|
|
17012
17046
|
================================================================================
|
17013
|
-
|
17047
|
+
zerocopy-derive LICENSE-BSD
|
17014
17048
|
================================================================================
|
17015
17049
|
|
17016
|
-
Copyright
|
17050
|
+
Copyright 2019 The Fuchsia Authors.
|
17017
17051
|
|
17018
|
-
|
17019
|
-
|
17020
|
-
|
17021
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
17022
|
-
copies of the Software, and to permit persons to whom the Software is
|
17023
|
-
furnished to do so, subject to the following conditions:
|
17052
|
+
Redistribution and use in source and binary forms, with or without
|
17053
|
+
modification, are permitted provided that the following conditions are
|
17054
|
+
met:
|
17024
17055
|
|
17025
|
-
|
17026
|
-
|
17056
|
+
* Redistributions of source code must retain the above copyright
|
17057
|
+
notice, this list of conditions and the following disclaimer.
|
17058
|
+
* Redistributions in binary form must reproduce the above
|
17059
|
+
copyright notice, this list of conditions and the following disclaimer
|
17060
|
+
in the documentation and/or other materials provided with the
|
17061
|
+
distribution.
|
17062
|
+
|
17063
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
17064
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
17065
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
17066
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
17067
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
17068
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
17069
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
17070
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
17071
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
17072
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
17073
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
17074
|
+
|
17075
|
+
================================================================================
|
17076
|
+
zerocopy-derive LICENSE-MIT
|
17077
|
+
================================================================================
|
17078
|
+
|
17079
|
+
Copyright 2023 The Fuchsia Authors
|
17080
|
+
|
17081
|
+
Permission is hereby granted, free of charge, to any
|
17082
|
+
person obtaining a copy of this software and associated
|
17083
|
+
documentation files (the "Software"), to deal in the
|
17084
|
+
Software without restriction, including without
|
17085
|
+
limitation the rights to use, copy, modify, merge,
|
17086
|
+
publish, distribute, sublicense, and/or sell copies of
|
17087
|
+
the Software, and to permit persons to whom the Software
|
17088
|
+
is furnished to do so, subject to the following
|
17089
|
+
conditions:
|
17090
|
+
|
17091
|
+
The above copyright notice and this permission notice
|
17092
|
+
shall be included in all copies or substantial portions
|
17093
|
+
of the Software.
|
17094
|
+
|
17095
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
17096
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
17097
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
17098
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
17099
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
17100
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
17101
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
17102
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
17103
|
+
DEALINGS IN THE SOFTWARE.
|
17027
17104
|
|
17028
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17029
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17030
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17031
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17032
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
17033
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
17034
|
-
SOFTWARE.
|