polars-df 0.7.0-x86_64-linux → 0.8.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Cargo.lock +284 -216
- data/LICENSE-THIRD-PARTY.txt +717 -1170
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/{3.0 → 3.3}/polars.so +0 -0
- data/lib/polars/data_frame.rb +69 -65
- data/lib/polars/data_types.rb +4 -1
- data/lib/polars/date_time_expr.rb +10 -10
- data/lib/polars/date_time_name_space.rb +12 -12
- data/lib/polars/expr.rb +223 -18
- data/lib/polars/group_by.rb +1 -1
- data/lib/polars/io.rb +4 -4
- data/lib/polars/lazy_frame.rb +23 -23
- data/lib/polars/lazy_functions.rb +4 -20
- data/lib/polars/series.rb +289 -30
- data/lib/polars/sql_context.rb +1 -1
- data/lib/polars/struct_expr.rb +1 -1
- data/lib/polars/struct_name_space.rb +1 -1
- data/lib/polars/utils.rb +13 -13
- data/lib/polars/version.rb +1 -1
- metadata +5 -5
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.7
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -50,7 +50,7 @@ async-stream-impl v0.3.5
|
|
50
50
|
https://github.com/tokio-rs/async-stream
|
51
51
|
MIT
|
52
52
|
|
53
|
-
async-trait v0.1.
|
53
|
+
async-trait v0.1.77
|
54
54
|
https://github.com/dtolnay/async-trait
|
55
55
|
MIT OR Apache-2.0
|
56
56
|
|
@@ -58,7 +58,7 @@ atoi v2.0.0
|
|
58
58
|
https://github.com/pacman82/atoi-rs
|
59
59
|
MIT
|
60
60
|
|
61
|
-
atoi_simd v0.15.
|
61
|
+
atoi_simd v0.15.6
|
62
62
|
https://github.com/RoDmitry/atoi_simd
|
63
63
|
MIT OR Apache-2.0
|
64
64
|
|
@@ -118,14 +118,14 @@ chrono v0.4.31
|
|
118
118
|
https://github.com/chronotope/chrono
|
119
119
|
MIT OR Apache-2.0
|
120
120
|
|
121
|
-
chrono-tz v0.8.
|
121
|
+
chrono-tz v0.8.5
|
122
122
|
https://github.com/chronotope/chrono-tz
|
123
123
|
MIT OR Apache-2.0
|
124
124
|
|
125
125
|
chrono-tz-build v0.2.1
|
126
126
|
MIT OR Apache-2.0
|
127
127
|
|
128
|
-
clang-sys v1.
|
128
|
+
clang-sys v1.7.0
|
129
129
|
https://github.com/KyleMayes/clang-sys
|
130
130
|
Apache-2.0
|
131
131
|
|
@@ -145,23 +145,23 @@ crc32fast v1.3.2
|
|
145
145
|
https://github.com/srijs/rust-crc32fast
|
146
146
|
MIT OR Apache-2.0
|
147
147
|
|
148
|
-
crossbeam-channel v0.5.
|
148
|
+
crossbeam-channel v0.5.10
|
149
149
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
150
150
|
MIT OR Apache-2.0
|
151
151
|
|
152
|
-
crossbeam-deque v0.8.
|
152
|
+
crossbeam-deque v0.8.4
|
153
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
154
154
|
MIT OR Apache-2.0
|
155
155
|
|
156
|
-
crossbeam-epoch v0.9.
|
156
|
+
crossbeam-epoch v0.9.17
|
157
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
158
158
|
MIT OR Apache-2.0
|
159
159
|
|
160
|
-
crossbeam-queue v0.3.
|
160
|
+
crossbeam-queue v0.3.10
|
161
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
162
162
|
MIT OR Apache-2.0
|
163
163
|
|
164
|
-
crossbeam-utils v0.8.
|
164
|
+
crossbeam-utils v0.8.18
|
165
165
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
166
166
|
MIT OR Apache-2.0
|
167
167
|
|
@@ -209,39 +209,39 @@ foreign_vec v0.1.0
|
|
209
209
|
https://github.com/DataEngineeringLabs/foreign_vec
|
210
210
|
MIT
|
211
211
|
|
212
|
-
futures v0.3.
|
212
|
+
futures v0.3.30
|
213
213
|
https://rust-lang.github.io/futures-rs
|
214
214
|
MIT OR Apache-2.0
|
215
215
|
|
216
|
-
futures-channel v0.3.
|
216
|
+
futures-channel v0.3.30
|
217
217
|
https://rust-lang.github.io/futures-rs
|
218
218
|
MIT OR Apache-2.0
|
219
219
|
|
220
|
-
futures-core v0.3.
|
220
|
+
futures-core v0.3.30
|
221
221
|
https://rust-lang.github.io/futures-rs
|
222
222
|
MIT OR Apache-2.0
|
223
223
|
|
224
|
-
futures-executor v0.3.
|
224
|
+
futures-executor v0.3.30
|
225
225
|
https://rust-lang.github.io/futures-rs
|
226
226
|
MIT OR Apache-2.0
|
227
227
|
|
228
|
-
futures-io v0.3.
|
228
|
+
futures-io v0.3.30
|
229
229
|
https://rust-lang.github.io/futures-rs
|
230
230
|
MIT OR Apache-2.0
|
231
231
|
|
232
|
-
futures-macro v0.3.
|
232
|
+
futures-macro v0.3.30
|
233
233
|
https://rust-lang.github.io/futures-rs
|
234
234
|
MIT OR Apache-2.0
|
235
235
|
|
236
|
-
futures-sink v0.3.
|
236
|
+
futures-sink v0.3.30
|
237
237
|
https://rust-lang.github.io/futures-rs
|
238
238
|
MIT OR Apache-2.0
|
239
239
|
|
240
|
-
futures-task v0.3.
|
240
|
+
futures-task v0.3.30
|
241
241
|
https://rust-lang.github.io/futures-rs
|
242
242
|
MIT OR Apache-2.0
|
243
243
|
|
244
|
-
futures-util v0.3.
|
244
|
+
futures-util v0.3.30
|
245
245
|
https://rust-lang.github.io/futures-rs
|
246
246
|
MIT OR Apache-2.0
|
247
247
|
|
@@ -261,7 +261,7 @@ hashbrown v0.13.2
|
|
261
261
|
https://github.com/rust-lang/hashbrown
|
262
262
|
MIT OR Apache-2.0
|
263
263
|
|
264
|
-
hashbrown v0.14.
|
264
|
+
hashbrown v0.14.3
|
265
265
|
https://github.com/rust-lang/hashbrown
|
266
266
|
MIT OR Apache-2.0
|
267
267
|
|
@@ -273,11 +273,11 @@ hex v0.4.3
|
|
273
273
|
https://github.com/KokaKiwi/rust-hex
|
274
274
|
MIT OR Apache-2.0
|
275
275
|
|
276
|
-
home v0.5.
|
276
|
+
home v0.5.9
|
277
277
|
https://github.com/rust-lang/cargo
|
278
278
|
MIT OR Apache-2.0
|
279
279
|
|
280
|
-
iana-time-zone v0.1.
|
280
|
+
iana-time-zone v0.1.59
|
281
281
|
https://github.com/strawlab/iana-time-zone
|
282
282
|
MIT OR Apache-2.0
|
283
283
|
|
@@ -285,7 +285,7 @@ indexmap v2.1.0
|
|
285
285
|
https://github.com/bluss/indexmap
|
286
286
|
Apache-2.0 OR MIT
|
287
287
|
|
288
|
-
itoa v1.0.
|
288
|
+
itoa v1.0.10
|
289
289
|
https://github.com/dtolnay/itoa
|
290
290
|
MIT OR Apache-2.0
|
291
291
|
|
@@ -341,7 +341,7 @@ lexical-write-integer v0.8.5
|
|
341
341
|
https://github.com/Alexhuszagh/rust-lexical
|
342
342
|
MIT/Apache-2.0
|
343
343
|
|
344
|
-
libc v0.2.
|
344
|
+
libc v0.2.151
|
345
345
|
https://github.com/rust-lang/libc
|
346
346
|
MIT OR Apache-2.0
|
347
347
|
|
@@ -353,7 +353,7 @@ libflate_lz77 v1.2.0
|
|
353
353
|
https://github.com/sile/libflate
|
354
354
|
MIT
|
355
355
|
|
356
|
-
libloading v0.
|
356
|
+
libloading v0.8.1
|
357
357
|
https://github.com/nagisa/rust_libloading/
|
358
358
|
ISC
|
359
359
|
|
@@ -385,7 +385,7 @@ magnus-macros v0.6.0
|
|
385
385
|
https://github.com/matsadler/magnus
|
386
386
|
MIT
|
387
387
|
|
388
|
-
memchr v2.
|
388
|
+
memchr v2.7.1
|
389
389
|
https://github.com/BurntSushi/memchr
|
390
390
|
Unlicense OR MIT
|
391
391
|
|
@@ -393,10 +393,6 @@ memmap2 v0.7.1
|
|
393
393
|
https://github.com/RazrFalcon/memmap2-rs
|
394
394
|
MIT OR Apache-2.0
|
395
395
|
|
396
|
-
memoffset v0.9.0
|
397
|
-
https://github.com/Gilnaa/memoffset
|
398
|
-
MIT
|
399
|
-
|
400
396
|
minimal-lexical v0.2.1
|
401
397
|
https://github.com/Alexhuszagh/minimal-lexical
|
402
398
|
MIT/Apache-2.0
|
@@ -405,7 +401,7 @@ miniz_oxide v0.7.1
|
|
405
401
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
406
402
|
MIT OR Zlib OR Apache-2.0
|
407
403
|
|
408
|
-
mio v0.8.
|
404
|
+
mio v0.8.10
|
409
405
|
https://github.com/tokio-rs/mio
|
410
406
|
MIT
|
411
407
|
|
@@ -433,7 +429,7 @@ num_cpus v1.16.0
|
|
433
429
|
https://github.com/seanmonstar/num_cpus
|
434
430
|
MIT OR Apache-2.0
|
435
431
|
|
436
|
-
once_cell v1.
|
432
|
+
once_cell v1.19.0
|
437
433
|
https://github.com/matklad/once_cell
|
438
434
|
MIT OR Apache-2.0
|
439
435
|
|
@@ -457,7 +453,7 @@ peeking_take_while v0.1.2
|
|
457
453
|
https://github.com/fitzgen/peeking_take_while
|
458
454
|
Apache-2.0/MIT
|
459
455
|
|
460
|
-
percent-encoding v2.3.
|
456
|
+
percent-encoding v2.3.1
|
461
457
|
https://github.com/servo/rust-url/
|
462
458
|
MIT OR Apache-2.0
|
463
459
|
|
@@ -485,7 +481,7 @@ pin-utils v0.1.0
|
|
485
481
|
https://github.com/rust-lang-nursery/pin-utils
|
486
482
|
MIT OR Apache-2.0
|
487
483
|
|
488
|
-
pkg-config v0.3.
|
484
|
+
pkg-config v0.3.28
|
489
485
|
https://github.com/rust-lang/pkg-config-rs
|
490
486
|
MIT OR Apache-2.0
|
491
487
|
|
@@ -493,61 +489,65 @@ planus v0.3.1
|
|
493
489
|
https://github.com/planus-org/planus
|
494
490
|
MIT/Apache-2.0
|
495
491
|
|
496
|
-
polars v0.
|
492
|
+
polars v0.36.2
|
497
493
|
https://www.pola.rs/
|
498
494
|
MIT
|
499
495
|
|
500
|
-
polars-arrow v0.
|
496
|
+
polars-arrow v0.36.2
|
501
497
|
https://www.pola.rs/
|
502
498
|
|
503
|
-
polars-
|
499
|
+
polars-compute v0.36.2
|
500
|
+
https://www.pola.rs/
|
501
|
+
MIT
|
502
|
+
|
503
|
+
polars-core v0.36.2
|
504
504
|
https://www.pola.rs/
|
505
505
|
MIT
|
506
506
|
|
507
|
-
polars-error v0.
|
507
|
+
polars-error v0.36.2
|
508
508
|
https://www.pola.rs/
|
509
509
|
MIT
|
510
510
|
|
511
|
-
polars-io v0.
|
511
|
+
polars-io v0.36.2
|
512
512
|
https://www.pola.rs/
|
513
513
|
MIT
|
514
514
|
|
515
|
-
polars-json v0.
|
515
|
+
polars-json v0.36.2
|
516
516
|
https://www.pola.rs/
|
517
517
|
MIT
|
518
518
|
|
519
|
-
polars-lazy v0.
|
519
|
+
polars-lazy v0.36.2
|
520
520
|
https://www.pola.rs/
|
521
521
|
MIT
|
522
522
|
|
523
|
-
polars-ops v0.
|
523
|
+
polars-ops v0.36.2
|
524
524
|
https://www.pola.rs/
|
525
525
|
MIT
|
526
526
|
|
527
|
-
polars-parquet v0.
|
527
|
+
polars-parquet v0.36.2
|
528
528
|
https://www.pola.rs/
|
529
529
|
|
530
|
-
polars-pipe v0.
|
530
|
+
polars-pipe v0.36.2
|
531
531
|
https://www.pola.rs/
|
532
532
|
MIT
|
533
533
|
|
534
|
-
polars-plan v0.
|
534
|
+
polars-plan v0.36.2
|
535
535
|
https://www.pola.rs/
|
536
536
|
MIT
|
537
537
|
|
538
|
-
polars-row v0.
|
538
|
+
polars-row v0.36.2
|
539
539
|
https://www.pola.rs/
|
540
540
|
MIT
|
541
541
|
|
542
|
-
polars-sql v0.
|
542
|
+
polars-sql v0.36.2
|
543
543
|
https://www.pola.rs/
|
544
544
|
MIT
|
545
545
|
|
546
|
-
polars-time v0.
|
546
|
+
polars-time v0.36.2
|
547
547
|
https://www.pola.rs/
|
548
548
|
MIT
|
549
549
|
|
550
|
-
polars-utils v0.
|
550
|
+
polars-utils v0.36.2
|
551
551
|
https://www.pola.rs/
|
552
552
|
MIT
|
553
553
|
|
@@ -555,11 +555,11 @@ ppv-lite86 v0.2.17
|
|
555
555
|
https://github.com/cryptocorrosion/cryptocorrosion
|
556
556
|
MIT/Apache-2.0
|
557
557
|
|
558
|
-
proc-macro2 v1.0.
|
558
|
+
proc-macro2 v1.0.74
|
559
559
|
https://github.com/dtolnay/proc-macro2
|
560
560
|
MIT OR Apache-2.0
|
561
561
|
|
562
|
-
quote v1.0.
|
562
|
+
quote v1.0.35
|
563
563
|
https://github.com/dtolnay/quote
|
564
564
|
MIT OR Apache-2.0
|
565
565
|
|
@@ -587,11 +587,11 @@ rayon-core v1.12.0
|
|
587
587
|
https://github.com/rayon-rs/rayon
|
588
588
|
MIT OR Apache-2.0
|
589
589
|
|
590
|
-
rb-sys v0.9.
|
590
|
+
rb-sys v0.9.86
|
591
591
|
https://github.com/oxidize-rb/rb-sys
|
592
592
|
MIT OR Apache-2.0
|
593
593
|
|
594
|
-
rb-sys-build v0.9.
|
594
|
+
rb-sys-build v0.9.86
|
595
595
|
https://github.com/oxidize-rb/rb-sys
|
596
596
|
MIT OR Apache-2.0
|
597
597
|
|
@@ -599,11 +599,11 @@ rb-sys-env v0.1.2
|
|
599
599
|
https://github.com/oxidize-rb/rb-sys
|
600
600
|
MIT OR Apache-2.0
|
601
601
|
|
602
|
-
ref-cast v1.0.
|
602
|
+
ref-cast v1.0.22
|
603
603
|
https://github.com/dtolnay/ref-cast
|
604
604
|
MIT OR Apache-2.0
|
605
605
|
|
606
|
-
ref-cast-impl v1.0.
|
606
|
+
ref-cast-impl v1.0.22
|
607
607
|
https://github.com/dtolnay/ref-cast
|
608
608
|
MIT OR Apache-2.0
|
609
609
|
|
@@ -627,15 +627,11 @@ rustc-hash v1.1.0
|
|
627
627
|
https://github.com/rust-lang-nursery/rustc-hash
|
628
628
|
Apache-2.0/MIT
|
629
629
|
|
630
|
-
rustc_version v0.4.0
|
631
|
-
https://github.com/Kimundi/rustc-version-rs
|
632
|
-
MIT/Apache-2.0
|
633
|
-
|
634
630
|
rustversion v1.0.14
|
635
631
|
https://github.com/dtolnay/rustversion
|
636
632
|
MIT OR Apache-2.0
|
637
633
|
|
638
|
-
ryu v1.0.
|
634
|
+
ryu v1.0.16
|
639
635
|
https://github.com/dtolnay/ryu
|
640
636
|
Apache-2.0 OR BSL-1.0
|
641
637
|
|
@@ -643,23 +639,19 @@ scopeguard v1.2.0
|
|
643
639
|
https://github.com/bluss/scopeguard
|
644
640
|
MIT OR Apache-2.0
|
645
641
|
|
646
|
-
semver v1.0.20
|
647
|
-
https://github.com/dtolnay/semver
|
648
|
-
MIT OR Apache-2.0
|
649
|
-
|
650
642
|
seq-macro v0.3.5
|
651
643
|
https://github.com/dtolnay/seq-macro
|
652
644
|
MIT OR Apache-2.0
|
653
645
|
|
654
|
-
serde v1.0.
|
646
|
+
serde v1.0.194
|
655
647
|
https://serde.rs
|
656
648
|
MIT OR Apache-2.0
|
657
649
|
|
658
|
-
serde_derive v1.0.
|
650
|
+
serde_derive v1.0.194
|
659
651
|
https://serde.rs
|
660
652
|
MIT OR Apache-2.0
|
661
653
|
|
662
|
-
serde_json v1.0.
|
654
|
+
serde_json v1.0.110
|
663
655
|
https://github.com/serde-rs/json
|
664
656
|
MIT OR Apache-2.0
|
665
657
|
|
@@ -695,7 +687,7 @@ smartstring v1.0.1
|
|
695
687
|
https://github.com/bodil/smartstring
|
696
688
|
MPL-2.0+
|
697
689
|
|
698
|
-
snap v1.1.
|
690
|
+
snap v1.1.1
|
699
691
|
https://github.com/BurntSushi/rust-snappy
|
700
692
|
BSD-3-Clause
|
701
693
|
|
@@ -735,11 +727,11 @@ syn v1.0.109
|
|
735
727
|
https://github.com/dtolnay/syn
|
736
728
|
MIT OR Apache-2.0
|
737
729
|
|
738
|
-
syn v2.0.
|
730
|
+
syn v2.0.46
|
739
731
|
https://github.com/dtolnay/syn
|
740
732
|
MIT OR Apache-2.0
|
741
733
|
|
742
|
-
sysinfo v0.
|
734
|
+
sysinfo v0.30.3
|
743
735
|
https://github.com/GuillaumeGomez/sysinfo
|
744
736
|
MIT
|
745
737
|
|
@@ -747,15 +739,15 @@ target-features v0.1.5
|
|
747
739
|
https://github.com/calebzulawski/target-features
|
748
740
|
MIT OR Apache-2.0
|
749
741
|
|
750
|
-
thiserror v1.0.
|
742
|
+
thiserror v1.0.56
|
751
743
|
https://github.com/dtolnay/thiserror
|
752
744
|
MIT OR Apache-2.0
|
753
745
|
|
754
|
-
thiserror-impl v1.0.
|
746
|
+
thiserror-impl v1.0.56
|
755
747
|
https://github.com/dtolnay/thiserror
|
756
748
|
MIT OR Apache-2.0
|
757
749
|
|
758
|
-
tokio v1.
|
750
|
+
tokio v1.35.1
|
759
751
|
https://tokio.rs
|
760
752
|
MIT
|
761
753
|
|
@@ -779,11 +771,11 @@ version_check v0.9.4
|
|
779
771
|
https://github.com/SergioBenitez/version_check
|
780
772
|
MIT/Apache-2.0
|
781
773
|
|
782
|
-
xxhash-rust v0.8.
|
774
|
+
xxhash-rust v0.8.8
|
783
775
|
https://github.com/DoumanAsh/xxhash-rust
|
784
776
|
BSL-1.0
|
785
777
|
|
786
|
-
zerocopy v0.7.
|
778
|
+
zerocopy v0.7.32
|
787
779
|
https://github.com/google/zerocopy
|
788
780
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
789
781
|
|
@@ -1468,6 +1460,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1468
1460
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1469
1461
|
SOFTWARE.
|
1470
1462
|
|
1463
|
+
================================================================================
|
1464
|
+
array-init-cursor LICENSE-MIT
|
1465
|
+
================================================================================
|
1466
|
+
|
1467
|
+
MIT License
|
1468
|
+
|
1469
|
+
Copyright (c) 2021 The Planus Project Developers
|
1470
|
+
|
1471
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1472
|
+
of this software and associated documentation files (the "Software"), to deal
|
1473
|
+
in the Software without restriction, including without limitation the rights
|
1474
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1475
|
+
copies of the Software, and to permit persons to whom the Software is
|
1476
|
+
furnished to do so, subject to the following conditions:
|
1477
|
+
|
1478
|
+
The above copyright notice and this permission notice shall be included in all
|
1479
|
+
copies or substantial portions of the Software.
|
1480
|
+
|
1481
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1482
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1483
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1484
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1485
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1486
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1487
|
+
SOFTWARE.
|
1488
|
+
|
1489
|
+
|
1471
1490
|
================================================================================
|
1472
1491
|
array-init-cursor LICENSE-APACHE
|
1473
1492
|
================================================================================
|
@@ -1650,33 +1669,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1650
1669
|
END OF TERMS AND CONDITIONS
|
1651
1670
|
|
1652
1671
|
|
1653
|
-
================================================================================
|
1654
|
-
array-init-cursor LICENSE-MIT
|
1655
|
-
================================================================================
|
1656
|
-
|
1657
|
-
MIT License
|
1658
|
-
|
1659
|
-
Copyright (c) 2021 The Planus Project Developers
|
1660
|
-
|
1661
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1662
|
-
of this software and associated documentation files (the "Software"), to deal
|
1663
|
-
in the Software without restriction, including without limitation the rights
|
1664
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1665
|
-
copies of the Software, and to permit persons to whom the Software is
|
1666
|
-
furnished to do so, subject to the following conditions:
|
1667
|
-
|
1668
|
-
The above copyright notice and this permission notice shall be included in all
|
1669
|
-
copies or substantial portions of the Software.
|
1670
|
-
|
1671
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1672
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1673
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1674
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1675
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1676
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1677
|
-
SOFTWARE.
|
1678
|
-
|
1679
|
-
|
1680
1672
|
================================================================================
|
1681
1673
|
arrow-format LICENSE
|
1682
1674
|
================================================================================
|
@@ -12599,7 +12591,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12599
12591
|
DEALINGS IN THE SOFTWARE.
|
12600
12592
|
|
12601
12593
|
================================================================================
|
12602
|
-
hashbrown v0.14.
|
12594
|
+
hashbrown v0.14.3 LICENSE-APACHE
|
12603
12595
|
================================================================================
|
12604
12596
|
|
12605
12597
|
Apache License
|
@@ -12805,7 +12797,7 @@ See the License for the specific language governing permissions and
|
|
12805
12797
|
limitations under the License.
|
12806
12798
|
|
12807
12799
|
================================================================================
|
12808
|
-
hashbrown v0.14.
|
12800
|
+
hashbrown v0.14.3 LICENSE-MIT
|
12809
12801
|
================================================================================
|
12810
12802
|
|
12811
12803
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -21071,30 +21063,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
21071
21063
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
21072
21064
|
DEALINGS IN THE SOFTWARE.
|
21073
21065
|
|
21074
|
-
================================================================================
|
21075
|
-
memoffset LICENSE
|
21076
|
-
================================================================================
|
21077
|
-
|
21078
|
-
Copyright (c) 2017 Gilad Naaman
|
21079
|
-
|
21080
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
21081
|
-
of this software and associated documentation files (the "Software"), to deal
|
21082
|
-
in the Software without restriction, including without limitation the rights
|
21083
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
21084
|
-
copies of the Software, and to permit persons to whom the Software is
|
21085
|
-
furnished to do so, subject to the following conditions:
|
21086
|
-
|
21087
|
-
The above copyright notice and this permission notice shall be included in all
|
21088
|
-
copies or substantial portions of the Software.
|
21089
|
-
|
21090
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
21091
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
21092
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21093
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21094
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21095
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21096
|
-
SOFTWARE.
|
21097
|
-
|
21098
21066
|
================================================================================
|
21099
21067
|
minimal-lexical LICENSE-APACHE
|
21100
21068
|
================================================================================
|
@@ -24839,188 +24807,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24839
24807
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24840
24808
|
DEALINGS IN THE SOFTWARE.
|
24841
24809
|
|
24842
|
-
================================================================================
|
24843
|
-
planus LICENSE-APACHE
|
24844
|
-
================================================================================
|
24845
|
-
|
24846
|
-
Apache License
|
24847
|
-
Version 2.0, January 2004
|
24848
|
-
http://www.apache.org/licenses/
|
24849
|
-
|
24850
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24851
|
-
|
24852
|
-
1. Definitions.
|
24853
|
-
|
24854
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24855
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24856
|
-
|
24857
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24858
|
-
the copyright owner that is granting the License.
|
24859
|
-
|
24860
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24861
|
-
other entities that control, are controlled by, or are under common
|
24862
|
-
control with that entity. For the purposes of this definition,
|
24863
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24864
|
-
direction or management of such entity, whether by contract or
|
24865
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24866
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24867
|
-
|
24868
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24869
|
-
exercising permissions granted by this License.
|
24870
|
-
|
24871
|
-
"Source" form shall mean the preferred form for making modifications,
|
24872
|
-
including but not limited to software source code, documentation
|
24873
|
-
source, and configuration files.
|
24874
|
-
|
24875
|
-
"Object" form shall mean any form resulting from mechanical
|
24876
|
-
transformation or translation of a Source form, including but
|
24877
|
-
not limited to compiled object code, generated documentation,
|
24878
|
-
and conversions to other media types.
|
24879
|
-
|
24880
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24881
|
-
Object form, made available under the License, as indicated by a
|
24882
|
-
copyright notice that is included in or attached to the work
|
24883
|
-
(an example is provided in the Appendix below).
|
24884
|
-
|
24885
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24886
|
-
form, that is based on (or derived from) the Work and for which the
|
24887
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24888
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24889
|
-
of this License, Derivative Works shall not include works that remain
|
24890
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24891
|
-
the Work and Derivative Works thereof.
|
24892
|
-
|
24893
|
-
"Contribution" shall mean any work of authorship, including
|
24894
|
-
the original version of the Work and any modifications or additions
|
24895
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24896
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24897
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24898
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24899
|
-
means any form of electronic, verbal, or written communication sent
|
24900
|
-
to the Licensor or its representatives, including but not limited to
|
24901
|
-
communication on electronic mailing lists, source code control systems,
|
24902
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24903
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24904
|
-
excluding communication that is conspicuously marked or otherwise
|
24905
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24906
|
-
|
24907
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24908
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24909
|
-
subsequently incorporated within the Work.
|
24910
|
-
|
24911
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24912
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24913
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24914
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24915
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24916
|
-
Work and such Derivative Works in Source or Object form.
|
24917
|
-
|
24918
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24919
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24920
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24921
|
-
(except as stated in this section) patent license to make, have made,
|
24922
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24923
|
-
where such license applies only to those patent claims licensable
|
24924
|
-
by such Contributor that are necessarily infringed by their
|
24925
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24926
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24927
|
-
institute patent litigation against any entity (including a
|
24928
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24929
|
-
or a Contribution incorporated within the Work constitutes direct
|
24930
|
-
or contributory patent infringement, then any patent licenses
|
24931
|
-
granted to You under this License for that Work shall terminate
|
24932
|
-
as of the date such litigation is filed.
|
24933
|
-
|
24934
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24935
|
-
Work or Derivative Works thereof in any medium, with or without
|
24936
|
-
modifications, and in Source or Object form, provided that You
|
24937
|
-
meet the following conditions:
|
24938
|
-
|
24939
|
-
(a) You must give any other recipients of the Work or
|
24940
|
-
Derivative Works a copy of this License; and
|
24941
|
-
|
24942
|
-
(b) You must cause any modified files to carry prominent notices
|
24943
|
-
stating that You changed the files; and
|
24944
|
-
|
24945
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24946
|
-
that You distribute, all copyright, patent, trademark, and
|
24947
|
-
attribution notices from the Source form of the Work,
|
24948
|
-
excluding those notices that do not pertain to any part of
|
24949
|
-
the Derivative Works; and
|
24950
|
-
|
24951
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24952
|
-
distribution, then any Derivative Works that You distribute must
|
24953
|
-
include a readable copy of the attribution notices contained
|
24954
|
-
within such NOTICE file, excluding those notices that do not
|
24955
|
-
pertain to any part of the Derivative Works, in at least one
|
24956
|
-
of the following places: within a NOTICE text file distributed
|
24957
|
-
as part of the Derivative Works; within the Source form or
|
24958
|
-
documentation, if provided along with the Derivative Works; or,
|
24959
|
-
within a display generated by the Derivative Works, if and
|
24960
|
-
wherever such third-party notices normally appear. The contents
|
24961
|
-
of the NOTICE file are for informational purposes only and
|
24962
|
-
do not modify the License. You may add Your own attribution
|
24963
|
-
notices within Derivative Works that You distribute, alongside
|
24964
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24965
|
-
that such additional attribution notices cannot be construed
|
24966
|
-
as modifying the License.
|
24967
|
-
|
24968
|
-
You may add Your own copyright statement to Your modifications and
|
24969
|
-
may provide additional or different license terms and conditions
|
24970
|
-
for use, reproduction, or distribution of Your modifications, or
|
24971
|
-
for any such Derivative Works as a whole, provided Your use,
|
24972
|
-
reproduction, and distribution of the Work otherwise complies with
|
24973
|
-
the conditions stated in this License.
|
24974
|
-
|
24975
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24976
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24977
|
-
by You to the Licensor shall be under the terms and conditions of
|
24978
|
-
this License, without any additional terms or conditions.
|
24979
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24980
|
-
the terms of any separate license agreement you may have executed
|
24981
|
-
with Licensor regarding such Contributions.
|
24982
|
-
|
24983
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24984
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24985
|
-
except as required for reasonable and customary use in describing the
|
24986
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24987
|
-
|
24988
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24989
|
-
agreed to in writing, Licensor provides the Work (and each
|
24990
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24991
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24992
|
-
implied, including, without limitation, any warranties or conditions
|
24993
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24994
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24995
|
-
appropriateness of using or redistributing the Work and assume any
|
24996
|
-
risks associated with Your exercise of permissions under this License.
|
24997
|
-
|
24998
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24999
|
-
whether in tort (including negligence), contract, or otherwise,
|
25000
|
-
unless required by applicable law (such as deliberate and grossly
|
25001
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
25002
|
-
liable to You for damages, including any direct, indirect, special,
|
25003
|
-
incidental, or consequential damages of any character arising as a
|
25004
|
-
result of this License or out of the use or inability to use the
|
25005
|
-
Work (including but not limited to damages for loss of goodwill,
|
25006
|
-
work stoppage, computer failure or malfunction, or any and all
|
25007
|
-
other commercial damages or losses), even if such Contributor
|
25008
|
-
has been advised of the possibility of such damages.
|
25009
|
-
|
25010
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
25011
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
25012
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
25013
|
-
or other liability obligations and/or rights consistent with this
|
25014
|
-
License. However, in accepting such obligations, You may act only
|
25015
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
25016
|
-
of any other Contributor, and only if You agree to indemnify,
|
25017
|
-
defend, and hold each Contributor harmless for any liability
|
25018
|
-
incurred by, or claims asserted against, such Contributor by reason
|
25019
|
-
of your accepting any such warranty or additional liability.
|
25020
|
-
|
25021
|
-
END OF TERMS AND CONDITIONS
|
25022
|
-
|
25023
|
-
|
25024
24810
|
================================================================================
|
25025
24811
|
planus LICENSE-MIT
|
25026
24812
|
================================================================================
|
@@ -25048,6 +24834,188 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25048
24834
|
SOFTWARE.
|
25049
24835
|
|
25050
24836
|
|
24837
|
+
================================================================================
|
24838
|
+
planus LICENSE-APACHE
|
24839
|
+
================================================================================
|
24840
|
+
|
24841
|
+
Apache License
|
24842
|
+
Version 2.0, January 2004
|
24843
|
+
http://www.apache.org/licenses/
|
24844
|
+
|
24845
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24846
|
+
|
24847
|
+
1. Definitions.
|
24848
|
+
|
24849
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24850
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24851
|
+
|
24852
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24853
|
+
the copyright owner that is granting the License.
|
24854
|
+
|
24855
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24856
|
+
other entities that control, are controlled by, or are under common
|
24857
|
+
control with that entity. For the purposes of this definition,
|
24858
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24859
|
+
direction or management of such entity, whether by contract or
|
24860
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24861
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24862
|
+
|
24863
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24864
|
+
exercising permissions granted by this License.
|
24865
|
+
|
24866
|
+
"Source" form shall mean the preferred form for making modifications,
|
24867
|
+
including but not limited to software source code, documentation
|
24868
|
+
source, and configuration files.
|
24869
|
+
|
24870
|
+
"Object" form shall mean any form resulting from mechanical
|
24871
|
+
transformation or translation of a Source form, including but
|
24872
|
+
not limited to compiled object code, generated documentation,
|
24873
|
+
and conversions to other media types.
|
24874
|
+
|
24875
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24876
|
+
Object form, made available under the License, as indicated by a
|
24877
|
+
copyright notice that is included in or attached to the work
|
24878
|
+
(an example is provided in the Appendix below).
|
24879
|
+
|
24880
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24881
|
+
form, that is based on (or derived from) the Work and for which the
|
24882
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24883
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24884
|
+
of this License, Derivative Works shall not include works that remain
|
24885
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24886
|
+
the Work and Derivative Works thereof.
|
24887
|
+
|
24888
|
+
"Contribution" shall mean any work of authorship, including
|
24889
|
+
the original version of the Work and any modifications or additions
|
24890
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24891
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24892
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24893
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24894
|
+
means any form of electronic, verbal, or written communication sent
|
24895
|
+
to the Licensor or its representatives, including but not limited to
|
24896
|
+
communication on electronic mailing lists, source code control systems,
|
24897
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24898
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24899
|
+
excluding communication that is conspicuously marked or otherwise
|
24900
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24901
|
+
|
24902
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24903
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24904
|
+
subsequently incorporated within the Work.
|
24905
|
+
|
24906
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24907
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24908
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24909
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24910
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24911
|
+
Work and such Derivative Works in Source or Object form.
|
24912
|
+
|
24913
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24914
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24915
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24916
|
+
(except as stated in this section) patent license to make, have made,
|
24917
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24918
|
+
where such license applies only to those patent claims licensable
|
24919
|
+
by such Contributor that are necessarily infringed by their
|
24920
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24921
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24922
|
+
institute patent litigation against any entity (including a
|
24923
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24924
|
+
or a Contribution incorporated within the Work constitutes direct
|
24925
|
+
or contributory patent infringement, then any patent licenses
|
24926
|
+
granted to You under this License for that Work shall terminate
|
24927
|
+
as of the date such litigation is filed.
|
24928
|
+
|
24929
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24930
|
+
Work or Derivative Works thereof in any medium, with or without
|
24931
|
+
modifications, and in Source or Object form, provided that You
|
24932
|
+
meet the following conditions:
|
24933
|
+
|
24934
|
+
(a) You must give any other recipients of the Work or
|
24935
|
+
Derivative Works a copy of this License; and
|
24936
|
+
|
24937
|
+
(b) You must cause any modified files to carry prominent notices
|
24938
|
+
stating that You changed the files; and
|
24939
|
+
|
24940
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24941
|
+
that You distribute, all copyright, patent, trademark, and
|
24942
|
+
attribution notices from the Source form of the Work,
|
24943
|
+
excluding those notices that do not pertain to any part of
|
24944
|
+
the Derivative Works; and
|
24945
|
+
|
24946
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24947
|
+
distribution, then any Derivative Works that You distribute must
|
24948
|
+
include a readable copy of the attribution notices contained
|
24949
|
+
within such NOTICE file, excluding those notices that do not
|
24950
|
+
pertain to any part of the Derivative Works, in at least one
|
24951
|
+
of the following places: within a NOTICE text file distributed
|
24952
|
+
as part of the Derivative Works; within the Source form or
|
24953
|
+
documentation, if provided along with the Derivative Works; or,
|
24954
|
+
within a display generated by the Derivative Works, if and
|
24955
|
+
wherever such third-party notices normally appear. The contents
|
24956
|
+
of the NOTICE file are for informational purposes only and
|
24957
|
+
do not modify the License. You may add Your own attribution
|
24958
|
+
notices within Derivative Works that You distribute, alongside
|
24959
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24960
|
+
that such additional attribution notices cannot be construed
|
24961
|
+
as modifying the License.
|
24962
|
+
|
24963
|
+
You may add Your own copyright statement to Your modifications and
|
24964
|
+
may provide additional or different license terms and conditions
|
24965
|
+
for use, reproduction, or distribution of Your modifications, or
|
24966
|
+
for any such Derivative Works as a whole, provided Your use,
|
24967
|
+
reproduction, and distribution of the Work otherwise complies with
|
24968
|
+
the conditions stated in this License.
|
24969
|
+
|
24970
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24971
|
+
any Contribution intentionally submitted for inclusion in the Work
|
24972
|
+
by You to the Licensor shall be under the terms and conditions of
|
24973
|
+
this License, without any additional terms or conditions.
|
24974
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
24975
|
+
the terms of any separate license agreement you may have executed
|
24976
|
+
with Licensor regarding such Contributions.
|
24977
|
+
|
24978
|
+
6. Trademarks. This License does not grant permission to use the trade
|
24979
|
+
names, trademarks, service marks, or product names of the Licensor,
|
24980
|
+
except as required for reasonable and customary use in describing the
|
24981
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
24982
|
+
|
24983
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
24984
|
+
agreed to in writing, Licensor provides the Work (and each
|
24985
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24986
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24987
|
+
implied, including, without limitation, any warranties or conditions
|
24988
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24989
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24990
|
+
appropriateness of using or redistributing the Work and assume any
|
24991
|
+
risks associated with Your exercise of permissions under this License.
|
24992
|
+
|
24993
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
24994
|
+
whether in tort (including negligence), contract, or otherwise,
|
24995
|
+
unless required by applicable law (such as deliberate and grossly
|
24996
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
24997
|
+
liable to You for damages, including any direct, indirect, special,
|
24998
|
+
incidental, or consequential damages of any character arising as a
|
24999
|
+
result of this License or out of the use or inability to use the
|
25000
|
+
Work (including but not limited to damages for loss of goodwill,
|
25001
|
+
work stoppage, computer failure or malfunction, or any and all
|
25002
|
+
other commercial damages or losses), even if such Contributor
|
25003
|
+
has been advised of the possibility of such damages.
|
25004
|
+
|
25005
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25006
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25007
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25008
|
+
or other liability obligations and/or rights consistent with this
|
25009
|
+
License. However, in accepting such obligations, You may act only
|
25010
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25011
|
+
of any other Contributor, and only if You agree to indemnify,
|
25012
|
+
defend, and hold each Contributor harmless for any liability
|
25013
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25014
|
+
of your accepting any such warranty or additional liability.
|
25015
|
+
|
25016
|
+
END OF TERMS AND CONDITIONS
|
25017
|
+
|
25018
|
+
|
25051
25019
|
================================================================================
|
25052
25020
|
polars LICENSE
|
25053
25021
|
================================================================================
|
@@ -25273,6 +25241,30 @@ to the MIT license in ../../LICENSE.
|
|
25273
25241
|
See the License for the specific language governing permissions and
|
25274
25242
|
limitations under the License.
|
25275
25243
|
|
25244
|
+
================================================================================
|
25245
|
+
polars-compute LICENSE
|
25246
|
+
================================================================================
|
25247
|
+
|
25248
|
+
Copyright (c) 2020 Ritchie Vink
|
25249
|
+
|
25250
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25251
|
+
of this software and associated documentation files (the "Software"), to deal
|
25252
|
+
in the Software without restriction, including without limitation the rights
|
25253
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25254
|
+
copies of the Software, and to permit persons to whom the Software is
|
25255
|
+
furnished to do so, subject to the following conditions:
|
25256
|
+
|
25257
|
+
The above copyright notice and this permission notice shall be included in all
|
25258
|
+
copies or substantial portions of the Software.
|
25259
|
+
|
25260
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25261
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25262
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25263
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25264
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25265
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25266
|
+
SOFTWARE.
|
25267
|
+
|
25276
25268
|
================================================================================
|
25277
25269
|
polars-core LICENSE
|
25278
25270
|
================================================================================
|
@@ -28864,786 +28856,204 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28864
28856
|
DEALINGS IN THE SOFTWARE.
|
28865
28857
|
|
28866
28858
|
================================================================================
|
28867
|
-
regex LICENSE-APACHE
|
28868
|
-
================================================================================
|
28869
|
-
|
28870
|
-
Apache License
|
28871
|
-
Version 2.0, January 2004
|
28872
|
-
http://www.apache.org/licenses/
|
28873
|
-
|
28874
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
28875
|
-
|
28876
|
-
1. Definitions.
|
28877
|
-
|
28878
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
28879
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
28880
|
-
|
28881
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
28882
|
-
the copyright owner that is granting the License.
|
28883
|
-
|
28884
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
28885
|
-
other entities that control, are controlled by, or are under common
|
28886
|
-
control with that entity. For the purposes of this definition,
|
28887
|
-
"control" means (i) the power, direct or indirect, to cause the
|
28888
|
-
direction or management of such entity, whether by contract or
|
28889
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28890
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
28891
|
-
|
28892
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
28893
|
-
exercising permissions granted by this License.
|
28894
|
-
|
28895
|
-
"Source" form shall mean the preferred form for making modifications,
|
28896
|
-
including but not limited to software source code, documentation
|
28897
|
-
source, and configuration files.
|
28898
|
-
|
28899
|
-
"Object" form shall mean any form resulting from mechanical
|
28900
|
-
transformation or translation of a Source form, including but
|
28901
|
-
not limited to compiled object code, generated documentation,
|
28902
|
-
and conversions to other media types.
|
28903
|
-
|
28904
|
-
"Work" shall mean the work of authorship, whether in Source or
|
28905
|
-
Object form, made available under the License, as indicated by a
|
28906
|
-
copyright notice that is included in or attached to the work
|
28907
|
-
(an example is provided in the Appendix below).
|
28908
|
-
|
28909
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
28910
|
-
form, that is based on (or derived from) the Work and for which the
|
28911
|
-
editorial revisions, annotations, elaborations, or other modifications
|
28912
|
-
represent, as a whole, an original work of authorship. For the purposes
|
28913
|
-
of this License, Derivative Works shall not include works that remain
|
28914
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
28915
|
-
the Work and Derivative Works thereof.
|
28916
|
-
|
28917
|
-
"Contribution" shall mean any work of authorship, including
|
28918
|
-
the original version of the Work and any modifications or additions
|
28919
|
-
to that Work or Derivative Works thereof, that is intentionally
|
28920
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
28921
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
28922
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
28923
|
-
means any form of electronic, verbal, or written communication sent
|
28924
|
-
to the Licensor or its representatives, including but not limited to
|
28925
|
-
communication on electronic mailing lists, source code control systems,
|
28926
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
28927
|
-
Licensor for the purpose of discussing and improving the Work, but
|
28928
|
-
excluding communication that is conspicuously marked or otherwise
|
28929
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
28930
|
-
|
28931
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28932
|
-
on behalf of whom a Contribution has been received by Licensor and
|
28933
|
-
subsequently incorporated within the Work.
|
28934
|
-
|
28935
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
28936
|
-
this License, each Contributor hereby grants to You a perpetual,
|
28937
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28938
|
-
copyright license to reproduce, prepare Derivative Works of,
|
28939
|
-
publicly display, publicly perform, sublicense, and distribute the
|
28940
|
-
Work and such Derivative Works in Source or Object form.
|
28941
|
-
|
28942
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
28943
|
-
this License, each Contributor hereby grants to You a perpetual,
|
28944
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28945
|
-
(except as stated in this section) patent license to make, have made,
|
28946
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
28947
|
-
where such license applies only to those patent claims licensable
|
28948
|
-
by such Contributor that are necessarily infringed by their
|
28949
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
28950
|
-
with the Work to which such Contribution(s) was submitted. If You
|
28951
|
-
institute patent litigation against any entity (including a
|
28952
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
28953
|
-
or a Contribution incorporated within the Work constitutes direct
|
28954
|
-
or contributory patent infringement, then any patent licenses
|
28955
|
-
granted to You under this License for that Work shall terminate
|
28956
|
-
as of the date such litigation is filed.
|
28957
|
-
|
28958
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
28959
|
-
Work or Derivative Works thereof in any medium, with or without
|
28960
|
-
modifications, and in Source or Object form, provided that You
|
28961
|
-
meet the following conditions:
|
28962
|
-
|
28963
|
-
(a) You must give any other recipients of the Work or
|
28964
|
-
Derivative Works a copy of this License; and
|
28965
|
-
|
28966
|
-
(b) You must cause any modified files to carry prominent notices
|
28967
|
-
stating that You changed the files; and
|
28968
|
-
|
28969
|
-
(c) You must retain, in the Source form of any Derivative Works
|
28970
|
-
that You distribute, all copyright, patent, trademark, and
|
28971
|
-
attribution notices from the Source form of the Work,
|
28972
|
-
excluding those notices that do not pertain to any part of
|
28973
|
-
the Derivative Works; and
|
28974
|
-
|
28975
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
28976
|
-
distribution, then any Derivative Works that You distribute must
|
28977
|
-
include a readable copy of the attribution notices contained
|
28978
|
-
within such NOTICE file, excluding those notices that do not
|
28979
|
-
pertain to any part of the Derivative Works, in at least one
|
28980
|
-
of the following places: within a NOTICE text file distributed
|
28981
|
-
as part of the Derivative Works; within the Source form or
|
28982
|
-
documentation, if provided along with the Derivative Works; or,
|
28983
|
-
within a display generated by the Derivative Works, if and
|
28984
|
-
wherever such third-party notices normally appear. The contents
|
28985
|
-
of the NOTICE file are for informational purposes only and
|
28986
|
-
do not modify the License. You may add Your own attribution
|
28987
|
-
notices within Derivative Works that You distribute, alongside
|
28988
|
-
or as an addendum to the NOTICE text from the Work, provided
|
28989
|
-
that such additional attribution notices cannot be construed
|
28990
|
-
as modifying the License.
|
28991
|
-
|
28992
|
-
You may add Your own copyright statement to Your modifications and
|
28993
|
-
may provide additional or different license terms and conditions
|
28994
|
-
for use, reproduction, or distribution of Your modifications, or
|
28995
|
-
for any such Derivative Works as a whole, provided Your use,
|
28996
|
-
reproduction, and distribution of the Work otherwise complies with
|
28997
|
-
the conditions stated in this License.
|
28998
|
-
|
28999
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29000
|
-
any Contribution intentionally submitted for inclusion in the Work
|
29001
|
-
by You to the Licensor shall be under the terms and conditions of
|
29002
|
-
this License, without any additional terms or conditions.
|
29003
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
29004
|
-
the terms of any separate license agreement you may have executed
|
29005
|
-
with Licensor regarding such Contributions.
|
29006
|
-
|
29007
|
-
6. Trademarks. This License does not grant permission to use the trade
|
29008
|
-
names, trademarks, service marks, or product names of the Licensor,
|
29009
|
-
except as required for reasonable and customary use in describing the
|
29010
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
29011
|
-
|
29012
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
29013
|
-
agreed to in writing, Licensor provides the Work (and each
|
29014
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29015
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29016
|
-
implied, including, without limitation, any warranties or conditions
|
29017
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29018
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29019
|
-
appropriateness of using or redistributing the Work and assume any
|
29020
|
-
risks associated with Your exercise of permissions under this License.
|
29021
|
-
|
29022
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
29023
|
-
whether in tort (including negligence), contract, or otherwise,
|
29024
|
-
unless required by applicable law (such as deliberate and grossly
|
29025
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
29026
|
-
liable to You for damages, including any direct, indirect, special,
|
29027
|
-
incidental, or consequential damages of any character arising as a
|
29028
|
-
result of this License or out of the use or inability to use the
|
29029
|
-
Work (including but not limited to damages for loss of goodwill,
|
29030
|
-
work stoppage, computer failure or malfunction, or any and all
|
29031
|
-
other commercial damages or losses), even if such Contributor
|
29032
|
-
has been advised of the possibility of such damages.
|
29033
|
-
|
29034
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
29035
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
29036
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
29037
|
-
or other liability obligations and/or rights consistent with this
|
29038
|
-
License. However, in accepting such obligations, You may act only
|
29039
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
29040
|
-
of any other Contributor, and only if You agree to indemnify,
|
29041
|
-
defend, and hold each Contributor harmless for any liability
|
29042
|
-
incurred by, or claims asserted against, such Contributor by reason
|
29043
|
-
of your accepting any such warranty or additional liability.
|
29044
|
-
|
29045
|
-
END OF TERMS AND CONDITIONS
|
29046
|
-
|
29047
|
-
APPENDIX: How to apply the Apache License to your work.
|
29048
|
-
|
29049
|
-
To apply the Apache License to your work, attach the following
|
29050
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
29051
|
-
replaced with your own identifying information. (Don't include
|
29052
|
-
the brackets!) The text should be enclosed in the appropriate
|
29053
|
-
comment syntax for the file format. We also recommend that a
|
29054
|
-
file or class name and description of purpose be included on the
|
29055
|
-
same "printed page" as the copyright notice for easier
|
29056
|
-
identification within third-party archives.
|
29057
|
-
|
29058
|
-
Copyright [yyyy] [name of copyright owner]
|
29059
|
-
|
29060
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
29061
|
-
you may not use this file except in compliance with the License.
|
29062
|
-
You may obtain a copy of the License at
|
29063
|
-
|
29064
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
29065
|
-
|
29066
|
-
Unless required by applicable law or agreed to in writing, software
|
29067
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
29068
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29069
|
-
See the License for the specific language governing permissions and
|
29070
|
-
limitations under the License.
|
29071
|
-
|
29072
|
-
================================================================================
|
29073
|
-
regex LICENSE-MIT
|
29074
|
-
================================================================================
|
29075
|
-
|
29076
|
-
Copyright (c) 2014 The Rust Project Developers
|
29077
|
-
|
29078
|
-
Permission is hereby granted, free of charge, to any
|
29079
|
-
person obtaining a copy of this software and associated
|
29080
|
-
documentation files (the "Software"), to deal in the
|
29081
|
-
Software without restriction, including without
|
29082
|
-
limitation the rights to use, copy, modify, merge,
|
29083
|
-
publish, distribute, sublicense, and/or sell copies of
|
29084
|
-
the Software, and to permit persons to whom the Software
|
29085
|
-
is furnished to do so, subject to the following
|
29086
|
-
conditions:
|
29087
|
-
|
29088
|
-
The above copyright notice and this permission notice
|
29089
|
-
shall be included in all copies or substantial portions
|
29090
|
-
of the Software.
|
29091
|
-
|
29092
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29093
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29094
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29095
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29096
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29097
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29098
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29099
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29100
|
-
DEALINGS IN THE SOFTWARE.
|
29101
|
-
|
29102
|
-
================================================================================
|
29103
|
-
regex-automata LICENSE-APACHE
|
29104
|
-
================================================================================
|
29105
|
-
|
29106
|
-
Apache License
|
29107
|
-
Version 2.0, January 2004
|
29108
|
-
http://www.apache.org/licenses/
|
29109
|
-
|
29110
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29111
|
-
|
29112
|
-
1. Definitions.
|
29113
|
-
|
29114
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
29115
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
29116
|
-
|
29117
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
29118
|
-
the copyright owner that is granting the License.
|
29119
|
-
|
29120
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
29121
|
-
other entities that control, are controlled by, or are under common
|
29122
|
-
control with that entity. For the purposes of this definition,
|
29123
|
-
"control" means (i) the power, direct or indirect, to cause the
|
29124
|
-
direction or management of such entity, whether by contract or
|
29125
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29126
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
29127
|
-
|
29128
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
29129
|
-
exercising permissions granted by this License.
|
29130
|
-
|
29131
|
-
"Source" form shall mean the preferred form for making modifications,
|
29132
|
-
including but not limited to software source code, documentation
|
29133
|
-
source, and configuration files.
|
29134
|
-
|
29135
|
-
"Object" form shall mean any form resulting from mechanical
|
29136
|
-
transformation or translation of a Source form, including but
|
29137
|
-
not limited to compiled object code, generated documentation,
|
29138
|
-
and conversions to other media types.
|
29139
|
-
|
29140
|
-
"Work" shall mean the work of authorship, whether in Source or
|
29141
|
-
Object form, made available under the License, as indicated by a
|
29142
|
-
copyright notice that is included in or attached to the work
|
29143
|
-
(an example is provided in the Appendix below).
|
29144
|
-
|
29145
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
29146
|
-
form, that is based on (or derived from) the Work and for which the
|
29147
|
-
editorial revisions, annotations, elaborations, or other modifications
|
29148
|
-
represent, as a whole, an original work of authorship. For the purposes
|
29149
|
-
of this License, Derivative Works shall not include works that remain
|
29150
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
29151
|
-
the Work and Derivative Works thereof.
|
29152
|
-
|
29153
|
-
"Contribution" shall mean any work of authorship, including
|
29154
|
-
the original version of the Work and any modifications or additions
|
29155
|
-
to that Work or Derivative Works thereof, that is intentionally
|
29156
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
29157
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
29158
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
29159
|
-
means any form of electronic, verbal, or written communication sent
|
29160
|
-
to the Licensor or its representatives, including but not limited to
|
29161
|
-
communication on electronic mailing lists, source code control systems,
|
29162
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
29163
|
-
Licensor for the purpose of discussing and improving the Work, but
|
29164
|
-
excluding communication that is conspicuously marked or otherwise
|
29165
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
29166
|
-
|
29167
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29168
|
-
on behalf of whom a Contribution has been received by Licensor and
|
29169
|
-
subsequently incorporated within the Work.
|
29170
|
-
|
29171
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
29172
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29173
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29174
|
-
copyright license to reproduce, prepare Derivative Works of,
|
29175
|
-
publicly display, publicly perform, sublicense, and distribute the
|
29176
|
-
Work and such Derivative Works in Source or Object form.
|
29177
|
-
|
29178
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29179
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29180
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29181
|
-
(except as stated in this section) patent license to make, have made,
|
29182
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29183
|
-
where such license applies only to those patent claims licensable
|
29184
|
-
by such Contributor that are necessarily infringed by their
|
29185
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29186
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29187
|
-
institute patent litigation against any entity (including a
|
29188
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29189
|
-
or a Contribution incorporated within the Work constitutes direct
|
29190
|
-
or contributory patent infringement, then any patent licenses
|
29191
|
-
granted to You under this License for that Work shall terminate
|
29192
|
-
as of the date such litigation is filed.
|
29193
|
-
|
29194
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
29195
|
-
Work or Derivative Works thereof in any medium, with or without
|
29196
|
-
modifications, and in Source or Object form, provided that You
|
29197
|
-
meet the following conditions:
|
29198
|
-
|
29199
|
-
(a) You must give any other recipients of the Work or
|
29200
|
-
Derivative Works a copy of this License; and
|
29201
|
-
|
29202
|
-
(b) You must cause any modified files to carry prominent notices
|
29203
|
-
stating that You changed the files; and
|
29204
|
-
|
29205
|
-
(c) You must retain, in the Source form of any Derivative Works
|
29206
|
-
that You distribute, all copyright, patent, trademark, and
|
29207
|
-
attribution notices from the Source form of the Work,
|
29208
|
-
excluding those notices that do not pertain to any part of
|
29209
|
-
the Derivative Works; and
|
29210
|
-
|
29211
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
29212
|
-
distribution, then any Derivative Works that You distribute must
|
29213
|
-
include a readable copy of the attribution notices contained
|
29214
|
-
within such NOTICE file, excluding those notices that do not
|
29215
|
-
pertain to any part of the Derivative Works, in at least one
|
29216
|
-
of the following places: within a NOTICE text file distributed
|
29217
|
-
as part of the Derivative Works; within the Source form or
|
29218
|
-
documentation, if provided along with the Derivative Works; or,
|
29219
|
-
within a display generated by the Derivative Works, if and
|
29220
|
-
wherever such third-party notices normally appear. The contents
|
29221
|
-
of the NOTICE file are for informational purposes only and
|
29222
|
-
do not modify the License. You may add Your own attribution
|
29223
|
-
notices within Derivative Works that You distribute, alongside
|
29224
|
-
or as an addendum to the NOTICE text from the Work, provided
|
29225
|
-
that such additional attribution notices cannot be construed
|
29226
|
-
as modifying the License.
|
29227
|
-
|
29228
|
-
You may add Your own copyright statement to Your modifications and
|
29229
|
-
may provide additional or different license terms and conditions
|
29230
|
-
for use, reproduction, or distribution of Your modifications, or
|
29231
|
-
for any such Derivative Works as a whole, provided Your use,
|
29232
|
-
reproduction, and distribution of the Work otherwise complies with
|
29233
|
-
the conditions stated in this License.
|
29234
|
-
|
29235
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29236
|
-
any Contribution intentionally submitted for inclusion in the Work
|
29237
|
-
by You to the Licensor shall be under the terms and conditions of
|
29238
|
-
this License, without any additional terms or conditions.
|
29239
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
29240
|
-
the terms of any separate license agreement you may have executed
|
29241
|
-
with Licensor regarding such Contributions.
|
29242
|
-
|
29243
|
-
6. Trademarks. This License does not grant permission to use the trade
|
29244
|
-
names, trademarks, service marks, or product names of the Licensor,
|
29245
|
-
except as required for reasonable and customary use in describing the
|
29246
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
29247
|
-
|
29248
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
29249
|
-
agreed to in writing, Licensor provides the Work (and each
|
29250
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29251
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29252
|
-
implied, including, without limitation, any warranties or conditions
|
29253
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29254
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29255
|
-
appropriateness of using or redistributing the Work and assume any
|
29256
|
-
risks associated with Your exercise of permissions under this License.
|
29257
|
-
|
29258
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
29259
|
-
whether in tort (including negligence), contract, or otherwise,
|
29260
|
-
unless required by applicable law (such as deliberate and grossly
|
29261
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
29262
|
-
liable to You for damages, including any direct, indirect, special,
|
29263
|
-
incidental, or consequential damages of any character arising as a
|
29264
|
-
result of this License or out of the use or inability to use the
|
29265
|
-
Work (including but not limited to damages for loss of goodwill,
|
29266
|
-
work stoppage, computer failure or malfunction, or any and all
|
29267
|
-
other commercial damages or losses), even if such Contributor
|
29268
|
-
has been advised of the possibility of such damages.
|
29269
|
-
|
29270
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
29271
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
29272
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
29273
|
-
or other liability obligations and/or rights consistent with this
|
29274
|
-
License. However, in accepting such obligations, You may act only
|
29275
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
29276
|
-
of any other Contributor, and only if You agree to indemnify,
|
29277
|
-
defend, and hold each Contributor harmless for any liability
|
29278
|
-
incurred by, or claims asserted against, such Contributor by reason
|
29279
|
-
of your accepting any such warranty or additional liability.
|
29280
|
-
|
29281
|
-
END OF TERMS AND CONDITIONS
|
29282
|
-
|
29283
|
-
APPENDIX: How to apply the Apache License to your work.
|
29284
|
-
|
29285
|
-
To apply the Apache License to your work, attach the following
|
29286
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
29287
|
-
replaced with your own identifying information. (Don't include
|
29288
|
-
the brackets!) The text should be enclosed in the appropriate
|
29289
|
-
comment syntax for the file format. We also recommend that a
|
29290
|
-
file or class name and description of purpose be included on the
|
29291
|
-
same "printed page" as the copyright notice for easier
|
29292
|
-
identification within third-party archives.
|
29293
|
-
|
29294
|
-
Copyright [yyyy] [name of copyright owner]
|
29295
|
-
|
29296
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
29297
|
-
you may not use this file except in compliance with the License.
|
29298
|
-
You may obtain a copy of the License at
|
29299
|
-
|
29300
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
29301
|
-
|
29302
|
-
Unless required by applicable law or agreed to in writing, software
|
29303
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
29304
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29305
|
-
See the License for the specific language governing permissions and
|
29306
|
-
limitations under the License.
|
29307
|
-
|
29308
|
-
================================================================================
|
29309
|
-
regex-automata LICENSE-MIT
|
29310
|
-
================================================================================
|
29311
|
-
|
29312
|
-
Copyright (c) 2014 The Rust Project Developers
|
29313
|
-
|
29314
|
-
Permission is hereby granted, free of charge, to any
|
29315
|
-
person obtaining a copy of this software and associated
|
29316
|
-
documentation files (the "Software"), to deal in the
|
29317
|
-
Software without restriction, including without
|
29318
|
-
limitation the rights to use, copy, modify, merge,
|
29319
|
-
publish, distribute, sublicense, and/or sell copies of
|
29320
|
-
the Software, and to permit persons to whom the Software
|
29321
|
-
is furnished to do so, subject to the following
|
29322
|
-
conditions:
|
29323
|
-
|
29324
|
-
The above copyright notice and this permission notice
|
29325
|
-
shall be included in all copies or substantial portions
|
29326
|
-
of the Software.
|
29327
|
-
|
29328
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29329
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29330
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29331
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29332
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29333
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29334
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29335
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29336
|
-
DEALINGS IN THE SOFTWARE.
|
29337
|
-
|
29338
|
-
================================================================================
|
29339
|
-
regex-syntax LICENSE-APACHE
|
29340
|
-
================================================================================
|
29341
|
-
|
29342
|
-
Apache License
|
29343
|
-
Version 2.0, January 2004
|
29344
|
-
http://www.apache.org/licenses/
|
29345
|
-
|
29346
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29347
|
-
|
29348
|
-
1. Definitions.
|
29349
|
-
|
29350
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
29351
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
29352
|
-
|
29353
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
29354
|
-
the copyright owner that is granting the License.
|
29355
|
-
|
29356
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
29357
|
-
other entities that control, are controlled by, or are under common
|
29358
|
-
control with that entity. For the purposes of this definition,
|
29359
|
-
"control" means (i) the power, direct or indirect, to cause the
|
29360
|
-
direction or management of such entity, whether by contract or
|
29361
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29362
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
29363
|
-
|
29364
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
29365
|
-
exercising permissions granted by this License.
|
29366
|
-
|
29367
|
-
"Source" form shall mean the preferred form for making modifications,
|
29368
|
-
including but not limited to software source code, documentation
|
29369
|
-
source, and configuration files.
|
29370
|
-
|
29371
|
-
"Object" form shall mean any form resulting from mechanical
|
29372
|
-
transformation or translation of a Source form, including but
|
29373
|
-
not limited to compiled object code, generated documentation,
|
29374
|
-
and conversions to other media types.
|
29375
|
-
|
29376
|
-
"Work" shall mean the work of authorship, whether in Source or
|
29377
|
-
Object form, made available under the License, as indicated by a
|
29378
|
-
copyright notice that is included in or attached to the work
|
29379
|
-
(an example is provided in the Appendix below).
|
29380
|
-
|
29381
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
29382
|
-
form, that is based on (or derived from) the Work and for which the
|
29383
|
-
editorial revisions, annotations, elaborations, or other modifications
|
29384
|
-
represent, as a whole, an original work of authorship. For the purposes
|
29385
|
-
of this License, Derivative Works shall not include works that remain
|
29386
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
29387
|
-
the Work and Derivative Works thereof.
|
29388
|
-
|
29389
|
-
"Contribution" shall mean any work of authorship, including
|
29390
|
-
the original version of the Work and any modifications or additions
|
29391
|
-
to that Work or Derivative Works thereof, that is intentionally
|
29392
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
29393
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
29394
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
29395
|
-
means any form of electronic, verbal, or written communication sent
|
29396
|
-
to the Licensor or its representatives, including but not limited to
|
29397
|
-
communication on electronic mailing lists, source code control systems,
|
29398
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
29399
|
-
Licensor for the purpose of discussing and improving the Work, but
|
29400
|
-
excluding communication that is conspicuously marked or otherwise
|
29401
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
29402
|
-
|
29403
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29404
|
-
on behalf of whom a Contribution has been received by Licensor and
|
29405
|
-
subsequently incorporated within the Work.
|
29406
|
-
|
29407
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
29408
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29409
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29410
|
-
copyright license to reproduce, prepare Derivative Works of,
|
29411
|
-
publicly display, publicly perform, sublicense, and distribute the
|
29412
|
-
Work and such Derivative Works in Source or Object form.
|
29413
|
-
|
29414
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29415
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29416
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29417
|
-
(except as stated in this section) patent license to make, have made,
|
29418
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29419
|
-
where such license applies only to those patent claims licensable
|
29420
|
-
by such Contributor that are necessarily infringed by their
|
29421
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29422
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29423
|
-
institute patent litigation against any entity (including a
|
29424
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29425
|
-
or a Contribution incorporated within the Work constitutes direct
|
29426
|
-
or contributory patent infringement, then any patent licenses
|
29427
|
-
granted to You under this License for that Work shall terminate
|
29428
|
-
as of the date such litigation is filed.
|
29429
|
-
|
29430
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
29431
|
-
Work or Derivative Works thereof in any medium, with or without
|
29432
|
-
modifications, and in Source or Object form, provided that You
|
29433
|
-
meet the following conditions:
|
29434
|
-
|
29435
|
-
(a) You must give any other recipients of the Work or
|
29436
|
-
Derivative Works a copy of this License; and
|
29437
|
-
|
29438
|
-
(b) You must cause any modified files to carry prominent notices
|
29439
|
-
stating that You changed the files; and
|
29440
|
-
|
29441
|
-
(c) You must retain, in the Source form of any Derivative Works
|
29442
|
-
that You distribute, all copyright, patent, trademark, and
|
29443
|
-
attribution notices from the Source form of the Work,
|
29444
|
-
excluding those notices that do not pertain to any part of
|
29445
|
-
the Derivative Works; and
|
29446
|
-
|
29447
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
29448
|
-
distribution, then any Derivative Works that You distribute must
|
29449
|
-
include a readable copy of the attribution notices contained
|
29450
|
-
within such NOTICE file, excluding those notices that do not
|
29451
|
-
pertain to any part of the Derivative Works, in at least one
|
29452
|
-
of the following places: within a NOTICE text file distributed
|
29453
|
-
as part of the Derivative Works; within the Source form or
|
29454
|
-
documentation, if provided along with the Derivative Works; or,
|
29455
|
-
within a display generated by the Derivative Works, if and
|
29456
|
-
wherever such third-party notices normally appear. The contents
|
29457
|
-
of the NOTICE file are for informational purposes only and
|
29458
|
-
do not modify the License. You may add Your own attribution
|
29459
|
-
notices within Derivative Works that You distribute, alongside
|
29460
|
-
or as an addendum to the NOTICE text from the Work, provided
|
29461
|
-
that such additional attribution notices cannot be construed
|
29462
|
-
as modifying the License.
|
29463
|
-
|
29464
|
-
You may add Your own copyright statement to Your modifications and
|
29465
|
-
may provide additional or different license terms and conditions
|
29466
|
-
for use, reproduction, or distribution of Your modifications, or
|
29467
|
-
for any such Derivative Works as a whole, provided Your use,
|
29468
|
-
reproduction, and distribution of the Work otherwise complies with
|
29469
|
-
the conditions stated in this License.
|
29470
|
-
|
29471
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29472
|
-
any Contribution intentionally submitted for inclusion in the Work
|
29473
|
-
by You to the Licensor shall be under the terms and conditions of
|
29474
|
-
this License, without any additional terms or conditions.
|
29475
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
29476
|
-
the terms of any separate license agreement you may have executed
|
29477
|
-
with Licensor regarding such Contributions.
|
29478
|
-
|
29479
|
-
6. Trademarks. This License does not grant permission to use the trade
|
29480
|
-
names, trademarks, service marks, or product names of the Licensor,
|
29481
|
-
except as required for reasonable and customary use in describing the
|
29482
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
29483
|
-
|
29484
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
29485
|
-
agreed to in writing, Licensor provides the Work (and each
|
29486
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29487
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29488
|
-
implied, including, without limitation, any warranties or conditions
|
29489
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29490
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29491
|
-
appropriateness of using or redistributing the Work and assume any
|
29492
|
-
risks associated with Your exercise of permissions under this License.
|
29493
|
-
|
29494
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
29495
|
-
whether in tort (including negligence), contract, or otherwise,
|
29496
|
-
unless required by applicable law (such as deliberate and grossly
|
29497
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
29498
|
-
liable to You for damages, including any direct, indirect, special,
|
29499
|
-
incidental, or consequential damages of any character arising as a
|
29500
|
-
result of this License or out of the use or inability to use the
|
29501
|
-
Work (including but not limited to damages for loss of goodwill,
|
29502
|
-
work stoppage, computer failure or malfunction, or any and all
|
29503
|
-
other commercial damages or losses), even if such Contributor
|
29504
|
-
has been advised of the possibility of such damages.
|
29505
|
-
|
29506
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
29507
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
29508
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
29509
|
-
or other liability obligations and/or rights consistent with this
|
29510
|
-
License. However, in accepting such obligations, You may act only
|
29511
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
29512
|
-
of any other Contributor, and only if You agree to indemnify,
|
29513
|
-
defend, and hold each Contributor harmless for any liability
|
29514
|
-
incurred by, or claims asserted against, such Contributor by reason
|
29515
|
-
of your accepting any such warranty or additional liability.
|
29516
|
-
|
29517
|
-
END OF TERMS AND CONDITIONS
|
29518
|
-
|
29519
|
-
APPENDIX: How to apply the Apache License to your work.
|
29520
|
-
|
29521
|
-
To apply the Apache License to your work, attach the following
|
29522
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
29523
|
-
replaced with your own identifying information. (Don't include
|
29524
|
-
the brackets!) The text should be enclosed in the appropriate
|
29525
|
-
comment syntax for the file format. We also recommend that a
|
29526
|
-
file or class name and description of purpose be included on the
|
29527
|
-
same "printed page" as the copyright notice for easier
|
29528
|
-
identification within third-party archives.
|
29529
|
-
|
29530
|
-
Copyright [yyyy] [name of copyright owner]
|
29531
|
-
|
29532
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
29533
|
-
you may not use this file except in compliance with the License.
|
29534
|
-
You may obtain a copy of the License at
|
29535
|
-
|
29536
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
29537
|
-
|
29538
|
-
Unless required by applicable law or agreed to in writing, software
|
29539
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
29540
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29541
|
-
See the License for the specific language governing permissions and
|
29542
|
-
limitations under the License.
|
29543
|
-
|
29544
|
-
================================================================================
|
29545
|
-
regex-syntax LICENSE-MIT
|
29546
|
-
================================================================================
|
29547
|
-
|
29548
|
-
Copyright (c) 2014 The Rust Project Developers
|
29549
|
-
|
29550
|
-
Permission is hereby granted, free of charge, to any
|
29551
|
-
person obtaining a copy of this software and associated
|
29552
|
-
documentation files (the "Software"), to deal in the
|
29553
|
-
Software without restriction, including without
|
29554
|
-
limitation the rights to use, copy, modify, merge,
|
29555
|
-
publish, distribute, sublicense, and/or sell copies of
|
29556
|
-
the Software, and to permit persons to whom the Software
|
29557
|
-
is furnished to do so, subject to the following
|
29558
|
-
conditions:
|
29559
|
-
|
29560
|
-
The above copyright notice and this permission notice
|
29561
|
-
shall be included in all copies or substantial portions
|
29562
|
-
of the Software.
|
29563
|
-
|
29564
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29565
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29566
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29567
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29568
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29569
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29570
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29571
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29572
|
-
DEALINGS IN THE SOFTWARE.
|
29573
|
-
|
29574
|
-
================================================================================
|
29575
|
-
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
28859
|
+
regex LICENSE-APACHE
|
29576
28860
|
================================================================================
|
29577
28861
|
|
29578
|
-
|
28862
|
+
Apache License
|
28863
|
+
Version 2.0, January 2004
|
28864
|
+
http://www.apache.org/licenses/
|
29579
28865
|
|
29580
|
-
|
29581
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29582
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29583
|
-
http://www.unicode.org/utility/trac/browser/.
|
28866
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29584
28867
|
|
29585
|
-
|
29586
|
-
directory http://www.unicode.org/Public/.
|
28868
|
+
1. Definitions.
|
29587
28869
|
|
29588
|
-
|
29589
|
-
|
29590
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29591
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29592
|
-
http://www.unicode.org/utility/trac/browser/.
|
28870
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
28871
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29593
28872
|
|
29594
|
-
|
29595
|
-
|
29596
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
29597
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
29598
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
29599
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
29600
|
-
THE DATA FILES OR SOFTWARE.
|
28873
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
28874
|
+
the copyright owner that is granting the License.
|
29601
28875
|
|
29602
|
-
|
28876
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
28877
|
+
other entities that control, are controlled by, or are under common
|
28878
|
+
control with that entity. For the purposes of this definition,
|
28879
|
+
"control" means (i) the power, direct or indirect, to cause the
|
28880
|
+
direction or management of such entity, whether by contract or
|
28881
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28882
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29603
28883
|
|
29604
|
-
|
29605
|
-
|
28884
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
28885
|
+
exercising permissions granted by this License.
|
29606
28886
|
|
29607
|
-
|
29608
|
-
|
29609
|
-
|
29610
|
-
(the "Software") to deal in the Data Files or Software
|
29611
|
-
without restriction, including without limitation the rights to use,
|
29612
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
29613
|
-
the Data Files or Software, and to permit persons to whom the Data Files
|
29614
|
-
or Software are furnished to do so, provided that either
|
29615
|
-
(a) this copyright and permission notice appear with all copies
|
29616
|
-
of the Data Files or Software, or
|
29617
|
-
(b) this copyright and permission notice appear in associated
|
29618
|
-
Documentation.
|
28887
|
+
"Source" form shall mean the preferred form for making modifications,
|
28888
|
+
including but not limited to software source code, documentation
|
28889
|
+
source, and configuration files.
|
29619
28890
|
|
29620
|
-
|
29621
|
-
|
29622
|
-
|
29623
|
-
|
29624
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
29625
|
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
29626
|
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
29627
|
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
29628
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
29629
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
28891
|
+
"Object" form shall mean any form resulting from mechanical
|
28892
|
+
transformation or translation of a Source form, including but
|
28893
|
+
not limited to compiled object code, generated documentation,
|
28894
|
+
and conversions to other media types.
|
29630
28895
|
|
29631
|
-
|
29632
|
-
|
29633
|
-
|
29634
|
-
|
28896
|
+
"Work" shall mean the work of authorship, whether in Source or
|
28897
|
+
Object form, made available under the License, as indicated by a
|
28898
|
+
copyright notice that is included in or attached to the work
|
28899
|
+
(an example is provided in the Appendix below).
|
29635
28900
|
|
29636
|
-
|
29637
|
-
|
29638
|
-
|
28901
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
28902
|
+
form, that is based on (or derived from) the Work and for which the
|
28903
|
+
editorial revisions, annotations, elaborations, or other modifications
|
28904
|
+
represent, as a whole, an original work of authorship. For the purposes
|
28905
|
+
of this License, Derivative Works shall not include works that remain
|
28906
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
28907
|
+
the Work and Derivative Works thereof.
|
29639
28908
|
|
29640
|
-
|
28909
|
+
"Contribution" shall mean any work of authorship, including
|
28910
|
+
the original version of the Work and any modifications or additions
|
28911
|
+
to that Work or Derivative Works thereof, that is intentionally
|
28912
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
28913
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
28914
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
28915
|
+
means any form of electronic, verbal, or written communication sent
|
28916
|
+
to the Licensor or its representatives, including but not limited to
|
28917
|
+
communication on electronic mailing lists, source code control systems,
|
28918
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
28919
|
+
Licensor for the purpose of discussing and improving the Work, but
|
28920
|
+
excluding communication that is conspicuously marked or otherwise
|
28921
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
28922
|
+
|
28923
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28924
|
+
on behalf of whom a Contribution has been received by Licensor and
|
28925
|
+
subsequently incorporated within the Work.
|
28926
|
+
|
28927
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
28928
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28929
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28930
|
+
copyright license to reproduce, prepare Derivative Works of,
|
28931
|
+
publicly display, publicly perform, sublicense, and distribute the
|
28932
|
+
Work and such Derivative Works in Source or Object form.
|
28933
|
+
|
28934
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
28935
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28936
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28937
|
+
(except as stated in this section) patent license to make, have made,
|
28938
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
28939
|
+
where such license applies only to those patent claims licensable
|
28940
|
+
by such Contributor that are necessarily infringed by their
|
28941
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
28942
|
+
with the Work to which such Contribution(s) was submitted. If You
|
28943
|
+
institute patent litigation against any entity (including a
|
28944
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
28945
|
+
or a Contribution incorporated within the Work constitutes direct
|
28946
|
+
or contributory patent infringement, then any patent licenses
|
28947
|
+
granted to You under this License for that Work shall terminate
|
28948
|
+
as of the date such litigation is filed.
|
28949
|
+
|
28950
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
28951
|
+
Work or Derivative Works thereof in any medium, with or without
|
28952
|
+
modifications, and in Source or Object form, provided that You
|
28953
|
+
meet the following conditions:
|
28954
|
+
|
28955
|
+
(a) You must give any other recipients of the Work or
|
28956
|
+
Derivative Works a copy of this License; and
|
28957
|
+
|
28958
|
+
(b) You must cause any modified files to carry prominent notices
|
28959
|
+
stating that You changed the files; and
|
28960
|
+
|
28961
|
+
(c) You must retain, in the Source form of any Derivative Works
|
28962
|
+
that You distribute, all copyright, patent, trademark, and
|
28963
|
+
attribution notices from the Source form of the Work,
|
28964
|
+
excluding those notices that do not pertain to any part of
|
28965
|
+
the Derivative Works; and
|
28966
|
+
|
28967
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
28968
|
+
distribution, then any Derivative Works that You distribute must
|
28969
|
+
include a readable copy of the attribution notices contained
|
28970
|
+
within such NOTICE file, excluding those notices that do not
|
28971
|
+
pertain to any part of the Derivative Works, in at least one
|
28972
|
+
of the following places: within a NOTICE text file distributed
|
28973
|
+
as part of the Derivative Works; within the Source form or
|
28974
|
+
documentation, if provided along with the Derivative Works; or,
|
28975
|
+
within a display generated by the Derivative Works, if and
|
28976
|
+
wherever such third-party notices normally appear. The contents
|
28977
|
+
of the NOTICE file are for informational purposes only and
|
28978
|
+
do not modify the License. You may add Your own attribution
|
28979
|
+
notices within Derivative Works that You distribute, alongside
|
28980
|
+
or as an addendum to the NOTICE text from the Work, provided
|
28981
|
+
that such additional attribution notices cannot be construed
|
28982
|
+
as modifying the License.
|
28983
|
+
|
28984
|
+
You may add Your own copyright statement to Your modifications and
|
28985
|
+
may provide additional or different license terms and conditions
|
28986
|
+
for use, reproduction, or distribution of Your modifications, or
|
28987
|
+
for any such Derivative Works as a whole, provided Your use,
|
28988
|
+
reproduction, and distribution of the Work otherwise complies with
|
28989
|
+
the conditions stated in this License.
|
28990
|
+
|
28991
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
28992
|
+
any Contribution intentionally submitted for inclusion in the Work
|
28993
|
+
by You to the Licensor shall be under the terms and conditions of
|
28994
|
+
this License, without any additional terms or conditions.
|
28995
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
28996
|
+
the terms of any separate license agreement you may have executed
|
28997
|
+
with Licensor regarding such Contributions.
|
28998
|
+
|
28999
|
+
6. Trademarks. This License does not grant permission to use the trade
|
29000
|
+
names, trademarks, service marks, or product names of the Licensor,
|
29001
|
+
except as required for reasonable and customary use in describing the
|
29002
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
29003
|
+
|
29004
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
29005
|
+
agreed to in writing, Licensor provides the Work (and each
|
29006
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29007
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29008
|
+
implied, including, without limitation, any warranties or conditions
|
29009
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29010
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29011
|
+
appropriateness of using or redistributing the Work and assume any
|
29012
|
+
risks associated with Your exercise of permissions under this License.
|
29013
|
+
|
29014
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
29015
|
+
whether in tort (including negligence), contract, or otherwise,
|
29016
|
+
unless required by applicable law (such as deliberate and grossly
|
29017
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
29018
|
+
liable to You for damages, including any direct, indirect, special,
|
29019
|
+
incidental, or consequential damages of any character arising as a
|
29020
|
+
result of this License or out of the use or inability to use the
|
29021
|
+
Work (including but not limited to damages for loss of goodwill,
|
29022
|
+
work stoppage, computer failure or malfunction, or any and all
|
29023
|
+
other commercial damages or losses), even if such Contributor
|
29024
|
+
has been advised of the possibility of such damages.
|
29025
|
+
|
29026
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
29027
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
29028
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
29029
|
+
or other liability obligations and/or rights consistent with this
|
29030
|
+
License. However, in accepting such obligations, You may act only
|
29031
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
29032
|
+
of any other Contributor, and only if You agree to indemnify,
|
29033
|
+
defend, and hold each Contributor harmless for any liability
|
29034
|
+
incurred by, or claims asserted against, such Contributor by reason
|
29035
|
+
of your accepting any such warranty or additional liability.
|
29036
|
+
|
29037
|
+
END OF TERMS AND CONDITIONS
|
29038
|
+
|
29039
|
+
APPENDIX: How to apply the Apache License to your work.
|
29040
|
+
|
29041
|
+
To apply the Apache License to your work, attach the following
|
29042
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29043
|
+
replaced with your own identifying information. (Don't include
|
29044
|
+
the brackets!) The text should be enclosed in the appropriate
|
29045
|
+
comment syntax for the file format. We also recommend that a
|
29046
|
+
file or class name and description of purpose be included on the
|
29047
|
+
same "printed page" as the copyright notice for easier
|
29048
|
+
identification within third-party archives.
|
29049
|
+
|
29050
|
+
Copyright [yyyy] [name of copyright owner]
|
29641
29051
|
|
29642
29052
|
Licensed under the Apache License, Version 2.0 (the "License");
|
29643
29053
|
you may not use this file except in compliance with the License.
|
29644
29054
|
You may obtain a copy of the License at
|
29645
29055
|
|
29646
|
-
|
29056
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29647
29057
|
|
29648
29058
|
Unless required by applicable law or agreed to in writing, software
|
29649
29059
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -29652,31 +29062,37 @@ See the License for the specific language governing permissions and
|
|
29652
29062
|
limitations under the License.
|
29653
29063
|
|
29654
29064
|
================================================================================
|
29655
|
-
|
29065
|
+
regex LICENSE-MIT
|
29656
29066
|
================================================================================
|
29657
29067
|
|
29658
|
-
Copyright
|
29068
|
+
Copyright (c) 2014 The Rust Project Developers
|
29659
29069
|
|
29660
|
-
Permission is hereby granted, free of charge, to any
|
29661
|
-
of this software and associated
|
29662
|
-
|
29663
|
-
|
29664
|
-
|
29665
|
-
|
29070
|
+
Permission is hereby granted, free of charge, to any
|
29071
|
+
person obtaining a copy of this software and associated
|
29072
|
+
documentation files (the "Software"), to deal in the
|
29073
|
+
Software without restriction, including without
|
29074
|
+
limitation the rights to use, copy, modify, merge,
|
29075
|
+
publish, distribute, sublicense, and/or sell copies of
|
29076
|
+
the Software, and to permit persons to whom the Software
|
29077
|
+
is furnished to do so, subject to the following
|
29078
|
+
conditions:
|
29666
29079
|
|
29667
|
-
The above copyright notice and this permission notice
|
29668
|
-
copies or substantial portions
|
29080
|
+
The above copyright notice and this permission notice
|
29081
|
+
shall be included in all copies or substantial portions
|
29082
|
+
of the Software.
|
29669
29083
|
|
29670
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29671
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
29672
|
-
|
29673
|
-
|
29674
|
-
|
29675
|
-
|
29676
|
-
|
29084
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29085
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29086
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29087
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29088
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29089
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29090
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29091
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29092
|
+
DEALINGS IN THE SOFTWARE.
|
29677
29093
|
|
29678
29094
|
================================================================================
|
29679
|
-
|
29095
|
+
regex-automata LICENSE-APACHE
|
29680
29096
|
================================================================================
|
29681
29097
|
|
29682
29098
|
Apache License
|
@@ -29882,9 +29298,11 @@ See the License for the specific language governing permissions and
|
|
29882
29298
|
limitations under the License.
|
29883
29299
|
|
29884
29300
|
================================================================================
|
29885
|
-
|
29301
|
+
regex-automata LICENSE-MIT
|
29886
29302
|
================================================================================
|
29887
29303
|
|
29304
|
+
Copyright (c) 2014 The Rust Project Developers
|
29305
|
+
|
29888
29306
|
Permission is hereby granted, free of charge, to any
|
29889
29307
|
person obtaining a copy of this software and associated
|
29890
29308
|
documentation files (the "Software"), to deal in the
|
@@ -29910,7 +29328,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29910
29328
|
DEALINGS IN THE SOFTWARE.
|
29911
29329
|
|
29912
29330
|
================================================================================
|
29913
|
-
|
29331
|
+
regex-syntax LICENSE-APACHE
|
29914
29332
|
================================================================================
|
29915
29333
|
|
29916
29334
|
Apache License
|
@@ -30116,10 +29534,10 @@ See the License for the specific language governing permissions and
|
|
30116
29534
|
limitations under the License.
|
30117
29535
|
|
30118
29536
|
================================================================================
|
30119
|
-
|
29537
|
+
regex-syntax LICENSE-MIT
|
30120
29538
|
================================================================================
|
30121
29539
|
|
30122
|
-
Copyright (c)
|
29540
|
+
Copyright (c) 2014 The Rust Project Developers
|
30123
29541
|
|
30124
29542
|
Permission is hereby granted, free of charge, to any
|
30125
29543
|
person obtaining a copy of this software and associated
|
@@ -30146,7 +29564,111 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
30146
29564
|
DEALINGS IN THE SOFTWARE.
|
30147
29565
|
|
30148
29566
|
================================================================================
|
30149
|
-
|
29567
|
+
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
29568
|
+
================================================================================
|
29569
|
+
|
29570
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
29571
|
+
|
29572
|
+
Unicode Data Files include all data files under the directories
|
29573
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29574
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29575
|
+
http://www.unicode.org/utility/trac/browser/.
|
29576
|
+
|
29577
|
+
Unicode Data Files do not include PDF online code charts under the
|
29578
|
+
directory http://www.unicode.org/Public/.
|
29579
|
+
|
29580
|
+
Software includes any source code published in the Unicode Standard
|
29581
|
+
or under the directories
|
29582
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29583
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29584
|
+
http://www.unicode.org/utility/trac/browser/.
|
29585
|
+
|
29586
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
29587
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
29588
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
29589
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
29590
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
29591
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
29592
|
+
THE DATA FILES OR SOFTWARE.
|
29593
|
+
|
29594
|
+
COPYRIGHT AND PERMISSION NOTICE
|
29595
|
+
|
29596
|
+
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
|
29597
|
+
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
29598
|
+
|
29599
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
29600
|
+
a copy of the Unicode data files and any associated documentation
|
29601
|
+
(the "Data Files") or Unicode software and any associated documentation
|
29602
|
+
(the "Software") to deal in the Data Files or Software
|
29603
|
+
without restriction, including without limitation the rights to use,
|
29604
|
+
copy, modify, merge, publish, distribute, and/or sell copies of
|
29605
|
+
the Data Files or Software, and to permit persons to whom the Data Files
|
29606
|
+
or Software are furnished to do so, provided that either
|
29607
|
+
(a) this copyright and permission notice appear with all copies
|
29608
|
+
of the Data Files or Software, or
|
29609
|
+
(b) this copyright and permission notice appear in associated
|
29610
|
+
Documentation.
|
29611
|
+
|
29612
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29613
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
29614
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
29615
|
+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
29616
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
29617
|
+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
29618
|
+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
29619
|
+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
29620
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
29621
|
+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
29622
|
+
|
29623
|
+
Except as contained in this notice, the name of a copyright holder
|
29624
|
+
shall not be used in advertising or otherwise to promote the sale,
|
29625
|
+
use or other dealings in these Data Files or Software without prior
|
29626
|
+
written authorization of the copyright holder.
|
29627
|
+
|
29628
|
+
================================================================================
|
29629
|
+
rle-decode-fast LICENSE-APACHE
|
29630
|
+
================================================================================
|
29631
|
+
|
29632
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
29633
|
+
|
29634
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29635
|
+
you may not use this file except in compliance with the License.
|
29636
|
+
You may obtain a copy of the License at
|
29637
|
+
|
29638
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29639
|
+
|
29640
|
+
Unless required by applicable law or agreed to in writing, software
|
29641
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29642
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29643
|
+
See the License for the specific language governing permissions and
|
29644
|
+
limitations under the License.
|
29645
|
+
|
29646
|
+
================================================================================
|
29647
|
+
rle-decode-fast LICENSE-MIT
|
29648
|
+
================================================================================
|
29649
|
+
|
29650
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
29651
|
+
|
29652
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
29653
|
+
of this software and associated documentation files (the "Software"), to deal
|
29654
|
+
in the Software without restriction, including without limitation the rights to
|
29655
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
29656
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
29657
|
+
so, subject to the following conditions:
|
29658
|
+
|
29659
|
+
The above copyright notice and this permission notice shall be included in all
|
29660
|
+
copies or substantial portions of the Software.
|
29661
|
+
|
29662
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
29663
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
29664
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29665
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29666
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29667
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
29668
|
+
SOFTWARE.
|
29669
|
+
|
29670
|
+
================================================================================
|
29671
|
+
rustc-hash LICENSE-APACHE
|
30150
29672
|
================================================================================
|
30151
29673
|
|
30152
29674
|
Apache License
|
@@ -30326,8 +29848,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30326
29848
|
|
30327
29849
|
END OF TERMS AND CONDITIONS
|
30328
29850
|
|
29851
|
+
APPENDIX: How to apply the Apache License to your work.
|
29852
|
+
|
29853
|
+
To apply the Apache License to your work, attach the following
|
29854
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29855
|
+
replaced with your own identifying information. (Don't include
|
29856
|
+
the brackets!) The text should be enclosed in the appropriate
|
29857
|
+
comment syntax for the file format. We also recommend that a
|
29858
|
+
file or class name and description of purpose be included on the
|
29859
|
+
same "printed page" as the copyright notice for easier
|
29860
|
+
identification within third-party archives.
|
29861
|
+
|
29862
|
+
Copyright [yyyy] [name of copyright owner]
|
29863
|
+
|
29864
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29865
|
+
you may not use this file except in compliance with the License.
|
29866
|
+
You may obtain a copy of the License at
|
29867
|
+
|
29868
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29869
|
+
|
29870
|
+
Unless required by applicable law or agreed to in writing, software
|
29871
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29872
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29873
|
+
See the License for the specific language governing permissions and
|
29874
|
+
limitations under the License.
|
29875
|
+
|
30329
29876
|
================================================================================
|
30330
|
-
|
29877
|
+
rustc-hash LICENSE-MIT
|
30331
29878
|
================================================================================
|
30332
29879
|
|
30333
29880
|
Permission is hereby granted, free of charge, to any
|
@@ -30355,7 +29902,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
30355
29902
|
DEALINGS IN THE SOFTWARE.
|
30356
29903
|
|
30357
29904
|
================================================================================
|
30358
|
-
|
29905
|
+
rustversion LICENSE-APACHE
|
30359
29906
|
================================================================================
|
30360
29907
|
|
30361
29908
|
Apache License
|
@@ -30536,35 +30083,35 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30536
30083
|
END OF TERMS AND CONDITIONS
|
30537
30084
|
|
30538
30085
|
================================================================================
|
30539
|
-
|
30086
|
+
rustversion LICENSE-MIT
|
30540
30087
|
================================================================================
|
30541
30088
|
|
30542
|
-
|
30543
|
-
|
30544
|
-
|
30545
|
-
|
30546
|
-
|
30547
|
-
|
30548
|
-
Software, and to permit
|
30549
|
-
do so,
|
30089
|
+
Permission is hereby granted, free of charge, to any
|
30090
|
+
person obtaining a copy of this software and associated
|
30091
|
+
documentation files (the "Software"), to deal in the
|
30092
|
+
Software without restriction, including without
|
30093
|
+
limitation the rights to use, copy, modify, merge,
|
30094
|
+
publish, distribute, sublicense, and/or sell copies of
|
30095
|
+
the Software, and to permit persons to whom the Software
|
30096
|
+
is furnished to do so, subject to the following
|
30097
|
+
conditions:
|
30550
30098
|
|
30551
|
-
The copyright
|
30552
|
-
|
30553
|
-
|
30554
|
-
all derivative works of the Software, unless such copies or derivative
|
30555
|
-
works are solely in the form of machine-executable object code generated by
|
30556
|
-
a source language processor.
|
30099
|
+
The above copyright notice and this permission notice
|
30100
|
+
shall be included in all copies or substantial portions
|
30101
|
+
of the Software.
|
30557
30102
|
|
30558
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30559
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
30560
|
-
|
30561
|
-
|
30562
|
-
|
30563
|
-
|
30103
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30104
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
30105
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
30106
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
30107
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
30108
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
30109
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
30110
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30564
30111
|
DEALINGS IN THE SOFTWARE.
|
30565
30112
|
|
30566
30113
|
================================================================================
|
30567
|
-
|
30114
|
+
ryu LICENSE-APACHE
|
30568
30115
|
================================================================================
|
30569
30116
|
|
30570
30117
|
Apache License
|
@@ -30744,63 +30291,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30744
30291
|
|
30745
30292
|
END OF TERMS AND CONDITIONS
|
30746
30293
|
|
30747
|
-
APPENDIX: How to apply the Apache License to your work.
|
30748
|
-
|
30749
|
-
To apply the Apache License to your work, attach the following
|
30750
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
30751
|
-
replaced with your own identifying information. (Don't include
|
30752
|
-
the brackets!) The text should be enclosed in the appropriate
|
30753
|
-
comment syntax for the file format. We also recommend that a
|
30754
|
-
file or class name and description of purpose be included on the
|
30755
|
-
same "printed page" as the copyright notice for easier
|
30756
|
-
identification within third-party archives.
|
30757
|
-
|
30758
|
-
Copyright [yyyy] [name of copyright owner]
|
30759
|
-
|
30760
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30761
|
-
you may not use this file except in compliance with the License.
|
30762
|
-
You may obtain a copy of the License at
|
30763
|
-
|
30764
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
30765
|
-
|
30766
|
-
Unless required by applicable law or agreed to in writing, software
|
30767
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30768
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30769
|
-
See the License for the specific language governing permissions and
|
30770
|
-
limitations under the License.
|
30771
|
-
|
30772
30294
|
================================================================================
|
30773
|
-
|
30295
|
+
ryu LICENSE-BOOST
|
30774
30296
|
================================================================================
|
30775
30297
|
|
30776
|
-
|
30298
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
30777
30299
|
|
30778
|
-
Permission is hereby granted, free of charge, to any
|
30779
|
-
|
30780
|
-
|
30781
|
-
|
30782
|
-
|
30783
|
-
|
30784
|
-
the Software, and to permit persons to whom the Software
|
30785
|
-
is furnished to do so, subject to the following
|
30786
|
-
conditions:
|
30300
|
+
Permission is hereby granted, free of charge, to any person or organization
|
30301
|
+
obtaining a copy of the software and accompanying documentation covered by
|
30302
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
30303
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
30304
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
30305
|
+
do so, all subject to the following:
|
30787
30306
|
|
30788
|
-
The
|
30789
|
-
|
30790
|
-
of the Software
|
30307
|
+
The copyright notices in the Software and this entire statement, including
|
30308
|
+
the above license grant, this restriction and the following disclaimer,
|
30309
|
+
must be included in all copies of the Software, in whole or in part, and
|
30310
|
+
all derivative works of the Software, unless such copies or derivative
|
30311
|
+
works are solely in the form of machine-executable object code generated by
|
30312
|
+
a source language processor.
|
30791
30313
|
|
30792
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30793
|
-
|
30794
|
-
|
30795
|
-
|
30796
|
-
|
30797
|
-
|
30798
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
30799
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30314
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30315
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30316
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
30317
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
30318
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
30319
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30800
30320
|
DEALINGS IN THE SOFTWARE.
|
30801
30321
|
|
30802
30322
|
================================================================================
|
30803
|
-
|
30323
|
+
scopeguard LICENSE-APACHE
|
30804
30324
|
================================================================================
|
30805
30325
|
|
30806
30326
|
Apache License
|
@@ -30980,10 +30500,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30980
30500
|
|
30981
30501
|
END OF TERMS AND CONDITIONS
|
30982
30502
|
|
30503
|
+
APPENDIX: How to apply the Apache License to your work.
|
30504
|
+
|
30505
|
+
To apply the Apache License to your work, attach the following
|
30506
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
30507
|
+
replaced with your own identifying information. (Don't include
|
30508
|
+
the brackets!) The text should be enclosed in the appropriate
|
30509
|
+
comment syntax for the file format. We also recommend that a
|
30510
|
+
file or class name and description of purpose be included on the
|
30511
|
+
same "printed page" as the copyright notice for easier
|
30512
|
+
identification within third-party archives.
|
30513
|
+
|
30514
|
+
Copyright [yyyy] [name of copyright owner]
|
30515
|
+
|
30516
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
30517
|
+
you may not use this file except in compliance with the License.
|
30518
|
+
You may obtain a copy of the License at
|
30519
|
+
|
30520
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
30521
|
+
|
30522
|
+
Unless required by applicable law or agreed to in writing, software
|
30523
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
30524
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30525
|
+
See the License for the specific language governing permissions and
|
30526
|
+
limitations under the License.
|
30527
|
+
|
30983
30528
|
================================================================================
|
30984
|
-
|
30529
|
+
scopeguard LICENSE-MIT
|
30985
30530
|
================================================================================
|
30986
30531
|
|
30532
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
30533
|
+
|
30987
30534
|
Permission is hereby granted, free of charge, to any
|
30988
30535
|
person obtaining a copy of this software and associated
|
30989
30536
|
documentation files (the "Software"), to deal in the
|
@@ -34880,7 +34427,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34880
34427
|
DEALINGS IN THE SOFTWARE.
|
34881
34428
|
|
34882
34429
|
================================================================================
|
34883
|
-
syn v2.0.
|
34430
|
+
syn v2.0.46 LICENSE-APACHE
|
34884
34431
|
================================================================================
|
34885
34432
|
|
34886
34433
|
Apache License
|
@@ -35061,7 +34608,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35061
34608
|
END OF TERMS AND CONDITIONS
|
35062
34609
|
|
35063
34610
|
================================================================================
|
35064
|
-
syn v2.0.
|
34611
|
+
syn v2.0.46 LICENSE-MIT
|
35065
34612
|
================================================================================
|
35066
34613
|
|
35067
34614
|
Permission is hereby granted, free of charge, to any
|