polars-df 0.7.0-arm64-darwin → 0.8.0-arm64-darwin
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 +719 -1172
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/{3.0 → 3.3}/polars.bundle +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
|
|
@@ -133,9 +133,9 @@ comfy-table v7.1.0
|
|
133
133
|
https://github.com/nukesor/comfy-table
|
134
134
|
MIT
|
135
135
|
|
136
|
-
core-foundation-sys v0.8.
|
136
|
+
core-foundation-sys v0.8.6
|
137
137
|
https://github.com/servo/core-foundation-rs
|
138
|
-
MIT
|
138
|
+
MIT OR Apache-2.0
|
139
139
|
|
140
140
|
crc v2.1.0
|
141
141
|
https://github.com/mrhooray/crc-rs.git
|
@@ -149,23 +149,23 @@ crc32fast v1.3.2
|
|
149
149
|
https://github.com/srijs/rust-crc32fast
|
150
150
|
MIT OR Apache-2.0
|
151
151
|
|
152
|
-
crossbeam-channel v0.5.
|
152
|
+
crossbeam-channel v0.5.10
|
153
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
154
154
|
MIT OR Apache-2.0
|
155
155
|
|
156
|
-
crossbeam-deque v0.8.
|
156
|
+
crossbeam-deque v0.8.4
|
157
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
158
158
|
MIT OR Apache-2.0
|
159
159
|
|
160
|
-
crossbeam-epoch v0.9.
|
160
|
+
crossbeam-epoch v0.9.17
|
161
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
162
162
|
MIT OR Apache-2.0
|
163
163
|
|
164
|
-
crossbeam-queue v0.3.
|
164
|
+
crossbeam-queue v0.3.10
|
165
165
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
166
166
|
MIT OR Apache-2.0
|
167
167
|
|
168
|
-
crossbeam-utils v0.8.
|
168
|
+
crossbeam-utils v0.8.18
|
169
169
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
170
170
|
MIT OR Apache-2.0
|
171
171
|
|
@@ -213,39 +213,39 @@ foreign_vec v0.1.0
|
|
213
213
|
https://github.com/DataEngineeringLabs/foreign_vec
|
214
214
|
MIT
|
215
215
|
|
216
|
-
futures v0.3.
|
216
|
+
futures v0.3.30
|
217
217
|
https://rust-lang.github.io/futures-rs
|
218
218
|
MIT OR Apache-2.0
|
219
219
|
|
220
|
-
futures-channel v0.3.
|
220
|
+
futures-channel v0.3.30
|
221
221
|
https://rust-lang.github.io/futures-rs
|
222
222
|
MIT OR Apache-2.0
|
223
223
|
|
224
|
-
futures-core v0.3.
|
224
|
+
futures-core v0.3.30
|
225
225
|
https://rust-lang.github.io/futures-rs
|
226
226
|
MIT OR Apache-2.0
|
227
227
|
|
228
|
-
futures-executor v0.3.
|
228
|
+
futures-executor v0.3.30
|
229
229
|
https://rust-lang.github.io/futures-rs
|
230
230
|
MIT OR Apache-2.0
|
231
231
|
|
232
|
-
futures-io v0.3.
|
232
|
+
futures-io v0.3.30
|
233
233
|
https://rust-lang.github.io/futures-rs
|
234
234
|
MIT OR Apache-2.0
|
235
235
|
|
236
|
-
futures-macro v0.3.
|
236
|
+
futures-macro v0.3.30
|
237
237
|
https://rust-lang.github.io/futures-rs
|
238
238
|
MIT OR Apache-2.0
|
239
239
|
|
240
|
-
futures-sink v0.3.
|
240
|
+
futures-sink v0.3.30
|
241
241
|
https://rust-lang.github.io/futures-rs
|
242
242
|
MIT OR Apache-2.0
|
243
243
|
|
244
|
-
futures-task v0.3.
|
244
|
+
futures-task v0.3.30
|
245
245
|
https://rust-lang.github.io/futures-rs
|
246
246
|
MIT OR Apache-2.0
|
247
247
|
|
248
|
-
futures-util v0.3.
|
248
|
+
futures-util v0.3.30
|
249
249
|
https://rust-lang.github.io/futures-rs
|
250
250
|
MIT OR Apache-2.0
|
251
251
|
|
@@ -265,7 +265,7 @@ hashbrown v0.13.2
|
|
265
265
|
https://github.com/rust-lang/hashbrown
|
266
266
|
MIT OR Apache-2.0
|
267
267
|
|
268
|
-
hashbrown v0.14.
|
268
|
+
hashbrown v0.14.3
|
269
269
|
https://github.com/rust-lang/hashbrown
|
270
270
|
MIT OR Apache-2.0
|
271
271
|
|
@@ -277,11 +277,11 @@ hex v0.4.3
|
|
277
277
|
https://github.com/KokaKiwi/rust-hex
|
278
278
|
MIT OR Apache-2.0
|
279
279
|
|
280
|
-
home v0.5.
|
280
|
+
home v0.5.9
|
281
281
|
https://github.com/rust-lang/cargo
|
282
282
|
MIT OR Apache-2.0
|
283
283
|
|
284
|
-
iana-time-zone v0.1.
|
284
|
+
iana-time-zone v0.1.59
|
285
285
|
https://github.com/strawlab/iana-time-zone
|
286
286
|
MIT OR Apache-2.0
|
287
287
|
|
@@ -289,7 +289,7 @@ indexmap v2.1.0
|
|
289
289
|
https://github.com/bluss/indexmap
|
290
290
|
Apache-2.0 OR MIT
|
291
291
|
|
292
|
-
itoa v1.0.
|
292
|
+
itoa v1.0.10
|
293
293
|
https://github.com/dtolnay/itoa
|
294
294
|
MIT OR Apache-2.0
|
295
295
|
|
@@ -337,7 +337,7 @@ lexical-write-integer v0.8.5
|
|
337
337
|
https://github.com/Alexhuszagh/rust-lexical
|
338
338
|
MIT/Apache-2.0
|
339
339
|
|
340
|
-
libc v0.2.
|
340
|
+
libc v0.2.151
|
341
341
|
https://github.com/rust-lang/libc
|
342
342
|
MIT OR Apache-2.0
|
343
343
|
|
@@ -349,7 +349,7 @@ libflate_lz77 v1.2.0
|
|
349
349
|
https://github.com/sile/libflate
|
350
350
|
MIT
|
351
351
|
|
352
|
-
libloading v0.
|
352
|
+
libloading v0.8.1
|
353
353
|
https://github.com/nagisa/rust_libloading/
|
354
354
|
ISC
|
355
355
|
|
@@ -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
|
mimalloc v0.1.39
|
401
397
|
https://github.com/purpleprotocol/mimalloc_rust
|
402
398
|
MIT
|
@@ -409,7 +405,7 @@ miniz_oxide v0.7.1
|
|
409
405
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
410
406
|
MIT OR Zlib OR Apache-2.0
|
411
407
|
|
412
|
-
mio v0.8.
|
408
|
+
mio v0.8.10
|
413
409
|
https://github.com/tokio-rs/mio
|
414
410
|
MIT
|
415
411
|
|
@@ -437,7 +433,7 @@ num_cpus v1.16.0
|
|
437
433
|
https://github.com/seanmonstar/num_cpus
|
438
434
|
MIT OR Apache-2.0
|
439
435
|
|
440
|
-
once_cell v1.
|
436
|
+
once_cell v1.19.0
|
441
437
|
https://github.com/matklad/once_cell
|
442
438
|
MIT OR Apache-2.0
|
443
439
|
|
@@ -461,7 +457,7 @@ peeking_take_while v0.1.2
|
|
461
457
|
https://github.com/fitzgen/peeking_take_while
|
462
458
|
Apache-2.0/MIT
|
463
459
|
|
464
|
-
percent-encoding v2.3.
|
460
|
+
percent-encoding v2.3.1
|
465
461
|
https://github.com/servo/rust-url/
|
466
462
|
MIT OR Apache-2.0
|
467
463
|
|
@@ -489,7 +485,7 @@ pin-utils v0.1.0
|
|
489
485
|
https://github.com/rust-lang-nursery/pin-utils
|
490
486
|
MIT OR Apache-2.0
|
491
487
|
|
492
|
-
pkg-config v0.3.
|
488
|
+
pkg-config v0.3.28
|
493
489
|
https://github.com/rust-lang/pkg-config-rs
|
494
490
|
MIT OR Apache-2.0
|
495
491
|
|
@@ -497,61 +493,65 @@ planus v0.3.1
|
|
497
493
|
https://github.com/planus-org/planus
|
498
494
|
MIT/Apache-2.0
|
499
495
|
|
500
|
-
polars v0.
|
496
|
+
polars v0.36.2
|
501
497
|
https://www.pola.rs/
|
502
498
|
MIT
|
503
499
|
|
504
|
-
polars-arrow v0.
|
500
|
+
polars-arrow v0.36.2
|
505
501
|
https://www.pola.rs/
|
506
502
|
|
507
|
-
polars-
|
503
|
+
polars-compute v0.36.2
|
508
504
|
https://www.pola.rs/
|
509
505
|
MIT
|
510
506
|
|
511
|
-
polars-
|
507
|
+
polars-core v0.36.2
|
512
508
|
https://www.pola.rs/
|
513
509
|
MIT
|
514
510
|
|
515
|
-
polars-
|
511
|
+
polars-error v0.36.2
|
516
512
|
https://www.pola.rs/
|
517
513
|
MIT
|
518
514
|
|
519
|
-
polars-
|
515
|
+
polars-io v0.36.2
|
520
516
|
https://www.pola.rs/
|
521
517
|
MIT
|
522
518
|
|
523
|
-
polars-
|
519
|
+
polars-json v0.36.2
|
524
520
|
https://www.pola.rs/
|
525
521
|
MIT
|
526
522
|
|
527
|
-
polars-
|
523
|
+
polars-lazy v0.36.2
|
528
524
|
https://www.pola.rs/
|
529
525
|
MIT
|
530
526
|
|
531
|
-
polars-
|
527
|
+
polars-ops v0.36.2
|
532
528
|
https://www.pola.rs/
|
529
|
+
MIT
|
533
530
|
|
534
|
-
polars-
|
531
|
+
polars-parquet v0.36.2
|
532
|
+
https://www.pola.rs/
|
533
|
+
|
534
|
+
polars-pipe v0.36.2
|
535
535
|
https://www.pola.rs/
|
536
536
|
MIT
|
537
537
|
|
538
|
-
polars-plan v0.
|
538
|
+
polars-plan v0.36.2
|
539
539
|
https://www.pola.rs/
|
540
540
|
MIT
|
541
541
|
|
542
|
-
polars-row v0.
|
542
|
+
polars-row v0.36.2
|
543
543
|
https://www.pola.rs/
|
544
544
|
MIT
|
545
545
|
|
546
|
-
polars-sql v0.
|
546
|
+
polars-sql v0.36.2
|
547
547
|
https://www.pola.rs/
|
548
548
|
MIT
|
549
549
|
|
550
|
-
polars-time v0.
|
550
|
+
polars-time v0.36.2
|
551
551
|
https://www.pola.rs/
|
552
552
|
MIT
|
553
553
|
|
554
|
-
polars-utils v0.
|
554
|
+
polars-utils v0.36.2
|
555
555
|
https://www.pola.rs/
|
556
556
|
MIT
|
557
557
|
|
@@ -559,11 +559,11 @@ ppv-lite86 v0.2.17
|
|
559
559
|
https://github.com/cryptocorrosion/cryptocorrosion
|
560
560
|
MIT/Apache-2.0
|
561
561
|
|
562
|
-
proc-macro2 v1.0.
|
562
|
+
proc-macro2 v1.0.74
|
563
563
|
https://github.com/dtolnay/proc-macro2
|
564
564
|
MIT OR Apache-2.0
|
565
565
|
|
566
|
-
quote v1.0.
|
566
|
+
quote v1.0.35
|
567
567
|
https://github.com/dtolnay/quote
|
568
568
|
MIT OR Apache-2.0
|
569
569
|
|
@@ -591,11 +591,11 @@ rayon-core v1.12.0
|
|
591
591
|
https://github.com/rayon-rs/rayon
|
592
592
|
MIT OR Apache-2.0
|
593
593
|
|
594
|
-
rb-sys v0.9.
|
594
|
+
rb-sys v0.9.86
|
595
595
|
https://github.com/oxidize-rb/rb-sys
|
596
596
|
MIT OR Apache-2.0
|
597
597
|
|
598
|
-
rb-sys-build v0.9.
|
598
|
+
rb-sys-build v0.9.86
|
599
599
|
https://github.com/oxidize-rb/rb-sys
|
600
600
|
MIT OR Apache-2.0
|
601
601
|
|
@@ -603,11 +603,11 @@ rb-sys-env v0.1.2
|
|
603
603
|
https://github.com/oxidize-rb/rb-sys
|
604
604
|
MIT OR Apache-2.0
|
605
605
|
|
606
|
-
ref-cast v1.0.
|
606
|
+
ref-cast v1.0.22
|
607
607
|
https://github.com/dtolnay/ref-cast
|
608
608
|
MIT OR Apache-2.0
|
609
609
|
|
610
|
-
ref-cast-impl v1.0.
|
610
|
+
ref-cast-impl v1.0.22
|
611
611
|
https://github.com/dtolnay/ref-cast
|
612
612
|
MIT OR Apache-2.0
|
613
613
|
|
@@ -631,15 +631,11 @@ rustc-hash v1.1.0
|
|
631
631
|
https://github.com/rust-lang-nursery/rustc-hash
|
632
632
|
Apache-2.0/MIT
|
633
633
|
|
634
|
-
rustc_version v0.4.0
|
635
|
-
https://github.com/Kimundi/rustc-version-rs
|
636
|
-
MIT/Apache-2.0
|
637
|
-
|
638
634
|
rustversion v1.0.14
|
639
635
|
https://github.com/dtolnay/rustversion
|
640
636
|
MIT OR Apache-2.0
|
641
637
|
|
642
|
-
ryu v1.0.
|
638
|
+
ryu v1.0.16
|
643
639
|
https://github.com/dtolnay/ryu
|
644
640
|
Apache-2.0 OR BSL-1.0
|
645
641
|
|
@@ -647,23 +643,19 @@ scopeguard v1.2.0
|
|
647
643
|
https://github.com/bluss/scopeguard
|
648
644
|
MIT OR Apache-2.0
|
649
645
|
|
650
|
-
semver v1.0.20
|
651
|
-
https://github.com/dtolnay/semver
|
652
|
-
MIT OR Apache-2.0
|
653
|
-
|
654
646
|
seq-macro v0.3.5
|
655
647
|
https://github.com/dtolnay/seq-macro
|
656
648
|
MIT OR Apache-2.0
|
657
649
|
|
658
|
-
serde v1.0.
|
650
|
+
serde v1.0.194
|
659
651
|
https://serde.rs
|
660
652
|
MIT OR Apache-2.0
|
661
653
|
|
662
|
-
serde_derive v1.0.
|
654
|
+
serde_derive v1.0.194
|
663
655
|
https://serde.rs
|
664
656
|
MIT OR Apache-2.0
|
665
657
|
|
666
|
-
serde_json v1.0.
|
658
|
+
serde_json v1.0.110
|
667
659
|
https://github.com/serde-rs/json
|
668
660
|
MIT OR Apache-2.0
|
669
661
|
|
@@ -699,7 +691,7 @@ smartstring v1.0.1
|
|
699
691
|
https://github.com/bodil/smartstring
|
700
692
|
MPL-2.0+
|
701
693
|
|
702
|
-
snap v1.1.
|
694
|
+
snap v1.1.1
|
703
695
|
https://github.com/BurntSushi/rust-snappy
|
704
696
|
BSD-3-Clause
|
705
697
|
|
@@ -739,11 +731,11 @@ syn v1.0.109
|
|
739
731
|
https://github.com/dtolnay/syn
|
740
732
|
MIT OR Apache-2.0
|
741
733
|
|
742
|
-
syn v2.0.
|
734
|
+
syn v2.0.46
|
743
735
|
https://github.com/dtolnay/syn
|
744
736
|
MIT OR Apache-2.0
|
745
737
|
|
746
|
-
sysinfo v0.
|
738
|
+
sysinfo v0.30.3
|
747
739
|
https://github.com/GuillaumeGomez/sysinfo
|
748
740
|
MIT
|
749
741
|
|
@@ -751,15 +743,15 @@ target-features v0.1.5
|
|
751
743
|
https://github.com/calebzulawski/target-features
|
752
744
|
MIT OR Apache-2.0
|
753
745
|
|
754
|
-
thiserror v1.0.
|
746
|
+
thiserror v1.0.56
|
755
747
|
https://github.com/dtolnay/thiserror
|
756
748
|
MIT OR Apache-2.0
|
757
749
|
|
758
|
-
thiserror-impl v1.0.
|
750
|
+
thiserror-impl v1.0.56
|
759
751
|
https://github.com/dtolnay/thiserror
|
760
752
|
MIT OR Apache-2.0
|
761
753
|
|
762
|
-
tokio v1.
|
754
|
+
tokio v1.35.1
|
763
755
|
https://tokio.rs
|
764
756
|
MIT
|
765
757
|
|
@@ -783,11 +775,11 @@ version_check v0.9.4
|
|
783
775
|
https://github.com/SergioBenitez/version_check
|
784
776
|
MIT/Apache-2.0
|
785
777
|
|
786
|
-
xxhash-rust v0.8.
|
778
|
+
xxhash-rust v0.8.8
|
787
779
|
https://github.com/DoumanAsh/xxhash-rust
|
788
780
|
BSL-1.0
|
789
781
|
|
790
|
-
zerocopy v0.7.
|
782
|
+
zerocopy v0.7.32
|
791
783
|
https://github.com/google/zerocopy
|
792
784
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
793
785
|
|
@@ -1472,6 +1464,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1472
1464
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1473
1465
|
SOFTWARE.
|
1474
1466
|
|
1467
|
+
================================================================================
|
1468
|
+
array-init-cursor LICENSE-MIT
|
1469
|
+
================================================================================
|
1470
|
+
|
1471
|
+
MIT License
|
1472
|
+
|
1473
|
+
Copyright (c) 2021 The Planus Project Developers
|
1474
|
+
|
1475
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1476
|
+
of this software and associated documentation files (the "Software"), to deal
|
1477
|
+
in the Software without restriction, including without limitation the rights
|
1478
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1479
|
+
copies of the Software, and to permit persons to whom the Software is
|
1480
|
+
furnished to do so, subject to the following conditions:
|
1481
|
+
|
1482
|
+
The above copyright notice and this permission notice shall be included in all
|
1483
|
+
copies or substantial portions of the Software.
|
1484
|
+
|
1485
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1486
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1487
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1488
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1489
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1490
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1491
|
+
SOFTWARE.
|
1492
|
+
|
1493
|
+
|
1475
1494
|
================================================================================
|
1476
1495
|
array-init-cursor LICENSE-APACHE
|
1477
1496
|
================================================================================
|
@@ -1654,33 +1673,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1654
1673
|
END OF TERMS AND CONDITIONS
|
1655
1674
|
|
1656
1675
|
|
1657
|
-
================================================================================
|
1658
|
-
array-init-cursor LICENSE-MIT
|
1659
|
-
================================================================================
|
1660
|
-
|
1661
|
-
MIT License
|
1662
|
-
|
1663
|
-
Copyright (c) 2021 The Planus Project Developers
|
1664
|
-
|
1665
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1666
|
-
of this software and associated documentation files (the "Software"), to deal
|
1667
|
-
in the Software without restriction, including without limitation the rights
|
1668
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1669
|
-
copies of the Software, and to permit persons to whom the Software is
|
1670
|
-
furnished to do so, subject to the following conditions:
|
1671
|
-
|
1672
|
-
The above copyright notice and this permission notice shall be included in all
|
1673
|
-
copies or substantial portions of the Software.
|
1674
|
-
|
1675
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1676
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1677
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1678
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1679
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1680
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1681
|
-
SOFTWARE.
|
1682
|
-
|
1683
|
-
|
1684
1676
|
================================================================================
|
1685
1677
|
arrow-format LICENSE
|
1686
1678
|
================================================================================
|
@@ -12839,7 +12831,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12839
12831
|
DEALINGS IN THE SOFTWARE.
|
12840
12832
|
|
12841
12833
|
================================================================================
|
12842
|
-
hashbrown v0.14.
|
12834
|
+
hashbrown v0.14.3 LICENSE-APACHE
|
12843
12835
|
================================================================================
|
12844
12836
|
|
12845
12837
|
Apache License
|
@@ -13045,7 +13037,7 @@ See the License for the specific language governing permissions and
|
|
13045
13037
|
limitations under the License.
|
13046
13038
|
|
13047
13039
|
================================================================================
|
13048
|
-
hashbrown v0.14.
|
13040
|
+
hashbrown v0.14.3 LICENSE-MIT
|
13049
13041
|
================================================================================
|
13050
13042
|
|
13051
13043
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -20863,30 +20855,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
20863
20855
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20864
20856
|
DEALINGS IN THE SOFTWARE.
|
20865
20857
|
|
20866
|
-
================================================================================
|
20867
|
-
memoffset LICENSE
|
20868
|
-
================================================================================
|
20869
|
-
|
20870
|
-
Copyright (c) 2017 Gilad Naaman
|
20871
|
-
|
20872
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
20873
|
-
of this software and associated documentation files (the "Software"), to deal
|
20874
|
-
in the Software without restriction, including without limitation the rights
|
20875
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20876
|
-
copies of the Software, and to permit persons to whom the Software is
|
20877
|
-
furnished to do so, subject to the following conditions:
|
20878
|
-
|
20879
|
-
The above copyright notice and this permission notice shall be included in all
|
20880
|
-
copies or substantial portions of the Software.
|
20881
|
-
|
20882
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
20883
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20884
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20885
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20886
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20887
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
20888
|
-
SOFTWARE.
|
20889
|
-
|
20890
20858
|
================================================================================
|
20891
20859
|
mimalloc LICENSE.txt
|
20892
20860
|
================================================================================
|
@@ -24661,188 +24629,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24661
24629
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24662
24630
|
DEALINGS IN THE SOFTWARE.
|
24663
24631
|
|
24664
|
-
================================================================================
|
24665
|
-
planus LICENSE-APACHE
|
24666
|
-
================================================================================
|
24667
|
-
|
24668
|
-
Apache License
|
24669
|
-
Version 2.0, January 2004
|
24670
|
-
http://www.apache.org/licenses/
|
24671
|
-
|
24672
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24673
|
-
|
24674
|
-
1. Definitions.
|
24675
|
-
|
24676
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
24677
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
24678
|
-
|
24679
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
24680
|
-
the copyright owner that is granting the License.
|
24681
|
-
|
24682
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
24683
|
-
other entities that control, are controlled by, or are under common
|
24684
|
-
control with that entity. For the purposes of this definition,
|
24685
|
-
"control" means (i) the power, direct or indirect, to cause the
|
24686
|
-
direction or management of such entity, whether by contract or
|
24687
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24688
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
24689
|
-
|
24690
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
24691
|
-
exercising permissions granted by this License.
|
24692
|
-
|
24693
|
-
"Source" form shall mean the preferred form for making modifications,
|
24694
|
-
including but not limited to software source code, documentation
|
24695
|
-
source, and configuration files.
|
24696
|
-
|
24697
|
-
"Object" form shall mean any form resulting from mechanical
|
24698
|
-
transformation or translation of a Source form, including but
|
24699
|
-
not limited to compiled object code, generated documentation,
|
24700
|
-
and conversions to other media types.
|
24701
|
-
|
24702
|
-
"Work" shall mean the work of authorship, whether in Source or
|
24703
|
-
Object form, made available under the License, as indicated by a
|
24704
|
-
copyright notice that is included in or attached to the work
|
24705
|
-
(an example is provided in the Appendix below).
|
24706
|
-
|
24707
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
24708
|
-
form, that is based on (or derived from) the Work and for which the
|
24709
|
-
editorial revisions, annotations, elaborations, or other modifications
|
24710
|
-
represent, as a whole, an original work of authorship. For the purposes
|
24711
|
-
of this License, Derivative Works shall not include works that remain
|
24712
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
24713
|
-
the Work and Derivative Works thereof.
|
24714
|
-
|
24715
|
-
"Contribution" shall mean any work of authorship, including
|
24716
|
-
the original version of the Work and any modifications or additions
|
24717
|
-
to that Work or Derivative Works thereof, that is intentionally
|
24718
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
24719
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
24720
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
24721
|
-
means any form of electronic, verbal, or written communication sent
|
24722
|
-
to the Licensor or its representatives, including but not limited to
|
24723
|
-
communication on electronic mailing lists, source code control systems,
|
24724
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
24725
|
-
Licensor for the purpose of discussing and improving the Work, but
|
24726
|
-
excluding communication that is conspicuously marked or otherwise
|
24727
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
24728
|
-
|
24729
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24730
|
-
on behalf of whom a Contribution has been received by Licensor and
|
24731
|
-
subsequently incorporated within the Work.
|
24732
|
-
|
24733
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
24734
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24735
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24736
|
-
copyright license to reproduce, prepare Derivative Works of,
|
24737
|
-
publicly display, publicly perform, sublicense, and distribute the
|
24738
|
-
Work and such Derivative Works in Source or Object form.
|
24739
|
-
|
24740
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
24741
|
-
this License, each Contributor hereby grants to You a perpetual,
|
24742
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24743
|
-
(except as stated in this section) patent license to make, have made,
|
24744
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24745
|
-
where such license applies only to those patent claims licensable
|
24746
|
-
by such Contributor that are necessarily infringed by their
|
24747
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
24748
|
-
with the Work to which such Contribution(s) was submitted. If You
|
24749
|
-
institute patent litigation against any entity (including a
|
24750
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24751
|
-
or a Contribution incorporated within the Work constitutes direct
|
24752
|
-
or contributory patent infringement, then any patent licenses
|
24753
|
-
granted to You under this License for that Work shall terminate
|
24754
|
-
as of the date such litigation is filed.
|
24755
|
-
|
24756
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
24757
|
-
Work or Derivative Works thereof in any medium, with or without
|
24758
|
-
modifications, and in Source or Object form, provided that You
|
24759
|
-
meet the following conditions:
|
24760
|
-
|
24761
|
-
(a) You must give any other recipients of the Work or
|
24762
|
-
Derivative Works a copy of this License; and
|
24763
|
-
|
24764
|
-
(b) You must cause any modified files to carry prominent notices
|
24765
|
-
stating that You changed the files; and
|
24766
|
-
|
24767
|
-
(c) You must retain, in the Source form of any Derivative Works
|
24768
|
-
that You distribute, all copyright, patent, trademark, and
|
24769
|
-
attribution notices from the Source form of the Work,
|
24770
|
-
excluding those notices that do not pertain to any part of
|
24771
|
-
the Derivative Works; and
|
24772
|
-
|
24773
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
24774
|
-
distribution, then any Derivative Works that You distribute must
|
24775
|
-
include a readable copy of the attribution notices contained
|
24776
|
-
within such NOTICE file, excluding those notices that do not
|
24777
|
-
pertain to any part of the Derivative Works, in at least one
|
24778
|
-
of the following places: within a NOTICE text file distributed
|
24779
|
-
as part of the Derivative Works; within the Source form or
|
24780
|
-
documentation, if provided along with the Derivative Works; or,
|
24781
|
-
within a display generated by the Derivative Works, if and
|
24782
|
-
wherever such third-party notices normally appear. The contents
|
24783
|
-
of the NOTICE file are for informational purposes only and
|
24784
|
-
do not modify the License. You may add Your own attribution
|
24785
|
-
notices within Derivative Works that You distribute, alongside
|
24786
|
-
or as an addendum to the NOTICE text from the Work, provided
|
24787
|
-
that such additional attribution notices cannot be construed
|
24788
|
-
as modifying the License.
|
24789
|
-
|
24790
|
-
You may add Your own copyright statement to Your modifications and
|
24791
|
-
may provide additional or different license terms and conditions
|
24792
|
-
for use, reproduction, or distribution of Your modifications, or
|
24793
|
-
for any such Derivative Works as a whole, provided Your use,
|
24794
|
-
reproduction, and distribution of the Work otherwise complies with
|
24795
|
-
the conditions stated in this License.
|
24796
|
-
|
24797
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24798
|
-
any Contribution intentionally submitted for inclusion in the Work
|
24799
|
-
by You to the Licensor shall be under the terms and conditions of
|
24800
|
-
this License, without any additional terms or conditions.
|
24801
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
24802
|
-
the terms of any separate license agreement you may have executed
|
24803
|
-
with Licensor regarding such Contributions.
|
24804
|
-
|
24805
|
-
6. Trademarks. This License does not grant permission to use the trade
|
24806
|
-
names, trademarks, service marks, or product names of the Licensor,
|
24807
|
-
except as required for reasonable and customary use in describing the
|
24808
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
24809
|
-
|
24810
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
24811
|
-
agreed to in writing, Licensor provides the Work (and each
|
24812
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24813
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24814
|
-
implied, including, without limitation, any warranties or conditions
|
24815
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24816
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24817
|
-
appropriateness of using or redistributing the Work and assume any
|
24818
|
-
risks associated with Your exercise of permissions under this License.
|
24819
|
-
|
24820
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
24821
|
-
whether in tort (including negligence), contract, or otherwise,
|
24822
|
-
unless required by applicable law (such as deliberate and grossly
|
24823
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
24824
|
-
liable to You for damages, including any direct, indirect, special,
|
24825
|
-
incidental, or consequential damages of any character arising as a
|
24826
|
-
result of this License or out of the use or inability to use the
|
24827
|
-
Work (including but not limited to damages for loss of goodwill,
|
24828
|
-
work stoppage, computer failure or malfunction, or any and all
|
24829
|
-
other commercial damages or losses), even if such Contributor
|
24830
|
-
has been advised of the possibility of such damages.
|
24831
|
-
|
24832
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
24833
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
24834
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
24835
|
-
or other liability obligations and/or rights consistent with this
|
24836
|
-
License. However, in accepting such obligations, You may act only
|
24837
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
24838
|
-
of any other Contributor, and only if You agree to indemnify,
|
24839
|
-
defend, and hold each Contributor harmless for any liability
|
24840
|
-
incurred by, or claims asserted against, such Contributor by reason
|
24841
|
-
of your accepting any such warranty or additional liability.
|
24842
|
-
|
24843
|
-
END OF TERMS AND CONDITIONS
|
24844
|
-
|
24845
|
-
|
24846
24632
|
================================================================================
|
24847
24633
|
planus LICENSE-MIT
|
24848
24634
|
================================================================================
|
@@ -24870,6 +24656,188 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24870
24656
|
SOFTWARE.
|
24871
24657
|
|
24872
24658
|
|
24659
|
+
================================================================================
|
24660
|
+
planus LICENSE-APACHE
|
24661
|
+
================================================================================
|
24662
|
+
|
24663
|
+
Apache License
|
24664
|
+
Version 2.0, January 2004
|
24665
|
+
http://www.apache.org/licenses/
|
24666
|
+
|
24667
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
24668
|
+
|
24669
|
+
1. Definitions.
|
24670
|
+
|
24671
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
24672
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
24673
|
+
|
24674
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
24675
|
+
the copyright owner that is granting the License.
|
24676
|
+
|
24677
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
24678
|
+
other entities that control, are controlled by, or are under common
|
24679
|
+
control with that entity. For the purposes of this definition,
|
24680
|
+
"control" means (i) the power, direct or indirect, to cause the
|
24681
|
+
direction or management of such entity, whether by contract or
|
24682
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
24683
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
24684
|
+
|
24685
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
24686
|
+
exercising permissions granted by this License.
|
24687
|
+
|
24688
|
+
"Source" form shall mean the preferred form for making modifications,
|
24689
|
+
including but not limited to software source code, documentation
|
24690
|
+
source, and configuration files.
|
24691
|
+
|
24692
|
+
"Object" form shall mean any form resulting from mechanical
|
24693
|
+
transformation or translation of a Source form, including but
|
24694
|
+
not limited to compiled object code, generated documentation,
|
24695
|
+
and conversions to other media types.
|
24696
|
+
|
24697
|
+
"Work" shall mean the work of authorship, whether in Source or
|
24698
|
+
Object form, made available under the License, as indicated by a
|
24699
|
+
copyright notice that is included in or attached to the work
|
24700
|
+
(an example is provided in the Appendix below).
|
24701
|
+
|
24702
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
24703
|
+
form, that is based on (or derived from) the Work and for which the
|
24704
|
+
editorial revisions, annotations, elaborations, or other modifications
|
24705
|
+
represent, as a whole, an original work of authorship. For the purposes
|
24706
|
+
of this License, Derivative Works shall not include works that remain
|
24707
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
24708
|
+
the Work and Derivative Works thereof.
|
24709
|
+
|
24710
|
+
"Contribution" shall mean any work of authorship, including
|
24711
|
+
the original version of the Work and any modifications or additions
|
24712
|
+
to that Work or Derivative Works thereof, that is intentionally
|
24713
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
24714
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
24715
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
24716
|
+
means any form of electronic, verbal, or written communication sent
|
24717
|
+
to the Licensor or its representatives, including but not limited to
|
24718
|
+
communication on electronic mailing lists, source code control systems,
|
24719
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
24720
|
+
Licensor for the purpose of discussing and improving the Work, but
|
24721
|
+
excluding communication that is conspicuously marked or otherwise
|
24722
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
24723
|
+
|
24724
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
24725
|
+
on behalf of whom a Contribution has been received by Licensor and
|
24726
|
+
subsequently incorporated within the Work.
|
24727
|
+
|
24728
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
24729
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24730
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24731
|
+
copyright license to reproduce, prepare Derivative Works of,
|
24732
|
+
publicly display, publicly perform, sublicense, and distribute the
|
24733
|
+
Work and such Derivative Works in Source or Object form.
|
24734
|
+
|
24735
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
24736
|
+
this License, each Contributor hereby grants to You a perpetual,
|
24737
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
24738
|
+
(except as stated in this section) patent license to make, have made,
|
24739
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
24740
|
+
where such license applies only to those patent claims licensable
|
24741
|
+
by such Contributor that are necessarily infringed by their
|
24742
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
24743
|
+
with the Work to which such Contribution(s) was submitted. If You
|
24744
|
+
institute patent litigation against any entity (including a
|
24745
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
24746
|
+
or a Contribution incorporated within the Work constitutes direct
|
24747
|
+
or contributory patent infringement, then any patent licenses
|
24748
|
+
granted to You under this License for that Work shall terminate
|
24749
|
+
as of the date such litigation is filed.
|
24750
|
+
|
24751
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
24752
|
+
Work or Derivative Works thereof in any medium, with or without
|
24753
|
+
modifications, and in Source or Object form, provided that You
|
24754
|
+
meet the following conditions:
|
24755
|
+
|
24756
|
+
(a) You must give any other recipients of the Work or
|
24757
|
+
Derivative Works a copy of this License; and
|
24758
|
+
|
24759
|
+
(b) You must cause any modified files to carry prominent notices
|
24760
|
+
stating that You changed the files; and
|
24761
|
+
|
24762
|
+
(c) You must retain, in the Source form of any Derivative Works
|
24763
|
+
that You distribute, all copyright, patent, trademark, and
|
24764
|
+
attribution notices from the Source form of the Work,
|
24765
|
+
excluding those notices that do not pertain to any part of
|
24766
|
+
the Derivative Works; and
|
24767
|
+
|
24768
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
24769
|
+
distribution, then any Derivative Works that You distribute must
|
24770
|
+
include a readable copy of the attribution notices contained
|
24771
|
+
within such NOTICE file, excluding those notices that do not
|
24772
|
+
pertain to any part of the Derivative Works, in at least one
|
24773
|
+
of the following places: within a NOTICE text file distributed
|
24774
|
+
as part of the Derivative Works; within the Source form or
|
24775
|
+
documentation, if provided along with the Derivative Works; or,
|
24776
|
+
within a display generated by the Derivative Works, if and
|
24777
|
+
wherever such third-party notices normally appear. The contents
|
24778
|
+
of the NOTICE file are for informational purposes only and
|
24779
|
+
do not modify the License. You may add Your own attribution
|
24780
|
+
notices within Derivative Works that You distribute, alongside
|
24781
|
+
or as an addendum to the NOTICE text from the Work, provided
|
24782
|
+
that such additional attribution notices cannot be construed
|
24783
|
+
as modifying the License.
|
24784
|
+
|
24785
|
+
You may add Your own copyright statement to Your modifications and
|
24786
|
+
may provide additional or different license terms and conditions
|
24787
|
+
for use, reproduction, or distribution of Your modifications, or
|
24788
|
+
for any such Derivative Works as a whole, provided Your use,
|
24789
|
+
reproduction, and distribution of the Work otherwise complies with
|
24790
|
+
the conditions stated in this License.
|
24791
|
+
|
24792
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
24793
|
+
any Contribution intentionally submitted for inclusion in the Work
|
24794
|
+
by You to the Licensor shall be under the terms and conditions of
|
24795
|
+
this License, without any additional terms or conditions.
|
24796
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
24797
|
+
the terms of any separate license agreement you may have executed
|
24798
|
+
with Licensor regarding such Contributions.
|
24799
|
+
|
24800
|
+
6. Trademarks. This License does not grant permission to use the trade
|
24801
|
+
names, trademarks, service marks, or product names of the Licensor,
|
24802
|
+
except as required for reasonable and customary use in describing the
|
24803
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
24804
|
+
|
24805
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
24806
|
+
agreed to in writing, Licensor provides the Work (and each
|
24807
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
24808
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
24809
|
+
implied, including, without limitation, any warranties or conditions
|
24810
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
24811
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
24812
|
+
appropriateness of using or redistributing the Work and assume any
|
24813
|
+
risks associated with Your exercise of permissions under this License.
|
24814
|
+
|
24815
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
24816
|
+
whether in tort (including negligence), contract, or otherwise,
|
24817
|
+
unless required by applicable law (such as deliberate and grossly
|
24818
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
24819
|
+
liable to You for damages, including any direct, indirect, special,
|
24820
|
+
incidental, or consequential damages of any character arising as a
|
24821
|
+
result of this License or out of the use or inability to use the
|
24822
|
+
Work (including but not limited to damages for loss of goodwill,
|
24823
|
+
work stoppage, computer failure or malfunction, or any and all
|
24824
|
+
other commercial damages or losses), even if such Contributor
|
24825
|
+
has been advised of the possibility of such damages.
|
24826
|
+
|
24827
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
24828
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
24829
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
24830
|
+
or other liability obligations and/or rights consistent with this
|
24831
|
+
License. However, in accepting such obligations, You may act only
|
24832
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
24833
|
+
of any other Contributor, and only if You agree to indemnify,
|
24834
|
+
defend, and hold each Contributor harmless for any liability
|
24835
|
+
incurred by, or claims asserted against, such Contributor by reason
|
24836
|
+
of your accepting any such warranty or additional liability.
|
24837
|
+
|
24838
|
+
END OF TERMS AND CONDITIONS
|
24839
|
+
|
24840
|
+
|
24873
24841
|
================================================================================
|
24874
24842
|
polars LICENSE
|
24875
24843
|
================================================================================
|
@@ -25095,6 +25063,30 @@ to the MIT license in ../../LICENSE.
|
|
25095
25063
|
See the License for the specific language governing permissions and
|
25096
25064
|
limitations under the License.
|
25097
25065
|
|
25066
|
+
================================================================================
|
25067
|
+
polars-compute LICENSE
|
25068
|
+
================================================================================
|
25069
|
+
|
25070
|
+
Copyright (c) 2020 Ritchie Vink
|
25071
|
+
|
25072
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25073
|
+
of this software and associated documentation files (the "Software"), to deal
|
25074
|
+
in the Software without restriction, including without limitation the rights
|
25075
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25076
|
+
copies of the Software, and to permit persons to whom the Software is
|
25077
|
+
furnished to do so, subject to the following conditions:
|
25078
|
+
|
25079
|
+
The above copyright notice and this permission notice shall be included in all
|
25080
|
+
copies or substantial portions of the Software.
|
25081
|
+
|
25082
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25083
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25084
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25085
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25086
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25087
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25088
|
+
SOFTWARE.
|
25089
|
+
|
25098
25090
|
================================================================================
|
25099
25091
|
polars-core LICENSE
|
25100
25092
|
================================================================================
|
@@ -28686,786 +28678,204 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28686
28678
|
DEALINGS IN THE SOFTWARE.
|
28687
28679
|
|
28688
28680
|
================================================================================
|
28689
|
-
regex LICENSE-APACHE
|
28690
|
-
================================================================================
|
28691
|
-
|
28692
|
-
Apache License
|
28693
|
-
Version 2.0, January 2004
|
28694
|
-
http://www.apache.org/licenses/
|
28695
|
-
|
28696
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
28697
|
-
|
28698
|
-
1. Definitions.
|
28699
|
-
|
28700
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
28701
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
28702
|
-
|
28703
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
28704
|
-
the copyright owner that is granting the License.
|
28705
|
-
|
28706
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
28707
|
-
other entities that control, are controlled by, or are under common
|
28708
|
-
control with that entity. For the purposes of this definition,
|
28709
|
-
"control" means (i) the power, direct or indirect, to cause the
|
28710
|
-
direction or management of such entity, whether by contract or
|
28711
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28712
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
28713
|
-
|
28714
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
28715
|
-
exercising permissions granted by this License.
|
28716
|
-
|
28717
|
-
"Source" form shall mean the preferred form for making modifications,
|
28718
|
-
including but not limited to software source code, documentation
|
28719
|
-
source, and configuration files.
|
28720
|
-
|
28721
|
-
"Object" form shall mean any form resulting from mechanical
|
28722
|
-
transformation or translation of a Source form, including but
|
28723
|
-
not limited to compiled object code, generated documentation,
|
28724
|
-
and conversions to other media types.
|
28725
|
-
|
28726
|
-
"Work" shall mean the work of authorship, whether in Source or
|
28727
|
-
Object form, made available under the License, as indicated by a
|
28728
|
-
copyright notice that is included in or attached to the work
|
28729
|
-
(an example is provided in the Appendix below).
|
28730
|
-
|
28731
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
28732
|
-
form, that is based on (or derived from) the Work and for which the
|
28733
|
-
editorial revisions, annotations, elaborations, or other modifications
|
28734
|
-
represent, as a whole, an original work of authorship. For the purposes
|
28735
|
-
of this License, Derivative Works shall not include works that remain
|
28736
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
28737
|
-
the Work and Derivative Works thereof.
|
28738
|
-
|
28739
|
-
"Contribution" shall mean any work of authorship, including
|
28740
|
-
the original version of the Work and any modifications or additions
|
28741
|
-
to that Work or Derivative Works thereof, that is intentionally
|
28742
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
28743
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
28744
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
28745
|
-
means any form of electronic, verbal, or written communication sent
|
28746
|
-
to the Licensor or its representatives, including but not limited to
|
28747
|
-
communication on electronic mailing lists, source code control systems,
|
28748
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
28749
|
-
Licensor for the purpose of discussing and improving the Work, but
|
28750
|
-
excluding communication that is conspicuously marked or otherwise
|
28751
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
28752
|
-
|
28753
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28754
|
-
on behalf of whom a Contribution has been received by Licensor and
|
28755
|
-
subsequently incorporated within the Work.
|
28756
|
-
|
28757
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
28758
|
-
this License, each Contributor hereby grants to You a perpetual,
|
28759
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28760
|
-
copyright license to reproduce, prepare Derivative Works of,
|
28761
|
-
publicly display, publicly perform, sublicense, and distribute the
|
28762
|
-
Work and such Derivative Works in Source or Object form.
|
28763
|
-
|
28764
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
28765
|
-
this License, each Contributor hereby grants to You a perpetual,
|
28766
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28767
|
-
(except as stated in this section) patent license to make, have made,
|
28768
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
28769
|
-
where such license applies only to those patent claims licensable
|
28770
|
-
by such Contributor that are necessarily infringed by their
|
28771
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
28772
|
-
with the Work to which such Contribution(s) was submitted. If You
|
28773
|
-
institute patent litigation against any entity (including a
|
28774
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
28775
|
-
or a Contribution incorporated within the Work constitutes direct
|
28776
|
-
or contributory patent infringement, then any patent licenses
|
28777
|
-
granted to You under this License for that Work shall terminate
|
28778
|
-
as of the date such litigation is filed.
|
28779
|
-
|
28780
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
28781
|
-
Work or Derivative Works thereof in any medium, with or without
|
28782
|
-
modifications, and in Source or Object form, provided that You
|
28783
|
-
meet the following conditions:
|
28784
|
-
|
28785
|
-
(a) You must give any other recipients of the Work or
|
28786
|
-
Derivative Works a copy of this License; and
|
28787
|
-
|
28788
|
-
(b) You must cause any modified files to carry prominent notices
|
28789
|
-
stating that You changed the files; and
|
28790
|
-
|
28791
|
-
(c) You must retain, in the Source form of any Derivative Works
|
28792
|
-
that You distribute, all copyright, patent, trademark, and
|
28793
|
-
attribution notices from the Source form of the Work,
|
28794
|
-
excluding those notices that do not pertain to any part of
|
28795
|
-
the Derivative Works; and
|
28796
|
-
|
28797
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
28798
|
-
distribution, then any Derivative Works that You distribute must
|
28799
|
-
include a readable copy of the attribution notices contained
|
28800
|
-
within such NOTICE file, excluding those notices that do not
|
28801
|
-
pertain to any part of the Derivative Works, in at least one
|
28802
|
-
of the following places: within a NOTICE text file distributed
|
28803
|
-
as part of the Derivative Works; within the Source form or
|
28804
|
-
documentation, if provided along with the Derivative Works; or,
|
28805
|
-
within a display generated by the Derivative Works, if and
|
28806
|
-
wherever such third-party notices normally appear. The contents
|
28807
|
-
of the NOTICE file are for informational purposes only and
|
28808
|
-
do not modify the License. You may add Your own attribution
|
28809
|
-
notices within Derivative Works that You distribute, alongside
|
28810
|
-
or as an addendum to the NOTICE text from the Work, provided
|
28811
|
-
that such additional attribution notices cannot be construed
|
28812
|
-
as modifying the License.
|
28813
|
-
|
28814
|
-
You may add Your own copyright statement to Your modifications and
|
28815
|
-
may provide additional or different license terms and conditions
|
28816
|
-
for use, reproduction, or distribution of Your modifications, or
|
28817
|
-
for any such Derivative Works as a whole, provided Your use,
|
28818
|
-
reproduction, and distribution of the Work otherwise complies with
|
28819
|
-
the conditions stated in this License.
|
28820
|
-
|
28821
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
28822
|
-
any Contribution intentionally submitted for inclusion in the Work
|
28823
|
-
by You to the Licensor shall be under the terms and conditions of
|
28824
|
-
this License, without any additional terms or conditions.
|
28825
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
28826
|
-
the terms of any separate license agreement you may have executed
|
28827
|
-
with Licensor regarding such Contributions.
|
28828
|
-
|
28829
|
-
6. Trademarks. This License does not grant permission to use the trade
|
28830
|
-
names, trademarks, service marks, or product names of the Licensor,
|
28831
|
-
except as required for reasonable and customary use in describing the
|
28832
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
28833
|
-
|
28834
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
28835
|
-
agreed to in writing, Licensor provides the Work (and each
|
28836
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
28837
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
28838
|
-
implied, including, without limitation, any warranties or conditions
|
28839
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
28840
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
28841
|
-
appropriateness of using or redistributing the Work and assume any
|
28842
|
-
risks associated with Your exercise of permissions under this License.
|
28843
|
-
|
28844
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
28845
|
-
whether in tort (including negligence), contract, or otherwise,
|
28846
|
-
unless required by applicable law (such as deliberate and grossly
|
28847
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
28848
|
-
liable to You for damages, including any direct, indirect, special,
|
28849
|
-
incidental, or consequential damages of any character arising as a
|
28850
|
-
result of this License or out of the use or inability to use the
|
28851
|
-
Work (including but not limited to damages for loss of goodwill,
|
28852
|
-
work stoppage, computer failure or malfunction, or any and all
|
28853
|
-
other commercial damages or losses), even if such Contributor
|
28854
|
-
has been advised of the possibility of such damages.
|
28855
|
-
|
28856
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
28857
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
28858
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
28859
|
-
or other liability obligations and/or rights consistent with this
|
28860
|
-
License. However, in accepting such obligations, You may act only
|
28861
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
28862
|
-
of any other Contributor, and only if You agree to indemnify,
|
28863
|
-
defend, and hold each Contributor harmless for any liability
|
28864
|
-
incurred by, or claims asserted against, such Contributor by reason
|
28865
|
-
of your accepting any such warranty or additional liability.
|
28866
|
-
|
28867
|
-
END OF TERMS AND CONDITIONS
|
28868
|
-
|
28869
|
-
APPENDIX: How to apply the Apache License to your work.
|
28870
|
-
|
28871
|
-
To apply the Apache License to your work, attach the following
|
28872
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
28873
|
-
replaced with your own identifying information. (Don't include
|
28874
|
-
the brackets!) The text should be enclosed in the appropriate
|
28875
|
-
comment syntax for the file format. We also recommend that a
|
28876
|
-
file or class name and description of purpose be included on the
|
28877
|
-
same "printed page" as the copyright notice for easier
|
28878
|
-
identification within third-party archives.
|
28879
|
-
|
28880
|
-
Copyright [yyyy] [name of copyright owner]
|
28881
|
-
|
28882
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
28883
|
-
you may not use this file except in compliance with the License.
|
28884
|
-
You may obtain a copy of the License at
|
28885
|
-
|
28886
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
28887
|
-
|
28888
|
-
Unless required by applicable law or agreed to in writing, software
|
28889
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
28890
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
28891
|
-
See the License for the specific language governing permissions and
|
28892
|
-
limitations under the License.
|
28893
|
-
|
28894
|
-
================================================================================
|
28895
|
-
regex LICENSE-MIT
|
28896
|
-
================================================================================
|
28897
|
-
|
28898
|
-
Copyright (c) 2014 The Rust Project Developers
|
28899
|
-
|
28900
|
-
Permission is hereby granted, free of charge, to any
|
28901
|
-
person obtaining a copy of this software and associated
|
28902
|
-
documentation files (the "Software"), to deal in the
|
28903
|
-
Software without restriction, including without
|
28904
|
-
limitation the rights to use, copy, modify, merge,
|
28905
|
-
publish, distribute, sublicense, and/or sell copies of
|
28906
|
-
the Software, and to permit persons to whom the Software
|
28907
|
-
is furnished to do so, subject to the following
|
28908
|
-
conditions:
|
28909
|
-
|
28910
|
-
The above copyright notice and this permission notice
|
28911
|
-
shall be included in all copies or substantial portions
|
28912
|
-
of the Software.
|
28913
|
-
|
28914
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
28915
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
28916
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
28917
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
28918
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
28919
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
28920
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
28921
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
28922
|
-
DEALINGS IN THE SOFTWARE.
|
28923
|
-
|
28924
|
-
================================================================================
|
28925
|
-
regex-automata LICENSE-APACHE
|
28926
|
-
================================================================================
|
28927
|
-
|
28928
|
-
Apache License
|
28929
|
-
Version 2.0, January 2004
|
28930
|
-
http://www.apache.org/licenses/
|
28931
|
-
|
28932
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
28933
|
-
|
28934
|
-
1. Definitions.
|
28935
|
-
|
28936
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
28937
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
28938
|
-
|
28939
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
28940
|
-
the copyright owner that is granting the License.
|
28941
|
-
|
28942
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
28943
|
-
other entities that control, are controlled by, or are under common
|
28944
|
-
control with that entity. For the purposes of this definition,
|
28945
|
-
"control" means (i) the power, direct or indirect, to cause the
|
28946
|
-
direction or management of such entity, whether by contract or
|
28947
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28948
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
28949
|
-
|
28950
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
28951
|
-
exercising permissions granted by this License.
|
28952
|
-
|
28953
|
-
"Source" form shall mean the preferred form for making modifications,
|
28954
|
-
including but not limited to software source code, documentation
|
28955
|
-
source, and configuration files.
|
28956
|
-
|
28957
|
-
"Object" form shall mean any form resulting from mechanical
|
28958
|
-
transformation or translation of a Source form, including but
|
28959
|
-
not limited to compiled object code, generated documentation,
|
28960
|
-
and conversions to other media types.
|
28961
|
-
|
28962
|
-
"Work" shall mean the work of authorship, whether in Source or
|
28963
|
-
Object form, made available under the License, as indicated by a
|
28964
|
-
copyright notice that is included in or attached to the work
|
28965
|
-
(an example is provided in the Appendix below).
|
28966
|
-
|
28967
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
28968
|
-
form, that is based on (or derived from) the Work and for which the
|
28969
|
-
editorial revisions, annotations, elaborations, or other modifications
|
28970
|
-
represent, as a whole, an original work of authorship. For the purposes
|
28971
|
-
of this License, Derivative Works shall not include works that remain
|
28972
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
28973
|
-
the Work and Derivative Works thereof.
|
28974
|
-
|
28975
|
-
"Contribution" shall mean any work of authorship, including
|
28976
|
-
the original version of the Work and any modifications or additions
|
28977
|
-
to that Work or Derivative Works thereof, that is intentionally
|
28978
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
28979
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
28980
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
28981
|
-
means any form of electronic, verbal, or written communication sent
|
28982
|
-
to the Licensor or its representatives, including but not limited to
|
28983
|
-
communication on electronic mailing lists, source code control systems,
|
28984
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
28985
|
-
Licensor for the purpose of discussing and improving the Work, but
|
28986
|
-
excluding communication that is conspicuously marked or otherwise
|
28987
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
28988
|
-
|
28989
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28990
|
-
on behalf of whom a Contribution has been received by Licensor and
|
28991
|
-
subsequently incorporated within the Work.
|
28992
|
-
|
28993
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
28994
|
-
this License, each Contributor hereby grants to You a perpetual,
|
28995
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28996
|
-
copyright license to reproduce, prepare Derivative Works of,
|
28997
|
-
publicly display, publicly perform, sublicense, and distribute the
|
28998
|
-
Work and such Derivative Works in Source or Object form.
|
28999
|
-
|
29000
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29001
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29002
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29003
|
-
(except as stated in this section) patent license to make, have made,
|
29004
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29005
|
-
where such license applies only to those patent claims licensable
|
29006
|
-
by such Contributor that are necessarily infringed by their
|
29007
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29008
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29009
|
-
institute patent litigation against any entity (including a
|
29010
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29011
|
-
or a Contribution incorporated within the Work constitutes direct
|
29012
|
-
or contributory patent infringement, then any patent licenses
|
29013
|
-
granted to You under this License for that Work shall terminate
|
29014
|
-
as of the date such litigation is filed.
|
29015
|
-
|
29016
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
29017
|
-
Work or Derivative Works thereof in any medium, with or without
|
29018
|
-
modifications, and in Source or Object form, provided that You
|
29019
|
-
meet the following conditions:
|
29020
|
-
|
29021
|
-
(a) You must give any other recipients of the Work or
|
29022
|
-
Derivative Works a copy of this License; and
|
29023
|
-
|
29024
|
-
(b) You must cause any modified files to carry prominent notices
|
29025
|
-
stating that You changed the files; and
|
29026
|
-
|
29027
|
-
(c) You must retain, in the Source form of any Derivative Works
|
29028
|
-
that You distribute, all copyright, patent, trademark, and
|
29029
|
-
attribution notices from the Source form of the Work,
|
29030
|
-
excluding those notices that do not pertain to any part of
|
29031
|
-
the Derivative Works; and
|
29032
|
-
|
29033
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
29034
|
-
distribution, then any Derivative Works that You distribute must
|
29035
|
-
include a readable copy of the attribution notices contained
|
29036
|
-
within such NOTICE file, excluding those notices that do not
|
29037
|
-
pertain to any part of the Derivative Works, in at least one
|
29038
|
-
of the following places: within a NOTICE text file distributed
|
29039
|
-
as part of the Derivative Works; within the Source form or
|
29040
|
-
documentation, if provided along with the Derivative Works; or,
|
29041
|
-
within a display generated by the Derivative Works, if and
|
29042
|
-
wherever such third-party notices normally appear. The contents
|
29043
|
-
of the NOTICE file are for informational purposes only and
|
29044
|
-
do not modify the License. You may add Your own attribution
|
29045
|
-
notices within Derivative Works that You distribute, alongside
|
29046
|
-
or as an addendum to the NOTICE text from the Work, provided
|
29047
|
-
that such additional attribution notices cannot be construed
|
29048
|
-
as modifying the License.
|
29049
|
-
|
29050
|
-
You may add Your own copyright statement to Your modifications and
|
29051
|
-
may provide additional or different license terms and conditions
|
29052
|
-
for use, reproduction, or distribution of Your modifications, or
|
29053
|
-
for any such Derivative Works as a whole, provided Your use,
|
29054
|
-
reproduction, and distribution of the Work otherwise complies with
|
29055
|
-
the conditions stated in this License.
|
29056
|
-
|
29057
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29058
|
-
any Contribution intentionally submitted for inclusion in the Work
|
29059
|
-
by You to the Licensor shall be under the terms and conditions of
|
29060
|
-
this License, without any additional terms or conditions.
|
29061
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
29062
|
-
the terms of any separate license agreement you may have executed
|
29063
|
-
with Licensor regarding such Contributions.
|
29064
|
-
|
29065
|
-
6. Trademarks. This License does not grant permission to use the trade
|
29066
|
-
names, trademarks, service marks, or product names of the Licensor,
|
29067
|
-
except as required for reasonable and customary use in describing the
|
29068
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
29069
|
-
|
29070
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
29071
|
-
agreed to in writing, Licensor provides the Work (and each
|
29072
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29073
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29074
|
-
implied, including, without limitation, any warranties or conditions
|
29075
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29076
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29077
|
-
appropriateness of using or redistributing the Work and assume any
|
29078
|
-
risks associated with Your exercise of permissions under this License.
|
29079
|
-
|
29080
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
29081
|
-
whether in tort (including negligence), contract, or otherwise,
|
29082
|
-
unless required by applicable law (such as deliberate and grossly
|
29083
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
29084
|
-
liable to You for damages, including any direct, indirect, special,
|
29085
|
-
incidental, or consequential damages of any character arising as a
|
29086
|
-
result of this License or out of the use or inability to use the
|
29087
|
-
Work (including but not limited to damages for loss of goodwill,
|
29088
|
-
work stoppage, computer failure or malfunction, or any and all
|
29089
|
-
other commercial damages or losses), even if such Contributor
|
29090
|
-
has been advised of the possibility of such damages.
|
29091
|
-
|
29092
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
29093
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
29094
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
29095
|
-
or other liability obligations and/or rights consistent with this
|
29096
|
-
License. However, in accepting such obligations, You may act only
|
29097
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
29098
|
-
of any other Contributor, and only if You agree to indemnify,
|
29099
|
-
defend, and hold each Contributor harmless for any liability
|
29100
|
-
incurred by, or claims asserted against, such Contributor by reason
|
29101
|
-
of your accepting any such warranty or additional liability.
|
29102
|
-
|
29103
|
-
END OF TERMS AND CONDITIONS
|
29104
|
-
|
29105
|
-
APPENDIX: How to apply the Apache License to your work.
|
29106
|
-
|
29107
|
-
To apply the Apache License to your work, attach the following
|
29108
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
29109
|
-
replaced with your own identifying information. (Don't include
|
29110
|
-
the brackets!) The text should be enclosed in the appropriate
|
29111
|
-
comment syntax for the file format. We also recommend that a
|
29112
|
-
file or class name and description of purpose be included on the
|
29113
|
-
same "printed page" as the copyright notice for easier
|
29114
|
-
identification within third-party archives.
|
29115
|
-
|
29116
|
-
Copyright [yyyy] [name of copyright owner]
|
29117
|
-
|
29118
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
29119
|
-
you may not use this file except in compliance with the License.
|
29120
|
-
You may obtain a copy of the License at
|
29121
|
-
|
29122
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
29123
|
-
|
29124
|
-
Unless required by applicable law or agreed to in writing, software
|
29125
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
29126
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29127
|
-
See the License for the specific language governing permissions and
|
29128
|
-
limitations under the License.
|
29129
|
-
|
29130
|
-
================================================================================
|
29131
|
-
regex-automata LICENSE-MIT
|
29132
|
-
================================================================================
|
29133
|
-
|
29134
|
-
Copyright (c) 2014 The Rust Project Developers
|
29135
|
-
|
29136
|
-
Permission is hereby granted, free of charge, to any
|
29137
|
-
person obtaining a copy of this software and associated
|
29138
|
-
documentation files (the "Software"), to deal in the
|
29139
|
-
Software without restriction, including without
|
29140
|
-
limitation the rights to use, copy, modify, merge,
|
29141
|
-
publish, distribute, sublicense, and/or sell copies of
|
29142
|
-
the Software, and to permit persons to whom the Software
|
29143
|
-
is furnished to do so, subject to the following
|
29144
|
-
conditions:
|
29145
|
-
|
29146
|
-
The above copyright notice and this permission notice
|
29147
|
-
shall be included in all copies or substantial portions
|
29148
|
-
of the Software.
|
29149
|
-
|
29150
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29151
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29152
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29153
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29154
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29155
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29156
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29157
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29158
|
-
DEALINGS IN THE SOFTWARE.
|
29159
|
-
|
29160
|
-
================================================================================
|
29161
|
-
regex-syntax LICENSE-APACHE
|
29162
|
-
================================================================================
|
29163
|
-
|
29164
|
-
Apache License
|
29165
|
-
Version 2.0, January 2004
|
29166
|
-
http://www.apache.org/licenses/
|
29167
|
-
|
29168
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29169
|
-
|
29170
|
-
1. Definitions.
|
29171
|
-
|
29172
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
29173
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
29174
|
-
|
29175
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
29176
|
-
the copyright owner that is granting the License.
|
29177
|
-
|
29178
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
29179
|
-
other entities that control, are controlled by, or are under common
|
29180
|
-
control with that entity. For the purposes of this definition,
|
29181
|
-
"control" means (i) the power, direct or indirect, to cause the
|
29182
|
-
direction or management of such entity, whether by contract or
|
29183
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29184
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
29185
|
-
|
29186
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
29187
|
-
exercising permissions granted by this License.
|
29188
|
-
|
29189
|
-
"Source" form shall mean the preferred form for making modifications,
|
29190
|
-
including but not limited to software source code, documentation
|
29191
|
-
source, and configuration files.
|
29192
|
-
|
29193
|
-
"Object" form shall mean any form resulting from mechanical
|
29194
|
-
transformation or translation of a Source form, including but
|
29195
|
-
not limited to compiled object code, generated documentation,
|
29196
|
-
and conversions to other media types.
|
29197
|
-
|
29198
|
-
"Work" shall mean the work of authorship, whether in Source or
|
29199
|
-
Object form, made available under the License, as indicated by a
|
29200
|
-
copyright notice that is included in or attached to the work
|
29201
|
-
(an example is provided in the Appendix below).
|
29202
|
-
|
29203
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
29204
|
-
form, that is based on (or derived from) the Work and for which the
|
29205
|
-
editorial revisions, annotations, elaborations, or other modifications
|
29206
|
-
represent, as a whole, an original work of authorship. For the purposes
|
29207
|
-
of this License, Derivative Works shall not include works that remain
|
29208
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
29209
|
-
the Work and Derivative Works thereof.
|
29210
|
-
|
29211
|
-
"Contribution" shall mean any work of authorship, including
|
29212
|
-
the original version of the Work and any modifications or additions
|
29213
|
-
to that Work or Derivative Works thereof, that is intentionally
|
29214
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
29215
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
29216
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
29217
|
-
means any form of electronic, verbal, or written communication sent
|
29218
|
-
to the Licensor or its representatives, including but not limited to
|
29219
|
-
communication on electronic mailing lists, source code control systems,
|
29220
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
29221
|
-
Licensor for the purpose of discussing and improving the Work, but
|
29222
|
-
excluding communication that is conspicuously marked or otherwise
|
29223
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
29224
|
-
|
29225
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29226
|
-
on behalf of whom a Contribution has been received by Licensor and
|
29227
|
-
subsequently incorporated within the Work.
|
29228
|
-
|
29229
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
29230
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29231
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29232
|
-
copyright license to reproduce, prepare Derivative Works of,
|
29233
|
-
publicly display, publicly perform, sublicense, and distribute the
|
29234
|
-
Work and such Derivative Works in Source or Object form.
|
29235
|
-
|
29236
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29237
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29238
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29239
|
-
(except as stated in this section) patent license to make, have made,
|
29240
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29241
|
-
where such license applies only to those patent claims licensable
|
29242
|
-
by such Contributor that are necessarily infringed by their
|
29243
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29244
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29245
|
-
institute patent litigation against any entity (including a
|
29246
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29247
|
-
or a Contribution incorporated within the Work constitutes direct
|
29248
|
-
or contributory patent infringement, then any patent licenses
|
29249
|
-
granted to You under this License for that Work shall terminate
|
29250
|
-
as of the date such litigation is filed.
|
29251
|
-
|
29252
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
29253
|
-
Work or Derivative Works thereof in any medium, with or without
|
29254
|
-
modifications, and in Source or Object form, provided that You
|
29255
|
-
meet the following conditions:
|
29256
|
-
|
29257
|
-
(a) You must give any other recipients of the Work or
|
29258
|
-
Derivative Works a copy of this License; and
|
29259
|
-
|
29260
|
-
(b) You must cause any modified files to carry prominent notices
|
29261
|
-
stating that You changed the files; and
|
29262
|
-
|
29263
|
-
(c) You must retain, in the Source form of any Derivative Works
|
29264
|
-
that You distribute, all copyright, patent, trademark, and
|
29265
|
-
attribution notices from the Source form of the Work,
|
29266
|
-
excluding those notices that do not pertain to any part of
|
29267
|
-
the Derivative Works; and
|
29268
|
-
|
29269
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
29270
|
-
distribution, then any Derivative Works that You distribute must
|
29271
|
-
include a readable copy of the attribution notices contained
|
29272
|
-
within such NOTICE file, excluding those notices that do not
|
29273
|
-
pertain to any part of the Derivative Works, in at least one
|
29274
|
-
of the following places: within a NOTICE text file distributed
|
29275
|
-
as part of the Derivative Works; within the Source form or
|
29276
|
-
documentation, if provided along with the Derivative Works; or,
|
29277
|
-
within a display generated by the Derivative Works, if and
|
29278
|
-
wherever such third-party notices normally appear. The contents
|
29279
|
-
of the NOTICE file are for informational purposes only and
|
29280
|
-
do not modify the License. You may add Your own attribution
|
29281
|
-
notices within Derivative Works that You distribute, alongside
|
29282
|
-
or as an addendum to the NOTICE text from the Work, provided
|
29283
|
-
that such additional attribution notices cannot be construed
|
29284
|
-
as modifying the License.
|
29285
|
-
|
29286
|
-
You may add Your own copyright statement to Your modifications and
|
29287
|
-
may provide additional or different license terms and conditions
|
29288
|
-
for use, reproduction, or distribution of Your modifications, or
|
29289
|
-
for any such Derivative Works as a whole, provided Your use,
|
29290
|
-
reproduction, and distribution of the Work otherwise complies with
|
29291
|
-
the conditions stated in this License.
|
29292
|
-
|
29293
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29294
|
-
any Contribution intentionally submitted for inclusion in the Work
|
29295
|
-
by You to the Licensor shall be under the terms and conditions of
|
29296
|
-
this License, without any additional terms or conditions.
|
29297
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
29298
|
-
the terms of any separate license agreement you may have executed
|
29299
|
-
with Licensor regarding such Contributions.
|
29300
|
-
|
29301
|
-
6. Trademarks. This License does not grant permission to use the trade
|
29302
|
-
names, trademarks, service marks, or product names of the Licensor,
|
29303
|
-
except as required for reasonable and customary use in describing the
|
29304
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
29305
|
-
|
29306
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
29307
|
-
agreed to in writing, Licensor provides the Work (and each
|
29308
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29309
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29310
|
-
implied, including, without limitation, any warranties or conditions
|
29311
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29312
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29313
|
-
appropriateness of using or redistributing the Work and assume any
|
29314
|
-
risks associated with Your exercise of permissions under this License.
|
29315
|
-
|
29316
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
29317
|
-
whether in tort (including negligence), contract, or otherwise,
|
29318
|
-
unless required by applicable law (such as deliberate and grossly
|
29319
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
29320
|
-
liable to You for damages, including any direct, indirect, special,
|
29321
|
-
incidental, or consequential damages of any character arising as a
|
29322
|
-
result of this License or out of the use or inability to use the
|
29323
|
-
Work (including but not limited to damages for loss of goodwill,
|
29324
|
-
work stoppage, computer failure or malfunction, or any and all
|
29325
|
-
other commercial damages or losses), even if such Contributor
|
29326
|
-
has been advised of the possibility of such damages.
|
29327
|
-
|
29328
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
29329
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
29330
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
29331
|
-
or other liability obligations and/or rights consistent with this
|
29332
|
-
License. However, in accepting such obligations, You may act only
|
29333
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
29334
|
-
of any other Contributor, and only if You agree to indemnify,
|
29335
|
-
defend, and hold each Contributor harmless for any liability
|
29336
|
-
incurred by, or claims asserted against, such Contributor by reason
|
29337
|
-
of your accepting any such warranty or additional liability.
|
29338
|
-
|
29339
|
-
END OF TERMS AND CONDITIONS
|
29340
|
-
|
29341
|
-
APPENDIX: How to apply the Apache License to your work.
|
29342
|
-
|
29343
|
-
To apply the Apache License to your work, attach the following
|
29344
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
29345
|
-
replaced with your own identifying information. (Don't include
|
29346
|
-
the brackets!) The text should be enclosed in the appropriate
|
29347
|
-
comment syntax for the file format. We also recommend that a
|
29348
|
-
file or class name and description of purpose be included on the
|
29349
|
-
same "printed page" as the copyright notice for easier
|
29350
|
-
identification within third-party archives.
|
29351
|
-
|
29352
|
-
Copyright [yyyy] [name of copyright owner]
|
29353
|
-
|
29354
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
29355
|
-
you may not use this file except in compliance with the License.
|
29356
|
-
You may obtain a copy of the License at
|
29357
|
-
|
29358
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
29359
|
-
|
29360
|
-
Unless required by applicable law or agreed to in writing, software
|
29361
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
29362
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29363
|
-
See the License for the specific language governing permissions and
|
29364
|
-
limitations under the License.
|
29365
|
-
|
29366
|
-
================================================================================
|
29367
|
-
regex-syntax LICENSE-MIT
|
29368
|
-
================================================================================
|
29369
|
-
|
29370
|
-
Copyright (c) 2014 The Rust Project Developers
|
29371
|
-
|
29372
|
-
Permission is hereby granted, free of charge, to any
|
29373
|
-
person obtaining a copy of this software and associated
|
29374
|
-
documentation files (the "Software"), to deal in the
|
29375
|
-
Software without restriction, including without
|
29376
|
-
limitation the rights to use, copy, modify, merge,
|
29377
|
-
publish, distribute, sublicense, and/or sell copies of
|
29378
|
-
the Software, and to permit persons to whom the Software
|
29379
|
-
is furnished to do so, subject to the following
|
29380
|
-
conditions:
|
29381
|
-
|
29382
|
-
The above copyright notice and this permission notice
|
29383
|
-
shall be included in all copies or substantial portions
|
29384
|
-
of the Software.
|
29385
|
-
|
29386
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29387
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29388
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29389
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29390
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29391
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29392
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29393
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29394
|
-
DEALINGS IN THE SOFTWARE.
|
29395
|
-
|
29396
|
-
================================================================================
|
29397
|
-
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
28681
|
+
regex LICENSE-APACHE
|
29398
28682
|
================================================================================
|
29399
28683
|
|
29400
|
-
|
28684
|
+
Apache License
|
28685
|
+
Version 2.0, January 2004
|
28686
|
+
http://www.apache.org/licenses/
|
29401
28687
|
|
29402
|
-
|
29403
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29404
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29405
|
-
http://www.unicode.org/utility/trac/browser/.
|
28688
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29406
28689
|
|
29407
|
-
|
29408
|
-
directory http://www.unicode.org/Public/.
|
28690
|
+
1. Definitions.
|
29409
28691
|
|
29410
|
-
|
29411
|
-
|
29412
|
-
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29413
|
-
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29414
|
-
http://www.unicode.org/utility/trac/browser/.
|
28692
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
28693
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29415
28694
|
|
29416
|
-
|
29417
|
-
|
29418
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
29419
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
29420
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
29421
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
29422
|
-
THE DATA FILES OR SOFTWARE.
|
28695
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
28696
|
+
the copyright owner that is granting the License.
|
29423
28697
|
|
29424
|
-
|
28698
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
28699
|
+
other entities that control, are controlled by, or are under common
|
28700
|
+
control with that entity. For the purposes of this definition,
|
28701
|
+
"control" means (i) the power, direct or indirect, to cause the
|
28702
|
+
direction or management of such entity, whether by contract or
|
28703
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
28704
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29425
28705
|
|
29426
|
-
|
29427
|
-
|
28706
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
28707
|
+
exercising permissions granted by this License.
|
29428
28708
|
|
29429
|
-
|
29430
|
-
|
29431
|
-
|
29432
|
-
(the "Software") to deal in the Data Files or Software
|
29433
|
-
without restriction, including without limitation the rights to use,
|
29434
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
29435
|
-
the Data Files or Software, and to permit persons to whom the Data Files
|
29436
|
-
or Software are furnished to do so, provided that either
|
29437
|
-
(a) this copyright and permission notice appear with all copies
|
29438
|
-
of the Data Files or Software, or
|
29439
|
-
(b) this copyright and permission notice appear in associated
|
29440
|
-
Documentation.
|
28709
|
+
"Source" form shall mean the preferred form for making modifications,
|
28710
|
+
including but not limited to software source code, documentation
|
28711
|
+
source, and configuration files.
|
29441
28712
|
|
29442
|
-
|
29443
|
-
|
29444
|
-
|
29445
|
-
|
29446
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
29447
|
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
29448
|
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
29449
|
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
29450
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
29451
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
28713
|
+
"Object" form shall mean any form resulting from mechanical
|
28714
|
+
transformation or translation of a Source form, including but
|
28715
|
+
not limited to compiled object code, generated documentation,
|
28716
|
+
and conversions to other media types.
|
29452
28717
|
|
29453
|
-
|
29454
|
-
|
29455
|
-
|
29456
|
-
|
28718
|
+
"Work" shall mean the work of authorship, whether in Source or
|
28719
|
+
Object form, made available under the License, as indicated by a
|
28720
|
+
copyright notice that is included in or attached to the work
|
28721
|
+
(an example is provided in the Appendix below).
|
29457
28722
|
|
29458
|
-
|
29459
|
-
|
29460
|
-
|
28723
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
28724
|
+
form, that is based on (or derived from) the Work and for which the
|
28725
|
+
editorial revisions, annotations, elaborations, or other modifications
|
28726
|
+
represent, as a whole, an original work of authorship. For the purposes
|
28727
|
+
of this License, Derivative Works shall not include works that remain
|
28728
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
28729
|
+
the Work and Derivative Works thereof.
|
29461
28730
|
|
29462
|
-
|
28731
|
+
"Contribution" shall mean any work of authorship, including
|
28732
|
+
the original version of the Work and any modifications or additions
|
28733
|
+
to that Work or Derivative Works thereof, that is intentionally
|
28734
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
28735
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
28736
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
28737
|
+
means any form of electronic, verbal, or written communication sent
|
28738
|
+
to the Licensor or its representatives, including but not limited to
|
28739
|
+
communication on electronic mailing lists, source code control systems,
|
28740
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
28741
|
+
Licensor for the purpose of discussing and improving the Work, but
|
28742
|
+
excluding communication that is conspicuously marked or otherwise
|
28743
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
28744
|
+
|
28745
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
28746
|
+
on behalf of whom a Contribution has been received by Licensor and
|
28747
|
+
subsequently incorporated within the Work.
|
28748
|
+
|
28749
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
28750
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28751
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28752
|
+
copyright license to reproduce, prepare Derivative Works of,
|
28753
|
+
publicly display, publicly perform, sublicense, and distribute the
|
28754
|
+
Work and such Derivative Works in Source or Object form.
|
28755
|
+
|
28756
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
28757
|
+
this License, each Contributor hereby grants to You a perpetual,
|
28758
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
28759
|
+
(except as stated in this section) patent license to make, have made,
|
28760
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
28761
|
+
where such license applies only to those patent claims licensable
|
28762
|
+
by such Contributor that are necessarily infringed by their
|
28763
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
28764
|
+
with the Work to which such Contribution(s) was submitted. If You
|
28765
|
+
institute patent litigation against any entity (including a
|
28766
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
28767
|
+
or a Contribution incorporated within the Work constitutes direct
|
28768
|
+
or contributory patent infringement, then any patent licenses
|
28769
|
+
granted to You under this License for that Work shall terminate
|
28770
|
+
as of the date such litigation is filed.
|
28771
|
+
|
28772
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
28773
|
+
Work or Derivative Works thereof in any medium, with or without
|
28774
|
+
modifications, and in Source or Object form, provided that You
|
28775
|
+
meet the following conditions:
|
28776
|
+
|
28777
|
+
(a) You must give any other recipients of the Work or
|
28778
|
+
Derivative Works a copy of this License; and
|
28779
|
+
|
28780
|
+
(b) You must cause any modified files to carry prominent notices
|
28781
|
+
stating that You changed the files; and
|
28782
|
+
|
28783
|
+
(c) You must retain, in the Source form of any Derivative Works
|
28784
|
+
that You distribute, all copyright, patent, trademark, and
|
28785
|
+
attribution notices from the Source form of the Work,
|
28786
|
+
excluding those notices that do not pertain to any part of
|
28787
|
+
the Derivative Works; and
|
28788
|
+
|
28789
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
28790
|
+
distribution, then any Derivative Works that You distribute must
|
28791
|
+
include a readable copy of the attribution notices contained
|
28792
|
+
within such NOTICE file, excluding those notices that do not
|
28793
|
+
pertain to any part of the Derivative Works, in at least one
|
28794
|
+
of the following places: within a NOTICE text file distributed
|
28795
|
+
as part of the Derivative Works; within the Source form or
|
28796
|
+
documentation, if provided along with the Derivative Works; or,
|
28797
|
+
within a display generated by the Derivative Works, if and
|
28798
|
+
wherever such third-party notices normally appear. The contents
|
28799
|
+
of the NOTICE file are for informational purposes only and
|
28800
|
+
do not modify the License. You may add Your own attribution
|
28801
|
+
notices within Derivative Works that You distribute, alongside
|
28802
|
+
or as an addendum to the NOTICE text from the Work, provided
|
28803
|
+
that such additional attribution notices cannot be construed
|
28804
|
+
as modifying the License.
|
28805
|
+
|
28806
|
+
You may add Your own copyright statement to Your modifications and
|
28807
|
+
may provide additional or different license terms and conditions
|
28808
|
+
for use, reproduction, or distribution of Your modifications, or
|
28809
|
+
for any such Derivative Works as a whole, provided Your use,
|
28810
|
+
reproduction, and distribution of the Work otherwise complies with
|
28811
|
+
the conditions stated in this License.
|
28812
|
+
|
28813
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
28814
|
+
any Contribution intentionally submitted for inclusion in the Work
|
28815
|
+
by You to the Licensor shall be under the terms and conditions of
|
28816
|
+
this License, without any additional terms or conditions.
|
28817
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
28818
|
+
the terms of any separate license agreement you may have executed
|
28819
|
+
with Licensor regarding such Contributions.
|
28820
|
+
|
28821
|
+
6. Trademarks. This License does not grant permission to use the trade
|
28822
|
+
names, trademarks, service marks, or product names of the Licensor,
|
28823
|
+
except as required for reasonable and customary use in describing the
|
28824
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
28825
|
+
|
28826
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
28827
|
+
agreed to in writing, Licensor provides the Work (and each
|
28828
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
28829
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
28830
|
+
implied, including, without limitation, any warranties or conditions
|
28831
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
28832
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
28833
|
+
appropriateness of using or redistributing the Work and assume any
|
28834
|
+
risks associated with Your exercise of permissions under this License.
|
28835
|
+
|
28836
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
28837
|
+
whether in tort (including negligence), contract, or otherwise,
|
28838
|
+
unless required by applicable law (such as deliberate and grossly
|
28839
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
28840
|
+
liable to You for damages, including any direct, indirect, special,
|
28841
|
+
incidental, or consequential damages of any character arising as a
|
28842
|
+
result of this License or out of the use or inability to use the
|
28843
|
+
Work (including but not limited to damages for loss of goodwill,
|
28844
|
+
work stoppage, computer failure or malfunction, or any and all
|
28845
|
+
other commercial damages or losses), even if such Contributor
|
28846
|
+
has been advised of the possibility of such damages.
|
28847
|
+
|
28848
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
28849
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
28850
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
28851
|
+
or other liability obligations and/or rights consistent with this
|
28852
|
+
License. However, in accepting such obligations, You may act only
|
28853
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
28854
|
+
of any other Contributor, and only if You agree to indemnify,
|
28855
|
+
defend, and hold each Contributor harmless for any liability
|
28856
|
+
incurred by, or claims asserted against, such Contributor by reason
|
28857
|
+
of your accepting any such warranty or additional liability.
|
28858
|
+
|
28859
|
+
END OF TERMS AND CONDITIONS
|
28860
|
+
|
28861
|
+
APPENDIX: How to apply the Apache License to your work.
|
28862
|
+
|
28863
|
+
To apply the Apache License to your work, attach the following
|
28864
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
28865
|
+
replaced with your own identifying information. (Don't include
|
28866
|
+
the brackets!) The text should be enclosed in the appropriate
|
28867
|
+
comment syntax for the file format. We also recommend that a
|
28868
|
+
file or class name and description of purpose be included on the
|
28869
|
+
same "printed page" as the copyright notice for easier
|
28870
|
+
identification within third-party archives.
|
28871
|
+
|
28872
|
+
Copyright [yyyy] [name of copyright owner]
|
29463
28873
|
|
29464
28874
|
Licensed under the Apache License, Version 2.0 (the "License");
|
29465
28875
|
you may not use this file except in compliance with the License.
|
29466
28876
|
You may obtain a copy of the License at
|
29467
28877
|
|
29468
|
-
|
28878
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29469
28879
|
|
29470
28880
|
Unless required by applicable law or agreed to in writing, software
|
29471
28881
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -29474,31 +28884,37 @@ See the License for the specific language governing permissions and
|
|
29474
28884
|
limitations under the License.
|
29475
28885
|
|
29476
28886
|
================================================================================
|
29477
|
-
|
28887
|
+
regex LICENSE-MIT
|
29478
28888
|
================================================================================
|
29479
28889
|
|
29480
|
-
Copyright
|
28890
|
+
Copyright (c) 2014 The Rust Project Developers
|
29481
28891
|
|
29482
|
-
Permission is hereby granted, free of charge, to any
|
29483
|
-
of this software and associated
|
29484
|
-
|
29485
|
-
|
29486
|
-
|
29487
|
-
|
28892
|
+
Permission is hereby granted, free of charge, to any
|
28893
|
+
person obtaining a copy of this software and associated
|
28894
|
+
documentation files (the "Software"), to deal in the
|
28895
|
+
Software without restriction, including without
|
28896
|
+
limitation the rights to use, copy, modify, merge,
|
28897
|
+
publish, distribute, sublicense, and/or sell copies of
|
28898
|
+
the Software, and to permit persons to whom the Software
|
28899
|
+
is furnished to do so, subject to the following
|
28900
|
+
conditions:
|
29488
28901
|
|
29489
|
-
The above copyright notice and this permission notice
|
29490
|
-
copies or substantial portions
|
28902
|
+
The above copyright notice and this permission notice
|
28903
|
+
shall be included in all copies or substantial portions
|
28904
|
+
of the Software.
|
29491
28905
|
|
29492
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29493
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
29494
|
-
|
29495
|
-
|
29496
|
-
|
29497
|
-
|
29498
|
-
|
28906
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
28907
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
28908
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
28909
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
28910
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
28911
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
28912
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
28913
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
28914
|
+
DEALINGS IN THE SOFTWARE.
|
29499
28915
|
|
29500
28916
|
================================================================================
|
29501
|
-
|
28917
|
+
regex-automata LICENSE-APACHE
|
29502
28918
|
================================================================================
|
29503
28919
|
|
29504
28920
|
Apache License
|
@@ -29704,9 +29120,11 @@ See the License for the specific language governing permissions and
|
|
29704
29120
|
limitations under the License.
|
29705
29121
|
|
29706
29122
|
================================================================================
|
29707
|
-
|
29123
|
+
regex-automata LICENSE-MIT
|
29708
29124
|
================================================================================
|
29709
29125
|
|
29126
|
+
Copyright (c) 2014 The Rust Project Developers
|
29127
|
+
|
29710
29128
|
Permission is hereby granted, free of charge, to any
|
29711
29129
|
person obtaining a copy of this software and associated
|
29712
29130
|
documentation files (the "Software"), to deal in the
|
@@ -29732,7 +29150,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29732
29150
|
DEALINGS IN THE SOFTWARE.
|
29733
29151
|
|
29734
29152
|
================================================================================
|
29735
|
-
|
29153
|
+
regex-syntax LICENSE-APACHE
|
29736
29154
|
================================================================================
|
29737
29155
|
|
29738
29156
|
Apache License
|
@@ -29938,10 +29356,10 @@ See the License for the specific language governing permissions and
|
|
29938
29356
|
limitations under the License.
|
29939
29357
|
|
29940
29358
|
================================================================================
|
29941
|
-
|
29359
|
+
regex-syntax LICENSE-MIT
|
29942
29360
|
================================================================================
|
29943
29361
|
|
29944
|
-
Copyright (c)
|
29362
|
+
Copyright (c) 2014 The Rust Project Developers
|
29945
29363
|
|
29946
29364
|
Permission is hereby granted, free of charge, to any
|
29947
29365
|
person obtaining a copy of this software and associated
|
@@ -29968,7 +29386,111 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29968
29386
|
DEALINGS IN THE SOFTWARE.
|
29969
29387
|
|
29970
29388
|
================================================================================
|
29971
|
-
|
29389
|
+
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
29390
|
+
================================================================================
|
29391
|
+
|
29392
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
29393
|
+
|
29394
|
+
Unicode Data Files include all data files under the directories
|
29395
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29396
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29397
|
+
http://www.unicode.org/utility/trac/browser/.
|
29398
|
+
|
29399
|
+
Unicode Data Files do not include PDF online code charts under the
|
29400
|
+
directory http://www.unicode.org/Public/.
|
29401
|
+
|
29402
|
+
Software includes any source code published in the Unicode Standard
|
29403
|
+
or under the directories
|
29404
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29405
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29406
|
+
http://www.unicode.org/utility/trac/browser/.
|
29407
|
+
|
29408
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
29409
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
29410
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
29411
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
29412
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
29413
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
29414
|
+
THE DATA FILES OR SOFTWARE.
|
29415
|
+
|
29416
|
+
COPYRIGHT AND PERMISSION NOTICE
|
29417
|
+
|
29418
|
+
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
|
29419
|
+
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
29420
|
+
|
29421
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
29422
|
+
a copy of the Unicode data files and any associated documentation
|
29423
|
+
(the "Data Files") or Unicode software and any associated documentation
|
29424
|
+
(the "Software") to deal in the Data Files or Software
|
29425
|
+
without restriction, including without limitation the rights to use,
|
29426
|
+
copy, modify, merge, publish, distribute, and/or sell copies of
|
29427
|
+
the Data Files or Software, and to permit persons to whom the Data Files
|
29428
|
+
or Software are furnished to do so, provided that either
|
29429
|
+
(a) this copyright and permission notice appear with all copies
|
29430
|
+
of the Data Files or Software, or
|
29431
|
+
(b) this copyright and permission notice appear in associated
|
29432
|
+
Documentation.
|
29433
|
+
|
29434
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29435
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
29436
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
29437
|
+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
29438
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
29439
|
+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
29440
|
+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
29441
|
+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
29442
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
29443
|
+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
29444
|
+
|
29445
|
+
Except as contained in this notice, the name of a copyright holder
|
29446
|
+
shall not be used in advertising or otherwise to promote the sale,
|
29447
|
+
use or other dealings in these Data Files or Software without prior
|
29448
|
+
written authorization of the copyright holder.
|
29449
|
+
|
29450
|
+
================================================================================
|
29451
|
+
rle-decode-fast LICENSE-APACHE
|
29452
|
+
================================================================================
|
29453
|
+
|
29454
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
29455
|
+
|
29456
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29457
|
+
you may not use this file except in compliance with the License.
|
29458
|
+
You may obtain a copy of the License at
|
29459
|
+
|
29460
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29461
|
+
|
29462
|
+
Unless required by applicable law or agreed to in writing, software
|
29463
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29464
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29465
|
+
See the License for the specific language governing permissions and
|
29466
|
+
limitations under the License.
|
29467
|
+
|
29468
|
+
================================================================================
|
29469
|
+
rle-decode-fast LICENSE-MIT
|
29470
|
+
================================================================================
|
29471
|
+
|
29472
|
+
Copyright 2019 Moritz "WanzenBug" Wanzenböck
|
29473
|
+
|
29474
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
29475
|
+
of this software and associated documentation files (the "Software"), to deal
|
29476
|
+
in the Software without restriction, including without limitation the rights to
|
29477
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
29478
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
29479
|
+
so, subject to the following conditions:
|
29480
|
+
|
29481
|
+
The above copyright notice and this permission notice shall be included in all
|
29482
|
+
copies or substantial portions of the Software.
|
29483
|
+
|
29484
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
29485
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
29486
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29487
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29488
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29489
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
29490
|
+
SOFTWARE.
|
29491
|
+
|
29492
|
+
================================================================================
|
29493
|
+
rustc-hash LICENSE-APACHE
|
29972
29494
|
================================================================================
|
29973
29495
|
|
29974
29496
|
Apache License
|
@@ -30148,8 +29670,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30148
29670
|
|
30149
29671
|
END OF TERMS AND CONDITIONS
|
30150
29672
|
|
29673
|
+
APPENDIX: How to apply the Apache License to your work.
|
29674
|
+
|
29675
|
+
To apply the Apache License to your work, attach the following
|
29676
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29677
|
+
replaced with your own identifying information. (Don't include
|
29678
|
+
the brackets!) The text should be enclosed in the appropriate
|
29679
|
+
comment syntax for the file format. We also recommend that a
|
29680
|
+
file or class name and description of purpose be included on the
|
29681
|
+
same "printed page" as the copyright notice for easier
|
29682
|
+
identification within third-party archives.
|
29683
|
+
|
29684
|
+
Copyright [yyyy] [name of copyright owner]
|
29685
|
+
|
29686
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29687
|
+
you may not use this file except in compliance with the License.
|
29688
|
+
You may obtain a copy of the License at
|
29689
|
+
|
29690
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29691
|
+
|
29692
|
+
Unless required by applicable law or agreed to in writing, software
|
29693
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29694
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29695
|
+
See the License for the specific language governing permissions and
|
29696
|
+
limitations under the License.
|
29697
|
+
|
30151
29698
|
================================================================================
|
30152
|
-
|
29699
|
+
rustc-hash LICENSE-MIT
|
30153
29700
|
================================================================================
|
30154
29701
|
|
30155
29702
|
Permission is hereby granted, free of charge, to any
|
@@ -30177,7 +29724,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
30177
29724
|
DEALINGS IN THE SOFTWARE.
|
30178
29725
|
|
30179
29726
|
================================================================================
|
30180
|
-
|
29727
|
+
rustversion LICENSE-APACHE
|
30181
29728
|
================================================================================
|
30182
29729
|
|
30183
29730
|
Apache License
|
@@ -30358,35 +29905,35 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30358
29905
|
END OF TERMS AND CONDITIONS
|
30359
29906
|
|
30360
29907
|
================================================================================
|
30361
|
-
|
29908
|
+
rustversion LICENSE-MIT
|
30362
29909
|
================================================================================
|
30363
29910
|
|
30364
|
-
|
30365
|
-
|
30366
|
-
|
30367
|
-
|
30368
|
-
|
30369
|
-
|
30370
|
-
Software, and to permit
|
30371
|
-
do so,
|
29911
|
+
Permission is hereby granted, free of charge, to any
|
29912
|
+
person obtaining a copy of this software and associated
|
29913
|
+
documentation files (the "Software"), to deal in the
|
29914
|
+
Software without restriction, including without
|
29915
|
+
limitation the rights to use, copy, modify, merge,
|
29916
|
+
publish, distribute, sublicense, and/or sell copies of
|
29917
|
+
the Software, and to permit persons to whom the Software
|
29918
|
+
is furnished to do so, subject to the following
|
29919
|
+
conditions:
|
30372
29920
|
|
30373
|
-
The copyright
|
30374
|
-
|
30375
|
-
|
30376
|
-
all derivative works of the Software, unless such copies or derivative
|
30377
|
-
works are solely in the form of machine-executable object code generated by
|
30378
|
-
a source language processor.
|
29921
|
+
The above copyright notice and this permission notice
|
29922
|
+
shall be included in all copies or substantial portions
|
29923
|
+
of the Software.
|
30379
29924
|
|
30380
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30381
|
-
IMPLIED, INCLUDING BUT NOT LIMITED
|
30382
|
-
|
30383
|
-
|
30384
|
-
|
30385
|
-
|
29925
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29926
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29927
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29928
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29929
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29930
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29931
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29932
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30386
29933
|
DEALINGS IN THE SOFTWARE.
|
30387
29934
|
|
30388
29935
|
================================================================================
|
30389
|
-
|
29936
|
+
ryu LICENSE-APACHE
|
30390
29937
|
================================================================================
|
30391
29938
|
|
30392
29939
|
Apache License
|
@@ -30566,63 +30113,36 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30566
30113
|
|
30567
30114
|
END OF TERMS AND CONDITIONS
|
30568
30115
|
|
30569
|
-
APPENDIX: How to apply the Apache License to your work.
|
30570
|
-
|
30571
|
-
To apply the Apache License to your work, attach the following
|
30572
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
30573
|
-
replaced with your own identifying information. (Don't include
|
30574
|
-
the brackets!) The text should be enclosed in the appropriate
|
30575
|
-
comment syntax for the file format. We also recommend that a
|
30576
|
-
file or class name and description of purpose be included on the
|
30577
|
-
same "printed page" as the copyright notice for easier
|
30578
|
-
identification within third-party archives.
|
30579
|
-
|
30580
|
-
Copyright [yyyy] [name of copyright owner]
|
30581
|
-
|
30582
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30583
|
-
you may not use this file except in compliance with the License.
|
30584
|
-
You may obtain a copy of the License at
|
30585
|
-
|
30586
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
30587
|
-
|
30588
|
-
Unless required by applicable law or agreed to in writing, software
|
30589
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30590
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30591
|
-
See the License for the specific language governing permissions and
|
30592
|
-
limitations under the License.
|
30593
|
-
|
30594
30116
|
================================================================================
|
30595
|
-
|
30117
|
+
ryu LICENSE-BOOST
|
30596
30118
|
================================================================================
|
30597
30119
|
|
30598
|
-
|
30120
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
30599
30121
|
|
30600
|
-
Permission is hereby granted, free of charge, to any
|
30601
|
-
|
30602
|
-
|
30603
|
-
|
30604
|
-
|
30605
|
-
|
30606
|
-
the Software, and to permit persons to whom the Software
|
30607
|
-
is furnished to do so, subject to the following
|
30608
|
-
conditions:
|
30122
|
+
Permission is hereby granted, free of charge, to any person or organization
|
30123
|
+
obtaining a copy of the software and accompanying documentation covered by
|
30124
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
30125
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
30126
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
30127
|
+
do so, all subject to the following:
|
30609
30128
|
|
30610
|
-
The
|
30611
|
-
|
30612
|
-
of the Software
|
30129
|
+
The copyright notices in the Software and this entire statement, including
|
30130
|
+
the above license grant, this restriction and the following disclaimer,
|
30131
|
+
must be included in all copies of the Software, in whole or in part, and
|
30132
|
+
all derivative works of the Software, unless such copies or derivative
|
30133
|
+
works are solely in the form of machine-executable object code generated by
|
30134
|
+
a source language processor.
|
30613
30135
|
|
30614
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30615
|
-
|
30616
|
-
|
30617
|
-
|
30618
|
-
|
30619
|
-
|
30620
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
30621
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30136
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30137
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
30138
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
30139
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
30140
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
30141
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30622
30142
|
DEALINGS IN THE SOFTWARE.
|
30623
30143
|
|
30624
30144
|
================================================================================
|
30625
|
-
|
30145
|
+
scopeguard LICENSE-APACHE
|
30626
30146
|
================================================================================
|
30627
30147
|
|
30628
30148
|
Apache License
|
@@ -30802,10 +30322,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30802
30322
|
|
30803
30323
|
END OF TERMS AND CONDITIONS
|
30804
30324
|
|
30325
|
+
APPENDIX: How to apply the Apache License to your work.
|
30326
|
+
|
30327
|
+
To apply the Apache License to your work, attach the following
|
30328
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
30329
|
+
replaced with your own identifying information. (Don't include
|
30330
|
+
the brackets!) The text should be enclosed in the appropriate
|
30331
|
+
comment syntax for the file format. We also recommend that a
|
30332
|
+
file or class name and description of purpose be included on the
|
30333
|
+
same "printed page" as the copyright notice for easier
|
30334
|
+
identification within third-party archives.
|
30335
|
+
|
30336
|
+
Copyright [yyyy] [name of copyright owner]
|
30337
|
+
|
30338
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
30339
|
+
you may not use this file except in compliance with the License.
|
30340
|
+
You may obtain a copy of the License at
|
30341
|
+
|
30342
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
30343
|
+
|
30344
|
+
Unless required by applicable law or agreed to in writing, software
|
30345
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
30346
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30347
|
+
See the License for the specific language governing permissions and
|
30348
|
+
limitations under the License.
|
30349
|
+
|
30805
30350
|
================================================================================
|
30806
|
-
|
30351
|
+
scopeguard LICENSE-MIT
|
30807
30352
|
================================================================================
|
30808
30353
|
|
30354
|
+
Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers
|
30355
|
+
|
30809
30356
|
Permission is hereby granted, free of charge, to any
|
30810
30357
|
person obtaining a copy of this software and associated
|
30811
30358
|
documentation files (the "Software"), to deal in the
|
@@ -34702,7 +34249,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34702
34249
|
DEALINGS IN THE SOFTWARE.
|
34703
34250
|
|
34704
34251
|
================================================================================
|
34705
|
-
syn v2.0.
|
34252
|
+
syn v2.0.46 LICENSE-APACHE
|
34706
34253
|
================================================================================
|
34707
34254
|
|
34708
34255
|
Apache License
|
@@ -34883,7 +34430,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34883
34430
|
END OF TERMS AND CONDITIONS
|
34884
34431
|
|
34885
34432
|
================================================================================
|
34886
|
-
syn v2.0.
|
34433
|
+
syn v2.0.46 LICENSE-MIT
|
34887
34434
|
================================================================================
|
34888
34435
|
|
34889
34436
|
Permission is hereby granted, free of charge, to any
|