polars-df 0.4.0-aarch64-linux → 0.5.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Cargo.lock +272 -191
- data/Cargo.toml +0 -1
- data/LICENSE-THIRD-PARTY.txt +1990 -1149
- data/README.md +2 -2
- data/lib/polars/3.0/polars.so +0 -0
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/convert.rb +2 -2
- data/lib/polars/data_frame.rb +201 -50
- data/lib/polars/data_types.rb +6 -4
- data/lib/polars/date_time_expr.rb +142 -2
- data/lib/polars/expr.rb +70 -10
- data/lib/polars/lazy_frame.rb +4 -3
- data/lib/polars/lazy_functions.rb +4 -1
- data/lib/polars/list_expr.rb +68 -19
- data/lib/polars/series.rb +181 -73
- data/lib/polars/string_expr.rb +149 -43
- data/lib/polars/string_name_space.rb +4 -4
- data/lib/polars/struct_name_space.rb +32 -0
- data/lib/polars/utils.rb +41 -7
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +2 -2
- metadata +2 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -14,7 +14,7 @@ ahash v0.8.3
|
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
17
|
-
aho-corasick
|
17
|
+
aho-corasick v1.0.1
|
18
18
|
https://github.com/BurntSushi/aho-corasick
|
19
19
|
Unlicense OR MIT
|
20
20
|
|
@@ -26,6 +26,10 @@ alloc-stdlib v0.2.2
|
|
26
26
|
https://github.com/dropbox/rust-alloc-no-stdlib
|
27
27
|
BSD-3-Clause
|
28
28
|
|
29
|
+
argminmax v0.6.1
|
30
|
+
https://github.com/jvdd/argminmax
|
31
|
+
MIT
|
32
|
+
|
29
33
|
array-init-cursor v0.2.0
|
30
34
|
https://github.com/planus-org/planus
|
31
35
|
MIT/Apache-2.0
|
@@ -34,15 +38,15 @@ arrow-format v0.8.1
|
|
34
38
|
https://github.com/DataEngineeringLabs/arrow-format
|
35
39
|
Apache-2.0
|
36
40
|
|
37
|
-
arrow2 v0.17.
|
41
|
+
arrow2 v0.17.1
|
38
42
|
https://github.com/jorgecarleitao/arrow2
|
39
43
|
Apache-2.0
|
40
44
|
|
41
|
-
async-stream v0.3.
|
45
|
+
async-stream v0.3.5
|
42
46
|
https://github.com/tokio-rs/async-stream
|
43
47
|
MIT
|
44
48
|
|
45
|
-
async-stream-impl v0.3.
|
49
|
+
async-stream-impl v0.3.5
|
46
50
|
https://github.com/tokio-rs/async-stream
|
47
51
|
MIT
|
48
52
|
|
@@ -110,14 +114,14 @@ chrono v0.4.24
|
|
110
114
|
https://github.com/chronotope/chrono
|
111
115
|
MIT/Apache-2.0
|
112
116
|
|
113
|
-
chrono-tz v0.8.
|
117
|
+
chrono-tz v0.8.2
|
114
118
|
https://github.com/chronotope/chrono-tz
|
115
119
|
MIT OR Apache-2.0
|
116
120
|
|
117
121
|
chrono-tz-build v0.1.0
|
118
122
|
MIT OR Apache-2.0
|
119
123
|
|
120
|
-
clang-sys v1.6.
|
124
|
+
clang-sys v1.6.1
|
121
125
|
https://github.com/KyleMayes/clang-sys
|
122
126
|
Apache-2.0
|
123
127
|
|
@@ -137,7 +141,7 @@ crc32fast v1.3.2
|
|
137
141
|
https://github.com/srijs/rust-crc32fast
|
138
142
|
MIT OR Apache-2.0
|
139
143
|
|
140
|
-
crossbeam-channel v0.5.
|
144
|
+
crossbeam-channel v0.5.8
|
141
145
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
142
146
|
MIT OR Apache-2.0
|
143
147
|
|
@@ -149,6 +153,10 @@ crossbeam-epoch v0.9.14
|
|
149
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
150
154
|
MIT OR Apache-2.0
|
151
155
|
|
156
|
+
crossbeam-queue v0.3.8
|
157
|
+
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
158
|
+
MIT OR Apache-2.0
|
159
|
+
|
152
160
|
crossbeam-utils v0.8.15
|
153
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
154
162
|
MIT OR Apache-2.0
|
@@ -157,14 +165,6 @@ crossterm v0.25.0
|
|
157
165
|
https://github.com/crossterm-rs/crossterm
|
158
166
|
MIT
|
159
167
|
|
160
|
-
dirs v4.0.0
|
161
|
-
https://github.com/soc/dirs-rs
|
162
|
-
MIT OR Apache-2.0
|
163
|
-
|
164
|
-
dirs-sys v0.3.7
|
165
|
-
https://github.com/dirs-dev/dirs-sys-rs
|
166
|
-
MIT OR Apache-2.0
|
167
|
-
|
168
168
|
dyn-clone v1.0.11
|
169
169
|
https://github.com/dtolnay/dyn-clone
|
170
170
|
MIT OR Apache-2.0
|
@@ -189,7 +189,7 @@ fast-float v0.2.0
|
|
189
189
|
https://github.com/aldanor/fast-float-rust
|
190
190
|
MIT OR Apache-2.0
|
191
191
|
|
192
|
-
flate2 v1.0.
|
192
|
+
flate2 v1.0.26
|
193
193
|
https://github.com/rust-lang/flate2-rs
|
194
194
|
MIT OR Apache-2.0
|
195
195
|
|
@@ -201,43 +201,43 @@ foreign_vec v0.1.0
|
|
201
201
|
https://github.com/DataEngineeringLabs/foreign_vec
|
202
202
|
MIT
|
203
203
|
|
204
|
-
futures v0.3.
|
204
|
+
futures v0.3.28
|
205
205
|
https://rust-lang.github.io/futures-rs
|
206
206
|
MIT OR Apache-2.0
|
207
207
|
|
208
|
-
futures-channel v0.3.
|
208
|
+
futures-channel v0.3.28
|
209
209
|
https://rust-lang.github.io/futures-rs
|
210
210
|
MIT OR Apache-2.0
|
211
211
|
|
212
|
-
futures-core v0.3.
|
212
|
+
futures-core v0.3.28
|
213
213
|
https://rust-lang.github.io/futures-rs
|
214
214
|
MIT OR Apache-2.0
|
215
215
|
|
216
|
-
futures-executor v0.3.
|
216
|
+
futures-executor v0.3.28
|
217
217
|
https://rust-lang.github.io/futures-rs
|
218
218
|
MIT OR Apache-2.0
|
219
219
|
|
220
|
-
futures-io v0.3.
|
220
|
+
futures-io v0.3.28
|
221
221
|
https://rust-lang.github.io/futures-rs
|
222
222
|
MIT OR Apache-2.0
|
223
223
|
|
224
|
-
futures-macro v0.3.
|
224
|
+
futures-macro v0.3.28
|
225
225
|
https://rust-lang.github.io/futures-rs
|
226
226
|
MIT OR Apache-2.0
|
227
227
|
|
228
|
-
futures-sink v0.3.
|
228
|
+
futures-sink v0.3.28
|
229
229
|
https://rust-lang.github.io/futures-rs
|
230
230
|
MIT OR Apache-2.0
|
231
231
|
|
232
|
-
futures-task v0.3.
|
232
|
+
futures-task v0.3.28
|
233
233
|
https://rust-lang.github.io/futures-rs
|
234
234
|
MIT OR Apache-2.0
|
235
235
|
|
236
|
-
futures-util v0.3.
|
236
|
+
futures-util v0.3.28
|
237
237
|
https://rust-lang.github.io/futures-rs
|
238
238
|
MIT OR Apache-2.0
|
239
239
|
|
240
|
-
getrandom v0.2.
|
240
|
+
getrandom v0.2.9
|
241
241
|
https://github.com/rust-random/getrandom
|
242
242
|
MIT OR Apache-2.0
|
243
243
|
|
@@ -245,7 +245,7 @@ glob v0.3.1
|
|
245
245
|
https://github.com/rust-lang/glob
|
246
246
|
MIT OR Apache-2.0
|
247
247
|
|
248
|
-
halfbrown v0.1
|
248
|
+
halfbrown v0.2.1
|
249
249
|
https://github.com/Licenser/halfbrown
|
250
250
|
Apache-2.0/MIT
|
251
251
|
|
@@ -269,7 +269,11 @@ hex v0.4.3
|
|
269
269
|
https://github.com/KokaKiwi/rust-hex
|
270
270
|
MIT OR Apache-2.0
|
271
271
|
|
272
|
-
|
272
|
+
home v0.5.5
|
273
|
+
https://github.com/rust-lang/cargo
|
274
|
+
MIT OR Apache-2.0
|
275
|
+
|
276
|
+
iana-time-zone v0.1.56
|
273
277
|
https://github.com/strawlab/iana-time-zone
|
274
278
|
MIT OR Apache-2.0
|
275
279
|
|
@@ -341,7 +345,7 @@ lexical-write-integer v0.8.5
|
|
341
345
|
https://github.com/Alexhuszagh/rust-lexical
|
342
346
|
MIT/Apache-2.0
|
343
347
|
|
344
|
-
libc v0.2.
|
348
|
+
libc v0.2.144
|
345
349
|
https://github.com/rust-lang/libc
|
346
350
|
MIT OR Apache-2.0
|
347
351
|
|
@@ -377,7 +381,7 @@ lz4-sys v1.9.4
|
|
377
381
|
https://github.com/10xGenomics/lz4-rs
|
378
382
|
MIT
|
379
383
|
|
380
|
-
magnus v0.5.
|
384
|
+
magnus v0.5.3
|
381
385
|
https://github.com/matsadler/magnus
|
382
386
|
MIT
|
383
387
|
|
@@ -401,7 +405,7 @@ minimal-lexical v0.2.1
|
|
401
405
|
https://github.com/Alexhuszagh/minimal-lexical
|
402
406
|
MIT/Apache-2.0
|
403
407
|
|
404
|
-
miniz_oxide v0.
|
408
|
+
miniz_oxide v0.7.1
|
405
409
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
406
410
|
MIT OR Zlib OR Apache-2.0
|
407
411
|
|
@@ -453,7 +457,7 @@ parquet-format-safe v0.2.4
|
|
453
457
|
https://github.com/jorgecarleitao/parquet-format-safe
|
454
458
|
MIT/Apache-2.0
|
455
459
|
|
456
|
-
parquet2 v0.17.
|
460
|
+
parquet2 v0.17.2
|
457
461
|
https://github.com/jorgecarleitao/parquet2
|
458
462
|
Apache-2.0
|
459
463
|
|
@@ -489,7 +493,7 @@ pin-utils v0.1.0
|
|
489
493
|
https://github.com/rust-lang-nursery/pin-utils
|
490
494
|
MIT OR Apache-2.0
|
491
495
|
|
492
|
-
pkg-config v0.3.
|
496
|
+
pkg-config v0.3.27
|
493
497
|
https://github.com/rust-lang/pkg-config-rs
|
494
498
|
MIT OR Apache-2.0
|
495
499
|
|
@@ -497,60 +501,64 @@ planus v0.3.1
|
|
497
501
|
https://github.com/planus-org/planus
|
498
502
|
MIT/Apache-2.0
|
499
503
|
|
500
|
-
polars v0.
|
504
|
+
polars v0.29.0
|
501
505
|
https://github.com/pola-rs/polars
|
502
506
|
MIT
|
503
507
|
|
504
|
-
polars-arrow v0.
|
508
|
+
polars-arrow v0.29.0
|
505
509
|
MIT
|
506
510
|
|
507
|
-
polars-core v0.
|
511
|
+
polars-core v0.29.0
|
508
512
|
https://github.com/pola-rs/polars
|
509
513
|
MIT
|
510
514
|
|
511
|
-
polars-error v0.
|
515
|
+
polars-error v0.29.0
|
512
516
|
https://github.com/pola-rs/polars
|
513
517
|
MIT
|
514
518
|
|
515
|
-
polars-io v0.
|
519
|
+
polars-io v0.29.0
|
516
520
|
https://github.com/pola-rs/polars
|
517
521
|
MIT
|
518
522
|
|
519
|
-
polars-lazy v0.
|
523
|
+
polars-lazy v0.29.0
|
520
524
|
https://github.com/pola-rs/polars
|
521
525
|
MIT
|
522
526
|
|
523
|
-
polars-ops v0.
|
527
|
+
polars-ops v0.29.0
|
524
528
|
https://github.com/pola-rs/polars
|
525
529
|
MIT
|
526
530
|
|
527
|
-
polars-pipe v0.
|
531
|
+
polars-pipe v0.29.0
|
528
532
|
https://github.com/pola-rs/polars
|
529
533
|
MIT
|
530
534
|
|
531
|
-
polars-plan v0.
|
535
|
+
polars-plan v0.29.0
|
532
536
|
https://github.com/pola-rs/polars
|
533
537
|
MIT
|
534
538
|
|
535
|
-
polars-row v0.
|
539
|
+
polars-row v0.29.0
|
536
540
|
https://github.com/pola-rs/polars
|
537
541
|
MIT
|
538
542
|
|
539
|
-
polars-
|
543
|
+
polars-sql v0.29.0
|
544
|
+
https://github.com/pola-rs/polars
|
540
545
|
MIT
|
541
546
|
|
542
|
-
polars-
|
547
|
+
polars-time v0.29.0
|
548
|
+
MIT
|
549
|
+
|
550
|
+
polars-utils v0.29.0
|
543
551
|
MIT
|
544
552
|
|
545
553
|
ppv-lite86 v0.2.17
|
546
554
|
https://github.com/cryptocorrosion/cryptocorrosion
|
547
555
|
MIT/Apache-2.0
|
548
556
|
|
549
|
-
proc-macro2 v1.0.
|
557
|
+
proc-macro2 v1.0.56
|
550
558
|
https://github.com/dtolnay/proc-macro2
|
551
559
|
MIT OR Apache-2.0
|
552
560
|
|
553
|
-
quote v1.0.
|
561
|
+
quote v1.0.27
|
554
562
|
https://github.com/dtolnay/quote
|
555
563
|
MIT OR Apache-2.0
|
556
564
|
|
@@ -578,11 +586,11 @@ rayon-core v1.11.0
|
|
578
586
|
https://github.com/rayon-rs/rayon
|
579
587
|
MIT OR Apache-2.0
|
580
588
|
|
581
|
-
rb-sys v0.9.
|
589
|
+
rb-sys v0.9.75
|
582
590
|
https://github.com/oxidize-rb/rb-sys
|
583
591
|
MIT OR Apache-2.0
|
584
592
|
|
585
|
-
rb-sys-build v0.9.
|
593
|
+
rb-sys-build v0.9.75
|
586
594
|
https://github.com/oxidize-rb/rb-sys
|
587
595
|
MIT OR Apache-2.0
|
588
596
|
|
@@ -590,7 +598,7 @@ rb-sys-env v0.1.2
|
|
590
598
|
https://github.com/oxidize-rb/rb-sys
|
591
599
|
MIT OR Apache-2.0
|
592
600
|
|
593
|
-
regex v1.
|
601
|
+
regex v1.8.1
|
594
602
|
https://github.com/rust-lang/regex
|
595
603
|
MIT OR Apache-2.0
|
596
604
|
|
@@ -598,6 +606,10 @@ regex-syntax v0.6.29
|
|
598
606
|
https://github.com/rust-lang/regex
|
599
607
|
MIT OR Apache-2.0
|
600
608
|
|
609
|
+
regex-syntax v0.7.1
|
610
|
+
https://github.com/rust-lang/regex
|
611
|
+
MIT OR Apache-2.0
|
612
|
+
|
601
613
|
rle-decode-fast v1.0.3
|
602
614
|
https://github.com/WanzenBug/rle-decode-helper
|
603
615
|
MIT OR Apache-2.0
|
@@ -630,15 +642,15 @@ seq-macro v0.3.3
|
|
630
642
|
https://github.com/dtolnay/seq-macro
|
631
643
|
MIT OR Apache-2.0
|
632
644
|
|
633
|
-
serde v1.0.
|
645
|
+
serde v1.0.162
|
634
646
|
https://serde.rs
|
635
647
|
MIT OR Apache-2.0
|
636
648
|
|
637
|
-
serde_derive v1.0.
|
649
|
+
serde_derive v1.0.162
|
638
650
|
https://serde.rs
|
639
651
|
MIT OR Apache-2.0
|
640
652
|
|
641
|
-
serde_json v1.0.
|
653
|
+
serde_json v1.0.96
|
642
654
|
https://github.com/serde-rs/json
|
643
655
|
MIT OR Apache-2.0
|
644
656
|
|
@@ -662,7 +674,7 @@ signal-hook-registry v1.4.1
|
|
662
674
|
https://github.com/vorner/signal-hook
|
663
675
|
Apache-2.0/MIT
|
664
676
|
|
665
|
-
simd-json v0.
|
677
|
+
simd-json v0.9.2
|
666
678
|
https://github.com/simd-lite/simd-json
|
667
679
|
Apache-2.0 OR MIT
|
668
680
|
|
@@ -694,6 +706,10 @@ socket2 v0.4.9
|
|
694
706
|
https://github.com/rust-lang/socket2
|
695
707
|
MIT OR Apache-2.0
|
696
708
|
|
709
|
+
sqlparser v0.30.0
|
710
|
+
https://github.com/sqlparser-rs/sqlparser-rs
|
711
|
+
Apache-2.0
|
712
|
+
|
697
713
|
static_assertions v1.1.0
|
698
714
|
https://github.com/nvzqz/static-assertions-rs
|
699
715
|
MIT OR Apache-2.0
|
@@ -722,7 +738,7 @@ syn v1.0.109
|
|
722
738
|
https://github.com/dtolnay/syn
|
723
739
|
MIT OR Apache-2.0
|
724
740
|
|
725
|
-
syn v2.0.
|
741
|
+
syn v2.0.15
|
726
742
|
https://github.com/dtolnay/syn
|
727
743
|
MIT OR Apache-2.0
|
728
744
|
|
@@ -746,7 +762,7 @@ time v0.1.45
|
|
746
762
|
https://github.com/time-rs/time
|
747
763
|
MIT/Apache-2.0
|
748
764
|
|
749
|
-
tokio v1.
|
765
|
+
tokio v1.28.0
|
750
766
|
https://tokio.rs
|
751
767
|
MIT
|
752
768
|
|
@@ -758,7 +774,7 @@ unicode-width v0.1.10
|
|
758
774
|
https://github.com/unicode-rs/unicode-width
|
759
775
|
MIT/Apache-2.0
|
760
776
|
|
761
|
-
value-trait v0.
|
777
|
+
value-trait v0.6.0
|
762
778
|
https://github.com/simd-lite/value-trait
|
763
779
|
Apache-2.0/MIT
|
764
780
|
|
@@ -770,23 +786,15 @@ xxhash-rust v0.8.6
|
|
770
786
|
https://github.com/DoumanAsh/xxhash-rust
|
771
787
|
BSL-1.0
|
772
788
|
|
773
|
-
zstd v0.11.2+zstd.1.5.2
|
774
|
-
https://github.com/gyscos/zstd-rs
|
775
|
-
MIT
|
776
|
-
|
777
789
|
zstd v0.12.3+zstd.1.5.2
|
778
790
|
https://github.com/gyscos/zstd-rs
|
779
791
|
MIT
|
780
792
|
|
781
|
-
zstd-safe
|
793
|
+
zstd-safe v6.0.5+zstd.1.5.4
|
782
794
|
https://github.com/gyscos/zstd-rs
|
783
795
|
MIT/Apache-2.0
|
784
796
|
|
785
|
-
zstd-
|
786
|
-
https://github.com/gyscos/zstd-rs
|
787
|
-
MIT/Apache-2.0
|
788
|
-
|
789
|
-
zstd-sys v2.0.7+zstd.1.5.4
|
797
|
+
zstd-sys v2.0.8+zstd.1.5.5
|
790
798
|
https://github.com/gyscos/zstd-rs
|
791
799
|
MIT/Apache-2.0
|
792
800
|
|
@@ -1422,6 +1430,59 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
1422
1430
|
|
1423
1431
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1424
1432
|
|
1433
|
+
================================================================================
|
1434
|
+
argminmax LICENSE
|
1435
|
+
================================================================================
|
1436
|
+
|
1437
|
+
MIT License
|
1438
|
+
|
1439
|
+
Copyright (c) 2022 Jeroen Van Der Donckt
|
1440
|
+
|
1441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1442
|
+
of this software and associated documentation files (the "Software"), to deal
|
1443
|
+
in the Software without restriction, including without limitation the rights
|
1444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1445
|
+
copies of the Software, and to permit persons to whom the Software is
|
1446
|
+
furnished to do so, subject to the following conditions:
|
1447
|
+
|
1448
|
+
The above copyright notice and this permission notice shall be included in all
|
1449
|
+
copies or substantial portions of the Software.
|
1450
|
+
|
1451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1457
|
+
SOFTWARE.
|
1458
|
+
|
1459
|
+
================================================================================
|
1460
|
+
array-init-cursor LICENSE-MIT
|
1461
|
+
================================================================================
|
1462
|
+
|
1463
|
+
MIT License
|
1464
|
+
|
1465
|
+
Copyright (c) 2021 The Planus Project Developers
|
1466
|
+
|
1467
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1468
|
+
of this software and associated documentation files (the "Software"), to deal
|
1469
|
+
in the Software without restriction, including without limitation the rights
|
1470
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1471
|
+
copies of the Software, and to permit persons to whom the Software is
|
1472
|
+
furnished to do so, subject to the following conditions:
|
1473
|
+
|
1474
|
+
The above copyright notice and this permission notice shall be included in all
|
1475
|
+
copies or substantial portions of the Software.
|
1476
|
+
|
1477
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1478
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1479
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1480
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1481
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1482
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1483
|
+
SOFTWARE.
|
1484
|
+
|
1485
|
+
|
1425
1486
|
================================================================================
|
1426
1487
|
array-init-cursor LICENSE-APACHE
|
1427
1488
|
================================================================================
|
@@ -1605,230 +1666,203 @@ END OF TERMS AND CONDITIONS
|
|
1605
1666
|
|
1606
1667
|
|
1607
1668
|
================================================================================
|
1608
|
-
|
1669
|
+
arrow-format LICENSE
|
1609
1670
|
================================================================================
|
1610
1671
|
|
1611
|
-
MIT License
|
1612
1672
|
|
1613
|
-
|
1673
|
+
Apache License
|
1674
|
+
Version 2.0, January 2004
|
1675
|
+
https://www.apache.org/licenses/
|
1614
1676
|
|
1615
|
-
|
1616
|
-
of this software and associated documentation files (the "Software"), to deal
|
1617
|
-
in the Software without restriction, including without limitation the rights
|
1618
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1619
|
-
copies of the Software, and to permit persons to whom the Software is
|
1620
|
-
furnished to do so, subject to the following conditions:
|
1677
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1621
1678
|
|
1622
|
-
|
1623
|
-
copies or substantial portions of the Software.
|
1679
|
+
1. Definitions.
|
1624
1680
|
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1681
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
1682
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
1683
|
+
|
1684
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
1685
|
+
the copyright owner that is granting the License.
|
1686
|
+
|
1687
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
1688
|
+
other entities that control, are controlled by, or are under common
|
1689
|
+
control with that entity. For the purposes of this definition,
|
1690
|
+
"control" means (i) the power, direct or indirect, to cause the
|
1691
|
+
direction or management of such entity, whether by contract or
|
1692
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1693
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
1694
|
+
|
1695
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
1696
|
+
exercising permissions granted by this License.
|
1697
|
+
|
1698
|
+
"Source" form shall mean the preferred form for making modifications,
|
1699
|
+
including but not limited to software source code, documentation
|
1700
|
+
source, and configuration files.
|
1701
|
+
|
1702
|
+
"Object" form shall mean any form resulting from mechanical
|
1703
|
+
transformation or translation of a Source form, including but
|
1704
|
+
not limited to compiled object code, generated documentation,
|
1705
|
+
and conversions to other media types.
|
1706
|
+
|
1707
|
+
"Work" shall mean the work of authorship, whether in Source or
|
1708
|
+
Object form, made available under the License, as indicated by a
|
1709
|
+
copyright notice that is included in or attached to the work
|
1710
|
+
(an example is provided in the Appendix below).
|
1711
|
+
|
1712
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
1713
|
+
form, that is based on (or derived from) the Work and for which the
|
1714
|
+
editorial revisions, annotations, elaborations, or other modifications
|
1715
|
+
represent, as a whole, an original work of authorship. For the purposes
|
1716
|
+
of this License, Derivative Works shall not include works that remain
|
1717
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
1718
|
+
the Work and Derivative Works thereof.
|
1719
|
+
|
1720
|
+
"Contribution" shall mean any work of authorship, including
|
1721
|
+
the original version of the Work and any modifications or additions
|
1722
|
+
to that Work or Derivative Works thereof, that is intentionally
|
1723
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
1724
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
1725
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
1726
|
+
means any form of electronic, verbal, or written communication sent
|
1727
|
+
to the Licensor or its representatives, including but not limited to
|
1728
|
+
communication on electronic mailing lists, source code control systems,
|
1729
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
1730
|
+
Licensor for the purpose of discussing and improving the Work, but
|
1731
|
+
excluding communication that is conspicuously marked or otherwise
|
1732
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
1733
|
+
|
1734
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1735
|
+
on behalf of whom a Contribution has been received by Licensor and
|
1736
|
+
subsequently incorporated within the Work.
|
1737
|
+
|
1738
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
1739
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1740
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1741
|
+
copyright license to reproduce, prepare Derivative Works of,
|
1742
|
+
publicly display, publicly perform, sublicense, and distribute the
|
1743
|
+
Work and such Derivative Works in Source or Object form.
|
1632
1744
|
|
1745
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
1746
|
+
this License, each Contributor hereby grants to You a perpetual,
|
1747
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1748
|
+
(except as stated in this section) patent license to make, have made,
|
1749
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1750
|
+
where such license applies only to those patent claims licensable
|
1751
|
+
by such Contributor that are necessarily infringed by their
|
1752
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
1753
|
+
with the Work to which such Contribution(s) was submitted. If You
|
1754
|
+
institute patent litigation against any entity (including a
|
1755
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1756
|
+
or a Contribution incorporated within the Work constitutes direct
|
1757
|
+
or contributory patent infringement, then any patent licenses
|
1758
|
+
granted to You under this License for that Work shall terminate
|
1759
|
+
as of the date such litigation is filed.
|
1760
|
+
|
1761
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
1762
|
+
Work or Derivative Works thereof in any medium, with or without
|
1763
|
+
modifications, and in Source or Object form, provided that You
|
1764
|
+
meet the following conditions:
|
1765
|
+
|
1766
|
+
(a) You must give any other recipients of the Work or
|
1767
|
+
Derivative Works a copy of this License; and
|
1768
|
+
|
1769
|
+
(b) You must cause any modified files to carry prominent notices
|
1770
|
+
stating that You changed the files; and
|
1771
|
+
|
1772
|
+
(c) You must retain, in the Source form of any Derivative Works
|
1773
|
+
that You distribute, all copyright, patent, trademark, and
|
1774
|
+
attribution notices from the Source form of the Work,
|
1775
|
+
excluding those notices that do not pertain to any part of
|
1776
|
+
the Derivative Works; and
|
1777
|
+
|
1778
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
1779
|
+
distribution, then any Derivative Works that You distribute must
|
1780
|
+
include a readable copy of the attribution notices contained
|
1781
|
+
within such NOTICE file, excluding those notices that do not
|
1782
|
+
pertain to any part of the Derivative Works, in at least one
|
1783
|
+
of the following places: within a NOTICE text file distributed
|
1784
|
+
as part of the Derivative Works; within the Source form or
|
1785
|
+
documentation, if provided along with the Derivative Works; or,
|
1786
|
+
within a display generated by the Derivative Works, if and
|
1787
|
+
wherever such third-party notices normally appear. The contents
|
1788
|
+
of the NOTICE file are for informational purposes only and
|
1789
|
+
do not modify the License. You may add Your own attribution
|
1790
|
+
notices within Derivative Works that You distribute, alongside
|
1791
|
+
or as an addendum to the NOTICE text from the Work, provided
|
1792
|
+
that such additional attribution notices cannot be construed
|
1793
|
+
as modifying the License.
|
1794
|
+
|
1795
|
+
You may add Your own copyright statement to Your modifications and
|
1796
|
+
may provide additional or different license terms and conditions
|
1797
|
+
for use, reproduction, or distribution of Your modifications, or
|
1798
|
+
for any such Derivative Works as a whole, provided Your use,
|
1799
|
+
reproduction, and distribution of the Work otherwise complies with
|
1800
|
+
the conditions stated in this License.
|
1801
|
+
|
1802
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1803
|
+
any Contribution intentionally submitted for inclusion in the Work
|
1804
|
+
by You to the Licensor shall be under the terms and conditions of
|
1805
|
+
this License, without any additional terms or conditions.
|
1806
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
1807
|
+
the terms of any separate license agreement you may have executed
|
1808
|
+
with Licensor regarding such Contributions.
|
1809
|
+
|
1810
|
+
6. Trademarks. This License does not grant permission to use the trade
|
1811
|
+
names, trademarks, service marks, or product names of the Licensor,
|
1812
|
+
except as required for reasonable and customary use in describing the
|
1813
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
1814
|
+
|
1815
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
1816
|
+
agreed to in writing, Licensor provides the Work (and each
|
1817
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1818
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1819
|
+
implied, including, without limitation, any warranties or conditions
|
1820
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1821
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1822
|
+
appropriateness of using or redistributing the Work and assume any
|
1823
|
+
risks associated with Your exercise of permissions under this License.
|
1824
|
+
|
1825
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
1826
|
+
whether in tort (including negligence), contract, or otherwise,
|
1827
|
+
unless required by applicable law (such as deliberate and grossly
|
1828
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
1829
|
+
liable to You for damages, including any direct, indirect, special,
|
1830
|
+
incidental, or consequential damages of any character arising as a
|
1831
|
+
result of this License or out of the use or inability to use the
|
1832
|
+
Work (including but not limited to damages for loss of goodwill,
|
1833
|
+
work stoppage, computer failure or malfunction, or any and all
|
1834
|
+
other commercial damages or losses), even if such Contributor
|
1835
|
+
has been advised of the possibility of such damages.
|
1836
|
+
|
1837
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
1838
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
1839
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
1840
|
+
or other liability obligations and/or rights consistent with this
|
1841
|
+
License. However, in accepting such obligations, You may act only
|
1842
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
1843
|
+
of any other Contributor, and only if You agree to indemnify,
|
1844
|
+
defend, and hold each Contributor harmless for any liability
|
1845
|
+
incurred by, or claims asserted against, such Contributor by reason
|
1846
|
+
of your accepting any such warranty or additional liability.
|
1847
|
+
|
1848
|
+
END OF TERMS AND CONDITIONS
|
1849
|
+
|
1850
|
+
Copyright 2020-2022 Jorge C. Leitão
|
1851
|
+
|
1852
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
1853
|
+
you may not use this file except in compliance with the License.
|
1854
|
+
You may obtain a copy of the License at
|
1855
|
+
|
1856
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
1857
|
+
|
1858
|
+
Unless required by applicable law or agreed to in writing, software
|
1859
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
1860
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
1861
|
+
See the License for the specific language governing permissions and
|
1862
|
+
limitations under the License.
|
1633
1863
|
|
1634
1864
|
================================================================================
|
1635
|
-
|
1636
|
-
================================================================================
|
1637
|
-
|
1638
|
-
|
1639
|
-
Apache License
|
1640
|
-
Version 2.0, January 2004
|
1641
|
-
https://www.apache.org/licenses/
|
1642
|
-
|
1643
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
1644
|
-
|
1645
|
-
1. Definitions.
|
1646
|
-
|
1647
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
1648
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
1649
|
-
|
1650
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
1651
|
-
the copyright owner that is granting the License.
|
1652
|
-
|
1653
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
1654
|
-
other entities that control, are controlled by, or are under common
|
1655
|
-
control with that entity. For the purposes of this definition,
|
1656
|
-
"control" means (i) the power, direct or indirect, to cause the
|
1657
|
-
direction or management of such entity, whether by contract or
|
1658
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1659
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
1660
|
-
|
1661
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
1662
|
-
exercising permissions granted by this License.
|
1663
|
-
|
1664
|
-
"Source" form shall mean the preferred form for making modifications,
|
1665
|
-
including but not limited to software source code, documentation
|
1666
|
-
source, and configuration files.
|
1667
|
-
|
1668
|
-
"Object" form shall mean any form resulting from mechanical
|
1669
|
-
transformation or translation of a Source form, including but
|
1670
|
-
not limited to compiled object code, generated documentation,
|
1671
|
-
and conversions to other media types.
|
1672
|
-
|
1673
|
-
"Work" shall mean the work of authorship, whether in Source or
|
1674
|
-
Object form, made available under the License, as indicated by a
|
1675
|
-
copyright notice that is included in or attached to the work
|
1676
|
-
(an example is provided in the Appendix below).
|
1677
|
-
|
1678
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
1679
|
-
form, that is based on (or derived from) the Work and for which the
|
1680
|
-
editorial revisions, annotations, elaborations, or other modifications
|
1681
|
-
represent, as a whole, an original work of authorship. For the purposes
|
1682
|
-
of this License, Derivative Works shall not include works that remain
|
1683
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
1684
|
-
the Work and Derivative Works thereof.
|
1685
|
-
|
1686
|
-
"Contribution" shall mean any work of authorship, including
|
1687
|
-
the original version of the Work and any modifications or additions
|
1688
|
-
to that Work or Derivative Works thereof, that is intentionally
|
1689
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1690
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1691
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1692
|
-
means any form of electronic, verbal, or written communication sent
|
1693
|
-
to the Licensor or its representatives, including but not limited to
|
1694
|
-
communication on electronic mailing lists, source code control systems,
|
1695
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
1696
|
-
Licensor for the purpose of discussing and improving the Work, but
|
1697
|
-
excluding communication that is conspicuously marked or otherwise
|
1698
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1699
|
-
|
1700
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1701
|
-
on behalf of whom a Contribution has been received by Licensor and
|
1702
|
-
subsequently incorporated within the Work.
|
1703
|
-
|
1704
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
1705
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1706
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1707
|
-
copyright license to reproduce, prepare Derivative Works of,
|
1708
|
-
publicly display, publicly perform, sublicense, and distribute the
|
1709
|
-
Work and such Derivative Works in Source or Object form.
|
1710
|
-
|
1711
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
1712
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1713
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1714
|
-
(except as stated in this section) patent license to make, have made,
|
1715
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1716
|
-
where such license applies only to those patent claims licensable
|
1717
|
-
by such Contributor that are necessarily infringed by their
|
1718
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
1719
|
-
with the Work to which such Contribution(s) was submitted. If You
|
1720
|
-
institute patent litigation against any entity (including a
|
1721
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1722
|
-
or a Contribution incorporated within the Work constitutes direct
|
1723
|
-
or contributory patent infringement, then any patent licenses
|
1724
|
-
granted to You under this License for that Work shall terminate
|
1725
|
-
as of the date such litigation is filed.
|
1726
|
-
|
1727
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
1728
|
-
Work or Derivative Works thereof in any medium, with or without
|
1729
|
-
modifications, and in Source or Object form, provided that You
|
1730
|
-
meet the following conditions:
|
1731
|
-
|
1732
|
-
(a) You must give any other recipients of the Work or
|
1733
|
-
Derivative Works a copy of this License; and
|
1734
|
-
|
1735
|
-
(b) You must cause any modified files to carry prominent notices
|
1736
|
-
stating that You changed the files; and
|
1737
|
-
|
1738
|
-
(c) You must retain, in the Source form of any Derivative Works
|
1739
|
-
that You distribute, all copyright, patent, trademark, and
|
1740
|
-
attribution notices from the Source form of the Work,
|
1741
|
-
excluding those notices that do not pertain to any part of
|
1742
|
-
the Derivative Works; and
|
1743
|
-
|
1744
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
1745
|
-
distribution, then any Derivative Works that You distribute must
|
1746
|
-
include a readable copy of the attribution notices contained
|
1747
|
-
within such NOTICE file, excluding those notices that do not
|
1748
|
-
pertain to any part of the Derivative Works, in at least one
|
1749
|
-
of the following places: within a NOTICE text file distributed
|
1750
|
-
as part of the Derivative Works; within the Source form or
|
1751
|
-
documentation, if provided along with the Derivative Works; or,
|
1752
|
-
within a display generated by the Derivative Works, if and
|
1753
|
-
wherever such third-party notices normally appear. The contents
|
1754
|
-
of the NOTICE file are for informational purposes only and
|
1755
|
-
do not modify the License. You may add Your own attribution
|
1756
|
-
notices within Derivative Works that You distribute, alongside
|
1757
|
-
or as an addendum to the NOTICE text from the Work, provided
|
1758
|
-
that such additional attribution notices cannot be construed
|
1759
|
-
as modifying the License.
|
1760
|
-
|
1761
|
-
You may add Your own copyright statement to Your modifications and
|
1762
|
-
may provide additional or different license terms and conditions
|
1763
|
-
for use, reproduction, or distribution of Your modifications, or
|
1764
|
-
for any such Derivative Works as a whole, provided Your use,
|
1765
|
-
reproduction, and distribution of the Work otherwise complies with
|
1766
|
-
the conditions stated in this License.
|
1767
|
-
|
1768
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
1769
|
-
any Contribution intentionally submitted for inclusion in the Work
|
1770
|
-
by You to the Licensor shall be under the terms and conditions of
|
1771
|
-
this License, without any additional terms or conditions.
|
1772
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
1773
|
-
the terms of any separate license agreement you may have executed
|
1774
|
-
with Licensor regarding such Contributions.
|
1775
|
-
|
1776
|
-
6. Trademarks. This License does not grant permission to use the trade
|
1777
|
-
names, trademarks, service marks, or product names of the Licensor,
|
1778
|
-
except as required for reasonable and customary use in describing the
|
1779
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
1780
|
-
|
1781
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
1782
|
-
agreed to in writing, Licensor provides the Work (and each
|
1783
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1784
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1785
|
-
implied, including, without limitation, any warranties or conditions
|
1786
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1787
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1788
|
-
appropriateness of using or redistributing the Work and assume any
|
1789
|
-
risks associated with Your exercise of permissions under this License.
|
1790
|
-
|
1791
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
1792
|
-
whether in tort (including negligence), contract, or otherwise,
|
1793
|
-
unless required by applicable law (such as deliberate and grossly
|
1794
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
1795
|
-
liable to You for damages, including any direct, indirect, special,
|
1796
|
-
incidental, or consequential damages of any character arising as a
|
1797
|
-
result of this License or out of the use or inability to use the
|
1798
|
-
Work (including but not limited to damages for loss of goodwill,
|
1799
|
-
work stoppage, computer failure or malfunction, or any and all
|
1800
|
-
other commercial damages or losses), even if such Contributor
|
1801
|
-
has been advised of the possibility of such damages.
|
1802
|
-
|
1803
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
1804
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
1805
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
1806
|
-
or other liability obligations and/or rights consistent with this
|
1807
|
-
License. However, in accepting such obligations, You may act only
|
1808
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
1809
|
-
of any other Contributor, and only if You agree to indemnify,
|
1810
|
-
defend, and hold each Contributor harmless for any liability
|
1811
|
-
incurred by, or claims asserted against, such Contributor by reason
|
1812
|
-
of your accepting any such warranty or additional liability.
|
1813
|
-
|
1814
|
-
END OF TERMS AND CONDITIONS
|
1815
|
-
|
1816
|
-
Copyright 2020-2022 Jorge C. Leitão
|
1817
|
-
|
1818
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
1819
|
-
you may not use this file except in compliance with the License.
|
1820
|
-
You may obtain a copy of the License at
|
1821
|
-
|
1822
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
1823
|
-
|
1824
|
-
Unless required by applicable law or agreed to in writing, software
|
1825
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
1826
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
1827
|
-
See the License for the specific language governing permissions and
|
1828
|
-
limitations under the License.
|
1829
|
-
|
1830
|
-
================================================================================
|
1831
|
-
arrow2 LICENSE
|
1865
|
+
arrow2 LICENSE
|
1832
1866
|
================================================================================
|
1833
1867
|
|
1834
1868
|
|
@@ -4540,6 +4574,238 @@ limitations under the License.
|
|
4540
4574
|
~~~~
|
4541
4575
|
|
4542
4576
|
|
4577
|
+
================================================================================
|
4578
|
+
chrono-tz LICENSE
|
4579
|
+
================================================================================
|
4580
|
+
|
4581
|
+
Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
|
4582
|
+
The licenses do not apply to files in the tzdb folder which are in the
|
4583
|
+
public domain.
|
4584
|
+
|
4585
|
+
Copyright (c) 2016 Djzin
|
4586
|
+
|
4587
|
+
The MIT License
|
4588
|
+
|
4589
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4590
|
+
of this software and associated documentation files (the "Software"), to deal
|
4591
|
+
in the Software without restriction, including without limitation the rights
|
4592
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
4593
|
+
copies of the Software, and to permit persons to whom the Software is
|
4594
|
+
furnished to do so, subject to the following conditions:
|
4595
|
+
|
4596
|
+
The above copyright notice and this permission notice shall be included in all
|
4597
|
+
copies or substantial portions of the Software.
|
4598
|
+
|
4599
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
4600
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
4601
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
4602
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
4603
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
4604
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
4605
|
+
SOFTWARE.
|
4606
|
+
|
4607
|
+
Apache License
|
4608
|
+
Version 2.0, January 2004
|
4609
|
+
http://www.apache.org/licenses/
|
4610
|
+
|
4611
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4612
|
+
|
4613
|
+
1. Definitions.
|
4614
|
+
|
4615
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
4616
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
4617
|
+
|
4618
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
4619
|
+
the copyright owner that is granting the License.
|
4620
|
+
|
4621
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
4622
|
+
other entities that control, are controlled by, or are under common
|
4623
|
+
control with that entity. For the purposes of this definition,
|
4624
|
+
"control" means (i) the power, direct or indirect, to cause the
|
4625
|
+
direction or management of such entity, whether by contract or
|
4626
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4627
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
4628
|
+
|
4629
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
4630
|
+
exercising permissions granted by this License.
|
4631
|
+
|
4632
|
+
"Source" form shall mean the preferred form for making modifications,
|
4633
|
+
including but not limited to software source code, documentation
|
4634
|
+
source, and configuration files.
|
4635
|
+
|
4636
|
+
"Object" form shall mean any form resulting from mechanical
|
4637
|
+
transformation or translation of a Source form, including but
|
4638
|
+
not limited to compiled object code, generated documentation,
|
4639
|
+
and conversions to other media types.
|
4640
|
+
|
4641
|
+
"Work" shall mean the work of authorship, whether in Source or
|
4642
|
+
Object form, made available under the License, as indicated by a
|
4643
|
+
copyright notice that is included in or attached to the work
|
4644
|
+
(an example is provided in the Appendix below).
|
4645
|
+
|
4646
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
4647
|
+
form, that is based on (or derived from) the Work and for which the
|
4648
|
+
editorial revisions, annotations, elaborations, or other modifications
|
4649
|
+
represent, as a whole, an original work of authorship. For the purposes
|
4650
|
+
of this License, Derivative Works shall not include works that remain
|
4651
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
4652
|
+
the Work and Derivative Works thereof.
|
4653
|
+
|
4654
|
+
"Contribution" shall mean any work of authorship, including
|
4655
|
+
the original version of the Work and any modifications or additions
|
4656
|
+
to that Work or Derivative Works thereof, that is intentionally
|
4657
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
4658
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
4659
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
4660
|
+
means any form of electronic, verbal, or written communication sent
|
4661
|
+
to the Licensor or its representatives, including but not limited to
|
4662
|
+
communication on electronic mailing lists, source code control systems,
|
4663
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
4664
|
+
Licensor for the purpose of discussing and improving the Work, but
|
4665
|
+
excluding communication that is conspicuously marked or otherwise
|
4666
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
4667
|
+
|
4668
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4669
|
+
on behalf of whom a Contribution has been received by Licensor and
|
4670
|
+
subsequently incorporated within the Work.
|
4671
|
+
|
4672
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
4673
|
+
this License, each Contributor hereby grants to You a perpetual,
|
4674
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4675
|
+
copyright license to reproduce, prepare Derivative Works of,
|
4676
|
+
publicly display, publicly perform, sublicense, and distribute the
|
4677
|
+
Work and such Derivative Works in Source or Object form.
|
4678
|
+
|
4679
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
4680
|
+
this License, each Contributor hereby grants to You a perpetual,
|
4681
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4682
|
+
(except as stated in this section) patent license to make, have made,
|
4683
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4684
|
+
where such license applies only to those patent claims licensable
|
4685
|
+
by such Contributor that are necessarily infringed by their
|
4686
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
4687
|
+
with the Work to which such Contribution(s) was submitted. If You
|
4688
|
+
institute patent litigation against any entity (including a
|
4689
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4690
|
+
or a Contribution incorporated within the Work constitutes direct
|
4691
|
+
or contributory patent infringement, then any patent licenses
|
4692
|
+
granted to You under this License for that Work shall terminate
|
4693
|
+
as of the date such litigation is filed.
|
4694
|
+
|
4695
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
4696
|
+
Work or Derivative Works thereof in any medium, with or without
|
4697
|
+
modifications, and in Source or Object form, provided that You
|
4698
|
+
meet the following conditions:
|
4699
|
+
|
4700
|
+
(a) You must give any other recipients of the Work or
|
4701
|
+
Derivative Works a copy of this License; and
|
4702
|
+
|
4703
|
+
(b) You must cause any modified files to carry prominent notices
|
4704
|
+
stating that You changed the files; and
|
4705
|
+
|
4706
|
+
(c) You must retain, in the Source form of any Derivative Works
|
4707
|
+
that You distribute, all copyright, patent, trademark, and
|
4708
|
+
attribution notices from the Source form of the Work,
|
4709
|
+
excluding those notices that do not pertain to any part of
|
4710
|
+
the Derivative Works; and
|
4711
|
+
|
4712
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
4713
|
+
distribution, then any Derivative Works that You distribute must
|
4714
|
+
include a readable copy of the attribution notices contained
|
4715
|
+
within such NOTICE file, excluding those notices that do not
|
4716
|
+
pertain to any part of the Derivative Works, in at least one
|
4717
|
+
of the following places: within a NOTICE text file distributed
|
4718
|
+
as part of the Derivative Works; within the Source form or
|
4719
|
+
documentation, if provided along with the Derivative Works; or,
|
4720
|
+
within a display generated by the Derivative Works, if and
|
4721
|
+
wherever such third-party notices normally appear. The contents
|
4722
|
+
of the NOTICE file are for informational purposes only and
|
4723
|
+
do not modify the License. You may add Your own attribution
|
4724
|
+
notices within Derivative Works that You distribute, alongside
|
4725
|
+
or as an addendum to the NOTICE text from the Work, provided
|
4726
|
+
that such additional attribution notices cannot be construed
|
4727
|
+
as modifying the License.
|
4728
|
+
|
4729
|
+
You may add Your own copyright statement to Your modifications and
|
4730
|
+
may provide additional or different license terms and conditions
|
4731
|
+
for use, reproduction, or distribution of Your modifications, or
|
4732
|
+
for any such Derivative Works as a whole, provided Your use,
|
4733
|
+
reproduction, and distribution of the Work otherwise complies with
|
4734
|
+
the conditions stated in this License.
|
4735
|
+
|
4736
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4737
|
+
any Contribution intentionally submitted for inclusion in the Work
|
4738
|
+
by You to the Licensor shall be under the terms and conditions of
|
4739
|
+
this License, without any additional terms or conditions.
|
4740
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
4741
|
+
the terms of any separate license agreement you may have executed
|
4742
|
+
with Licensor regarding such Contributions.
|
4743
|
+
|
4744
|
+
6. Trademarks. This License does not grant permission to use the trade
|
4745
|
+
names, trademarks, service marks, or product names of the Licensor,
|
4746
|
+
except as required for reasonable and customary use in describing the
|
4747
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
4748
|
+
|
4749
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
4750
|
+
agreed to in writing, Licensor provides the Work (and each
|
4751
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4752
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4753
|
+
implied, including, without limitation, any warranties or conditions
|
4754
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4755
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4756
|
+
appropriateness of using or redistributing the Work and assume any
|
4757
|
+
risks associated with Your exercise of permissions under this License.
|
4758
|
+
|
4759
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
4760
|
+
whether in tort (including negligence), contract, or otherwise,
|
4761
|
+
unless required by applicable law (such as deliberate and grossly
|
4762
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
4763
|
+
liable to You for damages, including any direct, indirect, special,
|
4764
|
+
incidental, or consequential damages of any character arising as a
|
4765
|
+
result of this License or out of the use or inability to use the
|
4766
|
+
Work (including but not limited to damages for loss of goodwill,
|
4767
|
+
work stoppage, computer failure or malfunction, or any and all
|
4768
|
+
other commercial damages or losses), even if such Contributor
|
4769
|
+
has been advised of the possibility of such damages.
|
4770
|
+
|
4771
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
4772
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
4773
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
4774
|
+
or other liability obligations and/or rights consistent with this
|
4775
|
+
License. However, in accepting such obligations, You may act only
|
4776
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
4777
|
+
of any other Contributor, and only if You agree to indemnify,
|
4778
|
+
defend, and hold each Contributor harmless for any liability
|
4779
|
+
incurred by, or claims asserted against, such Contributor by reason
|
4780
|
+
of your accepting any such warranty or additional liability.
|
4781
|
+
|
4782
|
+
END OF TERMS AND CONDITIONS
|
4783
|
+
|
4784
|
+
APPENDIX: How to apply the Apache License to your work.
|
4785
|
+
|
4786
|
+
To apply the Apache License to your work, attach the following
|
4787
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
4788
|
+
replaced with your own identifying information. (Don't include
|
4789
|
+
the brackets!) The text should be enclosed in the appropriate
|
4790
|
+
comment syntax for the file format. We also recommend that a
|
4791
|
+
file or class name and description of purpose be included on the
|
4792
|
+
same "printed page" as the copyright notice for easier
|
4793
|
+
identification within third-party archives.
|
4794
|
+
|
4795
|
+
Copyright 2016 Djzin
|
4796
|
+
|
4797
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
4798
|
+
you may not use this file except in compliance with the License.
|
4799
|
+
You may obtain a copy of the License at
|
4800
|
+
|
4801
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
4802
|
+
|
4803
|
+
Unless required by applicable law or agreed to in writing, software
|
4804
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
4805
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4806
|
+
See the License for the specific language governing permissions and
|
4807
|
+
limitations under the License.
|
4808
|
+
|
4543
4809
|
================================================================================
|
4544
4810
|
chrono-tz tz/LICENSE
|
4545
4811
|
================================================================================
|
@@ -4786,208 +5052,208 @@ limitations under the License.
|
|
4786
5052
|
clang-sys LICENSE.txt
|
4787
5053
|
================================================================================
|
4788
5054
|
|
4789
|
-
|
4790
|
-
Apache License
|
4791
|
-
Version 2.0, January 2004
|
4792
|
-
http://www.apache.org/licenses/
|
4793
|
-
|
4794
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
4795
|
-
|
4796
|
-
1. Definitions.
|
4797
|
-
|
4798
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
4799
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
4800
|
-
|
4801
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
4802
|
-
the copyright owner that is granting the License.
|
4803
|
-
|
4804
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
4805
|
-
other entities that control, are controlled by, or are under common
|
4806
|
-
control with that entity. For the purposes of this definition,
|
4807
|
-
"control" means (i) the power, direct or indirect, to cause the
|
4808
|
-
direction or management of such entity, whether by contract or
|
4809
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
4810
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
4811
|
-
|
4812
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
4813
|
-
exercising permissions granted by this License.
|
4814
|
-
|
4815
|
-
"Source" form shall mean the preferred form for making modifications,
|
4816
|
-
including but not limited to software source code, documentation
|
4817
|
-
source, and configuration files.
|
4818
|
-
|
4819
|
-
"Object" form shall mean any form resulting from mechanical
|
4820
|
-
transformation or translation of a Source form, including but
|
4821
|
-
not limited to compiled object code, generated documentation,
|
4822
|
-
and conversions to other media types.
|
4823
|
-
|
4824
|
-
"Work" shall mean the work of authorship, whether in Source or
|
4825
|
-
Object form, made available under the License, as indicated by a
|
4826
|
-
copyright notice that is included in or attached to the work
|
4827
|
-
(an example is provided in the Appendix below).
|
4828
|
-
|
4829
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
4830
|
-
form, that is based on (or derived from) the Work and for which the
|
4831
|
-
editorial revisions, annotations, elaborations, or other modifications
|
4832
|
-
represent, as a whole, an original work of authorship. For the purposes
|
4833
|
-
of this License, Derivative Works shall not include works that remain
|
4834
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
4835
|
-
the Work and Derivative Works thereof.
|
4836
|
-
|
4837
|
-
"Contribution" shall mean any work of authorship, including
|
4838
|
-
the original version of the Work and any modifications or additions
|
4839
|
-
to that Work or Derivative Works thereof, that is intentionally
|
4840
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
4841
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
4842
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
4843
|
-
means any form of electronic, verbal, or written communication sent
|
4844
|
-
to the Licensor or its representatives, including but not limited to
|
4845
|
-
communication on electronic mailing lists, source code control systems,
|
4846
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
4847
|
-
Licensor for the purpose of discussing and improving the Work, but
|
4848
|
-
excluding communication that is conspicuously marked or otherwise
|
4849
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
4850
|
-
|
4851
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
4852
|
-
on behalf of whom a Contribution has been received by Licensor and
|
4853
|
-
subsequently incorporated within the Work.
|
4854
|
-
|
4855
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
4856
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4857
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4858
|
-
copyright license to reproduce, prepare Derivative Works of,
|
4859
|
-
publicly display, publicly perform, sublicense, and distribute the
|
4860
|
-
Work and such Derivative Works in Source or Object form.
|
4861
|
-
|
4862
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
4863
|
-
this License, each Contributor hereby grants to You a perpetual,
|
4864
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
4865
|
-
(except as stated in this section) patent license to make, have made,
|
4866
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
4867
|
-
where such license applies only to those patent claims licensable
|
4868
|
-
by such Contributor that are necessarily infringed by their
|
4869
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
4870
|
-
with the Work to which such Contribution(s) was submitted. If You
|
4871
|
-
institute patent litigation against any entity (including a
|
4872
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
4873
|
-
or a Contribution incorporated within the Work constitutes direct
|
4874
|
-
or contributory patent infringement, then any patent licenses
|
4875
|
-
granted to You under this License for that Work shall terminate
|
4876
|
-
as of the date such litigation is filed.
|
4877
|
-
|
4878
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
4879
|
-
Work or Derivative Works thereof in any medium, with or without
|
4880
|
-
modifications, and in Source or Object form, provided that You
|
4881
|
-
meet the following conditions:
|
4882
|
-
|
4883
|
-
(a) You must give any other recipients of the Work or
|
4884
|
-
Derivative Works a copy of this License; and
|
4885
|
-
|
4886
|
-
(b) You must cause any modified files to carry prominent notices
|
4887
|
-
stating that You changed the files; and
|
4888
|
-
|
4889
|
-
(c) You must retain, in the Source form of any Derivative Works
|
4890
|
-
that You distribute, all copyright, patent, trademark, and
|
4891
|
-
attribution notices from the Source form of the Work,
|
4892
|
-
excluding those notices that do not pertain to any part of
|
4893
|
-
the Derivative Works; and
|
4894
|
-
|
4895
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
4896
|
-
distribution, then any Derivative Works that You distribute must
|
4897
|
-
include a readable copy of the attribution notices contained
|
4898
|
-
within such NOTICE file, excluding those notices that do not
|
4899
|
-
pertain to any part of the Derivative Works, in at least one
|
4900
|
-
of the following places: within a NOTICE text file distributed
|
4901
|
-
as part of the Derivative Works; within the Source form or
|
4902
|
-
documentation, if provided along with the Derivative Works; or,
|
4903
|
-
within a display generated by the Derivative Works, if and
|
4904
|
-
wherever such third-party notices normally appear. The contents
|
4905
|
-
of the NOTICE file are for informational purposes only and
|
4906
|
-
do not modify the License. You may add Your own attribution
|
4907
|
-
notices within Derivative Works that You distribute, alongside
|
4908
|
-
or as an addendum to the NOTICE text from the Work, provided
|
4909
|
-
that such additional attribution notices cannot be construed
|
4910
|
-
as modifying the License.
|
4911
|
-
|
4912
|
-
You may add Your own copyright statement to Your modifications and
|
4913
|
-
may provide additional or different license terms and conditions
|
4914
|
-
for use, reproduction, or distribution of Your modifications, or
|
4915
|
-
for any such Derivative Works as a whole, provided Your use,
|
4916
|
-
reproduction, and distribution of the Work otherwise complies with
|
4917
|
-
the conditions stated in this License.
|
4918
|
-
|
4919
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
4920
|
-
any Contribution intentionally submitted for inclusion in the Work
|
4921
|
-
by You to the Licensor shall be under the terms and conditions of
|
4922
|
-
this License, without any additional terms or conditions.
|
4923
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
4924
|
-
the terms of any separate license agreement you may have executed
|
4925
|
-
with Licensor regarding such Contributions.
|
4926
|
-
|
4927
|
-
6. Trademarks. This License does not grant permission to use the trade
|
4928
|
-
names, trademarks, service marks, or product names of the Licensor,
|
4929
|
-
except as required for reasonable and customary use in describing the
|
4930
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
4931
|
-
|
4932
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
4933
|
-
agreed to in writing, Licensor provides the Work (and each
|
4934
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
4935
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
4936
|
-
implied, including, without limitation, any warranties or conditions
|
4937
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
4938
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
4939
|
-
appropriateness of using or redistributing the Work and assume any
|
4940
|
-
risks associated with Your exercise of permissions under this License.
|
4941
|
-
|
4942
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
4943
|
-
whether in tort (including negligence), contract, or otherwise,
|
4944
|
-
unless required by applicable law (such as deliberate and grossly
|
4945
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
4946
|
-
liable to You for damages, including any direct, indirect, special,
|
4947
|
-
incidental, or consequential damages of any character arising as a
|
4948
|
-
result of this License or out of the use or inability to use the
|
4949
|
-
Work (including but not limited to damages for loss of goodwill,
|
4950
|
-
work stoppage, computer failure or malfunction, or any and all
|
4951
|
-
other commercial damages or losses), even if such Contributor
|
4952
|
-
has been advised of the possibility of such damages.
|
4953
|
-
|
4954
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
4955
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
4956
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
4957
|
-
or other liability obligations and/or rights consistent with this
|
4958
|
-
License. However, in accepting such obligations, You may act only
|
4959
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
4960
|
-
of any other Contributor, and only if You agree to indemnify,
|
4961
|
-
defend, and hold each Contributor harmless for any liability
|
4962
|
-
incurred by, or claims asserted against, such Contributor by reason
|
4963
|
-
of your accepting any such warranty or additional liability.
|
4964
|
-
|
4965
|
-
END OF TERMS AND CONDITIONS
|
4966
|
-
|
4967
|
-
APPENDIX: How to apply the Apache License to your work.
|
4968
|
-
|
4969
|
-
To apply the Apache License to your work, attach the following
|
4970
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
4971
|
-
replaced with your own identifying information. (Don't include
|
4972
|
-
the brackets!) The text should be enclosed in the appropriate
|
4973
|
-
comment syntax for the file format. We also recommend that a
|
4974
|
-
file or class name and description of purpose be included on the
|
4975
|
-
same "printed page" as the copyright notice for easier
|
4976
|
-
identification within third-party archives.
|
4977
|
-
|
4978
|
-
Copyright [yyyy] [name of copyright owner]
|
4979
|
-
|
4980
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
4981
|
-
you may not use this file except in compliance with the License.
|
4982
|
-
You may obtain a copy of the License at
|
4983
|
-
|
4984
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
4985
|
-
|
4986
|
-
Unless required by applicable law or agreed to in writing, software
|
4987
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
4988
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
4989
|
-
See the License for the specific language governing permissions and
|
4990
|
-
limitations under the License.
|
5055
|
+
|
5056
|
+
Apache License
|
5057
|
+
Version 2.0, January 2004
|
5058
|
+
http://www.apache.org/licenses/
|
5059
|
+
|
5060
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
5061
|
+
|
5062
|
+
1. Definitions.
|
5063
|
+
|
5064
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
5065
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
5066
|
+
|
5067
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
5068
|
+
the copyright owner that is granting the License.
|
5069
|
+
|
5070
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
5071
|
+
other entities that control, are controlled by, or are under common
|
5072
|
+
control with that entity. For the purposes of this definition,
|
5073
|
+
"control" means (i) the power, direct or indirect, to cause the
|
5074
|
+
direction or management of such entity, whether by contract or
|
5075
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
5076
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
5077
|
+
|
5078
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
5079
|
+
exercising permissions granted by this License.
|
5080
|
+
|
5081
|
+
"Source" form shall mean the preferred form for making modifications,
|
5082
|
+
including but not limited to software source code, documentation
|
5083
|
+
source, and configuration files.
|
5084
|
+
|
5085
|
+
"Object" form shall mean any form resulting from mechanical
|
5086
|
+
transformation or translation of a Source form, including but
|
5087
|
+
not limited to compiled object code, generated documentation,
|
5088
|
+
and conversions to other media types.
|
5089
|
+
|
5090
|
+
"Work" shall mean the work of authorship, whether in Source or
|
5091
|
+
Object form, made available under the License, as indicated by a
|
5092
|
+
copyright notice that is included in or attached to the work
|
5093
|
+
(an example is provided in the Appendix below).
|
5094
|
+
|
5095
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
5096
|
+
form, that is based on (or derived from) the Work and for which the
|
5097
|
+
editorial revisions, annotations, elaborations, or other modifications
|
5098
|
+
represent, as a whole, an original work of authorship. For the purposes
|
5099
|
+
of this License, Derivative Works shall not include works that remain
|
5100
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
5101
|
+
the Work and Derivative Works thereof.
|
5102
|
+
|
5103
|
+
"Contribution" shall mean any work of authorship, including
|
5104
|
+
the original version of the Work and any modifications or additions
|
5105
|
+
to that Work or Derivative Works thereof, that is intentionally
|
5106
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
5107
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
5108
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
5109
|
+
means any form of electronic, verbal, or written communication sent
|
5110
|
+
to the Licensor or its representatives, including but not limited to
|
5111
|
+
communication on electronic mailing lists, source code control systems,
|
5112
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
5113
|
+
Licensor for the purpose of discussing and improving the Work, but
|
5114
|
+
excluding communication that is conspicuously marked or otherwise
|
5115
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
5116
|
+
|
5117
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
5118
|
+
on behalf of whom a Contribution has been received by Licensor and
|
5119
|
+
subsequently incorporated within the Work.
|
5120
|
+
|
5121
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
5122
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5123
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5124
|
+
copyright license to reproduce, prepare Derivative Works of,
|
5125
|
+
publicly display, publicly perform, sublicense, and distribute the
|
5126
|
+
Work and such Derivative Works in Source or Object form.
|
5127
|
+
|
5128
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
5129
|
+
this License, each Contributor hereby grants to You a perpetual,
|
5130
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
5131
|
+
(except as stated in this section) patent license to make, have made,
|
5132
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
5133
|
+
where such license applies only to those patent claims licensable
|
5134
|
+
by such Contributor that are necessarily infringed by their
|
5135
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
5136
|
+
with the Work to which such Contribution(s) was submitted. If You
|
5137
|
+
institute patent litigation against any entity (including a
|
5138
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
5139
|
+
or a Contribution incorporated within the Work constitutes direct
|
5140
|
+
or contributory patent infringement, then any patent licenses
|
5141
|
+
granted to You under this License for that Work shall terminate
|
5142
|
+
as of the date such litigation is filed.
|
5143
|
+
|
5144
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
5145
|
+
Work or Derivative Works thereof in any medium, with or without
|
5146
|
+
modifications, and in Source or Object form, provided that You
|
5147
|
+
meet the following conditions:
|
5148
|
+
|
5149
|
+
(a) You must give any other recipients of the Work or
|
5150
|
+
Derivative Works a copy of this License; and
|
5151
|
+
|
5152
|
+
(b) You must cause any modified files to carry prominent notices
|
5153
|
+
stating that You changed the files; and
|
5154
|
+
|
5155
|
+
(c) You must retain, in the Source form of any Derivative Works
|
5156
|
+
that You distribute, all copyright, patent, trademark, and
|
5157
|
+
attribution notices from the Source form of the Work,
|
5158
|
+
excluding those notices that do not pertain to any part of
|
5159
|
+
the Derivative Works; and
|
5160
|
+
|
5161
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
5162
|
+
distribution, then any Derivative Works that You distribute must
|
5163
|
+
include a readable copy of the attribution notices contained
|
5164
|
+
within such NOTICE file, excluding those notices that do not
|
5165
|
+
pertain to any part of the Derivative Works, in at least one
|
5166
|
+
of the following places: within a NOTICE text file distributed
|
5167
|
+
as part of the Derivative Works; within the Source form or
|
5168
|
+
documentation, if provided along with the Derivative Works; or,
|
5169
|
+
within a display generated by the Derivative Works, if and
|
5170
|
+
wherever such third-party notices normally appear. The contents
|
5171
|
+
of the NOTICE file are for informational purposes only and
|
5172
|
+
do not modify the License. You may add Your own attribution
|
5173
|
+
notices within Derivative Works that You distribute, alongside
|
5174
|
+
or as an addendum to the NOTICE text from the Work, provided
|
5175
|
+
that such additional attribution notices cannot be construed
|
5176
|
+
as modifying the License.
|
5177
|
+
|
5178
|
+
You may add Your own copyright statement to Your modifications and
|
5179
|
+
may provide additional or different license terms and conditions
|
5180
|
+
for use, reproduction, or distribution of Your modifications, or
|
5181
|
+
for any such Derivative Works as a whole, provided Your use,
|
5182
|
+
reproduction, and distribution of the Work otherwise complies with
|
5183
|
+
the conditions stated in this License.
|
5184
|
+
|
5185
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
5186
|
+
any Contribution intentionally submitted for inclusion in the Work
|
5187
|
+
by You to the Licensor shall be under the terms and conditions of
|
5188
|
+
this License, without any additional terms or conditions.
|
5189
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
5190
|
+
the terms of any separate license agreement you may have executed
|
5191
|
+
with Licensor regarding such Contributions.
|
5192
|
+
|
5193
|
+
6. Trademarks. This License does not grant permission to use the trade
|
5194
|
+
names, trademarks, service marks, or product names of the Licensor,
|
5195
|
+
except as required for reasonable and customary use in describing the
|
5196
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
5197
|
+
|
5198
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
5199
|
+
agreed to in writing, Licensor provides the Work (and each
|
5200
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
5201
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
5202
|
+
implied, including, without limitation, any warranties or conditions
|
5203
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
5204
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
5205
|
+
appropriateness of using or redistributing the Work and assume any
|
5206
|
+
risks associated with Your exercise of permissions under this License.
|
5207
|
+
|
5208
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
5209
|
+
whether in tort (including negligence), contract, or otherwise,
|
5210
|
+
unless required by applicable law (such as deliberate and grossly
|
5211
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
5212
|
+
liable to You for damages, including any direct, indirect, special,
|
5213
|
+
incidental, or consequential damages of any character arising as a
|
5214
|
+
result of this License or out of the use or inability to use the
|
5215
|
+
Work (including but not limited to damages for loss of goodwill,
|
5216
|
+
work stoppage, computer failure or malfunction, or any and all
|
5217
|
+
other commercial damages or losses), even if such Contributor
|
5218
|
+
has been advised of the possibility of such damages.
|
5219
|
+
|
5220
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
5221
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
5222
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
5223
|
+
or other liability obligations and/or rights consistent with this
|
5224
|
+
License. However, in accepting such obligations, You may act only
|
5225
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
5226
|
+
of any other Contributor, and only if You agree to indemnify,
|
5227
|
+
defend, and hold each Contributor harmless for any liability
|
5228
|
+
incurred by, or claims asserted against, such Contributor by reason
|
5229
|
+
of your accepting any such warranty or additional liability.
|
5230
|
+
|
5231
|
+
END OF TERMS AND CONDITIONS
|
5232
|
+
|
5233
|
+
APPENDIX: How to apply the Apache License to your work.
|
5234
|
+
|
5235
|
+
To apply the Apache License to your work, attach the following
|
5236
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
5237
|
+
replaced with your own identifying information. (Don't include
|
5238
|
+
the brackets!) The text should be enclosed in the appropriate
|
5239
|
+
comment syntax for the file format. We also recommend that a
|
5240
|
+
file or class name and description of purpose be included on the
|
5241
|
+
same "printed page" as the copyright notice for easier
|
5242
|
+
identification within third-party archives.
|
5243
|
+
|
5244
|
+
Copyright [yyyy] [name of copyright owner]
|
5245
|
+
|
5246
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
5247
|
+
you may not use this file except in compliance with the License.
|
5248
|
+
You may obtain a copy of the License at
|
5249
|
+
|
5250
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
5251
|
+
|
5252
|
+
Unless required by applicable law or agreed to in writing, software
|
5253
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
5254
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
5255
|
+
See the License for the specific language governing permissions and
|
5256
|
+
limitations under the License.
|
4991
5257
|
|
4992
5258
|
================================================================================
|
4993
5259
|
comfy-table LICENSE
|
@@ -6341,453 +6607,215 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
6341
6607
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6342
6608
|
DEALINGS IN THE SOFTWARE.
|
6343
6609
|
|
6344
|
-
===============================================================================
|
6345
|
-
|
6346
|
-
The Rust Programming Language
|
6347
|
-
https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
|
6348
|
-
|
6349
|
-
Apache License
|
6350
|
-
Version 2.0, January 2004
|
6351
|
-
http://www.apache.org/licenses/
|
6352
|
-
|
6353
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6354
|
-
|
6355
|
-
1. Definitions.
|
6356
|
-
|
6357
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
6358
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
6359
|
-
|
6360
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
6361
|
-
the copyright owner that is granting the License.
|
6362
|
-
|
6363
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
6364
|
-
other entities that control, are controlled by, or are under common
|
6365
|
-
control with that entity. For the purposes of this definition,
|
6366
|
-
"control" means (i) the power, direct or indirect, to cause the
|
6367
|
-
direction or management of such entity, whether by contract or
|
6368
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6369
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
6370
|
-
|
6371
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
6372
|
-
exercising permissions granted by this License.
|
6373
|
-
|
6374
|
-
"Source" form shall mean the preferred form for making modifications,
|
6375
|
-
including but not limited to software source code, documentation
|
6376
|
-
source, and configuration files.
|
6377
|
-
|
6378
|
-
"Object" form shall mean any form resulting from mechanical
|
6379
|
-
transformation or translation of a Source form, including but
|
6380
|
-
not limited to compiled object code, generated documentation,
|
6381
|
-
and conversions to other media types.
|
6382
|
-
|
6383
|
-
"Work" shall mean the work of authorship, whether in Source or
|
6384
|
-
Object form, made available under the License, as indicated by a
|
6385
|
-
copyright notice that is included in or attached to the work
|
6386
|
-
(an example is provided in the Appendix below).
|
6387
|
-
|
6388
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
6389
|
-
form, that is based on (or derived from) the Work and for which the
|
6390
|
-
editorial revisions, annotations, elaborations, or other modifications
|
6391
|
-
represent, as a whole, an original work of authorship. For the purposes
|
6392
|
-
of this License, Derivative Works shall not include works that remain
|
6393
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
6394
|
-
the Work and Derivative Works thereof.
|
6395
|
-
|
6396
|
-
"Contribution" shall mean any work of authorship, including
|
6397
|
-
the original version of the Work and any modifications or additions
|
6398
|
-
to that Work or Derivative Works thereof, that is intentionally
|
6399
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
6400
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
6401
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
6402
|
-
means any form of electronic, verbal, or written communication sent
|
6403
|
-
to the Licensor or its representatives, including but not limited to
|
6404
|
-
communication on electronic mailing lists, source code control systems,
|
6405
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
6406
|
-
Licensor for the purpose of discussing and improving the Work, but
|
6407
|
-
excluding communication that is conspicuously marked or otherwise
|
6408
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
6409
|
-
|
6410
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6411
|
-
on behalf of whom a Contribution has been received by Licensor and
|
6412
|
-
subsequently incorporated within the Work.
|
6413
|
-
|
6414
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
6415
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6416
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6417
|
-
copyright license to reproduce, prepare Derivative Works of,
|
6418
|
-
publicly display, publicly perform, sublicense, and distribute the
|
6419
|
-
Work and such Derivative Works in Source or Object form.
|
6420
|
-
|
6421
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
6422
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6423
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6424
|
-
(except as stated in this section) patent license to make, have made,
|
6425
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6426
|
-
where such license applies only to those patent claims licensable
|
6427
|
-
by such Contributor that are necessarily infringed by their
|
6428
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
6429
|
-
with the Work to which such Contribution(s) was submitted. If You
|
6430
|
-
institute patent litigation against any entity (including a
|
6431
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6432
|
-
or a Contribution incorporated within the Work constitutes direct
|
6433
|
-
or contributory patent infringement, then any patent licenses
|
6434
|
-
granted to You under this License for that Work shall terminate
|
6435
|
-
as of the date such litigation is filed.
|
6436
|
-
|
6437
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
6438
|
-
Work or Derivative Works thereof in any medium, with or without
|
6439
|
-
modifications, and in Source or Object form, provided that You
|
6440
|
-
meet the following conditions:
|
6441
|
-
|
6442
|
-
(a) You must give any other recipients of the Work or
|
6443
|
-
Derivative Works a copy of this License; and
|
6444
|
-
|
6445
|
-
(b) You must cause any modified files to carry prominent notices
|
6446
|
-
stating that You changed the files; and
|
6447
|
-
|
6448
|
-
(c) You must retain, in the Source form of any Derivative Works
|
6449
|
-
that You distribute, all copyright, patent, trademark, and
|
6450
|
-
attribution notices from the Source form of the Work,
|
6451
|
-
excluding those notices that do not pertain to any part of
|
6452
|
-
the Derivative Works; and
|
6453
|
-
|
6454
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
6455
|
-
distribution, then any Derivative Works that You distribute must
|
6456
|
-
include a readable copy of the attribution notices contained
|
6457
|
-
within such NOTICE file, excluding those notices that do not
|
6458
|
-
pertain to any part of the Derivative Works, in at least one
|
6459
|
-
of the following places: within a NOTICE text file distributed
|
6460
|
-
as part of the Derivative Works; within the Source form or
|
6461
|
-
documentation, if provided along with the Derivative Works; or,
|
6462
|
-
within a display generated by the Derivative Works, if and
|
6463
|
-
wherever such third-party notices normally appear. The contents
|
6464
|
-
of the NOTICE file are for informational purposes only and
|
6465
|
-
do not modify the License. You may add Your own attribution
|
6466
|
-
notices within Derivative Works that You distribute, alongside
|
6467
|
-
or as an addendum to the NOTICE text from the Work, provided
|
6468
|
-
that such additional attribution notices cannot be construed
|
6469
|
-
as modifying the License.
|
6470
|
-
|
6471
|
-
You may add Your own copyright statement to Your modifications and
|
6472
|
-
may provide additional or different license terms and conditions
|
6473
|
-
for use, reproduction, or distribution of Your modifications, or
|
6474
|
-
for any such Derivative Works as a whole, provided Your use,
|
6475
|
-
reproduction, and distribution of the Work otherwise complies with
|
6476
|
-
the conditions stated in this License.
|
6477
|
-
|
6478
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6479
|
-
any Contribution intentionally submitted for inclusion in the Work
|
6480
|
-
by You to the Licensor shall be under the terms and conditions of
|
6481
|
-
this License, without any additional terms or conditions.
|
6482
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
6483
|
-
the terms of any separate license agreement you may have executed
|
6484
|
-
with Licensor regarding such Contributions.
|
6485
|
-
|
6486
|
-
6. Trademarks. This License does not grant permission to use the trade
|
6487
|
-
names, trademarks, service marks, or product names of the Licensor,
|
6488
|
-
except as required for reasonable and customary use in describing the
|
6489
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
6490
|
-
|
6491
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
6492
|
-
agreed to in writing, Licensor provides the Work (and each
|
6493
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6494
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6495
|
-
implied, including, without limitation, any warranties or conditions
|
6496
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6497
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6498
|
-
appropriateness of using or redistributing the Work and assume any
|
6499
|
-
risks associated with Your exercise of permissions under this License.
|
6500
|
-
|
6501
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
6502
|
-
whether in tort (including negligence), contract, or otherwise,
|
6503
|
-
unless required by applicable law (such as deliberate and grossly
|
6504
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
6505
|
-
liable to You for damages, including any direct, indirect, special,
|
6506
|
-
incidental, or consequential damages of any character arising as a
|
6507
|
-
result of this License or out of the use or inability to use the
|
6508
|
-
Work (including but not limited to damages for loss of goodwill,
|
6509
|
-
work stoppage, computer failure or malfunction, or any and all
|
6510
|
-
other commercial damages or losses), even if such Contributor
|
6511
|
-
has been advised of the possibility of such damages.
|
6512
|
-
|
6513
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
6514
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
6515
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
6516
|
-
or other liability obligations and/or rights consistent with this
|
6517
|
-
License. However, in accepting such obligations, You may act only
|
6518
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
6519
|
-
of any other Contributor, and only if You agree to indemnify,
|
6520
|
-
defend, and hold each Contributor harmless for any liability
|
6521
|
-
incurred by, or claims asserted against, such Contributor by reason
|
6522
|
-
of your accepting any such warranty or additional liability.
|
6523
|
-
|
6524
|
-
END OF TERMS AND CONDITIONS
|
6525
|
-
|
6526
|
-
APPENDIX: How to apply the Apache License to your work.
|
6527
|
-
|
6528
|
-
To apply the Apache License to your work, attach the following
|
6529
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6530
|
-
replaced with your own identifying information. (Don't include
|
6531
|
-
the brackets!) The text should be enclosed in the appropriate
|
6532
|
-
comment syntax for the file format. We also recommend that a
|
6533
|
-
file or class name and description of purpose be included on the
|
6534
|
-
same "printed page" as the copyright notice for easier
|
6535
|
-
identification within third-party archives.
|
6536
|
-
|
6537
|
-
Copyright [yyyy] [name of copyright owner]
|
6538
|
-
|
6539
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6540
|
-
you may not use this file except in compliance with the License.
|
6541
|
-
You may obtain a copy of the License at
|
6542
|
-
|
6543
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6544
|
-
|
6545
|
-
Unless required by applicable law or agreed to in writing, software
|
6546
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6547
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6548
|
-
See the License for the specific language governing permissions and
|
6549
|
-
limitations under the License.
|
6550
|
-
|
6551
|
-
================================================================================
|
6552
|
-
crossbeam-deque LICENSE-APACHE
|
6553
|
-
================================================================================
|
6554
|
-
|
6555
|
-
Apache License
|
6556
|
-
Version 2.0, January 2004
|
6557
|
-
http://www.apache.org/licenses/
|
6558
|
-
|
6559
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6560
|
-
|
6561
|
-
1. Definitions.
|
6562
|
-
|
6563
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
6564
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
6565
|
-
|
6566
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
6567
|
-
the copyright owner that is granting the License.
|
6568
|
-
|
6569
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
6570
|
-
other entities that control, are controlled by, or are under common
|
6571
|
-
control with that entity. For the purposes of this definition,
|
6572
|
-
"control" means (i) the power, direct or indirect, to cause the
|
6573
|
-
direction or management of such entity, whether by contract or
|
6574
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6575
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
6576
|
-
|
6577
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
6578
|
-
exercising permissions granted by this License.
|
6579
|
-
|
6580
|
-
"Source" form shall mean the preferred form for making modifications,
|
6581
|
-
including but not limited to software source code, documentation
|
6582
|
-
source, and configuration files.
|
6583
|
-
|
6584
|
-
"Object" form shall mean any form resulting from mechanical
|
6585
|
-
transformation or translation of a Source form, including but
|
6586
|
-
not limited to compiled object code, generated documentation,
|
6587
|
-
and conversions to other media types.
|
6588
|
-
|
6589
|
-
"Work" shall mean the work of authorship, whether in Source or
|
6590
|
-
Object form, made available under the License, as indicated by a
|
6591
|
-
copyright notice that is included in or attached to the work
|
6592
|
-
(an example is provided in the Appendix below).
|
6593
|
-
|
6594
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
6595
|
-
form, that is based on (or derived from) the Work and for which the
|
6596
|
-
editorial revisions, annotations, elaborations, or other modifications
|
6597
|
-
represent, as a whole, an original work of authorship. For the purposes
|
6598
|
-
of this License, Derivative Works shall not include works that remain
|
6599
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
6600
|
-
the Work and Derivative Works thereof.
|
6601
|
-
|
6602
|
-
"Contribution" shall mean any work of authorship, including
|
6603
|
-
the original version of the Work and any modifications or additions
|
6604
|
-
to that Work or Derivative Works thereof, that is intentionally
|
6605
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
6606
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
6607
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
6608
|
-
means any form of electronic, verbal, or written communication sent
|
6609
|
-
to the Licensor or its representatives, including but not limited to
|
6610
|
-
communication on electronic mailing lists, source code control systems,
|
6611
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
6612
|
-
Licensor for the purpose of discussing and improving the Work, but
|
6613
|
-
excluding communication that is conspicuously marked or otherwise
|
6614
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
6615
|
-
|
6616
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6617
|
-
on behalf of whom a Contribution has been received by Licensor and
|
6618
|
-
subsequently incorporated within the Work.
|
6619
|
-
|
6620
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
6621
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6622
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6623
|
-
copyright license to reproduce, prepare Derivative Works of,
|
6624
|
-
publicly display, publicly perform, sublicense, and distribute the
|
6625
|
-
Work and such Derivative Works in Source or Object form.
|
6626
|
-
|
6627
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
6628
|
-
this License, each Contributor hereby grants to You a perpetual,
|
6629
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6630
|
-
(except as stated in this section) patent license to make, have made,
|
6631
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6632
|
-
where such license applies only to those patent claims licensable
|
6633
|
-
by such Contributor that are necessarily infringed by their
|
6634
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
6635
|
-
with the Work to which such Contribution(s) was submitted. If You
|
6636
|
-
institute patent litigation against any entity (including a
|
6637
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6638
|
-
or a Contribution incorporated within the Work constitutes direct
|
6639
|
-
or contributory patent infringement, then any patent licenses
|
6640
|
-
granted to You under this License for that Work shall terminate
|
6641
|
-
as of the date such litigation is filed.
|
6642
|
-
|
6643
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
6644
|
-
Work or Derivative Works thereof in any medium, with or without
|
6645
|
-
modifications, and in Source or Object form, provided that You
|
6646
|
-
meet the following conditions:
|
6647
|
-
|
6648
|
-
(a) You must give any other recipients of the Work or
|
6649
|
-
Derivative Works a copy of this License; and
|
6650
|
-
|
6651
|
-
(b) You must cause any modified files to carry prominent notices
|
6652
|
-
stating that You changed the files; and
|
6653
|
-
|
6654
|
-
(c) You must retain, in the Source form of any Derivative Works
|
6655
|
-
that You distribute, all copyright, patent, trademark, and
|
6656
|
-
attribution notices from the Source form of the Work,
|
6657
|
-
excluding those notices that do not pertain to any part of
|
6658
|
-
the Derivative Works; and
|
6659
|
-
|
6660
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
6661
|
-
distribution, then any Derivative Works that You distribute must
|
6662
|
-
include a readable copy of the attribution notices contained
|
6663
|
-
within such NOTICE file, excluding those notices that do not
|
6664
|
-
pertain to any part of the Derivative Works, in at least one
|
6665
|
-
of the following places: within a NOTICE text file distributed
|
6666
|
-
as part of the Derivative Works; within the Source form or
|
6667
|
-
documentation, if provided along with the Derivative Works; or,
|
6668
|
-
within a display generated by the Derivative Works, if and
|
6669
|
-
wherever such third-party notices normally appear. The contents
|
6670
|
-
of the NOTICE file are for informational purposes only and
|
6671
|
-
do not modify the License. You may add Your own attribution
|
6672
|
-
notices within Derivative Works that You distribute, alongside
|
6673
|
-
or as an addendum to the NOTICE text from the Work, provided
|
6674
|
-
that such additional attribution notices cannot be construed
|
6675
|
-
as modifying the License.
|
6676
|
-
|
6677
|
-
You may add Your own copyright statement to Your modifications and
|
6678
|
-
may provide additional or different license terms and conditions
|
6679
|
-
for use, reproduction, or distribution of Your modifications, or
|
6680
|
-
for any such Derivative Works as a whole, provided Your use,
|
6681
|
-
reproduction, and distribution of the Work otherwise complies with
|
6682
|
-
the conditions stated in this License.
|
6683
|
-
|
6684
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6685
|
-
any Contribution intentionally submitted for inclusion in the Work
|
6686
|
-
by You to the Licensor shall be under the terms and conditions of
|
6687
|
-
this License, without any additional terms or conditions.
|
6688
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
6689
|
-
the terms of any separate license agreement you may have executed
|
6690
|
-
with Licensor regarding such Contributions.
|
6691
|
-
|
6692
|
-
6. Trademarks. This License does not grant permission to use the trade
|
6693
|
-
names, trademarks, service marks, or product names of the Licensor,
|
6694
|
-
except as required for reasonable and customary use in describing the
|
6695
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
6696
|
-
|
6697
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
6698
|
-
agreed to in writing, Licensor provides the Work (and each
|
6699
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6700
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6701
|
-
implied, including, without limitation, any warranties or conditions
|
6702
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6703
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6704
|
-
appropriateness of using or redistributing the Work and assume any
|
6705
|
-
risks associated with Your exercise of permissions under this License.
|
6706
|
-
|
6707
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
6708
|
-
whether in tort (including negligence), contract, or otherwise,
|
6709
|
-
unless required by applicable law (such as deliberate and grossly
|
6710
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
6711
|
-
liable to You for damages, including any direct, indirect, special,
|
6712
|
-
incidental, or consequential damages of any character arising as a
|
6713
|
-
result of this License or out of the use or inability to use the
|
6714
|
-
Work (including but not limited to damages for loss of goodwill,
|
6715
|
-
work stoppage, computer failure or malfunction, or any and all
|
6716
|
-
other commercial damages or losses), even if such Contributor
|
6717
|
-
has been advised of the possibility of such damages.
|
6718
|
-
|
6719
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
6720
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
6721
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
6722
|
-
or other liability obligations and/or rights consistent with this
|
6723
|
-
License. However, in accepting such obligations, You may act only
|
6724
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
6725
|
-
of any other Contributor, and only if You agree to indemnify,
|
6726
|
-
defend, and hold each Contributor harmless for any liability
|
6727
|
-
incurred by, or claims asserted against, such Contributor by reason
|
6728
|
-
of your accepting any such warranty or additional liability.
|
6729
|
-
|
6730
|
-
END OF TERMS AND CONDITIONS
|
6731
|
-
|
6732
|
-
APPENDIX: How to apply the Apache License to your work.
|
6733
|
-
|
6734
|
-
To apply the Apache License to your work, attach the following
|
6735
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
6736
|
-
replaced with your own identifying information. (Don't include
|
6737
|
-
the brackets!) The text should be enclosed in the appropriate
|
6738
|
-
comment syntax for the file format. We also recommend that a
|
6739
|
-
file or class name and description of purpose be included on the
|
6740
|
-
same "printed page" as the copyright notice for easier
|
6741
|
-
identification within third-party archives.
|
6742
|
-
|
6743
|
-
Copyright [yyyy] [name of copyright owner]
|
6744
|
-
|
6745
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
6746
|
-
you may not use this file except in compliance with the License.
|
6747
|
-
You may obtain a copy of the License at
|
6748
|
-
|
6749
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
6750
|
-
|
6751
|
-
Unless required by applicable law or agreed to in writing, software
|
6752
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
6753
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6754
|
-
See the License for the specific language governing permissions and
|
6755
|
-
limitations under the License.
|
6756
|
-
|
6757
|
-
================================================================================
|
6758
|
-
crossbeam-deque LICENSE-MIT
|
6759
|
-
================================================================================
|
6760
|
-
|
6761
|
-
The MIT License (MIT)
|
6762
|
-
|
6763
|
-
Copyright (c) 2019 The Crossbeam Project Developers
|
6764
|
-
|
6765
|
-
Permission is hereby granted, free of charge, to any
|
6766
|
-
person obtaining a copy of this software and associated
|
6767
|
-
documentation files (the "Software"), to deal in the
|
6768
|
-
Software without restriction, including without
|
6769
|
-
limitation the rights to use, copy, modify, merge,
|
6770
|
-
publish, distribute, sublicense, and/or sell copies of
|
6771
|
-
the Software, and to permit persons to whom the Software
|
6772
|
-
is furnished to do so, subject to the following
|
6773
|
-
conditions:
|
6774
|
-
|
6775
|
-
The above copyright notice and this permission notice
|
6776
|
-
shall be included in all copies or substantial portions
|
6777
|
-
of the Software.
|
6778
|
-
|
6779
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
6780
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
6781
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
6782
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
6783
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
6784
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
6785
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
6786
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
6787
|
-
DEALINGS IN THE SOFTWARE.
|
6788
|
-
|
6610
|
+
===============================================================================
|
6611
|
+
|
6612
|
+
The Rust Programming Language
|
6613
|
+
https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE
|
6614
|
+
|
6615
|
+
Apache License
|
6616
|
+
Version 2.0, January 2004
|
6617
|
+
http://www.apache.org/licenses/
|
6618
|
+
|
6619
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
6620
|
+
|
6621
|
+
1. Definitions.
|
6622
|
+
|
6623
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
6624
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
6625
|
+
|
6626
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
6627
|
+
the copyright owner that is granting the License.
|
6628
|
+
|
6629
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
6630
|
+
other entities that control, are controlled by, or are under common
|
6631
|
+
control with that entity. For the purposes of this definition,
|
6632
|
+
"control" means (i) the power, direct or indirect, to cause the
|
6633
|
+
direction or management of such entity, whether by contract or
|
6634
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
6635
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
6636
|
+
|
6637
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
6638
|
+
exercising permissions granted by this License.
|
6639
|
+
|
6640
|
+
"Source" form shall mean the preferred form for making modifications,
|
6641
|
+
including but not limited to software source code, documentation
|
6642
|
+
source, and configuration files.
|
6643
|
+
|
6644
|
+
"Object" form shall mean any form resulting from mechanical
|
6645
|
+
transformation or translation of a Source form, including but
|
6646
|
+
not limited to compiled object code, generated documentation,
|
6647
|
+
and conversions to other media types.
|
6648
|
+
|
6649
|
+
"Work" shall mean the work of authorship, whether in Source or
|
6650
|
+
Object form, made available under the License, as indicated by a
|
6651
|
+
copyright notice that is included in or attached to the work
|
6652
|
+
(an example is provided in the Appendix below).
|
6653
|
+
|
6654
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
6655
|
+
form, that is based on (or derived from) the Work and for which the
|
6656
|
+
editorial revisions, annotations, elaborations, or other modifications
|
6657
|
+
represent, as a whole, an original work of authorship. For the purposes
|
6658
|
+
of this License, Derivative Works shall not include works that remain
|
6659
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
6660
|
+
the Work and Derivative Works thereof.
|
6661
|
+
|
6662
|
+
"Contribution" shall mean any work of authorship, including
|
6663
|
+
the original version of the Work and any modifications or additions
|
6664
|
+
to that Work or Derivative Works thereof, that is intentionally
|
6665
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
6666
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
6667
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
6668
|
+
means any form of electronic, verbal, or written communication sent
|
6669
|
+
to the Licensor or its representatives, including but not limited to
|
6670
|
+
communication on electronic mailing lists, source code control systems,
|
6671
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
6672
|
+
Licensor for the purpose of discussing and improving the Work, but
|
6673
|
+
excluding communication that is conspicuously marked or otherwise
|
6674
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
6675
|
+
|
6676
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
6677
|
+
on behalf of whom a Contribution has been received by Licensor and
|
6678
|
+
subsequently incorporated within the Work.
|
6679
|
+
|
6680
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
6681
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6682
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6683
|
+
copyright license to reproduce, prepare Derivative Works of,
|
6684
|
+
publicly display, publicly perform, sublicense, and distribute the
|
6685
|
+
Work and such Derivative Works in Source or Object form.
|
6686
|
+
|
6687
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
6688
|
+
this License, each Contributor hereby grants to You a perpetual,
|
6689
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
6690
|
+
(except as stated in this section) patent license to make, have made,
|
6691
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
6692
|
+
where such license applies only to those patent claims licensable
|
6693
|
+
by such Contributor that are necessarily infringed by their
|
6694
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
6695
|
+
with the Work to which such Contribution(s) was submitted. If You
|
6696
|
+
institute patent litigation against any entity (including a
|
6697
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
6698
|
+
or a Contribution incorporated within the Work constitutes direct
|
6699
|
+
or contributory patent infringement, then any patent licenses
|
6700
|
+
granted to You under this License for that Work shall terminate
|
6701
|
+
as of the date such litigation is filed.
|
6702
|
+
|
6703
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
6704
|
+
Work or Derivative Works thereof in any medium, with or without
|
6705
|
+
modifications, and in Source or Object form, provided that You
|
6706
|
+
meet the following conditions:
|
6707
|
+
|
6708
|
+
(a) You must give any other recipients of the Work or
|
6709
|
+
Derivative Works a copy of this License; and
|
6710
|
+
|
6711
|
+
(b) You must cause any modified files to carry prominent notices
|
6712
|
+
stating that You changed the files; and
|
6713
|
+
|
6714
|
+
(c) You must retain, in the Source form of any Derivative Works
|
6715
|
+
that You distribute, all copyright, patent, trademark, and
|
6716
|
+
attribution notices from the Source form of the Work,
|
6717
|
+
excluding those notices that do not pertain to any part of
|
6718
|
+
the Derivative Works; and
|
6719
|
+
|
6720
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
6721
|
+
distribution, then any Derivative Works that You distribute must
|
6722
|
+
include a readable copy of the attribution notices contained
|
6723
|
+
within such NOTICE file, excluding those notices that do not
|
6724
|
+
pertain to any part of the Derivative Works, in at least one
|
6725
|
+
of the following places: within a NOTICE text file distributed
|
6726
|
+
as part of the Derivative Works; within the Source form or
|
6727
|
+
documentation, if provided along with the Derivative Works; or,
|
6728
|
+
within a display generated by the Derivative Works, if and
|
6729
|
+
wherever such third-party notices normally appear. The contents
|
6730
|
+
of the NOTICE file are for informational purposes only and
|
6731
|
+
do not modify the License. You may add Your own attribution
|
6732
|
+
notices within Derivative Works that You distribute, alongside
|
6733
|
+
or as an addendum to the NOTICE text from the Work, provided
|
6734
|
+
that such additional attribution notices cannot be construed
|
6735
|
+
as modifying the License.
|
6736
|
+
|
6737
|
+
You may add Your own copyright statement to Your modifications and
|
6738
|
+
may provide additional or different license terms and conditions
|
6739
|
+
for use, reproduction, or distribution of Your modifications, or
|
6740
|
+
for any such Derivative Works as a whole, provided Your use,
|
6741
|
+
reproduction, and distribution of the Work otherwise complies with
|
6742
|
+
the conditions stated in this License.
|
6743
|
+
|
6744
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
6745
|
+
any Contribution intentionally submitted for inclusion in the Work
|
6746
|
+
by You to the Licensor shall be under the terms and conditions of
|
6747
|
+
this License, without any additional terms or conditions.
|
6748
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
6749
|
+
the terms of any separate license agreement you may have executed
|
6750
|
+
with Licensor regarding such Contributions.
|
6751
|
+
|
6752
|
+
6. Trademarks. This License does not grant permission to use the trade
|
6753
|
+
names, trademarks, service marks, or product names of the Licensor,
|
6754
|
+
except as required for reasonable and customary use in describing the
|
6755
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
6756
|
+
|
6757
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
6758
|
+
agreed to in writing, Licensor provides the Work (and each
|
6759
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
6760
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
6761
|
+
implied, including, without limitation, any warranties or conditions
|
6762
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
6763
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
6764
|
+
appropriateness of using or redistributing the Work and assume any
|
6765
|
+
risks associated with Your exercise of permissions under this License.
|
6766
|
+
|
6767
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
6768
|
+
whether in tort (including negligence), contract, or otherwise,
|
6769
|
+
unless required by applicable law (such as deliberate and grossly
|
6770
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
6771
|
+
liable to You for damages, including any direct, indirect, special,
|
6772
|
+
incidental, or consequential damages of any character arising as a
|
6773
|
+
result of this License or out of the use or inability to use the
|
6774
|
+
Work (including but not limited to damages for loss of goodwill,
|
6775
|
+
work stoppage, computer failure or malfunction, or any and all
|
6776
|
+
other commercial damages or losses), even if such Contributor
|
6777
|
+
has been advised of the possibility of such damages.
|
6778
|
+
|
6779
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
6780
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
6781
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
6782
|
+
or other liability obligations and/or rights consistent with this
|
6783
|
+
License. However, in accepting such obligations, You may act only
|
6784
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
6785
|
+
of any other Contributor, and only if You agree to indemnify,
|
6786
|
+
defend, and hold each Contributor harmless for any liability
|
6787
|
+
incurred by, or claims asserted against, such Contributor by reason
|
6788
|
+
of your accepting any such warranty or additional liability.
|
6789
|
+
|
6790
|
+
END OF TERMS AND CONDITIONS
|
6791
|
+
|
6792
|
+
APPENDIX: How to apply the Apache License to your work.
|
6793
|
+
|
6794
|
+
To apply the Apache License to your work, attach the following
|
6795
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
6796
|
+
replaced with your own identifying information. (Don't include
|
6797
|
+
the brackets!) The text should be enclosed in the appropriate
|
6798
|
+
comment syntax for the file format. We also recommend that a
|
6799
|
+
file or class name and description of purpose be included on the
|
6800
|
+
same "printed page" as the copyright notice for easier
|
6801
|
+
identification within third-party archives.
|
6802
|
+
|
6803
|
+
Copyright [yyyy] [name of copyright owner]
|
6804
|
+
|
6805
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
6806
|
+
you may not use this file except in compliance with the License.
|
6807
|
+
You may obtain a copy of the License at
|
6808
|
+
|
6809
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
6810
|
+
|
6811
|
+
Unless required by applicable law or agreed to in writing, software
|
6812
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
6813
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
6814
|
+
See the License for the specific language governing permissions and
|
6815
|
+
limitations under the License.
|
6816
|
+
|
6789
6817
|
================================================================================
|
6790
|
-
crossbeam-
|
6818
|
+
crossbeam-deque LICENSE-APACHE
|
6791
6819
|
================================================================================
|
6792
6820
|
|
6793
6821
|
Apache License
|
@@ -6993,7 +7021,7 @@ See the License for the specific language governing permissions and
|
|
6993
7021
|
limitations under the License.
|
6994
7022
|
|
6995
7023
|
================================================================================
|
6996
|
-
crossbeam-
|
7024
|
+
crossbeam-deque LICENSE-MIT
|
6997
7025
|
================================================================================
|
6998
7026
|
|
6999
7027
|
The MIT License (MIT)
|
@@ -7025,7 +7053,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
7025
7053
|
DEALINGS IN THE SOFTWARE.
|
7026
7054
|
|
7027
7055
|
================================================================================
|
7028
|
-
crossbeam-
|
7056
|
+
crossbeam-epoch LICENSE-APACHE
|
7029
7057
|
================================================================================
|
7030
7058
|
|
7031
7059
|
Apache License
|
@@ -7231,7 +7259,7 @@ See the License for the specific language governing permissions and
|
|
7231
7259
|
limitations under the License.
|
7232
7260
|
|
7233
7261
|
================================================================================
|
7234
|
-
crossbeam-
|
7262
|
+
crossbeam-epoch LICENSE-MIT
|
7235
7263
|
================================================================================
|
7236
7264
|
|
7237
7265
|
The MIT License (MIT)
|
@@ -7263,33 +7291,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
7263
7291
|
DEALINGS IN THE SOFTWARE.
|
7264
7292
|
|
7265
7293
|
================================================================================
|
7266
|
-
|
7267
|
-
================================================================================
|
7268
|
-
|
7269
|
-
MIT License
|
7270
|
-
|
7271
|
-
Copyright (c) 2019 Timon
|
7272
|
-
|
7273
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7274
|
-
of this software and associated documentation files (the "Software"), to deal
|
7275
|
-
in the Software without restriction, including without limitation the rights
|
7276
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7277
|
-
copies of the Software, and to permit persons to whom the Software is
|
7278
|
-
furnished to do so, subject to the following conditions:
|
7279
|
-
|
7280
|
-
The above copyright notice and this permission notice shall be included in all
|
7281
|
-
copies or substantial portions of the Software.
|
7282
|
-
|
7283
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
7284
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
7285
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
7286
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
7287
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
7288
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7289
|
-
SOFTWARE.
|
7290
|
-
|
7291
|
-
================================================================================
|
7292
|
-
dirs LICENSE-APACHE
|
7294
|
+
crossbeam-queue LICENSE-APACHE
|
7293
7295
|
================================================================================
|
7294
7296
|
|
7295
7297
|
Apache License
|
@@ -7467,32 +7469,67 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7467
7469
|
incurred by, or claims asserted against, such Contributor by reason
|
7468
7470
|
of your accepting any such warranty or additional liability.
|
7469
7471
|
|
7472
|
+
END OF TERMS AND CONDITIONS
|
7473
|
+
|
7474
|
+
APPENDIX: How to apply the Apache License to your work.
|
7475
|
+
|
7476
|
+
To apply the Apache License to your work, attach the following
|
7477
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
7478
|
+
replaced with your own identifying information. (Don't include
|
7479
|
+
the brackets!) The text should be enclosed in the appropriate
|
7480
|
+
comment syntax for the file format. We also recommend that a
|
7481
|
+
file or class name and description of purpose be included on the
|
7482
|
+
same "printed page" as the copyright notice for easier
|
7483
|
+
identification within third-party archives.
|
7484
|
+
|
7485
|
+
Copyright [yyyy] [name of copyright owner]
|
7486
|
+
|
7487
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
7488
|
+
you may not use this file except in compliance with the License.
|
7489
|
+
You may obtain a copy of the License at
|
7490
|
+
|
7491
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
7492
|
+
|
7493
|
+
Unless required by applicable law or agreed to in writing, software
|
7494
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
7495
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
7496
|
+
See the License for the specific language governing permissions and
|
7497
|
+
limitations under the License.
|
7498
|
+
|
7470
7499
|
================================================================================
|
7471
|
-
|
7500
|
+
crossbeam-queue LICENSE-MIT
|
7472
7501
|
================================================================================
|
7473
7502
|
|
7474
|
-
|
7503
|
+
The MIT License (MIT)
|
7475
7504
|
|
7476
|
-
|
7477
|
-
of this software and associated documentation files (the "Software"), to deal
|
7478
|
-
in the Software without restriction, including without limitation the rights
|
7479
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7480
|
-
copies of the Software, and to permit persons to whom the Software is
|
7481
|
-
furnished to do so, subject to the following conditions:
|
7505
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
7482
7506
|
|
7483
|
-
|
7484
|
-
|
7507
|
+
Permission is hereby granted, free of charge, to any
|
7508
|
+
person obtaining a copy of this software and associated
|
7509
|
+
documentation files (the "Software"), to deal in the
|
7510
|
+
Software without restriction, including without
|
7511
|
+
limitation the rights to use, copy, modify, merge,
|
7512
|
+
publish, distribute, sublicense, and/or sell copies of
|
7513
|
+
the Software, and to permit persons to whom the Software
|
7514
|
+
is furnished to do so, subject to the following
|
7515
|
+
conditions:
|
7485
7516
|
|
7486
|
-
|
7487
|
-
|
7488
|
-
|
7489
|
-
|
7490
|
-
|
7491
|
-
|
7492
|
-
|
7517
|
+
The above copyright notice and this permission notice
|
7518
|
+
shall be included in all copies or substantial portions
|
7519
|
+
of the Software.
|
7520
|
+
|
7521
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
7522
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
7523
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
7524
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
7525
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
7526
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
7527
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
7528
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
7529
|
+
DEALINGS IN THE SOFTWARE.
|
7493
7530
|
|
7494
7531
|
================================================================================
|
7495
|
-
|
7532
|
+
crossbeam-utils LICENSE-APACHE
|
7496
7533
|
================================================================================
|
7497
7534
|
|
7498
7535
|
Apache License
|
@@ -7670,29 +7707,90 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7670
7707
|
incurred by, or claims asserted against, such Contributor by reason
|
7671
7708
|
of your accepting any such warranty or additional liability.
|
7672
7709
|
|
7710
|
+
END OF TERMS AND CONDITIONS
|
7711
|
+
|
7712
|
+
APPENDIX: How to apply the Apache License to your work.
|
7713
|
+
|
7714
|
+
To apply the Apache License to your work, attach the following
|
7715
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
7716
|
+
replaced with your own identifying information. (Don't include
|
7717
|
+
the brackets!) The text should be enclosed in the appropriate
|
7718
|
+
comment syntax for the file format. We also recommend that a
|
7719
|
+
file or class name and description of purpose be included on the
|
7720
|
+
same "printed page" as the copyright notice for easier
|
7721
|
+
identification within third-party archives.
|
7722
|
+
|
7723
|
+
Copyright [yyyy] [name of copyright owner]
|
7724
|
+
|
7725
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
7726
|
+
you may not use this file except in compliance with the License.
|
7727
|
+
You may obtain a copy of the License at
|
7728
|
+
|
7729
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
7730
|
+
|
7731
|
+
Unless required by applicable law or agreed to in writing, software
|
7732
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
7733
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
7734
|
+
See the License for the specific language governing permissions and
|
7735
|
+
limitations under the License.
|
7736
|
+
|
7673
7737
|
================================================================================
|
7674
|
-
|
7738
|
+
crossbeam-utils LICENSE-MIT
|
7675
7739
|
================================================================================
|
7676
7740
|
|
7677
|
-
|
7741
|
+
The MIT License (MIT)
|
7678
7742
|
|
7679
|
-
|
7680
|
-
of this software and associated documentation files (the "Software"), to deal
|
7681
|
-
in the Software without restriction, including without limitation the rights
|
7682
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7683
|
-
copies of the Software, and to permit persons to whom the Software is
|
7684
|
-
furnished to do so, subject to the following conditions:
|
7743
|
+
Copyright (c) 2019 The Crossbeam Project Developers
|
7685
7744
|
|
7686
|
-
|
7687
|
-
|
7745
|
+
Permission is hereby granted, free of charge, to any
|
7746
|
+
person obtaining a copy of this software and associated
|
7747
|
+
documentation files (the "Software"), to deal in the
|
7748
|
+
Software without restriction, including without
|
7749
|
+
limitation the rights to use, copy, modify, merge,
|
7750
|
+
publish, distribute, sublicense, and/or sell copies of
|
7751
|
+
the Software, and to permit persons to whom the Software
|
7752
|
+
is furnished to do so, subject to the following
|
7753
|
+
conditions:
|
7688
7754
|
|
7689
|
-
|
7690
|
-
|
7691
|
-
|
7692
|
-
|
7693
|
-
|
7694
|
-
|
7695
|
-
|
7755
|
+
The above copyright notice and this permission notice
|
7756
|
+
shall be included in all copies or substantial portions
|
7757
|
+
of the Software.
|
7758
|
+
|
7759
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
7760
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
7761
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
7762
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
7763
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
7764
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
7765
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
7766
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
7767
|
+
DEALINGS IN THE SOFTWARE.
|
7768
|
+
|
7769
|
+
================================================================================
|
7770
|
+
crossterm LICENSE
|
7771
|
+
================================================================================
|
7772
|
+
|
7773
|
+
MIT License
|
7774
|
+
|
7775
|
+
Copyright (c) 2019 Timon
|
7776
|
+
|
7777
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7778
|
+
of this software and associated documentation files (the "Software"), to deal
|
7779
|
+
in the Software without restriction, including without limitation the rights
|
7780
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7781
|
+
copies of the Software, and to permit persons to whom the Software is
|
7782
|
+
furnished to do so, subject to the following conditions:
|
7783
|
+
|
7784
|
+
The above copyright notice and this permission notice shall be included in all
|
7785
|
+
copies or substantial portions of the Software.
|
7786
|
+
|
7787
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
7788
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
7789
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
7790
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
7791
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
7792
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
7793
|
+
SOFTWARE.
|
7696
7794
|
|
7697
7795
|
================================================================================
|
7698
7796
|
dyn-clone LICENSE-APACHE
|
@@ -13146,12 +13244,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
13146
13244
|
SOFTWARE.
|
13147
13245
|
|
13148
13246
|
================================================================================
|
13149
|
-
|
13247
|
+
home LICENSE-APACHE
|
13150
13248
|
================================================================================
|
13151
13249
|
|
13152
13250
|
Apache License
|
13153
13251
|
Version 2.0, January 2004
|
13154
|
-
|
13252
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
13155
13253
|
|
13156
13254
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
13157
13255
|
|
@@ -13337,13 +13435,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
13337
13435
|
same "printed page" as the copyright notice for easier
|
13338
13436
|
identification within third-party archives.
|
13339
13437
|
|
13340
|
-
Copyright
|
13438
|
+
Copyright [yyyy] [name of copyright owner]
|
13341
13439
|
|
13342
13440
|
Licensed under the Apache License, Version 2.0 (the "License");
|
13343
13441
|
you may not use this file except in compliance with the License.
|
13344
13442
|
You may obtain a copy of the License at
|
13345
13443
|
|
13346
|
-
|
13444
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
13347
13445
|
|
13348
13446
|
Unless required by applicable law or agreed to in writing, software
|
13349
13447
|
distributed under the License is distributed on an "AS IS" BASIS,
|
@@ -13352,11 +13450,9 @@ See the License for the specific language governing permissions and
|
|
13352
13450
|
limitations under the License.
|
13353
13451
|
|
13354
13452
|
================================================================================
|
13355
|
-
|
13453
|
+
home LICENSE-MIT
|
13356
13454
|
================================================================================
|
13357
13455
|
|
13358
|
-
Copyright (c) 2020 Andrew D. Straw
|
13359
|
-
|
13360
13456
|
Permission is hereby granted, free of charge, to any
|
13361
13457
|
person obtaining a copy of this software and associated
|
13362
13458
|
documentation files (the "Software"), to deal in the
|
@@ -13382,7 +13478,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13382
13478
|
DEALINGS IN THE SOFTWARE.
|
13383
13479
|
|
13384
13480
|
================================================================================
|
13385
|
-
|
13481
|
+
iana-time-zone LICENSE-APACHE
|
13386
13482
|
================================================================================
|
13387
13483
|
|
13388
13484
|
Apache License
|
@@ -13573,7 +13669,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
13573
13669
|
same "printed page" as the copyright notice for easier
|
13574
13670
|
identification within third-party archives.
|
13575
13671
|
|
13576
|
-
Copyright
|
13672
|
+
Copyright 2020 Andrew Straw
|
13577
13673
|
|
13578
13674
|
Licensed under the Apache License, Version 2.0 (the "License");
|
13579
13675
|
you may not use this file except in compliance with the License.
|
@@ -13588,10 +13684,10 @@ See the License for the specific language governing permissions and
|
|
13588
13684
|
limitations under the License.
|
13589
13685
|
|
13590
13686
|
================================================================================
|
13591
|
-
|
13687
|
+
iana-time-zone LICENSE-MIT
|
13592
13688
|
================================================================================
|
13593
13689
|
|
13594
|
-
Copyright (c)
|
13690
|
+
Copyright (c) 2020 Andrew D. Straw
|
13595
13691
|
|
13596
13692
|
Permission is hereby granted, free of charge, to any
|
13597
13693
|
person obtaining a copy of this software and associated
|
@@ -13618,7 +13714,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13618
13714
|
DEALINGS IN THE SOFTWARE.
|
13619
13715
|
|
13620
13716
|
================================================================================
|
13621
|
-
|
13717
|
+
indexmap LICENSE-APACHE
|
13622
13718
|
================================================================================
|
13623
13719
|
|
13624
13720
|
Apache License
|
@@ -13798,10 +13894,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
13798
13894
|
|
13799
13895
|
END OF TERMS AND CONDITIONS
|
13800
13896
|
|
13897
|
+
APPENDIX: How to apply the Apache License to your work.
|
13898
|
+
|
13899
|
+
To apply the Apache License to your work, attach the following
|
13900
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
13901
|
+
replaced with your own identifying information. (Don't include
|
13902
|
+
the brackets!) The text should be enclosed in the appropriate
|
13903
|
+
comment syntax for the file format. We also recommend that a
|
13904
|
+
file or class name and description of purpose be included on the
|
13905
|
+
same "printed page" as the copyright notice for easier
|
13906
|
+
identification within third-party archives.
|
13907
|
+
|
13908
|
+
Copyright [yyyy] [name of copyright owner]
|
13909
|
+
|
13910
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
13911
|
+
you may not use this file except in compliance with the License.
|
13912
|
+
You may obtain a copy of the License at
|
13913
|
+
|
13914
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
13915
|
+
|
13916
|
+
Unless required by applicable law or agreed to in writing, software
|
13917
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
13918
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13919
|
+
See the License for the specific language governing permissions and
|
13920
|
+
limitations under the License.
|
13921
|
+
|
13801
13922
|
================================================================================
|
13802
|
-
|
13923
|
+
indexmap LICENSE-MIT
|
13803
13924
|
================================================================================
|
13804
13925
|
|
13926
|
+
Copyright (c) 2016--2017
|
13927
|
+
|
13805
13928
|
Permission is hereby granted, free of charge, to any
|
13806
13929
|
person obtaining a copy of this software and associated
|
13807
13930
|
documentation files (the "Software"), to deal in the
|
@@ -13827,34 +13950,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
13827
13950
|
DEALINGS IN THE SOFTWARE.
|
13828
13951
|
|
13829
13952
|
================================================================================
|
13830
|
-
|
13831
|
-
================================================================================
|
13832
|
-
|
13833
|
-
|
13834
|
-
The MIT License (MIT)
|
13835
|
-
Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
|
13836
|
-
|
13837
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
13838
|
-
of this software and associated documentation files (the "Software"), to deal
|
13839
|
-
in the Software without restriction, including without limitation the rights
|
13840
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
13841
|
-
copies of the Software, and to permit persons to whom the Software is
|
13842
|
-
furnished to do so, subject to the following conditions:
|
13843
|
-
|
13844
|
-
The above copyright notice and this permission notice shall be included in all
|
13845
|
-
copies or substantial portions of the Software.
|
13846
|
-
|
13847
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
13848
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
13849
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
13850
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
13851
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
13852
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
13853
|
-
OR OTHER DEALINGS IN THE SOFTWARE.
|
13854
|
-
|
13855
|
-
|
13856
|
-
================================================================================
|
13857
|
-
jemalloc-sys LICENSE-APACHE
|
13953
|
+
itoa LICENSE-APACHE
|
13858
13954
|
================================================================================
|
13859
13955
|
|
13860
13956
|
Apache License
|
@@ -14034,37 +14130,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
14034
14130
|
|
14035
14131
|
END OF TERMS AND CONDITIONS
|
14036
14132
|
|
14037
|
-
APPENDIX: How to apply the Apache License to your work.
|
14038
|
-
|
14039
|
-
To apply the Apache License to your work, attach the following
|
14040
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
14041
|
-
replaced with your own identifying information. (Don't include
|
14042
|
-
the brackets!) The text should be enclosed in the appropriate
|
14043
|
-
comment syntax for the file format. We also recommend that a
|
14044
|
-
file or class name and description of purpose be included on the
|
14045
|
-
same "printed page" as the copyright notice for easier
|
14046
|
-
identification within third-party archives.
|
14047
|
-
|
14048
|
-
Copyright [yyyy] [name of copyright owner]
|
14049
|
-
|
14050
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
14051
|
-
you may not use this file except in compliance with the License.
|
14052
|
-
You may obtain a copy of the License at
|
14053
|
-
|
14054
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
14055
|
-
|
14056
|
-
Unless required by applicable law or agreed to in writing, software
|
14057
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14058
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14059
|
-
See the License for the specific language governing permissions and
|
14060
|
-
limitations under the License.
|
14061
|
-
|
14062
14133
|
================================================================================
|
14063
|
-
|
14134
|
+
itoa LICENSE-MIT
|
14064
14135
|
================================================================================
|
14065
14136
|
|
14066
|
-
Copyright (c) 2014 Alex Crichton
|
14067
|
-
|
14068
14137
|
Permission is hereby granted, free of charge, to any
|
14069
14138
|
person obtaining a copy of this software and associated
|
14070
14139
|
documentation files (the "Software"), to deal in the
|
@@ -14090,39 +14159,34 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14090
14159
|
DEALINGS IN THE SOFTWARE.
|
14091
14160
|
|
14092
14161
|
================================================================================
|
14093
|
-
|
14162
|
+
itoap LICENSE
|
14094
14163
|
================================================================================
|
14095
14164
|
|
14096
|
-
Unless otherwise specified, files in the jemalloc source distribution are
|
14097
|
-
subject to the following license:
|
14098
|
-
--------------------------------------------------------------------------------
|
14099
|
-
Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
|
14100
|
-
All rights reserved.
|
14101
|
-
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
14102
|
-
Copyright (C) 2009-present Facebook, Inc. All rights reserved.
|
14103
14165
|
|
14104
|
-
|
14105
|
-
|
14106
|
-
|
14107
|
-
|
14108
|
-
|
14109
|
-
|
14110
|
-
|
14166
|
+
The MIT License (MIT)
|
14167
|
+
Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
|
14168
|
+
|
14169
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
14170
|
+
of this software and associated documentation files (the "Software"), to deal
|
14171
|
+
in the Software without restriction, including without limitation the rights
|
14172
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14173
|
+
copies of the Software, and to permit persons to whom the Software is
|
14174
|
+
furnished to do so, subject to the following conditions:
|
14175
|
+
|
14176
|
+
The above copyright notice and this permission notice shall be included in all
|
14177
|
+
copies or substantial portions of the Software.
|
14178
|
+
|
14179
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
14180
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
14181
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
14182
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
14183
|
+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
14184
|
+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
14185
|
+
OR OTHER DEALINGS IN THE SOFTWARE.
|
14111
14186
|
|
14112
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
|
14113
|
-
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
14114
|
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
14115
|
-
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
|
14116
|
-
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
14117
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
14118
|
-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
14119
|
-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
14120
|
-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
14121
|
-
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
14122
|
-
--------------------------------------------------------------------------------
|
14123
14187
|
|
14124
14188
|
================================================================================
|
14125
|
-
|
14189
|
+
jemalloc-sys LICENSE-APACHE
|
14126
14190
|
================================================================================
|
14127
14191
|
|
14128
14192
|
Apache License
|
@@ -14327,6 +14391,68 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14327
14391
|
See the License for the specific language governing permissions and
|
14328
14392
|
limitations under the License.
|
14329
14393
|
|
14394
|
+
================================================================================
|
14395
|
+
jemalloc-sys LICENSE-MIT
|
14396
|
+
================================================================================
|
14397
|
+
|
14398
|
+
Copyright (c) 2014 Alex Crichton
|
14399
|
+
|
14400
|
+
Permission is hereby granted, free of charge, to any
|
14401
|
+
person obtaining a copy of this software and associated
|
14402
|
+
documentation files (the "Software"), to deal in the
|
14403
|
+
Software without restriction, including without
|
14404
|
+
limitation the rights to use, copy, modify, merge,
|
14405
|
+
publish, distribute, sublicense, and/or sell copies of
|
14406
|
+
the Software, and to permit persons to whom the Software
|
14407
|
+
is furnished to do so, subject to the following
|
14408
|
+
conditions:
|
14409
|
+
|
14410
|
+
The above copyright notice and this permission notice
|
14411
|
+
shall be included in all copies or substantial portions
|
14412
|
+
of the Software.
|
14413
|
+
|
14414
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14415
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14416
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14417
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14418
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14419
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14420
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14421
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14422
|
+
DEALINGS IN THE SOFTWARE.
|
14423
|
+
|
14424
|
+
================================================================================
|
14425
|
+
jemalloc-sys jemalloc/COPYING
|
14426
|
+
================================================================================
|
14427
|
+
|
14428
|
+
Unless otherwise specified, files in the jemalloc source distribution are
|
14429
|
+
subject to the following license:
|
14430
|
+
--------------------------------------------------------------------------------
|
14431
|
+
Copyright (C) 2002-present Jason Evans <jasone@canonware.com>.
|
14432
|
+
All rights reserved.
|
14433
|
+
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
|
14434
|
+
Copyright (C) 2009-present Facebook, Inc. All rights reserved.
|
14435
|
+
|
14436
|
+
Redistribution and use in source and binary forms, with or without
|
14437
|
+
modification, are permitted provided that the following conditions are met:
|
14438
|
+
1. Redistributions of source code must retain the above copyright notice(s),
|
14439
|
+
this list of conditions and the following disclaimer.
|
14440
|
+
2. Redistributions in binary form must reproduce the above copyright notice(s),
|
14441
|
+
this list of conditions and the following disclaimer in the documentation
|
14442
|
+
and/or other materials provided with the distribution.
|
14443
|
+
|
14444
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
|
14445
|
+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
14446
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
14447
|
+
EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
|
14448
|
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
14449
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
14450
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
14451
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
14452
|
+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
14453
|
+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
14454
|
+
--------------------------------------------------------------------------------
|
14455
|
+
|
14330
14456
|
================================================================================
|
14331
14457
|
jemallocator LICENSE-MIT
|
14332
14458
|
================================================================================
|
@@ -14357,6 +14483,212 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14357
14483
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14358
14484
|
DEALINGS IN THE SOFTWARE.
|
14359
14485
|
|
14486
|
+
================================================================================
|
14487
|
+
jemallocator LICENSE-APACHE
|
14488
|
+
================================================================================
|
14489
|
+
|
14490
|
+
Apache License
|
14491
|
+
Version 2.0, January 2004
|
14492
|
+
http://www.apache.org/licenses/
|
14493
|
+
|
14494
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14495
|
+
|
14496
|
+
1. Definitions.
|
14497
|
+
|
14498
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
14499
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
14500
|
+
|
14501
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14502
|
+
the copyright owner that is granting the License.
|
14503
|
+
|
14504
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
14505
|
+
other entities that control, are controlled by, or are under common
|
14506
|
+
control with that entity. For the purposes of this definition,
|
14507
|
+
"control" means (i) the power, direct or indirect, to cause the
|
14508
|
+
direction or management of such entity, whether by contract or
|
14509
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14510
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
14511
|
+
|
14512
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
14513
|
+
exercising permissions granted by this License.
|
14514
|
+
|
14515
|
+
"Source" form shall mean the preferred form for making modifications,
|
14516
|
+
including but not limited to software source code, documentation
|
14517
|
+
source, and configuration files.
|
14518
|
+
|
14519
|
+
"Object" form shall mean any form resulting from mechanical
|
14520
|
+
transformation or translation of a Source form, including but
|
14521
|
+
not limited to compiled object code, generated documentation,
|
14522
|
+
and conversions to other media types.
|
14523
|
+
|
14524
|
+
"Work" shall mean the work of authorship, whether in Source or
|
14525
|
+
Object form, made available under the License, as indicated by a
|
14526
|
+
copyright notice that is included in or attached to the work
|
14527
|
+
(an example is provided in the Appendix below).
|
14528
|
+
|
14529
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
14530
|
+
form, that is based on (or derived from) the Work and for which the
|
14531
|
+
editorial revisions, annotations, elaborations, or other modifications
|
14532
|
+
represent, as a whole, an original work of authorship. For the purposes
|
14533
|
+
of this License, Derivative Works shall not include works that remain
|
14534
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
14535
|
+
the Work and Derivative Works thereof.
|
14536
|
+
|
14537
|
+
"Contribution" shall mean any work of authorship, including
|
14538
|
+
the original version of the Work and any modifications or additions
|
14539
|
+
to that Work or Derivative Works thereof, that is intentionally
|
14540
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
14541
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
14542
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
14543
|
+
means any form of electronic, verbal, or written communication sent
|
14544
|
+
to the Licensor or its representatives, including but not limited to
|
14545
|
+
communication on electronic mailing lists, source code control systems,
|
14546
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
14547
|
+
Licensor for the purpose of discussing and improving the Work, but
|
14548
|
+
excluding communication that is conspicuously marked or otherwise
|
14549
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
14550
|
+
|
14551
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14552
|
+
on behalf of whom a Contribution has been received by Licensor and
|
14553
|
+
subsequently incorporated within the Work.
|
14554
|
+
|
14555
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
14556
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14557
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14558
|
+
copyright license to reproduce, prepare Derivative Works of,
|
14559
|
+
publicly display, publicly perform, sublicense, and distribute the
|
14560
|
+
Work and such Derivative Works in Source or Object form.
|
14561
|
+
|
14562
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
14563
|
+
this License, each Contributor hereby grants to You a perpetual,
|
14564
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
14565
|
+
(except as stated in this section) patent license to make, have made,
|
14566
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
14567
|
+
where such license applies only to those patent claims licensable
|
14568
|
+
by such Contributor that are necessarily infringed by their
|
14569
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
14570
|
+
with the Work to which such Contribution(s) was submitted. If You
|
14571
|
+
institute patent litigation against any entity (including a
|
14572
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
14573
|
+
or a Contribution incorporated within the Work constitutes direct
|
14574
|
+
or contributory patent infringement, then any patent licenses
|
14575
|
+
granted to You under this License for that Work shall terminate
|
14576
|
+
as of the date such litigation is filed.
|
14577
|
+
|
14578
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
14579
|
+
Work or Derivative Works thereof in any medium, with or without
|
14580
|
+
modifications, and in Source or Object form, provided that You
|
14581
|
+
meet the following conditions:
|
14582
|
+
|
14583
|
+
(a) You must give any other recipients of the Work or
|
14584
|
+
Derivative Works a copy of this License; and
|
14585
|
+
|
14586
|
+
(b) You must cause any modified files to carry prominent notices
|
14587
|
+
stating that You changed the files; and
|
14588
|
+
|
14589
|
+
(c) You must retain, in the Source form of any Derivative Works
|
14590
|
+
that You distribute, all copyright, patent, trademark, and
|
14591
|
+
attribution notices from the Source form of the Work,
|
14592
|
+
excluding those notices that do not pertain to any part of
|
14593
|
+
the Derivative Works; and
|
14594
|
+
|
14595
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
14596
|
+
distribution, then any Derivative Works that You distribute must
|
14597
|
+
include a readable copy of the attribution notices contained
|
14598
|
+
within such NOTICE file, excluding those notices that do not
|
14599
|
+
pertain to any part of the Derivative Works, in at least one
|
14600
|
+
of the following places: within a NOTICE text file distributed
|
14601
|
+
as part of the Derivative Works; within the Source form or
|
14602
|
+
documentation, if provided along with the Derivative Works; or,
|
14603
|
+
within a display generated by the Derivative Works, if and
|
14604
|
+
wherever such third-party notices normally appear. The contents
|
14605
|
+
of the NOTICE file are for informational purposes only and
|
14606
|
+
do not modify the License. You may add Your own attribution
|
14607
|
+
notices within Derivative Works that You distribute, alongside
|
14608
|
+
or as an addendum to the NOTICE text from the Work, provided
|
14609
|
+
that such additional attribution notices cannot be construed
|
14610
|
+
as modifying the License.
|
14611
|
+
|
14612
|
+
You may add Your own copyright statement to Your modifications and
|
14613
|
+
may provide additional or different license terms and conditions
|
14614
|
+
for use, reproduction, or distribution of Your modifications, or
|
14615
|
+
for any such Derivative Works as a whole, provided Your use,
|
14616
|
+
reproduction, and distribution of the Work otherwise complies with
|
14617
|
+
the conditions stated in this License.
|
14618
|
+
|
14619
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
14620
|
+
any Contribution intentionally submitted for inclusion in the Work
|
14621
|
+
by You to the Licensor shall be under the terms and conditions of
|
14622
|
+
this License, without any additional terms or conditions.
|
14623
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
14624
|
+
the terms of any separate license agreement you may have executed
|
14625
|
+
with Licensor regarding such Contributions.
|
14626
|
+
|
14627
|
+
6. Trademarks. This License does not grant permission to use the trade
|
14628
|
+
names, trademarks, service marks, or product names of the Licensor,
|
14629
|
+
except as required for reasonable and customary use in describing the
|
14630
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
14631
|
+
|
14632
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
14633
|
+
agreed to in writing, Licensor provides the Work (and each
|
14634
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
14635
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
14636
|
+
implied, including, without limitation, any warranties or conditions
|
14637
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
14638
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
14639
|
+
appropriateness of using or redistributing the Work and assume any
|
14640
|
+
risks associated with Your exercise of permissions under this License.
|
14641
|
+
|
14642
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
14643
|
+
whether in tort (including negligence), contract, or otherwise,
|
14644
|
+
unless required by applicable law (such as deliberate and grossly
|
14645
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
14646
|
+
liable to You for damages, including any direct, indirect, special,
|
14647
|
+
incidental, or consequential damages of any character arising as a
|
14648
|
+
result of this License or out of the use or inability to use the
|
14649
|
+
Work (including but not limited to damages for loss of goodwill,
|
14650
|
+
work stoppage, computer failure or malfunction, or any and all
|
14651
|
+
other commercial damages or losses), even if such Contributor
|
14652
|
+
has been advised of the possibility of such damages.
|
14653
|
+
|
14654
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
14655
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
14656
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
14657
|
+
or other liability obligations and/or rights consistent with this
|
14658
|
+
License. However, in accepting such obligations, You may act only
|
14659
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
14660
|
+
of any other Contributor, and only if You agree to indemnify,
|
14661
|
+
defend, and hold each Contributor harmless for any liability
|
14662
|
+
incurred by, or claims asserted against, such Contributor by reason
|
14663
|
+
of your accepting any such warranty or additional liability.
|
14664
|
+
|
14665
|
+
END OF TERMS AND CONDITIONS
|
14666
|
+
|
14667
|
+
APPENDIX: How to apply the Apache License to your work.
|
14668
|
+
|
14669
|
+
To apply the Apache License to your work, attach the following
|
14670
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
14671
|
+
replaced with your own identifying information. (Don't include
|
14672
|
+
the brackets!) The text should be enclosed in the appropriate
|
14673
|
+
comment syntax for the file format. We also recommend that a
|
14674
|
+
file or class name and description of purpose be included on the
|
14675
|
+
same "printed page" as the copyright notice for easier
|
14676
|
+
identification within third-party archives.
|
14677
|
+
|
14678
|
+
Copyright [yyyy] [name of copyright owner]
|
14679
|
+
|
14680
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
14681
|
+
you may not use this file except in compliance with the License.
|
14682
|
+
You may obtain a copy of the License at
|
14683
|
+
|
14684
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
14685
|
+
|
14686
|
+
Unless required by applicable law or agreed to in writing, software
|
14687
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
14688
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14689
|
+
See the License for the specific language governing permissions and
|
14690
|
+
limitations under the License.
|
14691
|
+
|
14360
14692
|
================================================================================
|
14361
14693
|
jobserver LICENSE-APACHE
|
14362
14694
|
================================================================================
|
@@ -25445,6 +25777,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
25445
25777
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25446
25778
|
DEALINGS IN THE SOFTWARE.
|
25447
25779
|
|
25780
|
+
================================================================================
|
25781
|
+
planus LICENSE-MIT
|
25782
|
+
================================================================================
|
25783
|
+
|
25784
|
+
MIT License
|
25785
|
+
|
25786
|
+
Copyright (c) 2021 The Planus Project Developers
|
25787
|
+
|
25788
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25789
|
+
of this software and associated documentation files (the "Software"), to deal
|
25790
|
+
in the Software without restriction, including without limitation the rights
|
25791
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25792
|
+
copies of the Software, and to permit persons to whom the Software is
|
25793
|
+
furnished to do so, subject to the following conditions:
|
25794
|
+
|
25795
|
+
The above copyright notice and this permission notice shall be included in all
|
25796
|
+
copies or substantial portions of the Software.
|
25797
|
+
|
25798
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25799
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25800
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25801
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25802
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25803
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25804
|
+
SOFTWARE.
|
25805
|
+
|
25806
|
+
|
25448
25807
|
================================================================================
|
25449
25808
|
planus LICENSE-APACHE
|
25450
25809
|
================================================================================
|
@@ -25628,12 +25987,10 @@ END OF TERMS AND CONDITIONS
|
|
25628
25987
|
|
25629
25988
|
|
25630
25989
|
================================================================================
|
25631
|
-
|
25990
|
+
polars LICENSE
|
25632
25991
|
================================================================================
|
25633
25992
|
|
25634
|
-
|
25635
|
-
|
25636
|
-
Copyright (c) 2021 The Planus Project Developers
|
25993
|
+
Copyright (c) 2020 Ritchie Vink
|
25637
25994
|
|
25638
25995
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25639
25996
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -25653,9 +26010,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25653
26010
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25654
26011
|
SOFTWARE.
|
25655
26012
|
|
25656
|
-
|
25657
26013
|
================================================================================
|
25658
|
-
polars LICENSE
|
26014
|
+
polars-arrow LICENSE
|
25659
26015
|
================================================================================
|
25660
26016
|
|
25661
26017
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25679,7 +26035,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25679
26035
|
SOFTWARE.
|
25680
26036
|
|
25681
26037
|
================================================================================
|
25682
|
-
polars-
|
26038
|
+
polars-core LICENSE
|
25683
26039
|
================================================================================
|
25684
26040
|
|
25685
26041
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25703,7 +26059,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25703
26059
|
SOFTWARE.
|
25704
26060
|
|
25705
26061
|
================================================================================
|
25706
|
-
polars-
|
26062
|
+
polars-error LICENSE
|
25707
26063
|
================================================================================
|
25708
26064
|
|
25709
26065
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25727,7 +26083,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25727
26083
|
SOFTWARE.
|
25728
26084
|
|
25729
26085
|
================================================================================
|
25730
|
-
polars-
|
26086
|
+
polars-io LICENSE
|
25731
26087
|
================================================================================
|
25732
26088
|
|
25733
26089
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25751,7 +26107,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25751
26107
|
SOFTWARE.
|
25752
26108
|
|
25753
26109
|
================================================================================
|
25754
|
-
polars-
|
26110
|
+
polars-lazy LICENSE
|
25755
26111
|
================================================================================
|
25756
26112
|
|
25757
26113
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25775,7 +26131,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25775
26131
|
SOFTWARE.
|
25776
26132
|
|
25777
26133
|
================================================================================
|
25778
|
-
polars-
|
26134
|
+
polars-ops LICENSE
|
25779
26135
|
================================================================================
|
25780
26136
|
|
25781
26137
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25799,7 +26155,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25799
26155
|
SOFTWARE.
|
25800
26156
|
|
25801
26157
|
================================================================================
|
25802
|
-
polars-
|
26158
|
+
polars-pipe LICENSE
|
25803
26159
|
================================================================================
|
25804
26160
|
|
25805
26161
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25823,7 +26179,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25823
26179
|
SOFTWARE.
|
25824
26180
|
|
25825
26181
|
================================================================================
|
25826
|
-
polars-
|
26182
|
+
polars-plan LICENSE
|
25827
26183
|
================================================================================
|
25828
26184
|
|
25829
26185
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25847,7 +26203,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25847
26203
|
SOFTWARE.
|
25848
26204
|
|
25849
26205
|
================================================================================
|
25850
|
-
polars-
|
26206
|
+
polars-row LICENSE
|
25851
26207
|
================================================================================
|
25852
26208
|
|
25853
26209
|
Copyright (c) 2020 Ritchie Vink
|
@@ -25871,7 +26227,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25871
26227
|
SOFTWARE.
|
25872
26228
|
|
25873
26229
|
================================================================================
|
25874
|
-
polars-
|
26230
|
+
polars-sql LICENSE
|
25875
26231
|
================================================================================
|
25876
26232
|
|
25877
26233
|
Copyright (c) 2020 Ritchie Vink
|
@@ -28862,31 +29218,329 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28862
29218
|
DEALINGS IN THE SOFTWARE.
|
28863
29219
|
|
28864
29220
|
================================================================================
|
28865
|
-
regex src/testdata/LICENSE
|
29221
|
+
regex src/testdata/LICENSE
|
29222
|
+
================================================================================
|
29223
|
+
|
29224
|
+
The following license covers testregex.c and all associated test data.
|
29225
|
+
|
29226
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
29227
|
+
copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software
|
29228
|
+
without restriction, including without limitation the rights to use,
|
29229
|
+
copy, modify, merge, publish, distribute, and/or sell copies of the
|
29230
|
+
Software, and to permit persons to whom the Software is furnished to do
|
29231
|
+
so, subject to the following disclaimer:
|
29232
|
+
|
29233
|
+
THIS SOFTWARE IS PROVIDED BY AT&T ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
29234
|
+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
29235
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
29236
|
+
IN NO EVENT SHALL AT&T BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
29237
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
29238
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
29239
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
29240
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
29241
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
29242
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
29243
|
+
|
29244
|
+
================================================================================
|
29245
|
+
regex-syntax v0.6.29 LICENSE-APACHE
|
29246
|
+
================================================================================
|
29247
|
+
|
29248
|
+
Apache License
|
29249
|
+
Version 2.0, January 2004
|
29250
|
+
http://www.apache.org/licenses/
|
29251
|
+
|
29252
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29253
|
+
|
29254
|
+
1. Definitions.
|
29255
|
+
|
29256
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
29257
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29258
|
+
|
29259
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
29260
|
+
the copyright owner that is granting the License.
|
29261
|
+
|
29262
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
29263
|
+
other entities that control, are controlled by, or are under common
|
29264
|
+
control with that entity. For the purposes of this definition,
|
29265
|
+
"control" means (i) the power, direct or indirect, to cause the
|
29266
|
+
direction or management of such entity, whether by contract or
|
29267
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29268
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29269
|
+
|
29270
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
29271
|
+
exercising permissions granted by this License.
|
29272
|
+
|
29273
|
+
"Source" form shall mean the preferred form for making modifications,
|
29274
|
+
including but not limited to software source code, documentation
|
29275
|
+
source, and configuration files.
|
29276
|
+
|
29277
|
+
"Object" form shall mean any form resulting from mechanical
|
29278
|
+
transformation or translation of a Source form, including but
|
29279
|
+
not limited to compiled object code, generated documentation,
|
29280
|
+
and conversions to other media types.
|
29281
|
+
|
29282
|
+
"Work" shall mean the work of authorship, whether in Source or
|
29283
|
+
Object form, made available under the License, as indicated by a
|
29284
|
+
copyright notice that is included in or attached to the work
|
29285
|
+
(an example is provided in the Appendix below).
|
29286
|
+
|
29287
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
29288
|
+
form, that is based on (or derived from) the Work and for which the
|
29289
|
+
editorial revisions, annotations, elaborations, or other modifications
|
29290
|
+
represent, as a whole, an original work of authorship. For the purposes
|
29291
|
+
of this License, Derivative Works shall not include works that remain
|
29292
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
29293
|
+
the Work and Derivative Works thereof.
|
29294
|
+
|
29295
|
+
"Contribution" shall mean any work of authorship, including
|
29296
|
+
the original version of the Work and any modifications or additions
|
29297
|
+
to that Work or Derivative Works thereof, that is intentionally
|
29298
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
29299
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
29300
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
29301
|
+
means any form of electronic, verbal, or written communication sent
|
29302
|
+
to the Licensor or its representatives, including but not limited to
|
29303
|
+
communication on electronic mailing lists, source code control systems,
|
29304
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
29305
|
+
Licensor for the purpose of discussing and improving the Work, but
|
29306
|
+
excluding communication that is conspicuously marked or otherwise
|
29307
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
29308
|
+
|
29309
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29310
|
+
on behalf of whom a Contribution has been received by Licensor and
|
29311
|
+
subsequently incorporated within the Work.
|
29312
|
+
|
29313
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
29314
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29315
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29316
|
+
copyright license to reproduce, prepare Derivative Works of,
|
29317
|
+
publicly display, publicly perform, sublicense, and distribute the
|
29318
|
+
Work and such Derivative Works in Source or Object form.
|
29319
|
+
|
29320
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
29321
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29322
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29323
|
+
(except as stated in this section) patent license to make, have made,
|
29324
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29325
|
+
where such license applies only to those patent claims licensable
|
29326
|
+
by such Contributor that are necessarily infringed by their
|
29327
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
29328
|
+
with the Work to which such Contribution(s) was submitted. If You
|
29329
|
+
institute patent litigation against any entity (including a
|
29330
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29331
|
+
or a Contribution incorporated within the Work constitutes direct
|
29332
|
+
or contributory patent infringement, then any patent licenses
|
29333
|
+
granted to You under this License for that Work shall terminate
|
29334
|
+
as of the date such litigation is filed.
|
29335
|
+
|
29336
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
29337
|
+
Work or Derivative Works thereof in any medium, with or without
|
29338
|
+
modifications, and in Source or Object form, provided that You
|
29339
|
+
meet the following conditions:
|
29340
|
+
|
29341
|
+
(a) You must give any other recipients of the Work or
|
29342
|
+
Derivative Works a copy of this License; and
|
29343
|
+
|
29344
|
+
(b) You must cause any modified files to carry prominent notices
|
29345
|
+
stating that You changed the files; and
|
29346
|
+
|
29347
|
+
(c) You must retain, in the Source form of any Derivative Works
|
29348
|
+
that You distribute, all copyright, patent, trademark, and
|
29349
|
+
attribution notices from the Source form of the Work,
|
29350
|
+
excluding those notices that do not pertain to any part of
|
29351
|
+
the Derivative Works; and
|
29352
|
+
|
29353
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
29354
|
+
distribution, then any Derivative Works that You distribute must
|
29355
|
+
include a readable copy of the attribution notices contained
|
29356
|
+
within such NOTICE file, excluding those notices that do not
|
29357
|
+
pertain to any part of the Derivative Works, in at least one
|
29358
|
+
of the following places: within a NOTICE text file distributed
|
29359
|
+
as part of the Derivative Works; within the Source form or
|
29360
|
+
documentation, if provided along with the Derivative Works; or,
|
29361
|
+
within a display generated by the Derivative Works, if and
|
29362
|
+
wherever such third-party notices normally appear. The contents
|
29363
|
+
of the NOTICE file are for informational purposes only and
|
29364
|
+
do not modify the License. You may add Your own attribution
|
29365
|
+
notices within Derivative Works that You distribute, alongside
|
29366
|
+
or as an addendum to the NOTICE text from the Work, provided
|
29367
|
+
that such additional attribution notices cannot be construed
|
29368
|
+
as modifying the License.
|
29369
|
+
|
29370
|
+
You may add Your own copyright statement to Your modifications and
|
29371
|
+
may provide additional or different license terms and conditions
|
29372
|
+
for use, reproduction, or distribution of Your modifications, or
|
29373
|
+
for any such Derivative Works as a whole, provided Your use,
|
29374
|
+
reproduction, and distribution of the Work otherwise complies with
|
29375
|
+
the conditions stated in this License.
|
29376
|
+
|
29377
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29378
|
+
any Contribution intentionally submitted for inclusion in the Work
|
29379
|
+
by You to the Licensor shall be under the terms and conditions of
|
29380
|
+
this License, without any additional terms or conditions.
|
29381
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
29382
|
+
the terms of any separate license agreement you may have executed
|
29383
|
+
with Licensor regarding such Contributions.
|
29384
|
+
|
29385
|
+
6. Trademarks. This License does not grant permission to use the trade
|
29386
|
+
names, trademarks, service marks, or product names of the Licensor,
|
29387
|
+
except as required for reasonable and customary use in describing the
|
29388
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
29389
|
+
|
29390
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
29391
|
+
agreed to in writing, Licensor provides the Work (and each
|
29392
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29393
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29394
|
+
implied, including, without limitation, any warranties or conditions
|
29395
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29396
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29397
|
+
appropriateness of using or redistributing the Work and assume any
|
29398
|
+
risks associated with Your exercise of permissions under this License.
|
29399
|
+
|
29400
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
29401
|
+
whether in tort (including negligence), contract, or otherwise,
|
29402
|
+
unless required by applicable law (such as deliberate and grossly
|
29403
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
29404
|
+
liable to You for damages, including any direct, indirect, special,
|
29405
|
+
incidental, or consequential damages of any character arising as a
|
29406
|
+
result of this License or out of the use or inability to use the
|
29407
|
+
Work (including but not limited to damages for loss of goodwill,
|
29408
|
+
work stoppage, computer failure or malfunction, or any and all
|
29409
|
+
other commercial damages or losses), even if such Contributor
|
29410
|
+
has been advised of the possibility of such damages.
|
29411
|
+
|
29412
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
29413
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
29414
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
29415
|
+
or other liability obligations and/or rights consistent with this
|
29416
|
+
License. However, in accepting such obligations, You may act only
|
29417
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
29418
|
+
of any other Contributor, and only if You agree to indemnify,
|
29419
|
+
defend, and hold each Contributor harmless for any liability
|
29420
|
+
incurred by, or claims asserted against, such Contributor by reason
|
29421
|
+
of your accepting any such warranty or additional liability.
|
29422
|
+
|
29423
|
+
END OF TERMS AND CONDITIONS
|
29424
|
+
|
29425
|
+
APPENDIX: How to apply the Apache License to your work.
|
29426
|
+
|
29427
|
+
To apply the Apache License to your work, attach the following
|
29428
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29429
|
+
replaced with your own identifying information. (Don't include
|
29430
|
+
the brackets!) The text should be enclosed in the appropriate
|
29431
|
+
comment syntax for the file format. We also recommend that a
|
29432
|
+
file or class name and description of purpose be included on the
|
29433
|
+
same "printed page" as the copyright notice for easier
|
29434
|
+
identification within third-party archives.
|
29435
|
+
|
29436
|
+
Copyright [yyyy] [name of copyright owner]
|
29437
|
+
|
29438
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29439
|
+
you may not use this file except in compliance with the License.
|
29440
|
+
You may obtain a copy of the License at
|
29441
|
+
|
29442
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29443
|
+
|
29444
|
+
Unless required by applicable law or agreed to in writing, software
|
29445
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29446
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29447
|
+
See the License for the specific language governing permissions and
|
29448
|
+
limitations under the License.
|
29449
|
+
|
29450
|
+
================================================================================
|
29451
|
+
regex-syntax v0.6.29 LICENSE-MIT
|
29452
|
+
================================================================================
|
29453
|
+
|
29454
|
+
Copyright (c) 2014 The Rust Project Developers
|
29455
|
+
|
29456
|
+
Permission is hereby granted, free of charge, to any
|
29457
|
+
person obtaining a copy of this software and associated
|
29458
|
+
documentation files (the "Software"), to deal in the
|
29459
|
+
Software without restriction, including without
|
29460
|
+
limitation the rights to use, copy, modify, merge,
|
29461
|
+
publish, distribute, sublicense, and/or sell copies of
|
29462
|
+
the Software, and to permit persons to whom the Software
|
29463
|
+
is furnished to do so, subject to the following
|
29464
|
+
conditions:
|
29465
|
+
|
29466
|
+
The above copyright notice and this permission notice
|
29467
|
+
shall be included in all copies or substantial portions
|
29468
|
+
of the Software.
|
29469
|
+
|
29470
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29471
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29472
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29473
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29474
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29475
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29476
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29477
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29478
|
+
DEALINGS IN THE SOFTWARE.
|
29479
|
+
|
29480
|
+
================================================================================
|
29481
|
+
regex-syntax v0.6.29 src/unicode_tables/LICENSE-UNICODE
|
28866
29482
|
================================================================================
|
28867
29483
|
|
28868
|
-
|
29484
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
28869
29485
|
|
28870
|
-
|
28871
|
-
|
29486
|
+
Unicode Data Files include all data files under the directories
|
29487
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29488
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29489
|
+
http://www.unicode.org/utility/trac/browser/.
|
29490
|
+
|
29491
|
+
Unicode Data Files do not include PDF online code charts under the
|
29492
|
+
directory http://www.unicode.org/Public/.
|
29493
|
+
|
29494
|
+
Software includes any source code published in the Unicode Standard
|
29495
|
+
or under the directories
|
29496
|
+
http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
29497
|
+
http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
|
29498
|
+
http://www.unicode.org/utility/trac/browser/.
|
29499
|
+
|
29500
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
29501
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
29502
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
29503
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
29504
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
29505
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
29506
|
+
THE DATA FILES OR SOFTWARE.
|
29507
|
+
|
29508
|
+
COPYRIGHT AND PERMISSION NOTICE
|
29509
|
+
|
29510
|
+
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
|
29511
|
+
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
29512
|
+
|
29513
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
29514
|
+
a copy of the Unicode data files and any associated documentation
|
29515
|
+
(the "Data Files") or Unicode software and any associated documentation
|
29516
|
+
(the "Software") to deal in the Data Files or Software
|
28872
29517
|
without restriction, including without limitation the rights to use,
|
28873
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
28874
|
-
Software, and to permit persons to whom the
|
28875
|
-
|
29518
|
+
copy, modify, merge, publish, distribute, and/or sell copies of
|
29519
|
+
the Data Files or Software, and to permit persons to whom the Data Files
|
29520
|
+
or Software are furnished to do so, provided that either
|
29521
|
+
(a) this copyright and permission notice appear with all copies
|
29522
|
+
of the Data Files or Software, or
|
29523
|
+
(b) this copyright and permission notice appear in associated
|
29524
|
+
Documentation.
|
28876
29525
|
|
28877
|
-
|
28878
|
-
|
28879
|
-
MERCHANTABILITY
|
28880
|
-
|
28881
|
-
|
28882
|
-
|
28883
|
-
|
28884
|
-
|
28885
|
-
|
28886
|
-
|
29526
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29527
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
29528
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
29529
|
+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
29530
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
29531
|
+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
29532
|
+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
29533
|
+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
29534
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
29535
|
+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
29536
|
+
|
29537
|
+
Except as contained in this notice, the name of a copyright holder
|
29538
|
+
shall not be used in advertising or otherwise to promote the sale,
|
29539
|
+
use or other dealings in these Data Files or Software without prior
|
29540
|
+
written authorization of the copyright holder.
|
28887
29541
|
|
28888
29542
|
================================================================================
|
28889
|
-
regex-syntax LICENSE-APACHE
|
29543
|
+
regex-syntax v0.7.1 LICENSE-APACHE
|
28890
29544
|
================================================================================
|
28891
29545
|
|
28892
29546
|
Apache License
|
@@ -29092,7 +29746,7 @@ See the License for the specific language governing permissions and
|
|
29092
29746
|
limitations under the License.
|
29093
29747
|
|
29094
29748
|
================================================================================
|
29095
|
-
regex-syntax LICENSE-MIT
|
29749
|
+
regex-syntax v0.7.1 LICENSE-MIT
|
29096
29750
|
================================================================================
|
29097
29751
|
|
29098
29752
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -29122,7 +29776,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29122
29776
|
DEALINGS IN THE SOFTWARE.
|
29123
29777
|
|
29124
29778
|
================================================================================
|
29125
|
-
regex-syntax src/unicode_tables/LICENSE-UNICODE
|
29779
|
+
regex-syntax v0.7.1 src/unicode_tables/LICENSE-UNICODE
|
29126
29780
|
================================================================================
|
29127
29781
|
|
29128
29782
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
@@ -33727,6 +34381,212 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
33727
34381
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
33728
34382
|
DEALINGS IN THE SOFTWARE.
|
33729
34383
|
|
34384
|
+
================================================================================
|
34385
|
+
sqlparser LICENSE.TXT
|
34386
|
+
================================================================================
|
34387
|
+
|
34388
|
+
Apache License
|
34389
|
+
Version 2.0, January 2004
|
34390
|
+
http://www.apache.org/licenses/
|
34391
|
+
|
34392
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
34393
|
+
|
34394
|
+
1. Definitions.
|
34395
|
+
|
34396
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
34397
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
34398
|
+
|
34399
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
34400
|
+
the copyright owner that is granting the License.
|
34401
|
+
|
34402
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
34403
|
+
other entities that control, are controlled by, or are under common
|
34404
|
+
control with that entity. For the purposes of this definition,
|
34405
|
+
"control" means (i) the power, direct or indirect, to cause the
|
34406
|
+
direction or management of such entity, whether by contract or
|
34407
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
34408
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
34409
|
+
|
34410
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
34411
|
+
exercising permissions granted by this License.
|
34412
|
+
|
34413
|
+
"Source" form shall mean the preferred form for making modifications,
|
34414
|
+
including but not limited to software source code, documentation
|
34415
|
+
source, and configuration files.
|
34416
|
+
|
34417
|
+
"Object" form shall mean any form resulting from mechanical
|
34418
|
+
transformation or translation of a Source form, including but
|
34419
|
+
not limited to compiled object code, generated documentation,
|
34420
|
+
and conversions to other media types.
|
34421
|
+
|
34422
|
+
"Work" shall mean the work of authorship, whether in Source or
|
34423
|
+
Object form, made available under the License, as indicated by a
|
34424
|
+
copyright notice that is included in or attached to the work
|
34425
|
+
(an example is provided in the Appendix below).
|
34426
|
+
|
34427
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
34428
|
+
form, that is based on (or derived from) the Work and for which the
|
34429
|
+
editorial revisions, annotations, elaborations, or other modifications
|
34430
|
+
represent, as a whole, an original work of authorship. For the purposes
|
34431
|
+
of this License, Derivative Works shall not include works that remain
|
34432
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
34433
|
+
the Work and Derivative Works thereof.
|
34434
|
+
|
34435
|
+
"Contribution" shall mean any work of authorship, including
|
34436
|
+
the original version of the Work and any modifications or additions
|
34437
|
+
to that Work or Derivative Works thereof, that is intentionally
|
34438
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
34439
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
34440
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
34441
|
+
means any form of electronic, verbal, or written communication sent
|
34442
|
+
to the Licensor or its representatives, including but not limited to
|
34443
|
+
communication on electronic mailing lists, source code control systems,
|
34444
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
34445
|
+
Licensor for the purpose of discussing and improving the Work, but
|
34446
|
+
excluding communication that is conspicuously marked or otherwise
|
34447
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
34448
|
+
|
34449
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
34450
|
+
on behalf of whom a Contribution has been received by Licensor and
|
34451
|
+
subsequently incorporated within the Work.
|
34452
|
+
|
34453
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
34454
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34455
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34456
|
+
copyright license to reproduce, prepare Derivative Works of,
|
34457
|
+
publicly display, publicly perform, sublicense, and distribute the
|
34458
|
+
Work and such Derivative Works in Source or Object form.
|
34459
|
+
|
34460
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
34461
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34462
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34463
|
+
(except as stated in this section) patent license to make, have made,
|
34464
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
34465
|
+
where such license applies only to those patent claims licensable
|
34466
|
+
by such Contributor that are necessarily infringed by their
|
34467
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
34468
|
+
with the Work to which such Contribution(s) was submitted. If You
|
34469
|
+
institute patent litigation against any entity (including a
|
34470
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
34471
|
+
or a Contribution incorporated within the Work constitutes direct
|
34472
|
+
or contributory patent infringement, then any patent licenses
|
34473
|
+
granted to You under this License for that Work shall terminate
|
34474
|
+
as of the date such litigation is filed.
|
34475
|
+
|
34476
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
34477
|
+
Work or Derivative Works thereof in any medium, with or without
|
34478
|
+
modifications, and in Source or Object form, provided that You
|
34479
|
+
meet the following conditions:
|
34480
|
+
|
34481
|
+
(a) You must give any other recipients of the Work or
|
34482
|
+
Derivative Works a copy of this License; and
|
34483
|
+
|
34484
|
+
(b) You must cause any modified files to carry prominent notices
|
34485
|
+
stating that You changed the files; and
|
34486
|
+
|
34487
|
+
(c) You must retain, in the Source form of any Derivative Works
|
34488
|
+
that You distribute, all copyright, patent, trademark, and
|
34489
|
+
attribution notices from the Source form of the Work,
|
34490
|
+
excluding those notices that do not pertain to any part of
|
34491
|
+
the Derivative Works; and
|
34492
|
+
|
34493
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
34494
|
+
distribution, then any Derivative Works that You distribute must
|
34495
|
+
include a readable copy of the attribution notices contained
|
34496
|
+
within such NOTICE file, excluding those notices that do not
|
34497
|
+
pertain to any part of the Derivative Works, in at least one
|
34498
|
+
of the following places: within a NOTICE text file distributed
|
34499
|
+
as part of the Derivative Works; within the Source form or
|
34500
|
+
documentation, if provided along with the Derivative Works; or,
|
34501
|
+
within a display generated by the Derivative Works, if and
|
34502
|
+
wherever such third-party notices normally appear. The contents
|
34503
|
+
of the NOTICE file are for informational purposes only and
|
34504
|
+
do not modify the License. You may add Your own attribution
|
34505
|
+
notices within Derivative Works that You distribute, alongside
|
34506
|
+
or as an addendum to the NOTICE text from the Work, provided
|
34507
|
+
that such additional attribution notices cannot be construed
|
34508
|
+
as modifying the License.
|
34509
|
+
|
34510
|
+
You may add Your own copyright statement to Your modifications and
|
34511
|
+
may provide additional or different license terms and conditions
|
34512
|
+
for use, reproduction, or distribution of Your modifications, or
|
34513
|
+
for any such Derivative Works as a whole, provided Your use,
|
34514
|
+
reproduction, and distribution of the Work otherwise complies with
|
34515
|
+
the conditions stated in this License.
|
34516
|
+
|
34517
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
34518
|
+
any Contribution intentionally submitted for inclusion in the Work
|
34519
|
+
by You to the Licensor shall be under the terms and conditions of
|
34520
|
+
this License, without any additional terms or conditions.
|
34521
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
34522
|
+
the terms of any separate license agreement you may have executed
|
34523
|
+
with Licensor regarding such Contributions.
|
34524
|
+
|
34525
|
+
6. Trademarks. This License does not grant permission to use the trade
|
34526
|
+
names, trademarks, service marks, or product names of the Licensor,
|
34527
|
+
except as required for reasonable and customary use in describing the
|
34528
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
34529
|
+
|
34530
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
34531
|
+
agreed to in writing, Licensor provides the Work (and each
|
34532
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
34533
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
34534
|
+
implied, including, without limitation, any warranties or conditions
|
34535
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
34536
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
34537
|
+
appropriateness of using or redistributing the Work and assume any
|
34538
|
+
risks associated with Your exercise of permissions under this License.
|
34539
|
+
|
34540
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
34541
|
+
whether in tort (including negligence), contract, or otherwise,
|
34542
|
+
unless required by applicable law (such as deliberate and grossly
|
34543
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
34544
|
+
liable to You for damages, including any direct, indirect, special,
|
34545
|
+
incidental, or consequential damages of any character arising as a
|
34546
|
+
result of this License or out of the use or inability to use the
|
34547
|
+
Work (including but not limited to damages for loss of goodwill,
|
34548
|
+
work stoppage, computer failure or malfunction, or any and all
|
34549
|
+
other commercial damages or losses), even if such Contributor
|
34550
|
+
has been advised of the possibility of such damages.
|
34551
|
+
|
34552
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
34553
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
34554
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
34555
|
+
or other liability obligations and/or rights consistent with this
|
34556
|
+
License. However, in accepting such obligations, You may act only
|
34557
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
34558
|
+
of any other Contributor, and only if You agree to indemnify,
|
34559
|
+
defend, and hold each Contributor harmless for any liability
|
34560
|
+
incurred by, or claims asserted against, such Contributor by reason
|
34561
|
+
of your accepting any such warranty or additional liability.
|
34562
|
+
|
34563
|
+
END OF TERMS AND CONDITIONS
|
34564
|
+
|
34565
|
+
APPENDIX: How to apply the Apache License to your work.
|
34566
|
+
|
34567
|
+
To apply the Apache License to your work, attach the following
|
34568
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
34569
|
+
replaced with your own identifying information. (Don't include
|
34570
|
+
the brackets!) The text should be enclosed in the appropriate
|
34571
|
+
comment syntax for the file format. We also recommend that a
|
34572
|
+
file or class name and description of purpose be included on the
|
34573
|
+
same "printed page" as the copyright notice for easier
|
34574
|
+
identification within third-party archives.
|
34575
|
+
|
34576
|
+
Copyright [yyyy] [name of copyright owner]
|
34577
|
+
|
34578
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
34579
|
+
you may not use this file except in compliance with the License.
|
34580
|
+
You may obtain a copy of the License at
|
34581
|
+
|
34582
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
34583
|
+
|
34584
|
+
Unless required by applicable law or agreed to in writing, software
|
34585
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
34586
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34587
|
+
See the License for the specific language governing permissions and
|
34588
|
+
limitations under the License.
|
34589
|
+
|
33730
34590
|
================================================================================
|
33731
34591
|
static_assertions LICENSE-APACHE
|
33732
34592
|
================================================================================
|
@@ -34932,7 +35792,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34932
35792
|
DEALINGS IN THE SOFTWARE.
|
34933
35793
|
|
34934
35794
|
================================================================================
|
34935
|
-
syn v2.0.
|
35795
|
+
syn v2.0.15 LICENSE-APACHE
|
34936
35796
|
================================================================================
|
34937
35797
|
|
34938
35798
|
Apache License
|
@@ -35113,7 +35973,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35113
35973
|
END OF TERMS AND CONDITIONS
|
35114
35974
|
|
35115
35975
|
================================================================================
|
35116
|
-
syn v2.0.
|
35976
|
+
syn v2.0.15 LICENSE-MIT
|
35117
35977
|
================================================================================
|
35118
35978
|
|
35119
35979
|
Permission is hereby granted, free of charge, to any
|
@@ -37058,20 +37918,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
37058
37918
|
DEALINGS IN THE SOFTWARE.
|
37059
37919
|
|
37060
37920
|
================================================================================
|
37061
|
-
zstd
|
37062
|
-
================================================================================
|
37063
|
-
|
37064
|
-
The MIT License (MIT)
|
37065
|
-
Copyright (c) 2016 Alexandre Bury
|
37066
|
-
|
37067
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
37068
|
-
|
37069
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
37070
|
-
|
37071
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
37072
|
-
|
37073
|
-
================================================================================
|
37074
|
-
zstd v0.12.3+zstd.1.5.2 LICENSE
|
37921
|
+
zstd LICENSE
|
37075
37922
|
================================================================================
|
37076
37923
|
|
37077
37924
|
The MIT License (MIT)
|
@@ -37084,13 +37931,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
37084
37931
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
37085
37932
|
|
37086
37933
|
================================================================================
|
37087
|
-
zstd-safe
|
37088
|
-
================================================================================
|
37089
|
-
|
37090
|
-
MIT or Apache-2.0
|
37091
|
-
|
37092
|
-
================================================================================
|
37093
|
-
zstd-safe v6.0.4+zstd.1.5.4 LICENSE
|
37934
|
+
zstd-safe LICENSE
|
37094
37935
|
================================================================================
|
37095
37936
|
|
37096
37937
|
MIT or Apache-2.0
|