polars-df 0.2.5-arm64-darwin → 0.3.1-arm64-darwin
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 +1107 -699
- data/README.md +40 -2
- data/lib/polars/3.0/polars.bundle +0 -0
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +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
|
@@ -157,10 +172,6 @@ crossterm v0.25.0
|
|
157
172
|
https://github.com/crossterm-rs/crossterm
|
158
173
|
MIT
|
159
174
|
|
160
|
-
csv-core v0.1.10
|
161
|
-
https://github.com/BurntSushi/rust-csv
|
162
|
-
Unlicense/MIT
|
163
|
-
|
164
175
|
dirs v4.0.0
|
165
176
|
https://github.com/soc/dirs-rs
|
166
177
|
MIT OR Apache-2.0
|
@@ -173,9 +184,9 @@ dyn-clone v1.0.10
|
|
173
184
|
https://github.com/dtolnay/dyn-clone
|
174
185
|
MIT OR Apache-2.0
|
175
186
|
|
176
|
-
either v1.8.
|
187
|
+
either v1.8.1
|
177
188
|
https://github.com/bluss/either
|
178
|
-
MIT
|
189
|
+
MIT OR Apache-2.0
|
179
190
|
|
180
191
|
enum_dispatch v0.3.11
|
181
192
|
https://gitlab.com/antonok/enum_dispatch
|
@@ -201,39 +212,39 @@ foreign_vec v0.1.0
|
|
201
212
|
https://github.com/DataEngineeringLabs/foreign_vec
|
202
213
|
MIT
|
203
214
|
|
204
|
-
futures v0.3.
|
215
|
+
futures v0.3.26
|
205
216
|
https://rust-lang.github.io/futures-rs
|
206
217
|
MIT OR Apache-2.0
|
207
218
|
|
208
|
-
futures-channel v0.3.
|
219
|
+
futures-channel v0.3.26
|
209
220
|
https://rust-lang.github.io/futures-rs
|
210
221
|
MIT OR Apache-2.0
|
211
222
|
|
212
|
-
futures-core v0.3.
|
223
|
+
futures-core v0.3.26
|
213
224
|
https://rust-lang.github.io/futures-rs
|
214
225
|
MIT OR Apache-2.0
|
215
226
|
|
216
|
-
futures-executor v0.3.
|
227
|
+
futures-executor v0.3.26
|
217
228
|
https://rust-lang.github.io/futures-rs
|
218
229
|
MIT OR Apache-2.0
|
219
230
|
|
220
|
-
futures-io v0.3.
|
231
|
+
futures-io v0.3.26
|
221
232
|
https://rust-lang.github.io/futures-rs
|
222
233
|
MIT OR Apache-2.0
|
223
234
|
|
224
|
-
futures-macro v0.3.
|
235
|
+
futures-macro v0.3.26
|
225
236
|
https://rust-lang.github.io/futures-rs
|
226
237
|
MIT OR Apache-2.0
|
227
238
|
|
228
|
-
futures-sink v0.3.
|
239
|
+
futures-sink v0.3.26
|
229
240
|
https://rust-lang.github.io/futures-rs
|
230
241
|
MIT OR Apache-2.0
|
231
242
|
|
232
|
-
futures-task v0.3.
|
243
|
+
futures-task v0.3.26
|
233
244
|
https://rust-lang.github.io/futures-rs
|
234
245
|
MIT OR Apache-2.0
|
235
246
|
|
236
|
-
futures-util v0.3.
|
247
|
+
futures-util v0.3.26
|
237
248
|
https://rust-lang.github.io/futures-rs
|
238
249
|
MIT OR Apache-2.0
|
239
250
|
|
@@ -261,7 +272,7 @@ hashbrown v0.13.2
|
|
261
272
|
https://github.com/rust-lang/hashbrown
|
262
273
|
MIT OR Apache-2.0
|
263
274
|
|
264
|
-
heck v0.4.
|
275
|
+
heck v0.4.1
|
265
276
|
https://github.com/withoutboats/heck
|
266
277
|
MIT OR Apache-2.0
|
267
278
|
|
@@ -369,11 +380,11 @@ lz4-sys v1.9.4
|
|
369
380
|
https://github.com/10xGenomics/lz4-rs
|
370
381
|
MIT
|
371
382
|
|
372
|
-
magnus v0.
|
383
|
+
magnus v0.5.0
|
373
384
|
https://github.com/matsadler/magnus
|
374
385
|
MIT
|
375
386
|
|
376
|
-
magnus-macros v0.
|
387
|
+
magnus-macros v0.4.0
|
377
388
|
https://github.com/matsadler/magnus
|
378
389
|
MIT
|
379
390
|
|
@@ -413,7 +424,7 @@ multiversion-macros v0.6.1
|
|
413
424
|
https://github.com/calebzulawski/multiversion
|
414
425
|
MIT OR Apache-2.0
|
415
426
|
|
416
|
-
nom v7.1.
|
427
|
+
nom v7.1.3
|
417
428
|
https://github.com/Geal/nom
|
418
429
|
MIT
|
419
430
|
|
@@ -429,7 +440,7 @@ num-bigint v0.4.3
|
|
429
440
|
https://github.com/rust-num/num-bigint
|
430
441
|
MIT OR Apache-2.0
|
431
442
|
|
432
|
-
num-complex v0.4.
|
443
|
+
num-complex v0.4.3
|
433
444
|
https://github.com/rust-num/num-complex
|
434
445
|
MIT OR Apache-2.0
|
435
446
|
|
@@ -461,7 +472,7 @@ parking_lot v0.12.1
|
|
461
472
|
https://github.com/Amanieu/parking_lot
|
462
473
|
MIT OR Apache-2.0
|
463
474
|
|
464
|
-
parking_lot_core v0.9.
|
475
|
+
parking_lot_core v0.9.7
|
465
476
|
https://github.com/Amanieu/parking_lot
|
466
477
|
MIT OR Apache-2.0
|
467
478
|
|
@@ -513,48 +524,48 @@ planus v0.3.1
|
|
513
524
|
https://github.com/planus-org/planus
|
514
525
|
MIT/Apache-2.0
|
515
526
|
|
516
|
-
polars v0.
|
527
|
+
polars v0.27.1
|
517
528
|
https://github.com/pola-rs/polars
|
518
529
|
MIT
|
519
530
|
|
520
|
-
polars-arrow v0.
|
531
|
+
polars-arrow v0.27.1
|
521
532
|
MIT
|
522
533
|
|
523
|
-
polars-core v0.
|
534
|
+
polars-core v0.27.1
|
524
535
|
https://github.com/pola-rs/polars
|
525
536
|
MIT
|
526
537
|
|
527
|
-
polars-io v0.
|
538
|
+
polars-io v0.27.1
|
528
539
|
https://github.com/pola-rs/polars
|
529
540
|
MIT
|
530
541
|
|
531
|
-
polars-lazy v0.
|
542
|
+
polars-lazy v0.27.1
|
532
543
|
https://github.com/pola-rs/polars
|
533
544
|
MIT
|
534
545
|
|
535
|
-
polars-ops v0.
|
546
|
+
polars-ops v0.27.1
|
536
547
|
https://github.com/pola-rs/polars
|
537
548
|
MIT
|
538
549
|
|
539
|
-
polars-pipe v0.
|
550
|
+
polars-pipe v0.27.1
|
540
551
|
https://github.com/pola-rs/polars
|
541
552
|
MIT
|
542
553
|
|
543
|
-
polars-plan v0.
|
554
|
+
polars-plan v0.27.1
|
544
555
|
https://github.com/pola-rs/polars
|
545
556
|
MIT
|
546
557
|
|
547
|
-
polars-time v0.
|
558
|
+
polars-time v0.27.1
|
548
559
|
MIT
|
549
560
|
|
550
|
-
polars-utils v0.
|
561
|
+
polars-utils v0.27.1
|
551
562
|
MIT
|
552
563
|
|
553
564
|
ppv-lite86 v0.2.17
|
554
565
|
https://github.com/cryptocorrosion/cryptocorrosion
|
555
566
|
MIT/Apache-2.0
|
556
567
|
|
557
|
-
proc-macro2 v1.0.
|
568
|
+
proc-macro2 v1.0.51
|
558
569
|
https://github.com/dtolnay/proc-macro2
|
559
570
|
MIT OR Apache-2.0
|
560
571
|
|
@@ -582,15 +593,15 @@ rayon v1.6.1
|
|
582
593
|
https://github.com/rayon-rs/rayon
|
583
594
|
MIT OR Apache-2.0
|
584
595
|
|
585
|
-
rayon-core v1.10.
|
596
|
+
rayon-core v1.10.2
|
586
597
|
https://github.com/rayon-rs/rayon
|
587
598
|
MIT OR Apache-2.0
|
588
599
|
|
589
|
-
rb-sys v0.9.
|
600
|
+
rb-sys v0.9.65
|
590
601
|
https://github.com/oxidize-rb/rb-sys
|
591
602
|
MIT OR Apache-2.0
|
592
603
|
|
593
|
-
rb-sys-build v0.9.
|
604
|
+
rb-sys-build v0.9.65
|
594
605
|
https://github.com/oxidize-rb/rb-sys
|
595
606
|
MIT OR Apache-2.0
|
596
607
|
|
@@ -646,7 +657,7 @@ serde_derive v1.0.152
|
|
646
657
|
https://serde.rs
|
647
658
|
MIT OR Apache-2.0
|
648
659
|
|
649
|
-
serde_json v1.0.
|
660
|
+
serde_json v1.0.93
|
650
661
|
https://github.com/serde-rs/json
|
651
662
|
MIT OR Apache-2.0
|
652
663
|
|
@@ -726,6 +737,10 @@ syn v1.0.107
|
|
726
737
|
https://github.com/dtolnay/syn
|
727
738
|
MIT OR Apache-2.0
|
728
739
|
|
740
|
+
sysinfo v0.27.7
|
741
|
+
https://github.com/GuillaumeGomez/sysinfo
|
742
|
+
MIT
|
743
|
+
|
729
744
|
thiserror v1.0.38
|
730
745
|
https://github.com/dtolnay/thiserror
|
731
746
|
MIT OR Apache-2.0
|
@@ -770,7 +785,7 @@ zstd-safe v5.0.2+zstd.1.5.2
|
|
770
785
|
https://github.com/gyscos/zstd-rs
|
771
786
|
MIT/Apache-2.0
|
772
787
|
|
773
|
-
zstd-sys v2.0.
|
788
|
+
zstd-sys v2.0.7+zstd.1.5.4
|
774
789
|
https://github.com/gyscos/zstd-rs
|
775
790
|
MIT/Apache-2.0
|
776
791
|
|
@@ -1587,31 +1602,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1587
1602
|
|
1588
1603
|
END OF TERMS AND CONDITIONS
|
1589
1604
|
|
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
1605
|
================================================================================
|
1616
1606
|
anyhow LICENSE-MIT
|
1617
1607
|
================================================================================
|
@@ -1640,33 +1630,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
1640
1630
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1641
1631
|
DEALINGS IN THE SOFTWARE.
|
1642
1632
|
|
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
1633
|
================================================================================
|
1671
1634
|
array-init-cursor LICENSE-APACHE
|
1672
1635
|
================================================================================
|
@@ -1850,203 +1813,230 @@ END OF TERMS AND CONDITIONS
|
|
1850
1813
|
|
1851
1814
|
|
1852
1815
|
================================================================================
|
1853
|
-
|
1816
|
+
array-init-cursor LICENSE-MIT
|
1854
1817
|
================================================================================
|
1855
1818
|
|
1819
|
+
MIT License
|
1856
1820
|
|
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
|
1821
|
+
Copyright (c) 2021 The Planus Project Developers
|
2033
1822
|
|
2034
|
-
|
1823
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1824
|
+
of this software and associated documentation files (the "Software"), to deal
|
1825
|
+
in the Software without restriction, including without limitation the rights
|
1826
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1827
|
+
copies of the Software, and to permit persons to whom the Software is
|
1828
|
+
furnished to do so, subject to the following conditions:
|
2035
1829
|
|
2036
|
-
|
2037
|
-
|
2038
|
-
You may obtain a copy of the License at
|
1830
|
+
The above copyright notice and this permission notice shall be included in all
|
1831
|
+
copies or substantial portions of the Software.
|
2039
1832
|
|
2040
|
-
|
1833
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1834
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1835
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1836
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1837
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1838
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1839
|
+
SOFTWARE.
|
2041
1840
|
|
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
1841
|
|
2048
1842
|
================================================================================
|
2049
|
-
|
1843
|
+
arrow-format LICENSE
|
1844
|
+
================================================================================
|
1845
|
+
|
1846
|
+
|
1847
|
+
Apache License
|
1848
|
+
Version 2.0, January 2004
|
1849
|
+
https://www.apache.org/licenses/
|
1850
|
+
|
1851
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1852
|
+
|
1853
|
+
1. Definitions.
|
1854
|
+
|
1855
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1856
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1857
|
+
|
1858
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1859
|
+
the copyright owner that is granting the License.
|
1860
|
+
|
1861
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1862
|
+
other entities that control, are controlled by, or are under common
|
1863
|
+
control with that entity. For the purposes of this definition,
|
1864
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1865
|
+
direction or management of such entity, whether by contract or
|
1866
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1867
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1868
|
+
|
1869
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1870
|
+
exercising permissions granted by this License.
|
1871
|
+
|
1872
|
+
"Source" form shall mean the preferred form for making modifications,
|
1873
|
+
including but not limited to software source code, documentation
|
1874
|
+
source, and configuration files.
|
1875
|
+
|
1876
|
+
"Object" form shall mean any form resulting from mechanical
|
1877
|
+
transformation or translation of a Source form, including but
|
1878
|
+
not limited to compiled object code, generated documentation,
|
1879
|
+
and conversions to other media types.
|
1880
|
+
|
1881
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1882
|
+
Object form, made available under the License, as indicated by a
|
1883
|
+
copyright notice that is included in or attached to the work
|
1884
|
+
(an example is provided in the Appendix below).
|
1885
|
+
|
1886
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1887
|
+
form, that is based on (or derived from) the Work and for which the
|
1888
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1889
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1890
|
+
of this License, Derivative Works shall not include works that remain
|
1891
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1892
|
+
the Work and Derivative Works thereof.
|
1893
|
+
|
1894
|
+
"Contribution" shall mean any work of authorship, including
|
1895
|
+
the original version of the Work and any modifications or additions
|
1896
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1897
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1898
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1899
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1900
|
+
means any form of electronic, verbal, or written communication sent
|
1901
|
+
to the Licensor or its representatives, including but not limited to
|
1902
|
+
communication on electronic mailing lists, source code control systems,
|
1903
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1904
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1905
|
+
excluding communication that is conspicuously marked or otherwise
|
1906
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1907
|
+
|
1908
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1909
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1910
|
+
subsequently incorporated within the Work.
|
1911
|
+
|
1912
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1913
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1914
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1915
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1916
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1917
|
+
Work and such Derivative Works in Source or Object form.
|
1918
|
+
|
1919
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1920
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1921
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1922
|
+
(except as stated in this section) patent license to make, have made,
|
1923
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1924
|
+
where such license applies only to those patent claims licensable
|
1925
|
+
by such Contributor that are necessarily infringed by their
|
1926
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1927
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1928
|
+
institute patent litigation against any entity (including a
|
1929
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1930
|
+
or a Contribution incorporated within the Work constitutes direct
|
1931
|
+
or contributory patent infringement, then any patent licenses
|
1932
|
+
granted to You under this License for that Work shall terminate
|
1933
|
+
as of the date such litigation is filed.
|
1934
|
+
|
1935
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1936
|
+
Work or Derivative Works thereof in any medium, with or without
|
1937
|
+
modifications, and in Source or Object form, provided that You
|
1938
|
+
meet the following conditions:
|
1939
|
+
|
1940
|
+
(a) You must give any other recipients of the Work or
|
1941
|
+
Derivative Works a copy of this License; and
|
1942
|
+
|
1943
|
+
(b) You must cause any modified files to carry prominent notices
|
1944
|
+
stating that You changed the files; and
|
1945
|
+
|
1946
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1947
|
+
that You distribute, all copyright, patent, trademark, and
|
1948
|
+
attribution notices from the Source form of the Work,
|
1949
|
+
excluding those notices that do not pertain to any part of
|
1950
|
+
the Derivative Works; and
|
1951
|
+
|
1952
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1953
|
+
distribution, then any Derivative Works that You distribute must
|
1954
|
+
include a readable copy of the attribution notices contained
|
1955
|
+
within such NOTICE file, excluding those notices that do not
|
1956
|
+
pertain to any part of the Derivative Works, in at least one
|
1957
|
+
of the following places: within a NOTICE text file distributed
|
1958
|
+
as part of the Derivative Works; within the Source form or
|
1959
|
+
documentation, if provided along with the Derivative Works; or,
|
1960
|
+
within a display generated by the Derivative Works, if and
|
1961
|
+
wherever such third-party notices normally appear. The contents
|
1962
|
+
of the NOTICE file are for informational purposes only and
|
1963
|
+
do not modify the License. You may add Your own attribution
|
1964
|
+
notices within Derivative Works that You distribute, alongside
|
1965
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1966
|
+
that such additional attribution notices cannot be construed
|
1967
|
+
as modifying the License.
|
1968
|
+
|
1969
|
+
You may add Your own copyright statement to Your modifications and
|
1970
|
+
may provide additional or different license terms and conditions
|
1971
|
+
for use, reproduction, or distribution of Your modifications, or
|
1972
|
+
for any such Derivative Works as a whole, provided Your use,
|
1973
|
+
reproduction, and distribution of the Work otherwise complies with
|
1974
|
+
the conditions stated in this License.
|
1975
|
+
|
1976
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1977
|
+
any Contribution intentionally submitted for inclusion in the Work
|
1978
|
+
by You to the Licensor shall be under the terms and conditions of
|
1979
|
+
this License, without any additional terms or conditions.
|
1980
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
1981
|
+
the terms of any separate license agreement you may have executed
|
1982
|
+
with Licensor regarding such Contributions.
|
1983
|
+
|
1984
|
+
6. Trademarks. This License does not grant permission to use the trade
|
1985
|
+
names, trademarks, service marks, or product names of the Licensor,
|
1986
|
+
except as required for reasonable and customary use in describing the
|
1987
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
1988
|
+
|
1989
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
1990
|
+
agreed to in writing, Licensor provides the Work (and each
|
1991
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1992
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1993
|
+
implied, including, without limitation, any warranties or conditions
|
1994
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1995
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1996
|
+
appropriateness of using or redistributing the Work and assume any
|
1997
|
+
risks associated with Your exercise of permissions under this License.
|
1998
|
+
|
1999
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
2000
|
+
whether in tort (including negligence), contract, or otherwise,
|
2001
|
+
unless required by applicable law (such as deliberate and grossly
|
2002
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
2003
|
+
liable to You for damages, including any direct, indirect, special,
|
2004
|
+
incidental, or consequential damages of any character arising as a
|
2005
|
+
result of this License or out of the use or inability to use the
|
2006
|
+
Work (including but not limited to damages for loss of goodwill,
|
2007
|
+
work stoppage, computer failure or malfunction, or any and all
|
2008
|
+
other commercial damages or losses), even if such Contributor
|
2009
|
+
has been advised of the possibility of such damages.
|
2010
|
+
|
2011
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
2012
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
2013
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
2014
|
+
or other liability obligations and/or rights consistent with this
|
2015
|
+
License. However, in accepting such obligations, You may act only
|
2016
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
2017
|
+
of any other Contributor, and only if You agree to indemnify,
|
2018
|
+
defend, and hold each Contributor harmless for any liability
|
2019
|
+
incurred by, or claims asserted against, such Contributor by reason
|
2020
|
+
of your accepting any such warranty or additional liability.
|
2021
|
+
|
2022
|
+
END OF TERMS AND CONDITIONS
|
2023
|
+
|
2024
|
+
Copyright 2020-2022 Jorge C. Leitão
|
2025
|
+
|
2026
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
2027
|
+
you may not use this file except in compliance with the License.
|
2028
|
+
You may obtain a copy of the License at
|
2029
|
+
|
2030
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
2031
|
+
|
2032
|
+
Unless required by applicable law or agreed to in writing, software
|
2033
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
2034
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
2035
|
+
See the License for the specific language governing permissions and
|
2036
|
+
limitations under the License.
|
2037
|
+
|
2038
|
+
================================================================================
|
2039
|
+
arrow2 LICENSE
|
2050
2040
|
================================================================================
|
2051
2041
|
|
2052
2042
|
|
@@ -3436,7 +3426,239 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3436
3426
|
SOFTWARE.
|
3437
3427
|
|
3438
3428
|
================================================================================
|
3439
|
-
base64 LICENSE-APACHE
|
3429
|
+
base64 v0.13.1 LICENSE-APACHE
|
3430
|
+
================================================================================
|
3431
|
+
|
3432
|
+
Apache License
|
3433
|
+
Version 2.0, January 2004
|
3434
|
+
http://www.apache.org/licenses/
|
3435
|
+
|
3436
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
3437
|
+
|
3438
|
+
1. Definitions.
|
3439
|
+
|
3440
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
3441
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
3442
|
+
|
3443
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
3444
|
+
the copyright owner that is granting the License.
|
3445
|
+
|
3446
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
3447
|
+
other entities that control, are controlled by, or are under common
|
3448
|
+
control with that entity. For the purposes of this definition,
|
3449
|
+
"control" means (i) the power, direct or indirect, to cause the
|
3450
|
+
direction or management of such entity, whether by contract or
|
3451
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
3452
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
3453
|
+
|
3454
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
3455
|
+
exercising permissions granted by this License.
|
3456
|
+
|
3457
|
+
"Source" form shall mean the preferred form for making modifications,
|
3458
|
+
including but not limited to software source code, documentation
|
3459
|
+
source, and configuration files.
|
3460
|
+
|
3461
|
+
"Object" form shall mean any form resulting from mechanical
|
3462
|
+
transformation or translation of a Source form, including but
|
3463
|
+
not limited to compiled object code, generated documentation,
|
3464
|
+
and conversions to other media types.
|
3465
|
+
|
3466
|
+
"Work" shall mean the work of authorship, whether in Source or
|
3467
|
+
Object form, made available under the License, as indicated by a
|
3468
|
+
copyright notice that is included in or attached to the work
|
3469
|
+
(an example is provided in the Appendix below).
|
3470
|
+
|
3471
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
3472
|
+
form, that is based on (or derived from) the Work and for which the
|
3473
|
+
editorial revisions, annotations, elaborations, or other modifications
|
3474
|
+
represent, as a whole, an original work of authorship. For the purposes
|
3475
|
+
of this License, Derivative Works shall not include works that remain
|
3476
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
3477
|
+
the Work and Derivative Works thereof.
|
3478
|
+
|
3479
|
+
"Contribution" shall mean any work of authorship, including
|
3480
|
+
the original version of the Work and any modifications or additions
|
3481
|
+
to that Work or Derivative Works thereof, that is intentionally
|
3482
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
3483
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
3484
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
3485
|
+
means any form of electronic, verbal, or written communication sent
|
3486
|
+
to the Licensor or its representatives, including but not limited to
|
3487
|
+
communication on electronic mailing lists, source code control systems,
|
3488
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
3489
|
+
Licensor for the purpose of discussing and improving the Work, but
|
3490
|
+
excluding communication that is conspicuously marked or otherwise
|
3491
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
3492
|
+
|
3493
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
3494
|
+
on behalf of whom a Contribution has been received by Licensor and
|
3495
|
+
subsequently incorporated within the Work.
|
3496
|
+
|
3497
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
3498
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3499
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3500
|
+
copyright license to reproduce, prepare Derivative Works of,
|
3501
|
+
publicly display, publicly perform, sublicense, and distribute the
|
3502
|
+
Work and such Derivative Works in Source or Object form.
|
3503
|
+
|
3504
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
3505
|
+
this License, each Contributor hereby grants to You a perpetual,
|
3506
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
3507
|
+
(except as stated in this section) patent license to make, have made,
|
3508
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
3509
|
+
where such license applies only to those patent claims licensable
|
3510
|
+
by such Contributor that are necessarily infringed by their
|
3511
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
3512
|
+
with the Work to which such Contribution(s) was submitted. If You
|
3513
|
+
institute patent litigation against any entity (including a
|
3514
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
3515
|
+
or a Contribution incorporated within the Work constitutes direct
|
3516
|
+
or contributory patent infringement, then any patent licenses
|
3517
|
+
granted to You under this License for that Work shall terminate
|
3518
|
+
as of the date such litigation is filed.
|
3519
|
+
|
3520
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
3521
|
+
Work or Derivative Works thereof in any medium, with or without
|
3522
|
+
modifications, and in Source or Object form, provided that You
|
3523
|
+
meet the following conditions:
|
3524
|
+
|
3525
|
+
(a) You must give any other recipients of the Work or
|
3526
|
+
Derivative Works a copy of this License; and
|
3527
|
+
|
3528
|
+
(b) You must cause any modified files to carry prominent notices
|
3529
|
+
stating that You changed the files; and
|
3530
|
+
|
3531
|
+
(c) You must retain, in the Source form of any Derivative Works
|
3532
|
+
that You distribute, all copyright, patent, trademark, and
|
3533
|
+
attribution notices from the Source form of the Work,
|
3534
|
+
excluding those notices that do not pertain to any part of
|
3535
|
+
the Derivative Works; and
|
3536
|
+
|
3537
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
3538
|
+
distribution, then any Derivative Works that You distribute must
|
3539
|
+
include a readable copy of the attribution notices contained
|
3540
|
+
within such NOTICE file, excluding those notices that do not
|
3541
|
+
pertain to any part of the Derivative Works, in at least one
|
3542
|
+
of the following places: within a NOTICE text file distributed
|
3543
|
+
as part of the Derivative Works; within the Source form or
|
3544
|
+
documentation, if provided along with the Derivative Works; or,
|
3545
|
+
within a display generated by the Derivative Works, if and
|
3546
|
+
wherever such third-party notices normally appear. The contents
|
3547
|
+
of the NOTICE file are for informational purposes only and
|
3548
|
+
do not modify the License. You may add Your own attribution
|
3549
|
+
notices within Derivative Works that You distribute, alongside
|
3550
|
+
or as an addendum to the NOTICE text from the Work, provided
|
3551
|
+
that such additional attribution notices cannot be construed
|
3552
|
+
as modifying the License.
|
3553
|
+
|
3554
|
+
You may add Your own copyright statement to Your modifications and
|
3555
|
+
may provide additional or different license terms and conditions
|
3556
|
+
for use, reproduction, or distribution of Your modifications, or
|
3557
|
+
for any such Derivative Works as a whole, provided Your use,
|
3558
|
+
reproduction, and distribution of the Work otherwise complies with
|
3559
|
+
the conditions stated in this License.
|
3560
|
+
|
3561
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
3562
|
+
any Contribution intentionally submitted for inclusion in the Work
|
3563
|
+
by You to the Licensor shall be under the terms and conditions of
|
3564
|
+
this License, without any additional terms or conditions.
|
3565
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
3566
|
+
the terms of any separate license agreement you may have executed
|
3567
|
+
with Licensor regarding such Contributions.
|
3568
|
+
|
3569
|
+
6. Trademarks. This License does not grant permission to use the trade
|
3570
|
+
names, trademarks, service marks, or product names of the Licensor,
|
3571
|
+
except as required for reasonable and customary use in describing the
|
3572
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
3573
|
+
|
3574
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
3575
|
+
agreed to in writing, Licensor provides the Work (and each
|
3576
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
3577
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
3578
|
+
implied, including, without limitation, any warranties or conditions
|
3579
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
3580
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
3581
|
+
appropriateness of using or redistributing the Work and assume any
|
3582
|
+
risks associated with Your exercise of permissions under this License.
|
3583
|
+
|
3584
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
3585
|
+
whether in tort (including negligence), contract, or otherwise,
|
3586
|
+
unless required by applicable law (such as deliberate and grossly
|
3587
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
3588
|
+
liable to You for damages, including any direct, indirect, special,
|
3589
|
+
incidental, or consequential damages of any character arising as a
|
3590
|
+
result of this License or out of the use or inability to use the
|
3591
|
+
Work (including but not limited to damages for loss of goodwill,
|
3592
|
+
work stoppage, computer failure or malfunction, or any and all
|
3593
|
+
other commercial damages or losses), even if such Contributor
|
3594
|
+
has been advised of the possibility of such damages.
|
3595
|
+
|
3596
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
3597
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
3598
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
3599
|
+
or other liability obligations and/or rights consistent with this
|
3600
|
+
License. However, in accepting such obligations, You may act only
|
3601
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
3602
|
+
of any other Contributor, and only if You agree to indemnify,
|
3603
|
+
defend, and hold each Contributor harmless for any liability
|
3604
|
+
incurred by, or claims asserted against, such Contributor by reason
|
3605
|
+
of your accepting any such warranty or additional liability.
|
3606
|
+
|
3607
|
+
END OF TERMS AND CONDITIONS
|
3608
|
+
|
3609
|
+
APPENDIX: How to apply the Apache License to your work.
|
3610
|
+
|
3611
|
+
To apply the Apache License to your work, attach the following
|
3612
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
3613
|
+
replaced with your own identifying information. (Don't include
|
3614
|
+
the brackets!) The text should be enclosed in the appropriate
|
3615
|
+
comment syntax for the file format. We also recommend that a
|
3616
|
+
file or class name and description of purpose be included on the
|
3617
|
+
same "printed page" as the copyright notice for easier
|
3618
|
+
identification within third-party archives.
|
3619
|
+
|
3620
|
+
Copyright [yyyy] [name of copyright owner]
|
3621
|
+
|
3622
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
3623
|
+
you may not use this file except in compliance with the License.
|
3624
|
+
You may obtain a copy of the License at
|
3625
|
+
|
3626
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
3627
|
+
|
3628
|
+
Unless required by applicable law or agreed to in writing, software
|
3629
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
3630
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
3631
|
+
See the License for the specific language governing permissions and
|
3632
|
+
limitations under the License.
|
3633
|
+
|
3634
|
+
================================================================================
|
3635
|
+
base64 v0.13.1 LICENSE-MIT
|
3636
|
+
================================================================================
|
3637
|
+
|
3638
|
+
The MIT License (MIT)
|
3639
|
+
|
3640
|
+
Copyright (c) 2015 Alice Maz
|
3641
|
+
|
3642
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
3643
|
+
of this software and associated documentation files (the "Software"), to deal
|
3644
|
+
in the Software without restriction, including without limitation the rights
|
3645
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
3646
|
+
copies of the Software, and to permit persons to whom the Software is
|
3647
|
+
furnished to do so, subject to the following conditions:
|
3648
|
+
|
3649
|
+
The above copyright notice and this permission notice shall be included in
|
3650
|
+
all copies or substantial portions of the Software.
|
3651
|
+
|
3652
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
3653
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
3654
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
3655
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
3656
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
3657
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
3658
|
+
THE SOFTWARE.
|
3659
|
+
|
3660
|
+
================================================================================
|
3661
|
+
base64 v0.21.0 LICENSE-APACHE
|
3440
3662
|
================================================================================
|
3441
3663
|
|
3442
3664
|
Apache License
|
@@ -3642,7 +3864,7 @@ See the License for the specific language governing permissions and
|
|
3642
3864
|
limitations under the License.
|
3643
3865
|
|
3644
3866
|
================================================================================
|
3645
|
-
base64 LICENSE-MIT
|
3867
|
+
base64 v0.21.0 LICENSE-MIT
|
3646
3868
|
================================================================================
|
3647
3869
|
|
3648
3870
|
The MIT License (MIT)
|
@@ -4038,103 +4260,7 @@ See the License for the specific language governing permissions and
|
|
4038
4260
|
limitations under the License.
|
4039
4261
|
|
4040
4262
|
================================================================================
|
4041
|
-
bytemuck LICENSE-MIT
|
4042
|
-
================================================================================
|
4043
|
-
|
4044
|
-
MIT License
|
4045
|
-
|
4046
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4047
|
-
|
4048
|
-
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:
|
4049
|
-
|
4050
|
-
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
4051
|
-
|
4052
|
-
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.
|
4053
|
-
|
4054
|
-
================================================================================
|
4055
|
-
bytemuck LICENSE-ZLIB
|
4056
|
-
================================================================================
|
4057
|
-
|
4058
|
-
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4059
|
-
|
4060
|
-
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.
|
4061
|
-
|
4062
|
-
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:
|
4063
|
-
|
4064
|
-
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.
|
4065
|
-
|
4066
|
-
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
4067
|
-
|
4068
|
-
3. This notice may not be removed or altered from any source distribution.
|
4069
|
-
|
4070
|
-
================================================================================
|
4071
|
-
bytemuck_derive LICENSE-APACHE
|
4072
|
-
================================================================================
|
4073
|
-
|
4074
|
-
Apache License
|
4075
|
-
Version 2.0, January 2004
|
4076
|
-
http://www.apache.org/licenses/
|
4077
|
-
|
4078
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4079
|
-
|
4080
|
-
1. Definitions.
|
4081
|
-
|
4082
|
-
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
4083
|
-
|
4084
|
-
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
4085
|
-
|
4086
|
-
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
4087
|
-
|
4088
|
-
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
4089
|
-
|
4090
|
-
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
4091
|
-
|
4092
|
-
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
4093
|
-
|
4094
|
-
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
4095
|
-
|
4096
|
-
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
4097
|
-
|
4098
|
-
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
4099
|
-
|
4100
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
4101
|
-
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
4102
|
-
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
4103
|
-
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
4104
|
-
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
4105
|
-
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
4106
|
-
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
4107
|
-
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
|
4108
|
-
|
4109
|
-
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
4110
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
4111
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
4112
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
4113
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
4114
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
4115
|
-
|
4116
|
-
END OF TERMS AND CONDITIONS
|
4117
|
-
|
4118
|
-
APPENDIX: How to apply the Apache License to your work.
|
4119
|
-
|
4120
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
4121
|
-
|
4122
|
-
Copyright [yyyy] [name of copyright owner]
|
4123
|
-
|
4124
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4125
|
-
you may not use this file except in compliance with the License.
|
4126
|
-
You may obtain a copy of the License at
|
4127
|
-
|
4128
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4129
|
-
|
4130
|
-
Unless required by applicable law or agreed to in writing, software
|
4131
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4132
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4133
|
-
See the License for the specific language governing permissions and
|
4134
|
-
limitations under the License.
|
4135
|
-
|
4136
|
-
================================================================================
|
4137
|
-
bytemuck_derive LICENSE-MIT
|
4263
|
+
bytemuck LICENSE-MIT
|
4138
4264
|
================================================================================
|
4139
4265
|
|
4140
4266
|
MIT License
|
@@ -4148,7 +4274,7 @@ The above copyright notice and this permission notice (including the next paragr
|
|
4148
4274
|
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
4275
|
|
4150
4276
|
================================================================================
|
4151
|
-
|
4277
|
+
bytemuck LICENSE-ZLIB
|
4152
4278
|
================================================================================
|
4153
4279
|
|
4154
4280
|
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
@@ -4163,6 +4289,132 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
4163
4289
|
|
4164
4290
|
3. This notice may not be removed or altered from any source distribution.
|
4165
4291
|
|
4292
|
+
================================================================================
|
4293
|
+
bytemuck_derive LICENSE-APACHE
|
4294
|
+
================================================================================
|
4295
|
+
|
4296
|
+
Apache License
|
4297
|
+
Version 2.0, January 2004
|
4298
|
+
http://www.apache.org/licenses/
|
4299
|
+
|
4300
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4301
|
+
|
4302
|
+
1. Definitions.
|
4303
|
+
|
4304
|
+
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
4305
|
+
|
4306
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
4307
|
+
|
4308
|
+
"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.
|
4309
|
+
|
4310
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
4311
|
+
|
4312
|
+
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
4313
|
+
|
4314
|
+
"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.
|
4315
|
+
|
4316
|
+
"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).
|
4317
|
+
|
4318
|
+
"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.
|
4319
|
+
|
4320
|
+
"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."
|
4321
|
+
|
4322
|
+
"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.
|
4323
|
+
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.
|
4324
|
+
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.
|
4325
|
+
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:
|
4326
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
4327
|
+
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
|
4328
|
+
(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
|
4329
|
+
(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.
|
4330
|
+
|
4331
|
+
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.
|
4332
|
+
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.
|
4333
|
+
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.
|
4334
|
+
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.
|
4335
|
+
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.
|
4336
|
+
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.
|
4337
|
+
|
4338
|
+
END OF TERMS AND CONDITIONS
|
4339
|
+
|
4340
|
+
APPENDIX: How to apply the Apache License to your work.
|
4341
|
+
|
4342
|
+
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.
|
4343
|
+
|
4344
|
+
Copyright [yyyy] [name of copyright owner]
|
4345
|
+
|
4346
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4347
|
+
you may not use this file except in compliance with the License.
|
4348
|
+
You may obtain a copy of the License at
|
4349
|
+
|
4350
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4351
|
+
|
4352
|
+
Unless required by applicable law or agreed to in writing, software
|
4353
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
4354
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4355
|
+
See the License for the specific language governing permissions and
|
4356
|
+
limitations under the License.
|
4357
|
+
|
4358
|
+
================================================================================
|
4359
|
+
bytemuck_derive LICENSE-MIT
|
4360
|
+
================================================================================
|
4361
|
+
|
4362
|
+
MIT License
|
4363
|
+
|
4364
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4365
|
+
|
4366
|
+
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:
|
4367
|
+
|
4368
|
+
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
|
4369
|
+
|
4370
|
+
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.
|
4371
|
+
|
4372
|
+
================================================================================
|
4373
|
+
bytemuck_derive LICENSE-ZLIB
|
4374
|
+
================================================================================
|
4375
|
+
|
4376
|
+
Copyright (c) 2019 Daniel "Lokathor" Gee.
|
4377
|
+
|
4378
|
+
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.
|
4379
|
+
|
4380
|
+
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:
|
4381
|
+
|
4382
|
+
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.
|
4383
|
+
|
4384
|
+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
4385
|
+
|
4386
|
+
3. This notice may not be removed or altered from any source distribution.
|
4387
|
+
|
4388
|
+
================================================================================
|
4389
|
+
bytes LICENSE
|
4390
|
+
================================================================================
|
4391
|
+
|
4392
|
+
Copyright (c) 2018 Carl Lerche
|
4393
|
+
|
4394
|
+
Permission is hereby granted, free of charge, to any
|
4395
|
+
person obtaining a copy of this software and associated
|
4396
|
+
documentation files (the "Software"), to deal in the
|
4397
|
+
Software without restriction, including without
|
4398
|
+
limitation the rights to use, copy, modify, merge,
|
4399
|
+
publish, distribute, sublicense, and/or sell copies of
|
4400
|
+
the Software, and to permit persons to whom the Software
|
4401
|
+
is furnished to do so, subject to the following
|
4402
|
+
conditions:
|
4403
|
+
|
4404
|
+
The above copyright notice and this permission notice
|
4405
|
+
shall be included in all copies or substantial portions
|
4406
|
+
of the Software.
|
4407
|
+
|
4408
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
4409
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
4410
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
4411
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
4412
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
4413
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
4414
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
4415
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
4416
|
+
DEALINGS IN THE SOFTWARE.
|
4417
|
+
|
4166
4418
|
================================================================================
|
4167
4419
|
cc LICENSE-APACHE
|
4168
4420
|
================================================================================
|
@@ -5100,24 +5352,276 @@ APPENDIX: How to apply the Apache License to your work.
|
|
5100
5352
|
same "printed page" as the copyright notice for easier
|
5101
5353
|
identification within third-party archives.
|
5102
5354
|
|
5103
|
-
Copyright [yyyy] [name of copyright owner]
|
5355
|
+
Copyright [yyyy] [name of copyright owner]
|
5356
|
+
|
5357
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5358
|
+
you may not use this file except in compliance with the License.
|
5359
|
+
You may obtain a copy of the License at
|
5360
|
+
|
5361
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5362
|
+
|
5363
|
+
Unless required by applicable law or agreed to in writing, software
|
5364
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5365
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5366
|
+
See the License for the specific language governing permissions and
|
5367
|
+
limitations under the License.
|
5368
|
+
~~~~
|
5369
|
+
|
5370
|
+
|
5371
|
+
================================================================================
|
5372
|
+
chrono-tz v0.6.3 LICENSE
|
5373
|
+
================================================================================
|
5374
|
+
|
5375
|
+
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
5376
|
+
The licenses do not apply to files in the tzdb folder which are in the
|
5377
|
+
public domain.
|
5378
|
+
|
5379
|
+
Copyright (c) 2016 Djzin
|
5380
|
+
|
5381
|
+
The MIT License
|
5382
|
+
|
5383
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5384
|
+
of this software and associated documentation files (the "Software"), to deal
|
5385
|
+
in the Software without restriction, including without limitation the rights
|
5386
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
5387
|
+
copies of the Software, and to permit persons to whom the Software is
|
5388
|
+
furnished to do so, subject to the following conditions:
|
5389
|
+
|
5390
|
+
The above copyright notice and this permission notice shall be included in all
|
5391
|
+
copies or substantial portions of the Software.
|
5392
|
+
|
5393
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
5394
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
5395
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
5396
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
5397
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
5398
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
5399
|
+
SOFTWARE.
|
5400
|
+
|
5401
|
+
Apache License
|
5402
|
+
Version 2.0, January 2004
|
5403
|
+
http://www.apache.org/licenses/
|
5404
|
+
|
5405
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5406
|
+
|
5407
|
+
1. Definitions.
|
5408
|
+
|
5409
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5410
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5411
|
+
|
5412
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5413
|
+
the copyright owner that is granting the License.
|
5414
|
+
|
5415
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5416
|
+
other entities that control, are controlled by, or are under common
|
5417
|
+
control with that entity. For the purposes of this definition,
|
5418
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5419
|
+
direction or management of such entity, whether by contract or
|
5420
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5421
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5422
|
+
|
5423
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5424
|
+
exercising permissions granted by this License.
|
5425
|
+
|
5426
|
+
"Source" form shall mean the preferred form for making modifications,
|
5427
|
+
including but not limited to software source code, documentation
|
5428
|
+
source, and configuration files.
|
5429
|
+
|
5430
|
+
"Object" form shall mean any form resulting from mechanical
|
5431
|
+
transformation or translation of a Source form, including but
|
5432
|
+
not limited to compiled object code, generated documentation,
|
5433
|
+
and conversions to other media types.
|
5434
|
+
|
5435
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5436
|
+
Object form, made available under the License, as indicated by a
|
5437
|
+
copyright notice that is included in or attached to the work
|
5438
|
+
(an example is provided in the Appendix below).
|
5439
|
+
|
5440
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5441
|
+
form, that is based on (or derived from) the Work and for which the
|
5442
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5443
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5444
|
+
of this License, Derivative Works shall not include works that remain
|
5445
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5446
|
+
the Work and Derivative Works thereof.
|
5447
|
+
|
5448
|
+
"Contribution" shall mean any work of authorship, including
|
5449
|
+
the original version of the Work and any modifications or additions
|
5450
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5451
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5452
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5453
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5454
|
+
means any form of electronic, verbal, or written communication sent
|
5455
|
+
to the Licensor or its representatives, including but not limited to
|
5456
|
+
communication on electronic mailing lists, source code control systems,
|
5457
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5458
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5459
|
+
excluding communication that is conspicuously marked or otherwise
|
5460
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5461
|
+
|
5462
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5463
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5464
|
+
subsequently incorporated within the Work.
|
5465
|
+
|
5466
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5467
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5468
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5469
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5470
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5471
|
+
Work and such Derivative Works in Source or Object form.
|
5472
|
+
|
5473
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5474
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5475
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5476
|
+
(except as stated in this section) patent license to make, have made,
|
5477
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5478
|
+
where such license applies only to those patent claims licensable
|
5479
|
+
by such Contributor that are necessarily infringed by their
|
5480
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5481
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5482
|
+
institute patent litigation against any entity (including a
|
5483
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5484
|
+
or a Contribution incorporated within the Work constitutes direct
|
5485
|
+
or contributory patent infringement, then any patent licenses
|
5486
|
+
granted to You under this License for that Work shall terminate
|
5487
|
+
as of the date such litigation is filed.
|
5488
|
+
|
5489
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5490
|
+
Work or Derivative Works thereof in any medium, with or without
|
5491
|
+
modifications, and in Source or Object form, provided that You
|
5492
|
+
meet the following conditions:
|
5493
|
+
|
5494
|
+
(a) You must give any other recipients of the Work or
|
5495
|
+
Derivative Works a copy of this License; and
|
5496
|
+
|
5497
|
+
(b) You must cause any modified files to carry prominent notices
|
5498
|
+
stating that You changed the files; and
|
5499
|
+
|
5500
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5501
|
+
that You distribute, all copyright, patent, trademark, and
|
5502
|
+
attribution notices from the Source form of the Work,
|
5503
|
+
excluding those notices that do not pertain to any part of
|
5504
|
+
the Derivative Works; and
|
5505
|
+
|
5506
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5507
|
+
distribution, then any Derivative Works that You distribute must
|
5508
|
+
include a readable copy of the attribution notices contained
|
5509
|
+
within such NOTICE file, excluding those notices that do not
|
5510
|
+
pertain to any part of the Derivative Works, in at least one
|
5511
|
+
of the following places: within a NOTICE text file distributed
|
5512
|
+
as part of the Derivative Works; within the Source form or
|
5513
|
+
documentation, if provided along with the Derivative Works; or,
|
5514
|
+
within a display generated by the Derivative Works, if and
|
5515
|
+
wherever such third-party notices normally appear. The contents
|
5516
|
+
of the NOTICE file are for informational purposes only and
|
5517
|
+
do not modify the License. You may add Your own attribution
|
5518
|
+
notices within Derivative Works that You distribute, alongside
|
5519
|
+
or as an addendum to the NOTICE text from the Work, provided
|
5520
|
+
that such additional attribution notices cannot be construed
|
5521
|
+
as modifying the License.
|
5522
|
+
|
5523
|
+
You may add Your own copyright statement to Your modifications and
|
5524
|
+
may provide additional or different license terms and conditions
|
5525
|
+
for use, reproduction, or distribution of Your modifications, or
|
5526
|
+
for any such Derivative Works as a whole, provided Your use,
|
5527
|
+
reproduction, and distribution of the Work otherwise complies with
|
5528
|
+
the conditions stated in this License.
|
5529
|
+
|
5530
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5531
|
+
any Contribution intentionally submitted for inclusion in the Work
|
5532
|
+
by You to the Licensor shall be under the terms and conditions of
|
5533
|
+
this License, without any additional terms or conditions.
|
5534
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
5535
|
+
the terms of any separate license agreement you may have executed
|
5536
|
+
with Licensor regarding such Contributions.
|
5537
|
+
|
5538
|
+
6. Trademarks. This License does not grant permission to use the trade
|
5539
|
+
names, trademarks, service marks, or product names of the Licensor,
|
5540
|
+
except as required for reasonable and customary use in describing the
|
5541
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
5542
|
+
|
5543
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
5544
|
+
agreed to in writing, Licensor provides the Work (and each
|
5545
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5546
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5547
|
+
implied, including, without limitation, any warranties or conditions
|
5548
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5549
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5550
|
+
appropriateness of using or redistributing the Work and assume any
|
5551
|
+
risks associated with Your exercise of permissions under this License.
|
5552
|
+
|
5553
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
5554
|
+
whether in tort (including negligence), contract, or otherwise,
|
5555
|
+
unless required by applicable law (such as deliberate and grossly
|
5556
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
5557
|
+
liable to You for damages, including any direct, indirect, special,
|
5558
|
+
incidental, or consequential damages of any character arising as a
|
5559
|
+
result of this License or out of the use or inability to use the
|
5560
|
+
Work (including but not limited to damages for loss of goodwill,
|
5561
|
+
work stoppage, computer failure or malfunction, or any and all
|
5562
|
+
other commercial damages or losses), even if such Contributor
|
5563
|
+
has been advised of the possibility of such damages.
|
5564
|
+
|
5565
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
5566
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
5567
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
5568
|
+
or other liability obligations and/or rights consistent with this
|
5569
|
+
License. However, in accepting such obligations, You may act only
|
5570
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
5571
|
+
of any other Contributor, and only if You agree to indemnify,
|
5572
|
+
defend, and hold each Contributor harmless for any liability
|
5573
|
+
incurred by, or claims asserted against, such Contributor by reason
|
5574
|
+
of your accepting any such warranty or additional liability.
|
5575
|
+
|
5576
|
+
END OF TERMS AND CONDITIONS
|
5577
|
+
|
5578
|
+
APPENDIX: How to apply the Apache License to your work.
|
5579
|
+
|
5580
|
+
To apply the Apache License to your work, attach the following
|
5581
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5582
|
+
replaced with your own identifying information. (Don't include
|
5583
|
+
the brackets!) The text should be enclosed in the appropriate
|
5584
|
+
comment syntax for the file format. We also recommend that a
|
5585
|
+
file or class name and description of purpose be included on the
|
5586
|
+
same "printed page" as the copyright notice for easier
|
5587
|
+
identification within third-party archives.
|
5588
|
+
|
5589
|
+
Copyright 2016 Djzin
|
5104
5590
|
|
5105
5591
|
Licensed under the Apache License, Version 2.0 (the "License");
|
5106
5592
|
you may not use this file except in compliance with the License.
|
5107
5593
|
You may obtain a copy of the License at
|
5108
5594
|
|
5109
|
-
|
5595
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5110
5596
|
|
5111
5597
|
Unless required by applicable law or agreed to in writing, software
|
5112
5598
|
distributed under the License is distributed on an "AS IS" BASIS,
|
5113
5599
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5114
5600
|
See the License for the specific language governing permissions and
|
5115
5601
|
limitations under the License.
|
5116
|
-
~~~~
|
5117
5602
|
|
5603
|
+
================================================================================
|
5604
|
+
chrono-tz v0.6.3 tz/LICENSE
|
5605
|
+
================================================================================
|
5606
|
+
|
5607
|
+
Unless specified below, all files in the tz code and data (including
|
5608
|
+
this LICENSE file) are in the public domain.
|
5609
|
+
|
5610
|
+
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5611
|
+
contain material derived from BSD and use the BSD 3-clause license.
|
5118
5612
|
|
5119
5613
|
================================================================================
|
5120
|
-
chrono-tz LICENSE
|
5614
|
+
chrono-tz v0.8.1 tz/LICENSE
|
5615
|
+
================================================================================
|
5616
|
+
|
5617
|
+
Unless specified below, all files in the tz code and data (including
|
5618
|
+
this LICENSE file) are in the public domain.
|
5619
|
+
|
5620
|
+
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5621
|
+
contain material derived from BSD and use the BSD 3-clause license.
|
5622
|
+
|
5623
|
+
================================================================================
|
5624
|
+
chrono-tz-build v0.0.3 LICENSE
|
5121
5625
|
================================================================================
|
5122
5626
|
|
5123
5627
|
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
@@ -5349,17 +5853,7 @@ See the License for the specific language governing permissions and
|
|
5349
5853
|
limitations under the License.
|
5350
5854
|
|
5351
5855
|
================================================================================
|
5352
|
-
chrono-tz
|
5353
|
-
================================================================================
|
5354
|
-
|
5355
|
-
Unless specified below, all files in the tz code and data (including
|
5356
|
-
this LICENSE file) are in the public domain.
|
5357
|
-
|
5358
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
5359
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
5360
|
-
|
5361
|
-
================================================================================
|
5362
|
-
chrono-tz-build LICENSE
|
5856
|
+
chrono-tz-build v0.1.0 LICENSE
|
5363
5857
|
================================================================================
|
5364
5858
|
|
5365
5859
|
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
@@ -8332,69 +8826,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8332
8826
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8333
8827
|
SOFTWARE.
|
8334
8828
|
|
8335
|
-
================================================================================
|
8336
|
-
csv-core COPYING
|
8337
|
-
================================================================================
|
8338
|
-
|
8339
|
-
This project is dual-licensed under the Unlicense and MIT licenses.
|
8340
|
-
|
8341
|
-
You may use this code under the terms of either license.
|
8342
|
-
|
8343
|
-
================================================================================
|
8344
|
-
csv-core LICENSE-MIT
|
8345
|
-
================================================================================
|
8346
|
-
|
8347
|
-
The MIT License (MIT)
|
8348
|
-
|
8349
|
-
Copyright (c) 2015 Andrew Gallant
|
8350
|
-
|
8351
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
8352
|
-
of this software and associated documentation files (the "Software"), to deal
|
8353
|
-
in the Software without restriction, including without limitation the rights
|
8354
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8355
|
-
copies of the Software, and to permit persons to whom the Software is
|
8356
|
-
furnished to do so, subject to the following conditions:
|
8357
|
-
|
8358
|
-
The above copyright notice and this permission notice shall be included in
|
8359
|
-
all copies or substantial portions of the Software.
|
8360
|
-
|
8361
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
8362
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
8363
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
8364
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
8365
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
8366
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
8367
|
-
THE SOFTWARE.
|
8368
|
-
|
8369
|
-
================================================================================
|
8370
|
-
csv-core UNLICENSE
|
8371
|
-
================================================================================
|
8372
|
-
|
8373
|
-
This is free and unencumbered software released into the public domain.
|
8374
|
-
|
8375
|
-
Anyone is free to copy, modify, publish, use, compile, sell, or
|
8376
|
-
distribute this software, either in source code form or as a compiled
|
8377
|
-
binary, for any purpose, commercial or non-commercial, and by any
|
8378
|
-
means.
|
8379
|
-
|
8380
|
-
In jurisdictions that recognize copyright laws, the author or authors
|
8381
|
-
of this software dedicate any and all copyright interest in the
|
8382
|
-
software to the public domain. We make this dedication for the benefit
|
8383
|
-
of the public at large and to the detriment of our heirs and
|
8384
|
-
successors. We intend this dedication to be an overt act of
|
8385
|
-
relinquishment in perpetuity of all present and future rights to this
|
8386
|
-
software under copyright law.
|
8387
|
-
|
8388
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
8389
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
8390
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
8391
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
8392
|
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
8393
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
8394
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
8395
|
-
|
8396
|
-
For more information, please refer to <http://unlicense.org/>
|
8397
|
-
|
8398
8829
|
================================================================================
|
8399
8830
|
dirs LICENSE-APACHE
|
8400
8831
|
================================================================================
|
@@ -27103,6 +27534,188 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
27103
27534
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27104
27535
|
DEALINGS IN THE SOFTWARE.
|
27105
27536
|
|
27537
|
+
================================================================================
|
27538
|
+
planus LICENSE-APACHE
|
27539
|
+
================================================================================
|
27540
|
+
|
27541
|
+
Apache License
|
27542
|
+
Version 2.0, January 2004
|
27543
|
+
http://www.apache.org/licenses/
|
27544
|
+
|
27545
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
27546
|
+
|
27547
|
+
1. Definitions.
|
27548
|
+
|
27549
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
27550
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
27551
|
+
|
27552
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
27553
|
+
the copyright owner that is granting the License.
|
27554
|
+
|
27555
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
27556
|
+
other entities that control, are controlled by, or are under common
|
27557
|
+
control with that entity. For the purposes of this definition,
|
27558
|
+
"control" means (i) the power, direct or indirect, to cause the
|
27559
|
+
direction or management of such entity, whether by contract or
|
27560
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
27561
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
27562
|
+
|
27563
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
27564
|
+
exercising permissions granted by this License.
|
27565
|
+
|
27566
|
+
"Source" form shall mean the preferred form for making modifications,
|
27567
|
+
including but not limited to software source code, documentation
|
27568
|
+
source, and configuration files.
|
27569
|
+
|
27570
|
+
"Object" form shall mean any form resulting from mechanical
|
27571
|
+
transformation or translation of a Source form, including but
|
27572
|
+
not limited to compiled object code, generated documentation,
|
27573
|
+
and conversions to other media types.
|
27574
|
+
|
27575
|
+
"Work" shall mean the work of authorship, whether in Source or
|
27576
|
+
Object form, made available under the License, as indicated by a
|
27577
|
+
copyright notice that is included in or attached to the work
|
27578
|
+
(an example is provided in the Appendix below).
|
27579
|
+
|
27580
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
27581
|
+
form, that is based on (or derived from) the Work and for which the
|
27582
|
+
editorial revisions, annotations, elaborations, or other modifications
|
27583
|
+
represent, as a whole, an original work of authorship. For the purposes
|
27584
|
+
of this License, Derivative Works shall not include works that remain
|
27585
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
27586
|
+
the Work and Derivative Works thereof.
|
27587
|
+
|
27588
|
+
"Contribution" shall mean any work of authorship, including
|
27589
|
+
the original version of the Work and any modifications or additions
|
27590
|
+
to that Work or Derivative Works thereof, that is intentionally
|
27591
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
27592
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
27593
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
27594
|
+
means any form of electronic, verbal, or written communication sent
|
27595
|
+
to the Licensor or its representatives, including but not limited to
|
27596
|
+
communication on electronic mailing lists, source code control systems,
|
27597
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
27598
|
+
Licensor for the purpose of discussing and improving the Work, but
|
27599
|
+
excluding communication that is conspicuously marked or otherwise
|
27600
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
27601
|
+
|
27602
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
27603
|
+
on behalf of whom a Contribution has been received by Licensor and
|
27604
|
+
subsequently incorporated within the Work.
|
27605
|
+
|
27606
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
27607
|
+
this License, each Contributor hereby grants to You a perpetual,
|
27608
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27609
|
+
copyright license to reproduce, prepare Derivative Works of,
|
27610
|
+
publicly display, publicly perform, sublicense, and distribute the
|
27611
|
+
Work and such Derivative Works in Source or Object form.
|
27612
|
+
|
27613
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
27614
|
+
this License, each Contributor hereby grants to You a perpetual,
|
27615
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27616
|
+
(except as stated in this section) patent license to make, have made,
|
27617
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
27618
|
+
where such license applies only to those patent claims licensable
|
27619
|
+
by such Contributor that are necessarily infringed by their
|
27620
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
27621
|
+
with the Work to which such Contribution(s) was submitted. If You
|
27622
|
+
institute patent litigation against any entity (including a
|
27623
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
27624
|
+
or a Contribution incorporated within the Work constitutes direct
|
27625
|
+
or contributory patent infringement, then any patent licenses
|
27626
|
+
granted to You under this License for that Work shall terminate
|
27627
|
+
as of the date such litigation is filed.
|
27628
|
+
|
27629
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
27630
|
+
Work or Derivative Works thereof in any medium, with or without
|
27631
|
+
modifications, and in Source or Object form, provided that You
|
27632
|
+
meet the following conditions:
|
27633
|
+
|
27634
|
+
(a) You must give any other recipients of the Work or
|
27635
|
+
Derivative Works a copy of this License; and
|
27636
|
+
|
27637
|
+
(b) You must cause any modified files to carry prominent notices
|
27638
|
+
stating that You changed the files; and
|
27639
|
+
|
27640
|
+
(c) You must retain, in the Source form of any Derivative Works
|
27641
|
+
that You distribute, all copyright, patent, trademark, and
|
27642
|
+
attribution notices from the Source form of the Work,
|
27643
|
+
excluding those notices that do not pertain to any part of
|
27644
|
+
the Derivative Works; and
|
27645
|
+
|
27646
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
27647
|
+
distribution, then any Derivative Works that You distribute must
|
27648
|
+
include a readable copy of the attribution notices contained
|
27649
|
+
within such NOTICE file, excluding those notices that do not
|
27650
|
+
pertain to any part of the Derivative Works, in at least one
|
27651
|
+
of the following places: within a NOTICE text file distributed
|
27652
|
+
as part of the Derivative Works; within the Source form or
|
27653
|
+
documentation, if provided along with the Derivative Works; or,
|
27654
|
+
within a display generated by the Derivative Works, if and
|
27655
|
+
wherever such third-party notices normally appear. The contents
|
27656
|
+
of the NOTICE file are for informational purposes only and
|
27657
|
+
do not modify the License. You may add Your own attribution
|
27658
|
+
notices within Derivative Works that You distribute, alongside
|
27659
|
+
or as an addendum to the NOTICE text from the Work, provided
|
27660
|
+
that such additional attribution notices cannot be construed
|
27661
|
+
as modifying the License.
|
27662
|
+
|
27663
|
+
You may add Your own copyright statement to Your modifications and
|
27664
|
+
may provide additional or different license terms and conditions
|
27665
|
+
for use, reproduction, or distribution of Your modifications, or
|
27666
|
+
for any such Derivative Works as a whole, provided Your use,
|
27667
|
+
reproduction, and distribution of the Work otherwise complies with
|
27668
|
+
the conditions stated in this License.
|
27669
|
+
|
27670
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
27671
|
+
any Contribution intentionally submitted for inclusion in the Work
|
27672
|
+
by You to the Licensor shall be under the terms and conditions of
|
27673
|
+
this License, without any additional terms or conditions.
|
27674
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
27675
|
+
the terms of any separate license agreement you may have executed
|
27676
|
+
with Licensor regarding such Contributions.
|
27677
|
+
|
27678
|
+
6. Trademarks. This License does not grant permission to use the trade
|
27679
|
+
names, trademarks, service marks, or product names of the Licensor,
|
27680
|
+
except as required for reasonable and customary use in describing the
|
27681
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
27682
|
+
|
27683
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
27684
|
+
agreed to in writing, Licensor provides the Work (and each
|
27685
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
27686
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
27687
|
+
implied, including, without limitation, any warranties or conditions
|
27688
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
27689
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
27690
|
+
appropriateness of using or redistributing the Work and assume any
|
27691
|
+
risks associated with Your exercise of permissions under this License.
|
27692
|
+
|
27693
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
27694
|
+
whether in tort (including negligence), contract, or otherwise,
|
27695
|
+
unless required by applicable law (such as deliberate and grossly
|
27696
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
27697
|
+
liable to You for damages, including any direct, indirect, special,
|
27698
|
+
incidental, or consequential damages of any character arising as a
|
27699
|
+
result of this License or out of the use or inability to use the
|
27700
|
+
Work (including but not limited to damages for loss of goodwill,
|
27701
|
+
work stoppage, computer failure or malfunction, or any and all
|
27702
|
+
other commercial damages or losses), even if such Contributor
|
27703
|
+
has been advised of the possibility of such damages.
|
27704
|
+
|
27705
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
27706
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
27707
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
27708
|
+
or other liability obligations and/or rights consistent with this
|
27709
|
+
License. However, in accepting such obligations, You may act only
|
27710
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
27711
|
+
of any other Contributor, and only if You agree to indemnify,
|
27712
|
+
defend, and hold each Contributor harmless for any liability
|
27713
|
+
incurred by, or claims asserted against, such Contributor by reason
|
27714
|
+
of your accepting any such warranty or additional liability.
|
27715
|
+
|
27716
|
+
END OF TERMS AND CONDITIONS
|
27717
|
+
|
27718
|
+
|
27106
27719
|
================================================================================
|
27107
27720
|
planus LICENSE-MIT
|
27108
27721
|
================================================================================
|
@@ -27130,188 +27743,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27130
27743
|
SOFTWARE.
|
27131
27744
|
|
27132
27745
|
|
27133
|
-
================================================================================
|
27134
|
-
planus LICENSE-APACHE
|
27135
|
-
================================================================================
|
27136
|
-
|
27137
|
-
Apache License
|
27138
|
-
Version 2.0, January 2004
|
27139
|
-
http://www.apache.org/licenses/
|
27140
|
-
|
27141
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
27142
|
-
|
27143
|
-
1. Definitions.
|
27144
|
-
|
27145
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
27146
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
27147
|
-
|
27148
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
27149
|
-
the copyright owner that is granting the License.
|
27150
|
-
|
27151
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
27152
|
-
other entities that control, are controlled by, or are under common
|
27153
|
-
control with that entity. For the purposes of this definition,
|
27154
|
-
"control" means (i) the power, direct or indirect, to cause the
|
27155
|
-
direction or management of such entity, whether by contract or
|
27156
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
27157
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
27158
|
-
|
27159
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
27160
|
-
exercising permissions granted by this License.
|
27161
|
-
|
27162
|
-
"Source" form shall mean the preferred form for making modifications,
|
27163
|
-
including but not limited to software source code, documentation
|
27164
|
-
source, and configuration files.
|
27165
|
-
|
27166
|
-
"Object" form shall mean any form resulting from mechanical
|
27167
|
-
transformation or translation of a Source form, including but
|
27168
|
-
not limited to compiled object code, generated documentation,
|
27169
|
-
and conversions to other media types.
|
27170
|
-
|
27171
|
-
"Work" shall mean the work of authorship, whether in Source or
|
27172
|
-
Object form, made available under the License, as indicated by a
|
27173
|
-
copyright notice that is included in or attached to the work
|
27174
|
-
(an example is provided in the Appendix below).
|
27175
|
-
|
27176
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
27177
|
-
form, that is based on (or derived from) the Work and for which the
|
27178
|
-
editorial revisions, annotations, elaborations, or other modifications
|
27179
|
-
represent, as a whole, an original work of authorship. For the purposes
|
27180
|
-
of this License, Derivative Works shall not include works that remain
|
27181
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
27182
|
-
the Work and Derivative Works thereof.
|
27183
|
-
|
27184
|
-
"Contribution" shall mean any work of authorship, including
|
27185
|
-
the original version of the Work and any modifications or additions
|
27186
|
-
to that Work or Derivative Works thereof, that is intentionally
|
27187
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
27188
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
27189
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
27190
|
-
means any form of electronic, verbal, or written communication sent
|
27191
|
-
to the Licensor or its representatives, including but not limited to
|
27192
|
-
communication on electronic mailing lists, source code control systems,
|
27193
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
27194
|
-
Licensor for the purpose of discussing and improving the Work, but
|
27195
|
-
excluding communication that is conspicuously marked or otherwise
|
27196
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
27197
|
-
|
27198
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
27199
|
-
on behalf of whom a Contribution has been received by Licensor and
|
27200
|
-
subsequently incorporated within the Work.
|
27201
|
-
|
27202
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
27203
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27204
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27205
|
-
copyright license to reproduce, prepare Derivative Works of,
|
27206
|
-
publicly display, publicly perform, sublicense, and distribute the
|
27207
|
-
Work and such Derivative Works in Source or Object form.
|
27208
|
-
|
27209
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
27210
|
-
this License, each Contributor hereby grants to You a perpetual,
|
27211
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
27212
|
-
(except as stated in this section) patent license to make, have made,
|
27213
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
27214
|
-
where such license applies only to those patent claims licensable
|
27215
|
-
by such Contributor that are necessarily infringed by their
|
27216
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
27217
|
-
with the Work to which such Contribution(s) was submitted. If You
|
27218
|
-
institute patent litigation against any entity (including a
|
27219
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
27220
|
-
or a Contribution incorporated within the Work constitutes direct
|
27221
|
-
or contributory patent infringement, then any patent licenses
|
27222
|
-
granted to You under this License for that Work shall terminate
|
27223
|
-
as of the date such litigation is filed.
|
27224
|
-
|
27225
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
27226
|
-
Work or Derivative Works thereof in any medium, with or without
|
27227
|
-
modifications, and in Source or Object form, provided that You
|
27228
|
-
meet the following conditions:
|
27229
|
-
|
27230
|
-
(a) You must give any other recipients of the Work or
|
27231
|
-
Derivative Works a copy of this License; and
|
27232
|
-
|
27233
|
-
(b) You must cause any modified files to carry prominent notices
|
27234
|
-
stating that You changed the files; and
|
27235
|
-
|
27236
|
-
(c) You must retain, in the Source form of any Derivative Works
|
27237
|
-
that You distribute, all copyright, patent, trademark, and
|
27238
|
-
attribution notices from the Source form of the Work,
|
27239
|
-
excluding those notices that do not pertain to any part of
|
27240
|
-
the Derivative Works; and
|
27241
|
-
|
27242
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
27243
|
-
distribution, then any Derivative Works that You distribute must
|
27244
|
-
include a readable copy of the attribution notices contained
|
27245
|
-
within such NOTICE file, excluding those notices that do not
|
27246
|
-
pertain to any part of the Derivative Works, in at least one
|
27247
|
-
of the following places: within a NOTICE text file distributed
|
27248
|
-
as part of the Derivative Works; within the Source form or
|
27249
|
-
documentation, if provided along with the Derivative Works; or,
|
27250
|
-
within a display generated by the Derivative Works, if and
|
27251
|
-
wherever such third-party notices normally appear. The contents
|
27252
|
-
of the NOTICE file are for informational purposes only and
|
27253
|
-
do not modify the License. You may add Your own attribution
|
27254
|
-
notices within Derivative Works that You distribute, alongside
|
27255
|
-
or as an addendum to the NOTICE text from the Work, provided
|
27256
|
-
that such additional attribution notices cannot be construed
|
27257
|
-
as modifying the License.
|
27258
|
-
|
27259
|
-
You may add Your own copyright statement to Your modifications and
|
27260
|
-
may provide additional or different license terms and conditions
|
27261
|
-
for use, reproduction, or distribution of Your modifications, or
|
27262
|
-
for any such Derivative Works as a whole, provided Your use,
|
27263
|
-
reproduction, and distribution of the Work otherwise complies with
|
27264
|
-
the conditions stated in this License.
|
27265
|
-
|
27266
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
27267
|
-
any Contribution intentionally submitted for inclusion in the Work
|
27268
|
-
by You to the Licensor shall be under the terms and conditions of
|
27269
|
-
this License, without any additional terms or conditions.
|
27270
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
27271
|
-
the terms of any separate license agreement you may have executed
|
27272
|
-
with Licensor regarding such Contributions.
|
27273
|
-
|
27274
|
-
6. Trademarks. This License does not grant permission to use the trade
|
27275
|
-
names, trademarks, service marks, or product names of the Licensor,
|
27276
|
-
except as required for reasonable and customary use in describing the
|
27277
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
27278
|
-
|
27279
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
27280
|
-
agreed to in writing, Licensor provides the Work (and each
|
27281
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
27282
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
27283
|
-
implied, including, without limitation, any warranties or conditions
|
27284
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
27285
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
27286
|
-
appropriateness of using or redistributing the Work and assume any
|
27287
|
-
risks associated with Your exercise of permissions under this License.
|
27288
|
-
|
27289
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
27290
|
-
whether in tort (including negligence), contract, or otherwise,
|
27291
|
-
unless required by applicable law (such as deliberate and grossly
|
27292
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
27293
|
-
liable to You for damages, including any direct, indirect, special,
|
27294
|
-
incidental, or consequential damages of any character arising as a
|
27295
|
-
result of this License or out of the use or inability to use the
|
27296
|
-
Work (including but not limited to damages for loss of goodwill,
|
27297
|
-
work stoppage, computer failure or malfunction, or any and all
|
27298
|
-
other commercial damages or losses), even if such Contributor
|
27299
|
-
has been advised of the possibility of such damages.
|
27300
|
-
|
27301
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
27302
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
27303
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
27304
|
-
or other liability obligations and/or rights consistent with this
|
27305
|
-
License. However, in accepting such obligations, You may act only
|
27306
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
27307
|
-
of any other Contributor, and only if You agree to indemnify,
|
27308
|
-
defend, and hold each Contributor harmless for any liability
|
27309
|
-
incurred by, or claims asserted against, such Contributor by reason
|
27310
|
-
of your accepting any such warranty or additional liability.
|
27311
|
-
|
27312
|
-
END OF TERMS AND CONDITIONS
|
27313
|
-
|
27314
|
-
|
27315
27746
|
================================================================================
|
27316
27747
|
polars LICENSE
|
27317
27748
|
================================================================================
|
@@ -27969,31 +28400,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
27969
28400
|
|
27970
28401
|
END OF TERMS AND CONDITIONS
|
27971
28402
|
|
27972
|
-
APPENDIX: How to apply the Apache License to your work.
|
27973
|
-
|
27974
|
-
To apply the Apache License to your work, attach the following
|
27975
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
27976
|
-
replaced with your own identifying information. (Don't include
|
27977
|
-
the brackets!) The text should be enclosed in the appropriate
|
27978
|
-
comment syntax for the file format. We also recommend that a
|
27979
|
-
file or class name and description of purpose be included on the
|
27980
|
-
same "printed page" as the copyright notice for easier
|
27981
|
-
identification within third-party archives.
|
27982
|
-
|
27983
|
-
Copyright [yyyy] [name of copyright owner]
|
27984
|
-
|
27985
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
27986
|
-
you may not use this file except in compliance with the License.
|
27987
|
-
You may obtain a copy of the License at
|
27988
|
-
|
27989
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
27990
|
-
|
27991
|
-
Unless required by applicable law or agreed to in writing, software
|
27992
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
27993
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
27994
|
-
See the License for the specific language governing permissions and
|
27995
|
-
limitations under the License.
|
27996
|
-
|
27997
28403
|
================================================================================
|
27998
28404
|
proc-macro2 LICENSE-MIT
|
27999
28405
|
================================================================================
|
@@ -33176,31 +33582,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
33176
33582
|
|
33177
33583
|
END OF TERMS AND CONDITIONS
|
33178
33584
|
|
33179
|
-
APPENDIX: How to apply the Apache License to your work.
|
33180
|
-
|
33181
|
-
To apply the Apache License to your work, attach the following
|
33182
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
33183
|
-
replaced with your own identifying information. (Don't include
|
33184
|
-
the brackets!) The text should be enclosed in the appropriate
|
33185
|
-
comment syntax for the file format. We also recommend that a
|
33186
|
-
file or class name and description of purpose be included on the
|
33187
|
-
same "printed page" as the copyright notice for easier
|
33188
|
-
identification within third-party archives.
|
33189
|
-
|
33190
|
-
Copyright [yyyy] [name of copyright owner]
|
33191
|
-
|
33192
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
33193
|
-
you may not use this file except in compliance with the License.
|
33194
|
-
You may obtain a copy of the License at
|
33195
|
-
|
33196
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
33197
|
-
|
33198
|
-
Unless required by applicable law or agreed to in writing, software
|
33199
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
33200
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33201
|
-
See the License for the specific language governing permissions and
|
33202
|
-
limitations under the License.
|
33203
|
-
|
33204
33585
|
================================================================================
|
33205
33586
|
serde_json LICENSE-MIT
|
33206
33587
|
================================================================================
|
@@ -36530,6 +36911,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
36530
36911
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
36531
36912
|
DEALINGS IN THE SOFTWARE.
|
36532
36913
|
|
36914
|
+
================================================================================
|
36915
|
+
sysinfo LICENSE
|
36916
|
+
================================================================================
|
36917
|
+
|
36918
|
+
The MIT License (MIT)
|
36919
|
+
|
36920
|
+
Copyright (c) 2015 Guillaume Gomez
|
36921
|
+
|
36922
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
36923
|
+
of this software and associated documentation files (the "Software"), to deal
|
36924
|
+
in the Software without restriction, including without limitation the rights
|
36925
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
36926
|
+
copies of the Software, and to permit persons to whom the Software is
|
36927
|
+
furnished to do so, subject to the following conditions:
|
36928
|
+
|
36929
|
+
The above copyright notice and this permission notice shall be included in all
|
36930
|
+
copies or substantial portions of the Software.
|
36931
|
+
|
36932
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
36933
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
36934
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
36935
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
36936
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
36937
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
36938
|
+
SOFTWARE.
|
36939
|
+
|
36940
|
+
|
36533
36941
|
================================================================================
|
36534
36942
|
thiserror LICENSE-APACHE
|
36535
36943
|
================================================================================
|
@@ -38828,7 +39236,7 @@ BSD License
|
|
38828
39236
|
|
38829
39237
|
For Zstandard software
|
38830
39238
|
|
38831
|
-
Copyright (c)
|
39239
|
+
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
38832
39240
|
|
38833
39241
|
Redistribution and use in source and binary forms, with or without modification,
|
38834
39242
|
are permitted provided that the following conditions are met:
|
@@ -38840,9 +39248,9 @@ are permitted provided that the following conditions are met:
|
|
38840
39248
|
this list of conditions and the following disclaimer in the documentation
|
38841
39249
|
and/or other materials provided with the distribution.
|
38842
39250
|
|
38843
|
-
* Neither the name Facebook nor the names of its contributors may
|
38844
|
-
endorse or promote products derived from this software without
|
38845
|
-
prior written permission.
|
39251
|
+
* Neither the name Facebook, nor Meta, nor the names of its contributors may
|
39252
|
+
be used to endorse or promote products derived from this software without
|
39253
|
+
specific prior written permission.
|
38846
39254
|
|
38847
39255
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
38848
39256
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|