polars-df 0.2.5-x86_64-linux → 0.3.1-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 +14 -0
- data/Cargo.lock +290 -137
- data/Cargo.toml +1 -1
- data/LICENSE-THIRD-PARTY.txt +1354 -740
- data/README.md +40 -2
- 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 +165 -209
- data/lib/polars/data_types.rb +4 -0
- 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 +79 -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/plot.rb +109 -0
- data/lib/polars/series.rb +61 -19
- 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
- data/lib/polars.rb +1 -0
- metadata +3 -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
|
================================================================================
|
@@ -1640,33 +1626,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1640
1626
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1641
1627
|
DEALINGS IN THE SOFTWARE.
|
1642
1628
|
|
1643
|
-
================================================================================
|
1644
|
-
array-init-cursor LICENSE-MIT
|
1645
|
-
================================================================================
|
1646
|
-
|
1647
|
-
MIT License
|
1648
|
-
|
1649
|
-
Copyright (c) 2021 The Planus Project Developers
|
1650
|
-
|
1651
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1652
|
-
of this software and associated documentation files (the "Software"), to deal
|
1653
|
-
in the Software without restriction, including without limitation the rights
|
1654
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1655
|
-
copies of the Software, and to permit persons to whom the Software is
|
1656
|
-
furnished to do so, subject to the following conditions:
|
1657
|
-
|
1658
|
-
The above copyright notice and this permission notice shall be included in all
|
1659
|
-
copies or substantial portions of the Software.
|
1660
|
-
|
1661
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1662
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1663
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1664
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1665
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1666
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1667
|
-
SOFTWARE.
|
1668
|
-
|
1669
|
-
|
1670
1629
|
================================================================================
|
1671
1630
|
array-init-cursor LICENSE-APACHE
|
1672
1631
|
================================================================================
|
@@ -1850,203 +1809,230 @@ END OF TERMS AND CONDITIONS
|
|
1850
1809
|
|
1851
1810
|
|
1852
1811
|
================================================================================
|
1853
|
-
|
1812
|
+
array-init-cursor LICENSE-MIT
|
1854
1813
|
================================================================================
|
1855
1814
|
|
1815
|
+
MIT License
|
1856
1816
|
|
1857
|
-
|
1858
|
-
Version 2.0, January 2004
|
1859
|
-
https://www.apache.org/licenses/
|
1860
|
-
|
1861
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1862
|
-
|
1863
|
-
1. Definitions.
|
1864
|
-
|
1865
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
1866
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
1867
|
-
|
1868
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
1869
|
-
the copyright owner that is granting the License.
|
1870
|
-
|
1871
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
1872
|
-
other entities that control, are controlled by, or are under common
|
1873
|
-
control with that entity. For the purposes of this definition,
|
1874
|
-
"control" means (i) the power, direct or indirect, to cause the
|
1875
|
-
direction or management of such entity, whether by contract or
|
1876
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1877
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
1878
|
-
|
1879
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
1880
|
-
exercising permissions granted by this License.
|
1881
|
-
|
1882
|
-
"Source" form shall mean the preferred form for making modifications,
|
1883
|
-
including but not limited to software source code, documentation
|
1884
|
-
source, and configuration files.
|
1885
|
-
|
1886
|
-
"Object" form shall mean any form resulting from mechanical
|
1887
|
-
transformation or translation of a Source form, including but
|
1888
|
-
not limited to compiled object code, generated documentation,
|
1889
|
-
and conversions to other media types.
|
1890
|
-
|
1891
|
-
"Work" shall mean the work of authorship, whether in Source or
|
1892
|
-
Object form, made available under the License, as indicated by a
|
1893
|
-
copyright notice that is included in or attached to the work
|
1894
|
-
(an example is provided in the Appendix below).
|
1895
|
-
|
1896
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
1897
|
-
form, that is based on (or derived from) the Work and for which the
|
1898
|
-
editorial revisions, annotations, elaborations, or other modifications
|
1899
|
-
represent, as a whole, an original work of authorship. For the purposes
|
1900
|
-
of this License, Derivative Works shall not include works that remain
|
1901
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
1902
|
-
the Work and Derivative Works thereof.
|
1903
|
-
|
1904
|
-
"Contribution" shall mean any work of authorship, including
|
1905
|
-
the original version of the Work and any modifications or additions
|
1906
|
-
to that Work or Derivative Works thereof, that is intentionally
|
1907
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1908
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1909
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1910
|
-
means any form of electronic, verbal, or written communication sent
|
1911
|
-
to the Licensor or its representatives, including but not limited to
|
1912
|
-
communication on electronic mailing lists, source code control systems,
|
1913
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
1914
|
-
Licensor for the purpose of discussing and improving the Work, but
|
1915
|
-
excluding communication that is conspicuously marked or otherwise
|
1916
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1917
|
-
|
1918
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1919
|
-
on behalf of whom a Contribution has been received by Licensor and
|
1920
|
-
subsequently incorporated within the Work.
|
1921
|
-
|
1922
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
1923
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1924
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1925
|
-
copyright license to reproduce, prepare Derivative Works of,
|
1926
|
-
publicly display, publicly perform, sublicense, and distribute the
|
1927
|
-
Work and such Derivative Works in Source or Object form.
|
1928
|
-
|
1929
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
1930
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1931
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1932
|
-
(except as stated in this section) patent license to make, have made,
|
1933
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1934
|
-
where such license applies only to those patent claims licensable
|
1935
|
-
by such Contributor that are necessarily infringed by their
|
1936
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
1937
|
-
with the Work to which such Contribution(s) was submitted. If You
|
1938
|
-
institute patent litigation against any entity (including a
|
1939
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1940
|
-
or a Contribution incorporated within the Work constitutes direct
|
1941
|
-
or contributory patent infringement, then any patent licenses
|
1942
|
-
granted to You under this License for that Work shall terminate
|
1943
|
-
as of the date such litigation is filed.
|
1944
|
-
|
1945
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
1946
|
-
Work or Derivative Works thereof in any medium, with or without
|
1947
|
-
modifications, and in Source or Object form, provided that You
|
1948
|
-
meet the following conditions:
|
1949
|
-
|
1950
|
-
(a) You must give any other recipients of the Work or
|
1951
|
-
Derivative Works a copy of this License; and
|
1952
|
-
|
1953
|
-
(b) You must cause any modified files to carry prominent notices
|
1954
|
-
stating that You changed the files; and
|
1955
|
-
|
1956
|
-
(c) You must retain, in the Source form of any Derivative Works
|
1957
|
-
that You distribute, all copyright, patent, trademark, and
|
1958
|
-
attribution notices from the Source form of the Work,
|
1959
|
-
excluding those notices that do not pertain to any part of
|
1960
|
-
the Derivative Works; and
|
1961
|
-
|
1962
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
1963
|
-
distribution, then any Derivative Works that You distribute must
|
1964
|
-
include a readable copy of the attribution notices contained
|
1965
|
-
within such NOTICE file, excluding those notices that do not
|
1966
|
-
pertain to any part of the Derivative Works, in at least one
|
1967
|
-
of the following places: within a NOTICE text file distributed
|
1968
|
-
as part of the Derivative Works; within the Source form or
|
1969
|
-
documentation, if provided along with the Derivative Works; or,
|
1970
|
-
within a display generated by the Derivative Works, if and
|
1971
|
-
wherever such third-party notices normally appear. The contents
|
1972
|
-
of the NOTICE file are for informational purposes only and
|
1973
|
-
do not modify the License. You may add Your own attribution
|
1974
|
-
notices within Derivative Works that You distribute, alongside
|
1975
|
-
or as an addendum to the NOTICE text from the Work, provided
|
1976
|
-
that such additional attribution notices cannot be construed
|
1977
|
-
as modifying the License.
|
1978
|
-
|
1979
|
-
You may add Your own copyright statement to Your modifications and
|
1980
|
-
may provide additional or different license terms and conditions
|
1981
|
-
for use, reproduction, or distribution of Your modifications, or
|
1982
|
-
for any such Derivative Works as a whole, provided Your use,
|
1983
|
-
reproduction, and distribution of the Work otherwise complies with
|
1984
|
-
the conditions stated in this License.
|
1985
|
-
|
1986
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1987
|
-
any Contribution intentionally submitted for inclusion in the Work
|
1988
|
-
by You to the Licensor shall be under the terms and conditions of
|
1989
|
-
this License, without any additional terms or conditions.
|
1990
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
1991
|
-
the terms of any separate license agreement you may have executed
|
1992
|
-
with Licensor regarding such Contributions.
|
1993
|
-
|
1994
|
-
6. Trademarks. This License does not grant permission to use the trade
|
1995
|
-
names, trademarks, service marks, or product names of the Licensor,
|
1996
|
-
except as required for reasonable and customary use in describing the
|
1997
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
1998
|
-
|
1999
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
2000
|
-
agreed to in writing, Licensor provides the Work (and each
|
2001
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
2002
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
2003
|
-
implied, including, without limitation, any warranties or conditions
|
2004
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
2005
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
2006
|
-
appropriateness of using or redistributing the Work and assume any
|
2007
|
-
risks associated with Your exercise of permissions under this License.
|
2008
|
-
|
2009
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
2010
|
-
whether in tort (including negligence), contract, or otherwise,
|
2011
|
-
unless required by applicable law (such as deliberate and grossly
|
2012
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
2013
|
-
liable to You for damages, including any direct, indirect, special,
|
2014
|
-
incidental, or consequential damages of any character arising as a
|
2015
|
-
result of this License or out of the use or inability to use the
|
2016
|
-
Work (including but not limited to damages for loss of goodwill,
|
2017
|
-
work stoppage, computer failure or malfunction, or any and all
|
2018
|
-
other commercial damages or losses), even if such Contributor
|
2019
|
-
has been advised of the possibility of such damages.
|
2020
|
-
|
2021
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
2022
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
2023
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
2024
|
-
or other liability obligations and/or rights consistent with this
|
2025
|
-
License. However, in accepting such obligations, You may act only
|
2026
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
2027
|
-
of any other Contributor, and only if You agree to indemnify,
|
2028
|
-
defend, and hold each Contributor harmless for any liability
|
2029
|
-
incurred by, or claims asserted against, such Contributor by reason
|
2030
|
-
of your accepting any such warranty or additional liability.
|
2031
|
-
|
2032
|
-
END OF TERMS AND CONDITIONS
|
1817
|
+
Copyright (c) 2021 The Planus Project Developers
|
2033
1818
|
|
2034
|
-
|
1819
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1820
|
+
of this software and associated documentation files (the "Software"), to deal
|
1821
|
+
in the Software without restriction, including without limitation the rights
|
1822
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1823
|
+
copies of the Software, and to permit persons to whom the Software is
|
1824
|
+
furnished to do so, subject to the following conditions:
|
2035
1825
|
|
2036
|
-
|
2037
|
-
|
2038
|
-
You may obtain a copy of the License at
|
1826
|
+
The above copyright notice and this permission notice shall be included in all
|
1827
|
+
copies or substantial portions of the Software.
|
2039
1828
|
|
2040
|
-
|
1829
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1830
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1831
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1832
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1833
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1834
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1835
|
+
SOFTWARE.
|
2041
1836
|
|
2042
|
-
Unless required by applicable law or agreed to in writing, software
|
2043
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
2044
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2045
|
-
See the License for the specific language governing permissions and
|
2046
|
-
limitations under the License.
|
2047
1837
|
|
2048
1838
|
================================================================================
|
2049
|
-
|
1839
|
+
arrow-format LICENSE
|
1840
|
+
================================================================================
|
1841
|
+
|
1842
|
+
|
1843
|
+
Apache License
|
1844
|
+
Version 2.0, January 2004
|
1845
|
+
https://www.apache.org/licenses/
|
1846
|
+
|
1847
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1848
|
+
|
1849
|
+
1. Definitions.
|
1850
|
+
|
1851
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1852
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1853
|
+
|
1854
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1855
|
+
the copyright owner that is granting the License.
|
1856
|
+
|
1857
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1858
|
+
other entities that control, are controlled by, or are under common
|
1859
|
+
control with that entity. For the purposes of this definition,
|
1860
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1861
|
+
direction or management of such entity, whether by contract or
|
1862
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1863
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1864
|
+
|
1865
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1866
|
+
exercising permissions granted by this License.
|
1867
|
+
|
1868
|
+
"Source" form shall mean the preferred form for making modifications,
|
1869
|
+
including but not limited to software source code, documentation
|
1870
|
+
source, and configuration files.
|
1871
|
+
|
1872
|
+
"Object" form shall mean any form resulting from mechanical
|
1873
|
+
transformation or translation of a Source form, including but
|
1874
|
+
not limited to compiled object code, generated documentation,
|
1875
|
+
and conversions to other media types.
|
1876
|
+
|
1877
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1878
|
+
Object form, made available under the License, as indicated by a
|
1879
|
+
copyright notice that is included in or attached to the work
|
1880
|
+
(an example is provided in the Appendix below).
|
1881
|
+
|
1882
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1883
|
+
form, that is based on (or derived from) the Work and for which the
|
1884
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1885
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1886
|
+
of this License, Derivative Works shall not include works that remain
|
1887
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1888
|
+
the Work and Derivative Works thereof.
|
1889
|
+
|
1890
|
+
"Contribution" shall mean any work of authorship, including
|
1891
|
+
the original version of the Work and any modifications or additions
|
1892
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1893
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1894
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1895
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1896
|
+
means any form of electronic, verbal, or written communication sent
|
1897
|
+
to the Licensor or its representatives, including but not limited to
|
1898
|
+
communication on electronic mailing lists, source code control systems,
|
1899
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1900
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1901
|
+
excluding communication that is conspicuously marked or otherwise
|
1902
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1903
|
+
|
1904
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1905
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1906
|
+
subsequently incorporated within the Work.
|
1907
|
+
|
1908
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1909
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1910
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1911
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1912
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1913
|
+
Work and such Derivative Works in Source or Object form.
|
1914
|
+
|
1915
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1916
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1917
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1918
|
+
(except as stated in this section) patent license to make, have made,
|
1919
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1920
|
+
where such license applies only to those patent claims licensable
|
1921
|
+
by such Contributor that are necessarily infringed by their
|
1922
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1923
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1924
|
+
institute patent litigation against any entity (including a
|
1925
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1926
|
+
or a Contribution incorporated within the Work constitutes direct
|
1927
|
+
or contributory patent infringement, then any patent licenses
|
1928
|
+
granted to You under this License for that Work shall terminate
|
1929
|
+
as of the date such litigation is filed.
|
1930
|
+
|
1931
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1932
|
+
Work or Derivative Works thereof in any medium, with or without
|
1933
|
+
modifications, and in Source or Object form, provided that You
|
1934
|
+
meet the following conditions:
|
1935
|
+
|
1936
|
+
(a) You must give any other recipients of the Work or
|
1937
|
+
Derivative Works a copy of this License; and
|
1938
|
+
|
1939
|
+
(b) You must cause any modified files to carry prominent notices
|
1940
|
+
stating that You changed the files; and
|
1941
|
+
|
1942
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1943
|
+
that You distribute, all copyright, patent, trademark, and
|
1944
|
+
attribution notices from the Source form of the Work,
|
1945
|
+
excluding those notices that do not pertain to any part of
|
1946
|
+
the Derivative Works; and
|
1947
|
+
|
1948
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1949
|
+
distribution, then any Derivative Works that You distribute must
|
1950
|
+
include a readable copy of the attribution notices contained
|
1951
|
+
within such NOTICE file, excluding those notices that do not
|
1952
|
+
pertain to any part of the Derivative Works, in at least one
|
1953
|
+
of the following places: within a NOTICE text file distributed
|
1954
|
+
as part of the Derivative Works; within the Source form or
|
1955
|
+
documentation, if provided along with the Derivative Works; or,
|
1956
|
+
within a display generated by the Derivative Works, if and
|
1957
|
+
wherever such third-party notices normally appear. The contents
|
1958
|
+
of the NOTICE file are for informational purposes only and
|
1959
|
+
do not modify the License. You may add Your own attribution
|
1960
|
+
notices within Derivative Works that You distribute, alongside
|
1961
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1962
|
+
that such additional attribution notices cannot be construed
|
1963
|
+
as modifying the License.
|
1964
|
+
|
1965
|
+
You may add Your own copyright statement to Your modifications and
|
1966
|
+
may provide additional or different license terms and conditions
|
1967
|
+
for use, reproduction, or distribution of Your modifications, or
|
1968
|
+
for any such Derivative Works as a whole, provided Your use,
|
1969
|
+
reproduction, and distribution of the Work otherwise complies with
|
1970
|
+
the conditions stated in this License.
|
1971
|
+
|
1972
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1973
|
+
any Contribution intentionally submitted for inclusion in the Work
|
1974
|
+
by You to the Licensor shall be under the terms and conditions of
|
1975
|
+
this License, without any additional terms or conditions.
|
1976
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
1977
|
+
the terms of any separate license agreement you may have executed
|
1978
|
+
with Licensor regarding such Contributions.
|
1979
|
+
|
1980
|
+
6. Trademarks. This License does not grant permission to use the trade
|
1981
|
+
names, trademarks, service marks, or product names of the Licensor,
|
1982
|
+
except as required for reasonable and customary use in describing the
|
1983
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
1984
|
+
|
1985
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
1986
|
+
agreed to in writing, Licensor provides the Work (and each
|
1987
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1988
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1989
|
+
implied, including, without limitation, any warranties or conditions
|
1990
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1991
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1992
|
+
appropriateness of using or redistributing the Work and assume any
|
1993
|
+
risks associated with Your exercise of permissions under this License.
|
1994
|
+
|
1995
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
1996
|
+
whether in tort (including negligence), contract, or otherwise,
|
1997
|
+
unless required by applicable law (such as deliberate and grossly
|
1998
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
1999
|
+
liable to You for damages, including any direct, indirect, special,
|
2000
|
+
incidental, or consequential damages of any character arising as a
|
2001
|
+
result of this License or out of the use or inability to use the
|
2002
|
+
Work (including but not limited to damages for loss of goodwill,
|
2003
|
+
work stoppage, computer failure or malfunction, or any and all
|
2004
|
+
other commercial damages or losses), even if such Contributor
|
2005
|
+
has been advised of the possibility of such damages.
|
2006
|
+
|
2007
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
2008
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
2009
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
2010
|
+
or other liability obligations and/or rights consistent with this
|
2011
|
+
License. However, in accepting such obligations, You may act only
|
2012
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
2013
|
+
of any other Contributor, and only if You agree to indemnify,
|
2014
|
+
defend, and hold each Contributor harmless for any liability
|
2015
|
+
incurred by, or claims asserted against, such Contributor by reason
|
2016
|
+
of your accepting any such warranty or additional liability.
|
2017
|
+
|
2018
|
+
END OF TERMS AND CONDITIONS
|
2019
|
+
|
2020
|
+
Copyright 2020-2022 Jorge C. Leitão
|
2021
|
+
|
2022
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2023
|
+
you may not use this file except in compliance with the License.
|
2024
|
+
You may obtain a copy of the License at
|
2025
|
+
|
2026
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
2027
|
+
|
2028
|
+
Unless required by applicable law or agreed to in writing, software
|
2029
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2030
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2031
|
+
See the License for the specific language governing permissions and
|
2032
|
+
limitations under the License.
|
2033
|
+
|
2034
|
+
================================================================================
|
2035
|
+
arrow2 LICENSE
|
2050
2036
|
================================================================================
|
2051
2037
|
|
2052
2038
|
|
@@ -3436,7 +3422,7 @@ 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
|
3440
3426
|
================================================================================
|
3441
3427
|
|
3442
3428
|
Apache License
|
@@ -3642,7 +3628,239 @@ See the License for the specific language governing permissions and
|
|
3642
3628
|
limitations under the License.
|
3643
3629
|
|
3644
3630
|
================================================================================
|
3645
|
-
base64 LICENSE-MIT
|
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
|
3658
|
+
================================================================================
|
3659
|
+
|
3660
|
+
Apache License
|
3661
|
+
Version 2.0, January 2004
|
3662
|
+
http://www.apache.org/licenses/
|
3663
|
+
|
3664
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3665
|
+
|
3666
|
+
1. Definitions.
|
3667
|
+
|
3668
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3669
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3670
|
+
|
3671
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3672
|
+
the copyright owner that is granting the License.
|
3673
|
+
|
3674
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3675
|
+
other entities that control, are controlled by, or are under common
|
3676
|
+
control with that entity. For the purposes of this definition,
|
3677
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3678
|
+
direction or management of such entity, whether by contract or
|
3679
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3680
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3681
|
+
|
3682
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3683
|
+
exercising permissions granted by this License.
|
3684
|
+
|
3685
|
+
"Source" form shall mean the preferred form for making modifications,
|
3686
|
+
including but not limited to software source code, documentation
|
3687
|
+
source, and configuration files.
|
3688
|
+
|
3689
|
+
"Object" form shall mean any form resulting from mechanical
|
3690
|
+
transformation or translation of a Source form, including but
|
3691
|
+
not limited to compiled object code, generated documentation,
|
3692
|
+
and conversions to other media types.
|
3693
|
+
|
3694
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3695
|
+
Object form, made available under the License, as indicated by a
|
3696
|
+
copyright notice that is included in or attached to the work
|
3697
|
+
(an example is provided in the Appendix below).
|
3698
|
+
|
3699
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3700
|
+
form, that is based on (or derived from) the Work and for which the
|
3701
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3702
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3703
|
+
of this License, Derivative Works shall not include works that remain
|
3704
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3705
|
+
the Work and Derivative Works thereof.
|
3706
|
+
|
3707
|
+
"Contribution" shall mean any work of authorship, including
|
3708
|
+
the original version of the Work and any modifications or additions
|
3709
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3710
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3711
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3712
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3713
|
+
means any form of electronic, verbal, or written communication sent
|
3714
|
+
to the Licensor or its representatives, including but not limited to
|
3715
|
+
communication on electronic mailing lists, source code control systems,
|
3716
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3717
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3718
|
+
excluding communication that is conspicuously marked or otherwise
|
3719
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3720
|
+
|
3721
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3722
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3723
|
+
subsequently incorporated within the Work.
|
3724
|
+
|
3725
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3726
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3727
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3728
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3729
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3730
|
+
Work and such Derivative Works in Source or Object form.
|
3731
|
+
|
3732
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3733
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3734
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3735
|
+
(except as stated in this section) patent license to make, have made,
|
3736
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3737
|
+
where such license applies only to those patent claims licensable
|
3738
|
+
by such Contributor that are necessarily infringed by their
|
3739
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3740
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3741
|
+
institute patent litigation against any entity (including a
|
3742
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3743
|
+
or a Contribution incorporated within the Work constitutes direct
|
3744
|
+
or contributory patent infringement, then any patent licenses
|
3745
|
+
granted to You under this License for that Work shall terminate
|
3746
|
+
as of the date such litigation is filed.
|
3747
|
+
|
3748
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3749
|
+
Work or Derivative Works thereof in any medium, with or without
|
3750
|
+
modifications, and in Source or Object form, provided that You
|
3751
|
+
meet the following conditions:
|
3752
|
+
|
3753
|
+
(a) You must give any other recipients of the Work or
|
3754
|
+
Derivative Works a copy of this License; and
|
3755
|
+
|
3756
|
+
(b) You must cause any modified files to carry prominent notices
|
3757
|
+
stating that You changed the files; and
|
3758
|
+
|
3759
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3760
|
+
that You distribute, all copyright, patent, trademark, and
|
3761
|
+
attribution notices from the Source form of the Work,
|
3762
|
+
excluding those notices that do not pertain to any part of
|
3763
|
+
the Derivative Works; and
|
3764
|
+
|
3765
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3766
|
+
distribution, then any Derivative Works that You distribute must
|
3767
|
+
include a readable copy of the attribution notices contained
|
3768
|
+
within such NOTICE file, excluding those notices that do not
|
3769
|
+
pertain to any part of the Derivative Works, in at least one
|
3770
|
+
of the following places: within a NOTICE text file distributed
|
3771
|
+
as part of the Derivative Works; within the Source form or
|
3772
|
+
documentation, if provided along with the Derivative Works; or,
|
3773
|
+
within a display generated by the Derivative Works, if and
|
3774
|
+
wherever such third-party notices normally appear. The contents
|
3775
|
+
of the NOTICE file are for informational purposes only and
|
3776
|
+
do not modify the License. You may add Your own attribution
|
3777
|
+
notices within Derivative Works that You distribute, alongside
|
3778
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3779
|
+
that such additional attribution notices cannot be construed
|
3780
|
+
as modifying the License.
|
3781
|
+
|
3782
|
+
You may add Your own copyright statement to Your modifications and
|
3783
|
+
may provide additional or different license terms and conditions
|
3784
|
+
for use, reproduction, or distribution of Your modifications, or
|
3785
|
+
for any such Derivative Works as a whole, provided Your use,
|
3786
|
+
reproduction, and distribution of the Work otherwise complies with
|
3787
|
+
the conditions stated in this License.
|
3788
|
+
|
3789
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3790
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3791
|
+
by You to the Licensor shall be under the terms and conditions of
|
3792
|
+
this License, without any additional terms or conditions.
|
3793
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3794
|
+
the terms of any separate license agreement you may have executed
|
3795
|
+
with Licensor regarding such Contributions.
|
3796
|
+
|
3797
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3798
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3799
|
+
except as required for reasonable and customary use in describing the
|
3800
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3801
|
+
|
3802
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3803
|
+
agreed to in writing, Licensor provides the Work (and each
|
3804
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3805
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3806
|
+
implied, including, without limitation, any warranties or conditions
|
3807
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3808
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3809
|
+
appropriateness of using or redistributing the Work and assume any
|
3810
|
+
risks associated with Your exercise of permissions under this License.
|
3811
|
+
|
3812
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3813
|
+
whether in tort (including negligence), contract, or otherwise,
|
3814
|
+
unless required by applicable law (such as deliberate and grossly
|
3815
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3816
|
+
liable to You for damages, including any direct, indirect, special,
|
3817
|
+
incidental, or consequential damages of any character arising as a
|
3818
|
+
result of this License or out of the use or inability to use the
|
3819
|
+
Work (including but not limited to damages for loss of goodwill,
|
3820
|
+
work stoppage, computer failure or malfunction, or any and all
|
3821
|
+
other commercial damages or losses), even if such Contributor
|
3822
|
+
has been advised of the possibility of such damages.
|
3823
|
+
|
3824
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3825
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3826
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3827
|
+
or other liability obligations and/or rights consistent with this
|
3828
|
+
License. However, in accepting such obligations, You may act only
|
3829
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3830
|
+
of any other Contributor, and only if You agree to indemnify,
|
3831
|
+
defend, and hold each Contributor harmless for any liability
|
3832
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3833
|
+
of your accepting any such warranty or additional liability.
|
3834
|
+
|
3835
|
+
END OF TERMS AND CONDITIONS
|
3836
|
+
|
3837
|
+
APPENDIX: How to apply the Apache License to your work.
|
3838
|
+
|
3839
|
+
To apply the Apache License to your work, attach the following
|
3840
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3841
|
+
replaced with your own identifying information. (Don't include
|
3842
|
+
the brackets!) The text should be enclosed in the appropriate
|
3843
|
+
comment syntax for the file format. We also recommend that a
|
3844
|
+
file or class name and description of purpose be included on the
|
3845
|
+
same "printed page" as the copyright notice for easier
|
3846
|
+
identification within third-party archives.
|
3847
|
+
|
3848
|
+
Copyright [yyyy] [name of copyright owner]
|
3849
|
+
|
3850
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3851
|
+
you may not use this file except in compliance with the License.
|
3852
|
+
You may obtain a copy of the License at
|
3853
|
+
|
3854
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3855
|
+
|
3856
|
+
Unless required by applicable law or agreed to in writing, software
|
3857
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3858
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3859
|
+
See the License for the specific language governing permissions and
|
3860
|
+
limitations under the License.
|
3861
|
+
|
3862
|
+
================================================================================
|
3863
|
+
base64 v0.21.0 LICENSE-MIT
|
3646
3864
|
================================================================================
|
3647
3865
|
|
3648
3866
|
The MIT License (MIT)
|
@@ -4071,97 +4289,127 @@ 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.
|
4292
|
+
Apache License
|
4293
|
+
Version 2.0, January 2004
|
4294
|
+
http://www.apache.org/licenses/
|
4295
|
+
|
4296
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4297
|
+
|
4298
|
+
1. Definitions.
|
4299
|
+
|
4300
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
4301
|
+
|
4302
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
4303
|
+
|
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.
|
4305
|
+
|
4306
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
4307
|
+
|
4308
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
4309
|
+
|
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.
|
4311
|
+
|
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).
|
4313
|
+
|
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.
|
4315
|
+
|
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."
|
4317
|
+
|
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.
|
4326
|
+
|
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.
|
4333
|
+
|
4334
|
+
END OF TERMS AND CONDITIONS
|
4335
|
+
|
4336
|
+
APPENDIX: How to apply the Apache License to your work.
|
4337
|
+
|
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.
|
4339
|
+
|
4340
|
+
Copyright [yyyy] [name of copyright owner]
|
4341
|
+
|
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
|
4345
|
+
|
4346
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4347
|
+
|
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.
|
4135
4353
|
|
4136
4354
|
================================================================================
|
4137
4355
|
bytemuck_derive LICENSE-MIT
|
4138
4356
|
================================================================================
|
4139
4357
|
|
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.
|
4358
|
+
MIT License
|
4359
|
+
|
4360
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4361
|
+
|
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:
|
4363
|
+
|
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.
|
4365
|
+
|
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.
|
4149
4367
|
|
4150
4368
|
================================================================================
|
4151
4369
|
bytemuck_derive LICENSE-ZLIB
|
4152
4370
|
================================================================================
|
4153
4371
|
|
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.
|
4372
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4373
|
+
|
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.
|
4375
|
+
|
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:
|
4377
|
+
|
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.
|
4379
|
+
|
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.
|
4383
|
+
|
4384
|
+
================================================================================
|
4385
|
+
bytes LICENSE
|
4386
|
+
================================================================================
|
4387
|
+
|
4388
|
+
Copyright (c) 2018 Carl Lerche
|
4389
|
+
|
4390
|
+
Permission is hereby granted, free of charge, to any
|
4391
|
+
person obtaining a copy of this software and associated
|
4392
|
+
documentation files (the "Software"), to deal in the
|
4393
|
+
Software without restriction, including without
|
4394
|
+
limitation the rights to use, copy, modify, merge,
|
4395
|
+
publish, distribute, sublicense, and/or sell copies of
|
4396
|
+
the Software, and to permit persons to whom the Software
|
4397
|
+
is furnished to do so, subject to the following
|
4398
|
+
conditions:
|
4399
|
+
|
4400
|
+
The above copyright notice and this permission notice
|
4401
|
+
shall be included in all copies or substantial portions
|
4402
|
+
of the Software.
|
4403
|
+
|
4404
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4405
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
4406
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
4407
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
4408
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4409
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
4410
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
4411
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
4412
|
+
DEALINGS IN THE SOFTWARE.
|
4165
4413
|
|
4166
4414
|
================================================================================
|
4167
4415
|
cc LICENSE-APACHE
|
@@ -5117,7 +5365,7 @@ limitations under the License.
|
|
5117
5365
|
|
5118
5366
|
|
5119
5367
|
================================================================================
|
5120
|
-
chrono-tz LICENSE
|
5368
|
+
chrono-tz v0.6.3 LICENSE
|
5121
5369
|
================================================================================
|
5122
5370
|
|
5123
5371
|
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
@@ -5349,7 +5597,7 @@ See the License for the specific language governing permissions and
|
|
5349
5597
|
limitations under the License.
|
5350
5598
|
|
5351
5599
|
================================================================================
|
5352
|
-
chrono-tz tz/LICENSE
|
5600
|
+
chrono-tz v0.6.3 tz/LICENSE
|
5353
5601
|
================================================================================
|
5354
5602
|
|
5355
5603
|
Unless specified below, all files in the tz code and data (including
|
@@ -5359,7 +5607,249 @@ If the files date.c, newstrftime.3, and strftime.c are present, they
|
|
5359
5607
|
contain material derived from BSD and use the BSD 3-clause license.
|
5360
5608
|
|
5361
5609
|
================================================================================
|
5362
|
-
chrono-tz
|
5610
|
+
chrono-tz v0.8.1 tz/LICENSE
|
5611
|
+
================================================================================
|
5612
|
+
|
5613
|
+
Unless specified below, all files in the tz code and data (including
|
5614
|
+
this LICENSE file) are in the public domain.
|
5615
|
+
|
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
|
5630
|
+
|
5631
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5632
|
+
of this software and associated documentation files (the "Software"), to deal
|
5633
|
+
in the Software without restriction, including without limitation the rights
|
5634
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5635
|
+
copies of the Software, and to permit persons to whom the Software is
|
5636
|
+
furnished to do so, subject to the following conditions:
|
5637
|
+
|
5638
|
+
The above copyright notice and this permission notice shall be included in all
|
5639
|
+
copies or substantial portions of the Software.
|
5640
|
+
|
5641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5642
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5643
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5644
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5645
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5646
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5647
|
+
SOFTWARE.
|
5648
|
+
|
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
|
5363
5853
|
================================================================================
|
5364
5854
|
|
5365
5855
|
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
@@ -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
|
================================================================================
|
@@ -14025,7 +14426,243 @@ APPENDIX: How to apply the Apache License to your work.
|
|
14025
14426
|
same "printed page" as the copyright notice for easier
|
14026
14427
|
identification within third-party archives.
|
14027
14428
|
|
14028
|
-
Copyright 2020 Andrew Straw
|
14429
|
+
Copyright 2020 Andrew Straw
|
14430
|
+
|
14431
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
14432
|
+
you may not use this file except in compliance with the License.
|
14433
|
+
You may obtain a copy of the License at
|
14434
|
+
|
14435
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
14436
|
+
|
14437
|
+
Unless required by applicable law or agreed to in writing, software
|
14438
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14439
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14440
|
+
See the License for the specific language governing permissions and
|
14441
|
+
limitations under the License.
|
14442
|
+
|
14443
|
+
================================================================================
|
14444
|
+
iana-time-zone LICENSE-MIT
|
14445
|
+
================================================================================
|
14446
|
+
|
14447
|
+
Copyright (c) 2020 Andrew D. Straw
|
14448
|
+
|
14449
|
+
Permission is hereby granted, free of charge, to any
|
14450
|
+
person obtaining a copy of this software and associated
|
14451
|
+
documentation files (the "Software"), to deal in the
|
14452
|
+
Software without restriction, including without
|
14453
|
+
limitation the rights to use, copy, modify, merge,
|
14454
|
+
publish, distribute, sublicense, and/or sell copies of
|
14455
|
+
the Software, and to permit persons to whom the Software
|
14456
|
+
is furnished to do so, subject to the following
|
14457
|
+
conditions:
|
14458
|
+
|
14459
|
+
The above copyright notice and this permission notice
|
14460
|
+
shall be included in all copies or substantial portions
|
14461
|
+
of the Software.
|
14462
|
+
|
14463
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14464
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14465
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14466
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14467
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14468
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14469
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14470
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14471
|
+
DEALINGS IN THE SOFTWARE.
|
14472
|
+
|
14473
|
+
================================================================================
|
14474
|
+
indexmap LICENSE-APACHE
|
14475
|
+
================================================================================
|
14476
|
+
|
14477
|
+
Apache License
|
14478
|
+
Version 2.0, January 2004
|
14479
|
+
http://www.apache.org/licenses/
|
14480
|
+
|
14481
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14482
|
+
|
14483
|
+
1. Definitions.
|
14484
|
+
|
14485
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14486
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14487
|
+
|
14488
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14489
|
+
the copyright owner that is granting the License.
|
14490
|
+
|
14491
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14492
|
+
other entities that control, are controlled by, or are under common
|
14493
|
+
control with that entity. For the purposes of this definition,
|
14494
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14495
|
+
direction or management of such entity, whether by contract or
|
14496
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14497
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14498
|
+
|
14499
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14500
|
+
exercising permissions granted by this License.
|
14501
|
+
|
14502
|
+
"Source" form shall mean the preferred form for making modifications,
|
14503
|
+
including but not limited to software source code, documentation
|
14504
|
+
source, and configuration files.
|
14505
|
+
|
14506
|
+
"Object" form shall mean any form resulting from mechanical
|
14507
|
+
transformation or translation of a Source form, including but
|
14508
|
+
not limited to compiled object code, generated documentation,
|
14509
|
+
and conversions to other media types.
|
14510
|
+
|
14511
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14512
|
+
Object form, made available under the License, as indicated by a
|
14513
|
+
copyright notice that is included in or attached to the work
|
14514
|
+
(an example is provided in the Appendix below).
|
14515
|
+
|
14516
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14517
|
+
form, that is based on (or derived from) the Work and for which the
|
14518
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14519
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14520
|
+
of this License, Derivative Works shall not include works that remain
|
14521
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14522
|
+
the Work and Derivative Works thereof.
|
14523
|
+
|
14524
|
+
"Contribution" shall mean any work of authorship, including
|
14525
|
+
the original version of the Work and any modifications or additions
|
14526
|
+
to that Work or Derivative Works thereof, that is intentionally
|
14527
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
14528
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
14529
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
14530
|
+
means any form of electronic, verbal, or written communication sent
|
14531
|
+
to the Licensor or its representatives, including but not limited to
|
14532
|
+
communication on electronic mailing lists, source code control systems,
|
14533
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
14534
|
+
Licensor for the purpose of discussing and improving the Work, but
|
14535
|
+
excluding communication that is conspicuously marked or otherwise
|
14536
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
14537
|
+
|
14538
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14539
|
+
on behalf of whom a Contribution has been received by Licensor and
|
14540
|
+
subsequently incorporated within the Work.
|
14541
|
+
|
14542
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
14543
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14544
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14545
|
+
copyright license to reproduce, prepare Derivative Works of,
|
14546
|
+
publicly display, publicly perform, sublicense, and distribute the
|
14547
|
+
Work and such Derivative Works in Source or Object form.
|
14548
|
+
|
14549
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
14550
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14551
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14552
|
+
(except as stated in this section) patent license to make, have made,
|
14553
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14554
|
+
where such license applies only to those patent claims licensable
|
14555
|
+
by such Contributor that are necessarily infringed by their
|
14556
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
14557
|
+
with the Work to which such Contribution(s) was submitted. If You
|
14558
|
+
institute patent litigation against any entity (including a
|
14559
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14560
|
+
or a Contribution incorporated within the Work constitutes direct
|
14561
|
+
or contributory patent infringement, then any patent licenses
|
14562
|
+
granted to You under this License for that Work shall terminate
|
14563
|
+
as of the date such litigation is filed.
|
14564
|
+
|
14565
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
14566
|
+
Work or Derivative Works thereof in any medium, with or without
|
14567
|
+
modifications, and in Source or Object form, provided that You
|
14568
|
+
meet the following conditions:
|
14569
|
+
|
14570
|
+
(a) You must give any other recipients of the Work or
|
14571
|
+
Derivative Works a copy of this License; and
|
14572
|
+
|
14573
|
+
(b) You must cause any modified files to carry prominent notices
|
14574
|
+
stating that You changed the files; and
|
14575
|
+
|
14576
|
+
(c) You must retain, in the Source form of any Derivative Works
|
14577
|
+
that You distribute, all copyright, patent, trademark, and
|
14578
|
+
attribution notices from the Source form of the Work,
|
14579
|
+
excluding those notices that do not pertain to any part of
|
14580
|
+
the Derivative Works; and
|
14581
|
+
|
14582
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
14583
|
+
distribution, then any Derivative Works that You distribute must
|
14584
|
+
include a readable copy of the attribution notices contained
|
14585
|
+
within such NOTICE file, excluding those notices that do not
|
14586
|
+
pertain to any part of the Derivative Works, in at least one
|
14587
|
+
of the following places: within a NOTICE text file distributed
|
14588
|
+
as part of the Derivative Works; within the Source form or
|
14589
|
+
documentation, if provided along with the Derivative Works; or,
|
14590
|
+
within a display generated by the Derivative Works, if and
|
14591
|
+
wherever such third-party notices normally appear. The contents
|
14592
|
+
of the NOTICE file are for informational purposes only and
|
14593
|
+
do not modify the License. You may add Your own attribution
|
14594
|
+
notices within Derivative Works that You distribute, alongside
|
14595
|
+
or as an addendum to the NOTICE text from the Work, provided
|
14596
|
+
that such additional attribution notices cannot be construed
|
14597
|
+
as modifying the License.
|
14598
|
+
|
14599
|
+
You may add Your own copyright statement to Your modifications and
|
14600
|
+
may provide additional or different license terms and conditions
|
14601
|
+
for use, reproduction, or distribution of Your modifications, or
|
14602
|
+
for any such Derivative Works as a whole, provided Your use,
|
14603
|
+
reproduction, and distribution of the Work otherwise complies with
|
14604
|
+
the conditions stated in this License.
|
14605
|
+
|
14606
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14607
|
+
any Contribution intentionally submitted for inclusion in the Work
|
14608
|
+
by You to the Licensor shall be under the terms and conditions of
|
14609
|
+
this License, without any additional terms or conditions.
|
14610
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
14611
|
+
the terms of any separate license agreement you may have executed
|
14612
|
+
with Licensor regarding such Contributions.
|
14613
|
+
|
14614
|
+
6. Trademarks. This License does not grant permission to use the trade
|
14615
|
+
names, trademarks, service marks, or product names of the Licensor,
|
14616
|
+
except as required for reasonable and customary use in describing the
|
14617
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
14618
|
+
|
14619
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
14620
|
+
agreed to in writing, Licensor provides the Work (and each
|
14621
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14622
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14623
|
+
implied, including, without limitation, any warranties or conditions
|
14624
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14625
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14626
|
+
appropriateness of using or redistributing the Work and assume any
|
14627
|
+
risks associated with Your exercise of permissions under this License.
|
14628
|
+
|
14629
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
14630
|
+
whether in tort (including negligence), contract, or otherwise,
|
14631
|
+
unless required by applicable law (such as deliberate and grossly
|
14632
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
14633
|
+
liable to You for damages, including any direct, indirect, special,
|
14634
|
+
incidental, or consequential damages of any character arising as a
|
14635
|
+
result of this License or out of the use or inability to use the
|
14636
|
+
Work (including but not limited to damages for loss of goodwill,
|
14637
|
+
work stoppage, computer failure or malfunction, or any and all
|
14638
|
+
other commercial damages or losses), even if such Contributor
|
14639
|
+
has been advised of the possibility of such damages.
|
14640
|
+
|
14641
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
14642
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
14643
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
14644
|
+
or other liability obligations and/or rights consistent with this
|
14645
|
+
License. However, in accepting such obligations, You may act only
|
14646
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
14647
|
+
of any other Contributor, and only if You agree to indemnify,
|
14648
|
+
defend, and hold each Contributor harmless for any liability
|
14649
|
+
incurred by, or claims asserted against, such Contributor by reason
|
14650
|
+
of your accepting any such warranty or additional liability.
|
14651
|
+
|
14652
|
+
END OF TERMS AND CONDITIONS
|
14653
|
+
|
14654
|
+
APPENDIX: How to apply the Apache License to your work.
|
14655
|
+
|
14656
|
+
To apply the Apache License to your work, attach the following
|
14657
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
14658
|
+
replaced with your own identifying information. (Don't include
|
14659
|
+
the brackets!) The text should be enclosed in the appropriate
|
14660
|
+
comment syntax for the file format. We also recommend that a
|
14661
|
+
file or class name and description of purpose be included on the
|
14662
|
+
same "printed page" as the copyright notice for easier
|
14663
|
+
identification within third-party archives.
|
14664
|
+
|
14665
|
+
Copyright [yyyy] [name of copyright owner]
|
14029
14666
|
|
14030
14667
|
Licensed under the Apache License, Version 2.0 (the "License");
|
14031
14668
|
you may not use this file except in compliance with the License.
|
@@ -14040,10 +14677,10 @@ See the License for the specific language governing permissions and
|
|
14040
14677
|
limitations under the License.
|
14041
14678
|
|
14042
14679
|
================================================================================
|
14043
|
-
|
14680
|
+
indexmap LICENSE-MIT
|
14044
14681
|
================================================================================
|
14045
14682
|
|
14046
|
-
Copyright (c)
|
14683
|
+
Copyright (c) 2016--2017
|
14047
14684
|
|
14048
14685
|
Permission is hereby granted, free of charge, to any
|
14049
14686
|
person obtaining a copy of this software and associated
|
@@ -14070,7 +14707,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14070
14707
|
DEALINGS IN THE SOFTWARE.
|
14071
14708
|
|
14072
14709
|
================================================================================
|
14073
|
-
|
14710
|
+
itoa LICENSE-APACHE
|
14074
14711
|
================================================================================
|
14075
14712
|
|
14076
14713
|
Apache License
|
@@ -14276,11 +14913,9 @@ See the License for the specific language governing permissions and
|
|
14276
14913
|
limitations under the License.
|
14277
14914
|
|
14278
14915
|
================================================================================
|
14279
|
-
|
14916
|
+
itoa LICENSE-MIT
|
14280
14917
|
================================================================================
|
14281
14918
|
|
14282
|
-
Copyright (c) 2016--2017
|
14283
|
-
|
14284
14919
|
Permission is hereby granted, free of charge, to any
|
14285
14920
|
person obtaining a copy of this software and associated
|
14286
14921
|
documentation files (the "Software"), to deal in the
|
@@ -14306,7 +14941,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14306
14941
|
DEALINGS IN THE SOFTWARE.
|
14307
14942
|
|
14308
14943
|
================================================================================
|
14309
|
-
|
14944
|
+
jemalloc-sys LICENSE-APACHE
|
14310
14945
|
================================================================================
|
14311
14946
|
|
14312
14947
|
Apache License
|
@@ -14512,9 +15147,11 @@ See the License for the specific language governing permissions and
|
|
14512
15147
|
limitations under the License.
|
14513
15148
|
|
14514
15149
|
================================================================================
|
14515
|
-
|
15150
|
+
jemalloc-sys LICENSE-MIT
|
14516
15151
|
================================================================================
|
14517
15152
|
|
15153
|
+
Copyright (c) 2014 Alex Crichton
|
15154
|
+
|
14518
15155
|
Permission is hereby granted, free of charge, to any
|
14519
15156
|
person obtaining a copy of this software and associated
|
14520
15157
|
documentation files (the "Software"), to deal in the
|
@@ -14571,36 +15208,6 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
14571
15208
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
14572
15209
|
--------------------------------------------------------------------------------
|
14573
15210
|
|
14574
|
-
================================================================================
|
14575
|
-
jemallocator LICENSE-MIT
|
14576
|
-
================================================================================
|
14577
|
-
|
14578
|
-
Copyright (c) 2014 Alex Crichton
|
14579
|
-
|
14580
|
-
Permission is hereby granted, free of charge, to any
|
14581
|
-
person obtaining a copy of this software and associated
|
14582
|
-
documentation files (the "Software"), to deal in the
|
14583
|
-
Software without restriction, including without
|
14584
|
-
limitation the rights to use, copy, modify, merge,
|
14585
|
-
publish, distribute, sublicense, and/or sell copies of
|
14586
|
-
the Software, and to permit persons to whom the Software
|
14587
|
-
is furnished to do so, subject to the following
|
14588
|
-
conditions:
|
14589
|
-
|
14590
|
-
The above copyright notice and this permission notice
|
14591
|
-
shall be included in all copies or substantial portions
|
14592
|
-
of the Software.
|
14593
|
-
|
14594
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14595
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14596
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14597
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14598
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14599
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14600
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14601
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14602
|
-
DEALINGS IN THE SOFTWARE.
|
14603
|
-
|
14604
15211
|
================================================================================
|
14605
15212
|
jemallocator LICENSE-APACHE
|
14606
15213
|
================================================================================
|
@@ -14807,6 +15414,36 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14807
15414
|
See the License for the specific language governing permissions and
|
14808
15415
|
limitations under the License.
|
14809
15416
|
|
15417
|
+
================================================================================
|
15418
|
+
jemallocator LICENSE-MIT
|
15419
|
+
================================================================================
|
15420
|
+
|
15421
|
+
Copyright (c) 2014 Alex Crichton
|
15422
|
+
|
15423
|
+
Permission is hereby granted, free of charge, to any
|
15424
|
+
person obtaining a copy of this software and associated
|
15425
|
+
documentation files (the "Software"), to deal in the
|
15426
|
+
Software without restriction, including without
|
15427
|
+
limitation the rights to use, copy, modify, merge,
|
15428
|
+
publish, distribute, sublicense, and/or sell copies of
|
15429
|
+
the Software, and to permit persons to whom the Software
|
15430
|
+
is furnished to do so, subject to the following
|
15431
|
+
conditions:
|
15432
|
+
|
15433
|
+
The above copyright notice and this permission notice
|
15434
|
+
shall be included in all copies or substantial portions
|
15435
|
+
of the Software.
|
15436
|
+
|
15437
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
15438
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
15439
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
15440
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
15441
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
15442
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
15443
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
15444
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
15445
|
+
DEALINGS IN THE SOFTWARE.
|
15446
|
+
|
14810
15447
|
================================================================================
|
14811
15448
|
jobserver LICENSE-APACHE
|
14812
15449
|
================================================================================
|
@@ -27075,6 +27712,188 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
27075
27712
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27076
27713
|
DEALINGS IN THE SOFTWARE.
|
27077
27714
|
|
27715
|
+
================================================================================
|
27716
|
+
planus LICENSE-APACHE
|
27717
|
+
================================================================================
|
27718
|
+
|
27719
|
+
Apache License
|
27720
|
+
Version 2.0, January 2004
|
27721
|
+
http://www.apache.org/licenses/
|
27722
|
+
|
27723
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
27724
|
+
|
27725
|
+
1. Definitions.
|
27726
|
+
|
27727
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
27728
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
27729
|
+
|
27730
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
27731
|
+
the copyright owner that is granting the License.
|
27732
|
+
|
27733
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
27734
|
+
other entities that control, are controlled by, or are under common
|
27735
|
+
control with that entity. For the purposes of this definition,
|
27736
|
+
"control" means (i) the power, direct or indirect, to cause the
|
27737
|
+
direction or management of such entity, whether by contract or
|
27738
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
27739
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
27740
|
+
|
27741
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
27742
|
+
exercising permissions granted by this License.
|
27743
|
+
|
27744
|
+
"Source" form shall mean the preferred form for making modifications,
|
27745
|
+
including but not limited to software source code, documentation
|
27746
|
+
source, and configuration files.
|
27747
|
+
|
27748
|
+
"Object" form shall mean any form resulting from mechanical
|
27749
|
+
transformation or translation of a Source form, including but
|
27750
|
+
not limited to compiled object code, generated documentation,
|
27751
|
+
and conversions to other media types.
|
27752
|
+
|
27753
|
+
"Work" shall mean the work of authorship, whether in Source or
|
27754
|
+
Object form, made available under the License, as indicated by a
|
27755
|
+
copyright notice that is included in or attached to the work
|
27756
|
+
(an example is provided in the Appendix below).
|
27757
|
+
|
27758
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
27759
|
+
form, that is based on (or derived from) the Work and for which the
|
27760
|
+
editorial revisions, annotations, elaborations, or other modifications
|
27761
|
+
represent, as a whole, an original work of authorship. For the purposes
|
27762
|
+
of this License, Derivative Works shall not include works that remain
|
27763
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
27764
|
+
the Work and Derivative Works thereof.
|
27765
|
+
|
27766
|
+
"Contribution" shall mean any work of authorship, including
|
27767
|
+
the original version of the Work and any modifications or additions
|
27768
|
+
to that Work or Derivative Works thereof, that is intentionally
|
27769
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
27770
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
27771
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
27772
|
+
means any form of electronic, verbal, or written communication sent
|
27773
|
+
to the Licensor or its representatives, including but not limited to
|
27774
|
+
communication on electronic mailing lists, source code control systems,
|
27775
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
27776
|
+
Licensor for the purpose of discussing and improving the Work, but
|
27777
|
+
excluding communication that is conspicuously marked or otherwise
|
27778
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
27779
|
+
|
27780
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
27781
|
+
on behalf of whom a Contribution has been received by Licensor and
|
27782
|
+
subsequently incorporated within the Work.
|
27783
|
+
|
27784
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
27785
|
+
this License, each Contributor hereby grants to You a perpetual,
|
27786
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27787
|
+
copyright license to reproduce, prepare Derivative Works of,
|
27788
|
+
publicly display, publicly perform, sublicense, and distribute the
|
27789
|
+
Work and such Derivative Works in Source or Object form.
|
27790
|
+
|
27791
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
27792
|
+
this License, each Contributor hereby grants to You a perpetual,
|
27793
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27794
|
+
(except as stated in this section) patent license to make, have made,
|
27795
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
27796
|
+
where such license applies only to those patent claims licensable
|
27797
|
+
by such Contributor that are necessarily infringed by their
|
27798
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
27799
|
+
with the Work to which such Contribution(s) was submitted. If You
|
27800
|
+
institute patent litigation against any entity (including a
|
27801
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
27802
|
+
or a Contribution incorporated within the Work constitutes direct
|
27803
|
+
or contributory patent infringement, then any patent licenses
|
27804
|
+
granted to You under this License for that Work shall terminate
|
27805
|
+
as of the date such litigation is filed.
|
27806
|
+
|
27807
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
27808
|
+
Work or Derivative Works thereof in any medium, with or without
|
27809
|
+
modifications, and in Source or Object form, provided that You
|
27810
|
+
meet the following conditions:
|
27811
|
+
|
27812
|
+
(a) You must give any other recipients of the Work or
|
27813
|
+
Derivative Works a copy of this License; and
|
27814
|
+
|
27815
|
+
(b) You must cause any modified files to carry prominent notices
|
27816
|
+
stating that You changed the files; and
|
27817
|
+
|
27818
|
+
(c) You must retain, in the Source form of any Derivative Works
|
27819
|
+
that You distribute, all copyright, patent, trademark, and
|
27820
|
+
attribution notices from the Source form of the Work,
|
27821
|
+
excluding those notices that do not pertain to any part of
|
27822
|
+
the Derivative Works; and
|
27823
|
+
|
27824
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
27825
|
+
distribution, then any Derivative Works that You distribute must
|
27826
|
+
include a readable copy of the attribution notices contained
|
27827
|
+
within such NOTICE file, excluding those notices that do not
|
27828
|
+
pertain to any part of the Derivative Works, in at least one
|
27829
|
+
of the following places: within a NOTICE text file distributed
|
27830
|
+
as part of the Derivative Works; within the Source form or
|
27831
|
+
documentation, if provided along with the Derivative Works; or,
|
27832
|
+
within a display generated by the Derivative Works, if and
|
27833
|
+
wherever such third-party notices normally appear. The contents
|
27834
|
+
of the NOTICE file are for informational purposes only and
|
27835
|
+
do not modify the License. You may add Your own attribution
|
27836
|
+
notices within Derivative Works that You distribute, alongside
|
27837
|
+
or as an addendum to the NOTICE text from the Work, provided
|
27838
|
+
that such additional attribution notices cannot be construed
|
27839
|
+
as modifying the License.
|
27840
|
+
|
27841
|
+
You may add Your own copyright statement to Your modifications and
|
27842
|
+
may provide additional or different license terms and conditions
|
27843
|
+
for use, reproduction, or distribution of Your modifications, or
|
27844
|
+
for any such Derivative Works as a whole, provided Your use,
|
27845
|
+
reproduction, and distribution of the Work otherwise complies with
|
27846
|
+
the conditions stated in this License.
|
27847
|
+
|
27848
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
27849
|
+
any Contribution intentionally submitted for inclusion in the Work
|
27850
|
+
by You to the Licensor shall be under the terms and conditions of
|
27851
|
+
this License, without any additional terms or conditions.
|
27852
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
27853
|
+
the terms of any separate license agreement you may have executed
|
27854
|
+
with Licensor regarding such Contributions.
|
27855
|
+
|
27856
|
+
6. Trademarks. This License does not grant permission to use the trade
|
27857
|
+
names, trademarks, service marks, or product names of the Licensor,
|
27858
|
+
except as required for reasonable and customary use in describing the
|
27859
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
27860
|
+
|
27861
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
27862
|
+
agreed to in writing, Licensor provides the Work (and each
|
27863
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
27864
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
27865
|
+
implied, including, without limitation, any warranties or conditions
|
27866
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
27867
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
27868
|
+
appropriateness of using or redistributing the Work and assume any
|
27869
|
+
risks associated with Your exercise of permissions under this License.
|
27870
|
+
|
27871
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
27872
|
+
whether in tort (including negligence), contract, or otherwise,
|
27873
|
+
unless required by applicable law (such as deliberate and grossly
|
27874
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
27875
|
+
liable to You for damages, including any direct, indirect, special,
|
27876
|
+
incidental, or consequential damages of any character arising as a
|
27877
|
+
result of this License or out of the use or inability to use the
|
27878
|
+
Work (including but not limited to damages for loss of goodwill,
|
27879
|
+
work stoppage, computer failure or malfunction, or any and all
|
27880
|
+
other commercial damages or losses), even if such Contributor
|
27881
|
+
has been advised of the possibility of such damages.
|
27882
|
+
|
27883
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
27884
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
27885
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
27886
|
+
or other liability obligations and/or rights consistent with this
|
27887
|
+
License. However, in accepting such obligations, You may act only
|
27888
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
27889
|
+
of any other Contributor, and only if You agree to indemnify,
|
27890
|
+
defend, and hold each Contributor harmless for any liability
|
27891
|
+
incurred by, or claims asserted against, such Contributor by reason
|
27892
|
+
of your accepting any such warranty or additional liability.
|
27893
|
+
|
27894
|
+
END OF TERMS AND CONDITIONS
|
27895
|
+
|
27896
|
+
|
27078
27897
|
================================================================================
|
27079
27898
|
planus LICENSE-MIT
|
27080
27899
|
================================================================================
|
@@ -27102,188 +27921,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27102
27921
|
SOFTWARE.
|
27103
27922
|
|
27104
27923
|
|
27105
|
-
================================================================================
|
27106
|
-
planus LICENSE-APACHE
|
27107
|
-
================================================================================
|
27108
|
-
|
27109
|
-
Apache License
|
27110
|
-
Version 2.0, January 2004
|
27111
|
-
http://www.apache.org/licenses/
|
27112
|
-
|
27113
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
27114
|
-
|
27115
|
-
1. Definitions.
|
27116
|
-
|
27117
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
27118
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
27119
|
-
|
27120
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
27121
|
-
the copyright owner that is granting the License.
|
27122
|
-
|
27123
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
27124
|
-
other entities that control, are controlled by, or are under common
|
27125
|
-
control with that entity. For the purposes of this definition,
|
27126
|
-
"control" means (i) the power, direct or indirect, to cause the
|
27127
|
-
direction or management of such entity, whether by contract or
|
27128
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
27129
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
27130
|
-
|
27131
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
27132
|
-
exercising permissions granted by this License.
|
27133
|
-
|
27134
|
-
"Source" form shall mean the preferred form for making modifications,
|
27135
|
-
including but not limited to software source code, documentation
|
27136
|
-
source, and configuration files.
|
27137
|
-
|
27138
|
-
"Object" form shall mean any form resulting from mechanical
|
27139
|
-
transformation or translation of a Source form, including but
|
27140
|
-
not limited to compiled object code, generated documentation,
|
27141
|
-
and conversions to other media types.
|
27142
|
-
|
27143
|
-
"Work" shall mean the work of authorship, whether in Source or
|
27144
|
-
Object form, made available under the License, as indicated by a
|
27145
|
-
copyright notice that is included in or attached to the work
|
27146
|
-
(an example is provided in the Appendix below).
|
27147
|
-
|
27148
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
27149
|
-
form, that is based on (or derived from) the Work and for which the
|
27150
|
-
editorial revisions, annotations, elaborations, or other modifications
|
27151
|
-
represent, as a whole, an original work of authorship. For the purposes
|
27152
|
-
of this License, Derivative Works shall not include works that remain
|
27153
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
27154
|
-
the Work and Derivative Works thereof.
|
27155
|
-
|
27156
|
-
"Contribution" shall mean any work of authorship, including
|
27157
|
-
the original version of the Work and any modifications or additions
|
27158
|
-
to that Work or Derivative Works thereof, that is intentionally
|
27159
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
27160
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
27161
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
27162
|
-
means any form of electronic, verbal, or written communication sent
|
27163
|
-
to the Licensor or its representatives, including but not limited to
|
27164
|
-
communication on electronic mailing lists, source code control systems,
|
27165
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
27166
|
-
Licensor for the purpose of discussing and improving the Work, but
|
27167
|
-
excluding communication that is conspicuously marked or otherwise
|
27168
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
27169
|
-
|
27170
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
27171
|
-
on behalf of whom a Contribution has been received by Licensor and
|
27172
|
-
subsequently incorporated within the Work.
|
27173
|
-
|
27174
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
27175
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27176
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27177
|
-
copyright license to reproduce, prepare Derivative Works of,
|
27178
|
-
publicly display, publicly perform, sublicense, and distribute the
|
27179
|
-
Work and such Derivative Works in Source or Object form.
|
27180
|
-
|
27181
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
27182
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27183
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27184
|
-
(except as stated in this section) patent license to make, have made,
|
27185
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
27186
|
-
where such license applies only to those patent claims licensable
|
27187
|
-
by such Contributor that are necessarily infringed by their
|
27188
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
27189
|
-
with the Work to which such Contribution(s) was submitted. If You
|
27190
|
-
institute patent litigation against any entity (including a
|
27191
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
27192
|
-
or a Contribution incorporated within the Work constitutes direct
|
27193
|
-
or contributory patent infringement, then any patent licenses
|
27194
|
-
granted to You under this License for that Work shall terminate
|
27195
|
-
as of the date such litigation is filed.
|
27196
|
-
|
27197
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
27198
|
-
Work or Derivative Works thereof in any medium, with or without
|
27199
|
-
modifications, and in Source or Object form, provided that You
|
27200
|
-
meet the following conditions:
|
27201
|
-
|
27202
|
-
(a) You must give any other recipients of the Work or
|
27203
|
-
Derivative Works a copy of this License; and
|
27204
|
-
|
27205
|
-
(b) You must cause any modified files to carry prominent notices
|
27206
|
-
stating that You changed the files; and
|
27207
|
-
|
27208
|
-
(c) You must retain, in the Source form of any Derivative Works
|
27209
|
-
that You distribute, all copyright, patent, trademark, and
|
27210
|
-
attribution notices from the Source form of the Work,
|
27211
|
-
excluding those notices that do not pertain to any part of
|
27212
|
-
the Derivative Works; and
|
27213
|
-
|
27214
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
27215
|
-
distribution, then any Derivative Works that You distribute must
|
27216
|
-
include a readable copy of the attribution notices contained
|
27217
|
-
within such NOTICE file, excluding those notices that do not
|
27218
|
-
pertain to any part of the Derivative Works, in at least one
|
27219
|
-
of the following places: within a NOTICE text file distributed
|
27220
|
-
as part of the Derivative Works; within the Source form or
|
27221
|
-
documentation, if provided along with the Derivative Works; or,
|
27222
|
-
within a display generated by the Derivative Works, if and
|
27223
|
-
wherever such third-party notices normally appear. The contents
|
27224
|
-
of the NOTICE file are for informational purposes only and
|
27225
|
-
do not modify the License. You may add Your own attribution
|
27226
|
-
notices within Derivative Works that You distribute, alongside
|
27227
|
-
or as an addendum to the NOTICE text from the Work, provided
|
27228
|
-
that such additional attribution notices cannot be construed
|
27229
|
-
as modifying the License.
|
27230
|
-
|
27231
|
-
You may add Your own copyright statement to Your modifications and
|
27232
|
-
may provide additional or different license terms and conditions
|
27233
|
-
for use, reproduction, or distribution of Your modifications, or
|
27234
|
-
for any such Derivative Works as a whole, provided Your use,
|
27235
|
-
reproduction, and distribution of the Work otherwise complies with
|
27236
|
-
the conditions stated in this License.
|
27237
|
-
|
27238
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
27239
|
-
any Contribution intentionally submitted for inclusion in the Work
|
27240
|
-
by You to the Licensor shall be under the terms and conditions of
|
27241
|
-
this License, without any additional terms or conditions.
|
27242
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
27243
|
-
the terms of any separate license agreement you may have executed
|
27244
|
-
with Licensor regarding such Contributions.
|
27245
|
-
|
27246
|
-
6. Trademarks. This License does not grant permission to use the trade
|
27247
|
-
names, trademarks, service marks, or product names of the Licensor,
|
27248
|
-
except as required for reasonable and customary use in describing the
|
27249
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
27250
|
-
|
27251
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
27252
|
-
agreed to in writing, Licensor provides the Work (and each
|
27253
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
27254
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
27255
|
-
implied, including, without limitation, any warranties or conditions
|
27256
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
27257
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
27258
|
-
appropriateness of using or redistributing the Work and assume any
|
27259
|
-
risks associated with Your exercise of permissions under this License.
|
27260
|
-
|
27261
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
27262
|
-
whether in tort (including negligence), contract, or otherwise,
|
27263
|
-
unless required by applicable law (such as deliberate and grossly
|
27264
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
27265
|
-
liable to You for damages, including any direct, indirect, special,
|
27266
|
-
incidental, or consequential damages of any character arising as a
|
27267
|
-
result of this License or out of the use or inability to use the
|
27268
|
-
Work (including but not limited to damages for loss of goodwill,
|
27269
|
-
work stoppage, computer failure or malfunction, or any and all
|
27270
|
-
other commercial damages or losses), even if such Contributor
|
27271
|
-
has been advised of the possibility of such damages.
|
27272
|
-
|
27273
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
27274
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
27275
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
27276
|
-
or other liability obligations and/or rights consistent with this
|
27277
|
-
License. However, in accepting such obligations, You may act only
|
27278
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
27279
|
-
of any other Contributor, and only if You agree to indemnify,
|
27280
|
-
defend, and hold each Contributor harmless for any liability
|
27281
|
-
incurred by, or claims asserted against, such Contributor by reason
|
27282
|
-
of your accepting any such warranty or additional liability.
|
27283
|
-
|
27284
|
-
END OF TERMS AND CONDITIONS
|
27285
|
-
|
27286
|
-
|
27287
27924
|
================================================================================
|
27288
27925
|
polars LICENSE
|
27289
27926
|
================================================================================
|
@@ -27941,31 +28578,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
27941
28578
|
|
27942
28579
|
END OF TERMS AND CONDITIONS
|
27943
28580
|
|
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]
|
27956
|
-
|
27957
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
27958
|
-
you may not use this file except in compliance with the License.
|
27959
|
-
You may obtain a copy of the License at
|
27960
|
-
|
27961
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
27962
|
-
|
27963
|
-
Unless required by applicable law or agreed to in writing, software
|
27964
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
27965
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
27966
|
-
See the License for the specific language governing permissions and
|
27967
|
-
limitations under the License.
|
27968
|
-
|
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
|