polars-df 0.2.5-x86_64-linux → 0.3.0-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 +8 -0
- data/Cargo.lock +290 -137
- data/Cargo.toml +1 -1
- data/LICENSE-THIRD-PARTY.txt +1593 -979
- data/lib/polars/3.0/polars.so +0 -0
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/cat_expr.rb +0 -4
- data/lib/polars/cat_name_space.rb +0 -4
- data/lib/polars/convert.rb +0 -7
- data/lib/polars/data_frame.rb +139 -204
- data/lib/polars/date_time_expr.rb +19 -151
- data/lib/polars/date_time_name_space.rb +17 -17
- data/lib/polars/expr.rb +68 -315
- data/lib/polars/group_by.rb +68 -51
- data/lib/polars/io.rb +1 -1
- data/lib/polars/lazy_frame.rb +1 -103
- data/lib/polars/lazy_functions.rb +0 -26
- data/lib/polars/lazy_group_by.rb +0 -8
- data/lib/polars/list_expr.rb +5 -27
- data/lib/polars/list_name_space.rb +5 -8
- data/lib/polars/series.rb +20 -16
- data/lib/polars/string_expr.rb +20 -76
- data/lib/polars/string_name_space.rb +5 -15
- data/lib/polars/struct_expr.rb +0 -2
- data/lib/polars/version.rb +1 -1
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,7 +10,7 @@ adler32 v1.2.0
|
|
10
10
|
https://github.com/remram44/adler32-rs
|
11
11
|
Zlib
|
12
12
|
|
13
|
-
ahash v0.8.
|
13
|
+
ahash v0.8.3
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -26,7 +26,7 @@ alloc-stdlib v0.2.2
|
|
26
26
|
https://github.com/dropbox/rust-alloc-no-stdlib
|
27
27
|
BSD-3-Clause
|
28
28
|
|
29
|
-
anyhow v1.0.
|
29
|
+
anyhow v1.0.69
|
30
30
|
https://github.com/dtolnay/anyhow
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
@@ -38,7 +38,7 @@ arrow-format v0.8.1
|
|
38
38
|
https://github.com/DataEngineeringLabs/arrow-format
|
39
39
|
Apache-2.0
|
40
40
|
|
41
|
-
arrow2 v0.
|
41
|
+
arrow2 v0.16.0
|
42
42
|
https://github.com/jorgecarleitao/arrow2
|
43
43
|
Apache-2.0
|
44
44
|
|
@@ -50,7 +50,7 @@ async-stream-impl v0.3.3
|
|
50
50
|
https://github.com/tokio-rs/async-stream
|
51
51
|
MIT
|
52
52
|
|
53
|
-
async-trait v0.1.
|
53
|
+
async-trait v0.1.64
|
54
54
|
https://github.com/dtolnay/async-trait
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
@@ -66,6 +66,10 @@ base64 v0.13.1
|
|
66
66
|
https://github.com/marshallpierce/rust-base64
|
67
67
|
MIT/Apache-2.0
|
68
68
|
|
69
|
+
base64 v0.21.0
|
70
|
+
https://github.com/marshallpierce/rust-base64
|
71
|
+
MIT OR Apache-2.0
|
72
|
+
|
69
73
|
bindgen v0.60.1
|
70
74
|
https://rust-lang.github.io/rust-bindgen/
|
71
75
|
BSD-3-Clause
|
@@ -78,19 +82,23 @@ brotli v3.3.4
|
|
78
82
|
https://github.com/dropbox/rust-brotli
|
79
83
|
BSD-3-Clause/MIT
|
80
84
|
|
81
|
-
brotli-decompressor v2.3.
|
85
|
+
brotli-decompressor v2.3.4
|
82
86
|
https://github.com/dropbox/rust-brotli-decompressor
|
83
87
|
BSD-3-Clause/MIT
|
84
88
|
|
85
|
-
bytemuck v1.
|
89
|
+
bytemuck v1.13.0
|
86
90
|
https://github.com/Lokathor/bytemuck
|
87
91
|
Zlib OR Apache-2.0 OR MIT
|
88
92
|
|
89
|
-
bytemuck_derive v1.
|
93
|
+
bytemuck_derive v1.4.0
|
90
94
|
https://github.com/Lokathor/bytemuck
|
91
95
|
Zlib OR Apache-2.0 OR MIT
|
92
96
|
|
93
|
-
|
97
|
+
bytes v1.4.0
|
98
|
+
https://github.com/tokio-rs/bytes
|
99
|
+
MIT
|
100
|
+
|
101
|
+
cc v1.0.79
|
94
102
|
https://github.com/rust-lang/cc-rs
|
95
103
|
MIT OR Apache-2.0
|
96
104
|
|
@@ -110,9 +118,16 @@ chrono-tz v0.6.3
|
|
110
118
|
https://github.com/chronotope/chrono-tz
|
111
119
|
MIT/Apache-2.0
|
112
120
|
|
121
|
+
chrono-tz v0.8.1
|
122
|
+
https://github.com/chronotope/chrono-tz
|
123
|
+
MIT OR Apache-2.0
|
124
|
+
|
113
125
|
chrono-tz-build v0.0.3
|
114
126
|
MIT/Apache-2.0
|
115
127
|
|
128
|
+
chrono-tz-build v0.1.0
|
129
|
+
MIT OR Apache-2.0
|
130
|
+
|
116
131
|
clang-sys v1.4.0
|
117
132
|
https://github.com/KyleMayes/clang-sys
|
118
133
|
Apache-2.0
|
@@ -153,10 +168,6 @@ crossterm v0.25.0
|
|
153
168
|
https://github.com/crossterm-rs/crossterm
|
154
169
|
MIT
|
155
170
|
|
156
|
-
csv-core v0.1.10
|
157
|
-
https://github.com/BurntSushi/rust-csv
|
158
|
-
Unlicense/MIT
|
159
|
-
|
160
171
|
dirs v4.0.0
|
161
172
|
https://github.com/soc/dirs-rs
|
162
173
|
MIT OR Apache-2.0
|
@@ -169,9 +180,9 @@ dyn-clone v1.0.10
|
|
169
180
|
https://github.com/dtolnay/dyn-clone
|
170
181
|
MIT OR Apache-2.0
|
171
182
|
|
172
|
-
either v1.8.
|
183
|
+
either v1.8.1
|
173
184
|
https://github.com/bluss/either
|
174
|
-
MIT
|
185
|
+
MIT OR Apache-2.0
|
175
186
|
|
176
187
|
enum_dispatch v0.3.11
|
177
188
|
https://gitlab.com/antonok/enum_dispatch
|
@@ -197,43 +208,39 @@ foreign_vec v0.1.0
|
|
197
208
|
https://github.com/DataEngineeringLabs/foreign_vec
|
198
209
|
MIT
|
199
210
|
|
200
|
-
|
201
|
-
https://github.com/webdesus/fs_extra
|
202
|
-
MIT
|
203
|
-
|
204
|
-
futures v0.3.25
|
211
|
+
futures v0.3.26
|
205
212
|
https://rust-lang.github.io/futures-rs
|
206
213
|
MIT OR Apache-2.0
|
207
214
|
|
208
|
-
futures-channel v0.3.
|
215
|
+
futures-channel v0.3.26
|
209
216
|
https://rust-lang.github.io/futures-rs
|
210
217
|
MIT OR Apache-2.0
|
211
218
|
|
212
|
-
futures-core v0.3.
|
219
|
+
futures-core v0.3.26
|
213
220
|
https://rust-lang.github.io/futures-rs
|
214
221
|
MIT OR Apache-2.0
|
215
222
|
|
216
|
-
futures-executor v0.3.
|
223
|
+
futures-executor v0.3.26
|
217
224
|
https://rust-lang.github.io/futures-rs
|
218
225
|
MIT OR Apache-2.0
|
219
226
|
|
220
|
-
futures-io v0.3.
|
227
|
+
futures-io v0.3.26
|
221
228
|
https://rust-lang.github.io/futures-rs
|
222
229
|
MIT OR Apache-2.0
|
223
230
|
|
224
|
-
futures-macro v0.3.
|
231
|
+
futures-macro v0.3.26
|
225
232
|
https://rust-lang.github.io/futures-rs
|
226
233
|
MIT OR Apache-2.0
|
227
234
|
|
228
|
-
futures-sink v0.3.
|
235
|
+
futures-sink v0.3.26
|
229
236
|
https://rust-lang.github.io/futures-rs
|
230
237
|
MIT OR Apache-2.0
|
231
238
|
|
232
|
-
futures-task v0.3.
|
239
|
+
futures-task v0.3.26
|
233
240
|
https://rust-lang.github.io/futures-rs
|
234
241
|
MIT OR Apache-2.0
|
235
242
|
|
236
|
-
futures-util v0.3.
|
243
|
+
futures-util v0.3.26
|
237
244
|
https://rust-lang.github.io/futures-rs
|
238
245
|
MIT OR Apache-2.0
|
239
246
|
|
@@ -261,7 +268,7 @@ hashbrown v0.13.2
|
|
261
268
|
https://github.com/rust-lang/hashbrown
|
262
269
|
MIT OR Apache-2.0
|
263
270
|
|
264
|
-
heck v0.4.
|
271
|
+
heck v0.4.1
|
265
272
|
https://github.com/withoutboats/heck
|
266
273
|
MIT OR Apache-2.0
|
267
274
|
|
@@ -281,7 +288,7 @@ itoa v1.0.5
|
|
281
288
|
https://github.com/dtolnay/itoa
|
282
289
|
MIT OR Apache-2.0
|
283
290
|
|
284
|
-
jemalloc-sys v0.5.
|
291
|
+
jemalloc-sys v0.5.3+5.3.0-patched
|
285
292
|
https://github.com/tikv/jemallocator
|
286
293
|
MIT/Apache-2.0
|
287
294
|
|
@@ -373,11 +380,11 @@ lz4-sys v1.9.4
|
|
373
380
|
https://github.com/10xGenomics/lz4-rs
|
374
381
|
MIT
|
375
382
|
|
376
|
-
magnus v0.
|
383
|
+
magnus v0.5.0
|
377
384
|
https://github.com/matsadler/magnus
|
378
385
|
MIT
|
379
386
|
|
380
|
-
magnus-macros v0.
|
387
|
+
magnus-macros v0.4.0
|
381
388
|
https://github.com/matsadler/magnus
|
382
389
|
MIT
|
383
390
|
|
@@ -413,7 +420,7 @@ multiversion-macros v0.6.1
|
|
413
420
|
https://github.com/calebzulawski/multiversion
|
414
421
|
MIT OR Apache-2.0
|
415
422
|
|
416
|
-
nom v7.1.
|
423
|
+
nom v7.1.3
|
417
424
|
https://github.com/Geal/nom
|
418
425
|
MIT
|
419
426
|
|
@@ -429,7 +436,7 @@ num-bigint v0.4.3
|
|
429
436
|
https://github.com/rust-num/num-bigint
|
430
437
|
MIT OR Apache-2.0
|
431
438
|
|
432
|
-
num-complex v0.4.
|
439
|
+
num-complex v0.4.3
|
433
440
|
https://github.com/rust-num/num-complex
|
434
441
|
MIT OR Apache-2.0
|
435
442
|
|
@@ -461,7 +468,7 @@ parking_lot v0.12.1
|
|
461
468
|
https://github.com/Amanieu/parking_lot
|
462
469
|
MIT OR Apache-2.0
|
463
470
|
|
464
|
-
parking_lot_core v0.9.
|
471
|
+
parking_lot_core v0.9.7
|
465
472
|
https://github.com/Amanieu/parking_lot
|
466
473
|
MIT OR Apache-2.0
|
467
474
|
|
@@ -513,48 +520,48 @@ planus v0.3.1
|
|
513
520
|
https://github.com/planus-org/planus
|
514
521
|
MIT/Apache-2.0
|
515
522
|
|
516
|
-
polars v0.
|
523
|
+
polars v0.27.1
|
517
524
|
https://github.com/pola-rs/polars
|
518
525
|
MIT
|
519
526
|
|
520
|
-
polars-arrow v0.
|
527
|
+
polars-arrow v0.27.1
|
521
528
|
MIT
|
522
529
|
|
523
|
-
polars-core v0.
|
530
|
+
polars-core v0.27.1
|
524
531
|
https://github.com/pola-rs/polars
|
525
532
|
MIT
|
526
533
|
|
527
|
-
polars-io v0.
|
534
|
+
polars-io v0.27.1
|
528
535
|
https://github.com/pola-rs/polars
|
529
536
|
MIT
|
530
537
|
|
531
|
-
polars-lazy v0.
|
538
|
+
polars-lazy v0.27.1
|
532
539
|
https://github.com/pola-rs/polars
|
533
540
|
MIT
|
534
541
|
|
535
|
-
polars-ops v0.
|
542
|
+
polars-ops v0.27.1
|
536
543
|
https://github.com/pola-rs/polars
|
537
544
|
MIT
|
538
545
|
|
539
|
-
polars-pipe v0.
|
546
|
+
polars-pipe v0.27.1
|
540
547
|
https://github.com/pola-rs/polars
|
541
548
|
MIT
|
542
549
|
|
543
|
-
polars-plan v0.
|
550
|
+
polars-plan v0.27.1
|
544
551
|
https://github.com/pola-rs/polars
|
545
552
|
MIT
|
546
553
|
|
547
|
-
polars-time v0.
|
554
|
+
polars-time v0.27.1
|
548
555
|
MIT
|
549
556
|
|
550
|
-
polars-utils v0.
|
557
|
+
polars-utils v0.27.1
|
551
558
|
MIT
|
552
559
|
|
553
560
|
ppv-lite86 v0.2.17
|
554
561
|
https://github.com/cryptocorrosion/cryptocorrosion
|
555
562
|
MIT/Apache-2.0
|
556
563
|
|
557
|
-
proc-macro2 v1.0.
|
564
|
+
proc-macro2 v1.0.51
|
558
565
|
https://github.com/dtolnay/proc-macro2
|
559
566
|
MIT OR Apache-2.0
|
560
567
|
|
@@ -582,15 +589,15 @@ rayon v1.6.1
|
|
582
589
|
https://github.com/rayon-rs/rayon
|
583
590
|
MIT OR Apache-2.0
|
584
591
|
|
585
|
-
rayon-core v1.10.
|
592
|
+
rayon-core v1.10.2
|
586
593
|
https://github.com/rayon-rs/rayon
|
587
594
|
MIT OR Apache-2.0
|
588
595
|
|
589
|
-
rb-sys v0.9.
|
596
|
+
rb-sys v0.9.65
|
590
597
|
https://github.com/oxidize-rb/rb-sys
|
591
598
|
MIT OR Apache-2.0
|
592
599
|
|
593
|
-
rb-sys-build v0.9.
|
600
|
+
rb-sys-build v0.9.65
|
594
601
|
https://github.com/oxidize-rb/rb-sys
|
595
602
|
MIT OR Apache-2.0
|
596
603
|
|
@@ -646,7 +653,7 @@ serde_derive v1.0.152
|
|
646
653
|
https://serde.rs
|
647
654
|
MIT OR Apache-2.0
|
648
655
|
|
649
|
-
serde_json v1.0.
|
656
|
+
serde_json v1.0.93
|
650
657
|
https://github.com/serde-rs/json
|
651
658
|
MIT OR Apache-2.0
|
652
659
|
|
@@ -726,6 +733,10 @@ syn v1.0.107
|
|
726
733
|
https://github.com/dtolnay/syn
|
727
734
|
MIT OR Apache-2.0
|
728
735
|
|
736
|
+
sysinfo v0.27.7
|
737
|
+
https://github.com/GuillaumeGomez/sysinfo
|
738
|
+
MIT
|
739
|
+
|
729
740
|
thiserror v1.0.38
|
730
741
|
https://github.com/dtolnay/thiserror
|
731
742
|
MIT OR Apache-2.0
|
@@ -770,7 +781,7 @@ zstd-safe v5.0.2+zstd.1.5.2
|
|
770
781
|
https://github.com/gyscos/zstd-rs
|
771
782
|
MIT/Apache-2.0
|
772
783
|
|
773
|
-
zstd-sys v2.0.
|
784
|
+
zstd-sys v2.0.7+zstd.1.5.4
|
774
785
|
https://github.com/gyscos/zstd-rs
|
775
786
|
MIT/Apache-2.0
|
776
787
|
|
@@ -1587,31 +1598,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1587
1598
|
|
1588
1599
|
END OF TERMS AND CONDITIONS
|
1589
1600
|
|
1590
|
-
APPENDIX: How to apply the Apache License to your work.
|
1591
|
-
|
1592
|
-
To apply the Apache License to your work, attach the following
|
1593
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
1594
|
-
replaced with your own identifying information. (Don't include
|
1595
|
-
the brackets!) The text should be enclosed in the appropriate
|
1596
|
-
comment syntax for the file format. We also recommend that a
|
1597
|
-
file or class name and description of purpose be included on the
|
1598
|
-
same "printed page" as the copyright notice for easier
|
1599
|
-
identification within third-party archives.
|
1600
|
-
|
1601
|
-
Copyright [yyyy] [name of copyright owner]
|
1602
|
-
|
1603
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
1604
|
-
you may not use this file except in compliance with the License.
|
1605
|
-
You may obtain a copy of the License at
|
1606
|
-
|
1607
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
1608
|
-
|
1609
|
-
Unless required by applicable law or agreed to in writing, software
|
1610
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
1611
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
1612
|
-
See the License for the specific language governing permissions and
|
1613
|
-
limitations under the License.
|
1614
|
-
|
1615
1601
|
================================================================================
|
1616
1602
|
anyhow LICENSE-MIT
|
1617
1603
|
================================================================================
|
@@ -3436,7 +3422,239 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3436
3422
|
SOFTWARE.
|
3437
3423
|
|
3438
3424
|
================================================================================
|
3439
|
-
base64 LICENSE-APACHE
|
3425
|
+
base64 v0.13.1 LICENSE-APACHE
|
3426
|
+
================================================================================
|
3427
|
+
|
3428
|
+
Apache License
|
3429
|
+
Version 2.0, January 2004
|
3430
|
+
http://www.apache.org/licenses/
|
3431
|
+
|
3432
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3433
|
+
|
3434
|
+
1. Definitions.
|
3435
|
+
|
3436
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3437
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3438
|
+
|
3439
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3440
|
+
the copyright owner that is granting the License.
|
3441
|
+
|
3442
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3443
|
+
other entities that control, are controlled by, or are under common
|
3444
|
+
control with that entity. For the purposes of this definition,
|
3445
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3446
|
+
direction or management of such entity, whether by contract or
|
3447
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3448
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3449
|
+
|
3450
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3451
|
+
exercising permissions granted by this License.
|
3452
|
+
|
3453
|
+
"Source" form shall mean the preferred form for making modifications,
|
3454
|
+
including but not limited to software source code, documentation
|
3455
|
+
source, and configuration files.
|
3456
|
+
|
3457
|
+
"Object" form shall mean any form resulting from mechanical
|
3458
|
+
transformation or translation of a Source form, including but
|
3459
|
+
not limited to compiled object code, generated documentation,
|
3460
|
+
and conversions to other media types.
|
3461
|
+
|
3462
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3463
|
+
Object form, made available under the License, as indicated by a
|
3464
|
+
copyright notice that is included in or attached to the work
|
3465
|
+
(an example is provided in the Appendix below).
|
3466
|
+
|
3467
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3468
|
+
form, that is based on (or derived from) the Work and for which the
|
3469
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3470
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3471
|
+
of this License, Derivative Works shall not include works that remain
|
3472
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3473
|
+
the Work and Derivative Works thereof.
|
3474
|
+
|
3475
|
+
"Contribution" shall mean any work of authorship, including
|
3476
|
+
the original version of the Work and any modifications or additions
|
3477
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3478
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3479
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3480
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3481
|
+
means any form of electronic, verbal, or written communication sent
|
3482
|
+
to the Licensor or its representatives, including but not limited to
|
3483
|
+
communication on electronic mailing lists, source code control systems,
|
3484
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3485
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3486
|
+
excluding communication that is conspicuously marked or otherwise
|
3487
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3488
|
+
|
3489
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3490
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3491
|
+
subsequently incorporated within the Work.
|
3492
|
+
|
3493
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3494
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3495
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3496
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3497
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3498
|
+
Work and such Derivative Works in Source or Object form.
|
3499
|
+
|
3500
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3501
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3502
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3503
|
+
(except as stated in this section) patent license to make, have made,
|
3504
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3505
|
+
where such license applies only to those patent claims licensable
|
3506
|
+
by such Contributor that are necessarily infringed by their
|
3507
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3508
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3509
|
+
institute patent litigation against any entity (including a
|
3510
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3511
|
+
or a Contribution incorporated within the Work constitutes direct
|
3512
|
+
or contributory patent infringement, then any patent licenses
|
3513
|
+
granted to You under this License for that Work shall terminate
|
3514
|
+
as of the date such litigation is filed.
|
3515
|
+
|
3516
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3517
|
+
Work or Derivative Works thereof in any medium, with or without
|
3518
|
+
modifications, and in Source or Object form, provided that You
|
3519
|
+
meet the following conditions:
|
3520
|
+
|
3521
|
+
(a) You must give any other recipients of the Work or
|
3522
|
+
Derivative Works a copy of this License; and
|
3523
|
+
|
3524
|
+
(b) You must cause any modified files to carry prominent notices
|
3525
|
+
stating that You changed the files; and
|
3526
|
+
|
3527
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3528
|
+
that You distribute, all copyright, patent, trademark, and
|
3529
|
+
attribution notices from the Source form of the Work,
|
3530
|
+
excluding those notices that do not pertain to any part of
|
3531
|
+
the Derivative Works; and
|
3532
|
+
|
3533
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3534
|
+
distribution, then any Derivative Works that You distribute must
|
3535
|
+
include a readable copy of the attribution notices contained
|
3536
|
+
within such NOTICE file, excluding those notices that do not
|
3537
|
+
pertain to any part of the Derivative Works, in at least one
|
3538
|
+
of the following places: within a NOTICE text file distributed
|
3539
|
+
as part of the Derivative Works; within the Source form or
|
3540
|
+
documentation, if provided along with the Derivative Works; or,
|
3541
|
+
within a display generated by the Derivative Works, if and
|
3542
|
+
wherever such third-party notices normally appear. The contents
|
3543
|
+
of the NOTICE file are for informational purposes only and
|
3544
|
+
do not modify the License. You may add Your own attribution
|
3545
|
+
notices within Derivative Works that You distribute, alongside
|
3546
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3547
|
+
that such additional attribution notices cannot be construed
|
3548
|
+
as modifying the License.
|
3549
|
+
|
3550
|
+
You may add Your own copyright statement to Your modifications and
|
3551
|
+
may provide additional or different license terms and conditions
|
3552
|
+
for use, reproduction, or distribution of Your modifications, or
|
3553
|
+
for any such Derivative Works as a whole, provided Your use,
|
3554
|
+
reproduction, and distribution of the Work otherwise complies with
|
3555
|
+
the conditions stated in this License.
|
3556
|
+
|
3557
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3558
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3559
|
+
by You to the Licensor shall be under the terms and conditions of
|
3560
|
+
this License, without any additional terms or conditions.
|
3561
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3562
|
+
the terms of any separate license agreement you may have executed
|
3563
|
+
with Licensor regarding such Contributions.
|
3564
|
+
|
3565
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3566
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3567
|
+
except as required for reasonable and customary use in describing the
|
3568
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3569
|
+
|
3570
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3571
|
+
agreed to in writing, Licensor provides the Work (and each
|
3572
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3573
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3574
|
+
implied, including, without limitation, any warranties or conditions
|
3575
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3576
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3577
|
+
appropriateness of using or redistributing the Work and assume any
|
3578
|
+
risks associated with Your exercise of permissions under this License.
|
3579
|
+
|
3580
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3581
|
+
whether in tort (including negligence), contract, or otherwise,
|
3582
|
+
unless required by applicable law (such as deliberate and grossly
|
3583
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3584
|
+
liable to You for damages, including any direct, indirect, special,
|
3585
|
+
incidental, or consequential damages of any character arising as a
|
3586
|
+
result of this License or out of the use or inability to use the
|
3587
|
+
Work (including but not limited to damages for loss of goodwill,
|
3588
|
+
work stoppage, computer failure or malfunction, or any and all
|
3589
|
+
other commercial damages or losses), even if such Contributor
|
3590
|
+
has been advised of the possibility of such damages.
|
3591
|
+
|
3592
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3593
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3594
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3595
|
+
or other liability obligations and/or rights consistent with this
|
3596
|
+
License. However, in accepting such obligations, You may act only
|
3597
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3598
|
+
of any other Contributor, and only if You agree to indemnify,
|
3599
|
+
defend, and hold each Contributor harmless for any liability
|
3600
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3601
|
+
of your accepting any such warranty or additional liability.
|
3602
|
+
|
3603
|
+
END OF TERMS AND CONDITIONS
|
3604
|
+
|
3605
|
+
APPENDIX: How to apply the Apache License to your work.
|
3606
|
+
|
3607
|
+
To apply the Apache License to your work, attach the following
|
3608
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3609
|
+
replaced with your own identifying information. (Don't include
|
3610
|
+
the brackets!) The text should be enclosed in the appropriate
|
3611
|
+
comment syntax for the file format. We also recommend that a
|
3612
|
+
file or class name and description of purpose be included on the
|
3613
|
+
same "printed page" as the copyright notice for easier
|
3614
|
+
identification within third-party archives.
|
3615
|
+
|
3616
|
+
Copyright [yyyy] [name of copyright owner]
|
3617
|
+
|
3618
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3619
|
+
you may not use this file except in compliance with the License.
|
3620
|
+
You may obtain a copy of the License at
|
3621
|
+
|
3622
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3623
|
+
|
3624
|
+
Unless required by applicable law or agreed to in writing, software
|
3625
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3626
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3627
|
+
See the License for the specific language governing permissions and
|
3628
|
+
limitations under the License.
|
3629
|
+
|
3630
|
+
================================================================================
|
3631
|
+
base64 v0.13.1 LICENSE-MIT
|
3632
|
+
================================================================================
|
3633
|
+
|
3634
|
+
The MIT License (MIT)
|
3635
|
+
|
3636
|
+
Copyright (c) 2015 Alice Maz
|
3637
|
+
|
3638
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3639
|
+
of this software and associated documentation files (the "Software"), to deal
|
3640
|
+
in the Software without restriction, including without limitation the rights
|
3641
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3642
|
+
copies of the Software, and to permit persons to whom the Software is
|
3643
|
+
furnished to do so, subject to the following conditions:
|
3644
|
+
|
3645
|
+
The above copyright notice and this permission notice shall be included in
|
3646
|
+
all copies or substantial portions of the Software.
|
3647
|
+
|
3648
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3649
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3650
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3651
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3652
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3653
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3654
|
+
THE SOFTWARE.
|
3655
|
+
|
3656
|
+
================================================================================
|
3657
|
+
base64 v0.21.0 LICENSE-APACHE
|
3440
3658
|
================================================================================
|
3441
3659
|
|
3442
3660
|
Apache License
|
@@ -3642,7 +3860,7 @@ See the License for the specific language governing permissions and
|
|
3642
3860
|
limitations under the License.
|
3643
3861
|
|
3644
3862
|
================================================================================
|
3645
|
-
base64 LICENSE-MIT
|
3863
|
+
base64 v0.21.0 LICENSE-MIT
|
3646
3864
|
================================================================================
|
3647
3865
|
|
3648
3866
|
The MIT License (MIT)
|
@@ -4071,309 +4289,103 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
4071
4289
|
bytemuck_derive LICENSE-APACHE
|
4072
4290
|
================================================================================
|
4073
4291
|
|
4074
|
-
Apache License
|
4075
|
-
Version 2.0, January 2004
|
4076
|
-
http://www.apache.org/licenses/
|
4077
|
-
|
4078
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4079
|
-
|
4080
|
-
1. Definitions.
|
4081
|
-
|
4082
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
4083
|
-
|
4084
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
4085
|
-
|
4086
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
4087
|
-
|
4088
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
4089
|
-
|
4090
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
4091
|
-
|
4092
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
4093
|
-
|
4094
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
4095
|
-
|
4096
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
4097
|
-
|
4098
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
4099
|
-
|
4100
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
4101
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
4102
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
4103
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
4104
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
4105
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
4106
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
4107
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
4108
|
-
|
4109
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
4110
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
4111
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
4112
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
4113
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
4114
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
4115
|
-
|
4116
|
-
END OF TERMS AND CONDITIONS
|
4117
|
-
|
4118
|
-
APPENDIX: How to apply the Apache License to your work.
|
4119
|
-
|
4120
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
4121
|
-
|
4122
|
-
Copyright [yyyy] [name of copyright owner]
|
4123
|
-
|
4124
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4125
|
-
you may not use this file except in compliance with the License.
|
4126
|
-
You may obtain a copy of the License at
|
4127
|
-
|
4128
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4129
|
-
|
4130
|
-
Unless required by applicable law or agreed to in writing, software
|
4131
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4132
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4133
|
-
See the License for the specific language governing permissions and
|
4134
|
-
limitations under the License.
|
4135
|
-
|
4136
|
-
================================================================================
|
4137
|
-
bytemuck_derive LICENSE-MIT
|
4138
|
-
================================================================================
|
4139
|
-
|
4140
|
-
MIT License
|
4141
|
-
|
4142
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4143
|
-
|
4144
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4145
|
-
|
4146
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
4147
|
-
|
4148
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
4149
|
-
|
4150
|
-
================================================================================
|
4151
|
-
bytemuck_derive LICENSE-ZLIB
|
4152
|
-
================================================================================
|
4153
|
-
|
4154
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4155
|
-
|
4156
|
-
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
4157
|
-
|
4158
|
-
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
4159
|
-
|
4160
|
-
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
4161
|
-
|
4162
|
-
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
4163
|
-
|
4164
|
-
3. This notice may not be removed or altered from any source distribution.
|
4165
|
-
|
4166
|
-
================================================================================
|
4167
|
-
cc LICENSE-APACHE
|
4168
|
-
================================================================================
|
4169
|
-
|
4170
|
-
Apache License
|
4171
|
-
Version 2.0, January 2004
|
4172
|
-
http://www.apache.org/licenses/
|
4292
|
+
Apache License
|
4293
|
+
Version 2.0, January 2004
|
4294
|
+
http://www.apache.org/licenses/
|
4173
4295
|
|
4174
4296
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4175
4297
|
|
4176
|
-
1. Definitions.
|
4298
|
+
1. Definitions.
|
4177
4299
|
|
4178
|
-
|
4179
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4300
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
4180
4301
|
|
4181
|
-
|
4182
|
-
the copyright owner that is granting the License.
|
4302
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
4183
4303
|
|
4184
|
-
|
4185
|
-
other entities that control, are controlled by, or are under common
|
4186
|
-
control with that entity. For the purposes of this definition,
|
4187
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4188
|
-
direction or management of such entity, whether by contract or
|
4189
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4190
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4304
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
4191
4305
|
|
4192
|
-
|
4193
|
-
exercising permissions granted by this License.
|
4306
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
4194
4307
|
|
4195
|
-
|
4196
|
-
including but not limited to software source code, documentation
|
4197
|
-
source, and configuration files.
|
4308
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
4198
4309
|
|
4199
|
-
|
4200
|
-
transformation or translation of a Source form, including but
|
4201
|
-
not limited to compiled object code, generated documentation,
|
4202
|
-
and conversions to other media types.
|
4310
|
+
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
4203
4311
|
|
4204
|
-
|
4205
|
-
Object form, made available under the License, as indicated by a
|
4206
|
-
copyright notice that is included in or attached to the work
|
4207
|
-
(an example is provided in the Appendix below).
|
4312
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
4208
4313
|
|
4209
|
-
|
4210
|
-
form, that is based on (or derived from) the Work and for which the
|
4211
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4212
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4213
|
-
of this License, Derivative Works shall not include works that remain
|
4214
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4215
|
-
the Work and Derivative Works thereof.
|
4314
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
4216
4315
|
|
4217
|
-
|
4218
|
-
the original version of the Work and any modifications or additions
|
4219
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4220
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4221
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4222
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4223
|
-
means any form of electronic, verbal, or written communication sent
|
4224
|
-
to the Licensor or its representatives, including but not limited to
|
4225
|
-
communication on electronic mailing lists, source code control systems,
|
4226
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
4227
|
-
Licensor for the purpose of discussing and improving the Work, but
|
4228
|
-
excluding communication that is conspicuously marked or otherwise
|
4229
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
4316
|
+
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
4230
4317
|
|
4231
|
-
|
4232
|
-
|
4233
|
-
|
4318
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
4319
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
4320
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
4321
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
4322
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
4323
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
4324
|
+
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
4325
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
4234
4326
|
|
4235
|
-
|
4236
|
-
|
4237
|
-
|
4238
|
-
|
4239
|
-
|
4240
|
-
|
4327
|
+
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
4328
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
4329
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
4330
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
4331
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
4332
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
4241
4333
|
|
4242
|
-
|
4243
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4244
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4245
|
-
(except as stated in this section) patent license to make, have made,
|
4246
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4247
|
-
where such license applies only to those patent claims licensable
|
4248
|
-
by such Contributor that are necessarily infringed by their
|
4249
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
4250
|
-
with the Work to which such Contribution(s) was submitted. If You
|
4251
|
-
institute patent litigation against any entity (including a
|
4252
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4253
|
-
or a Contribution incorporated within the Work constitutes direct
|
4254
|
-
or contributory patent infringement, then any patent licenses
|
4255
|
-
granted to You under this License for that Work shall terminate
|
4256
|
-
as of the date such litigation is filed.
|
4334
|
+
END OF TERMS AND CONDITIONS
|
4257
4335
|
|
4258
|
-
|
4259
|
-
Work or Derivative Works thereof in any medium, with or without
|
4260
|
-
modifications, and in Source or Object form, provided that You
|
4261
|
-
meet the following conditions:
|
4336
|
+
APPENDIX: How to apply the Apache License to your work.
|
4262
4337
|
|
4263
|
-
|
4264
|
-
Derivative Works a copy of this License; and
|
4338
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
4265
4339
|
|
4266
|
-
|
4267
|
-
stating that You changed the files; and
|
4340
|
+
Copyright [yyyy] [name of copyright owner]
|
4268
4341
|
|
4269
|
-
|
4270
|
-
|
4271
|
-
|
4272
|
-
excluding those notices that do not pertain to any part of
|
4273
|
-
the Derivative Works; and
|
4342
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4343
|
+
you may not use this file except in compliance with the License.
|
4344
|
+
You may obtain a copy of the License at
|
4274
4345
|
|
4275
|
-
|
4276
|
-
distribution, then any Derivative Works that You distribute must
|
4277
|
-
include a readable copy of the attribution notices contained
|
4278
|
-
within such NOTICE file, excluding those notices that do not
|
4279
|
-
pertain to any part of the Derivative Works, in at least one
|
4280
|
-
of the following places: within a NOTICE text file distributed
|
4281
|
-
as part of the Derivative Works; within the Source form or
|
4282
|
-
documentation, if provided along with the Derivative Works; or,
|
4283
|
-
within a display generated by the Derivative Works, if and
|
4284
|
-
wherever such third-party notices normally appear. The contents
|
4285
|
-
of the NOTICE file are for informational purposes only and
|
4286
|
-
do not modify the License. You may add Your own attribution
|
4287
|
-
notices within Derivative Works that You distribute, alongside
|
4288
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4289
|
-
that such additional attribution notices cannot be construed
|
4290
|
-
as modifying the License.
|
4346
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4291
4347
|
|
4292
|
-
|
4293
|
-
|
4294
|
-
|
4295
|
-
|
4296
|
-
|
4297
|
-
the conditions stated in this License.
|
4348
|
+
Unless required by applicable law or agreed to in writing, software
|
4349
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
4350
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4351
|
+
See the License for the specific language governing permissions and
|
4352
|
+
limitations under the License.
|
4298
4353
|
|
4299
|
-
|
4300
|
-
|
4301
|
-
|
4302
|
-
this License, without any additional terms or conditions.
|
4303
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4304
|
-
the terms of any separate license agreement you may have executed
|
4305
|
-
with Licensor regarding such Contributions.
|
4354
|
+
================================================================================
|
4355
|
+
bytemuck_derive LICENSE-MIT
|
4356
|
+
================================================================================
|
4306
4357
|
|
4307
|
-
|
4308
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4309
|
-
except as required for reasonable and customary use in describing the
|
4310
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4358
|
+
MIT License
|
4311
4359
|
|
4312
|
-
|
4313
|
-
agreed to in writing, Licensor provides the Work (and each
|
4314
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4315
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4316
|
-
implied, including, without limitation, any warranties or conditions
|
4317
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4318
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4319
|
-
appropriateness of using or redistributing the Work and assume any
|
4320
|
-
risks associated with Your exercise of permissions under this License.
|
4360
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4321
4361
|
|
4322
|
-
|
4323
|
-
whether in tort (including negligence), contract, or otherwise,
|
4324
|
-
unless required by applicable law (such as deliberate and grossly
|
4325
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4326
|
-
liable to You for damages, including any direct, indirect, special,
|
4327
|
-
incidental, or consequential damages of any character arising as a
|
4328
|
-
result of this License or out of the use or inability to use the
|
4329
|
-
Work (including but not limited to damages for loss of goodwill,
|
4330
|
-
work stoppage, computer failure or malfunction, or any and all
|
4331
|
-
other commercial damages or losses), even if such Contributor
|
4332
|
-
has been advised of the possibility of such damages.
|
4362
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
4333
4363
|
|
4334
|
-
|
4335
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4336
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
4337
|
-
or other liability obligations and/or rights consistent with this
|
4338
|
-
License. However, in accepting such obligations, You may act only
|
4339
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
4340
|
-
of any other Contributor, and only if You agree to indemnify,
|
4341
|
-
defend, and hold each Contributor harmless for any liability
|
4342
|
-
incurred by, or claims asserted against, such Contributor by reason
|
4343
|
-
of your accepting any such warranty or additional liability.
|
4364
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
4344
4365
|
|
4345
|
-
|
4366
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
4346
4367
|
|
4347
|
-
|
4368
|
+
================================================================================
|
4369
|
+
bytemuck_derive LICENSE-ZLIB
|
4370
|
+
================================================================================
|
4348
4371
|
|
4349
|
-
|
4350
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4351
|
-
replaced with your own identifying information. (Don't include
|
4352
|
-
the brackets!) The text should be enclosed in the appropriate
|
4353
|
-
comment syntax for the file format. We also recommend that a
|
4354
|
-
file or class name and description of purpose be included on the
|
4355
|
-
same "printed page" as the copyright notice for easier
|
4356
|
-
identification within third-party archives.
|
4372
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4357
4373
|
|
4358
|
-
|
4374
|
+
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
|
4359
4375
|
|
4360
|
-
|
4361
|
-
you may not use this file except in compliance with the License.
|
4362
|
-
You may obtain a copy of the License at
|
4376
|
+
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
4363
4377
|
|
4364
|
-
|
4378
|
+
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
|
4365
4379
|
|
4366
|
-
|
4367
|
-
|
4368
|
-
|
4369
|
-
See the License for the specific language governing permissions and
|
4370
|
-
limitations under the License.
|
4380
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
4381
|
+
|
4382
|
+
3. This notice may not be removed or altered from any source distribution.
|
4371
4383
|
|
4372
4384
|
================================================================================
|
4373
|
-
|
4385
|
+
bytes LICENSE
|
4374
4386
|
================================================================================
|
4375
4387
|
|
4376
|
-
Copyright (c)
|
4388
|
+
Copyright (c) 2018 Carl Lerche
|
4377
4389
|
|
4378
4390
|
Permission is hereby granted, free of charge, to any
|
4379
4391
|
person obtaining a copy of this software and associated
|
@@ -4400,7 +4412,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4400
4412
|
DEALINGS IN THE SOFTWARE.
|
4401
4413
|
|
4402
4414
|
================================================================================
|
4403
|
-
|
4415
|
+
cc LICENSE-APACHE
|
4404
4416
|
================================================================================
|
4405
4417
|
|
4406
4418
|
Apache License
|
@@ -4606,10 +4618,10 @@ See the License for the specific language governing permissions and
|
|
4606
4618
|
limitations under the License.
|
4607
4619
|
|
4608
4620
|
================================================================================
|
4609
|
-
|
4621
|
+
cc LICENSE-MIT
|
4610
4622
|
================================================================================
|
4611
4623
|
|
4612
|
-
(
|
4624
|
+
Copyright (c) 2014 Alex Crichton
|
4613
4625
|
|
4614
4626
|
Permission is hereby granted, free of charge, to any
|
4615
4627
|
person obtaining a copy of this software and associated
|
@@ -4636,7 +4648,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4636
4648
|
DEALINGS IN THE SOFTWARE.
|
4637
4649
|
|
4638
4650
|
================================================================================
|
4639
|
-
|
4651
|
+
cexpr LICENSE-APACHE
|
4640
4652
|
================================================================================
|
4641
4653
|
|
4642
4654
|
Apache License
|
@@ -4842,10 +4854,10 @@ See the License for the specific language governing permissions and
|
|
4842
4854
|
limitations under the License.
|
4843
4855
|
|
4844
4856
|
================================================================================
|
4845
|
-
|
4857
|
+
cexpr LICENSE-MIT
|
4846
4858
|
================================================================================
|
4847
4859
|
|
4848
|
-
|
4860
|
+
(C) Copyright 2016 Jethro G. Beekman
|
4849
4861
|
|
4850
4862
|
Permission is hereby granted, free of charge, to any
|
4851
4863
|
person obtaining a copy of this software and associated
|
@@ -4872,46 +4884,9 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
4872
4884
|
DEALINGS IN THE SOFTWARE.
|
4873
4885
|
|
4874
4886
|
================================================================================
|
4875
|
-
|
4887
|
+
cfg-if LICENSE-APACHE
|
4876
4888
|
================================================================================
|
4877
4889
|
|
4878
|
-
Rust-chrono is dual-licensed under The MIT License [1] and
|
4879
|
-
Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
|
4880
|
-
contributors.
|
4881
|
-
|
4882
|
-
Nota Bene: This is same as the Rust Project's own license.
|
4883
|
-
|
4884
|
-
|
4885
|
-
[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
|
4886
|
-
|
4887
|
-
~~~~
|
4888
|
-
The MIT License (MIT)
|
4889
|
-
|
4890
|
-
Copyright (c) 2014, Kang Seonghoon.
|
4891
|
-
|
4892
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4893
|
-
of this software and associated documentation files (the "Software"), to deal
|
4894
|
-
in the Software without restriction, including without limitation the rights
|
4895
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4896
|
-
copies of the Software, and to permit persons to whom the Software is
|
4897
|
-
furnished to do so, subject to the following conditions:
|
4898
|
-
|
4899
|
-
The above copyright notice and this permission notice shall be included in
|
4900
|
-
all copies or substantial portions of the Software.
|
4901
|
-
|
4902
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4903
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4904
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4905
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4906
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4907
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
4908
|
-
THE SOFTWARE.
|
4909
|
-
~~~~
|
4910
|
-
|
4911
|
-
|
4912
|
-
[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
|
4913
|
-
|
4914
|
-
~~~~
|
4915
4890
|
Apache License
|
4916
4891
|
Version 2.0, January 2004
|
4917
4892
|
http://www.apache.org/licenses/
|
@@ -5113,20 +5088,54 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
5113
5088
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5114
5089
|
See the License for the specific language governing permissions and
|
5115
5090
|
limitations under the License.
|
5116
|
-
~~~~
|
5117
5091
|
|
5092
|
+
================================================================================
|
5093
|
+
cfg-if LICENSE-MIT
|
5094
|
+
================================================================================
|
5095
|
+
|
5096
|
+
Copyright (c) 2014 Alex Crichton
|
5097
|
+
|
5098
|
+
Permission is hereby granted, free of charge, to any
|
5099
|
+
person obtaining a copy of this software and associated
|
5100
|
+
documentation files (the "Software"), to deal in the
|
5101
|
+
Software without restriction, including without
|
5102
|
+
limitation the rights to use, copy, modify, merge,
|
5103
|
+
publish, distribute, sublicense, and/or sell copies of
|
5104
|
+
the Software, and to permit persons to whom the Software
|
5105
|
+
is furnished to do so, subject to the following
|
5106
|
+
conditions:
|
5107
|
+
|
5108
|
+
The above copyright notice and this permission notice
|
5109
|
+
shall be included in all copies or substantial portions
|
5110
|
+
of the Software.
|
5111
|
+
|
5112
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
5113
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
5114
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
5115
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
5116
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
5117
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
5118
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
5119
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
5120
|
+
DEALINGS IN THE SOFTWARE.
|
5118
5121
|
|
5119
5122
|
================================================================================
|
5120
|
-
chrono
|
5123
|
+
chrono LICENSE.txt
|
5121
5124
|
================================================================================
|
5122
5125
|
|
5123
|
-
|
5124
|
-
|
5125
|
-
|
5126
|
+
Rust-chrono is dual-licensed under The MIT License [1] and
|
5127
|
+
Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
|
5128
|
+
contributors.
|
5126
5129
|
|
5127
|
-
|
5130
|
+
Nota Bene: This is same as the Rust Project's own license.
|
5128
5131
|
|
5129
|
-
|
5132
|
+
|
5133
|
+
[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
|
5134
|
+
|
5135
|
+
~~~~
|
5136
|
+
The MIT License (MIT)
|
5137
|
+
|
5138
|
+
Copyright (c) 2014, Kang Seonghoon.
|
5130
5139
|
|
5131
5140
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5132
5141
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -5135,18 +5144,23 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5135
5144
|
copies of the Software, and to permit persons to whom the Software is
|
5136
5145
|
furnished to do so, subject to the following conditions:
|
5137
5146
|
|
5138
|
-
The above copyright notice and this permission notice shall be included in
|
5139
|
-
copies or substantial portions of the Software.
|
5147
|
+
The above copyright notice and this permission notice shall be included in
|
5148
|
+
all copies or substantial portions of the Software.
|
5140
5149
|
|
5141
5150
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5142
5151
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5143
5152
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5144
5153
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5145
5154
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5146
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5147
|
-
SOFTWARE.
|
5155
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
5156
|
+
THE SOFTWARE.
|
5157
|
+
~~~~
|
5148
5158
|
|
5149
|
-
|
5159
|
+
|
5160
|
+
[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
|
5161
|
+
|
5162
|
+
~~~~
|
5163
|
+
Apache License
|
5150
5164
|
Version 2.0, January 2004
|
5151
5165
|
http://www.apache.org/licenses/
|
5152
5166
|
|
@@ -5334,32 +5348,24 @@ APPENDIX: How to apply the Apache License to your work.
|
|
5334
5348
|
same "printed page" as the copyright notice for easier
|
5335
5349
|
identification within third-party archives.
|
5336
5350
|
|
5337
|
-
Copyright
|
5351
|
+
Copyright [yyyy] [name of copyright owner]
|
5338
5352
|
|
5339
5353
|
Licensed under the Apache License, Version 2.0 (the "License");
|
5340
5354
|
you may not use this file except in compliance with the License.
|
5341
5355
|
You may obtain a copy of the License at
|
5342
5356
|
|
5343
|
-
|
5357
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5344
5358
|
|
5345
5359
|
Unless required by applicable law or agreed to in writing, software
|
5346
5360
|
distributed under the License is distributed on an "AS IS" BASIS,
|
5347
5361
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5348
5362
|
See the License for the specific language governing permissions and
|
5349
5363
|
limitations under the License.
|
5364
|
+
~~~~
|
5350
5365
|
|
5351
|
-
================================================================================
|
5352
|
-
chrono-tz tz/LICENSE
|
5353
|
-
================================================================================
|
5354
|
-
|
5355
|
-
Unless specified below, all files in the tz code and data (including
|
5356
|
-
this LICENSE file) are in the public domain.
|
5357
|
-
|
5358
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5359
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
5360
5366
|
|
5361
5367
|
================================================================================
|
5362
|
-
chrono-tz
|
5368
|
+
chrono-tz v0.6.3 LICENSE
|
5363
5369
|
================================================================================
|
5364
5370
|
|
5365
5371
|
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
@@ -5591,219 +5597,36 @@ See the License for the specific language governing permissions and
|
|
5591
5597
|
limitations under the License.
|
5592
5598
|
|
5593
5599
|
================================================================================
|
5594
|
-
|
5600
|
+
chrono-tz v0.6.3 tz/LICENSE
|
5595
5601
|
================================================================================
|
5596
5602
|
|
5597
|
-
|
5598
|
-
|
5599
|
-
|
5600
|
-
|
5601
|
-
|
5602
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5603
|
-
|
5604
|
-
1. Definitions.
|
5605
|
-
|
5606
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
5607
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
5608
|
-
|
5609
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
5610
|
-
the copyright owner that is granting the License.
|
5611
|
-
|
5612
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
5613
|
-
other entities that control, are controlled by, or are under common
|
5614
|
-
control with that entity. For the purposes of this definition,
|
5615
|
-
"control" means (i) the power, direct or indirect, to cause the
|
5616
|
-
direction or management of such entity, whether by contract or
|
5617
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5618
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
5619
|
-
|
5620
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
5621
|
-
exercising permissions granted by this License.
|
5622
|
-
|
5623
|
-
"Source" form shall mean the preferred form for making modifications,
|
5624
|
-
including but not limited to software source code, documentation
|
5625
|
-
source, and configuration files.
|
5626
|
-
|
5627
|
-
"Object" form shall mean any form resulting from mechanical
|
5628
|
-
transformation or translation of a Source form, including but
|
5629
|
-
not limited to compiled object code, generated documentation,
|
5630
|
-
and conversions to other media types.
|
5631
|
-
|
5632
|
-
"Work" shall mean the work of authorship, whether in Source or
|
5633
|
-
Object form, made available under the License, as indicated by a
|
5634
|
-
copyright notice that is included in or attached to the work
|
5635
|
-
(an example is provided in the Appendix below).
|
5636
|
-
|
5637
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
5638
|
-
form, that is based on (or derived from) the Work and for which the
|
5639
|
-
editorial revisions, annotations, elaborations, or other modifications
|
5640
|
-
represent, as a whole, an original work of authorship. For the purposes
|
5641
|
-
of this License, Derivative Works shall not include works that remain
|
5642
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
5643
|
-
the Work and Derivative Works thereof.
|
5644
|
-
|
5645
|
-
"Contribution" shall mean any work of authorship, including
|
5646
|
-
the original version of the Work and any modifications or additions
|
5647
|
-
to that Work or Derivative Works thereof, that is intentionally
|
5648
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
5649
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
5650
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
5651
|
-
means any form of electronic, verbal, or written communication sent
|
5652
|
-
to the Licensor or its representatives, including but not limited to
|
5653
|
-
communication on electronic mailing lists, source code control systems,
|
5654
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
5655
|
-
Licensor for the purpose of discussing and improving the Work, but
|
5656
|
-
excluding communication that is conspicuously marked or otherwise
|
5657
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
5658
|
-
|
5659
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5660
|
-
on behalf of whom a Contribution has been received by Licensor and
|
5661
|
-
subsequently incorporated within the Work.
|
5662
|
-
|
5663
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
5664
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5665
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5666
|
-
copyright license to reproduce, prepare Derivative Works of,
|
5667
|
-
publicly display, publicly perform, sublicense, and distribute the
|
5668
|
-
Work and such Derivative Works in Source or Object form.
|
5669
|
-
|
5670
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
5671
|
-
this License, each Contributor hereby grants to You a perpetual,
|
5672
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5673
|
-
(except as stated in this section) patent license to make, have made,
|
5674
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5675
|
-
where such license applies only to those patent claims licensable
|
5676
|
-
by such Contributor that are necessarily infringed by their
|
5677
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
5678
|
-
with the Work to which such Contribution(s) was submitted. If You
|
5679
|
-
institute patent litigation against any entity (including a
|
5680
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5681
|
-
or a Contribution incorporated within the Work constitutes direct
|
5682
|
-
or contributory patent infringement, then any patent licenses
|
5683
|
-
granted to You under this License for that Work shall terminate
|
5684
|
-
as of the date such litigation is filed.
|
5685
|
-
|
5686
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
5687
|
-
Work or Derivative Works thereof in any medium, with or without
|
5688
|
-
modifications, and in Source or Object form, provided that You
|
5689
|
-
meet the following conditions:
|
5690
|
-
|
5691
|
-
(a) You must give any other recipients of the Work or
|
5692
|
-
Derivative Works a copy of this License; and
|
5693
|
-
|
5694
|
-
(b) You must cause any modified files to carry prominent notices
|
5695
|
-
stating that You changed the files; and
|
5696
|
-
|
5697
|
-
(c) You must retain, in the Source form of any Derivative Works
|
5698
|
-
that You distribute, all copyright, patent, trademark, and
|
5699
|
-
attribution notices from the Source form of the Work,
|
5700
|
-
excluding those notices that do not pertain to any part of
|
5701
|
-
the Derivative Works; and
|
5702
|
-
|
5703
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
5704
|
-
distribution, then any Derivative Works that You distribute must
|
5705
|
-
include a readable copy of the attribution notices contained
|
5706
|
-
within such NOTICE file, excluding those notices that do not
|
5707
|
-
pertain to any part of the Derivative Works, in at least one
|
5708
|
-
of the following places: within a NOTICE text file distributed
|
5709
|
-
as part of the Derivative Works; within the Source form or
|
5710
|
-
documentation, if provided along with the Derivative Works; or,
|
5711
|
-
within a display generated by the Derivative Works, if and
|
5712
|
-
wherever such third-party notices normally appear. The contents
|
5713
|
-
of the NOTICE file are for informational purposes only and
|
5714
|
-
do not modify the License. You may add Your own attribution
|
5715
|
-
notices within Derivative Works that You distribute, alongside
|
5716
|
-
or as an addendum to the NOTICE text from the Work, provided
|
5717
|
-
that such additional attribution notices cannot be construed
|
5718
|
-
as modifying the License.
|
5719
|
-
|
5720
|
-
You may add Your own copyright statement to Your modifications and
|
5721
|
-
may provide additional or different license terms and conditions
|
5722
|
-
for use, reproduction, or distribution of Your modifications, or
|
5723
|
-
for any such Derivative Works as a whole, provided Your use,
|
5724
|
-
reproduction, and distribution of the Work otherwise complies with
|
5725
|
-
the conditions stated in this License.
|
5726
|
-
|
5727
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5728
|
-
any Contribution intentionally submitted for inclusion in the Work
|
5729
|
-
by You to the Licensor shall be under the terms and conditions of
|
5730
|
-
this License, without any additional terms or conditions.
|
5731
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
5732
|
-
the terms of any separate license agreement you may have executed
|
5733
|
-
with Licensor regarding such Contributions.
|
5734
|
-
|
5735
|
-
6. Trademarks. This License does not grant permission to use the trade
|
5736
|
-
names, trademarks, service marks, or product names of the Licensor,
|
5737
|
-
except as required for reasonable and customary use in describing the
|
5738
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
5739
|
-
|
5740
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
5741
|
-
agreed to in writing, Licensor provides the Work (and each
|
5742
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5743
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5744
|
-
implied, including, without limitation, any warranties or conditions
|
5745
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5746
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5747
|
-
appropriateness of using or redistributing the Work and assume any
|
5748
|
-
risks associated with Your exercise of permissions under this License.
|
5749
|
-
|
5750
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
5751
|
-
whether in tort (including negligence), contract, or otherwise,
|
5752
|
-
unless required by applicable law (such as deliberate and grossly
|
5753
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
5754
|
-
liable to You for damages, including any direct, indirect, special,
|
5755
|
-
incidental, or consequential damages of any character arising as a
|
5756
|
-
result of this License or out of the use or inability to use the
|
5757
|
-
Work (including but not limited to damages for loss of goodwill,
|
5758
|
-
work stoppage, computer failure or malfunction, or any and all
|
5759
|
-
other commercial damages or losses), even if such Contributor
|
5760
|
-
has been advised of the possibility of such damages.
|
5761
|
-
|
5762
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
5763
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
5764
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
5765
|
-
or other liability obligations and/or rights consistent with this
|
5766
|
-
License. However, in accepting such obligations, You may act only
|
5767
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
5768
|
-
of any other Contributor, and only if You agree to indemnify,
|
5769
|
-
defend, and hold each Contributor harmless for any liability
|
5770
|
-
incurred by, or claims asserted against, such Contributor by reason
|
5771
|
-
of your accepting any such warranty or additional liability.
|
5772
|
-
|
5773
|
-
END OF TERMS AND CONDITIONS
|
5774
|
-
|
5775
|
-
APPENDIX: How to apply the Apache License to your work.
|
5776
|
-
|
5777
|
-
To apply the Apache License to your work, attach the following
|
5778
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
5779
|
-
replaced with your own identifying information. (Don't include
|
5780
|
-
the brackets!) The text should be enclosed in the appropriate
|
5781
|
-
comment syntax for the file format. We also recommend that a
|
5782
|
-
file or class name and description of purpose be included on the
|
5783
|
-
same "printed page" as the copyright notice for easier
|
5784
|
-
identification within third-party archives.
|
5785
|
-
|
5786
|
-
Copyright [yyyy] [name of copyright owner]
|
5787
|
-
|
5788
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
5789
|
-
you may not use this file except in compliance with the License.
|
5790
|
-
You may obtain a copy of the License at
|
5791
|
-
|
5792
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
5793
|
-
|
5794
|
-
Unless required by applicable law or agreed to in writing, software
|
5795
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
5796
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5797
|
-
See the License for the specific language governing permissions and
|
5798
|
-
limitations under the License.
|
5603
|
+
Unless specified below, all files in the tz code and data (including
|
5604
|
+
this LICENSE file) are in the public domain.
|
5605
|
+
|
5606
|
+
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5607
|
+
contain material derived from BSD and use the BSD 3-clause license.
|
5799
5608
|
|
5800
5609
|
================================================================================
|
5801
|
-
|
5610
|
+
chrono-tz v0.8.1 tz/LICENSE
|
5802
5611
|
================================================================================
|
5803
5612
|
|
5804
|
-
|
5613
|
+
Unless specified below, all files in the tz code and data (including
|
5614
|
+
this LICENSE file) are in the public domain.
|
5805
5615
|
|
5806
|
-
|
5616
|
+
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5617
|
+
contain material derived from BSD and use the BSD 3-clause license.
|
5618
|
+
|
5619
|
+
================================================================================
|
5620
|
+
chrono-tz-build v0.0.3 LICENSE
|
5621
|
+
================================================================================
|
5622
|
+
|
5623
|
+
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
5624
|
+
The licenses do not apply to files in the tzdb folder which are in the
|
5625
|
+
public domain.
|
5626
|
+
|
5627
|
+
Copyright (c) 2016 Djzin
|
5628
|
+
|
5629
|
+
The MIT License
|
5807
5630
|
|
5808
5631
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5809
5632
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -5823,12 +5646,679 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5823
5646
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5824
5647
|
SOFTWARE.
|
5825
5648
|
|
5826
|
-
|
5827
|
-
|
5828
|
-
|
5829
|
-
|
5830
|
-
|
5831
|
-
|
5649
|
+
Apache License
|
5650
|
+
Version 2.0, January 2004
|
5651
|
+
http://www.apache.org/licenses/
|
5652
|
+
|
5653
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5654
|
+
|
5655
|
+
1. Definitions.
|
5656
|
+
|
5657
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5658
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5659
|
+
|
5660
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5661
|
+
the copyright owner that is granting the License.
|
5662
|
+
|
5663
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5664
|
+
other entities that control, are controlled by, or are under common
|
5665
|
+
control with that entity. For the purposes of this definition,
|
5666
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5667
|
+
direction or management of such entity, whether by contract or
|
5668
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5669
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5670
|
+
|
5671
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5672
|
+
exercising permissions granted by this License.
|
5673
|
+
|
5674
|
+
"Source" form shall mean the preferred form for making modifications,
|
5675
|
+
including but not limited to software source code, documentation
|
5676
|
+
source, and configuration files.
|
5677
|
+
|
5678
|
+
"Object" form shall mean any form resulting from mechanical
|
5679
|
+
transformation or translation of a Source form, including but
|
5680
|
+
not limited to compiled object code, generated documentation,
|
5681
|
+
and conversions to other media types.
|
5682
|
+
|
5683
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5684
|
+
Object form, made available under the License, as indicated by a
|
5685
|
+
copyright notice that is included in or attached to the work
|
5686
|
+
(an example is provided in the Appendix below).
|
5687
|
+
|
5688
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5689
|
+
form, that is based on (or derived from) the Work and for which the
|
5690
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5691
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5692
|
+
of this License, Derivative Works shall not include works that remain
|
5693
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5694
|
+
the Work and Derivative Works thereof.
|
5695
|
+
|
5696
|
+
"Contribution" shall mean any work of authorship, including
|
5697
|
+
the original version of the Work and any modifications or additions
|
5698
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5699
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5700
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5701
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5702
|
+
means any form of electronic, verbal, or written communication sent
|
5703
|
+
to the Licensor or its representatives, including but not limited to
|
5704
|
+
communication on electronic mailing lists, source code control systems,
|
5705
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5706
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5707
|
+
excluding communication that is conspicuously marked or otherwise
|
5708
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5709
|
+
|
5710
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5711
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5712
|
+
subsequently incorporated within the Work.
|
5713
|
+
|
5714
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5715
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5716
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5717
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5718
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5719
|
+
Work and such Derivative Works in Source or Object form.
|
5720
|
+
|
5721
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5722
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5723
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5724
|
+
(except as stated in this section) patent license to make, have made,
|
5725
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5726
|
+
where such license applies only to those patent claims licensable
|
5727
|
+
by such Contributor that are necessarily infringed by their
|
5728
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5729
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5730
|
+
institute patent litigation against any entity (including a
|
5731
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5732
|
+
or a Contribution incorporated within the Work constitutes direct
|
5733
|
+
or contributory patent infringement, then any patent licenses
|
5734
|
+
granted to You under this License for that Work shall terminate
|
5735
|
+
as of the date such litigation is filed.
|
5736
|
+
|
5737
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5738
|
+
Work or Derivative Works thereof in any medium, with or without
|
5739
|
+
modifications, and in Source or Object form, provided that You
|
5740
|
+
meet the following conditions:
|
5741
|
+
|
5742
|
+
(a) You must give any other recipients of the Work or
|
5743
|
+
Derivative Works a copy of this License; and
|
5744
|
+
|
5745
|
+
(b) You must cause any modified files to carry prominent notices
|
5746
|
+
stating that You changed the files; and
|
5747
|
+
|
5748
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5749
|
+
that You distribute, all copyright, patent, trademark, and
|
5750
|
+
attribution notices from the Source form of the Work,
|
5751
|
+
excluding those notices that do not pertain to any part of
|
5752
|
+
the Derivative Works; and
|
5753
|
+
|
5754
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5755
|
+
distribution, then any Derivative Works that You distribute must
|
5756
|
+
include a readable copy of the attribution notices contained
|
5757
|
+
within such NOTICE file, excluding those notices that do not
|
5758
|
+
pertain to any part of the Derivative Works, in at least one
|
5759
|
+
of the following places: within a NOTICE text file distributed
|
5760
|
+
as part of the Derivative Works; within the Source form or
|
5761
|
+
documentation, if provided along with the Derivative Works; or,
|
5762
|
+
within a display generated by the Derivative Works, if and
|
5763
|
+
wherever such third-party notices normally appear. The contents
|
5764
|
+
of the NOTICE file are for informational purposes only and
|
5765
|
+
do not modify the License. You may add Your own attribution
|
5766
|
+
notices within Derivative Works that You distribute, alongside
|
5767
|
+
or as an addendum to the NOTICE text from the Work, provided
|
5768
|
+
that such additional attribution notices cannot be construed
|
5769
|
+
as modifying the License.
|
5770
|
+
|
5771
|
+
You may add Your own copyright statement to Your modifications and
|
5772
|
+
may provide additional or different license terms and conditions
|
5773
|
+
for use, reproduction, or distribution of Your modifications, or
|
5774
|
+
for any such Derivative Works as a whole, provided Your use,
|
5775
|
+
reproduction, and distribution of the Work otherwise complies with
|
5776
|
+
the conditions stated in this License.
|
5777
|
+
|
5778
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5779
|
+
any Contribution intentionally submitted for inclusion in the Work
|
5780
|
+
by You to the Licensor shall be under the terms and conditions of
|
5781
|
+
this License, without any additional terms or conditions.
|
5782
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
5783
|
+
the terms of any separate license agreement you may have executed
|
5784
|
+
with Licensor regarding such Contributions.
|
5785
|
+
|
5786
|
+
6. Trademarks. This License does not grant permission to use the trade
|
5787
|
+
names, trademarks, service marks, or product names of the Licensor,
|
5788
|
+
except as required for reasonable and customary use in describing the
|
5789
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
5790
|
+
|
5791
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
5792
|
+
agreed to in writing, Licensor provides the Work (and each
|
5793
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5794
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5795
|
+
implied, including, without limitation, any warranties or conditions
|
5796
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5797
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5798
|
+
appropriateness of using or redistributing the Work and assume any
|
5799
|
+
risks associated with Your exercise of permissions under this License.
|
5800
|
+
|
5801
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
5802
|
+
whether in tort (including negligence), contract, or otherwise,
|
5803
|
+
unless required by applicable law (such as deliberate and grossly
|
5804
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
5805
|
+
liable to You for damages, including any direct, indirect, special,
|
5806
|
+
incidental, or consequential damages of any character arising as a
|
5807
|
+
result of this License or out of the use or inability to use the
|
5808
|
+
Work (including but not limited to damages for loss of goodwill,
|
5809
|
+
work stoppage, computer failure or malfunction, or any and all
|
5810
|
+
other commercial damages or losses), even if such Contributor
|
5811
|
+
has been advised of the possibility of such damages.
|
5812
|
+
|
5813
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
5814
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
5815
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
5816
|
+
or other liability obligations and/or rights consistent with this
|
5817
|
+
License. However, in accepting such obligations, You may act only
|
5818
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
5819
|
+
of any other Contributor, and only if You agree to indemnify,
|
5820
|
+
defend, and hold each Contributor harmless for any liability
|
5821
|
+
incurred by, or claims asserted against, such Contributor by reason
|
5822
|
+
of your accepting any such warranty or additional liability.
|
5823
|
+
|
5824
|
+
END OF TERMS AND CONDITIONS
|
5825
|
+
|
5826
|
+
APPENDIX: How to apply the Apache License to your work.
|
5827
|
+
|
5828
|
+
To apply the Apache License to your work, attach the following
|
5829
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5830
|
+
replaced with your own identifying information. (Don't include
|
5831
|
+
the brackets!) The text should be enclosed in the appropriate
|
5832
|
+
comment syntax for the file format. We also recommend that a
|
5833
|
+
file or class name and description of purpose be included on the
|
5834
|
+
same "printed page" as the copyright notice for easier
|
5835
|
+
identification within third-party archives.
|
5836
|
+
|
5837
|
+
Copyright 2016 Djzin
|
5838
|
+
|
5839
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5840
|
+
you may not use this file except in compliance with the License.
|
5841
|
+
You may obtain a copy of the License at
|
5842
|
+
|
5843
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5844
|
+
|
5845
|
+
Unless required by applicable law or agreed to in writing, software
|
5846
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5847
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5848
|
+
See the License for the specific language governing permissions and
|
5849
|
+
limitations under the License.
|
5850
|
+
|
5851
|
+
================================================================================
|
5852
|
+
chrono-tz-build v0.1.0 LICENSE
|
5853
|
+
================================================================================
|
5854
|
+
|
5855
|
+
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
5856
|
+
The licenses do not apply to files in the tzdb folder which are in the
|
5857
|
+
public domain.
|
5858
|
+
|
5859
|
+
Copyright (c) 2016 Djzin
|
5860
|
+
|
5861
|
+
The MIT License
|
5862
|
+
|
5863
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5864
|
+
of this software and associated documentation files (the "Software"), to deal
|
5865
|
+
in the Software without restriction, including without limitation the rights
|
5866
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5867
|
+
copies of the Software, and to permit persons to whom the Software is
|
5868
|
+
furnished to do so, subject to the following conditions:
|
5869
|
+
|
5870
|
+
The above copyright notice and this permission notice shall be included in all
|
5871
|
+
copies or substantial portions of the Software.
|
5872
|
+
|
5873
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5874
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5875
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5876
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5877
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5878
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5879
|
+
SOFTWARE.
|
5880
|
+
|
5881
|
+
Apache License
|
5882
|
+
Version 2.0, January 2004
|
5883
|
+
http://www.apache.org/licenses/
|
5884
|
+
|
5885
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5886
|
+
|
5887
|
+
1. Definitions.
|
5888
|
+
|
5889
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5890
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5891
|
+
|
5892
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5893
|
+
the copyright owner that is granting the License.
|
5894
|
+
|
5895
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5896
|
+
other entities that control, are controlled by, or are under common
|
5897
|
+
control with that entity. For the purposes of this definition,
|
5898
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5899
|
+
direction or management of such entity, whether by contract or
|
5900
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5901
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5902
|
+
|
5903
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5904
|
+
exercising permissions granted by this License.
|
5905
|
+
|
5906
|
+
"Source" form shall mean the preferred form for making modifications,
|
5907
|
+
including but not limited to software source code, documentation
|
5908
|
+
source, and configuration files.
|
5909
|
+
|
5910
|
+
"Object" form shall mean any form resulting from mechanical
|
5911
|
+
transformation or translation of a Source form, including but
|
5912
|
+
not limited to compiled object code, generated documentation,
|
5913
|
+
and conversions to other media types.
|
5914
|
+
|
5915
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5916
|
+
Object form, made available under the License, as indicated by a
|
5917
|
+
copyright notice that is included in or attached to the work
|
5918
|
+
(an example is provided in the Appendix below).
|
5919
|
+
|
5920
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5921
|
+
form, that is based on (or derived from) the Work and for which the
|
5922
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5923
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5924
|
+
of this License, Derivative Works shall not include works that remain
|
5925
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5926
|
+
the Work and Derivative Works thereof.
|
5927
|
+
|
5928
|
+
"Contribution" shall mean any work of authorship, including
|
5929
|
+
the original version of the Work and any modifications or additions
|
5930
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5931
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5932
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5933
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5934
|
+
means any form of electronic, verbal, or written communication sent
|
5935
|
+
to the Licensor or its representatives, including but not limited to
|
5936
|
+
communication on electronic mailing lists, source code control systems,
|
5937
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5938
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5939
|
+
excluding communication that is conspicuously marked or otherwise
|
5940
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5941
|
+
|
5942
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5943
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5944
|
+
subsequently incorporated within the Work.
|
5945
|
+
|
5946
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5947
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5948
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5949
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5950
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5951
|
+
Work and such Derivative Works in Source or Object form.
|
5952
|
+
|
5953
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5954
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5955
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5956
|
+
(except as stated in this section) patent license to make, have made,
|
5957
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5958
|
+
where such license applies only to those patent claims licensable
|
5959
|
+
by such Contributor that are necessarily infringed by their
|
5960
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5961
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5962
|
+
institute patent litigation against any entity (including a
|
5963
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5964
|
+
or a Contribution incorporated within the Work constitutes direct
|
5965
|
+
or contributory patent infringement, then any patent licenses
|
5966
|
+
granted to You under this License for that Work shall terminate
|
5967
|
+
as of the date such litigation is filed.
|
5968
|
+
|
5969
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5970
|
+
Work or Derivative Works thereof in any medium, with or without
|
5971
|
+
modifications, and in Source or Object form, provided that You
|
5972
|
+
meet the following conditions:
|
5973
|
+
|
5974
|
+
(a) You must give any other recipients of the Work or
|
5975
|
+
Derivative Works a copy of this License; and
|
5976
|
+
|
5977
|
+
(b) You must cause any modified files to carry prominent notices
|
5978
|
+
stating that You changed the files; and
|
5979
|
+
|
5980
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5981
|
+
that You distribute, all copyright, patent, trademark, and
|
5982
|
+
attribution notices from the Source form of the Work,
|
5983
|
+
excluding those notices that do not pertain to any part of
|
5984
|
+
the Derivative Works; and
|
5985
|
+
|
5986
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5987
|
+
distribution, then any Derivative Works that You distribute must
|
5988
|
+
include a readable copy of the attribution notices contained
|
5989
|
+
within such NOTICE file, excluding those notices that do not
|
5990
|
+
pertain to any part of the Derivative Works, in at least one
|
5991
|
+
of the following places: within a NOTICE text file distributed
|
5992
|
+
as part of the Derivative Works; within the Source form or
|
5993
|
+
documentation, if provided along with the Derivative Works; or,
|
5994
|
+
within a display generated by the Derivative Works, if and
|
5995
|
+
wherever such third-party notices normally appear. The contents
|
5996
|
+
of the NOTICE file are for informational purposes only and
|
5997
|
+
do not modify the License. You may add Your own attribution
|
5998
|
+
notices within Derivative Works that You distribute, alongside
|
5999
|
+
or as an addendum to the NOTICE text from the Work, provided
|
6000
|
+
that such additional attribution notices cannot be construed
|
6001
|
+
as modifying the License.
|
6002
|
+
|
6003
|
+
You may add Your own copyright statement to Your modifications and
|
6004
|
+
may provide additional or different license terms and conditions
|
6005
|
+
for use, reproduction, or distribution of Your modifications, or
|
6006
|
+
for any such Derivative Works as a whole, provided Your use,
|
6007
|
+
reproduction, and distribution of the Work otherwise complies with
|
6008
|
+
the conditions stated in this License.
|
6009
|
+
|
6010
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6011
|
+
any Contribution intentionally submitted for inclusion in the Work
|
6012
|
+
by You to the Licensor shall be under the terms and conditions of
|
6013
|
+
this License, without any additional terms or conditions.
|
6014
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
6015
|
+
the terms of any separate license agreement you may have executed
|
6016
|
+
with Licensor regarding such Contributions.
|
6017
|
+
|
6018
|
+
6. Trademarks. This License does not grant permission to use the trade
|
6019
|
+
names, trademarks, service marks, or product names of the Licensor,
|
6020
|
+
except as required for reasonable and customary use in describing the
|
6021
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
6022
|
+
|
6023
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
6024
|
+
agreed to in writing, Licensor provides the Work (and each
|
6025
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6026
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6027
|
+
implied, including, without limitation, any warranties or conditions
|
6028
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6029
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6030
|
+
appropriateness of using or redistributing the Work and assume any
|
6031
|
+
risks associated with Your exercise of permissions under this License.
|
6032
|
+
|
6033
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
6034
|
+
whether in tort (including negligence), contract, or otherwise,
|
6035
|
+
unless required by applicable law (such as deliberate and grossly
|
6036
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
6037
|
+
liable to You for damages, including any direct, indirect, special,
|
6038
|
+
incidental, or consequential damages of any character arising as a
|
6039
|
+
result of this License or out of the use or inability to use the
|
6040
|
+
Work (including but not limited to damages for loss of goodwill,
|
6041
|
+
work stoppage, computer failure or malfunction, or any and all
|
6042
|
+
other commercial damages or losses), even if such Contributor
|
6043
|
+
has been advised of the possibility of such damages.
|
6044
|
+
|
6045
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
6046
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
6047
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
6048
|
+
or other liability obligations and/or rights consistent with this
|
6049
|
+
License. However, in accepting such obligations, You may act only
|
6050
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
6051
|
+
of any other Contributor, and only if You agree to indemnify,
|
6052
|
+
defend, and hold each Contributor harmless for any liability
|
6053
|
+
incurred by, or claims asserted against, such Contributor by reason
|
6054
|
+
of your accepting any such warranty or additional liability.
|
6055
|
+
|
6056
|
+
END OF TERMS AND CONDITIONS
|
6057
|
+
|
6058
|
+
APPENDIX: How to apply the Apache License to your work.
|
6059
|
+
|
6060
|
+
To apply the Apache License to your work, attach the following
|
6061
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6062
|
+
replaced with your own identifying information. (Don't include
|
6063
|
+
the brackets!) The text should be enclosed in the appropriate
|
6064
|
+
comment syntax for the file format. We also recommend that a
|
6065
|
+
file or class name and description of purpose be included on the
|
6066
|
+
same "printed page" as the copyright notice for easier
|
6067
|
+
identification within third-party archives.
|
6068
|
+
|
6069
|
+
Copyright 2016 Djzin
|
6070
|
+
|
6071
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6072
|
+
you may not use this file except in compliance with the License.
|
6073
|
+
You may obtain a copy of the License at
|
6074
|
+
|
6075
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6076
|
+
|
6077
|
+
Unless required by applicable law or agreed to in writing, software
|
6078
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6079
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6080
|
+
See the License for the specific language governing permissions and
|
6081
|
+
limitations under the License.
|
6082
|
+
|
6083
|
+
================================================================================
|
6084
|
+
clang-sys LICENSE.txt
|
6085
|
+
================================================================================
|
6086
|
+
|
6087
|
+
|
6088
|
+
Apache License
|
6089
|
+
Version 2.0, January 2004
|
6090
|
+
http://www.apache.org/licenses/
|
6091
|
+
|
6092
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6093
|
+
|
6094
|
+
1. Definitions.
|
6095
|
+
|
6096
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
6097
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
6098
|
+
|
6099
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
6100
|
+
the copyright owner that is granting the License.
|
6101
|
+
|
6102
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
6103
|
+
other entities that control, are controlled by, or are under common
|
6104
|
+
control with that entity. For the purposes of this definition,
|
6105
|
+
"control" means (i) the power, direct or indirect, to cause the
|
6106
|
+
direction or management of such entity, whether by contract or
|
6107
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6108
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
6109
|
+
|
6110
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
6111
|
+
exercising permissions granted by this License.
|
6112
|
+
|
6113
|
+
"Source" form shall mean the preferred form for making modifications,
|
6114
|
+
including but not limited to software source code, documentation
|
6115
|
+
source, and configuration files.
|
6116
|
+
|
6117
|
+
"Object" form shall mean any form resulting from mechanical
|
6118
|
+
transformation or translation of a Source form, including but
|
6119
|
+
not limited to compiled object code, generated documentation,
|
6120
|
+
and conversions to other media types.
|
6121
|
+
|
6122
|
+
"Work" shall mean the work of authorship, whether in Source or
|
6123
|
+
Object form, made available under the License, as indicated by a
|
6124
|
+
copyright notice that is included in or attached to the work
|
6125
|
+
(an example is provided in the Appendix below).
|
6126
|
+
|
6127
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
6128
|
+
form, that is based on (or derived from) the Work and for which the
|
6129
|
+
editorial revisions, annotations, elaborations, or other modifications
|
6130
|
+
represent, as a whole, an original work of authorship. For the purposes
|
6131
|
+
of this License, Derivative Works shall not include works that remain
|
6132
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
6133
|
+
the Work and Derivative Works thereof.
|
6134
|
+
|
6135
|
+
"Contribution" shall mean any work of authorship, including
|
6136
|
+
the original version of the Work and any modifications or additions
|
6137
|
+
to that Work or Derivative Works thereof, that is intentionally
|
6138
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
6139
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
6140
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
6141
|
+
means any form of electronic, verbal, or written communication sent
|
6142
|
+
to the Licensor or its representatives, including but not limited to
|
6143
|
+
communication on electronic mailing lists, source code control systems,
|
6144
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
6145
|
+
Licensor for the purpose of discussing and improving the Work, but
|
6146
|
+
excluding communication that is conspicuously marked or otherwise
|
6147
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
6148
|
+
|
6149
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6150
|
+
on behalf of whom a Contribution has been received by Licensor and
|
6151
|
+
subsequently incorporated within the Work.
|
6152
|
+
|
6153
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
6154
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6155
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6156
|
+
copyright license to reproduce, prepare Derivative Works of,
|
6157
|
+
publicly display, publicly perform, sublicense, and distribute the
|
6158
|
+
Work and such Derivative Works in Source or Object form.
|
6159
|
+
|
6160
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
6161
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6162
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6163
|
+
(except as stated in this section) patent license to make, have made,
|
6164
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6165
|
+
where such license applies only to those patent claims licensable
|
6166
|
+
by such Contributor that are necessarily infringed by their
|
6167
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
6168
|
+
with the Work to which such Contribution(s) was submitted. If You
|
6169
|
+
institute patent litigation against any entity (including a
|
6170
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6171
|
+
or a Contribution incorporated within the Work constitutes direct
|
6172
|
+
or contributory patent infringement, then any patent licenses
|
6173
|
+
granted to You under this License for that Work shall terminate
|
6174
|
+
as of the date such litigation is filed.
|
6175
|
+
|
6176
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
6177
|
+
Work or Derivative Works thereof in any medium, with or without
|
6178
|
+
modifications, and in Source or Object form, provided that You
|
6179
|
+
meet the following conditions:
|
6180
|
+
|
6181
|
+
(a) You must give any other recipients of the Work or
|
6182
|
+
Derivative Works a copy of this License; and
|
6183
|
+
|
6184
|
+
(b) You must cause any modified files to carry prominent notices
|
6185
|
+
stating that You changed the files; and
|
6186
|
+
|
6187
|
+
(c) You must retain, in the Source form of any Derivative Works
|
6188
|
+
that You distribute, all copyright, patent, trademark, and
|
6189
|
+
attribution notices from the Source form of the Work,
|
6190
|
+
excluding those notices that do not pertain to any part of
|
6191
|
+
the Derivative Works; and
|
6192
|
+
|
6193
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
6194
|
+
distribution, then any Derivative Works that You distribute must
|
6195
|
+
include a readable copy of the attribution notices contained
|
6196
|
+
within such NOTICE file, excluding those notices that do not
|
6197
|
+
pertain to any part of the Derivative Works, in at least one
|
6198
|
+
of the following places: within a NOTICE text file distributed
|
6199
|
+
as part of the Derivative Works; within the Source form or
|
6200
|
+
documentation, if provided along with the Derivative Works; or,
|
6201
|
+
within a display generated by the Derivative Works, if and
|
6202
|
+
wherever such third-party notices normally appear. The contents
|
6203
|
+
of the NOTICE file are for informational purposes only and
|
6204
|
+
do not modify the License. You may add Your own attribution
|
6205
|
+
notices within Derivative Works that You distribute, alongside
|
6206
|
+
or as an addendum to the NOTICE text from the Work, provided
|
6207
|
+
that such additional attribution notices cannot be construed
|
6208
|
+
as modifying the License.
|
6209
|
+
|
6210
|
+
You may add Your own copyright statement to Your modifications and
|
6211
|
+
may provide additional or different license terms and conditions
|
6212
|
+
for use, reproduction, or distribution of Your modifications, or
|
6213
|
+
for any such Derivative Works as a whole, provided Your use,
|
6214
|
+
reproduction, and distribution of the Work otherwise complies with
|
6215
|
+
the conditions stated in this License.
|
6216
|
+
|
6217
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6218
|
+
any Contribution intentionally submitted for inclusion in the Work
|
6219
|
+
by You to the Licensor shall be under the terms and conditions of
|
6220
|
+
this License, without any additional terms or conditions.
|
6221
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
6222
|
+
the terms of any separate license agreement you may have executed
|
6223
|
+
with Licensor regarding such Contributions.
|
6224
|
+
|
6225
|
+
6. Trademarks. This License does not grant permission to use the trade
|
6226
|
+
names, trademarks, service marks, or product names of the Licensor,
|
6227
|
+
except as required for reasonable and customary use in describing the
|
6228
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
6229
|
+
|
6230
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
6231
|
+
agreed to in writing, Licensor provides the Work (and each
|
6232
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6233
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6234
|
+
implied, including, without limitation, any warranties or conditions
|
6235
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6236
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6237
|
+
appropriateness of using or redistributing the Work and assume any
|
6238
|
+
risks associated with Your exercise of permissions under this License.
|
6239
|
+
|
6240
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
6241
|
+
whether in tort (including negligence), contract, or otherwise,
|
6242
|
+
unless required by applicable law (such as deliberate and grossly
|
6243
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
6244
|
+
liable to You for damages, including any direct, indirect, special,
|
6245
|
+
incidental, or consequential damages of any character arising as a
|
6246
|
+
result of this License or out of the use or inability to use the
|
6247
|
+
Work (including but not limited to damages for loss of goodwill,
|
6248
|
+
work stoppage, computer failure or malfunction, or any and all
|
6249
|
+
other commercial damages or losses), even if such Contributor
|
6250
|
+
has been advised of the possibility of such damages.
|
6251
|
+
|
6252
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
6253
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
6254
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
6255
|
+
or other liability obligations and/or rights consistent with this
|
6256
|
+
License. However, in accepting such obligations, You may act only
|
6257
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
6258
|
+
of any other Contributor, and only if You agree to indemnify,
|
6259
|
+
defend, and hold each Contributor harmless for any liability
|
6260
|
+
incurred by, or claims asserted against, such Contributor by reason
|
6261
|
+
of your accepting any such warranty or additional liability.
|
6262
|
+
|
6263
|
+
END OF TERMS AND CONDITIONS
|
6264
|
+
|
6265
|
+
APPENDIX: How to apply the Apache License to your work.
|
6266
|
+
|
6267
|
+
To apply the Apache License to your work, attach the following
|
6268
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6269
|
+
replaced with your own identifying information. (Don't include
|
6270
|
+
the brackets!) The text should be enclosed in the appropriate
|
6271
|
+
comment syntax for the file format. We also recommend that a
|
6272
|
+
file or class name and description of purpose be included on the
|
6273
|
+
same "printed page" as the copyright notice for easier
|
6274
|
+
identification within third-party archives.
|
6275
|
+
|
6276
|
+
Copyright [yyyy] [name of copyright owner]
|
6277
|
+
|
6278
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6279
|
+
you may not use this file except in compliance with the License.
|
6280
|
+
You may obtain a copy of the License at
|
6281
|
+
|
6282
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6283
|
+
|
6284
|
+
Unless required by applicable law or agreed to in writing, software
|
6285
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6286
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6287
|
+
See the License for the specific language governing permissions and
|
6288
|
+
limitations under the License.
|
6289
|
+
|
6290
|
+
================================================================================
|
6291
|
+
comfy-table LICENSE
|
6292
|
+
================================================================================
|
6293
|
+
|
6294
|
+
MIT License
|
6295
|
+
|
6296
|
+
Copyright (c) 2019 Arne Beer
|
6297
|
+
|
6298
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6299
|
+
of this software and associated documentation files (the "Software"), to deal
|
6300
|
+
in the Software without restriction, including without limitation the rights
|
6301
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
6302
|
+
copies of the Software, and to permit persons to whom the Software is
|
6303
|
+
furnished to do so, subject to the following conditions:
|
6304
|
+
|
6305
|
+
The above copyright notice and this permission notice shall be included in all
|
6306
|
+
copies or substantial portions of the Software.
|
6307
|
+
|
6308
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
6309
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
6310
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
6311
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
6312
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
6313
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
6314
|
+
SOFTWARE.
|
6315
|
+
|
6316
|
+
================================================================================
|
6317
|
+
crc LICENSE-APACHE
|
6318
|
+
================================================================================
|
6319
|
+
|
6320
|
+
Apache License
|
6321
|
+
Version 2.0 January 2004
|
5832
6322
|
http://www.apache.org/licenses/
|
5833
6323
|
|
5834
6324
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
@@ -8096,69 +8586,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8096
8586
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8097
8587
|
SOFTWARE.
|
8098
8588
|
|
8099
|
-
================================================================================
|
8100
|
-
csv-core COPYING
|
8101
|
-
================================================================================
|
8102
|
-
|
8103
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
8104
|
-
|
8105
|
-
You may use this code under the terms of either license.
|
8106
|
-
|
8107
|
-
================================================================================
|
8108
|
-
csv-core LICENSE-MIT
|
8109
|
-
================================================================================
|
8110
|
-
|
8111
|
-
The MIT License (MIT)
|
8112
|
-
|
8113
|
-
Copyright (c) 2015 Andrew Gallant
|
8114
|
-
|
8115
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8116
|
-
of this software and associated documentation files (the "Software"), to deal
|
8117
|
-
in the Software without restriction, including without limitation the rights
|
8118
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8119
|
-
copies of the Software, and to permit persons to whom the Software is
|
8120
|
-
furnished to do so, subject to the following conditions:
|
8121
|
-
|
8122
|
-
The above copyright notice and this permission notice shall be included in
|
8123
|
-
all copies or substantial portions of the Software.
|
8124
|
-
|
8125
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8126
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8127
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8128
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8129
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8130
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8131
|
-
THE SOFTWARE.
|
8132
|
-
|
8133
|
-
================================================================================
|
8134
|
-
csv-core UNLICENSE
|
8135
|
-
================================================================================
|
8136
|
-
|
8137
|
-
This is free and unencumbered software released into the public domain.
|
8138
|
-
|
8139
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
8140
|
-
distribute this software, either in source code form or as a compiled
|
8141
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
8142
|
-
means.
|
8143
|
-
|
8144
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
8145
|
-
of this software dedicate any and all copyright interest in the
|
8146
|
-
software to the public domain. We make this dedication for the benefit
|
8147
|
-
of the public at large and to the detriment of our heirs and
|
8148
|
-
successors. We intend this dedication to be an overt act of
|
8149
|
-
relinquishment in perpetuity of all present and future rights to this
|
8150
|
-
software under copyright law.
|
8151
|
-
|
8152
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8153
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8154
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
8155
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
8156
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
8157
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
8158
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
8159
|
-
|
8160
|
-
For more information, please refer to <http://unlicense.org/>
|
8161
|
-
|
8162
8589
|
================================================================================
|
8163
8590
|
dirs LICENSE-APACHE
|
8164
8591
|
================================================================================
|
@@ -9790,32 +10217,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
9790
10217
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9791
10218
|
SOFTWARE.
|
9792
10219
|
|
9793
|
-
================================================================================
|
9794
|
-
fs_extra LICENSE
|
9795
|
-
================================================================================
|
9796
|
-
|
9797
|
-
MIT License
|
9798
|
-
|
9799
|
-
Copyright (c) 2017 Denis Kurilenko
|
9800
|
-
|
9801
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9802
|
-
of this software and associated documentation files (the "Software"), to deal
|
9803
|
-
in the Software without restriction, including without limitation the rights
|
9804
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9805
|
-
copies of the Software, and to permit persons to whom the Software is
|
9806
|
-
furnished to do so, subject to the following conditions:
|
9807
|
-
|
9808
|
-
The above copyright notice and this permission notice shall be included in all
|
9809
|
-
copies or substantial portions of the Software.
|
9810
|
-
|
9811
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
9812
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
9813
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
9814
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
9815
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
9816
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
9817
|
-
SOFTWARE.
|
9818
|
-
|
9819
10220
|
================================================================================
|
9820
10221
|
futures LICENSE-APACHE
|
9821
10222
|
================================================================================
|
@@ -14539,6 +14940,242 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14539
14940
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14540
14941
|
DEALINGS IN THE SOFTWARE.
|
14541
14942
|
|
14943
|
+
================================================================================
|
14944
|
+
jemalloc-sys LICENSE-APACHE
|
14945
|
+
================================================================================
|
14946
|
+
|
14947
|
+
Apache License
|
14948
|
+
Version 2.0, January 2004
|
14949
|
+
http://www.apache.org/licenses/
|
14950
|
+
|
14951
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14952
|
+
|
14953
|
+
1. Definitions.
|
14954
|
+
|
14955
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14956
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14957
|
+
|
14958
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14959
|
+
the copyright owner that is granting the License.
|
14960
|
+
|
14961
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14962
|
+
other entities that control, are controlled by, or are under common
|
14963
|
+
control with that entity. For the purposes of this definition,
|
14964
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14965
|
+
direction or management of such entity, whether by contract or
|
14966
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14967
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14968
|
+
|
14969
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14970
|
+
exercising permissions granted by this License.
|
14971
|
+
|
14972
|
+
"Source" form shall mean the preferred form for making modifications,
|
14973
|
+
including but not limited to software source code, documentation
|
14974
|
+
source, and configuration files.
|
14975
|
+
|
14976
|
+
"Object" form shall mean any form resulting from mechanical
|
14977
|
+
transformation or translation of a Source form, including but
|
14978
|
+
not limited to compiled object code, generated documentation,
|
14979
|
+
and conversions to other media types.
|
14980
|
+
|
14981
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14982
|
+
Object form, made available under the License, as indicated by a
|
14983
|
+
copyright notice that is included in or attached to the work
|
14984
|
+
(an example is provided in the Appendix below).
|
14985
|
+
|
14986
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14987
|
+
form, that is based on (or derived from) the Work and for which the
|
14988
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14989
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14990
|
+
of this License, Derivative Works shall not include works that remain
|
14991
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14992
|
+
the Work and Derivative Works thereof.
|
14993
|
+
|
14994
|
+
"Contribution" shall mean any work of authorship, including
|
14995
|
+
the original version of the Work and any modifications or additions
|
14996
|
+
to that Work or Derivative Works thereof, that is intentionally
|
14997
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
14998
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
14999
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
15000
|
+
means any form of electronic, verbal, or written communication sent
|
15001
|
+
to the Licensor or its representatives, including but not limited to
|
15002
|
+
communication on electronic mailing lists, source code control systems,
|
15003
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
15004
|
+
Licensor for the purpose of discussing and improving the Work, but
|
15005
|
+
excluding communication that is conspicuously marked or otherwise
|
15006
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
15007
|
+
|
15008
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
15009
|
+
on behalf of whom a Contribution has been received by Licensor and
|
15010
|
+
subsequently incorporated within the Work.
|
15011
|
+
|
15012
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
15013
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15014
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15015
|
+
copyright license to reproduce, prepare Derivative Works of,
|
15016
|
+
publicly display, publicly perform, sublicense, and distribute the
|
15017
|
+
Work and such Derivative Works in Source or Object form.
|
15018
|
+
|
15019
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
15020
|
+
this License, each Contributor hereby grants to You a perpetual,
|
15021
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15022
|
+
(except as stated in this section) patent license to make, have made,
|
15023
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15024
|
+
where such license applies only to those patent claims licensable
|
15025
|
+
by such Contributor that are necessarily infringed by their
|
15026
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
15027
|
+
with the Work to which such Contribution(s) was submitted. If You
|
15028
|
+
institute patent litigation against any entity (including a
|
15029
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15030
|
+
or a Contribution incorporated within the Work constitutes direct
|
15031
|
+
or contributory patent infringement, then any patent licenses
|
15032
|
+
granted to You under this License for that Work shall terminate
|
15033
|
+
as of the date such litigation is filed.
|
15034
|
+
|
15035
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
15036
|
+
Work or Derivative Works thereof in any medium, with or without
|
15037
|
+
modifications, and in Source or Object form, provided that You
|
15038
|
+
meet the following conditions:
|
15039
|
+
|
15040
|
+
(a) You must give any other recipients of the Work or
|
15041
|
+
Derivative Works a copy of this License; and
|
15042
|
+
|
15043
|
+
(b) You must cause any modified files to carry prominent notices
|
15044
|
+
stating that You changed the files; and
|
15045
|
+
|
15046
|
+
(c) You must retain, in the Source form of any Derivative Works
|
15047
|
+
that You distribute, all copyright, patent, trademark, and
|
15048
|
+
attribution notices from the Source form of the Work,
|
15049
|
+
excluding those notices that do not pertain to any part of
|
15050
|
+
the Derivative Works; and
|
15051
|
+
|
15052
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
15053
|
+
distribution, then any Derivative Works that You distribute must
|
15054
|
+
include a readable copy of the attribution notices contained
|
15055
|
+
within such NOTICE file, excluding those notices that do not
|
15056
|
+
pertain to any part of the Derivative Works, in at least one
|
15057
|
+
of the following places: within a NOTICE text file distributed
|
15058
|
+
as part of the Derivative Works; within the Source form or
|
15059
|
+
documentation, if provided along with the Derivative Works; or,
|
15060
|
+
within a display generated by the Derivative Works, if and
|
15061
|
+
wherever such third-party notices normally appear. The contents
|
15062
|
+
of the NOTICE file are for informational purposes only and
|
15063
|
+
do not modify the License. You may add Your own attribution
|
15064
|
+
notices within Derivative Works that You distribute, alongside
|
15065
|
+
or as an addendum to the NOTICE text from the Work, provided
|
15066
|
+
that such additional attribution notices cannot be construed
|
15067
|
+
as modifying the License.
|
15068
|
+
|
15069
|
+
You may add Your own copyright statement to Your modifications and
|
15070
|
+
may provide additional or different license terms and conditions
|
15071
|
+
for use, reproduction, or distribution of Your modifications, or
|
15072
|
+
for any such Derivative Works as a whole, provided Your use,
|
15073
|
+
reproduction, and distribution of the Work otherwise complies with
|
15074
|
+
the conditions stated in this License.
|
15075
|
+
|
15076
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15077
|
+
any Contribution intentionally submitted for inclusion in the Work
|
15078
|
+
by You to the Licensor shall be under the terms and conditions of
|
15079
|
+
this License, without any additional terms or conditions.
|
15080
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
15081
|
+
the terms of any separate license agreement you may have executed
|
15082
|
+
with Licensor regarding such Contributions.
|
15083
|
+
|
15084
|
+
6. Trademarks. This License does not grant permission to use the trade
|
15085
|
+
names, trademarks, service marks, or product names of the Licensor,
|
15086
|
+
except as required for reasonable and customary use in describing the
|
15087
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
15088
|
+
|
15089
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
15090
|
+
agreed to in writing, Licensor provides the Work (and each
|
15091
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15092
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15093
|
+
implied, including, without limitation, any warranties or conditions
|
15094
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15095
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15096
|
+
appropriateness of using or redistributing the Work and assume any
|
15097
|
+
risks associated with Your exercise of permissions under this License.
|
15098
|
+
|
15099
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
15100
|
+
whether in tort (including negligence), contract, or otherwise,
|
15101
|
+
unless required by applicable law (such as deliberate and grossly
|
15102
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
15103
|
+
liable to You for damages, including any direct, indirect, special,
|
15104
|
+
incidental, or consequential damages of any character arising as a
|
15105
|
+
result of this License or out of the use or inability to use the
|
15106
|
+
Work (including but not limited to damages for loss of goodwill,
|
15107
|
+
work stoppage, computer failure or malfunction, or any and all
|
15108
|
+
other commercial damages or losses), even if such Contributor
|
15109
|
+
has been advised of the possibility of such damages.
|
15110
|
+
|
15111
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
15112
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
15113
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
15114
|
+
or other liability obligations and/or rights consistent with this
|
15115
|
+
License. However, in accepting such obligations, You may act only
|
15116
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
15117
|
+
of any other Contributor, and only if You agree to indemnify,
|
15118
|
+
defend, and hold each Contributor harmless for any liability
|
15119
|
+
incurred by, or claims asserted against, such Contributor by reason
|
15120
|
+
of your accepting any such warranty or additional liability.
|
15121
|
+
|
15122
|
+
END OF TERMS AND CONDITIONS
|
15123
|
+
|
15124
|
+
APPENDIX: How to apply the Apache License to your work.
|
15125
|
+
|
15126
|
+
To apply the Apache License to your work, attach the following
|
15127
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
15128
|
+
replaced with your own identifying information. (Don't include
|
15129
|
+
the brackets!) The text should be enclosed in the appropriate
|
15130
|
+
comment syntax for the file format. We also recommend that a
|
15131
|
+
file or class name and description of purpose be included on the
|
15132
|
+
same "printed page" as the copyright notice for easier
|
15133
|
+
identification within third-party archives.
|
15134
|
+
|
15135
|
+
Copyright [yyyy] [name of copyright owner]
|
15136
|
+
|
15137
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
15138
|
+
you may not use this file except in compliance with the License.
|
15139
|
+
You may obtain a copy of the License at
|
15140
|
+
|
15141
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
15142
|
+
|
15143
|
+
Unless required by applicable law or agreed to in writing, software
|
15144
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15145
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15146
|
+
See the License for the specific language governing permissions and
|
15147
|
+
limitations under the License.
|
15148
|
+
|
15149
|
+
================================================================================
|
15150
|
+
jemalloc-sys LICENSE-MIT
|
15151
|
+
================================================================================
|
15152
|
+
|
15153
|
+
Copyright (c) 2014 Alex Crichton
|
15154
|
+
|
15155
|
+
Permission is hereby granted, free of charge, to any
|
15156
|
+
person obtaining a copy of this software and associated
|
15157
|
+
documentation files (the "Software"), to deal in the
|
15158
|
+
Software without restriction, including without
|
15159
|
+
limitation the rights to use, copy, modify, merge,
|
15160
|
+
publish, distribute, sublicense, and/or sell copies of
|
15161
|
+
the Software, and to permit persons to whom the Software
|
15162
|
+
is furnished to do so, subject to the following
|
15163
|
+
conditions:
|
15164
|
+
|
15165
|
+
The above copyright notice and this permission notice
|
15166
|
+
shall be included in all copies or substantial portions
|
15167
|
+
of the Software.
|
15168
|
+
|
15169
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15170
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15171
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15172
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15173
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15174
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15175
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15176
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15177
|
+
DEALINGS IN THE SOFTWARE.
|
15178
|
+
|
14542
15179
|
================================================================================
|
14543
15180
|
jemalloc-sys jemalloc/COPYING
|
14544
15181
|
================================================================================
|
@@ -27716,249 +28353,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
27716
28353
|
same "printed page" as the copyright notice for easier
|
27717
28354
|
identification within third-party archives.
|
27718
28355
|
|
27719
|
-
Copyright 2019 The CryptoCorrosion Contributors
|
27720
|
-
|
27721
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
27722
|
-
you may not use this file except in compliance with the License.
|
27723
|
-
You may obtain a copy of the License at
|
27724
|
-
|
27725
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
27726
|
-
|
27727
|
-
Unless required by applicable law or agreed to in writing, software
|
27728
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
27729
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
27730
|
-
See the License for the specific language governing permissions and
|
27731
|
-
limitations under the License.
|
27732
|
-
|
27733
|
-
================================================================================
|
27734
|
-
ppv-lite86 LICENSE-MIT
|
27735
|
-
================================================================================
|
27736
|
-
|
27737
|
-
Copyright (c) 2019 The CryptoCorrosion Contributors
|
27738
|
-
|
27739
|
-
Permission is hereby granted, free of charge, to any
|
27740
|
-
person obtaining a copy of this software and associated
|
27741
|
-
documentation files (the "Software"), to deal in the
|
27742
|
-
Software without restriction, including without
|
27743
|
-
limitation the rights to use, copy, modify, merge,
|
27744
|
-
publish, distribute, sublicense, and/or sell copies of
|
27745
|
-
the Software, and to permit persons to whom the Software
|
27746
|
-
is furnished to do so, subject to the following
|
27747
|
-
conditions:
|
27748
|
-
|
27749
|
-
The above copyright notice and this permission notice
|
27750
|
-
shall be included in all copies or substantial portions
|
27751
|
-
of the Software.
|
27752
|
-
|
27753
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
27754
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
27755
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
27756
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
27757
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
27758
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
27759
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
27760
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27761
|
-
DEALINGS IN THE SOFTWARE.
|
27762
|
-
|
27763
|
-
================================================================================
|
27764
|
-
proc-macro2 LICENSE-APACHE
|
27765
|
-
================================================================================
|
27766
|
-
|
27767
|
-
Apache License
|
27768
|
-
Version 2.0, January 2004
|
27769
|
-
http://www.apache.org/licenses/
|
27770
|
-
|
27771
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
27772
|
-
|
27773
|
-
1. Definitions.
|
27774
|
-
|
27775
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
27776
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
27777
|
-
|
27778
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
27779
|
-
the copyright owner that is granting the License.
|
27780
|
-
|
27781
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
27782
|
-
other entities that control, are controlled by, or are under common
|
27783
|
-
control with that entity. For the purposes of this definition,
|
27784
|
-
"control" means (i) the power, direct or indirect, to cause the
|
27785
|
-
direction or management of such entity, whether by contract or
|
27786
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
27787
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
27788
|
-
|
27789
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
27790
|
-
exercising permissions granted by this License.
|
27791
|
-
|
27792
|
-
"Source" form shall mean the preferred form for making modifications,
|
27793
|
-
including but not limited to software source code, documentation
|
27794
|
-
source, and configuration files.
|
27795
|
-
|
27796
|
-
"Object" form shall mean any form resulting from mechanical
|
27797
|
-
transformation or translation of a Source form, including but
|
27798
|
-
not limited to compiled object code, generated documentation,
|
27799
|
-
and conversions to other media types.
|
27800
|
-
|
27801
|
-
"Work" shall mean the work of authorship, whether in Source or
|
27802
|
-
Object form, made available under the License, as indicated by a
|
27803
|
-
copyright notice that is included in or attached to the work
|
27804
|
-
(an example is provided in the Appendix below).
|
27805
|
-
|
27806
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
27807
|
-
form, that is based on (or derived from) the Work and for which the
|
27808
|
-
editorial revisions, annotations, elaborations, or other modifications
|
27809
|
-
represent, as a whole, an original work of authorship. For the purposes
|
27810
|
-
of this License, Derivative Works shall not include works that remain
|
27811
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
27812
|
-
the Work and Derivative Works thereof.
|
27813
|
-
|
27814
|
-
"Contribution" shall mean any work of authorship, including
|
27815
|
-
the original version of the Work and any modifications or additions
|
27816
|
-
to that Work or Derivative Works thereof, that is intentionally
|
27817
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
27818
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
27819
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
27820
|
-
means any form of electronic, verbal, or written communication sent
|
27821
|
-
to the Licensor or its representatives, including but not limited to
|
27822
|
-
communication on electronic mailing lists, source code control systems,
|
27823
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
27824
|
-
Licensor for the purpose of discussing and improving the Work, but
|
27825
|
-
excluding communication that is conspicuously marked or otherwise
|
27826
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
27827
|
-
|
27828
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
27829
|
-
on behalf of whom a Contribution has been received by Licensor and
|
27830
|
-
subsequently incorporated within the Work.
|
27831
|
-
|
27832
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
27833
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27834
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27835
|
-
copyright license to reproduce, prepare Derivative Works of,
|
27836
|
-
publicly display, publicly perform, sublicense, and distribute the
|
27837
|
-
Work and such Derivative Works in Source or Object form.
|
27838
|
-
|
27839
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
27840
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27841
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27842
|
-
(except as stated in this section) patent license to make, have made,
|
27843
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
27844
|
-
where such license applies only to those patent claims licensable
|
27845
|
-
by such Contributor that are necessarily infringed by their
|
27846
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
27847
|
-
with the Work to which such Contribution(s) was submitted. If You
|
27848
|
-
institute patent litigation against any entity (including a
|
27849
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
27850
|
-
or a Contribution incorporated within the Work constitutes direct
|
27851
|
-
or contributory patent infringement, then any patent licenses
|
27852
|
-
granted to You under this License for that Work shall terminate
|
27853
|
-
as of the date such litigation is filed.
|
27854
|
-
|
27855
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
27856
|
-
Work or Derivative Works thereof in any medium, with or without
|
27857
|
-
modifications, and in Source or Object form, provided that You
|
27858
|
-
meet the following conditions:
|
27859
|
-
|
27860
|
-
(a) You must give any other recipients of the Work or
|
27861
|
-
Derivative Works a copy of this License; and
|
27862
|
-
|
27863
|
-
(b) You must cause any modified files to carry prominent notices
|
27864
|
-
stating that You changed the files; and
|
27865
|
-
|
27866
|
-
(c) You must retain, in the Source form of any Derivative Works
|
27867
|
-
that You distribute, all copyright, patent, trademark, and
|
27868
|
-
attribution notices from the Source form of the Work,
|
27869
|
-
excluding those notices that do not pertain to any part of
|
27870
|
-
the Derivative Works; and
|
27871
|
-
|
27872
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
27873
|
-
distribution, then any Derivative Works that You distribute must
|
27874
|
-
include a readable copy of the attribution notices contained
|
27875
|
-
within such NOTICE file, excluding those notices that do not
|
27876
|
-
pertain to any part of the Derivative Works, in at least one
|
27877
|
-
of the following places: within a NOTICE text file distributed
|
27878
|
-
as part of the Derivative Works; within the Source form or
|
27879
|
-
documentation, if provided along with the Derivative Works; or,
|
27880
|
-
within a display generated by the Derivative Works, if and
|
27881
|
-
wherever such third-party notices normally appear. The contents
|
27882
|
-
of the NOTICE file are for informational purposes only and
|
27883
|
-
do not modify the License. You may add Your own attribution
|
27884
|
-
notices within Derivative Works that You distribute, alongside
|
27885
|
-
or as an addendum to the NOTICE text from the Work, provided
|
27886
|
-
that such additional attribution notices cannot be construed
|
27887
|
-
as modifying the License.
|
27888
|
-
|
27889
|
-
You may add Your own copyright statement to Your modifications and
|
27890
|
-
may provide additional or different license terms and conditions
|
27891
|
-
for use, reproduction, or distribution of Your modifications, or
|
27892
|
-
for any such Derivative Works as a whole, provided Your use,
|
27893
|
-
reproduction, and distribution of the Work otherwise complies with
|
27894
|
-
the conditions stated in this License.
|
27895
|
-
|
27896
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
27897
|
-
any Contribution intentionally submitted for inclusion in the Work
|
27898
|
-
by You to the Licensor shall be under the terms and conditions of
|
27899
|
-
this License, without any additional terms or conditions.
|
27900
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
27901
|
-
the terms of any separate license agreement you may have executed
|
27902
|
-
with Licensor regarding such Contributions.
|
27903
|
-
|
27904
|
-
6. Trademarks. This License does not grant permission to use the trade
|
27905
|
-
names, trademarks, service marks, or product names of the Licensor,
|
27906
|
-
except as required for reasonable and customary use in describing the
|
27907
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
27908
|
-
|
27909
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
27910
|
-
agreed to in writing, Licensor provides the Work (and each
|
27911
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
27912
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
27913
|
-
implied, including, without limitation, any warranties or conditions
|
27914
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
27915
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
27916
|
-
appropriateness of using or redistributing the Work and assume any
|
27917
|
-
risks associated with Your exercise of permissions under this License.
|
27918
|
-
|
27919
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
27920
|
-
whether in tort (including negligence), contract, or otherwise,
|
27921
|
-
unless required by applicable law (such as deliberate and grossly
|
27922
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
27923
|
-
liable to You for damages, including any direct, indirect, special,
|
27924
|
-
incidental, or consequential damages of any character arising as a
|
27925
|
-
result of this License or out of the use or inability to use the
|
27926
|
-
Work (including but not limited to damages for loss of goodwill,
|
27927
|
-
work stoppage, computer failure or malfunction, or any and all
|
27928
|
-
other commercial damages or losses), even if such Contributor
|
27929
|
-
has been advised of the possibility of such damages.
|
27930
|
-
|
27931
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
27932
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
27933
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
27934
|
-
or other liability obligations and/or rights consistent with this
|
27935
|
-
License. However, in accepting such obligations, You may act only
|
27936
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
27937
|
-
of any other Contributor, and only if You agree to indemnify,
|
27938
|
-
defend, and hold each Contributor harmless for any liability
|
27939
|
-
incurred by, or claims asserted against, such Contributor by reason
|
27940
|
-
of your accepting any such warranty or additional liability.
|
27941
|
-
|
27942
|
-
END OF TERMS AND CONDITIONS
|
27943
|
-
|
27944
|
-
APPENDIX: How to apply the Apache License to your work.
|
27945
|
-
|
27946
|
-
To apply the Apache License to your work, attach the following
|
27947
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
27948
|
-
replaced with your own identifying information. (Don't include
|
27949
|
-
the brackets!) The text should be enclosed in the appropriate
|
27950
|
-
comment syntax for the file format. We also recommend that a
|
27951
|
-
file or class name and description of purpose be included on the
|
27952
|
-
same "printed page" as the copyright notice for easier
|
27953
|
-
identification within third-party archives.
|
27954
|
-
|
27955
|
-
Copyright [yyyy] [name of copyright owner]
|
28356
|
+
Copyright 2019 The CryptoCorrosion Contributors
|
27956
28357
|
|
27957
28358
|
Licensed under the Apache License, Version 2.0 (the "License");
|
27958
28359
|
you may not use this file except in compliance with the License.
|
27959
28360
|
You may obtain a copy of the License at
|
27960
28361
|
|
27961
|
-
|
28362
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
27962
28363
|
|
27963
28364
|
Unless required by applicable law or agreed to in writing, software
|
27964
28365
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -27966,6 +28367,217 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
27966
28367
|
See the License for the specific language governing permissions and
|
27967
28368
|
limitations under the License.
|
27968
28369
|
|
28370
|
+
================================================================================
|
28371
|
+
ppv-lite86 LICENSE-MIT
|
28372
|
+
================================================================================
|
28373
|
+
|
28374
|
+
Copyright (c) 2019 The CryptoCorrosion Contributors
|
28375
|
+
|
28376
|
+
Permission is hereby granted, free of charge, to any
|
28377
|
+
person obtaining a copy of this software and associated
|
28378
|
+
documentation files (the "Software"), to deal in the
|
28379
|
+
Software without restriction, including without
|
28380
|
+
limitation the rights to use, copy, modify, merge,
|
28381
|
+
publish, distribute, sublicense, and/or sell copies of
|
28382
|
+
the Software, and to permit persons to whom the Software
|
28383
|
+
is furnished to do so, subject to the following
|
28384
|
+
conditions:
|
28385
|
+
|
28386
|
+
The above copyright notice and this permission notice
|
28387
|
+
shall be included in all copies or substantial portions
|
28388
|
+
of the Software.
|
28389
|
+
|
28390
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
28391
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
28392
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
28393
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
28394
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
28395
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
28396
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
28397
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
28398
|
+
DEALINGS IN THE SOFTWARE.
|
28399
|
+
|
28400
|
+
================================================================================
|
28401
|
+
proc-macro2 LICENSE-APACHE
|
28402
|
+
================================================================================
|
28403
|
+
|
28404
|
+
Apache License
|
28405
|
+
Version 2.0, January 2004
|
28406
|
+
http://www.apache.org/licenses/
|
28407
|
+
|
28408
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
28409
|
+
|
28410
|
+
1. Definitions.
|
28411
|
+
|
28412
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
28413
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
28414
|
+
|
28415
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
28416
|
+
the copyright owner that is granting the License.
|
28417
|
+
|
28418
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
28419
|
+
other entities that control, are controlled by, or are under common
|
28420
|
+
control with that entity. For the purposes of this definition,
|
28421
|
+
"control" means (i) the power, direct or indirect, to cause the
|
28422
|
+
direction or management of such entity, whether by contract or
|
28423
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28424
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
28425
|
+
|
28426
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
28427
|
+
exercising permissions granted by this License.
|
28428
|
+
|
28429
|
+
"Source" form shall mean the preferred form for making modifications,
|
28430
|
+
including but not limited to software source code, documentation
|
28431
|
+
source, and configuration files.
|
28432
|
+
|
28433
|
+
"Object" form shall mean any form resulting from mechanical
|
28434
|
+
transformation or translation of a Source form, including but
|
28435
|
+
not limited to compiled object code, generated documentation,
|
28436
|
+
and conversions to other media types.
|
28437
|
+
|
28438
|
+
"Work" shall mean the work of authorship, whether in Source or
|
28439
|
+
Object form, made available under the License, as indicated by a
|
28440
|
+
copyright notice that is included in or attached to the work
|
28441
|
+
(an example is provided in the Appendix below).
|
28442
|
+
|
28443
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
28444
|
+
form, that is based on (or derived from) the Work and for which the
|
28445
|
+
editorial revisions, annotations, elaborations, or other modifications
|
28446
|
+
represent, as a whole, an original work of authorship. For the purposes
|
28447
|
+
of this License, Derivative Works shall not include works that remain
|
28448
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
28449
|
+
the Work and Derivative Works thereof.
|
28450
|
+
|
28451
|
+
"Contribution" shall mean any work of authorship, including
|
28452
|
+
the original version of the Work and any modifications or additions
|
28453
|
+
to that Work or Derivative Works thereof, that is intentionally
|
28454
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
28455
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
28456
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
28457
|
+
means any form of electronic, verbal, or written communication sent
|
28458
|
+
to the Licensor or its representatives, including but not limited to
|
28459
|
+
communication on electronic mailing lists, source code control systems,
|
28460
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
28461
|
+
Licensor for the purpose of discussing and improving the Work, but
|
28462
|
+
excluding communication that is conspicuously marked or otherwise
|
28463
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
28464
|
+
|
28465
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28466
|
+
on behalf of whom a Contribution has been received by Licensor and
|
28467
|
+
subsequently incorporated within the Work.
|
28468
|
+
|
28469
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
28470
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28471
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28472
|
+
copyright license to reproduce, prepare Derivative Works of,
|
28473
|
+
publicly display, publicly perform, sublicense, and distribute the
|
28474
|
+
Work and such Derivative Works in Source or Object form.
|
28475
|
+
|
28476
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
28477
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28478
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28479
|
+
(except as stated in this section) patent license to make, have made,
|
28480
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
28481
|
+
where such license applies only to those patent claims licensable
|
28482
|
+
by such Contributor that are necessarily infringed by their
|
28483
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
28484
|
+
with the Work to which such Contribution(s) was submitted. If You
|
28485
|
+
institute patent litigation against any entity (including a
|
28486
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
28487
|
+
or a Contribution incorporated within the Work constitutes direct
|
28488
|
+
or contributory patent infringement, then any patent licenses
|
28489
|
+
granted to You under this License for that Work shall terminate
|
28490
|
+
as of the date such litigation is filed.
|
28491
|
+
|
28492
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
28493
|
+
Work or Derivative Works thereof in any medium, with or without
|
28494
|
+
modifications, and in Source or Object form, provided that You
|
28495
|
+
meet the following conditions:
|
28496
|
+
|
28497
|
+
(a) You must give any other recipients of the Work or
|
28498
|
+
Derivative Works a copy of this License; and
|
28499
|
+
|
28500
|
+
(b) You must cause any modified files to carry prominent notices
|
28501
|
+
stating that You changed the files; and
|
28502
|
+
|
28503
|
+
(c) You must retain, in the Source form of any Derivative Works
|
28504
|
+
that You distribute, all copyright, patent, trademark, and
|
28505
|
+
attribution notices from the Source form of the Work,
|
28506
|
+
excluding those notices that do not pertain to any part of
|
28507
|
+
the Derivative Works; and
|
28508
|
+
|
28509
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
28510
|
+
distribution, then any Derivative Works that You distribute must
|
28511
|
+
include a readable copy of the attribution notices contained
|
28512
|
+
within such NOTICE file, excluding those notices that do not
|
28513
|
+
pertain to any part of the Derivative Works, in at least one
|
28514
|
+
of the following places: within a NOTICE text file distributed
|
28515
|
+
as part of the Derivative Works; within the Source form or
|
28516
|
+
documentation, if provided along with the Derivative Works; or,
|
28517
|
+
within a display generated by the Derivative Works, if and
|
28518
|
+
wherever such third-party notices normally appear. The contents
|
28519
|
+
of the NOTICE file are for informational purposes only and
|
28520
|
+
do not modify the License. You may add Your own attribution
|
28521
|
+
notices within Derivative Works that You distribute, alongside
|
28522
|
+
or as an addendum to the NOTICE text from the Work, provided
|
28523
|
+
that such additional attribution notices cannot be construed
|
28524
|
+
as modifying the License.
|
28525
|
+
|
28526
|
+
You may add Your own copyright statement to Your modifications and
|
28527
|
+
may provide additional or different license terms and conditions
|
28528
|
+
for use, reproduction, or distribution of Your modifications, or
|
28529
|
+
for any such Derivative Works as a whole, provided Your use,
|
28530
|
+
reproduction, and distribution of the Work otherwise complies with
|
28531
|
+
the conditions stated in this License.
|
28532
|
+
|
28533
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
28534
|
+
any Contribution intentionally submitted for inclusion in the Work
|
28535
|
+
by You to the Licensor shall be under the terms and conditions of
|
28536
|
+
this License, without any additional terms or conditions.
|
28537
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
28538
|
+
the terms of any separate license agreement you may have executed
|
28539
|
+
with Licensor regarding such Contributions.
|
28540
|
+
|
28541
|
+
6. Trademarks. This License does not grant permission to use the trade
|
28542
|
+
names, trademarks, service marks, or product names of the Licensor,
|
28543
|
+
except as required for reasonable and customary use in describing the
|
28544
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
28545
|
+
|
28546
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
28547
|
+
agreed to in writing, Licensor provides the Work (and each
|
28548
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
28549
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
28550
|
+
implied, including, without limitation, any warranties or conditions
|
28551
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
28552
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
28553
|
+
appropriateness of using or redistributing the Work and assume any
|
28554
|
+
risks associated with Your exercise of permissions under this License.
|
28555
|
+
|
28556
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
28557
|
+
whether in tort (including negligence), contract, or otherwise,
|
28558
|
+
unless required by applicable law (such as deliberate and grossly
|
28559
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
28560
|
+
liable to You for damages, including any direct, indirect, special,
|
28561
|
+
incidental, or consequential damages of any character arising as a
|
28562
|
+
result of this License or out of the use or inability to use the
|
28563
|
+
Work (including but not limited to damages for loss of goodwill,
|
28564
|
+
work stoppage, computer failure or malfunction, or any and all
|
28565
|
+
other commercial damages or losses), even if such Contributor
|
28566
|
+
has been advised of the possibility of such damages.
|
28567
|
+
|
28568
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
28569
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
28570
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
28571
|
+
or other liability obligations and/or rights consistent with this
|
28572
|
+
License. However, in accepting such obligations, You may act only
|
28573
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
28574
|
+
of any other Contributor, and only if You agree to indemnify,
|
28575
|
+
defend, and hold each Contributor harmless for any liability
|
28576
|
+
incurred by, or claims asserted against, such Contributor by reason
|
28577
|
+
of your accepting any such warranty or additional liability.
|
28578
|
+
|
28579
|
+
END OF TERMS AND CONDITIONS
|
28580
|
+
|
27969
28581
|
================================================================================
|
27970
28582
|
proc-macro2 LICENSE-MIT
|
27971
28583
|
================================================================================
|
@@ -33148,31 +33760,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
33148
33760
|
|
33149
33761
|
END OF TERMS AND CONDITIONS
|
33150
33762
|
|
33151
|
-
APPENDIX: How to apply the Apache License to your work.
|
33152
|
-
|
33153
|
-
To apply the Apache License to your work, attach the following
|
33154
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
33155
|
-
replaced with your own identifying information. (Don't include
|
33156
|
-
the brackets!) The text should be enclosed in the appropriate
|
33157
|
-
comment syntax for the file format. We also recommend that a
|
33158
|
-
file or class name and description of purpose be included on the
|
33159
|
-
same "printed page" as the copyright notice for easier
|
33160
|
-
identification within third-party archives.
|
33161
|
-
|
33162
|
-
Copyright [yyyy] [name of copyright owner]
|
33163
|
-
|
33164
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
33165
|
-
you may not use this file except in compliance with the License.
|
33166
|
-
You may obtain a copy of the License at
|
33167
|
-
|
33168
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
33169
|
-
|
33170
|
-
Unless required by applicable law or agreed to in writing, software
|
33171
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
33172
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33173
|
-
See the License for the specific language governing permissions and
|
33174
|
-
limitations under the License.
|
33175
|
-
|
33176
33763
|
================================================================================
|
33177
33764
|
serde_json LICENSE-MIT
|
33178
33765
|
================================================================================
|
@@ -36502,6 +37089,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
36502
37089
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
36503
37090
|
DEALINGS IN THE SOFTWARE.
|
36504
37091
|
|
37092
|
+
================================================================================
|
37093
|
+
sysinfo LICENSE
|
37094
|
+
================================================================================
|
37095
|
+
|
37096
|
+
The MIT License (MIT)
|
37097
|
+
|
37098
|
+
Copyright (c) 2015 Guillaume Gomez
|
37099
|
+
|
37100
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
37101
|
+
of this software and associated documentation files (the "Software"), to deal
|
37102
|
+
in the Software without restriction, including without limitation the rights
|
37103
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
37104
|
+
copies of the Software, and to permit persons to whom the Software is
|
37105
|
+
furnished to do so, subject to the following conditions:
|
37106
|
+
|
37107
|
+
The above copyright notice and this permission notice shall be included in all
|
37108
|
+
copies or substantial portions of the Software.
|
37109
|
+
|
37110
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
37111
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
37112
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
37113
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
37114
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
37115
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
37116
|
+
SOFTWARE.
|
37117
|
+
|
37118
|
+
|
36505
37119
|
================================================================================
|
36506
37120
|
thiserror LICENSE-APACHE
|
36507
37121
|
================================================================================
|
@@ -38800,7 +39414,7 @@ BSD License
|
|
38800
39414
|
|
38801
39415
|
For Zstandard software
|
38802
39416
|
|
38803
|
-
Copyright (c)
|
39417
|
+
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
38804
39418
|
|
38805
39419
|
Redistribution and use in source and binary forms, with or without modification,
|
38806
39420
|
are permitted provided that the following conditions are met:
|
@@ -38812,9 +39426,9 @@ are permitted provided that the following conditions are met:
|
|
38812
39426
|
this list of conditions and the following disclaimer in the documentation
|
38813
39427
|
and/or other materials provided with the distribution.
|
38814
39428
|
|
38815
|
-
* Neither the name Facebook nor the names of its contributors may
|
38816
|
-
endorse or promote products derived from this software without
|
38817
|
-
prior written permission.
|
39429
|
+
* Neither the name Facebook, nor Meta, nor the names of its contributors may
|
39430
|
+
be used to endorse or promote products derived from this software without
|
39431
|
+
specific prior written permission.
|
38818
39432
|
|
38819
39433
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
38820
39434
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|