tokenizers 0.4.1-x86_64-linux → 0.4.3-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Cargo.lock +88 -115
- data/Cargo.toml +1 -0
- data/LICENSE-THIRD-PARTY.txt +577 -1505
- data/README.md +40 -4
- data/lib/tokenizers/3.0/tokenizers.so +0 -0
- 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 +23 -17
- data/lib/tokenizers/version.rb +1 -1
- metadata +4 -3
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -2,11 +2,7 @@
|
|
2
2
|
Summary
|
3
3
|
================================================================================
|
4
4
|
|
5
|
-
aho-corasick
|
6
|
-
https://github.com/BurntSushi/aho-corasick
|
7
|
-
Unlicense OR MIT
|
8
|
-
|
9
|
-
aho-corasick v1.0.5
|
5
|
+
aho-corasick v1.1.1
|
10
6
|
https://github.com/BurntSushi/aho-corasick
|
11
7
|
Unlicense OR MIT
|
12
8
|
|
@@ -18,7 +14,7 @@ base64 v0.13.1
|
|
18
14
|
https://github.com/marshallpierce/rust-base64
|
19
15
|
MIT/Apache-2.0
|
20
16
|
|
21
|
-
bindgen v0.
|
17
|
+
bindgen v0.69.1
|
22
18
|
https://rust-lang.github.io/rust-bindgen/
|
23
19
|
BSD-3-Clause
|
24
20
|
|
@@ -26,6 +22,10 @@ bitflags v1.3.2
|
|
26
22
|
https://github.com/bitflags/bitflags
|
27
23
|
MIT/Apache-2.0
|
28
24
|
|
25
|
+
bitflags v2.4.1
|
26
|
+
https://github.com/bitflags/bitflags
|
27
|
+
MIT OR Apache-2.0
|
28
|
+
|
29
29
|
cc v1.0.79
|
30
30
|
https://github.com/rust-lang/cc-rs
|
31
31
|
MIT OR Apache-2.0
|
@@ -46,10 +46,6 @@ console v0.15.5
|
|
46
46
|
https://github.com/console-rs/console
|
47
47
|
MIT
|
48
48
|
|
49
|
-
crossbeam-channel v0.5.8
|
50
|
-
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
51
|
-
MIT OR Apache-2.0
|
52
|
-
|
53
49
|
crossbeam-deque v0.8.3
|
54
50
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
55
51
|
MIT OR Apache-2.0
|
@@ -90,7 +86,7 @@ either v1.8.1
|
|
90
86
|
https://github.com/bluss/either
|
91
87
|
MIT OR Apache-2.0
|
92
88
|
|
93
|
-
esaxx-rs v0.1.
|
89
|
+
esaxx-rs v0.1.10
|
94
90
|
https://github.com/Narsil/esaxx-rs
|
95
91
|
Apache-2.0
|
96
92
|
|
@@ -98,7 +94,7 @@ fnv v1.0.7
|
|
98
94
|
https://github.com/servo/rust-fnv
|
99
95
|
Apache-2.0 / MIT
|
100
96
|
|
101
|
-
getrandom v0.2.
|
97
|
+
getrandom v0.2.10
|
102
98
|
https://github.com/rust-random/getrandom
|
103
99
|
MIT OR Apache-2.0
|
104
100
|
|
@@ -110,17 +106,13 @@ ident_case v1.0.1
|
|
110
106
|
https://github.com/TedDriggs/ident_case
|
111
107
|
MIT/Apache-2.0
|
112
108
|
|
113
|
-
indicatif v0.
|
114
|
-
https://github.com/
|
109
|
+
indicatif v0.17.7
|
110
|
+
https://github.com/console-rs/indicatif
|
115
111
|
MIT
|
116
112
|
|
117
|
-
itertools v0.
|
118
|
-
https://github.com/
|
119
|
-
MIT
|
120
|
-
|
121
|
-
itertools v0.9.0
|
122
|
-
https://github.com/bluss/rust-itertools
|
123
|
-
MIT/Apache-2.0
|
113
|
+
itertools v0.11.0
|
114
|
+
https://github.com/rust-itertools/itertools
|
115
|
+
MIT OR Apache-2.0
|
124
116
|
|
125
117
|
itoa v1.0.6
|
126
118
|
https://github.com/dtolnay/itoa
|
@@ -134,7 +126,7 @@ lazycell v1.3.0
|
|
134
126
|
https://github.com/indiv0/lazycell
|
135
127
|
MIT/Apache-2.0
|
136
128
|
|
137
|
-
libc v0.2.
|
129
|
+
libc v0.2.149
|
138
130
|
https://github.com/rust-lang/libc
|
139
131
|
MIT OR Apache-2.0
|
140
132
|
|
@@ -146,15 +138,15 @@ log v0.4.17
|
|
146
138
|
https://github.com/rust-lang/log
|
147
139
|
MIT OR Apache-2.0
|
148
140
|
|
149
|
-
macro_rules_attribute v0.
|
141
|
+
macro_rules_attribute v0.2.0
|
150
142
|
https://crates.io/crates/macro_rules_attribute
|
151
143
|
MIT
|
152
144
|
|
153
|
-
macro_rules_attribute-proc_macro v0.
|
145
|
+
macro_rules_attribute-proc_macro v0.2.0
|
154
146
|
https://github.com/danielhenrymantilla/macro_rules_attribute-rs
|
155
147
|
MIT
|
156
148
|
|
157
|
-
magnus v0.6.
|
149
|
+
magnus v0.6.2
|
158
150
|
https://github.com/matsadler/magnus
|
159
151
|
MIT
|
160
152
|
|
@@ -174,11 +166,11 @@ minimal-lexical v0.2.1
|
|
174
166
|
https://github.com/Alexhuszagh/minimal-lexical
|
175
167
|
MIT/Apache-2.0
|
176
168
|
|
177
|
-
monostate v0.1.
|
169
|
+
monostate v0.1.9
|
178
170
|
https://github.com/dtolnay/monostate
|
179
171
|
MIT OR Apache-2.0
|
180
172
|
|
181
|
-
monostate-impl v0.1.
|
173
|
+
monostate-impl v0.1.9
|
182
174
|
https://github.com/dtolnay/monostate
|
183
175
|
MIT OR Apache-2.0
|
184
176
|
|
@@ -186,11 +178,7 @@ nom v7.1.3
|
|
186
178
|
https://github.com/Geal/nom
|
187
179
|
MIT
|
188
180
|
|
189
|
-
|
190
|
-
https://github.com/seanmonstar/num_cpus
|
191
|
-
MIT OR Apache-2.0
|
192
|
-
|
193
|
-
number_prefix v0.3.0
|
181
|
+
number_prefix v0.4.0
|
194
182
|
https://github.com/ogham/rust-number-prefix
|
195
183
|
MIT
|
196
184
|
|
@@ -206,7 +194,7 @@ onig_sys v69.8.1
|
|
206
194
|
http://github.com/iwillspeak/rust-onig
|
207
195
|
MIT
|
208
196
|
|
209
|
-
paste v1.0.
|
197
|
+
paste v1.0.14
|
210
198
|
https://github.com/dtolnay/paste
|
211
199
|
MIT OR Apache-2.0
|
212
200
|
|
@@ -218,15 +206,19 @@ pkg-config v0.3.26
|
|
218
206
|
https://github.com/rust-lang/pkg-config-rs
|
219
207
|
MIT OR Apache-2.0
|
220
208
|
|
209
|
+
portable-atomic v1.4.3
|
210
|
+
https://github.com/taiki-e/portable-atomic
|
211
|
+
Apache-2.0 OR MIT
|
212
|
+
|
221
213
|
ppv-lite86 v0.2.17
|
222
214
|
https://github.com/cryptocorrosion/cryptocorrosion
|
223
215
|
MIT/Apache-2.0
|
224
216
|
|
225
|
-
proc-macro2 v1.0.
|
217
|
+
proc-macro2 v1.0.68
|
226
218
|
https://github.com/dtolnay/proc-macro2
|
227
219
|
MIT OR Apache-2.0
|
228
220
|
|
229
|
-
quote v1.0.
|
221
|
+
quote v1.0.33
|
230
222
|
https://github.com/dtolnay/quote
|
231
223
|
MIT OR Apache-2.0
|
232
224
|
|
@@ -242,23 +234,23 @@ rand_core v0.6.4
|
|
242
234
|
https://rust-random.github.io/book
|
243
235
|
MIT OR Apache-2.0
|
244
236
|
|
245
|
-
rayon v1.
|
237
|
+
rayon v1.8.0
|
246
238
|
https://github.com/rayon-rs/rayon
|
247
239
|
MIT OR Apache-2.0
|
248
240
|
|
249
|
-
rayon-cond v0.
|
241
|
+
rayon-cond v0.3.0
|
250
242
|
https://github.com/cuviper/rayon-cond
|
251
243
|
Apache-2.0/MIT
|
252
244
|
|
253
|
-
rayon-core v1.
|
245
|
+
rayon-core v1.12.0
|
254
246
|
https://github.com/rayon-rs/rayon
|
255
247
|
MIT OR Apache-2.0
|
256
248
|
|
257
|
-
rb-sys v0.9.
|
249
|
+
rb-sys v0.9.86
|
258
250
|
https://github.com/oxidize-rb/rb-sys
|
259
251
|
MIT OR Apache-2.0
|
260
252
|
|
261
|
-
rb-sys-build v0.9.
|
253
|
+
rb-sys-build v0.9.86
|
262
254
|
https://github.com/oxidize-rb/rb-sys
|
263
255
|
MIT OR Apache-2.0
|
264
256
|
|
@@ -294,11 +286,11 @@ seq-macro v0.3.5
|
|
294
286
|
https://github.com/dtolnay/seq-macro
|
295
287
|
MIT OR Apache-2.0
|
296
288
|
|
297
|
-
serde v1.0.
|
289
|
+
serde v1.0.188
|
298
290
|
https://serde.rs
|
299
291
|
MIT OR Apache-2.0
|
300
292
|
|
301
|
-
serde_derive v1.0.
|
293
|
+
serde_derive v1.0.188
|
302
294
|
https://serde.rs
|
303
295
|
MIT OR Apache-2.0
|
304
296
|
|
@@ -330,19 +322,19 @@ syn v1.0.109
|
|
330
322
|
https://github.com/dtolnay/syn
|
331
323
|
MIT OR Apache-2.0
|
332
324
|
|
333
|
-
syn v2.0.
|
325
|
+
syn v2.0.38
|
334
326
|
https://github.com/dtolnay/syn
|
335
327
|
MIT OR Apache-2.0
|
336
328
|
|
337
|
-
thiserror v1.0.
|
329
|
+
thiserror v1.0.49
|
338
330
|
https://github.com/dtolnay/thiserror
|
339
331
|
MIT OR Apache-2.0
|
340
332
|
|
341
|
-
thiserror-impl v1.0.
|
333
|
+
thiserror-impl v1.0.49
|
342
334
|
https://github.com/dtolnay/thiserror
|
343
335
|
MIT OR Apache-2.0
|
344
336
|
|
345
|
-
tokenizers v0.
|
337
|
+
tokenizers v0.15.0
|
346
338
|
https://github.com/huggingface/tokenizers
|
347
339
|
Apache-2.0
|
348
340
|
|
@@ -367,70 +359,7 @@ https://github.com/swgillespie/unicode-categories
|
|
367
359
|
MIT OR Apache-2.0
|
368
360
|
|
369
361
|
================================================================================
|
370
|
-
aho-corasick
|
371
|
-
================================================================================
|
372
|
-
|
373
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
374
|
-
|
375
|
-
You may use this code under the terms of either license.
|
376
|
-
|
377
|
-
================================================================================
|
378
|
-
aho-corasick v0.7.20 LICENSE-MIT
|
379
|
-
================================================================================
|
380
|
-
|
381
|
-
The MIT License (MIT)
|
382
|
-
|
383
|
-
Copyright (c) 2015 Andrew Gallant
|
384
|
-
|
385
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
386
|
-
of this software and associated documentation files (the "Software"), to deal
|
387
|
-
in the Software without restriction, including without limitation the rights
|
388
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
389
|
-
copies of the Software, and to permit persons to whom the Software is
|
390
|
-
furnished to do so, subject to the following conditions:
|
391
|
-
|
392
|
-
The above copyright notice and this permission notice shall be included in
|
393
|
-
all copies or substantial portions of the Software.
|
394
|
-
|
395
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
396
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
397
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
398
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
399
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
400
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
401
|
-
THE SOFTWARE.
|
402
|
-
|
403
|
-
================================================================================
|
404
|
-
aho-corasick v0.7.20 UNLICENSE
|
405
|
-
================================================================================
|
406
|
-
|
407
|
-
This is free and unencumbered software released into the public domain.
|
408
|
-
|
409
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
410
|
-
distribute this software, either in source code form or as a compiled
|
411
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
412
|
-
means.
|
413
|
-
|
414
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
415
|
-
of this software dedicate any and all copyright interest in the
|
416
|
-
software to the public domain. We make this dedication for the benefit
|
417
|
-
of the public at large and to the detriment of our heirs and
|
418
|
-
successors. We intend this dedication to be an overt act of
|
419
|
-
relinquishment in perpetuity of all present and future rights to this
|
420
|
-
software under copyright law.
|
421
|
-
|
422
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
423
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
424
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
425
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
426
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
427
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
428
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
429
|
-
|
430
|
-
For more information, please refer to <http://unlicense.org/>
|
431
|
-
|
432
|
-
================================================================================
|
433
|
-
aho-corasick v1.0.5 COPYING
|
362
|
+
aho-corasick COPYING
|
434
363
|
================================================================================
|
435
364
|
|
436
365
|
This project is dual-licensed under the Unlicense and MIT licenses.
|
@@ -438,7 +367,7 @@ This project is dual-licensed under the Unlicense and MIT licenses.
|
|
438
367
|
You may use this code under the terms of either license.
|
439
368
|
|
440
369
|
================================================================================
|
441
|
-
aho-corasick
|
370
|
+
aho-corasick LICENSE-MIT
|
442
371
|
================================================================================
|
443
372
|
|
444
373
|
The MIT License (MIT)
|
@@ -464,7 +393,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
464
393
|
THE SOFTWARE.
|
465
394
|
|
466
395
|
================================================================================
|
467
|
-
aho-corasick
|
396
|
+
aho-corasick UNLICENSE
|
468
397
|
================================================================================
|
469
398
|
|
470
399
|
This is free and unencumbered software released into the public domain.
|
@@ -995,7 +924,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
995
924
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
996
925
|
|
997
926
|
================================================================================
|
998
|
-
bitflags LICENSE-APACHE
|
927
|
+
bitflags v1.3.2 LICENSE-APACHE
|
999
928
|
================================================================================
|
1000
929
|
|
1001
930
|
Apache License
|
@@ -1201,7 +1130,7 @@ See the License for the specific language governing permissions and
|
|
1201
1130
|
limitations under the License.
|
1202
1131
|
|
1203
1132
|
================================================================================
|
1204
|
-
bitflags LICENSE-MIT
|
1133
|
+
bitflags v1.3.2 LICENSE-MIT
|
1205
1134
|
================================================================================
|
1206
1135
|
|
1207
1136
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -1231,7 +1160,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1231
1160
|
DEALINGS IN THE SOFTWARE.
|
1232
1161
|
|
1233
1162
|
================================================================================
|
1234
|
-
|
1163
|
+
bitflags v2.4.1 LICENSE-APACHE
|
1235
1164
|
================================================================================
|
1236
1165
|
|
1237
1166
|
Apache License
|
@@ -1437,10 +1366,10 @@ See the License for the specific language governing permissions and
|
|
1437
1366
|
limitations under the License.
|
1438
1367
|
|
1439
1368
|
================================================================================
|
1440
|
-
|
1369
|
+
bitflags v2.4.1 LICENSE-MIT
|
1441
1370
|
================================================================================
|
1442
1371
|
|
1443
|
-
Copyright (c) 2014
|
1372
|
+
Copyright (c) 2014 The Rust Project Developers
|
1444
1373
|
|
1445
1374
|
Permission is hereby granted, free of charge, to any
|
1446
1375
|
person obtaining a copy of this software and associated
|
@@ -1467,7 +1396,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1467
1396
|
DEALINGS IN THE SOFTWARE.
|
1468
1397
|
|
1469
1398
|
================================================================================
|
1470
|
-
|
1399
|
+
cc LICENSE-APACHE
|
1471
1400
|
================================================================================
|
1472
1401
|
|
1473
1402
|
Apache License
|
@@ -1673,10 +1602,10 @@ See the License for the specific language governing permissions and
|
|
1673
1602
|
limitations under the License.
|
1674
1603
|
|
1675
1604
|
================================================================================
|
1676
|
-
|
1605
|
+
cc LICENSE-MIT
|
1677
1606
|
================================================================================
|
1678
1607
|
|
1679
|
-
(
|
1608
|
+
Copyright (c) 2014 Alex Crichton
|
1680
1609
|
|
1681
1610
|
Permission is hereby granted, free of charge, to any
|
1682
1611
|
person obtaining a copy of this software and associated
|
@@ -1703,7 +1632,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1703
1632
|
DEALINGS IN THE SOFTWARE.
|
1704
1633
|
|
1705
1634
|
================================================================================
|
1706
|
-
|
1635
|
+
cexpr LICENSE-APACHE
|
1707
1636
|
================================================================================
|
1708
1637
|
|
1709
1638
|
Apache License
|
@@ -1909,10 +1838,10 @@ See the License for the specific language governing permissions and
|
|
1909
1838
|
limitations under the License.
|
1910
1839
|
|
1911
1840
|
================================================================================
|
1912
|
-
|
1841
|
+
cexpr LICENSE-MIT
|
1913
1842
|
================================================================================
|
1914
1843
|
|
1915
|
-
|
1844
|
+
(C) Copyright 2016 Jethro G. Beekman
|
1916
1845
|
|
1917
1846
|
Permission is hereby granted, free of charge, to any
|
1918
1847
|
person obtaining a copy of this software and associated
|
@@ -1939,341 +1868,107 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1939
1868
|
DEALINGS IN THE SOFTWARE.
|
1940
1869
|
|
1941
1870
|
================================================================================
|
1942
|
-
|
1871
|
+
cfg-if LICENSE-APACHE
|
1943
1872
|
================================================================================
|
1944
1873
|
|
1874
|
+
Apache License
|
1875
|
+
Version 2.0, January 2004
|
1876
|
+
http://www.apache.org/licenses/
|
1945
1877
|
|
1946
|
-
|
1947
|
-
Version 2.0, January 2004
|
1948
|
-
http://www.apache.org/licenses/
|
1878
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1949
1879
|
|
1950
|
-
|
1880
|
+
1. Definitions.
|
1951
1881
|
|
1952
|
-
|
1882
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1883
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1953
1884
|
|
1954
|
-
|
1955
|
-
|
1885
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1886
|
+
the copyright owner that is granting the License.
|
1956
1887
|
|
1957
|
-
|
1958
|
-
|
1888
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1889
|
+
other entities that control, are controlled by, or are under common
|
1890
|
+
control with that entity. For the purposes of this definition,
|
1891
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1892
|
+
direction or management of such entity, whether by contract or
|
1893
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1894
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1959
1895
|
|
1960
|
-
|
1961
|
-
|
1962
|
-
control with that entity. For the purposes of this definition,
|
1963
|
-
"control" means (i) the power, direct or indirect, to cause the
|
1964
|
-
direction or management of such entity, whether by contract or
|
1965
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1966
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
1896
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1897
|
+
exercising permissions granted by this License.
|
1967
1898
|
|
1968
|
-
|
1969
|
-
|
1899
|
+
"Source" form shall mean the preferred form for making modifications,
|
1900
|
+
including but not limited to software source code, documentation
|
1901
|
+
source, and configuration files.
|
1970
1902
|
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1903
|
+
"Object" form shall mean any form resulting from mechanical
|
1904
|
+
transformation or translation of a Source form, including but
|
1905
|
+
not limited to compiled object code, generated documentation,
|
1906
|
+
and conversions to other media types.
|
1974
1907
|
|
1975
|
-
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1908
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1909
|
+
Object form, made available under the License, as indicated by a
|
1910
|
+
copyright notice that is included in or attached to the work
|
1911
|
+
(an example is provided in the Appendix below).
|
1979
1912
|
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1913
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1914
|
+
form, that is based on (or derived from) the Work and for which the
|
1915
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1916
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1917
|
+
of this License, Derivative Works shall not include works that remain
|
1918
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1919
|
+
the Work and Derivative Works thereof.
|
1984
1920
|
|
1985
|
-
|
1986
|
-
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1921
|
+
"Contribution" shall mean any work of authorship, including
|
1922
|
+
the original version of the Work and any modifications or additions
|
1923
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1924
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1925
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1926
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1927
|
+
means any form of electronic, verbal, or written communication sent
|
1928
|
+
to the Licensor or its representatives, including but not limited to
|
1929
|
+
communication on electronic mailing lists, source code control systems,
|
1930
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1931
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1932
|
+
excluding communication that is conspicuously marked or otherwise
|
1933
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1992
1934
|
|
1993
|
-
|
1994
|
-
|
1995
|
-
|
1996
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1997
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1998
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1999
|
-
means any form of electronic, verbal, or written communication sent
|
2000
|
-
to the Licensor or its representatives, including but not limited to
|
2001
|
-
communication on electronic mailing lists, source code control systems,
|
2002
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2003
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2004
|
-
excluding communication that is conspicuously marked or otherwise
|
2005
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1935
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1936
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1937
|
+
subsequently incorporated within the Work.
|
2006
1938
|
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
1939
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1940
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1941
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1942
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1943
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1944
|
+
Work and such Derivative Works in Source or Object form.
|
2010
1945
|
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2014
|
-
|
2015
|
-
|
2016
|
-
|
1946
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1947
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1948
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1949
|
+
(except as stated in this section) patent license to make, have made,
|
1950
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1951
|
+
where such license applies only to those patent claims licensable
|
1952
|
+
by such Contributor that are necessarily infringed by their
|
1953
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1954
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1955
|
+
institute patent litigation against any entity (including a
|
1956
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1957
|
+
or a Contribution incorporated within the Work constitutes direct
|
1958
|
+
or contributory patent infringement, then any patent licenses
|
1959
|
+
granted to You under this License for that Work shall terminate
|
1960
|
+
as of the date such litigation is filed.
|
2017
1961
|
|
2018
|
-
|
2019
|
-
|
2020
|
-
|
2021
|
-
|
2022
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2023
|
-
where such license applies only to those patent claims licensable
|
2024
|
-
by such Contributor that are necessarily infringed by their
|
2025
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2026
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2027
|
-
institute patent litigation against any entity (including a
|
2028
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2029
|
-
or a Contribution incorporated within the Work constitutes direct
|
2030
|
-
or contributory patent infringement, then any patent licenses
|
2031
|
-
granted to You under this License for that Work shall terminate
|
2032
|
-
as of the date such litigation is filed.
|
1962
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1963
|
+
Work or Derivative Works thereof in any medium, with or without
|
1964
|
+
modifications, and in Source or Object form, provided that You
|
1965
|
+
meet the following conditions:
|
2033
1966
|
|
2034
|
-
|
2035
|
-
|
2036
|
-
modifications, and in Source or Object form, provided that You
|
2037
|
-
meet the following conditions:
|
1967
|
+
(a) You must give any other recipients of the Work or
|
1968
|
+
Derivative Works a copy of this License; and
|
2038
1969
|
|
2039
|
-
|
2040
|
-
|
2041
|
-
|
2042
|
-
(b) You must cause any modified files to carry prominent notices
|
2043
|
-
stating that You changed the files; and
|
2044
|
-
|
2045
|
-
(c) You must retain, in the Source form of any Derivative Works
|
2046
|
-
that You distribute, all copyright, patent, trademark, and
|
2047
|
-
attribution notices from the Source form of the Work,
|
2048
|
-
excluding those notices that do not pertain to any part of
|
2049
|
-
the Derivative Works; and
|
2050
|
-
|
2051
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
2052
|
-
distribution, then any Derivative Works that You distribute must
|
2053
|
-
include a readable copy of the attribution notices contained
|
2054
|
-
within such NOTICE file, excluding those notices that do not
|
2055
|
-
pertain to any part of the Derivative Works, in at least one
|
2056
|
-
of the following places: within a NOTICE text file distributed
|
2057
|
-
as part of the Derivative Works; within the Source form or
|
2058
|
-
documentation, if provided along with the Derivative Works; or,
|
2059
|
-
within a display generated by the Derivative Works, if and
|
2060
|
-
wherever such third-party notices normally appear. The contents
|
2061
|
-
of the NOTICE file are for informational purposes only and
|
2062
|
-
do not modify the License. You may add Your own attribution
|
2063
|
-
notices within Derivative Works that You distribute, alongside
|
2064
|
-
or as an addendum to the NOTICE text from the Work, provided
|
2065
|
-
that such additional attribution notices cannot be construed
|
2066
|
-
as modifying the License.
|
2067
|
-
|
2068
|
-
You may add Your own copyright statement to Your modifications and
|
2069
|
-
may provide additional or different license terms and conditions
|
2070
|
-
for use, reproduction, or distribution of Your modifications, or
|
2071
|
-
for any such Derivative Works as a whole, provided Your use,
|
2072
|
-
reproduction, and distribution of the Work otherwise complies with
|
2073
|
-
the conditions stated in this License.
|
2074
|
-
|
2075
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
2076
|
-
any Contribution intentionally submitted for inclusion in the Work
|
2077
|
-
by You to the Licensor shall be under the terms and conditions of
|
2078
|
-
this License, without any additional terms or conditions.
|
2079
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
2080
|
-
the terms of any separate license agreement you may have executed
|
2081
|
-
with Licensor regarding such Contributions.
|
2082
|
-
|
2083
|
-
6. Trademarks. This License does not grant permission to use the trade
|
2084
|
-
names, trademarks, service marks, or product names of the Licensor,
|
2085
|
-
except as required for reasonable and customary use in describing the
|
2086
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
2087
|
-
|
2088
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
2089
|
-
agreed to in writing, Licensor provides the Work (and each
|
2090
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2091
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2092
|
-
implied, including, without limitation, any warranties or conditions
|
2093
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2094
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2095
|
-
appropriateness of using or redistributing the Work and assume any
|
2096
|
-
risks associated with Your exercise of permissions under this License.
|
2097
|
-
|
2098
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
2099
|
-
whether in tort (including negligence), contract, or otherwise,
|
2100
|
-
unless required by applicable law (such as deliberate and grossly
|
2101
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2102
|
-
liable to You for damages, including any direct, indirect, special,
|
2103
|
-
incidental, or consequential damages of any character arising as a
|
2104
|
-
result of this License or out of the use or inability to use the
|
2105
|
-
Work (including but not limited to damages for loss of goodwill,
|
2106
|
-
work stoppage, computer failure or malfunction, or any and all
|
2107
|
-
other commercial damages or losses), even if such Contributor
|
2108
|
-
has been advised of the possibility of such damages.
|
2109
|
-
|
2110
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
2111
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2112
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2113
|
-
or other liability obligations and/or rights consistent with this
|
2114
|
-
License. However, in accepting such obligations, You may act only
|
2115
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2116
|
-
of any other Contributor, and only if You agree to indemnify,
|
2117
|
-
defend, and hold each Contributor harmless for any liability
|
2118
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2119
|
-
of your accepting any such warranty or additional liability.
|
2120
|
-
|
2121
|
-
END OF TERMS AND CONDITIONS
|
2122
|
-
|
2123
|
-
APPENDIX: How to apply the Apache License to your work.
|
2124
|
-
|
2125
|
-
To apply the Apache License to your work, attach the following
|
2126
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
2127
|
-
replaced with your own identifying information. (Don't include
|
2128
|
-
the brackets!) The text should be enclosed in the appropriate
|
2129
|
-
comment syntax for the file format. We also recommend that a
|
2130
|
-
file or class name and description of purpose be included on the
|
2131
|
-
same "printed page" as the copyright notice for easier
|
2132
|
-
identification within third-party archives.
|
2133
|
-
|
2134
|
-
Copyright [yyyy] [name of copyright owner]
|
2135
|
-
|
2136
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
2137
|
-
you may not use this file except in compliance with the License.
|
2138
|
-
You may obtain a copy of the License at
|
2139
|
-
|
2140
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
2141
|
-
|
2142
|
-
Unless required by applicable law or agreed to in writing, software
|
2143
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
2144
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2145
|
-
See the License for the specific language governing permissions and
|
2146
|
-
limitations under the License.
|
2147
|
-
|
2148
|
-
================================================================================
|
2149
|
-
console LICENSE
|
2150
|
-
================================================================================
|
2151
|
-
|
2152
|
-
The MIT License (MIT)
|
2153
|
-
|
2154
|
-
Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
|
2155
|
-
|
2156
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2157
|
-
of this software and associated documentation files (the "Software"), to deal
|
2158
|
-
in the Software without restriction, including without limitation the rights
|
2159
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2160
|
-
copies of the Software, and to permit persons to whom the Software is
|
2161
|
-
furnished to do so, subject to the following conditions:
|
2162
|
-
|
2163
|
-
The above copyright notice and this permission notice shall be included in all
|
2164
|
-
copies or substantial portions of the Software.
|
2165
|
-
|
2166
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2167
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2168
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2169
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2170
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2171
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2172
|
-
SOFTWARE.
|
2173
|
-
|
2174
|
-
|
2175
|
-
================================================================================
|
2176
|
-
crossbeam-channel LICENSE-APACHE
|
2177
|
-
================================================================================
|
2178
|
-
|
2179
|
-
Apache License
|
2180
|
-
Version 2.0, January 2004
|
2181
|
-
http://www.apache.org/licenses/
|
2182
|
-
|
2183
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2184
|
-
|
2185
|
-
1. Definitions.
|
2186
|
-
|
2187
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
2188
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
2189
|
-
|
2190
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
2191
|
-
the copyright owner that is granting the License.
|
2192
|
-
|
2193
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
2194
|
-
other entities that control, are controlled by, or are under common
|
2195
|
-
control with that entity. For the purposes of this definition,
|
2196
|
-
"control" means (i) the power, direct or indirect, to cause the
|
2197
|
-
direction or management of such entity, whether by contract or
|
2198
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2199
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
2200
|
-
|
2201
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
2202
|
-
exercising permissions granted by this License.
|
2203
|
-
|
2204
|
-
"Source" form shall mean the preferred form for making modifications,
|
2205
|
-
including but not limited to software source code, documentation
|
2206
|
-
source, and configuration files.
|
2207
|
-
|
2208
|
-
"Object" form shall mean any form resulting from mechanical
|
2209
|
-
transformation or translation of a Source form, including but
|
2210
|
-
not limited to compiled object code, generated documentation,
|
2211
|
-
and conversions to other media types.
|
2212
|
-
|
2213
|
-
"Work" shall mean the work of authorship, whether in Source or
|
2214
|
-
Object form, made available under the License, as indicated by a
|
2215
|
-
copyright notice that is included in or attached to the work
|
2216
|
-
(an example is provided in the Appendix below).
|
2217
|
-
|
2218
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
2219
|
-
form, that is based on (or derived from) the Work and for which the
|
2220
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2221
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2222
|
-
of this License, Derivative Works shall not include works that remain
|
2223
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2224
|
-
the Work and Derivative Works thereof.
|
2225
|
-
|
2226
|
-
"Contribution" shall mean any work of authorship, including
|
2227
|
-
the original version of the Work and any modifications or additions
|
2228
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2229
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2230
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2231
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2232
|
-
means any form of electronic, verbal, or written communication sent
|
2233
|
-
to the Licensor or its representatives, including but not limited to
|
2234
|
-
communication on electronic mailing lists, source code control systems,
|
2235
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2236
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2237
|
-
excluding communication that is conspicuously marked or otherwise
|
2238
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
2239
|
-
|
2240
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2241
|
-
on behalf of whom a Contribution has been received by Licensor and
|
2242
|
-
subsequently incorporated within the Work.
|
2243
|
-
|
2244
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
2245
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2246
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2247
|
-
copyright license to reproduce, prepare Derivative Works of,
|
2248
|
-
publicly display, publicly perform, sublicense, and distribute the
|
2249
|
-
Work and such Derivative Works in Source or Object form.
|
2250
|
-
|
2251
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
2252
|
-
this License, each Contributor hereby grants to You a perpetual,
|
2253
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2254
|
-
(except as stated in this section) patent license to make, have made,
|
2255
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2256
|
-
where such license applies only to those patent claims licensable
|
2257
|
-
by such Contributor that are necessarily infringed by their
|
2258
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2259
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2260
|
-
institute patent litigation against any entity (including a
|
2261
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2262
|
-
or a Contribution incorporated within the Work constitutes direct
|
2263
|
-
or contributory patent infringement, then any patent licenses
|
2264
|
-
granted to You under this License for that Work shall terminate
|
2265
|
-
as of the date such litigation is filed.
|
2266
|
-
|
2267
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
2268
|
-
Work or Derivative Works thereof in any medium, with or without
|
2269
|
-
modifications, and in Source or Object form, provided that You
|
2270
|
-
meet the following conditions:
|
2271
|
-
|
2272
|
-
(a) You must give any other recipients of the Work or
|
2273
|
-
Derivative Works a copy of this License; and
|
2274
|
-
|
2275
|
-
(b) You must cause any modified files to carry prominent notices
|
2276
|
-
stating that You changed the files; and
|
1970
|
+
(b) You must cause any modified files to carry prominent notices
|
1971
|
+
stating that You changed the files; and
|
2277
1972
|
|
2278
1973
|
(c) You must retain, in the Source form of any Derivative Works
|
2279
1974
|
that You distribute, all copyright, patent, trademark, and
|
@@ -2379,12 +2074,10 @@ See the License for the specific language governing permissions and
|
|
2379
2074
|
limitations under the License.
|
2380
2075
|
|
2381
2076
|
================================================================================
|
2382
|
-
|
2077
|
+
cfg-if LICENSE-MIT
|
2383
2078
|
================================================================================
|
2384
2079
|
|
2385
|
-
|
2386
|
-
|
2387
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
2080
|
+
Copyright (c) 2014 Alex Crichton
|
2388
2081
|
|
2389
2082
|
Permission is hereby granted, free of charge, to any
|
2390
2083
|
person obtaining a copy of this software and associated
|
@@ -2411,602 +2104,238 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
2411
2104
|
DEALINGS IN THE SOFTWARE.
|
2412
2105
|
|
2413
2106
|
================================================================================
|
2414
|
-
|
2415
|
-
================================================================================
|
2416
|
-
|
2417
|
-
===============================================================================
|
2418
|
-
|
2419
|
-
matching.go
|
2420
|
-
https://creativecommons.org/licenses/by/3.0/legalcode
|
2421
|
-
|
2422
|
-
Creative Commons Legal Code
|
2423
|
-
|
2424
|
-
Attribution 3.0 Unported
|
2425
|
-
|
2426
|
-
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
2427
|
-
LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
|
2428
|
-
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
2429
|
-
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
2430
|
-
REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
|
2431
|
-
DAMAGES RESULTING FROM ITS USE.
|
2432
|
-
|
2433
|
-
License
|
2434
|
-
|
2435
|
-
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
2436
|
-
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
2437
|
-
COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
|
2438
|
-
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
|
2439
|
-
|
2440
|
-
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE
|
2441
|
-
TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY
|
2442
|
-
BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS
|
2443
|
-
CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
|
2444
|
-
CONDITIONS.
|
2445
|
-
|
2446
|
-
1. Definitions
|
2447
|
-
|
2448
|
-
a. "Adaptation" means a work based upon the Work, or upon the Work and
|
2449
|
-
other pre-existing works, such as a translation, adaptation,
|
2450
|
-
derivative work, arrangement of music or other alterations of a
|
2451
|
-
literary or artistic work, or phonogram or performance and includes
|
2452
|
-
cinematographic adaptations or any other form in which the Work may be
|
2453
|
-
recast, transformed, or adapted including in any form recognizably
|
2454
|
-
derived from the original, except that a work that constitutes a
|
2455
|
-
Collection will not be considered an Adaptation for the purpose of
|
2456
|
-
this License. For the avoidance of doubt, where the Work is a musical
|
2457
|
-
work, performance or phonogram, the synchronization of the Work in
|
2458
|
-
timed-relation with a moving image ("synching") will be considered an
|
2459
|
-
Adaptation for the purpose of this License.
|
2460
|
-
b. "Collection" means a collection of literary or artistic works, such as
|
2461
|
-
encyclopedias and anthologies, or performances, phonograms or
|
2462
|
-
broadcasts, or other works or subject matter other than works listed
|
2463
|
-
in Section 1(f) below, which, by reason of the selection and
|
2464
|
-
arrangement of their contents, constitute intellectual creations, in
|
2465
|
-
which the Work is included in its entirety in unmodified form along
|
2466
|
-
with one or more other contributions, each constituting separate and
|
2467
|
-
independent works in themselves, which together are assembled into a
|
2468
|
-
collective whole. A work that constitutes a Collection will not be
|
2469
|
-
considered an Adaptation (as defined above) for the purposes of this
|
2470
|
-
License.
|
2471
|
-
c. "Distribute" means to make available to the public the original and
|
2472
|
-
copies of the Work or Adaptation, as appropriate, through sale or
|
2473
|
-
other transfer of ownership.
|
2474
|
-
d. "Licensor" means the individual, individuals, entity or entities that
|
2475
|
-
offer(s) the Work under the terms of this License.
|
2476
|
-
e. "Original Author" means, in the case of a literary or artistic work,
|
2477
|
-
the individual, individuals, entity or entities who created the Work
|
2478
|
-
or if no individual or entity can be identified, the publisher; and in
|
2479
|
-
addition (i) in the case of a performance the actors, singers,
|
2480
|
-
musicians, dancers, and other persons who act, sing, deliver, declaim,
|
2481
|
-
play in, interpret or otherwise perform literary or artistic works or
|
2482
|
-
expressions of folklore; (ii) in the case of a phonogram the producer
|
2483
|
-
being the person or legal entity who first fixes the sounds of a
|
2484
|
-
performance or other sounds; and, (iii) in the case of broadcasts, the
|
2485
|
-
organization that transmits the broadcast.
|
2486
|
-
f. "Work" means the literary and/or artistic work offered under the terms
|
2487
|
-
of this License including without limitation any production in the
|
2488
|
-
literary, scientific and artistic domain, whatever may be the mode or
|
2489
|
-
form of its expression including digital form, such as a book,
|
2490
|
-
pamphlet and other writing; a lecture, address, sermon or other work
|
2491
|
-
of the same nature; a dramatic or dramatico-musical work; a
|
2492
|
-
choreographic work or entertainment in dumb show; a musical
|
2493
|
-
composition with or without words; a cinematographic work to which are
|
2494
|
-
assimilated works expressed by a process analogous to cinematography;
|
2495
|
-
a work of drawing, painting, architecture, sculpture, engraving or
|
2496
|
-
lithography; a photographic work to which are assimilated works
|
2497
|
-
expressed by a process analogous to photography; a work of applied
|
2498
|
-
art; an illustration, map, plan, sketch or three-dimensional work
|
2499
|
-
relative to geography, topography, architecture or science; a
|
2500
|
-
performance; a broadcast; a phonogram; a compilation of data to the
|
2501
|
-
extent it is protected as a copyrightable work; or a work performed by
|
2502
|
-
a variety or circus performer to the extent it is not otherwise
|
2503
|
-
considered a literary or artistic work.
|
2504
|
-
g. "You" means an individual or entity exercising rights under this
|
2505
|
-
License who has not previously violated the terms of this License with
|
2506
|
-
respect to the Work, or who has received express permission from the
|
2507
|
-
Licensor to exercise rights under this License despite a previous
|
2508
|
-
violation.
|
2509
|
-
h. "Publicly Perform" means to perform public recitations of the Work and
|
2510
|
-
to communicate to the public those public recitations, by any means or
|
2511
|
-
process, including by wire or wireless means or public digital
|
2512
|
-
performances; to make available to the public Works in such a way that
|
2513
|
-
members of the public may access these Works from a place and at a
|
2514
|
-
place individually chosen by them; to perform the Work to the public
|
2515
|
-
by any means or process and the communication to the public of the
|
2516
|
-
performances of the Work, including by public digital performance; to
|
2517
|
-
broadcast and rebroadcast the Work by any means including signs,
|
2518
|
-
sounds or images.
|
2519
|
-
i. "Reproduce" means to make copies of the Work by any means including
|
2520
|
-
without limitation by sound or visual recordings and the right of
|
2521
|
-
fixation and reproducing fixations of the Work, including storage of a
|
2522
|
-
protected performance or phonogram in digital form or other electronic
|
2523
|
-
medium.
|
2524
|
-
|
2525
|
-
2. Fair Dealing Rights. Nothing in this License is intended to reduce,
|
2526
|
-
limit, or restrict any uses free from copyright or rights arising from
|
2527
|
-
limitations or exceptions that are provided for in connection with the
|
2528
|
-
copyright protection under copyright law or other applicable laws.
|
2529
|
-
|
2530
|
-
3. License Grant. Subject to the terms and conditions of this License,
|
2531
|
-
Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
|
2532
|
-
perpetual (for the duration of the applicable copyright) license to
|
2533
|
-
exercise the rights in the Work as stated below:
|
2534
|
-
|
2535
|
-
a. to Reproduce the Work, to incorporate the Work into one or more
|
2536
|
-
Collections, and to Reproduce the Work as incorporated in the
|
2537
|
-
Collections;
|
2538
|
-
b. to create and Reproduce Adaptations provided that any such Adaptation,
|
2539
|
-
including any translation in any medium, takes reasonable steps to
|
2540
|
-
clearly label, demarcate or otherwise identify that changes were made
|
2541
|
-
to the original Work. For example, a translation could be marked "The
|
2542
|
-
original work was translated from English to Spanish," or a
|
2543
|
-
modification could indicate "The original work has been modified.";
|
2544
|
-
c. to Distribute and Publicly Perform the Work including as incorporated
|
2545
|
-
in Collections; and,
|
2546
|
-
d. to Distribute and Publicly Perform Adaptations.
|
2547
|
-
e. For the avoidance of doubt:
|
2548
|
-
|
2549
|
-
i. Non-waivable Compulsory License Schemes. In those jurisdictions in
|
2550
|
-
which the right to collect royalties through any statutory or
|
2551
|
-
compulsory licensing scheme cannot be waived, the Licensor
|
2552
|
-
reserves the exclusive right to collect such royalties for any
|
2553
|
-
exercise by You of the rights granted under this License;
|
2554
|
-
ii. Waivable Compulsory License Schemes. In those jurisdictions in
|
2555
|
-
which the right to collect royalties through any statutory or
|
2556
|
-
compulsory licensing scheme can be waived, the Licensor waives the
|
2557
|
-
exclusive right to collect such royalties for any exercise by You
|
2558
|
-
of the rights granted under this License; and,
|
2559
|
-
iii. Voluntary License Schemes. The Licensor waives the right to
|
2560
|
-
collect royalties, whether individually or, in the event that the
|
2561
|
-
Licensor is a member of a collecting society that administers
|
2562
|
-
voluntary licensing schemes, via that society, from any exercise
|
2563
|
-
by You of the rights granted under this License.
|
2564
|
-
|
2565
|
-
The above rights may be exercised in all media and formats whether now
|
2566
|
-
known or hereafter devised. The above rights include the right to make
|
2567
|
-
such modifications as are technically necessary to exercise the rights in
|
2568
|
-
other media and formats. Subject to Section 8(f), all rights not expressly
|
2569
|
-
granted by Licensor are hereby reserved.
|
2570
|
-
|
2571
|
-
4. Restrictions. The license granted in Section 3 above is expressly made
|
2572
|
-
subject to and limited by the following restrictions:
|
2573
|
-
|
2574
|
-
a. You may Distribute or Publicly Perform the Work only under the terms
|
2575
|
-
of this License. You must include a copy of, or the Uniform Resource
|
2576
|
-
Identifier (URI) for, this License with every copy of the Work You
|
2577
|
-
Distribute or Publicly Perform. You may not offer or impose any terms
|
2578
|
-
on the Work that restrict the terms of this License or the ability of
|
2579
|
-
the recipient of the Work to exercise the rights granted to that
|
2580
|
-
recipient under the terms of the License. You may not sublicense the
|
2581
|
-
Work. You must keep intact all notices that refer to this License and
|
2582
|
-
to the disclaimer of warranties with every copy of the Work You
|
2583
|
-
Distribute or Publicly Perform. When You Distribute or Publicly
|
2584
|
-
Perform the Work, You may not impose any effective technological
|
2585
|
-
measures on the Work that restrict the ability of a recipient of the
|
2586
|
-
Work from You to exercise the rights granted to that recipient under
|
2587
|
-
the terms of the License. This Section 4(a) applies to the Work as
|
2588
|
-
incorporated in a Collection, but this does not require the Collection
|
2589
|
-
apart from the Work itself to be made subject to the terms of this
|
2590
|
-
License. If You create a Collection, upon notice from any Licensor You
|
2591
|
-
must, to the extent practicable, remove from the Collection any credit
|
2592
|
-
as required by Section 4(b), as requested. If You create an
|
2593
|
-
Adaptation, upon notice from any Licensor You must, to the extent
|
2594
|
-
practicable, remove from the Adaptation any credit as required by
|
2595
|
-
Section 4(b), as requested.
|
2596
|
-
b. If You Distribute, or Publicly Perform the Work or any Adaptations or
|
2597
|
-
Collections, You must, unless a request has been made pursuant to
|
2598
|
-
Section 4(a), keep intact all copyright notices for the Work and
|
2599
|
-
provide, reasonable to the medium or means You are utilizing: (i) the
|
2600
|
-
name of the Original Author (or pseudonym, if applicable) if supplied,
|
2601
|
-
and/or if the Original Author and/or Licensor designate another party
|
2602
|
-
or parties (e.g., a sponsor institute, publishing entity, journal) for
|
2603
|
-
attribution ("Attribution Parties") in Licensor's copyright notice,
|
2604
|
-
terms of service or by other reasonable means, the name of such party
|
2605
|
-
or parties; (ii) the title of the Work if supplied; (iii) to the
|
2606
|
-
extent reasonably practicable, the URI, if any, that Licensor
|
2607
|
-
specifies to be associated with the Work, unless such URI does not
|
2608
|
-
refer to the copyright notice or licensing information for the Work;
|
2609
|
-
and (iv) , consistent with Section 3(b), in the case of an Adaptation,
|
2610
|
-
a credit identifying the use of the Work in the Adaptation (e.g.,
|
2611
|
-
"French translation of the Work by Original Author," or "Screenplay
|
2612
|
-
based on original Work by Original Author"). The credit required by
|
2613
|
-
this Section 4 (b) may be implemented in any reasonable manner;
|
2614
|
-
provided, however, that in the case of a Adaptation or Collection, at
|
2615
|
-
a minimum such credit will appear, if a credit for all contributing
|
2616
|
-
authors of the Adaptation or Collection appears, then as part of these
|
2617
|
-
credits and in a manner at least as prominent as the credits for the
|
2618
|
-
other contributing authors. For the avoidance of doubt, You may only
|
2619
|
-
use the credit required by this Section for the purpose of attribution
|
2620
|
-
in the manner set out above and, by exercising Your rights under this
|
2621
|
-
License, You may not implicitly or explicitly assert or imply any
|
2622
|
-
connection with, sponsorship or endorsement by the Original Author,
|
2623
|
-
Licensor and/or Attribution Parties, as appropriate, of You or Your
|
2624
|
-
use of the Work, without the separate, express prior written
|
2625
|
-
permission of the Original Author, Licensor and/or Attribution
|
2626
|
-
Parties.
|
2627
|
-
c. Except as otherwise agreed in writing by the Licensor or as may be
|
2628
|
-
otherwise permitted by applicable law, if You Reproduce, Distribute or
|
2629
|
-
Publicly Perform the Work either by itself or as part of any
|
2630
|
-
Adaptations or Collections, You must not distort, mutilate, modify or
|
2631
|
-
take other derogatory action in relation to the Work which would be
|
2632
|
-
prejudicial to the Original Author's honor or reputation. Licensor
|
2633
|
-
agrees that in those jurisdictions (e.g. Japan), in which any exercise
|
2634
|
-
of the right granted in Section 3(b) of this License (the right to
|
2635
|
-
make Adaptations) would be deemed to be a distortion, mutilation,
|
2636
|
-
modification or other derogatory action prejudicial to the Original
|
2637
|
-
Author's honor and reputation, the Licensor will waive or not assert,
|
2638
|
-
as appropriate, this Section, to the fullest extent permitted by the
|
2639
|
-
applicable national law, to enable You to reasonably exercise Your
|
2640
|
-
right under Section 3(b) of this License (right to make Adaptations)
|
2641
|
-
but not otherwise.
|
2642
|
-
|
2643
|
-
5. Representations, Warranties and Disclaimer
|
2644
|
-
|
2645
|
-
UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR
|
2646
|
-
OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY
|
2647
|
-
KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
|
2648
|
-
INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
|
2649
|
-
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
|
2650
|
-
LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS,
|
2651
|
-
WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION
|
2652
|
-
OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
|
2653
|
-
|
2654
|
-
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
|
2655
|
-
LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
|
2656
|
-
ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
|
2657
|
-
ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS
|
2658
|
-
BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
2659
|
-
|
2660
|
-
7. Termination
|
2661
|
-
|
2662
|
-
a. This License and the rights granted hereunder will terminate
|
2663
|
-
automatically upon any breach by You of the terms of this License.
|
2664
|
-
Individuals or entities who have received Adaptations or Collections
|
2665
|
-
from You under this License, however, will not have their licenses
|
2666
|
-
terminated provided such individuals or entities remain in full
|
2667
|
-
compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will
|
2668
|
-
survive any termination of this License.
|
2669
|
-
b. Subject to the above terms and conditions, the license granted here is
|
2670
|
-
perpetual (for the duration of the applicable copyright in the Work).
|
2671
|
-
Notwithstanding the above, Licensor reserves the right to release the
|
2672
|
-
Work under different license terms or to stop distributing the Work at
|
2673
|
-
any time; provided, however that any such election will not serve to
|
2674
|
-
withdraw this License (or any other license that has been, or is
|
2675
|
-
required to be, granted under the terms of this License), and this
|
2676
|
-
License will continue in full force and effect unless terminated as
|
2677
|
-
stated above.
|
2678
|
-
|
2679
|
-
8. Miscellaneous
|
2680
|
-
|
2681
|
-
a. Each time You Distribute or Publicly Perform the Work or a Collection,
|
2682
|
-
the Licensor offers to the recipient a license to the Work on the same
|
2683
|
-
terms and conditions as the license granted to You under this License.
|
2684
|
-
b. Each time You Distribute or Publicly Perform an Adaptation, Licensor
|
2685
|
-
offers to the recipient a license to the original Work on the same
|
2686
|
-
terms and conditions as the license granted to You under this License.
|
2687
|
-
c. If any provision of this License is invalid or unenforceable under
|
2688
|
-
applicable law, it shall not affect the validity or enforceability of
|
2689
|
-
the remainder of the terms of this License, and without further action
|
2690
|
-
by the parties to this agreement, such provision shall be reformed to
|
2691
|
-
the minimum extent necessary to make such provision valid and
|
2692
|
-
enforceable.
|
2693
|
-
d. No term or provision of this License shall be deemed waived and no
|
2694
|
-
breach consented to unless such waiver or consent shall be in writing
|
2695
|
-
and signed by the party to be charged with such waiver or consent.
|
2696
|
-
e. This License constitutes the entire agreement between the parties with
|
2697
|
-
respect to the Work licensed here. There are no understandings,
|
2698
|
-
agreements or representations with respect to the Work not specified
|
2699
|
-
here. Licensor shall not be bound by any additional provisions that
|
2700
|
-
may appear in any communication from You. This License may not be
|
2701
|
-
modified without the mutual written agreement of the Licensor and You.
|
2702
|
-
f. The rights granted under, and the subject matter referenced, in this
|
2703
|
-
License were drafted utilizing the terminology of the Berne Convention
|
2704
|
-
for the Protection of Literary and Artistic Works (as amended on
|
2705
|
-
September 28, 1979), the Rome Convention of 1961, the WIPO Copyright
|
2706
|
-
Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996
|
2707
|
-
and the Universal Copyright Convention (as revised on July 24, 1971).
|
2708
|
-
These rights and subject matter take effect in the relevant
|
2709
|
-
jurisdiction in which the License terms are sought to be enforced
|
2710
|
-
according to the corresponding provisions of the implementation of
|
2711
|
-
those treaty provisions in the applicable national law. If the
|
2712
|
-
standard suite of rights granted under applicable copyright law
|
2713
|
-
includes additional rights not granted under this License, such
|
2714
|
-
additional rights are deemed to be included in the License; this
|
2715
|
-
License is not intended to restrict the license of any rights under
|
2716
|
-
applicable law.
|
2717
|
-
|
2718
|
-
|
2719
|
-
Creative Commons Notice
|
2720
|
-
|
2721
|
-
Creative Commons is not a party to this License, and makes no warranty
|
2722
|
-
whatsoever in connection with the Work. Creative Commons will not be
|
2723
|
-
liable to You or any party on any legal theory for any damages
|
2724
|
-
whatsoever, including without limitation any general, special,
|
2725
|
-
incidental or consequential damages arising in connection to this
|
2726
|
-
license. Notwithstanding the foregoing two (2) sentences, if Creative
|
2727
|
-
Commons has expressly identified itself as the Licensor hereunder, it
|
2728
|
-
shall have all rights and obligations of Licensor.
|
2729
|
-
|
2730
|
-
Except for the limited purpose of indicating to the public that the
|
2731
|
-
Work is licensed under the CCPL, Creative Commons does not authorize
|
2732
|
-
the use by either party of the trademark "Creative Commons" or any
|
2733
|
-
related trademark or logo of Creative Commons without the prior
|
2734
|
-
written consent of Creative Commons. Any permitted use will be in
|
2735
|
-
compliance with Creative Commons' then-current trademark usage
|
2736
|
-
guidelines, as may be published on its website or otherwise made
|
2737
|
-
available upon request from time to time. For the avoidance of doubt,
|
2738
|
-
this trademark restriction does not form part of this License.
|
2739
|
-
|
2740
|
-
Creative Commons may be contacted at https://creativecommons.org/.
|
2741
|
-
|
2742
|
-
===============================================================================
|
2743
|
-
|
2744
|
-
The Go Programming Language
|
2745
|
-
https://golang.org/LICENSE
|
2107
|
+
clang-sys LICENSE.txt
|
2108
|
+
================================================================================
|
2746
2109
|
|
2747
|
-
Copyright (c) 2009 The Go Authors. All rights reserved.
|
2748
2110
|
|
2749
|
-
|
2750
|
-
|
2751
|
-
|
2111
|
+
Apache License
|
2112
|
+
Version 2.0, January 2004
|
2113
|
+
http://www.apache.org/licenses/
|
2752
2114
|
|
2753
|
-
|
2754
|
-
notice, this list of conditions and the following disclaimer.
|
2755
|
-
* Redistributions in binary form must reproduce the above
|
2756
|
-
copyright notice, this list of conditions and the following disclaimer
|
2757
|
-
in the documentation and/or other materials provided with the
|
2758
|
-
distribution.
|
2759
|
-
* Neither the name of Google Inc. nor the names of its
|
2760
|
-
contributors may be used to endorse or promote products derived from
|
2761
|
-
this software without specific prior written permission.
|
2762
|
-
|
2763
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
2764
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
2765
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
2766
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
2767
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
2768
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
2769
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
2770
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
2771
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
2772
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
2773
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2774
|
-
|
2775
|
-
===============================================================================
|
2776
|
-
|
2777
|
-
The Rust Programming Language
|
2778
|
-
https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
|
2779
|
-
|
2780
|
-
Permission is hereby granted, free of charge, to any
|
2781
|
-
person obtaining a copy of this software and associated
|
2782
|
-
documentation files (the "Software"), to deal in the
|
2783
|
-
Software without restriction, including without
|
2784
|
-
limitation the rights to use, copy, modify, merge,
|
2785
|
-
publish, distribute, sublicense, and/or sell copies of
|
2786
|
-
the Software, and to permit persons to whom the Software
|
2787
|
-
is furnished to do so, subject to the following
|
2788
|
-
conditions:
|
2115
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
2789
2116
|
|
2790
|
-
|
2791
|
-
shall be included in all copies or substantial portions
|
2792
|
-
of the Software.
|
2117
|
+
1. Definitions.
|
2793
2118
|
|
2794
|
-
|
2795
|
-
|
2796
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
2797
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
2798
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
2799
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
2800
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
2801
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2802
|
-
DEALINGS IN THE SOFTWARE.
|
2119
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
2120
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
2803
2121
|
|
2804
|
-
|
2122
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
2123
|
+
the copyright owner that is granting the License.
|
2805
2124
|
|
2806
|
-
|
2807
|
-
|
2125
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
2126
|
+
other entities that control, are controlled by, or are under common
|
2127
|
+
control with that entity. For the purposes of this definition,
|
2128
|
+
"control" means (i) the power, direct or indirect, to cause the
|
2129
|
+
direction or management of such entity, whether by contract or
|
2130
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
2131
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
2808
2132
|
|
2809
|
-
|
2810
|
-
|
2811
|
-
http://www.apache.org/licenses/
|
2133
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
2134
|
+
exercising permissions granted by this License.
|
2812
2135
|
|
2813
|
-
|
2136
|
+
"Source" form shall mean the preferred form for making modifications,
|
2137
|
+
including but not limited to software source code, documentation
|
2138
|
+
source, and configuration files.
|
2814
2139
|
|
2815
|
-
|
2140
|
+
"Object" form shall mean any form resulting from mechanical
|
2141
|
+
transformation or translation of a Source form, including but
|
2142
|
+
not limited to compiled object code, generated documentation,
|
2143
|
+
and conversions to other media types.
|
2816
2144
|
|
2817
|
-
|
2818
|
-
|
2145
|
+
"Work" shall mean the work of authorship, whether in Source or
|
2146
|
+
Object form, made available under the License, as indicated by a
|
2147
|
+
copyright notice that is included in or attached to the work
|
2148
|
+
(an example is provided in the Appendix below).
|
2819
2149
|
|
2820
|
-
|
2821
|
-
|
2150
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
2151
|
+
form, that is based on (or derived from) the Work and for which the
|
2152
|
+
editorial revisions, annotations, elaborations, or other modifications
|
2153
|
+
represent, as a whole, an original work of authorship. For the purposes
|
2154
|
+
of this License, Derivative Works shall not include works that remain
|
2155
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
2156
|
+
the Work and Derivative Works thereof.
|
2822
2157
|
|
2823
|
-
|
2824
|
-
|
2825
|
-
|
2826
|
-
|
2827
|
-
|
2828
|
-
|
2829
|
-
|
2158
|
+
"Contribution" shall mean any work of authorship, including
|
2159
|
+
the original version of the Work and any modifications or additions
|
2160
|
+
to that Work or Derivative Works thereof, that is intentionally
|
2161
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
2162
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
2163
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
2164
|
+
means any form of electronic, verbal, or written communication sent
|
2165
|
+
to the Licensor or its representatives, including but not limited to
|
2166
|
+
communication on electronic mailing lists, source code control systems,
|
2167
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
2168
|
+
Licensor for the purpose of discussing and improving the Work, but
|
2169
|
+
excluding communication that is conspicuously marked or otherwise
|
2170
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
2830
2171
|
|
2831
|
-
|
2832
|
-
|
2172
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
2173
|
+
on behalf of whom a Contribution has been received by Licensor and
|
2174
|
+
subsequently incorporated within the Work.
|
2833
2175
|
|
2834
|
-
|
2835
|
-
|
2836
|
-
|
2176
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
2177
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2178
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2179
|
+
copyright license to reproduce, prepare Derivative Works of,
|
2180
|
+
publicly display, publicly perform, sublicense, and distribute the
|
2181
|
+
Work and such Derivative Works in Source or Object form.
|
2837
2182
|
|
2838
|
-
|
2839
|
-
|
2840
|
-
|
2841
|
-
|
2183
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
2184
|
+
this License, each Contributor hereby grants to You a perpetual,
|
2185
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
2186
|
+
(except as stated in this section) patent license to make, have made,
|
2187
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
2188
|
+
where such license applies only to those patent claims licensable
|
2189
|
+
by such Contributor that are necessarily infringed by their
|
2190
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
2191
|
+
with the Work to which such Contribution(s) was submitted. If You
|
2192
|
+
institute patent litigation against any entity (including a
|
2193
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2194
|
+
or a Contribution incorporated within the Work constitutes direct
|
2195
|
+
or contributory patent infringement, then any patent licenses
|
2196
|
+
granted to You under this License for that Work shall terminate
|
2197
|
+
as of the date such litigation is filed.
|
2842
2198
|
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2199
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
2200
|
+
Work or Derivative Works thereof in any medium, with or without
|
2201
|
+
modifications, and in Source or Object form, provided that You
|
2202
|
+
meet the following conditions:
|
2847
2203
|
|
2848
|
-
|
2849
|
-
|
2850
|
-
editorial revisions, annotations, elaborations, or other modifications
|
2851
|
-
represent, as a whole, an original work of authorship. For the purposes
|
2852
|
-
of this License, Derivative Works shall not include works that remain
|
2853
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
2854
|
-
the Work and Derivative Works thereof.
|
2204
|
+
(a) You must give any other recipients of the Work or
|
2205
|
+
Derivative Works a copy of this License; and
|
2855
2206
|
|
2856
|
-
|
2857
|
-
|
2858
|
-
to that Work or Derivative Works thereof, that is intentionally
|
2859
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
2860
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
2861
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
2862
|
-
means any form of electronic, verbal, or written communication sent
|
2863
|
-
to the Licensor or its representatives, including but not limited to
|
2864
|
-
communication on electronic mailing lists, source code control systems,
|
2865
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
2866
|
-
Licensor for the purpose of discussing and improving the Work, but
|
2867
|
-
excluding communication that is conspicuously marked or otherwise
|
2868
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
2207
|
+
(b) You must cause any modified files to carry prominent notices
|
2208
|
+
stating that You changed the files; and
|
2869
2209
|
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2210
|
+
(c) You must retain, in the Source form of any Derivative Works
|
2211
|
+
that You distribute, all copyright, patent, trademark, and
|
2212
|
+
attribution notices from the Source form of the Work,
|
2213
|
+
excluding those notices that do not pertain to any part of
|
2214
|
+
the Derivative Works; and
|
2873
2215
|
|
2874
|
-
|
2875
|
-
|
2876
|
-
|
2877
|
-
|
2878
|
-
|
2879
|
-
|
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.
|
2880
2232
|
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
|
2885
|
-
|
2886
|
-
|
2887
|
-
by such Contributor that are necessarily infringed by their
|
2888
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
2889
|
-
with the Work to which such Contribution(s) was submitted. If You
|
2890
|
-
institute patent litigation against any entity (including a
|
2891
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
2892
|
-
or a Contribution incorporated within the Work constitutes direct
|
2893
|
-
or contributory patent infringement, then any patent licenses
|
2894
|
-
granted to You under this License for that Work shall terminate
|
2895
|
-
as of the date such litigation is filed.
|
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.
|
2896
2239
|
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2900
|
-
|
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.
|
2901
2247
|
|
2902
|
-
|
2903
|
-
|
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.
|
2904
2252
|
|
2905
|
-
|
2906
|
-
|
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.
|
2907
2262
|
|
2908
|
-
|
2909
|
-
|
2910
|
-
|
2911
|
-
|
2912
|
-
|
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.
|
2913
2274
|
|
2914
|
-
|
2915
|
-
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
of the NOTICE file are for informational purposes only and
|
2925
|
-
do not modify the License. You may add Your own attribution
|
2926
|
-
notices within Derivative Works that You distribute, alongside
|
2927
|
-
or as an addendum to the NOTICE text from the Work, provided
|
2928
|
-
that such additional attribution notices cannot be construed
|
2929
|
-
as modifying the License.
|
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.
|
2930
2285
|
|
2931
|
-
|
2932
|
-
may provide additional or different license terms and conditions
|
2933
|
-
for use, reproduction, or distribution of Your modifications, or
|
2934
|
-
for any such Derivative Works as a whole, provided Your use,
|
2935
|
-
reproduction, and distribution of the Work otherwise complies with
|
2936
|
-
the conditions stated in this License.
|
2286
|
+
END OF TERMS AND CONDITIONS
|
2937
2287
|
|
2938
|
-
|
2939
|
-
any Contribution intentionally submitted for inclusion in the Work
|
2940
|
-
by You to the Licensor shall be under the terms and conditions of
|
2941
|
-
this License, without any additional terms or conditions.
|
2942
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
2943
|
-
the terms of any separate license agreement you may have executed
|
2944
|
-
with Licensor regarding such Contributions.
|
2288
|
+
APPENDIX: How to apply the Apache License to your work.
|
2945
2289
|
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
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.
|
2950
2298
|
|
2951
|
-
|
2952
|
-
agreed to in writing, Licensor provides the Work (and each
|
2953
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2954
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2955
|
-
implied, including, without limitation, any warranties or conditions
|
2956
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2957
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2958
|
-
appropriateness of using or redistributing the Work and assume any
|
2959
|
-
risks associated with Your exercise of permissions under this License.
|
2299
|
+
Copyright [yyyy] [name of copyright owner]
|
2960
2300
|
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2965
|
-
liable to You for damages, including any direct, indirect, special,
|
2966
|
-
incidental, or consequential damages of any character arising as a
|
2967
|
-
result of this License or out of the use or inability to use the
|
2968
|
-
Work (including but not limited to damages for loss of goodwill,
|
2969
|
-
work stoppage, computer failure or malfunction, or any and all
|
2970
|
-
other commercial damages or losses), even if such Contributor
|
2971
|
-
has been advised of the possibility of such damages.
|
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
|
2972
2304
|
|
2973
|
-
|
2974
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2975
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2976
|
-
or other liability obligations and/or rights consistent with this
|
2977
|
-
License. However, in accepting such obligations, You may act only
|
2978
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2979
|
-
of any other Contributor, and only if You agree to indemnify,
|
2980
|
-
defend, and hold each Contributor harmless for any liability
|
2981
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2982
|
-
of your accepting any such warranty or additional liability.
|
2305
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
2983
2306
|
|
2984
|
-
|
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.
|
2985
2312
|
|
2986
|
-
|
2313
|
+
================================================================================
|
2314
|
+
console LICENSE
|
2315
|
+
================================================================================
|
2987
2316
|
|
2988
|
-
|
2989
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
2990
|
-
replaced with your own identifying information. (Don't include
|
2991
|
-
the brackets!) The text should be enclosed in the appropriate
|
2992
|
-
comment syntax for the file format. We also recommend that a
|
2993
|
-
file or class name and description of purpose be included on the
|
2994
|
-
same "printed page" as the copyright notice for easier
|
2995
|
-
identification within third-party archives.
|
2317
|
+
The MIT License (MIT)
|
2996
2318
|
|
2997
|
-
Copyright
|
2319
|
+
Copyright (c) 2017 Armin Ronacher <armin.ronacher@active-4.com>
|
2998
2320
|
|
2999
|
-
|
3000
|
-
|
3001
|
-
|
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:
|
3002
2327
|
|
3003
|
-
|
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.
|
3004
2338
|
|
3005
|
-
Unless required by applicable law or agreed to in writing, software
|
3006
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
3007
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3008
|
-
See the License for the specific language governing permissions and
|
3009
|
-
limitations under the License.
|
3010
2339
|
|
3011
2340
|
================================================================================
|
3012
2341
|
crossbeam-deque LICENSE-APACHE
|
@@ -5695,250 +5024,14 @@ copies or substantial portions of the Software.
|
|
5695
5024
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5696
5025
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5697
5026
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5698
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5699
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5700
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5701
|
-
SOFTWARE.
|
5702
|
-
|
5703
|
-
|
5704
|
-
================================================================================
|
5705
|
-
itertools v0.8.2 LICENSE-APACHE
|
5706
|
-
================================================================================
|
5707
|
-
|
5708
|
-
Apache License
|
5709
|
-
Version 2.0, January 2004
|
5710
|
-
http://www.apache.org/licenses/
|
5711
|
-
|
5712
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5713
|
-
|
5714
|
-
1. Definitions.
|
5715
|
-
|
5716
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5717
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5718
|
-
|
5719
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5720
|
-
the copyright owner that is granting the License.
|
5721
|
-
|
5722
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5723
|
-
other entities that control, are controlled by, or are under common
|
5724
|
-
control with that entity. For the purposes of this definition,
|
5725
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5726
|
-
direction or management of such entity, whether by contract or
|
5727
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5728
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5729
|
-
|
5730
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5731
|
-
exercising permissions granted by this License.
|
5732
|
-
|
5733
|
-
"Source" form shall mean the preferred form for making modifications,
|
5734
|
-
including but not limited to software source code, documentation
|
5735
|
-
source, and configuration files.
|
5736
|
-
|
5737
|
-
"Object" form shall mean any form resulting from mechanical
|
5738
|
-
transformation or translation of a Source form, including but
|
5739
|
-
not limited to compiled object code, generated documentation,
|
5740
|
-
and conversions to other media types.
|
5741
|
-
|
5742
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5743
|
-
Object form, made available under the License, as indicated by a
|
5744
|
-
copyright notice that is included in or attached to the work
|
5745
|
-
(an example is provided in the Appendix below).
|
5746
|
-
|
5747
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5748
|
-
form, that is based on (or derived from) the Work and for which the
|
5749
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5750
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5751
|
-
of this License, Derivative Works shall not include works that remain
|
5752
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5753
|
-
the Work and Derivative Works thereof.
|
5754
|
-
|
5755
|
-
"Contribution" shall mean any work of authorship, including
|
5756
|
-
the original version of the Work and any modifications or additions
|
5757
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5758
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5759
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5760
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5761
|
-
means any form of electronic, verbal, or written communication sent
|
5762
|
-
to the Licensor or its representatives, including but not limited to
|
5763
|
-
communication on electronic mailing lists, source code control systems,
|
5764
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5765
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5766
|
-
excluding communication that is conspicuously marked or otherwise
|
5767
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5768
|
-
|
5769
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5770
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5771
|
-
subsequently incorporated within the Work.
|
5772
|
-
|
5773
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5774
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5775
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5776
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5777
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5778
|
-
Work and such Derivative Works in Source or Object form.
|
5779
|
-
|
5780
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5781
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5782
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5783
|
-
(except as stated in this section) patent license to make, have made,
|
5784
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5785
|
-
where such license applies only to those patent claims licensable
|
5786
|
-
by such Contributor that are necessarily infringed by their
|
5787
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5788
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5789
|
-
institute patent litigation against any entity (including a
|
5790
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5791
|
-
or a Contribution incorporated within the Work constitutes direct
|
5792
|
-
or contributory patent infringement, then any patent licenses
|
5793
|
-
granted to You under this License for that Work shall terminate
|
5794
|
-
as of the date such litigation is filed.
|
5795
|
-
|
5796
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5797
|
-
Work or Derivative Works thereof in any medium, with or without
|
5798
|
-
modifications, and in Source or Object form, provided that You
|
5799
|
-
meet the following conditions:
|
5800
|
-
|
5801
|
-
(a) You must give any other recipients of the Work or
|
5802
|
-
Derivative Works a copy of this License; and
|
5803
|
-
|
5804
|
-
(b) You must cause any modified files to carry prominent notices
|
5805
|
-
stating that You changed the files; and
|
5806
|
-
|
5807
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5808
|
-
that You distribute, all copyright, patent, trademark, and
|
5809
|
-
attribution notices from the Source form of the Work,
|
5810
|
-
excluding those notices that do not pertain to any part of
|
5811
|
-
the Derivative Works; and
|
5812
|
-
|
5813
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5814
|
-
distribution, then any Derivative Works that You distribute must
|
5815
|
-
include a readable copy of the attribution notices contained
|
5816
|
-
within such NOTICE file, excluding those notices that do not
|
5817
|
-
pertain to any part of the Derivative Works, in at least one
|
5818
|
-
of the following places: within a NOTICE text file distributed
|
5819
|
-
as part of the Derivative Works; within the Source form or
|
5820
|
-
documentation, if provided along with the Derivative Works; or,
|
5821
|
-
within a display generated by the Derivative Works, if and
|
5822
|
-
wherever such third-party notices normally appear. The contents
|
5823
|
-
of the NOTICE file are for informational purposes only and
|
5824
|
-
do not modify the License. You may add Your own attribution
|
5825
|
-
notices within Derivative Works that You distribute, alongside
|
5826
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5827
|
-
that such additional attribution notices cannot be construed
|
5828
|
-
as modifying the License.
|
5829
|
-
|
5830
|
-
You may add Your own copyright statement to Your modifications and
|
5831
|
-
may provide additional or different license terms and conditions
|
5832
|
-
for use, reproduction, or distribution of Your modifications, or
|
5833
|
-
for any such Derivative Works as a whole, provided Your use,
|
5834
|
-
reproduction, and distribution of the Work otherwise complies with
|
5835
|
-
the conditions stated in this License.
|
5836
|
-
|
5837
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5838
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5839
|
-
by You to the Licensor shall be under the terms and conditions of
|
5840
|
-
this License, without any additional terms or conditions.
|
5841
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5842
|
-
the terms of any separate license agreement you may have executed
|
5843
|
-
with Licensor regarding such Contributions.
|
5844
|
-
|
5845
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5846
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5847
|
-
except as required for reasonable and customary use in describing the
|
5848
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5849
|
-
|
5850
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5851
|
-
agreed to in writing, Licensor provides the Work (and each
|
5852
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5853
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5854
|
-
implied, including, without limitation, any warranties or conditions
|
5855
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5856
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5857
|
-
appropriateness of using or redistributing the Work and assume any
|
5858
|
-
risks associated with Your exercise of permissions under this License.
|
5859
|
-
|
5860
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5861
|
-
whether in tort (including negligence), contract, or otherwise,
|
5862
|
-
unless required by applicable law (such as deliberate and grossly
|
5863
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5864
|
-
liable to You for damages, including any direct, indirect, special,
|
5865
|
-
incidental, or consequential damages of any character arising as a
|
5866
|
-
result of this License or out of the use or inability to use the
|
5867
|
-
Work (including but not limited to damages for loss of goodwill,
|
5868
|
-
work stoppage, computer failure or malfunction, or any and all
|
5869
|
-
other commercial damages or losses), even if such Contributor
|
5870
|
-
has been advised of the possibility of such damages.
|
5871
|
-
|
5872
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5873
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5874
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5875
|
-
or other liability obligations and/or rights consistent with this
|
5876
|
-
License. However, in accepting such obligations, You may act only
|
5877
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5878
|
-
of any other Contributor, and only if You agree to indemnify,
|
5879
|
-
defend, and hold each Contributor harmless for any liability
|
5880
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5881
|
-
of your accepting any such warranty or additional liability.
|
5882
|
-
|
5883
|
-
END OF TERMS AND CONDITIONS
|
5884
|
-
|
5885
|
-
APPENDIX: How to apply the Apache License to your work.
|
5886
|
-
|
5887
|
-
To apply the Apache License to your work, attach the following
|
5888
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5889
|
-
replaced with your own identifying information. (Don't include
|
5890
|
-
the brackets!) The text should be enclosed in the appropriate
|
5891
|
-
comment syntax for the file format. We also recommend that a
|
5892
|
-
file or class name and description of purpose be included on the
|
5893
|
-
same "printed page" as the copyright notice for easier
|
5894
|
-
identification within third-party archives.
|
5895
|
-
|
5896
|
-
Copyright [yyyy] [name of copyright owner]
|
5897
|
-
|
5898
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5899
|
-
you may not use this file except in compliance with the License.
|
5900
|
-
You may obtain a copy of the License at
|
5901
|
-
|
5902
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5903
|
-
|
5904
|
-
Unless required by applicable law or agreed to in writing, software
|
5905
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5906
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5907
|
-
See the License for the specific language governing permissions and
|
5908
|
-
limitations under the License.
|
5909
|
-
|
5910
|
-
================================================================================
|
5911
|
-
itertools v0.8.2 LICENSE-MIT
|
5912
|
-
================================================================================
|
5913
|
-
|
5914
|
-
Copyright (c) 2015
|
5915
|
-
|
5916
|
-
Permission is hereby granted, free of charge, to any
|
5917
|
-
person obtaining a copy of this software and associated
|
5918
|
-
documentation files (the "Software"), to deal in the
|
5919
|
-
Software without restriction, including without
|
5920
|
-
limitation the rights to use, copy, modify, merge,
|
5921
|
-
publish, distribute, sublicense, and/or sell copies of
|
5922
|
-
the Software, and to permit persons to whom the Software
|
5923
|
-
is furnished to do so, subject to the following
|
5924
|
-
conditions:
|
5925
|
-
|
5926
|
-
The above copyright notice and this permission notice
|
5927
|
-
shall be included in all copies or substantial portions
|
5928
|
-
of the Software.
|
5027
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5028
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5029
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5030
|
+
SOFTWARE.
|
5929
5031
|
|
5930
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5931
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5932
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5933
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5934
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5935
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5936
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5937
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5938
|
-
DEALINGS IN THE SOFTWARE.
|
5939
5032
|
|
5940
5033
|
================================================================================
|
5941
|
-
itertools
|
5034
|
+
itertools LICENSE-APACHE
|
5942
5035
|
================================================================================
|
5943
5036
|
|
5944
5037
|
Apache License
|
@@ -6144,7 +5237,7 @@ See the License for the specific language governing permissions and
|
|
6144
5237
|
limitations under the License.
|
6145
5238
|
|
6146
5239
|
================================================================================
|
6147
|
-
itertools
|
5240
|
+
itertools LICENSE-MIT
|
6148
5241
|
================================================================================
|
6149
5242
|
|
6150
5243
|
Copyright (c) 2015
|
@@ -8650,275 +7743,44 @@ the Software, and to permit persons to whom the Software
|
|
8650
7743
|
is furnished to do so, subject to the following
|
8651
7744
|
conditions:
|
8652
7745
|
|
8653
|
-
The above copyright notice and this permission notice
|
8654
|
-
shall be included in all copies or substantial portions
|
8655
|
-
of the Software.
|
8656
|
-
|
8657
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8658
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
8659
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
8660
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
8661
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
8662
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8663
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
8664
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8665
|
-
DEALINGS IN THE SOFTWARE.
|
8666
|
-
|
8667
|
-
================================================================================
|
8668
|
-
nom LICENSE
|
8669
|
-
================================================================================
|
8670
|
-
|
8671
|
-
Copyright (c) 2014-2019 Geoffroy Couprie
|
8672
|
-
|
8673
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
8674
|
-
a copy of this software and associated documentation files (the
|
8675
|
-
"Software"), to deal in the Software without restriction, including
|
8676
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
8677
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8678
|
-
permit persons to whom the Software is furnished to do so, subject to
|
8679
|
-
the following conditions:
|
8680
|
-
|
8681
|
-
The above copyright notice and this permission notice shall be
|
8682
|
-
included in all copies or substantial portions of the Software.
|
8683
|
-
|
8684
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8685
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8686
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
8687
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
8688
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8689
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
8690
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8691
|
-
|
8692
|
-
================================================================================
|
8693
|
-
num_cpus LICENSE-APACHE
|
8694
|
-
================================================================================
|
8695
|
-
|
8696
|
-
Apache License
|
8697
|
-
Version 2.0, January 2004
|
8698
|
-
http://www.apache.org/licenses/
|
8699
|
-
|
8700
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8701
|
-
|
8702
|
-
1. Definitions.
|
8703
|
-
|
8704
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
8705
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
8706
|
-
|
8707
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
8708
|
-
the copyright owner that is granting the License.
|
8709
|
-
|
8710
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
8711
|
-
other entities that control, are controlled by, or are under common
|
8712
|
-
control with that entity. For the purposes of this definition,
|
8713
|
-
"control" means (i) the power, direct or indirect, to cause the
|
8714
|
-
direction or management of such entity, whether by contract or
|
8715
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
8716
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
8717
|
-
|
8718
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
8719
|
-
exercising permissions granted by this License.
|
8720
|
-
|
8721
|
-
"Source" form shall mean the preferred form for making modifications,
|
8722
|
-
including but not limited to software source code, documentation
|
8723
|
-
source, and configuration files.
|
8724
|
-
|
8725
|
-
"Object" form shall mean any form resulting from mechanical
|
8726
|
-
transformation or translation of a Source form, including but
|
8727
|
-
not limited to compiled object code, generated documentation,
|
8728
|
-
and conversions to other media types.
|
8729
|
-
|
8730
|
-
"Work" shall mean the work of authorship, whether in Source or
|
8731
|
-
Object form, made available under the License, as indicated by a
|
8732
|
-
copyright notice that is included in or attached to the work
|
8733
|
-
(an example is provided in the Appendix below).
|
8734
|
-
|
8735
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
8736
|
-
form, that is based on (or derived from) the Work and for which the
|
8737
|
-
editorial revisions, annotations, elaborations, or other modifications
|
8738
|
-
represent, as a whole, an original work of authorship. For the purposes
|
8739
|
-
of this License, Derivative Works shall not include works that remain
|
8740
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
8741
|
-
the Work and Derivative Works thereof.
|
8742
|
-
|
8743
|
-
"Contribution" shall mean any work of authorship, including
|
8744
|
-
the original version of the Work and any modifications or additions
|
8745
|
-
to that Work or Derivative Works thereof, that is intentionally
|
8746
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
8747
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
8748
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
8749
|
-
means any form of electronic, verbal, or written communication sent
|
8750
|
-
to the Licensor or its representatives, including but not limited to
|
8751
|
-
communication on electronic mailing lists, source code control systems,
|
8752
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
8753
|
-
Licensor for the purpose of discussing and improving the Work, but
|
8754
|
-
excluding communication that is conspicuously marked or otherwise
|
8755
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
8756
|
-
|
8757
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
8758
|
-
on behalf of whom a Contribution has been received by Licensor and
|
8759
|
-
subsequently incorporated within the Work.
|
8760
|
-
|
8761
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
8762
|
-
this License, each Contributor hereby grants to You a perpetual,
|
8763
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8764
|
-
copyright license to reproduce, prepare Derivative Works of,
|
8765
|
-
publicly display, publicly perform, sublicense, and distribute the
|
8766
|
-
Work and such Derivative Works in Source or Object form.
|
8767
|
-
|
8768
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
8769
|
-
this License, each Contributor hereby grants to You a perpetual,
|
8770
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8771
|
-
(except as stated in this section) patent license to make, have made,
|
8772
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
8773
|
-
where such license applies only to those patent claims licensable
|
8774
|
-
by such Contributor that are necessarily infringed by their
|
8775
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
8776
|
-
with the Work to which such Contribution(s) was submitted. If You
|
8777
|
-
institute patent litigation against any entity (including a
|
8778
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
8779
|
-
or a Contribution incorporated within the Work constitutes direct
|
8780
|
-
or contributory patent infringement, then any patent licenses
|
8781
|
-
granted to You under this License for that Work shall terminate
|
8782
|
-
as of the date such litigation is filed.
|
8783
|
-
|
8784
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
8785
|
-
Work or Derivative Works thereof in any medium, with or without
|
8786
|
-
modifications, and in Source or Object form, provided that You
|
8787
|
-
meet the following conditions:
|
8788
|
-
|
8789
|
-
(a) You must give any other recipients of the Work or
|
8790
|
-
Derivative Works a copy of this License; and
|
8791
|
-
|
8792
|
-
(b) You must cause any modified files to carry prominent notices
|
8793
|
-
stating that You changed the files; and
|
8794
|
-
|
8795
|
-
(c) You must retain, in the Source form of any Derivative Works
|
8796
|
-
that You distribute, all copyright, patent, trademark, and
|
8797
|
-
attribution notices from the Source form of the Work,
|
8798
|
-
excluding those notices that do not pertain to any part of
|
8799
|
-
the Derivative Works; and
|
8800
|
-
|
8801
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
8802
|
-
distribution, then any Derivative Works that You distribute must
|
8803
|
-
include a readable copy of the attribution notices contained
|
8804
|
-
within such NOTICE file, excluding those notices that do not
|
8805
|
-
pertain to any part of the Derivative Works, in at least one
|
8806
|
-
of the following places: within a NOTICE text file distributed
|
8807
|
-
as part of the Derivative Works; within the Source form or
|
8808
|
-
documentation, if provided along with the Derivative Works; or,
|
8809
|
-
within a display generated by the Derivative Works, if and
|
8810
|
-
wherever such third-party notices normally appear. The contents
|
8811
|
-
of the NOTICE file are for informational purposes only and
|
8812
|
-
do not modify the License. You may add Your own attribution
|
8813
|
-
notices within Derivative Works that You distribute, alongside
|
8814
|
-
or as an addendum to the NOTICE text from the Work, provided
|
8815
|
-
that such additional attribution notices cannot be construed
|
8816
|
-
as modifying the License.
|
8817
|
-
|
8818
|
-
You may add Your own copyright statement to Your modifications and
|
8819
|
-
may provide additional or different license terms and conditions
|
8820
|
-
for use, reproduction, or distribution of Your modifications, or
|
8821
|
-
for any such Derivative Works as a whole, provided Your use,
|
8822
|
-
reproduction, and distribution of the Work otherwise complies with
|
8823
|
-
the conditions stated in this License.
|
8824
|
-
|
8825
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
8826
|
-
any Contribution intentionally submitted for inclusion in the Work
|
8827
|
-
by You to the Licensor shall be under the terms and conditions of
|
8828
|
-
this License, without any additional terms or conditions.
|
8829
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
8830
|
-
the terms of any separate license agreement you may have executed
|
8831
|
-
with Licensor regarding such Contributions.
|
8832
|
-
|
8833
|
-
6. Trademarks. This License does not grant permission to use the trade
|
8834
|
-
names, trademarks, service marks, or product names of the Licensor,
|
8835
|
-
except as required for reasonable and customary use in describing the
|
8836
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
8837
|
-
|
8838
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
8839
|
-
agreed to in writing, Licensor provides the Work (and each
|
8840
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
8841
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
8842
|
-
implied, including, without limitation, any warranties or conditions
|
8843
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
8844
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
8845
|
-
appropriateness of using or redistributing the Work and assume any
|
8846
|
-
risks associated with Your exercise of permissions under this License.
|
8847
|
-
|
8848
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
8849
|
-
whether in tort (including negligence), contract, or otherwise,
|
8850
|
-
unless required by applicable law (such as deliberate and grossly
|
8851
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
8852
|
-
liable to You for damages, including any direct, indirect, special,
|
8853
|
-
incidental, or consequential damages of any character arising as a
|
8854
|
-
result of this License or out of the use or inability to use the
|
8855
|
-
Work (including but not limited to damages for loss of goodwill,
|
8856
|
-
work stoppage, computer failure or malfunction, or any and all
|
8857
|
-
other commercial damages or losses), even if such Contributor
|
8858
|
-
has been advised of the possibility of such damages.
|
8859
|
-
|
8860
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
8861
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
8862
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
8863
|
-
or other liability obligations and/or rights consistent with this
|
8864
|
-
License. However, in accepting such obligations, You may act only
|
8865
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
8866
|
-
of any other Contributor, and only if You agree to indemnify,
|
8867
|
-
defend, and hold each Contributor harmless for any liability
|
8868
|
-
incurred by, or claims asserted against, such Contributor by reason
|
8869
|
-
of your accepting any such warranty or additional liability.
|
8870
|
-
|
8871
|
-
END OF TERMS AND CONDITIONS
|
8872
|
-
|
8873
|
-
APPENDIX: How to apply the Apache License to your work.
|
8874
|
-
|
8875
|
-
To apply the Apache License to your work, attach the following
|
8876
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
8877
|
-
replaced with your own identifying information. (Don't include
|
8878
|
-
the brackets!) The text should be enclosed in the appropriate
|
8879
|
-
comment syntax for the file format. We also recommend that a
|
8880
|
-
file or class name and description of purpose be included on the
|
8881
|
-
same "printed page" as the copyright notice for easier
|
8882
|
-
identification within third-party archives.
|
8883
|
-
|
8884
|
-
Copyright [yyyy] [name of copyright owner]
|
8885
|
-
|
8886
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
8887
|
-
you may not use this file except in compliance with the License.
|
8888
|
-
You may obtain a copy of the License at
|
8889
|
-
|
8890
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
8891
|
-
|
8892
|
-
Unless required by applicable law or agreed to in writing, software
|
8893
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
8894
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8895
|
-
See the License for the specific language governing permissions and
|
8896
|
-
limitations under the License.
|
7746
|
+
The above copyright notice and this permission notice
|
7747
|
+
shall be included in all copies or substantial portions
|
7748
|
+
of the Software.
|
7749
|
+
|
7750
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
7751
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
7752
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
7753
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
7754
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
7755
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
7756
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
7757
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
7758
|
+
DEALINGS IN THE SOFTWARE.
|
8897
7759
|
|
8898
7760
|
================================================================================
|
8899
|
-
|
7761
|
+
nom LICENSE
|
8900
7762
|
================================================================================
|
8901
7763
|
|
8902
|
-
Copyright (c)
|
8903
|
-
|
8904
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8905
|
-
of this software and associated documentation files (the "Software"), to deal
|
8906
|
-
in the Software without restriction, including without limitation the rights
|
8907
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8908
|
-
copies of the Software, and to permit persons to whom the Software is
|
8909
|
-
furnished to do so, subject to the following conditions:
|
7764
|
+
Copyright (c) 2014-2019 Geoffroy Couprie
|
8910
7765
|
|
8911
|
-
|
8912
|
-
|
7766
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
7767
|
+
a copy of this software and associated documentation files (the
|
7768
|
+
"Software"), to deal in the Software without restriction, including
|
7769
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7770
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
7771
|
+
permit persons to whom the Software is furnished to do so, subject to
|
7772
|
+
the following conditions:
|
8913
7773
|
|
8914
|
-
|
8915
|
-
|
8916
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8917
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8918
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8919
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8920
|
-
THE SOFTWARE.
|
7774
|
+
The above copyright notice and this permission notice shall be
|
7775
|
+
included in all copies or substantial portions of the Software.
|
8921
7776
|
|
7777
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
7778
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
7779
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
7780
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
7781
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
7782
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
7783
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
8922
7784
|
|
8923
7785
|
================================================================================
|
8924
7786
|
number_prefix LICENCE
|
@@ -9961,6 +8823,216 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
9961
8823
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
9962
8824
|
DEALINGS IN THE SOFTWARE.
|
9963
8825
|
|
8826
|
+
================================================================================
|
8827
|
+
portable-atomic LICENSE-APACHE
|
8828
|
+
================================================================================
|
8829
|
+
|
8830
|
+
|
8831
|
+
Apache License
|
8832
|
+
Version 2.0, January 2004
|
8833
|
+
http://www.apache.org/licenses/
|
8834
|
+
|
8835
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8836
|
+
|
8837
|
+
1. Definitions.
|
8838
|
+
|
8839
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
8840
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
8841
|
+
|
8842
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
8843
|
+
the copyright owner that is granting the License.
|
8844
|
+
|
8845
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
8846
|
+
other entities that control, are controlled by, or are under common
|
8847
|
+
control with that entity. For the purposes of this definition,
|
8848
|
+
"control" means (i) the power, direct or indirect, to cause the
|
8849
|
+
direction or management of such entity, whether by contract or
|
8850
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
8851
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
8852
|
+
|
8853
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
8854
|
+
exercising permissions granted by this License.
|
8855
|
+
|
8856
|
+
"Source" form shall mean the preferred form for making modifications,
|
8857
|
+
including but not limited to software source code, documentation
|
8858
|
+
source, and configuration files.
|
8859
|
+
|
8860
|
+
"Object" form shall mean any form resulting from mechanical
|
8861
|
+
transformation or translation of a Source form, including but
|
8862
|
+
not limited to compiled object code, generated documentation,
|
8863
|
+
and conversions to other media types.
|
8864
|
+
|
8865
|
+
"Work" shall mean the work of authorship, whether in Source or
|
8866
|
+
Object form, made available under the License, as indicated by a
|
8867
|
+
copyright notice that is included in or attached to the work
|
8868
|
+
(an example is provided in the Appendix below).
|
8869
|
+
|
8870
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
8871
|
+
form, that is based on (or derived from) the Work and for which the
|
8872
|
+
editorial revisions, annotations, elaborations, or other modifications
|
8873
|
+
represent, as a whole, an original work of authorship. For the purposes
|
8874
|
+
of this License, Derivative Works shall not include works that remain
|
8875
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
8876
|
+
the Work and Derivative Works thereof.
|
8877
|
+
|
8878
|
+
"Contribution" shall mean any work of authorship, including
|
8879
|
+
the original version of the Work and any modifications or additions
|
8880
|
+
to that Work or Derivative Works thereof, that is intentionally
|
8881
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
8882
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
8883
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
8884
|
+
means any form of electronic, verbal, or written communication sent
|
8885
|
+
to the Licensor or its representatives, including but not limited to
|
8886
|
+
communication on electronic mailing lists, source code control systems,
|
8887
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
8888
|
+
Licensor for the purpose of discussing and improving the Work, but
|
8889
|
+
excluding communication that is conspicuously marked or otherwise
|
8890
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
8891
|
+
|
8892
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
8893
|
+
on behalf of whom a Contribution has been received by Licensor and
|
8894
|
+
subsequently incorporated within the Work.
|
8895
|
+
|
8896
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
8897
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8898
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8899
|
+
copyright license to reproduce, prepare Derivative Works of,
|
8900
|
+
publicly display, publicly perform, sublicense, and distribute the
|
8901
|
+
Work and such Derivative Works in Source or Object form.
|
8902
|
+
|
8903
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
8904
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8905
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8906
|
+
(except as stated in this section) patent license to make, have made,
|
8907
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
8908
|
+
where such license applies only to those patent claims licensable
|
8909
|
+
by such Contributor that are necessarily infringed by their
|
8910
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
8911
|
+
with the Work to which such Contribution(s) was submitted. If You
|
8912
|
+
institute patent litigation against any entity (including a
|
8913
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
8914
|
+
or a Contribution incorporated within the Work constitutes direct
|
8915
|
+
or contributory patent infringement, then any patent licenses
|
8916
|
+
granted to You under this License for that Work shall terminate
|
8917
|
+
as of the date such litigation is filed.
|
8918
|
+
|
8919
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
8920
|
+
Work or Derivative Works thereof in any medium, with or without
|
8921
|
+
modifications, and in Source or Object form, provided that You
|
8922
|
+
meet the following conditions:
|
8923
|
+
|
8924
|
+
(a) You must give any other recipients of the Work or
|
8925
|
+
Derivative Works a copy of this License; and
|
8926
|
+
|
8927
|
+
(b) You must cause any modified files to carry prominent notices
|
8928
|
+
stating that You changed the files; and
|
8929
|
+
|
8930
|
+
(c) You must retain, in the Source form of any Derivative Works
|
8931
|
+
that You distribute, all copyright, patent, trademark, and
|
8932
|
+
attribution notices from the Source form of the Work,
|
8933
|
+
excluding those notices that do not pertain to any part of
|
8934
|
+
the Derivative Works; and
|
8935
|
+
|
8936
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
8937
|
+
distribution, then any Derivative Works that You distribute must
|
8938
|
+
include a readable copy of the attribution notices contained
|
8939
|
+
within such NOTICE file, excluding those notices that do not
|
8940
|
+
pertain to any part of the Derivative Works, in at least one
|
8941
|
+
of the following places: within a NOTICE text file distributed
|
8942
|
+
as part of the Derivative Works; within the Source form or
|
8943
|
+
documentation, if provided along with the Derivative Works; or,
|
8944
|
+
within a display generated by the Derivative Works, if and
|
8945
|
+
wherever such third-party notices normally appear. The contents
|
8946
|
+
of the NOTICE file are for informational purposes only and
|
8947
|
+
do not modify the License. You may add Your own attribution
|
8948
|
+
notices within Derivative Works that You distribute, alongside
|
8949
|
+
or as an addendum to the NOTICE text from the Work, provided
|
8950
|
+
that such additional attribution notices cannot be construed
|
8951
|
+
as modifying the License.
|
8952
|
+
|
8953
|
+
You may add Your own copyright statement to Your modifications and
|
8954
|
+
may provide additional or different license terms and conditions
|
8955
|
+
for use, reproduction, or distribution of Your modifications, or
|
8956
|
+
for any such Derivative Works as a whole, provided Your use,
|
8957
|
+
reproduction, and distribution of the Work otherwise complies with
|
8958
|
+
the conditions stated in this License.
|
8959
|
+
|
8960
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
8961
|
+
any Contribution intentionally submitted for inclusion in the Work
|
8962
|
+
by You to the Licensor shall be under the terms and conditions of
|
8963
|
+
this License, without any additional terms or conditions.
|
8964
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
8965
|
+
the terms of any separate license agreement you may have executed
|
8966
|
+
with Licensor regarding such Contributions.
|
8967
|
+
|
8968
|
+
6. Trademarks. This License does not grant permission to use the trade
|
8969
|
+
names, trademarks, service marks, or product names of the Licensor,
|
8970
|
+
except as required for reasonable and customary use in describing the
|
8971
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
8972
|
+
|
8973
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
8974
|
+
agreed to in writing, Licensor provides the Work (and each
|
8975
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
8976
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
8977
|
+
implied, including, without limitation, any warranties or conditions
|
8978
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
8979
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
8980
|
+
appropriateness of using or redistributing the Work and assume any
|
8981
|
+
risks associated with Your exercise of permissions under this License.
|
8982
|
+
|
8983
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
8984
|
+
whether in tort (including negligence), contract, or otherwise,
|
8985
|
+
unless required by applicable law (such as deliberate and grossly
|
8986
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
8987
|
+
liable to You for damages, including any direct, indirect, special,
|
8988
|
+
incidental, or consequential damages of any character arising as a
|
8989
|
+
result of this License or out of the use or inability to use the
|
8990
|
+
Work (including but not limited to damages for loss of goodwill,
|
8991
|
+
work stoppage, computer failure or malfunction, or any and all
|
8992
|
+
other commercial damages or losses), even if such Contributor
|
8993
|
+
has been advised of the possibility of such damages.
|
8994
|
+
|
8995
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
8996
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
8997
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
8998
|
+
or other liability obligations and/or rights consistent with this
|
8999
|
+
License. However, in accepting such obligations, You may act only
|
9000
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
9001
|
+
of any other Contributor, and only if You agree to indemnify,
|
9002
|
+
defend, and hold each Contributor harmless for any liability
|
9003
|
+
incurred by, or claims asserted against, such Contributor by reason
|
9004
|
+
of your accepting any such warranty or additional liability.
|
9005
|
+
|
9006
|
+
END OF TERMS AND CONDITIONS
|
9007
|
+
|
9008
|
+
================================================================================
|
9009
|
+
portable-atomic LICENSE-MIT
|
9010
|
+
================================================================================
|
9011
|
+
|
9012
|
+
Permission is hereby granted, free of charge, to any
|
9013
|
+
person obtaining a copy of this software and associated
|
9014
|
+
documentation files (the "Software"), to deal in the
|
9015
|
+
Software without restriction, including without
|
9016
|
+
limitation the rights to use, copy, modify, merge,
|
9017
|
+
publish, distribute, sublicense, and/or sell copies of
|
9018
|
+
the Software, and to permit persons to whom the Software
|
9019
|
+
is furnished to do so, subject to the following
|
9020
|
+
conditions:
|
9021
|
+
|
9022
|
+
The above copyright notice and this permission notice
|
9023
|
+
shall be included in all copies or substantial portions
|
9024
|
+
of the Software.
|
9025
|
+
|
9026
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
9027
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
9028
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
9029
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
9030
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
9031
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
9032
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
9033
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
9034
|
+
DEALINGS IN THE SOFTWARE.
|
9035
|
+
|
9964
9036
|
================================================================================
|
9965
9037
|
ppv-lite86 LICENSE-APACHE
|
9966
9038
|
================================================================================
|
@@ -15928,7 +15000,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
15928
15000
|
DEALINGS IN THE SOFTWARE.
|
15929
15001
|
|
15930
15002
|
================================================================================
|
15931
|
-
syn v2.0.
|
15003
|
+
syn v2.0.38 LICENSE-APACHE
|
15932
15004
|
================================================================================
|
15933
15005
|
|
15934
15006
|
Apache License
|
@@ -16109,7 +15181,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
16109
15181
|
END OF TERMS AND CONDITIONS
|
16110
15182
|
|
16111
15183
|
================================================================================
|
16112
|
-
syn v2.0.
|
15184
|
+
syn v2.0.38 LICENSE-MIT
|
16113
15185
|
================================================================================
|
16114
15186
|
|
16115
15187
|
Permission is hereby granted, free of charge, to any
|