polars-df 0.7.0-x86_64-linux → 0.9.0-x86_64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +41 -0
- data/Cargo.lock +353 -237
- data/Cargo.toml +0 -3
- data/LICENSE-THIRD-PARTY.txt +1978 -1459
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/{3.0 → 3.3}/polars.so +0 -0
- data/lib/polars/array_expr.rb +449 -0
- data/lib/polars/array_name_space.rb +346 -0
- data/lib/polars/cat_expr.rb +24 -0
- data/lib/polars/cat_name_space.rb +75 -0
- data/lib/polars/config.rb +2 -2
- data/lib/polars/data_frame.rb +248 -108
- data/lib/polars/data_types.rb +195 -29
- data/lib/polars/date_time_expr.rb +41 -24
- data/lib/polars/date_time_name_space.rb +12 -12
- data/lib/polars/exceptions.rb +12 -1
- data/lib/polars/expr.rb +1080 -195
- data/lib/polars/functions/aggregation/horizontal.rb +246 -0
- data/lib/polars/functions/aggregation/vertical.rb +282 -0
- data/lib/polars/functions/as_datatype.rb +248 -0
- data/lib/polars/functions/col.rb +47 -0
- data/lib/polars/functions/eager.rb +182 -0
- data/lib/polars/functions/lazy.rb +1280 -0
- data/lib/polars/functions/len.rb +49 -0
- data/lib/polars/functions/lit.rb +35 -0
- data/lib/polars/functions/random.rb +16 -0
- data/lib/polars/functions/range/date_range.rb +103 -0
- data/lib/polars/functions/range/int_range.rb +51 -0
- data/lib/polars/functions/repeat.rb +144 -0
- data/lib/polars/functions/whenthen.rb +27 -0
- data/lib/polars/functions.rb +29 -416
- data/lib/polars/group_by.rb +3 -3
- data/lib/polars/io.rb +21 -28
- data/lib/polars/lazy_frame.rb +390 -76
- data/lib/polars/list_expr.rb +152 -6
- data/lib/polars/list_name_space.rb +102 -0
- data/lib/polars/meta_expr.rb +175 -7
- data/lib/polars/series.rb +557 -59
- data/lib/polars/sql_context.rb +1 -1
- data/lib/polars/string_cache.rb +75 -0
- data/lib/polars/string_expr.rb +412 -96
- data/lib/polars/string_name_space.rb +4 -4
- data/lib/polars/struct_expr.rb +1 -1
- data/lib/polars/struct_name_space.rb +1 -1
- data/lib/polars/testing.rb +507 -0
- data/lib/polars/utils.rb +64 -20
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +15 -2
- metadata +36 -7
- data/lib/polars/lazy_functions.rb +0 -1197
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -10,7 +10,7 @@ adler32 v1.2.0
|
|
10
10
|
https://github.com/remram44/adler32-rs
|
11
11
|
Zlib
|
12
12
|
|
13
|
-
ahash v0.8.
|
13
|
+
ahash v0.8.7
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
@@ -38,10 +38,6 @@ array-init-cursor v0.2.0
|
|
38
38
|
https://github.com/planus-org/planus
|
39
39
|
MIT/Apache-2.0
|
40
40
|
|
41
|
-
arrow-format v0.8.1
|
42
|
-
https://github.com/DataEngineeringLabs/arrow-format
|
43
|
-
Apache-2.0
|
44
|
-
|
45
41
|
async-stream v0.3.5
|
46
42
|
https://github.com/tokio-rs/async-stream
|
47
43
|
MIT
|
@@ -50,7 +46,7 @@ async-stream-impl v0.3.5
|
|
50
46
|
https://github.com/tokio-rs/async-stream
|
51
47
|
MIT
|
52
48
|
|
53
|
-
async-trait v0.1.
|
49
|
+
async-trait v0.1.77
|
54
50
|
https://github.com/dtolnay/async-trait
|
55
51
|
MIT OR Apache-2.0
|
56
52
|
|
@@ -58,7 +54,7 @@ atoi v2.0.0
|
|
58
54
|
https://github.com/pacman82/atoi-rs
|
59
55
|
MIT
|
60
56
|
|
61
|
-
atoi_simd v0.15.
|
57
|
+
atoi_simd v0.15.6
|
62
58
|
https://github.com/RoDmitry/atoi_simd
|
63
59
|
MIT OR Apache-2.0
|
64
60
|
|
@@ -118,14 +114,14 @@ chrono v0.4.31
|
|
118
114
|
https://github.com/chronotope/chrono
|
119
115
|
MIT OR Apache-2.0
|
120
116
|
|
121
|
-
chrono-tz v0.8.
|
117
|
+
chrono-tz v0.8.5
|
122
118
|
https://github.com/chronotope/chrono-tz
|
123
119
|
MIT OR Apache-2.0
|
124
120
|
|
125
121
|
chrono-tz-build v0.2.1
|
126
122
|
MIT OR Apache-2.0
|
127
123
|
|
128
|
-
clang-sys v1.
|
124
|
+
clang-sys v1.7.0
|
129
125
|
https://github.com/KyleMayes/clang-sys
|
130
126
|
Apache-2.0
|
131
127
|
|
@@ -145,23 +141,23 @@ crc32fast v1.3.2
|
|
145
141
|
https://github.com/srijs/rust-crc32fast
|
146
142
|
MIT OR Apache-2.0
|
147
143
|
|
148
|
-
crossbeam-channel v0.5.
|
144
|
+
crossbeam-channel v0.5.10
|
149
145
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
|
150
146
|
MIT OR Apache-2.0
|
151
147
|
|
152
|
-
crossbeam-deque v0.8.
|
148
|
+
crossbeam-deque v0.8.4
|
153
149
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
154
150
|
MIT OR Apache-2.0
|
155
151
|
|
156
|
-
crossbeam-epoch v0.9.
|
152
|
+
crossbeam-epoch v0.9.17
|
157
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
158
154
|
MIT OR Apache-2.0
|
159
155
|
|
160
|
-
crossbeam-queue v0.3.
|
156
|
+
crossbeam-queue v0.3.10
|
161
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
162
158
|
MIT OR Apache-2.0
|
163
159
|
|
164
|
-
crossbeam-utils v0.8.
|
160
|
+
crossbeam-utils v0.8.18
|
165
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
166
162
|
MIT OR Apache-2.0
|
167
163
|
|
@@ -209,39 +205,39 @@ foreign_vec v0.1.0
|
|
209
205
|
https://github.com/DataEngineeringLabs/foreign_vec
|
210
206
|
MIT
|
211
207
|
|
212
|
-
futures v0.3.
|
208
|
+
futures v0.3.30
|
213
209
|
https://rust-lang.github.io/futures-rs
|
214
210
|
MIT OR Apache-2.0
|
215
211
|
|
216
|
-
futures-channel v0.3.
|
212
|
+
futures-channel v0.3.30
|
217
213
|
https://rust-lang.github.io/futures-rs
|
218
214
|
MIT OR Apache-2.0
|
219
215
|
|
220
|
-
futures-core v0.3.
|
216
|
+
futures-core v0.3.30
|
221
217
|
https://rust-lang.github.io/futures-rs
|
222
218
|
MIT OR Apache-2.0
|
223
219
|
|
224
|
-
futures-executor v0.3.
|
220
|
+
futures-executor v0.3.30
|
225
221
|
https://rust-lang.github.io/futures-rs
|
226
222
|
MIT OR Apache-2.0
|
227
223
|
|
228
|
-
futures-io v0.3.
|
224
|
+
futures-io v0.3.30
|
229
225
|
https://rust-lang.github.io/futures-rs
|
230
226
|
MIT OR Apache-2.0
|
231
227
|
|
232
|
-
futures-macro v0.3.
|
228
|
+
futures-macro v0.3.30
|
233
229
|
https://rust-lang.github.io/futures-rs
|
234
230
|
MIT OR Apache-2.0
|
235
231
|
|
236
|
-
futures-sink v0.3.
|
232
|
+
futures-sink v0.3.30
|
237
233
|
https://rust-lang.github.io/futures-rs
|
238
234
|
MIT OR Apache-2.0
|
239
235
|
|
240
|
-
futures-task v0.3.
|
236
|
+
futures-task v0.3.30
|
241
237
|
https://rust-lang.github.io/futures-rs
|
242
238
|
MIT OR Apache-2.0
|
243
239
|
|
244
|
-
futures-util v0.3.
|
240
|
+
futures-util v0.3.30
|
245
241
|
https://rust-lang.github.io/futures-rs
|
246
242
|
MIT OR Apache-2.0
|
247
243
|
|
@@ -261,7 +257,7 @@ hashbrown v0.13.2
|
|
261
257
|
https://github.com/rust-lang/hashbrown
|
262
258
|
MIT OR Apache-2.0
|
263
259
|
|
264
|
-
hashbrown v0.14.
|
260
|
+
hashbrown v0.14.3
|
265
261
|
https://github.com/rust-lang/hashbrown
|
266
262
|
MIT OR Apache-2.0
|
267
263
|
|
@@ -273,11 +269,11 @@ hex v0.4.3
|
|
273
269
|
https://github.com/KokaKiwi/rust-hex
|
274
270
|
MIT OR Apache-2.0
|
275
271
|
|
276
|
-
home v0.5.
|
272
|
+
home v0.5.9
|
277
273
|
https://github.com/rust-lang/cargo
|
278
274
|
MIT OR Apache-2.0
|
279
275
|
|
280
|
-
iana-time-zone v0.1.
|
276
|
+
iana-time-zone v0.1.59
|
281
277
|
https://github.com/strawlab/iana-time-zone
|
282
278
|
MIT OR Apache-2.0
|
283
279
|
|
@@ -285,7 +281,7 @@ indexmap v2.1.0
|
|
285
281
|
https://github.com/bluss/indexmap
|
286
282
|
Apache-2.0 OR MIT
|
287
283
|
|
288
|
-
itoa v1.0.
|
284
|
+
itoa v1.0.10
|
289
285
|
https://github.com/dtolnay/itoa
|
290
286
|
MIT OR Apache-2.0
|
291
287
|
|
@@ -305,7 +301,7 @@ jobserver v0.1.27
|
|
305
301
|
https://github.com/alexcrichton/jobserver-rs
|
306
302
|
MIT/Apache-2.0
|
307
303
|
|
308
|
-
|
304
|
+
jsonpath_lib_polars_vendor v0.0.1
|
309
305
|
https://github.com/freestrings/jsonpath
|
310
306
|
MIT
|
311
307
|
|
@@ -341,7 +337,7 @@ lexical-write-integer v0.8.5
|
|
341
337
|
https://github.com/Alexhuszagh/rust-lexical
|
342
338
|
MIT/Apache-2.0
|
343
339
|
|
344
|
-
libc v0.2.
|
340
|
+
libc v0.2.151
|
345
341
|
https://github.com/rust-lang/libc
|
346
342
|
MIT OR Apache-2.0
|
347
343
|
|
@@ -353,7 +349,7 @@ libflate_lz77 v1.2.0
|
|
353
349
|
https://github.com/sile/libflate
|
354
350
|
MIT
|
355
351
|
|
356
|
-
libloading v0.
|
352
|
+
libloading v0.8.1
|
357
353
|
https://github.com/nagisa/rust_libloading/
|
358
354
|
ISC
|
359
355
|
|
@@ -385,7 +381,7 @@ magnus-macros v0.6.0
|
|
385
381
|
https://github.com/matsadler/magnus
|
386
382
|
MIT
|
387
383
|
|
388
|
-
memchr v2.
|
384
|
+
memchr v2.7.1
|
389
385
|
https://github.com/BurntSushi/memchr
|
390
386
|
Unlicense OR MIT
|
391
387
|
|
@@ -393,10 +389,6 @@ memmap2 v0.7.1
|
|
393
389
|
https://github.com/RazrFalcon/memmap2-rs
|
394
390
|
MIT OR Apache-2.0
|
395
391
|
|
396
|
-
memoffset v0.9.0
|
397
|
-
https://github.com/Gilnaa/memoffset
|
398
|
-
MIT
|
399
|
-
|
400
392
|
minimal-lexical v0.2.1
|
401
393
|
https://github.com/Alexhuszagh/minimal-lexical
|
402
394
|
MIT/Apache-2.0
|
@@ -405,7 +397,7 @@ miniz_oxide v0.7.1
|
|
405
397
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
406
398
|
MIT OR Zlib OR Apache-2.0
|
407
399
|
|
408
|
-
mio v0.8.
|
400
|
+
mio v0.8.10
|
409
401
|
https://github.com/tokio-rs/mio
|
410
402
|
MIT
|
411
403
|
|
@@ -433,7 +425,7 @@ num_cpus v1.16.0
|
|
433
425
|
https://github.com/seanmonstar/num_cpus
|
434
426
|
MIT OR Apache-2.0
|
435
427
|
|
436
|
-
once_cell v1.
|
428
|
+
once_cell v1.19.0
|
437
429
|
https://github.com/matklad/once_cell
|
438
430
|
MIT OR Apache-2.0
|
439
431
|
|
@@ -457,7 +449,7 @@ peeking_take_while v0.1.2
|
|
457
449
|
https://github.com/fitzgen/peeking_take_while
|
458
450
|
Apache-2.0/MIT
|
459
451
|
|
460
|
-
percent-encoding v2.3.
|
452
|
+
percent-encoding v2.3.1
|
461
453
|
https://github.com/servo/rust-url/
|
462
454
|
MIT OR Apache-2.0
|
463
455
|
|
@@ -485,7 +477,7 @@ pin-utils v0.1.0
|
|
485
477
|
https://github.com/rust-lang-nursery/pin-utils
|
486
478
|
MIT OR Apache-2.0
|
487
479
|
|
488
|
-
pkg-config v0.3.
|
480
|
+
pkg-config v0.3.28
|
489
481
|
https://github.com/rust-lang/pkg-config-rs
|
490
482
|
MIT OR Apache-2.0
|
491
483
|
|
@@ -493,61 +485,68 @@ planus v0.3.1
|
|
493
485
|
https://github.com/planus-org/planus
|
494
486
|
MIT/Apache-2.0
|
495
487
|
|
496
|
-
polars v0.
|
488
|
+
polars v0.38.1
|
497
489
|
https://www.pola.rs/
|
498
490
|
MIT
|
499
491
|
|
500
|
-
polars-arrow v0.
|
492
|
+
polars-arrow v0.38.1
|
501
493
|
https://www.pola.rs/
|
502
494
|
|
503
|
-
polars-
|
495
|
+
polars-arrow-format v0.1.0
|
496
|
+
https://github.com/polar-rs/arrow-format
|
497
|
+
|
498
|
+
polars-compute v0.38.1
|
504
499
|
https://www.pola.rs/
|
505
500
|
MIT
|
506
501
|
|
507
|
-
polars-
|
502
|
+
polars-core v0.38.1
|
508
503
|
https://www.pola.rs/
|
509
504
|
MIT
|
510
505
|
|
511
|
-
polars-
|
506
|
+
polars-error v0.38.1
|
512
507
|
https://www.pola.rs/
|
513
508
|
MIT
|
514
509
|
|
515
|
-
polars-
|
510
|
+
polars-io v0.38.1
|
516
511
|
https://www.pola.rs/
|
517
512
|
MIT
|
518
513
|
|
519
|
-
polars-
|
514
|
+
polars-json v0.38.1
|
520
515
|
https://www.pola.rs/
|
521
516
|
MIT
|
522
517
|
|
523
|
-
polars-
|
518
|
+
polars-lazy v0.38.1
|
524
519
|
https://www.pola.rs/
|
525
520
|
MIT
|
526
521
|
|
527
|
-
polars-
|
522
|
+
polars-ops v0.38.1
|
523
|
+
https://www.pola.rs/
|
524
|
+
MIT
|
525
|
+
|
526
|
+
polars-parquet v0.38.1
|
528
527
|
https://www.pola.rs/
|
529
528
|
|
530
|
-
polars-pipe v0.
|
529
|
+
polars-pipe v0.38.1
|
531
530
|
https://www.pola.rs/
|
532
531
|
MIT
|
533
532
|
|
534
|
-
polars-plan v0.
|
533
|
+
polars-plan v0.38.1
|
535
534
|
https://www.pola.rs/
|
536
535
|
MIT
|
537
536
|
|
538
|
-
polars-row v0.
|
537
|
+
polars-row v0.38.1
|
539
538
|
https://www.pola.rs/
|
540
539
|
MIT
|
541
540
|
|
542
|
-
polars-sql v0.
|
541
|
+
polars-sql v0.38.1
|
543
542
|
https://www.pola.rs/
|
544
543
|
MIT
|
545
544
|
|
546
|
-
polars-time v0.
|
545
|
+
polars-time v0.38.1
|
547
546
|
https://www.pola.rs/
|
548
547
|
MIT
|
549
548
|
|
550
|
-
polars-utils v0.
|
549
|
+
polars-utils v0.38.1
|
551
550
|
https://www.pola.rs/
|
552
551
|
MIT
|
553
552
|
|
@@ -555,11 +554,11 @@ ppv-lite86 v0.2.17
|
|
555
554
|
https://github.com/cryptocorrosion/cryptocorrosion
|
556
555
|
MIT/Apache-2.0
|
557
556
|
|
558
|
-
proc-macro2 v1.0.
|
557
|
+
proc-macro2 v1.0.74
|
559
558
|
https://github.com/dtolnay/proc-macro2
|
560
559
|
MIT OR Apache-2.0
|
561
560
|
|
562
|
-
quote v1.0.
|
561
|
+
quote v1.0.35
|
563
562
|
https://github.com/dtolnay/quote
|
564
563
|
MIT OR Apache-2.0
|
565
564
|
|
@@ -579,19 +578,23 @@ rand_distr v0.4.3
|
|
579
578
|
https://rust-random.github.io/book
|
580
579
|
MIT OR Apache-2.0
|
581
580
|
|
582
|
-
|
581
|
+
raw-cpuid v11.0.1
|
582
|
+
https://github.com/gz/rust-cpuid
|
583
|
+
MIT
|
584
|
+
|
585
|
+
rayon v1.9.0
|
583
586
|
https://github.com/rayon-rs/rayon
|
584
587
|
MIT OR Apache-2.0
|
585
588
|
|
586
|
-
rayon-core v1.12.
|
589
|
+
rayon-core v1.12.1
|
587
590
|
https://github.com/rayon-rs/rayon
|
588
591
|
MIT OR Apache-2.0
|
589
592
|
|
590
|
-
rb-sys v0.9.
|
593
|
+
rb-sys v0.9.90
|
591
594
|
https://github.com/oxidize-rb/rb-sys
|
592
595
|
MIT OR Apache-2.0
|
593
596
|
|
594
|
-
rb-sys-build v0.9.
|
597
|
+
rb-sys-build v0.9.90
|
595
598
|
https://github.com/oxidize-rb/rb-sys
|
596
599
|
MIT OR Apache-2.0
|
597
600
|
|
@@ -599,11 +602,11 @@ rb-sys-env v0.1.2
|
|
599
602
|
https://github.com/oxidize-rb/rb-sys
|
600
603
|
MIT OR Apache-2.0
|
601
604
|
|
602
|
-
ref-cast v1.0.
|
605
|
+
ref-cast v1.0.22
|
603
606
|
https://github.com/dtolnay/ref-cast
|
604
607
|
MIT OR Apache-2.0
|
605
608
|
|
606
|
-
ref-cast-impl v1.0.
|
609
|
+
ref-cast-impl v1.0.22
|
607
610
|
https://github.com/dtolnay/ref-cast
|
608
611
|
MIT OR Apache-2.0
|
609
612
|
|
@@ -627,15 +630,11 @@ rustc-hash v1.1.0
|
|
627
630
|
https://github.com/rust-lang-nursery/rustc-hash
|
628
631
|
Apache-2.0/MIT
|
629
632
|
|
630
|
-
rustc_version v0.4.0
|
631
|
-
https://github.com/Kimundi/rustc-version-rs
|
632
|
-
MIT/Apache-2.0
|
633
|
-
|
634
633
|
rustversion v1.0.14
|
635
634
|
https://github.com/dtolnay/rustversion
|
636
635
|
MIT OR Apache-2.0
|
637
636
|
|
638
|
-
ryu v1.0.
|
637
|
+
ryu v1.0.16
|
639
638
|
https://github.com/dtolnay/ryu
|
640
639
|
Apache-2.0 OR BSL-1.0
|
641
640
|
|
@@ -643,23 +642,19 @@ scopeguard v1.2.0
|
|
643
642
|
https://github.com/bluss/scopeguard
|
644
643
|
MIT OR Apache-2.0
|
645
644
|
|
646
|
-
semver v1.0.20
|
647
|
-
https://github.com/dtolnay/semver
|
648
|
-
MIT OR Apache-2.0
|
649
|
-
|
650
645
|
seq-macro v0.3.5
|
651
646
|
https://github.com/dtolnay/seq-macro
|
652
647
|
MIT OR Apache-2.0
|
653
648
|
|
654
|
-
serde v1.0.
|
649
|
+
serde v1.0.194
|
655
650
|
https://serde.rs
|
656
651
|
MIT OR Apache-2.0
|
657
652
|
|
658
|
-
serde_derive v1.0.
|
653
|
+
serde_derive v1.0.194
|
659
654
|
https://serde.rs
|
660
655
|
MIT OR Apache-2.0
|
661
656
|
|
662
|
-
serde_json v1.0.
|
657
|
+
serde_json v1.0.110
|
663
658
|
https://github.com/serde-rs/json
|
664
659
|
MIT OR Apache-2.0
|
665
660
|
|
@@ -695,7 +690,7 @@ smartstring v1.0.1
|
|
695
690
|
https://github.com/bodil/smartstring
|
696
691
|
MPL-2.0+
|
697
692
|
|
698
|
-
snap v1.1.
|
693
|
+
snap v1.1.1
|
699
694
|
https://github.com/BurntSushi/rust-snappy
|
700
695
|
BSD-3-Clause
|
701
696
|
|
@@ -735,11 +730,11 @@ syn v1.0.109
|
|
735
730
|
https://github.com/dtolnay/syn
|
736
731
|
MIT OR Apache-2.0
|
737
732
|
|
738
|
-
syn v2.0.
|
733
|
+
syn v2.0.46
|
739
734
|
https://github.com/dtolnay/syn
|
740
735
|
MIT OR Apache-2.0
|
741
736
|
|
742
|
-
sysinfo v0.
|
737
|
+
sysinfo v0.30.3
|
743
738
|
https://github.com/GuillaumeGomez/sysinfo
|
744
739
|
MIT
|
745
740
|
|
@@ -747,15 +742,15 @@ target-features v0.1.5
|
|
747
742
|
https://github.com/calebzulawski/target-features
|
748
743
|
MIT OR Apache-2.0
|
749
744
|
|
750
|
-
thiserror v1.0.
|
745
|
+
thiserror v1.0.56
|
751
746
|
https://github.com/dtolnay/thiserror
|
752
747
|
MIT OR Apache-2.0
|
753
748
|
|
754
|
-
thiserror-impl v1.0.
|
749
|
+
thiserror-impl v1.0.56
|
755
750
|
https://github.com/dtolnay/thiserror
|
756
751
|
MIT OR Apache-2.0
|
757
752
|
|
758
|
-
tokio v1.
|
753
|
+
tokio v1.35.1
|
759
754
|
https://tokio.rs
|
760
755
|
MIT
|
761
756
|
|
@@ -767,10 +762,22 @@ unicode-ident v1.0.12
|
|
767
762
|
https://github.com/dtolnay/unicode-ident
|
768
763
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
769
764
|
|
765
|
+
unicode-reverse v1.0.8
|
766
|
+
https://github.com/mbrubeck/unicode-reverse
|
767
|
+
MIT / Apache-2.0
|
768
|
+
|
769
|
+
unicode-segmentation v1.10.1
|
770
|
+
https://github.com/unicode-rs/unicode-segmentation
|
771
|
+
MIT/Apache-2.0
|
772
|
+
|
770
773
|
unicode-width v0.1.11
|
771
774
|
https://github.com/unicode-rs/unicode-width
|
772
775
|
MIT/Apache-2.0
|
773
776
|
|
777
|
+
uuid v1.7.0
|
778
|
+
https://github.com/uuid-rs/uuid
|
779
|
+
Apache-2.0 OR MIT
|
780
|
+
|
774
781
|
value-trait v0.8.0
|
775
782
|
https://github.com/simd-lite/value-trait
|
776
783
|
Apache-2.0/MIT
|
@@ -779,11 +786,11 @@ version_check v0.9.4
|
|
779
786
|
https://github.com/SergioBenitez/version_check
|
780
787
|
MIT/Apache-2.0
|
781
788
|
|
782
|
-
xxhash-rust v0.8.
|
789
|
+
xxhash-rust v0.8.8
|
783
790
|
https://github.com/DoumanAsh/xxhash-rust
|
784
791
|
BSL-1.0
|
785
792
|
|
786
|
-
zerocopy v0.7.
|
793
|
+
zerocopy v0.7.32
|
787
794
|
https://github.com/google/zerocopy
|
788
795
|
BSD-2-Clause OR Apache-2.0 OR MIT
|
789
796
|
|
@@ -1678,288 +1685,92 @@ SOFTWARE.
|
|
1678
1685
|
|
1679
1686
|
|
1680
1687
|
================================================================================
|
1681
|
-
|
1688
|
+
async-stream LICENSE
|
1682
1689
|
================================================================================
|
1683
1690
|
|
1691
|
+
Copyright (c) 2019 Carl Lerche
|
1684
1692
|
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
1695
|
-
|
1696
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
1697
|
-
the copyright owner that is granting the License.
|
1698
|
-
|
1699
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
1700
|
-
other entities that control, are controlled by, or are under common
|
1701
|
-
control with that entity. For the purposes of this definition,
|
1702
|
-
"control" means (i) the power, direct or indirect, to cause the
|
1703
|
-
direction or management of such entity, whether by contract or
|
1704
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
1705
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
1706
|
-
|
1707
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
1708
|
-
exercising permissions granted by this License.
|
1709
|
-
|
1710
|
-
"Source" form shall mean the preferred form for making modifications,
|
1711
|
-
including but not limited to software source code, documentation
|
1712
|
-
source, and configuration files.
|
1713
|
-
|
1714
|
-
"Object" form shall mean any form resulting from mechanical
|
1715
|
-
transformation or translation of a Source form, including but
|
1716
|
-
not limited to compiled object code, generated documentation,
|
1717
|
-
and conversions to other media types.
|
1718
|
-
|
1719
|
-
"Work" shall mean the work of authorship, whether in Source or
|
1720
|
-
Object form, made available under the License, as indicated by a
|
1721
|
-
copyright notice that is included in or attached to the work
|
1722
|
-
(an example is provided in the Appendix below).
|
1723
|
-
|
1724
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
1725
|
-
form, that is based on (or derived from) the Work and for which the
|
1726
|
-
editorial revisions, annotations, elaborations, or other modifications
|
1727
|
-
represent, as a whole, an original work of authorship. For the purposes
|
1728
|
-
of this License, Derivative Works shall not include works that remain
|
1729
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
1730
|
-
the Work and Derivative Works thereof.
|
1731
|
-
|
1732
|
-
"Contribution" shall mean any work of authorship, including
|
1733
|
-
the original version of the Work and any modifications or additions
|
1734
|
-
to that Work or Derivative Works thereof, that is intentionally
|
1735
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
1736
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
1737
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
1738
|
-
means any form of electronic, verbal, or written communication sent
|
1739
|
-
to the Licensor or its representatives, including but not limited to
|
1740
|
-
communication on electronic mailing lists, source code control systems,
|
1741
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
1742
|
-
Licensor for the purpose of discussing and improving the Work, but
|
1743
|
-
excluding communication that is conspicuously marked or otherwise
|
1744
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
1745
|
-
|
1746
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
1747
|
-
on behalf of whom a Contribution has been received by Licensor and
|
1748
|
-
subsequently incorporated within the Work.
|
1749
|
-
|
1750
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
1751
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1752
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1753
|
-
copyright license to reproduce, prepare Derivative Works of,
|
1754
|
-
publicly display, publicly perform, sublicense, and distribute the
|
1755
|
-
Work and such Derivative Works in Source or Object form.
|
1756
|
-
|
1757
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
1758
|
-
this License, each Contributor hereby grants to You a perpetual,
|
1759
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
1760
|
-
(except as stated in this section) patent license to make, have made,
|
1761
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
1762
|
-
where such license applies only to those patent claims licensable
|
1763
|
-
by such Contributor that are necessarily infringed by their
|
1764
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
1765
|
-
with the Work to which such Contribution(s) was submitted. If You
|
1766
|
-
institute patent litigation against any entity (including a
|
1767
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
1768
|
-
or a Contribution incorporated within the Work constitutes direct
|
1769
|
-
or contributory patent infringement, then any patent licenses
|
1770
|
-
granted to You under this License for that Work shall terminate
|
1771
|
-
as of the date such litigation is filed.
|
1772
|
-
|
1773
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
1774
|
-
Work or Derivative Works thereof in any medium, with or without
|
1775
|
-
modifications, and in Source or Object form, provided that You
|
1776
|
-
meet the following conditions:
|
1777
|
-
|
1778
|
-
(a) You must give any other recipients of the Work or
|
1779
|
-
Derivative Works a copy of this License; and
|
1780
|
-
|
1781
|
-
(b) You must cause any modified files to carry prominent notices
|
1782
|
-
stating that You changed the files; and
|
1783
|
-
|
1784
|
-
(c) You must retain, in the Source form of any Derivative Works
|
1785
|
-
that You distribute, all copyright, patent, trademark, and
|
1786
|
-
attribution notices from the Source form of the Work,
|
1787
|
-
excluding those notices that do not pertain to any part of
|
1788
|
-
the Derivative Works; and
|
1789
|
-
|
1790
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
1791
|
-
distribution, then any Derivative Works that You distribute must
|
1792
|
-
include a readable copy of the attribution notices contained
|
1793
|
-
within such NOTICE file, excluding those notices that do not
|
1794
|
-
pertain to any part of the Derivative Works, in at least one
|
1795
|
-
of the following places: within a NOTICE text file distributed
|
1796
|
-
as part of the Derivative Works; within the Source form or
|
1797
|
-
documentation, if provided along with the Derivative Works; or,
|
1798
|
-
within a display generated by the Derivative Works, if and
|
1799
|
-
wherever such third-party notices normally appear. The contents
|
1800
|
-
of the NOTICE file are for informational purposes only and
|
1801
|
-
do not modify the License. You may add Your own attribution
|
1802
|
-
notices within Derivative Works that You distribute, alongside
|
1803
|
-
or as an addendum to the NOTICE text from the Work, provided
|
1804
|
-
that such additional attribution notices cannot be construed
|
1805
|
-
as modifying the License.
|
1806
|
-
|
1807
|
-
You may add Your own copyright statement to Your modifications and
|
1808
|
-
may provide additional or different license terms and conditions
|
1809
|
-
for use, reproduction, or distribution of Your modifications, or
|
1810
|
-
for any such Derivative Works as a whole, provided Your use,
|
1811
|
-
reproduction, and distribution of the Work otherwise complies with
|
1812
|
-
the conditions stated in this License.
|
1693
|
+
Permission is hereby granted, free of charge, to any
|
1694
|
+
person obtaining a copy of this software and associated
|
1695
|
+
documentation files (the "Software"), to deal in the
|
1696
|
+
Software without restriction, including without
|
1697
|
+
limitation the rights to use, copy, modify, merge,
|
1698
|
+
publish, distribute, sublicense, and/or sell copies of
|
1699
|
+
the Software, and to permit persons to whom the Software
|
1700
|
+
is furnished to do so, subject to the following
|
1701
|
+
conditions:
|
1813
1702
|
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
this License, without any additional terms or conditions.
|
1818
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
1819
|
-
the terms of any separate license agreement you may have executed
|
1820
|
-
with Licensor regarding such Contributions.
|
1703
|
+
The above copyright notice and this permission notice
|
1704
|
+
shall be included in all copies or substantial portions
|
1705
|
+
of the Software.
|
1821
1706
|
|
1822
|
-
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1707
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1708
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1709
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1710
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1711
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1712
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1713
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1714
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1715
|
+
DEALINGS IN THE SOFTWARE.
|
1826
1716
|
|
1827
|
-
|
1828
|
-
agreed to in writing, Licensor provides the Work (and each
|
1829
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
1830
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
1831
|
-
implied, including, without limitation, any warranties or conditions
|
1832
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
1833
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
1834
|
-
appropriateness of using or redistributing the Work and assume any
|
1835
|
-
risks associated with Your exercise of permissions under this License.
|
1717
|
+
Copyright (c) 2018 David Tolnay
|
1836
1718
|
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
other commercial damages or losses), even if such Contributor
|
1847
|
-
has been advised of the possibility of such damages.
|
1719
|
+
Permission is hereby granted, free of charge, to any
|
1720
|
+
person obtaining a copy of this software and associated
|
1721
|
+
documentation files (the "Software"), to deal in the
|
1722
|
+
Software without restriction, including without
|
1723
|
+
limitation the rights to use, copy, modify, merge,
|
1724
|
+
publish, distribute, sublicense, and/or sell copies of
|
1725
|
+
the Software, and to permit persons to whom the Software
|
1726
|
+
is furnished to do so, subject to the following
|
1727
|
+
conditions:
|
1848
1728
|
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
or other liability obligations and/or rights consistent with this
|
1853
|
-
License. However, in accepting such obligations, You may act only
|
1854
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
1855
|
-
of any other Contributor, and only if You agree to indemnify,
|
1856
|
-
defend, and hold each Contributor harmless for any liability
|
1857
|
-
incurred by, or claims asserted against, such Contributor by reason
|
1858
|
-
of your accepting any such warranty or additional liability.
|
1729
|
+
The above copyright notice and this permission notice
|
1730
|
+
shall be included in all copies or substantial portions
|
1731
|
+
of the Software.
|
1859
1732
|
|
1860
|
-
|
1733
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1734
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1735
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1736
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1737
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1738
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1739
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1740
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1741
|
+
DEALINGS IN THE SOFTWARE.
|
1861
1742
|
|
1862
|
-
|
1743
|
+
================================================================================
|
1744
|
+
async-stream-impl LICENSE
|
1745
|
+
================================================================================
|
1863
1746
|
|
1864
|
-
|
1865
|
-
you may not use this file except in compliance with the License.
|
1866
|
-
You may obtain a copy of the License at
|
1747
|
+
Copyright (c) 2019 Carl Lerche
|
1867
1748
|
|
1868
|
-
|
1749
|
+
Permission is hereby granted, free of charge, to any
|
1750
|
+
person obtaining a copy of this software and associated
|
1751
|
+
documentation files (the "Software"), to deal in the
|
1752
|
+
Software without restriction, including without
|
1753
|
+
limitation the rights to use, copy, modify, merge,
|
1754
|
+
publish, distribute, sublicense, and/or sell copies of
|
1755
|
+
the Software, and to permit persons to whom the Software
|
1756
|
+
is furnished to do so, subject to the following
|
1757
|
+
conditions:
|
1869
1758
|
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
See the License for the specific language governing permissions and
|
1874
|
-
limitations under the License.
|
1759
|
+
The above copyright notice and this permission notice
|
1760
|
+
shall be included in all copies or substantial portions
|
1761
|
+
of the Software.
|
1875
1762
|
|
1876
|
-
|
1877
|
-
|
1878
|
-
|
1763
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1764
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1765
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1766
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1767
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1768
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1769
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1770
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1771
|
+
DEALINGS IN THE SOFTWARE.
|
1879
1772
|
|
1880
|
-
Copyright (c)
|
1881
|
-
|
1882
|
-
Permission is hereby granted, free of charge, to any
|
1883
|
-
person obtaining a copy of this software and associated
|
1884
|
-
documentation files (the "Software"), to deal in the
|
1885
|
-
Software without restriction, including without
|
1886
|
-
limitation the rights to use, copy, modify, merge,
|
1887
|
-
publish, distribute, sublicense, and/or sell copies of
|
1888
|
-
the Software, and to permit persons to whom the Software
|
1889
|
-
is furnished to do so, subject to the following
|
1890
|
-
conditions:
|
1891
|
-
|
1892
|
-
The above copyright notice and this permission notice
|
1893
|
-
shall be included in all copies or substantial portions
|
1894
|
-
of the Software.
|
1895
|
-
|
1896
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1897
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1898
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1899
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1900
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1901
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1902
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1903
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1904
|
-
DEALINGS IN THE SOFTWARE.
|
1905
|
-
|
1906
|
-
Copyright (c) 2018 David Tolnay
|
1907
|
-
|
1908
|
-
Permission is hereby granted, free of charge, to any
|
1909
|
-
person obtaining a copy of this software and associated
|
1910
|
-
documentation files (the "Software"), to deal in the
|
1911
|
-
Software without restriction, including without
|
1912
|
-
limitation the rights to use, copy, modify, merge,
|
1913
|
-
publish, distribute, sublicense, and/or sell copies of
|
1914
|
-
the Software, and to permit persons to whom the Software
|
1915
|
-
is furnished to do so, subject to the following
|
1916
|
-
conditions:
|
1917
|
-
|
1918
|
-
The above copyright notice and this permission notice
|
1919
|
-
shall be included in all copies or substantial portions
|
1920
|
-
of the Software.
|
1921
|
-
|
1922
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1923
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1924
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1925
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1926
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1927
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1928
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1929
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1930
|
-
DEALINGS IN THE SOFTWARE.
|
1931
|
-
|
1932
|
-
================================================================================
|
1933
|
-
async-stream-impl LICENSE
|
1934
|
-
================================================================================
|
1935
|
-
|
1936
|
-
Copyright (c) 2019 Carl Lerche
|
1937
|
-
|
1938
|
-
Permission is hereby granted, free of charge, to any
|
1939
|
-
person obtaining a copy of this software and associated
|
1940
|
-
documentation files (the "Software"), to deal in the
|
1941
|
-
Software without restriction, including without
|
1942
|
-
limitation the rights to use, copy, modify, merge,
|
1943
|
-
publish, distribute, sublicense, and/or sell copies of
|
1944
|
-
the Software, and to permit persons to whom the Software
|
1945
|
-
is furnished to do so, subject to the following
|
1946
|
-
conditions:
|
1947
|
-
|
1948
|
-
The above copyright notice and this permission notice
|
1949
|
-
shall be included in all copies or substantial portions
|
1950
|
-
of the Software.
|
1951
|
-
|
1952
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1953
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1954
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1955
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1956
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1957
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1958
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1959
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1960
|
-
DEALINGS IN THE SOFTWARE.
|
1961
|
-
|
1962
|
-
Copyright (c) 2018 David Tolnay
|
1773
|
+
Copyright (c) 2018 David Tolnay
|
1963
1774
|
|
1964
1775
|
Permission is hereby granted, free of charge, to any
|
1965
1776
|
person obtaining a copy of this software and associated
|
@@ -12599,7 +12410,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12599
12410
|
DEALINGS IN THE SOFTWARE.
|
12600
12411
|
|
12601
12412
|
================================================================================
|
12602
|
-
hashbrown v0.14.
|
12413
|
+
hashbrown v0.14.3 LICENSE-APACHE
|
12603
12414
|
================================================================================
|
12604
12415
|
|
12605
12416
|
Apache License
|
@@ -12805,7 +12616,7 @@ See the License for the specific language governing permissions and
|
|
12805
12616
|
limitations under the License.
|
12806
12617
|
|
12807
12618
|
================================================================================
|
12808
|
-
hashbrown v0.14.
|
12619
|
+
hashbrown v0.14.3 LICENSE-MIT
|
12809
12620
|
================================================================================
|
12810
12621
|
|
12811
12622
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -14985,7 +14796,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
14985
14796
|
DEALINGS IN THE SOFTWARE.
|
14986
14797
|
|
14987
14798
|
================================================================================
|
14988
|
-
|
14799
|
+
jsonpath_lib_polars_vendor LICENSE
|
14989
14800
|
================================================================================
|
14990
14801
|
|
14991
14802
|
MIT License
|
@@ -21071,30 +20882,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
21071
20882
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
21072
20883
|
DEALINGS IN THE SOFTWARE.
|
21073
20884
|
|
21074
|
-
================================================================================
|
21075
|
-
memoffset LICENSE
|
21076
|
-
================================================================================
|
21077
|
-
|
21078
|
-
Copyright (c) 2017 Gilad Naaman
|
21079
|
-
|
21080
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
21081
|
-
of this software and associated documentation files (the "Software"), to deal
|
21082
|
-
in the Software without restriction, including without limitation the rights
|
21083
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
21084
|
-
copies of the Software, and to permit persons to whom the Software is
|
21085
|
-
furnished to do so, subject to the following conditions:
|
21086
|
-
|
21087
|
-
The above copyright notice and this permission notice shall be included in all
|
21088
|
-
copies or substantial portions of the Software.
|
21089
|
-
|
21090
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
21091
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
21092
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21093
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21094
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21095
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21096
|
-
SOFTWARE.
|
21097
|
-
|
21098
20885
|
================================================================================
|
21099
20886
|
minimal-lexical LICENSE-APACHE
|
21100
20887
|
================================================================================
|
@@ -25274,157 +25061,599 @@ to the MIT license in ../../LICENSE.
|
|
25274
25061
|
limitations under the License.
|
25275
25062
|
|
25276
25063
|
================================================================================
|
25277
|
-
polars-
|
25064
|
+
polars-arrow-format LICENSE
|
25278
25065
|
================================================================================
|
25279
25066
|
|
25280
|
-
Copyright (c) 2020 Ritchie Vink
|
25281
25067
|
|
25282
|
-
|
25283
|
-
|
25284
|
-
|
25285
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25286
|
-
copies of the Software, and to permit persons to whom the Software is
|
25287
|
-
furnished to do so, subject to the following conditions:
|
25068
|
+
Apache License
|
25069
|
+
Version 2.0, January 2004
|
25070
|
+
https://www.apache.org/licenses/
|
25288
25071
|
|
25289
|
-
|
25290
|
-
copies or substantial portions of the Software.
|
25072
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25291
25073
|
|
25292
|
-
|
25293
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25294
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25295
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25296
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25297
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25298
|
-
SOFTWARE.
|
25074
|
+
1. Definitions.
|
25299
25075
|
|
25300
|
-
|
25301
|
-
|
25302
|
-
================================================================================
|
25076
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
25077
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
25303
25078
|
|
25304
|
-
|
25079
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
25080
|
+
the copyright owner that is granting the License.
|
25305
25081
|
|
25306
|
-
|
25307
|
-
|
25308
|
-
|
25309
|
-
|
25310
|
-
|
25311
|
-
|
25082
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
25083
|
+
other entities that control, are controlled by, or are under common
|
25084
|
+
control with that entity. For the purposes of this definition,
|
25085
|
+
"control" means (i) the power, direct or indirect, to cause the
|
25086
|
+
direction or management of such entity, whether by contract or
|
25087
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25088
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
25312
25089
|
|
25313
|
-
|
25314
|
-
|
25090
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25091
|
+
exercising permissions granted by this License.
|
25315
25092
|
|
25316
|
-
|
25317
|
-
|
25318
|
-
|
25319
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25320
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25321
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25322
|
-
SOFTWARE.
|
25093
|
+
"Source" form shall mean the preferred form for making modifications,
|
25094
|
+
including but not limited to software source code, documentation
|
25095
|
+
source, and configuration files.
|
25323
25096
|
|
25324
|
-
|
25325
|
-
|
25326
|
-
|
25097
|
+
"Object" form shall mean any form resulting from mechanical
|
25098
|
+
transformation or translation of a Source form, including but
|
25099
|
+
not limited to compiled object code, generated documentation,
|
25100
|
+
and conversions to other media types.
|
25327
25101
|
|
25328
|
-
|
25102
|
+
"Work" shall mean the work of authorship, whether in Source or
|
25103
|
+
Object form, made available under the License, as indicated by a
|
25104
|
+
copyright notice that is included in or attached to the work
|
25105
|
+
(an example is provided in the Appendix below).
|
25329
25106
|
|
25330
|
-
|
25331
|
-
|
25332
|
-
|
25333
|
-
|
25334
|
-
|
25335
|
-
|
25107
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
25108
|
+
form, that is based on (or derived from) the Work and for which the
|
25109
|
+
editorial revisions, annotations, elaborations, or other modifications
|
25110
|
+
represent, as a whole, an original work of authorship. For the purposes
|
25111
|
+
of this License, Derivative Works shall not include works that remain
|
25112
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
25113
|
+
the Work and Derivative Works thereof.
|
25336
25114
|
|
25337
|
-
|
25338
|
-
|
25115
|
+
"Contribution" shall mean any work of authorship, including
|
25116
|
+
the original version of the Work and any modifications or additions
|
25117
|
+
to that Work or Derivative Works thereof, that is intentionally
|
25118
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
25119
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
25120
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
25121
|
+
means any form of electronic, verbal, or written communication sent
|
25122
|
+
to the Licensor or its representatives, including but not limited to
|
25123
|
+
communication on electronic mailing lists, source code control systems,
|
25124
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
25125
|
+
Licensor for the purpose of discussing and improving the Work, but
|
25126
|
+
excluding communication that is conspicuously marked or otherwise
|
25127
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
25339
25128
|
|
25340
|
-
|
25341
|
-
|
25342
|
-
|
25343
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25344
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25345
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25346
|
-
SOFTWARE.
|
25129
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25130
|
+
on behalf of whom a Contribution has been received by Licensor and
|
25131
|
+
subsequently incorporated within the Work.
|
25347
25132
|
|
25348
|
-
|
25349
|
-
|
25350
|
-
|
25133
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
25134
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25135
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25136
|
+
copyright license to reproduce, prepare Derivative Works of,
|
25137
|
+
publicly display, publicly perform, sublicense, and distribute the
|
25138
|
+
Work and such Derivative Works in Source or Object form.
|
25351
25139
|
|
25352
|
-
|
25140
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
25141
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25142
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25143
|
+
(except as stated in this section) patent license to make, have made,
|
25144
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25145
|
+
where such license applies only to those patent claims licensable
|
25146
|
+
by such Contributor that are necessarily infringed by their
|
25147
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
25148
|
+
with the Work to which such Contribution(s) was submitted. If You
|
25149
|
+
institute patent litigation against any entity (including a
|
25150
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25151
|
+
or a Contribution incorporated within the Work constitutes direct
|
25152
|
+
or contributory patent infringement, then any patent licenses
|
25153
|
+
granted to You under this License for that Work shall terminate
|
25154
|
+
as of the date such litigation is filed.
|
25353
25155
|
|
25354
|
-
|
25355
|
-
|
25356
|
-
in
|
25357
|
-
|
25358
|
-
copies of the Software, and to permit persons to whom the Software is
|
25359
|
-
furnished to do so, subject to the following conditions:
|
25156
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
25157
|
+
Work or Derivative Works thereof in any medium, with or without
|
25158
|
+
modifications, and in Source or Object form, provided that You
|
25159
|
+
meet the following conditions:
|
25360
25160
|
|
25361
|
-
|
25362
|
-
|
25161
|
+
(a) You must give any other recipients of the Work or
|
25162
|
+
Derivative Works a copy of this License; and
|
25363
25163
|
|
25364
|
-
|
25365
|
-
|
25366
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25367
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25368
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25369
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25370
|
-
SOFTWARE.
|
25164
|
+
(b) You must cause any modified files to carry prominent notices
|
25165
|
+
stating that You changed the files; and
|
25371
25166
|
|
25372
|
-
|
25373
|
-
|
25374
|
-
|
25167
|
+
(c) You must retain, in the Source form of any Derivative Works
|
25168
|
+
that You distribute, all copyright, patent, trademark, and
|
25169
|
+
attribution notices from the Source form of the Work,
|
25170
|
+
excluding those notices that do not pertain to any part of
|
25171
|
+
the Derivative Works; and
|
25375
25172
|
|
25376
|
-
|
25173
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
25174
|
+
distribution, then any Derivative Works that You distribute must
|
25175
|
+
include a readable copy of the attribution notices contained
|
25176
|
+
within such NOTICE file, excluding those notices that do not
|
25177
|
+
pertain to any part of the Derivative Works, in at least one
|
25178
|
+
of the following places: within a NOTICE text file distributed
|
25179
|
+
as part of the Derivative Works; within the Source form or
|
25180
|
+
documentation, if provided along with the Derivative Works; or,
|
25181
|
+
within a display generated by the Derivative Works, if and
|
25182
|
+
wherever such third-party notices normally appear. The contents
|
25183
|
+
of the NOTICE file are for informational purposes only and
|
25184
|
+
do not modify the License. You may add Your own attribution
|
25185
|
+
notices within Derivative Works that You distribute, alongside
|
25186
|
+
or as an addendum to the NOTICE text from the Work, provided
|
25187
|
+
that such additional attribution notices cannot be construed
|
25188
|
+
as modifying the License.
|
25377
25189
|
|
25378
|
-
|
25379
|
-
|
25380
|
-
|
25381
|
-
|
25382
|
-
|
25383
|
-
|
25190
|
+
You may add Your own copyright statement to Your modifications and
|
25191
|
+
may provide additional or different license terms and conditions
|
25192
|
+
for use, reproduction, or distribution of Your modifications, or
|
25193
|
+
for any such Derivative Works as a whole, provided Your use,
|
25194
|
+
reproduction, and distribution of the Work otherwise complies with
|
25195
|
+
the conditions stated in this License.
|
25384
25196
|
|
25385
|
-
|
25386
|
-
|
25197
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25198
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25199
|
+
by You to the Licensor shall be under the terms and conditions of
|
25200
|
+
this License, without any additional terms or conditions.
|
25201
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25202
|
+
the terms of any separate license agreement you may have executed
|
25203
|
+
with Licensor regarding such Contributions.
|
25387
25204
|
|
25388
|
-
|
25389
|
-
|
25390
|
-
|
25391
|
-
|
25392
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25393
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25394
|
-
SOFTWARE.
|
25205
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25206
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25207
|
+
except as required for reasonable and customary use in describing the
|
25208
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25395
25209
|
|
25396
|
-
|
25397
|
-
|
25398
|
-
|
25210
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25211
|
+
agreed to in writing, Licensor provides the Work (and each
|
25212
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25213
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25214
|
+
implied, including, without limitation, any warranties or conditions
|
25215
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25216
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25217
|
+
appropriateness of using or redistributing the Work and assume any
|
25218
|
+
risks associated with Your exercise of permissions under this License.
|
25399
25219
|
|
25400
|
-
|
25220
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25221
|
+
whether in tort (including negligence), contract, or otherwise,
|
25222
|
+
unless required by applicable law (such as deliberate and grossly
|
25223
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25224
|
+
liable to You for damages, including any direct, indirect, special,
|
25225
|
+
incidental, or consequential damages of any character arising as a
|
25226
|
+
result of this License or out of the use or inability to use the
|
25227
|
+
Work (including but not limited to damages for loss of goodwill,
|
25228
|
+
work stoppage, computer failure or malfunction, or any and all
|
25229
|
+
other commercial damages or losses), even if such Contributor
|
25230
|
+
has been advised of the possibility of such damages.
|
25401
25231
|
|
25402
|
-
|
25403
|
-
|
25404
|
-
|
25405
|
-
|
25406
|
-
|
25407
|
-
|
25232
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25233
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25234
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25235
|
+
or other liability obligations and/or rights consistent with this
|
25236
|
+
License. However, in accepting such obligations, You may act only
|
25237
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25238
|
+
of any other Contributor, and only if You agree to indemnify,
|
25239
|
+
defend, and hold each Contributor harmless for any liability
|
25240
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25241
|
+
of your accepting any such warranty or additional liability.
|
25408
25242
|
|
25409
|
-
|
25410
|
-
copies or substantial portions of the Software.
|
25243
|
+
END OF TERMS AND CONDITIONS
|
25411
25244
|
|
25412
|
-
|
25413
|
-
|
25414
|
-
|
25415
|
-
|
25416
|
-
|
25417
|
-
|
25418
|
-
|
25245
|
+
Copyright 2020-2022 Jorge C. Leitão
|
25246
|
+
|
25247
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
25248
|
+
you may not use this file except in compliance with the License.
|
25249
|
+
You may obtain a copy of the License at
|
25250
|
+
|
25251
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
25252
|
+
|
25253
|
+
Unless required by applicable law or agreed to in writing, software
|
25254
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
25255
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25256
|
+
See the License for the specific language governing permissions and
|
25257
|
+
limitations under the License.
|
25419
25258
|
|
25420
25259
|
================================================================================
|
25421
|
-
polars-
|
25260
|
+
polars-arrow-format src/LICENSE
|
25422
25261
|
================================================================================
|
25423
25262
|
|
25424
|
-
Some of the code in this crate is subject to the Apache 2 license
|
25425
|
-
was taken from the
|
25426
|
-
to the MIT license in
|
25427
|
-
|
25263
|
+
Some of the code in this crate is subject to the Apache 2 license in 1. as it
|
25264
|
+
was taken from the arrow-format Rust crate in January 2024. Later changes are subject
|
25265
|
+
to the MIT license in 2.
|
25266
|
+
|
25267
|
+
1.
|
25268
|
+
|
25269
|
+
Apache License
|
25270
|
+
Version 2.0, January 2004
|
25271
|
+
https://www.apache.org/licenses/
|
25272
|
+
|
25273
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25274
|
+
|
25275
|
+
1. Definitions.
|
25276
|
+
|
25277
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
25278
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
25279
|
+
|
25280
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
25281
|
+
the copyright owner that is granting the License.
|
25282
|
+
|
25283
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
25284
|
+
other entities that control, are controlled by, or are under common
|
25285
|
+
control with that entity. For the purposes of this definition,
|
25286
|
+
"control" means (i) the power, direct or indirect, to cause the
|
25287
|
+
direction or management of such entity, whether by contract or
|
25288
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25289
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
25290
|
+
|
25291
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25292
|
+
exercising permissions granted by this License.
|
25293
|
+
|
25294
|
+
"Source" form shall mean the preferred form for making modifications,
|
25295
|
+
including but not limited to software source code, documentation
|
25296
|
+
source, and configuration files.
|
25297
|
+
|
25298
|
+
"Object" form shall mean any form resulting from mechanical
|
25299
|
+
transformation or translation of a Source form, including but
|
25300
|
+
not limited to compiled object code, generated documentation,
|
25301
|
+
and conversions to other media types.
|
25302
|
+
|
25303
|
+
"Work" shall mean the work of authorship, whether in Source or
|
25304
|
+
Object form, made available under the License, as indicated by a
|
25305
|
+
copyright notice that is included in or attached to the work
|
25306
|
+
(an example is provided in the Appendix below).
|
25307
|
+
|
25308
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
25309
|
+
form, that is based on (or derived from) the Work and for which the
|
25310
|
+
editorial revisions, annotations, elaborations, or other modifications
|
25311
|
+
represent, as a whole, an original work of authorship. For the purposes
|
25312
|
+
of this License, Derivative Works shall not include works that remain
|
25313
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
25314
|
+
the Work and Derivative Works thereof.
|
25315
|
+
|
25316
|
+
"Contribution" shall mean any work of authorship, including
|
25317
|
+
the original version of the Work and any modifications or additions
|
25318
|
+
to that Work or Derivative Works thereof, that is intentionally
|
25319
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
25320
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
25321
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
25322
|
+
means any form of electronic, verbal, or written communication sent
|
25323
|
+
to the Licensor or its representatives, including but not limited to
|
25324
|
+
communication on electronic mailing lists, source code control systems,
|
25325
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
25326
|
+
Licensor for the purpose of discussing and improving the Work, but
|
25327
|
+
excluding communication that is conspicuously marked or otherwise
|
25328
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
25329
|
+
|
25330
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25331
|
+
on behalf of whom a Contribution has been received by Licensor and
|
25332
|
+
subsequently incorporated within the Work.
|
25333
|
+
|
25334
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
25335
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25336
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25337
|
+
copyright license to reproduce, prepare Derivative Works of,
|
25338
|
+
publicly display, publicly perform, sublicense, and distribute the
|
25339
|
+
Work and such Derivative Works in Source or Object form.
|
25340
|
+
|
25341
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
25342
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25343
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25344
|
+
(except as stated in this section) patent license to make, have made,
|
25345
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25346
|
+
where such license applies only to those patent claims licensable
|
25347
|
+
by such Contributor that are necessarily infringed by their
|
25348
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
25349
|
+
with the Work to which such Contribution(s) was submitted. If You
|
25350
|
+
institute patent litigation against any entity (including a
|
25351
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25352
|
+
or a Contribution incorporated within the Work constitutes direct
|
25353
|
+
or contributory patent infringement, then any patent licenses
|
25354
|
+
granted to You under this License for that Work shall terminate
|
25355
|
+
as of the date such litigation is filed.
|
25356
|
+
|
25357
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
25358
|
+
Work or Derivative Works thereof in any medium, with or without
|
25359
|
+
modifications, and in Source or Object form, provided that You
|
25360
|
+
meet the following conditions:
|
25361
|
+
|
25362
|
+
(a) You must give any other recipients of the Work or
|
25363
|
+
Derivative Works a copy of this License; and
|
25364
|
+
|
25365
|
+
(b) You must cause any modified files to carry prominent notices
|
25366
|
+
stating that You changed the files; and
|
25367
|
+
|
25368
|
+
(c) You must retain, in the Source form of any Derivative Works
|
25369
|
+
that You distribute, all copyright, patent, trademark, and
|
25370
|
+
attribution notices from the Source form of the Work,
|
25371
|
+
excluding those notices that do not pertain to any part of
|
25372
|
+
the Derivative Works; and
|
25373
|
+
|
25374
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
25375
|
+
distribution, then any Derivative Works that You distribute must
|
25376
|
+
include a readable copy of the attribution notices contained
|
25377
|
+
within such NOTICE file, excluding those notices that do not
|
25378
|
+
pertain to any part of the Derivative Works, in at least one
|
25379
|
+
of the following places: within a NOTICE text file distributed
|
25380
|
+
as part of the Derivative Works; within the Source form or
|
25381
|
+
documentation, if provided along with the Derivative Works; or,
|
25382
|
+
within a display generated by the Derivative Works, if and
|
25383
|
+
wherever such third-party notices normally appear. The contents
|
25384
|
+
of the NOTICE file are for informational purposes only and
|
25385
|
+
do not modify the License. You may add Your own attribution
|
25386
|
+
notices within Derivative Works that You distribute, alongside
|
25387
|
+
or as an addendum to the NOTICE text from the Work, provided
|
25388
|
+
that such additional attribution notices cannot be construed
|
25389
|
+
as modifying the License.
|
25390
|
+
|
25391
|
+
You may add Your own copyright statement to Your modifications and
|
25392
|
+
may provide additional or different license terms and conditions
|
25393
|
+
for use, reproduction, or distribution of Your modifications, or
|
25394
|
+
for any such Derivative Works as a whole, provided Your use,
|
25395
|
+
reproduction, and distribution of the Work otherwise complies with
|
25396
|
+
the conditions stated in this License.
|
25397
|
+
|
25398
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25399
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25400
|
+
by You to the Licensor shall be under the terms and conditions of
|
25401
|
+
this License, without any additional terms or conditions.
|
25402
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25403
|
+
the terms of any separate license agreement you may have executed
|
25404
|
+
with Licensor regarding such Contributions.
|
25405
|
+
|
25406
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25407
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25408
|
+
except as required for reasonable and customary use in describing the
|
25409
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25410
|
+
|
25411
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25412
|
+
agreed to in writing, Licensor provides the Work (and each
|
25413
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25414
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25415
|
+
implied, including, without limitation, any warranties or conditions
|
25416
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25417
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25418
|
+
appropriateness of using or redistributing the Work and assume any
|
25419
|
+
risks associated with Your exercise of permissions under this License.
|
25420
|
+
|
25421
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25422
|
+
whether in tort (including negligence), contract, or otherwise,
|
25423
|
+
unless required by applicable law (such as deliberate and grossly
|
25424
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25425
|
+
liable to You for damages, including any direct, indirect, special,
|
25426
|
+
incidental, or consequential damages of any character arising as a
|
25427
|
+
result of this License or out of the use or inability to use the
|
25428
|
+
Work (including but not limited to damages for loss of goodwill,
|
25429
|
+
work stoppage, computer failure or malfunction, or any and all
|
25430
|
+
other commercial damages or losses), even if such Contributor
|
25431
|
+
has been advised of the possibility of such damages.
|
25432
|
+
|
25433
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25434
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25435
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25436
|
+
or other liability obligations and/or rights consistent with this
|
25437
|
+
License. However, in accepting such obligations, You may act only
|
25438
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25439
|
+
of any other Contributor, and only if You agree to indemnify,
|
25440
|
+
defend, and hold each Contributor harmless for any liability
|
25441
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25442
|
+
of your accepting any such warranty or additional liability.
|
25443
|
+
|
25444
|
+
END OF TERMS AND CONDITIONS
|
25445
|
+
|
25446
|
+
Copyright 2020-2022 Jorge C. Leitão
|
25447
|
+
|
25448
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
25449
|
+
you may not use this file except in compliance with the License.
|
25450
|
+
You may obtain a copy of the License at
|
25451
|
+
|
25452
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
25453
|
+
|
25454
|
+
Unless required by applicable law or agreed to in writing, software
|
25455
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
25456
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25457
|
+
See the License for the specific language governing permissions and
|
25458
|
+
limitations under the License.
|
25459
|
+
|
25460
|
+
2.
|
25461
|
+
Copyright (c) 2024 Ritchie Vink
|
25462
|
+
|
25463
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25464
|
+
of this software and associated documentation files (the "Software"), to deal
|
25465
|
+
in the Software without restriction, including without limitation the rights
|
25466
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25467
|
+
copies of the Software, and to permit persons to whom the Software is
|
25468
|
+
furnished to do so, subject to the following conditions:
|
25469
|
+
|
25470
|
+
The above copyright notice and this permission notice shall be included in all
|
25471
|
+
copies or substantial portions of the Software.
|
25472
|
+
|
25473
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25474
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25475
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25476
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25477
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25478
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25479
|
+
SOFTWARE.
|
25480
|
+
|
25481
|
+
================================================================================
|
25482
|
+
polars-compute LICENSE
|
25483
|
+
================================================================================
|
25484
|
+
|
25485
|
+
Copyright (c) 2020 Ritchie Vink
|
25486
|
+
|
25487
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25488
|
+
of this software and associated documentation files (the "Software"), to deal
|
25489
|
+
in the Software without restriction, including without limitation the rights
|
25490
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25491
|
+
copies of the Software, and to permit persons to whom the Software is
|
25492
|
+
furnished to do so, subject to the following conditions:
|
25493
|
+
|
25494
|
+
The above copyright notice and this permission notice shall be included in all
|
25495
|
+
copies or substantial portions of the Software.
|
25496
|
+
|
25497
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25498
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25499
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25500
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25501
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25502
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25503
|
+
SOFTWARE.
|
25504
|
+
|
25505
|
+
================================================================================
|
25506
|
+
polars-core LICENSE
|
25507
|
+
================================================================================
|
25508
|
+
|
25509
|
+
Copyright (c) 2020 Ritchie Vink
|
25510
|
+
|
25511
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25512
|
+
of this software and associated documentation files (the "Software"), to deal
|
25513
|
+
in the Software without restriction, including without limitation the rights
|
25514
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25515
|
+
copies of the Software, and to permit persons to whom the Software is
|
25516
|
+
furnished to do so, subject to the following conditions:
|
25517
|
+
|
25518
|
+
The above copyright notice and this permission notice shall be included in all
|
25519
|
+
copies or substantial portions of the Software.
|
25520
|
+
|
25521
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25522
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25523
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25524
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25525
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25526
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25527
|
+
SOFTWARE.
|
25528
|
+
|
25529
|
+
================================================================================
|
25530
|
+
polars-error LICENSE
|
25531
|
+
================================================================================
|
25532
|
+
|
25533
|
+
Copyright (c) 2020 Ritchie Vink
|
25534
|
+
|
25535
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25536
|
+
of this software and associated documentation files (the "Software"), to deal
|
25537
|
+
in the Software without restriction, including without limitation the rights
|
25538
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25539
|
+
copies of the Software, and to permit persons to whom the Software is
|
25540
|
+
furnished to do so, subject to the following conditions:
|
25541
|
+
|
25542
|
+
The above copyright notice and this permission notice shall be included in all
|
25543
|
+
copies or substantial portions of the Software.
|
25544
|
+
|
25545
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25546
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25547
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25548
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25549
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25550
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25551
|
+
SOFTWARE.
|
25552
|
+
|
25553
|
+
================================================================================
|
25554
|
+
polars-io LICENSE
|
25555
|
+
================================================================================
|
25556
|
+
|
25557
|
+
Copyright (c) 2020 Ritchie Vink
|
25558
|
+
|
25559
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25560
|
+
of this software and associated documentation files (the "Software"), to deal
|
25561
|
+
in the Software without restriction, including without limitation the rights
|
25562
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25563
|
+
copies of the Software, and to permit persons to whom the Software is
|
25564
|
+
furnished to do so, subject to the following conditions:
|
25565
|
+
|
25566
|
+
The above copyright notice and this permission notice shall be included in all
|
25567
|
+
copies or substantial portions of the Software.
|
25568
|
+
|
25569
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25570
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25571
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25572
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25573
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25574
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25575
|
+
SOFTWARE.
|
25576
|
+
|
25577
|
+
================================================================================
|
25578
|
+
polars-json LICENSE
|
25579
|
+
================================================================================
|
25580
|
+
|
25581
|
+
Copyright (c) 2020 Ritchie Vink
|
25582
|
+
|
25583
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25584
|
+
of this software and associated documentation files (the "Software"), to deal
|
25585
|
+
in the Software without restriction, including without limitation the rights
|
25586
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25587
|
+
copies of the Software, and to permit persons to whom the Software is
|
25588
|
+
furnished to do so, subject to the following conditions:
|
25589
|
+
|
25590
|
+
The above copyright notice and this permission notice shall be included in all
|
25591
|
+
copies or substantial portions of the Software.
|
25592
|
+
|
25593
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25594
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25595
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25596
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25597
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25598
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25599
|
+
SOFTWARE.
|
25600
|
+
|
25601
|
+
================================================================================
|
25602
|
+
polars-lazy LICENSE
|
25603
|
+
================================================================================
|
25604
|
+
|
25605
|
+
Copyright (c) 2020 Ritchie Vink
|
25606
|
+
|
25607
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25608
|
+
of this software and associated documentation files (the "Software"), to deal
|
25609
|
+
in the Software without restriction, including without limitation the rights
|
25610
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25611
|
+
copies of the Software, and to permit persons to whom the Software is
|
25612
|
+
furnished to do so, subject to the following conditions:
|
25613
|
+
|
25614
|
+
The above copyright notice and this permission notice shall be included in all
|
25615
|
+
copies or substantial portions of the Software.
|
25616
|
+
|
25617
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25618
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25619
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25620
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25621
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25622
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25623
|
+
SOFTWARE.
|
25624
|
+
|
25625
|
+
================================================================================
|
25626
|
+
polars-ops LICENSE
|
25627
|
+
================================================================================
|
25628
|
+
|
25629
|
+
Copyright (c) 2020 Ritchie Vink
|
25630
|
+
|
25631
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
25632
|
+
of this software and associated documentation files (the "Software"), to deal
|
25633
|
+
in the Software without restriction, including without limitation the rights
|
25634
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
25635
|
+
copies of the Software, and to permit persons to whom the Software is
|
25636
|
+
furnished to do so, subject to the following conditions:
|
25637
|
+
|
25638
|
+
The above copyright notice and this permission notice shall be included in all
|
25639
|
+
copies or substantial portions of the Software.
|
25640
|
+
|
25641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25642
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
25643
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
25644
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25645
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25646
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25647
|
+
SOFTWARE.
|
25648
|
+
|
25649
|
+
================================================================================
|
25650
|
+
polars-parquet LICENSE
|
25651
|
+
================================================================================
|
25652
|
+
|
25653
|
+
Some of the code in this crate is subject to the Apache 2 license below, as it
|
25654
|
+
was taken from the arrow2 and parquet2 Rust crate in October 2023. Later changes are subject
|
25655
|
+
to the MIT license in ../../LICENSE.
|
25656
|
+
|
25428
25657
|
|
25429
25658
|
|
25430
25659
|
Apache License
|
@@ -27310,6 +27539,32 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
27310
27539
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
27311
27540
|
DEALINGS IN THE SOFTWARE.
|
27312
27541
|
|
27542
|
+
================================================================================
|
27543
|
+
raw-cpuid LICENSE.md
|
27544
|
+
================================================================================
|
27545
|
+
|
27546
|
+
The MIT License (MIT)
|
27547
|
+
|
27548
|
+
Copyright (c) 2015 Gerd Zellweger
|
27549
|
+
|
27550
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
27551
|
+
of this software and associated documentation files (the "Software"), to deal
|
27552
|
+
in the Software without restriction, including without limitation the rights
|
27553
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
27554
|
+
copies of the Software, and to permit persons to whom the Software is
|
27555
|
+
furnished to do so, subject to the following conditions:
|
27556
|
+
|
27557
|
+
The above copyright notice and this permission notice shall be included in
|
27558
|
+
all copies or substantial portions of the Software.
|
27559
|
+
|
27560
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27561
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27562
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27563
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
27564
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
27565
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
27566
|
+
THE SOFTWARE.
|
27567
|
+
|
27313
27568
|
================================================================================
|
27314
27569
|
rayon LICENSE-APACHE
|
27315
27570
|
================================================================================
|
@@ -29909,242 +30164,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
29909
30164
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29910
30165
|
DEALINGS IN THE SOFTWARE.
|
29911
30166
|
|
29912
|
-
================================================================================
|
29913
|
-
rustc_version LICENSE-APACHE
|
29914
|
-
================================================================================
|
29915
|
-
|
29916
|
-
Apache License
|
29917
|
-
Version 2.0, January 2004
|
29918
|
-
http://www.apache.org/licenses/
|
29919
|
-
|
29920
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29921
|
-
|
29922
|
-
1. Definitions.
|
29923
|
-
|
29924
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
29925
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
29926
|
-
|
29927
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
29928
|
-
the copyright owner that is granting the License.
|
29929
|
-
|
29930
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
29931
|
-
other entities that control, are controlled by, or are under common
|
29932
|
-
control with that entity. For the purposes of this definition,
|
29933
|
-
"control" means (i) the power, direct or indirect, to cause the
|
29934
|
-
direction or management of such entity, whether by contract or
|
29935
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29936
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
29937
|
-
|
29938
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
29939
|
-
exercising permissions granted by this License.
|
29940
|
-
|
29941
|
-
"Source" form shall mean the preferred form for making modifications,
|
29942
|
-
including but not limited to software source code, documentation
|
29943
|
-
source, and configuration files.
|
29944
|
-
|
29945
|
-
"Object" form shall mean any form resulting from mechanical
|
29946
|
-
transformation or translation of a Source form, including but
|
29947
|
-
not limited to compiled object code, generated documentation,
|
29948
|
-
and conversions to other media types.
|
29949
|
-
|
29950
|
-
"Work" shall mean the work of authorship, whether in Source or
|
29951
|
-
Object form, made available under the License, as indicated by a
|
29952
|
-
copyright notice that is included in or attached to the work
|
29953
|
-
(an example is provided in the Appendix below).
|
29954
|
-
|
29955
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
29956
|
-
form, that is based on (or derived from) the Work and for which the
|
29957
|
-
editorial revisions, annotations, elaborations, or other modifications
|
29958
|
-
represent, as a whole, an original work of authorship. For the purposes
|
29959
|
-
of this License, Derivative Works shall not include works that remain
|
29960
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
29961
|
-
the Work and Derivative Works thereof.
|
29962
|
-
|
29963
|
-
"Contribution" shall mean any work of authorship, including
|
29964
|
-
the original version of the Work and any modifications or additions
|
29965
|
-
to that Work or Derivative Works thereof, that is intentionally
|
29966
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
29967
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
29968
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
29969
|
-
means any form of electronic, verbal, or written communication sent
|
29970
|
-
to the Licensor or its representatives, including but not limited to
|
29971
|
-
communication on electronic mailing lists, source code control systems,
|
29972
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
29973
|
-
Licensor for the purpose of discussing and improving the Work, but
|
29974
|
-
excluding communication that is conspicuously marked or otherwise
|
29975
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
29976
|
-
|
29977
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29978
|
-
on behalf of whom a Contribution has been received by Licensor and
|
29979
|
-
subsequently incorporated within the Work.
|
29980
|
-
|
29981
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
29982
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29983
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29984
|
-
copyright license to reproduce, prepare Derivative Works of,
|
29985
|
-
publicly display, publicly perform, sublicense, and distribute the
|
29986
|
-
Work and such Derivative Works in Source or Object form.
|
29987
|
-
|
29988
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
29989
|
-
this License, each Contributor hereby grants to You a perpetual,
|
29990
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29991
|
-
(except as stated in this section) patent license to make, have made,
|
29992
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29993
|
-
where such license applies only to those patent claims licensable
|
29994
|
-
by such Contributor that are necessarily infringed by their
|
29995
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
29996
|
-
with the Work to which such Contribution(s) was submitted. If You
|
29997
|
-
institute patent litigation against any entity (including a
|
29998
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29999
|
-
or a Contribution incorporated within the Work constitutes direct
|
30000
|
-
or contributory patent infringement, then any patent licenses
|
30001
|
-
granted to You under this License for that Work shall terminate
|
30002
|
-
as of the date such litigation is filed.
|
30003
|
-
|
30004
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
30005
|
-
Work or Derivative Works thereof in any medium, with or without
|
30006
|
-
modifications, and in Source or Object form, provided that You
|
30007
|
-
meet the following conditions:
|
30008
|
-
|
30009
|
-
(a) You must give any other recipients of the Work or
|
30010
|
-
Derivative Works a copy of this License; and
|
30011
|
-
|
30012
|
-
(b) You must cause any modified files to carry prominent notices
|
30013
|
-
stating that You changed the files; and
|
30014
|
-
|
30015
|
-
(c) You must retain, in the Source form of any Derivative Works
|
30016
|
-
that You distribute, all copyright, patent, trademark, and
|
30017
|
-
attribution notices from the Source form of the Work,
|
30018
|
-
excluding those notices that do not pertain to any part of
|
30019
|
-
the Derivative Works; and
|
30020
|
-
|
30021
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
30022
|
-
distribution, then any Derivative Works that You distribute must
|
30023
|
-
include a readable copy of the attribution notices contained
|
30024
|
-
within such NOTICE file, excluding those notices that do not
|
30025
|
-
pertain to any part of the Derivative Works, in at least one
|
30026
|
-
of the following places: within a NOTICE text file distributed
|
30027
|
-
as part of the Derivative Works; within the Source form or
|
30028
|
-
documentation, if provided along with the Derivative Works; or,
|
30029
|
-
within a display generated by the Derivative Works, if and
|
30030
|
-
wherever such third-party notices normally appear. The contents
|
30031
|
-
of the NOTICE file are for informational purposes only and
|
30032
|
-
do not modify the License. You may add Your own attribution
|
30033
|
-
notices within Derivative Works that You distribute, alongside
|
30034
|
-
or as an addendum to the NOTICE text from the Work, provided
|
30035
|
-
that such additional attribution notices cannot be construed
|
30036
|
-
as modifying the License.
|
30037
|
-
|
30038
|
-
You may add Your own copyright statement to Your modifications and
|
30039
|
-
may provide additional or different license terms and conditions
|
30040
|
-
for use, reproduction, or distribution of Your modifications, or
|
30041
|
-
for any such Derivative Works as a whole, provided Your use,
|
30042
|
-
reproduction, and distribution of the Work otherwise complies with
|
30043
|
-
the conditions stated in this License.
|
30044
|
-
|
30045
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
30046
|
-
any Contribution intentionally submitted for inclusion in the Work
|
30047
|
-
by You to the Licensor shall be under the terms and conditions of
|
30048
|
-
this License, without any additional terms or conditions.
|
30049
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
30050
|
-
the terms of any separate license agreement you may have executed
|
30051
|
-
with Licensor regarding such Contributions.
|
30052
|
-
|
30053
|
-
6. Trademarks. This License does not grant permission to use the trade
|
30054
|
-
names, trademarks, service marks, or product names of the Licensor,
|
30055
|
-
except as required for reasonable and customary use in describing the
|
30056
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
30057
|
-
|
30058
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
30059
|
-
agreed to in writing, Licensor provides the Work (and each
|
30060
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
30061
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
30062
|
-
implied, including, without limitation, any warranties or conditions
|
30063
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
30064
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
30065
|
-
appropriateness of using or redistributing the Work and assume any
|
30066
|
-
risks associated with Your exercise of permissions under this License.
|
30067
|
-
|
30068
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
30069
|
-
whether in tort (including negligence), contract, or otherwise,
|
30070
|
-
unless required by applicable law (such as deliberate and grossly
|
30071
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
30072
|
-
liable to You for damages, including any direct, indirect, special,
|
30073
|
-
incidental, or consequential damages of any character arising as a
|
30074
|
-
result of this License or out of the use or inability to use the
|
30075
|
-
Work (including but not limited to damages for loss of goodwill,
|
30076
|
-
work stoppage, computer failure or malfunction, or any and all
|
30077
|
-
other commercial damages or losses), even if such Contributor
|
30078
|
-
has been advised of the possibility of such damages.
|
30079
|
-
|
30080
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
30081
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
30082
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
30083
|
-
or other liability obligations and/or rights consistent with this
|
30084
|
-
License. However, in accepting such obligations, You may act only
|
30085
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
30086
|
-
of any other Contributor, and only if You agree to indemnify,
|
30087
|
-
defend, and hold each Contributor harmless for any liability
|
30088
|
-
incurred by, or claims asserted against, such Contributor by reason
|
30089
|
-
of your accepting any such warranty or additional liability.
|
30090
|
-
|
30091
|
-
END OF TERMS AND CONDITIONS
|
30092
|
-
|
30093
|
-
APPENDIX: How to apply the Apache License to your work.
|
30094
|
-
|
30095
|
-
To apply the Apache License to your work, attach the following
|
30096
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
30097
|
-
replaced with your own identifying information. (Don't include
|
30098
|
-
the brackets!) The text should be enclosed in the appropriate
|
30099
|
-
comment syntax for the file format. We also recommend that a
|
30100
|
-
file or class name and description of purpose be included on the
|
30101
|
-
same "printed page" as the copyright notice for easier
|
30102
|
-
identification within third-party archives.
|
30103
|
-
|
30104
|
-
Copyright [yyyy] [name of copyright owner]
|
30105
|
-
|
30106
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
30107
|
-
you may not use this file except in compliance with the License.
|
30108
|
-
You may obtain a copy of the License at
|
30109
|
-
|
30110
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
30111
|
-
|
30112
|
-
Unless required by applicable law or agreed to in writing, software
|
30113
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
30114
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
30115
|
-
See the License for the specific language governing permissions and
|
30116
|
-
limitations under the License.
|
30117
|
-
|
30118
|
-
================================================================================
|
30119
|
-
rustc_version LICENSE-MIT
|
30120
|
-
================================================================================
|
30121
|
-
|
30122
|
-
Copyright (c) 2016 The Rust Project Developers
|
30123
|
-
|
30124
|
-
Permission is hereby granted, free of charge, to any
|
30125
|
-
person obtaining a copy of this software and associated
|
30126
|
-
documentation files (the "Software"), to deal in the
|
30127
|
-
Software without restriction, including without
|
30128
|
-
limitation the rights to use, copy, modify, merge,
|
30129
|
-
publish, distribute, sublicense, and/or sell copies of
|
30130
|
-
the Software, and to permit persons to whom the Software
|
30131
|
-
is furnished to do so, subject to the following
|
30132
|
-
conditions:
|
30133
|
-
|
30134
|
-
The above copyright notice and this permission notice
|
30135
|
-
shall be included in all copies or substantial portions
|
30136
|
-
of the Software.
|
30137
|
-
|
30138
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
30139
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
30140
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
30141
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
30142
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
30143
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
30144
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
30145
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
30146
|
-
DEALINGS IN THE SOFTWARE.
|
30147
|
-
|
30148
30167
|
================================================================================
|
30149
30168
|
rustversion LICENSE-APACHE
|
30150
30169
|
================================================================================
|
@@ -30800,7 +30819,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
30800
30819
|
DEALINGS IN THE SOFTWARE.
|
30801
30820
|
|
30802
30821
|
================================================================================
|
30803
|
-
|
30822
|
+
seq-macro LICENSE-APACHE
|
30804
30823
|
================================================================================
|
30805
30824
|
|
30806
30825
|
Apache License
|
@@ -30981,7 +31000,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
30981
31000
|
END OF TERMS AND CONDITIONS
|
30982
31001
|
|
30983
31002
|
================================================================================
|
30984
|
-
|
31003
|
+
seq-macro LICENSE-MIT
|
30985
31004
|
================================================================================
|
30986
31005
|
|
30987
31006
|
Permission is hereby granted, free of charge, to any
|
@@ -31009,7 +31028,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
31009
31028
|
DEALINGS IN THE SOFTWARE.
|
31010
31029
|
|
31011
31030
|
================================================================================
|
31012
|
-
|
31031
|
+
serde LICENSE-APACHE
|
31013
31032
|
================================================================================
|
31014
31033
|
|
31015
31034
|
Apache License
|
@@ -31190,7 +31209,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
31190
31209
|
END OF TERMS AND CONDITIONS
|
31191
31210
|
|
31192
31211
|
================================================================================
|
31193
|
-
|
31212
|
+
serde LICENSE-MIT
|
31194
31213
|
================================================================================
|
31195
31214
|
|
31196
31215
|
Permission is hereby granted, free of charge, to any
|
@@ -31218,7 +31237,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
31218
31237
|
DEALINGS IN THE SOFTWARE.
|
31219
31238
|
|
31220
31239
|
================================================================================
|
31221
|
-
|
31240
|
+
serde_derive LICENSE-APACHE
|
31222
31241
|
================================================================================
|
31223
31242
|
|
31224
31243
|
Apache License
|
@@ -31399,7 +31418,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
31399
31418
|
END OF TERMS AND CONDITIONS
|
31400
31419
|
|
31401
31420
|
================================================================================
|
31402
|
-
|
31421
|
+
serde_derive LICENSE-MIT
|
31403
31422
|
================================================================================
|
31404
31423
|
|
31405
31424
|
Permission is hereby granted, free of charge, to any
|
@@ -31427,7 +31446,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
31427
31446
|
DEALINGS IN THE SOFTWARE.
|
31428
31447
|
|
31429
31448
|
================================================================================
|
31430
|
-
|
31449
|
+
serde_json LICENSE-APACHE
|
31431
31450
|
================================================================================
|
31432
31451
|
|
31433
31452
|
Apache License
|
@@ -31608,7 +31627,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
31608
31627
|
END OF TERMS AND CONDITIONS
|
31609
31628
|
|
31610
31629
|
================================================================================
|
31611
|
-
|
31630
|
+
serde_json LICENSE-MIT
|
31612
31631
|
================================================================================
|
31613
31632
|
|
31614
31633
|
Permission is hereby granted, free of charge, to any
|
@@ -31636,425 +31655,216 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
31636
31655
|
DEALINGS IN THE SOFTWARE.
|
31637
31656
|
|
31638
31657
|
================================================================================
|
31639
|
-
|
31658
|
+
shell-words LICENSE-APACHE
|
31640
31659
|
================================================================================
|
31641
31660
|
|
31642
|
-
|
31643
|
-
|
31644
|
-
|
31661
|
+
Apache License
|
31662
|
+
Version 2.0, January 2004
|
31663
|
+
http://www.apache.org/licenses/
|
31645
31664
|
|
31646
31665
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
31647
31666
|
|
31648
31667
|
1. Definitions.
|
31649
31668
|
|
31650
|
-
|
31651
|
-
|
31669
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
31670
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
31652
31671
|
|
31653
|
-
|
31654
|
-
|
31672
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
31673
|
+
the copyright owner that is granting the License.
|
31655
31674
|
|
31656
|
-
|
31657
|
-
|
31658
|
-
|
31659
|
-
|
31660
|
-
|
31661
|
-
|
31662
|
-
|
31675
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
31676
|
+
other entities that control, are controlled by, or are under common
|
31677
|
+
control with that entity. For the purposes of this definition,
|
31678
|
+
"control" means (i) the power, direct or indirect, to cause the
|
31679
|
+
direction or management of such entity, whether by contract or
|
31680
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
31681
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
31663
31682
|
|
31664
|
-
|
31665
|
-
|
31683
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
31684
|
+
exercising permissions granted by this License.
|
31666
31685
|
|
31667
|
-
|
31668
|
-
|
31669
|
-
|
31686
|
+
"Source" form shall mean the preferred form for making modifications,
|
31687
|
+
including but not limited to software source code, documentation
|
31688
|
+
source, and configuration files.
|
31670
31689
|
|
31671
|
-
|
31672
|
-
|
31673
|
-
|
31674
|
-
|
31690
|
+
"Object" form shall mean any form resulting from mechanical
|
31691
|
+
transformation or translation of a Source form, including but
|
31692
|
+
not limited to compiled object code, generated documentation,
|
31693
|
+
and conversions to other media types.
|
31675
31694
|
|
31676
|
-
|
31677
|
-
|
31678
|
-
|
31679
|
-
|
31695
|
+
"Work" shall mean the work of authorship, whether in Source or
|
31696
|
+
Object form, made available under the License, as indicated by a
|
31697
|
+
copyright notice that is included in or attached to the work
|
31698
|
+
(an example is provided in the Appendix below).
|
31680
31699
|
|
31681
|
-
|
31682
|
-
|
31683
|
-
|
31684
|
-
|
31685
|
-
|
31686
|
-
|
31687
|
-
|
31700
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
31701
|
+
form, that is based on (or derived from) the Work and for which the
|
31702
|
+
editorial revisions, annotations, elaborations, or other modifications
|
31703
|
+
represent, as a whole, an original work of authorship. For the purposes
|
31704
|
+
of this License, Derivative Works shall not include works that remain
|
31705
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
31706
|
+
the Work and Derivative Works thereof.
|
31688
31707
|
|
31689
|
-
|
31690
|
-
|
31691
|
-
|
31692
|
-
|
31693
|
-
|
31694
|
-
|
31695
|
-
|
31696
|
-
|
31697
|
-
|
31698
|
-
|
31699
|
-
|
31700
|
-
|
31701
|
-
|
31708
|
+
"Contribution" shall mean any work of authorship, including
|
31709
|
+
the original version of the Work and any modifications or additions
|
31710
|
+
to that Work or Derivative Works thereof, that is intentionally
|
31711
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
31712
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
31713
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
31714
|
+
means any form of electronic, verbal, or written communication sent
|
31715
|
+
to the Licensor or its representatives, including but not limited to
|
31716
|
+
communication on electronic mailing lists, source code control systems,
|
31717
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
31718
|
+
Licensor for the purpose of discussing and improving the Work, but
|
31719
|
+
excluding communication that is conspicuously marked or otherwise
|
31720
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
31702
31721
|
|
31703
|
-
|
31704
|
-
|
31705
|
-
|
31722
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
31723
|
+
on behalf of whom a Contribution has been received by Licensor and
|
31724
|
+
subsequently incorporated within the Work.
|
31706
31725
|
|
31707
31726
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
31708
|
-
|
31709
|
-
|
31710
|
-
|
31711
|
-
|
31712
|
-
|
31727
|
+
this License, each Contributor hereby grants to You a perpetual,
|
31728
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
31729
|
+
copyright license to reproduce, prepare Derivative Works of,
|
31730
|
+
publicly display, publicly perform, sublicense, and distribute the
|
31731
|
+
Work and such Derivative Works in Source or Object form.
|
31713
31732
|
|
31714
31733
|
3. Grant of Patent License. Subject to the terms and conditions of
|
31715
|
-
|
31716
|
-
|
31717
|
-
|
31718
|
-
|
31719
|
-
|
31720
|
-
|
31721
|
-
|
31722
|
-
|
31723
|
-
|
31724
|
-
|
31725
|
-
|
31726
|
-
|
31727
|
-
|
31728
|
-
|
31734
|
+
this License, each Contributor hereby grants to You a perpetual,
|
31735
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
31736
|
+
(except as stated in this section) patent license to make, have made,
|
31737
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
31738
|
+
where such license applies only to those patent claims licensable
|
31739
|
+
by such Contributor that are necessarily infringed by their
|
31740
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
31741
|
+
with the Work to which such Contribution(s) was submitted. If You
|
31742
|
+
institute patent litigation against any entity (including a
|
31743
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
31744
|
+
or a Contribution incorporated within the Work constitutes direct
|
31745
|
+
or contributory patent infringement, then any patent licenses
|
31746
|
+
granted to You under this License for that Work shall terminate
|
31747
|
+
as of the date such litigation is filed.
|
31729
31748
|
|
31730
31749
|
4. Redistribution. You may reproduce and distribute copies of the
|
31731
|
-
|
31732
|
-
|
31733
|
-
|
31750
|
+
Work or Derivative Works thereof in any medium, with or without
|
31751
|
+
modifications, and in Source or Object form, provided that You
|
31752
|
+
meet the following conditions:
|
31734
31753
|
|
31735
|
-
|
31736
|
-
|
31754
|
+
(a) You must give any other recipients of the Work or
|
31755
|
+
Derivative Works a copy of this License; and
|
31737
31756
|
|
31738
|
-
|
31739
|
-
|
31757
|
+
(b) You must cause any modified files to carry prominent notices
|
31758
|
+
stating that You changed the files; and
|
31740
31759
|
|
31741
|
-
|
31742
|
-
|
31743
|
-
|
31744
|
-
|
31745
|
-
|
31760
|
+
(c) You must retain, in the Source form of any Derivative Works
|
31761
|
+
that You distribute, all copyright, patent, trademark, and
|
31762
|
+
attribution notices from the Source form of the Work,
|
31763
|
+
excluding those notices that do not pertain to any part of
|
31764
|
+
the Derivative Works; and
|
31746
31765
|
|
31747
|
-
|
31748
|
-
|
31749
|
-
|
31750
|
-
|
31751
|
-
|
31752
|
-
|
31753
|
-
|
31754
|
-
|
31755
|
-
|
31756
|
-
|
31757
|
-
|
31758
|
-
|
31759
|
-
|
31760
|
-
|
31761
|
-
|
31762
|
-
|
31766
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
31767
|
+
distribution, then any Derivative Works that You distribute must
|
31768
|
+
include a readable copy of the attribution notices contained
|
31769
|
+
within such NOTICE file, excluding those notices that do not
|
31770
|
+
pertain to any part of the Derivative Works, in at least one
|
31771
|
+
of the following places: within a NOTICE text file distributed
|
31772
|
+
as part of the Derivative Works; within the Source form or
|
31773
|
+
documentation, if provided along with the Derivative Works; or,
|
31774
|
+
within a display generated by the Derivative Works, if and
|
31775
|
+
wherever such third-party notices normally appear. The contents
|
31776
|
+
of the NOTICE file are for informational purposes only and
|
31777
|
+
do not modify the License. You may add Your own attribution
|
31778
|
+
notices within Derivative Works that You distribute, alongside
|
31779
|
+
or as an addendum to the NOTICE text from the Work, provided
|
31780
|
+
that such additional attribution notices cannot be construed
|
31781
|
+
as modifying the License.
|
31763
31782
|
|
31764
|
-
|
31765
|
-
|
31766
|
-
|
31767
|
-
|
31768
|
-
|
31769
|
-
|
31783
|
+
You may add Your own copyright statement to Your modifications and
|
31784
|
+
may provide additional or different license terms and conditions
|
31785
|
+
for use, reproduction, or distribution of Your modifications, or
|
31786
|
+
for any such Derivative Works as a whole, provided Your use,
|
31787
|
+
reproduction, and distribution of the Work otherwise complies with
|
31788
|
+
the conditions stated in this License.
|
31770
31789
|
|
31771
31790
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
31772
|
-
|
31773
|
-
|
31774
|
-
|
31775
|
-
|
31776
|
-
|
31777
|
-
|
31791
|
+
any Contribution intentionally submitted for inclusion in the Work
|
31792
|
+
by You to the Licensor shall be under the terms and conditions of
|
31793
|
+
this License, without any additional terms or conditions.
|
31794
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
31795
|
+
the terms of any separate license agreement you may have executed
|
31796
|
+
with Licensor regarding such Contributions.
|
31778
31797
|
|
31779
31798
|
6. Trademarks. This License does not grant permission to use the trade
|
31780
|
-
|
31781
|
-
|
31782
|
-
|
31799
|
+
names, trademarks, service marks, or product names of the Licensor,
|
31800
|
+
except as required for reasonable and customary use in describing the
|
31801
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
31783
31802
|
|
31784
31803
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
31785
|
-
|
31786
|
-
|
31787
|
-
|
31788
|
-
|
31789
|
-
|
31790
|
-
|
31791
|
-
|
31792
|
-
|
31804
|
+
agreed to in writing, Licensor provides the Work (and each
|
31805
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
31806
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
31807
|
+
implied, including, without limitation, any warranties or conditions
|
31808
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
31809
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
31810
|
+
appropriateness of using or redistributing the Work and assume any
|
31811
|
+
risks associated with Your exercise of permissions under this License.
|
31793
31812
|
|
31794
31813
|
8. Limitation of Liability. In no event and under no legal theory,
|
31795
|
-
|
31796
|
-
|
31797
|
-
|
31798
|
-
|
31799
|
-
|
31800
|
-
|
31801
|
-
|
31802
|
-
|
31803
|
-
|
31804
|
-
|
31814
|
+
whether in tort (including negligence), contract, or otherwise,
|
31815
|
+
unless required by applicable law (such as deliberate and grossly
|
31816
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
31817
|
+
liable to You for damages, including any direct, indirect, special,
|
31818
|
+
incidental, or consequential damages of any character arising as a
|
31819
|
+
result of this License or out of the use or inability to use the
|
31820
|
+
Work (including but not limited to damages for loss of goodwill,
|
31821
|
+
work stoppage, computer failure or malfunction, or any and all
|
31822
|
+
other commercial damages or losses), even if such Contributor
|
31823
|
+
has been advised of the possibility of such damages.
|
31805
31824
|
|
31806
31825
|
9. Accepting Warranty or Additional Liability. While redistributing
|
31807
|
-
|
31808
|
-
|
31809
|
-
|
31810
|
-
|
31811
|
-
|
31812
|
-
|
31813
|
-
|
31814
|
-
|
31815
|
-
|
31826
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
31827
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
31828
|
+
or other liability obligations and/or rights consistent with this
|
31829
|
+
License. However, in accepting such obligations, You may act only
|
31830
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
31831
|
+
of any other Contributor, and only if You agree to indemnify,
|
31832
|
+
defend, and hold each Contributor harmless for any liability
|
31833
|
+
incurred by, or claims asserted against, such Contributor by reason
|
31834
|
+
of your accepting any such warranty or additional liability.
|
31816
31835
|
|
31817
31836
|
END OF TERMS AND CONDITIONS
|
31818
31837
|
|
31838
|
+
APPENDIX: How to apply the Apache License to your work.
|
31839
|
+
|
31840
|
+
To apply the Apache License to your work, attach the following
|
31841
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
31842
|
+
replaced with your own identifying information. (Don't include
|
31843
|
+
the brackets!) The text should be enclosed in the appropriate
|
31844
|
+
comment syntax for the file format. We also recommend that a
|
31845
|
+
file or class name and description of purpose be included on the
|
31846
|
+
same "printed page" as the copyright notice for easier
|
31847
|
+
identification within third-party archives.
|
31848
|
+
|
31849
|
+
Copyright [yyyy] [name of copyright owner]
|
31850
|
+
|
31851
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
31852
|
+
you may not use this file except in compliance with the License.
|
31853
|
+
You may obtain a copy of the License at
|
31854
|
+
|
31855
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
31856
|
+
|
31857
|
+
Unless required by applicable law or agreed to in writing, software
|
31858
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
31859
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
31860
|
+
See the License for the specific language governing permissions and
|
31861
|
+
limitations under the License.
|
31862
|
+
|
31819
31863
|
================================================================================
|
31820
|
-
|
31864
|
+
shell-words LICENSE-MIT
|
31821
31865
|
================================================================================
|
31822
|
-
|
31823
|
-
|
31824
|
-
person obtaining a copy of this software and associated
|
31825
|
-
documentation files (the "Software"), to deal in the
|
31826
|
-
Software without restriction, including without
|
31827
|
-
limitation the rights to use, copy, modify, merge,
|
31828
|
-
publish, distribute, sublicense, and/or sell copies of
|
31829
|
-
the Software, and to permit persons to whom the Software
|
31830
|
-
is furnished to do so, subject to the following
|
31831
|
-
conditions:
|
31832
|
-
|
31833
|
-
The above copyright notice and this permission notice
|
31834
|
-
shall be included in all copies or substantial portions
|
31835
|
-
of the Software.
|
31836
|
-
|
31837
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
31838
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
31839
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
31840
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
31841
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
31842
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
31843
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
31844
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
31845
|
-
DEALINGS IN THE SOFTWARE.
|
31846
|
-
|
31847
|
-
================================================================================
|
31848
|
-
shell-words LICENSE-APACHE
|
31849
|
-
================================================================================
|
31850
|
-
|
31851
|
-
Apache License
|
31852
|
-
Version 2.0, January 2004
|
31853
|
-
http://www.apache.org/licenses/
|
31854
|
-
|
31855
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
31856
|
-
|
31857
|
-
1. Definitions.
|
31858
|
-
|
31859
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
31860
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
31861
|
-
|
31862
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
31863
|
-
the copyright owner that is granting the License.
|
31864
|
-
|
31865
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
31866
|
-
other entities that control, are controlled by, or are under common
|
31867
|
-
control with that entity. For the purposes of this definition,
|
31868
|
-
"control" means (i) the power, direct or indirect, to cause the
|
31869
|
-
direction or management of such entity, whether by contract or
|
31870
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
31871
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
31872
|
-
|
31873
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
31874
|
-
exercising permissions granted by this License.
|
31875
|
-
|
31876
|
-
"Source" form shall mean the preferred form for making modifications,
|
31877
|
-
including but not limited to software source code, documentation
|
31878
|
-
source, and configuration files.
|
31879
|
-
|
31880
|
-
"Object" form shall mean any form resulting from mechanical
|
31881
|
-
transformation or translation of a Source form, including but
|
31882
|
-
not limited to compiled object code, generated documentation,
|
31883
|
-
and conversions to other media types.
|
31884
|
-
|
31885
|
-
"Work" shall mean the work of authorship, whether in Source or
|
31886
|
-
Object form, made available under the License, as indicated by a
|
31887
|
-
copyright notice that is included in or attached to the work
|
31888
|
-
(an example is provided in the Appendix below).
|
31889
|
-
|
31890
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
31891
|
-
form, that is based on (or derived from) the Work and for which the
|
31892
|
-
editorial revisions, annotations, elaborations, or other modifications
|
31893
|
-
represent, as a whole, an original work of authorship. For the purposes
|
31894
|
-
of this License, Derivative Works shall not include works that remain
|
31895
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
31896
|
-
the Work and Derivative Works thereof.
|
31897
|
-
|
31898
|
-
"Contribution" shall mean any work of authorship, including
|
31899
|
-
the original version of the Work and any modifications or additions
|
31900
|
-
to that Work or Derivative Works thereof, that is intentionally
|
31901
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
31902
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
31903
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
31904
|
-
means any form of electronic, verbal, or written communication sent
|
31905
|
-
to the Licensor or its representatives, including but not limited to
|
31906
|
-
communication on electronic mailing lists, source code control systems,
|
31907
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
31908
|
-
Licensor for the purpose of discussing and improving the Work, but
|
31909
|
-
excluding communication that is conspicuously marked or otherwise
|
31910
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
31911
|
-
|
31912
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
31913
|
-
on behalf of whom a Contribution has been received by Licensor and
|
31914
|
-
subsequently incorporated within the Work.
|
31915
|
-
|
31916
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
31917
|
-
this License, each Contributor hereby grants to You a perpetual,
|
31918
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
31919
|
-
copyright license to reproduce, prepare Derivative Works of,
|
31920
|
-
publicly display, publicly perform, sublicense, and distribute the
|
31921
|
-
Work and such Derivative Works in Source or Object form.
|
31922
|
-
|
31923
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
31924
|
-
this License, each Contributor hereby grants to You a perpetual,
|
31925
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
31926
|
-
(except as stated in this section) patent license to make, have made,
|
31927
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
31928
|
-
where such license applies only to those patent claims licensable
|
31929
|
-
by such Contributor that are necessarily infringed by their
|
31930
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
31931
|
-
with the Work to which such Contribution(s) was submitted. If You
|
31932
|
-
institute patent litigation against any entity (including a
|
31933
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
31934
|
-
or a Contribution incorporated within the Work constitutes direct
|
31935
|
-
or contributory patent infringement, then any patent licenses
|
31936
|
-
granted to You under this License for that Work shall terminate
|
31937
|
-
as of the date such litigation is filed.
|
31938
|
-
|
31939
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
31940
|
-
Work or Derivative Works thereof in any medium, with or without
|
31941
|
-
modifications, and in Source or Object form, provided that You
|
31942
|
-
meet the following conditions:
|
31943
|
-
|
31944
|
-
(a) You must give any other recipients of the Work or
|
31945
|
-
Derivative Works a copy of this License; and
|
31946
|
-
|
31947
|
-
(b) You must cause any modified files to carry prominent notices
|
31948
|
-
stating that You changed the files; and
|
31949
|
-
|
31950
|
-
(c) You must retain, in the Source form of any Derivative Works
|
31951
|
-
that You distribute, all copyright, patent, trademark, and
|
31952
|
-
attribution notices from the Source form of the Work,
|
31953
|
-
excluding those notices that do not pertain to any part of
|
31954
|
-
the Derivative Works; and
|
31955
|
-
|
31956
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
31957
|
-
distribution, then any Derivative Works that You distribute must
|
31958
|
-
include a readable copy of the attribution notices contained
|
31959
|
-
within such NOTICE file, excluding those notices that do not
|
31960
|
-
pertain to any part of the Derivative Works, in at least one
|
31961
|
-
of the following places: within a NOTICE text file distributed
|
31962
|
-
as part of the Derivative Works; within the Source form or
|
31963
|
-
documentation, if provided along with the Derivative Works; or,
|
31964
|
-
within a display generated by the Derivative Works, if and
|
31965
|
-
wherever such third-party notices normally appear. The contents
|
31966
|
-
of the NOTICE file are for informational purposes only and
|
31967
|
-
do not modify the License. You may add Your own attribution
|
31968
|
-
notices within Derivative Works that You distribute, alongside
|
31969
|
-
or as an addendum to the NOTICE text from the Work, provided
|
31970
|
-
that such additional attribution notices cannot be construed
|
31971
|
-
as modifying the License.
|
31972
|
-
|
31973
|
-
You may add Your own copyright statement to Your modifications and
|
31974
|
-
may provide additional or different license terms and conditions
|
31975
|
-
for use, reproduction, or distribution of Your modifications, or
|
31976
|
-
for any such Derivative Works as a whole, provided Your use,
|
31977
|
-
reproduction, and distribution of the Work otherwise complies with
|
31978
|
-
the conditions stated in this License.
|
31979
|
-
|
31980
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
31981
|
-
any Contribution intentionally submitted for inclusion in the Work
|
31982
|
-
by You to the Licensor shall be under the terms and conditions of
|
31983
|
-
this License, without any additional terms or conditions.
|
31984
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
31985
|
-
the terms of any separate license agreement you may have executed
|
31986
|
-
with Licensor regarding such Contributions.
|
31987
|
-
|
31988
|
-
6. Trademarks. This License does not grant permission to use the trade
|
31989
|
-
names, trademarks, service marks, or product names of the Licensor,
|
31990
|
-
except as required for reasonable and customary use in describing the
|
31991
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
31992
|
-
|
31993
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
31994
|
-
agreed to in writing, Licensor provides the Work (and each
|
31995
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
31996
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
31997
|
-
implied, including, without limitation, any warranties or conditions
|
31998
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
31999
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
32000
|
-
appropriateness of using or redistributing the Work and assume any
|
32001
|
-
risks associated with Your exercise of permissions under this License.
|
32002
|
-
|
32003
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
32004
|
-
whether in tort (including negligence), contract, or otherwise,
|
32005
|
-
unless required by applicable law (such as deliberate and grossly
|
32006
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
32007
|
-
liable to You for damages, including any direct, indirect, special,
|
32008
|
-
incidental, or consequential damages of any character arising as a
|
32009
|
-
result of this License or out of the use or inability to use the
|
32010
|
-
Work (including but not limited to damages for loss of goodwill,
|
32011
|
-
work stoppage, computer failure or malfunction, or any and all
|
32012
|
-
other commercial damages or losses), even if such Contributor
|
32013
|
-
has been advised of the possibility of such damages.
|
32014
|
-
|
32015
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
32016
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
32017
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
32018
|
-
or other liability obligations and/or rights consistent with this
|
32019
|
-
License. However, in accepting such obligations, You may act only
|
32020
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
32021
|
-
of any other Contributor, and only if You agree to indemnify,
|
32022
|
-
defend, and hold each Contributor harmless for any liability
|
32023
|
-
incurred by, or claims asserted against, such Contributor by reason
|
32024
|
-
of your accepting any such warranty or additional liability.
|
32025
|
-
|
32026
|
-
END OF TERMS AND CONDITIONS
|
32027
|
-
|
32028
|
-
APPENDIX: How to apply the Apache License to your work.
|
32029
|
-
|
32030
|
-
To apply the Apache License to your work, attach the following
|
32031
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
32032
|
-
replaced with your own identifying information. (Don't include
|
32033
|
-
the brackets!) The text should be enclosed in the appropriate
|
32034
|
-
comment syntax for the file format. We also recommend that a
|
32035
|
-
file or class name and description of purpose be included on the
|
32036
|
-
same "printed page" as the copyright notice for easier
|
32037
|
-
identification within third-party archives.
|
32038
|
-
|
32039
|
-
Copyright [yyyy] [name of copyright owner]
|
32040
|
-
|
32041
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
32042
|
-
you may not use this file except in compliance with the License.
|
32043
|
-
You may obtain a copy of the License at
|
32044
|
-
|
32045
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
32046
|
-
|
32047
|
-
Unless required by applicable law or agreed to in writing, software
|
32048
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
32049
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
32050
|
-
See the License for the specific language governing permissions and
|
32051
|
-
limitations under the License.
|
32052
|
-
|
32053
|
-
================================================================================
|
32054
|
-
shell-words LICENSE-MIT
|
32055
|
-
================================================================================
|
32056
|
-
|
32057
|
-
Copyright (c) 2016 Tomasz Miąsko
|
31866
|
+
|
31867
|
+
Copyright (c) 2016 Tomasz Miąsko
|
32058
31868
|
|
32059
31869
|
Permission is hereby granted, free of charge, to any
|
32060
31870
|
person obtaining a copy of this software and associated
|
@@ -34826,33 +34636,697 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
34826
34636
|
|
34827
34637
|
END OF TERMS AND CONDITIONS
|
34828
34638
|
|
34829
|
-
APPENDIX: How to apply the Apache License to your work.
|
34830
|
-
|
34831
|
-
To apply the Apache License to your work, attach the following
|
34832
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
34833
|
-
replaced with your own identifying information. (Don't include
|
34834
|
-
the brackets!) The text should be enclosed in the appropriate
|
34835
|
-
comment syntax for the file format. We also recommend that a
|
34836
|
-
file or class name and description of purpose be included on the
|
34837
|
-
same "printed page" as the copyright notice for easier
|
34838
|
-
identification within third-party archives.
|
34839
|
-
|
34840
|
-
Copyright [yyyy] [name of copyright owner]
|
34841
|
-
|
34842
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
34843
|
-
you may not use this file except in compliance with the License.
|
34844
|
-
You may obtain a copy of the License at
|
34845
|
-
|
34846
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
34847
|
-
|
34848
|
-
Unless required by applicable law or agreed to in writing, software
|
34849
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
34850
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34851
|
-
See the License for the specific language governing permissions and
|
34852
|
-
limitations under the License.
|
34853
|
-
|
34639
|
+
APPENDIX: How to apply the Apache License to your work.
|
34640
|
+
|
34641
|
+
To apply the Apache License to your work, attach the following
|
34642
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
34643
|
+
replaced with your own identifying information. (Don't include
|
34644
|
+
the brackets!) The text should be enclosed in the appropriate
|
34645
|
+
comment syntax for the file format. We also recommend that a
|
34646
|
+
file or class name and description of purpose be included on the
|
34647
|
+
same "printed page" as the copyright notice for easier
|
34648
|
+
identification within third-party archives.
|
34649
|
+
|
34650
|
+
Copyright [yyyy] [name of copyright owner]
|
34651
|
+
|
34652
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
34653
|
+
you may not use this file except in compliance with the License.
|
34654
|
+
You may obtain a copy of the License at
|
34655
|
+
|
34656
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
34657
|
+
|
34658
|
+
Unless required by applicable law or agreed to in writing, software
|
34659
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
34660
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
34661
|
+
See the License for the specific language governing permissions and
|
34662
|
+
limitations under the License.
|
34663
|
+
|
34664
|
+
================================================================================
|
34665
|
+
syn v1.0.109 LICENSE-MIT
|
34666
|
+
================================================================================
|
34667
|
+
|
34668
|
+
Permission is hereby granted, free of charge, to any
|
34669
|
+
person obtaining a copy of this software and associated
|
34670
|
+
documentation files (the "Software"), to deal in the
|
34671
|
+
Software without restriction, including without
|
34672
|
+
limitation the rights to use, copy, modify, merge,
|
34673
|
+
publish, distribute, sublicense, and/or sell copies of
|
34674
|
+
the Software, and to permit persons to whom the Software
|
34675
|
+
is furnished to do so, subject to the following
|
34676
|
+
conditions:
|
34677
|
+
|
34678
|
+
The above copyright notice and this permission notice
|
34679
|
+
shall be included in all copies or substantial portions
|
34680
|
+
of the Software.
|
34681
|
+
|
34682
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
34683
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
34684
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
34685
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
34686
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
34687
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
34688
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
34689
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
34690
|
+
DEALINGS IN THE SOFTWARE.
|
34691
|
+
|
34692
|
+
================================================================================
|
34693
|
+
syn v2.0.46 LICENSE-APACHE
|
34694
|
+
================================================================================
|
34695
|
+
|
34696
|
+
Apache License
|
34697
|
+
Version 2.0, January 2004
|
34698
|
+
http://www.apache.org/licenses/
|
34699
|
+
|
34700
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
34701
|
+
|
34702
|
+
1. Definitions.
|
34703
|
+
|
34704
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
34705
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
34706
|
+
|
34707
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
34708
|
+
the copyright owner that is granting the License.
|
34709
|
+
|
34710
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
34711
|
+
other entities that control, are controlled by, or are under common
|
34712
|
+
control with that entity. For the purposes of this definition,
|
34713
|
+
"control" means (i) the power, direct or indirect, to cause the
|
34714
|
+
direction or management of such entity, whether by contract or
|
34715
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
34716
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
34717
|
+
|
34718
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
34719
|
+
exercising permissions granted by this License.
|
34720
|
+
|
34721
|
+
"Source" form shall mean the preferred form for making modifications,
|
34722
|
+
including but not limited to software source code, documentation
|
34723
|
+
source, and configuration files.
|
34724
|
+
|
34725
|
+
"Object" form shall mean any form resulting from mechanical
|
34726
|
+
transformation or translation of a Source form, including but
|
34727
|
+
not limited to compiled object code, generated documentation,
|
34728
|
+
and conversions to other media types.
|
34729
|
+
|
34730
|
+
"Work" shall mean the work of authorship, whether in Source or
|
34731
|
+
Object form, made available under the License, as indicated by a
|
34732
|
+
copyright notice that is included in or attached to the work
|
34733
|
+
(an example is provided in the Appendix below).
|
34734
|
+
|
34735
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
34736
|
+
form, that is based on (or derived from) the Work and for which the
|
34737
|
+
editorial revisions, annotations, elaborations, or other modifications
|
34738
|
+
represent, as a whole, an original work of authorship. For the purposes
|
34739
|
+
of this License, Derivative Works shall not include works that remain
|
34740
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
34741
|
+
the Work and Derivative Works thereof.
|
34742
|
+
|
34743
|
+
"Contribution" shall mean any work of authorship, including
|
34744
|
+
the original version of the Work and any modifications or additions
|
34745
|
+
to that Work or Derivative Works thereof, that is intentionally
|
34746
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
34747
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
34748
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
34749
|
+
means any form of electronic, verbal, or written communication sent
|
34750
|
+
to the Licensor or its representatives, including but not limited to
|
34751
|
+
communication on electronic mailing lists, source code control systems,
|
34752
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
34753
|
+
Licensor for the purpose of discussing and improving the Work, but
|
34754
|
+
excluding communication that is conspicuously marked or otherwise
|
34755
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
34756
|
+
|
34757
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
34758
|
+
on behalf of whom a Contribution has been received by Licensor and
|
34759
|
+
subsequently incorporated within the Work.
|
34760
|
+
|
34761
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
34762
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34763
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34764
|
+
copyright license to reproduce, prepare Derivative Works of,
|
34765
|
+
publicly display, publicly perform, sublicense, and distribute the
|
34766
|
+
Work and such Derivative Works in Source or Object form.
|
34767
|
+
|
34768
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
34769
|
+
this License, each Contributor hereby grants to You a perpetual,
|
34770
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
34771
|
+
(except as stated in this section) patent license to make, have made,
|
34772
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
34773
|
+
where such license applies only to those patent claims licensable
|
34774
|
+
by such Contributor that are necessarily infringed by their
|
34775
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
34776
|
+
with the Work to which such Contribution(s) was submitted. If You
|
34777
|
+
institute patent litigation against any entity (including a
|
34778
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
34779
|
+
or a Contribution incorporated within the Work constitutes direct
|
34780
|
+
or contributory patent infringement, then any patent licenses
|
34781
|
+
granted to You under this License for that Work shall terminate
|
34782
|
+
as of the date such litigation is filed.
|
34783
|
+
|
34784
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
34785
|
+
Work or Derivative Works thereof in any medium, with or without
|
34786
|
+
modifications, and in Source or Object form, provided that You
|
34787
|
+
meet the following conditions:
|
34788
|
+
|
34789
|
+
(a) You must give any other recipients of the Work or
|
34790
|
+
Derivative Works a copy of this License; and
|
34791
|
+
|
34792
|
+
(b) You must cause any modified files to carry prominent notices
|
34793
|
+
stating that You changed the files; and
|
34794
|
+
|
34795
|
+
(c) You must retain, in the Source form of any Derivative Works
|
34796
|
+
that You distribute, all copyright, patent, trademark, and
|
34797
|
+
attribution notices from the Source form of the Work,
|
34798
|
+
excluding those notices that do not pertain to any part of
|
34799
|
+
the Derivative Works; and
|
34800
|
+
|
34801
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
34802
|
+
distribution, then any Derivative Works that You distribute must
|
34803
|
+
include a readable copy of the attribution notices contained
|
34804
|
+
within such NOTICE file, excluding those notices that do not
|
34805
|
+
pertain to any part of the Derivative Works, in at least one
|
34806
|
+
of the following places: within a NOTICE text file distributed
|
34807
|
+
as part of the Derivative Works; within the Source form or
|
34808
|
+
documentation, if provided along with the Derivative Works; or,
|
34809
|
+
within a display generated by the Derivative Works, if and
|
34810
|
+
wherever such third-party notices normally appear. The contents
|
34811
|
+
of the NOTICE file are for informational purposes only and
|
34812
|
+
do not modify the License. You may add Your own attribution
|
34813
|
+
notices within Derivative Works that You distribute, alongside
|
34814
|
+
or as an addendum to the NOTICE text from the Work, provided
|
34815
|
+
that such additional attribution notices cannot be construed
|
34816
|
+
as modifying the License.
|
34817
|
+
|
34818
|
+
You may add Your own copyright statement to Your modifications and
|
34819
|
+
may provide additional or different license terms and conditions
|
34820
|
+
for use, reproduction, or distribution of Your modifications, or
|
34821
|
+
for any such Derivative Works as a whole, provided Your use,
|
34822
|
+
reproduction, and distribution of the Work otherwise complies with
|
34823
|
+
the conditions stated in this License.
|
34824
|
+
|
34825
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
34826
|
+
any Contribution intentionally submitted for inclusion in the Work
|
34827
|
+
by You to the Licensor shall be under the terms and conditions of
|
34828
|
+
this License, without any additional terms or conditions.
|
34829
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
34830
|
+
the terms of any separate license agreement you may have executed
|
34831
|
+
with Licensor regarding such Contributions.
|
34832
|
+
|
34833
|
+
6. Trademarks. This License does not grant permission to use the trade
|
34834
|
+
names, trademarks, service marks, or product names of the Licensor,
|
34835
|
+
except as required for reasonable and customary use in describing the
|
34836
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
34837
|
+
|
34838
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
34839
|
+
agreed to in writing, Licensor provides the Work (and each
|
34840
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
34841
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
34842
|
+
implied, including, without limitation, any warranties or conditions
|
34843
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
34844
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
34845
|
+
appropriateness of using or redistributing the Work and assume any
|
34846
|
+
risks associated with Your exercise of permissions under this License.
|
34847
|
+
|
34848
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
34849
|
+
whether in tort (including negligence), contract, or otherwise,
|
34850
|
+
unless required by applicable law (such as deliberate and grossly
|
34851
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
34852
|
+
liable to You for damages, including any direct, indirect, special,
|
34853
|
+
incidental, or consequential damages of any character arising as a
|
34854
|
+
result of this License or out of the use or inability to use the
|
34855
|
+
Work (including but not limited to damages for loss of goodwill,
|
34856
|
+
work stoppage, computer failure or malfunction, or any and all
|
34857
|
+
other commercial damages or losses), even if such Contributor
|
34858
|
+
has been advised of the possibility of such damages.
|
34859
|
+
|
34860
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
34861
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
34862
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
34863
|
+
or other liability obligations and/or rights consistent with this
|
34864
|
+
License. However, in accepting such obligations, You may act only
|
34865
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
34866
|
+
of any other Contributor, and only if You agree to indemnify,
|
34867
|
+
defend, and hold each Contributor harmless for any liability
|
34868
|
+
incurred by, or claims asserted against, such Contributor by reason
|
34869
|
+
of your accepting any such warranty or additional liability.
|
34870
|
+
|
34871
|
+
END OF TERMS AND CONDITIONS
|
34872
|
+
|
34873
|
+
================================================================================
|
34874
|
+
syn v2.0.46 LICENSE-MIT
|
34875
|
+
================================================================================
|
34876
|
+
|
34877
|
+
Permission is hereby granted, free of charge, to any
|
34878
|
+
person obtaining a copy of this software and associated
|
34879
|
+
documentation files (the "Software"), to deal in the
|
34880
|
+
Software without restriction, including without
|
34881
|
+
limitation the rights to use, copy, modify, merge,
|
34882
|
+
publish, distribute, sublicense, and/or sell copies of
|
34883
|
+
the Software, and to permit persons to whom the Software
|
34884
|
+
is furnished to do so, subject to the following
|
34885
|
+
conditions:
|
34886
|
+
|
34887
|
+
The above copyright notice and this permission notice
|
34888
|
+
shall be included in all copies or substantial portions
|
34889
|
+
of the Software.
|
34890
|
+
|
34891
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
34892
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
34893
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
34894
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
34895
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
34896
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
34897
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
34898
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
34899
|
+
DEALINGS IN THE SOFTWARE.
|
34900
|
+
|
34901
|
+
================================================================================
|
34902
|
+
sysinfo LICENSE
|
34903
|
+
================================================================================
|
34904
|
+
|
34905
|
+
The MIT License (MIT)
|
34906
|
+
|
34907
|
+
Copyright (c) 2015 Guillaume Gomez
|
34908
|
+
|
34909
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
34910
|
+
of this software and associated documentation files (the "Software"), to deal
|
34911
|
+
in the Software without restriction, including without limitation the rights
|
34912
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
34913
|
+
copies of the Software, and to permit persons to whom the Software is
|
34914
|
+
furnished to do so, subject to the following conditions:
|
34915
|
+
|
34916
|
+
The above copyright notice and this permission notice shall be included in all
|
34917
|
+
copies or substantial portions of the Software.
|
34918
|
+
|
34919
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
34920
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
34921
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
34922
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
34923
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
34924
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
34925
|
+
SOFTWARE.
|
34926
|
+
|
34927
|
+
|
34928
|
+
================================================================================
|
34929
|
+
target-features LICENSE-APACHE
|
34930
|
+
================================================================================
|
34931
|
+
|
34932
|
+
|
34933
|
+
Apache License
|
34934
|
+
Version 2.0, January 2004
|
34935
|
+
http://www.apache.org/licenses/
|
34936
|
+
|
34937
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
34938
|
+
|
34939
|
+
1. Definitions.
|
34940
|
+
|
34941
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
34942
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
34943
|
+
|
34944
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
34945
|
+
the copyright owner that is granting the License.
|
34946
|
+
|
34947
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
34948
|
+
other entities that control, are controlled by, or are under common
|
34949
|
+
control with that entity. For the purposes of this definition,
|
34950
|
+
"control" means (i) the power, direct or indirect, to cause the
|
34951
|
+
direction or management of such entity, whether by contract or
|
34952
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
34953
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
34954
|
+
|
34955
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
34956
|
+
exercising permissions granted by this License.
|
34957
|
+
|
34958
|
+
"Source" form shall mean the preferred form for making modifications,
|
34959
|
+
including but not limited to software source code, documentation
|
34960
|
+
source, and configuration files.
|
34961
|
+
|
34962
|
+
"Object" form shall mean any form resulting from mechanical
|
34963
|
+
transformation or translation of a Source form, including but
|
34964
|
+
not limited to compiled object code, generated documentation,
|
34965
|
+
and conversions to other media types.
|
34966
|
+
|
34967
|
+
"Work" shall mean the work of authorship, whether in Source or
|
34968
|
+
Object form, made available under the License, as indicated by a
|
34969
|
+
copyright notice that is included in or attached to the work
|
34970
|
+
(an example is provided in the Appendix below).
|
34971
|
+
|
34972
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
34973
|
+
form, that is based on (or derived from) the Work and for which the
|
34974
|
+
editorial revisions, annotations, elaborations, or other modifications
|
34975
|
+
represent, as a whole, an original work of authorship. For the purposes
|
34976
|
+
of this License, Derivative Works shall not include works that remain
|
34977
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
34978
|
+
the Work and Derivative Works thereof.
|
34979
|
+
|
34980
|
+
"Contribution" shall mean any work of authorship, including
|
34981
|
+
the original version of the Work and any modifications or additions
|
34982
|
+
to that Work or Derivative Works thereof, that is intentionally
|
34983
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
34984
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
34985
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
34986
|
+
means any form of electronic, verbal, or written communication sent
|
34987
|
+
to the Licensor or its representatives, including but not limited to
|
34988
|
+
communication on electronic mailing lists, source code control systems,
|
34989
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
34990
|
+
Licensor for the purpose of discussing and improving the Work, but
|
34991
|
+
excluding communication that is conspicuously marked or otherwise
|
34992
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
34993
|
+
|
34994
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
34995
|
+
on behalf of whom a Contribution has been received by Licensor and
|
34996
|
+
subsequently incorporated within the Work.
|
34997
|
+
|
34998
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
34999
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35000
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35001
|
+
copyright license to reproduce, prepare Derivative Works of,
|
35002
|
+
publicly display, publicly perform, sublicense, and distribute the
|
35003
|
+
Work and such Derivative Works in Source or Object form.
|
35004
|
+
|
35005
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
35006
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35007
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35008
|
+
(except as stated in this section) patent license to make, have made,
|
35009
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
35010
|
+
where such license applies only to those patent claims licensable
|
35011
|
+
by such Contributor that are necessarily infringed by their
|
35012
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
35013
|
+
with the Work to which such Contribution(s) was submitted. If You
|
35014
|
+
institute patent litigation against any entity (including a
|
35015
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
35016
|
+
or a Contribution incorporated within the Work constitutes direct
|
35017
|
+
or contributory patent infringement, then any patent licenses
|
35018
|
+
granted to You under this License for that Work shall terminate
|
35019
|
+
as of the date such litigation is filed.
|
35020
|
+
|
35021
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
35022
|
+
Work or Derivative Works thereof in any medium, with or without
|
35023
|
+
modifications, and in Source or Object form, provided that You
|
35024
|
+
meet the following conditions:
|
35025
|
+
|
35026
|
+
(a) You must give any other recipients of the Work or
|
35027
|
+
Derivative Works a copy of this License; and
|
35028
|
+
|
35029
|
+
(b) You must cause any modified files to carry prominent notices
|
35030
|
+
stating that You changed the files; and
|
35031
|
+
|
35032
|
+
(c) You must retain, in the Source form of any Derivative Works
|
35033
|
+
that You distribute, all copyright, patent, trademark, and
|
35034
|
+
attribution notices from the Source form of the Work,
|
35035
|
+
excluding those notices that do not pertain to any part of
|
35036
|
+
the Derivative Works; and
|
35037
|
+
|
35038
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
35039
|
+
distribution, then any Derivative Works that You distribute must
|
35040
|
+
include a readable copy of the attribution notices contained
|
35041
|
+
within such NOTICE file, excluding those notices that do not
|
35042
|
+
pertain to any part of the Derivative Works, in at least one
|
35043
|
+
of the following places: within a NOTICE text file distributed
|
35044
|
+
as part of the Derivative Works; within the Source form or
|
35045
|
+
documentation, if provided along with the Derivative Works; or,
|
35046
|
+
within a display generated by the Derivative Works, if and
|
35047
|
+
wherever such third-party notices normally appear. The contents
|
35048
|
+
of the NOTICE file are for informational purposes only and
|
35049
|
+
do not modify the License. You may add Your own attribution
|
35050
|
+
notices within Derivative Works that You distribute, alongside
|
35051
|
+
or as an addendum to the NOTICE text from the Work, provided
|
35052
|
+
that such additional attribution notices cannot be construed
|
35053
|
+
as modifying the License.
|
35054
|
+
|
35055
|
+
You may add Your own copyright statement to Your modifications and
|
35056
|
+
may provide additional or different license terms and conditions
|
35057
|
+
for use, reproduction, or distribution of Your modifications, or
|
35058
|
+
for any such Derivative Works as a whole, provided Your use,
|
35059
|
+
reproduction, and distribution of the Work otherwise complies with
|
35060
|
+
the conditions stated in this License.
|
35061
|
+
|
35062
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
35063
|
+
any Contribution intentionally submitted for inclusion in the Work
|
35064
|
+
by You to the Licensor shall be under the terms and conditions of
|
35065
|
+
this License, without any additional terms or conditions.
|
35066
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
35067
|
+
the terms of any separate license agreement you may have executed
|
35068
|
+
with Licensor regarding such Contributions.
|
35069
|
+
|
35070
|
+
6. Trademarks. This License does not grant permission to use the trade
|
35071
|
+
names, trademarks, service marks, or product names of the Licensor,
|
35072
|
+
except as required for reasonable and customary use in describing the
|
35073
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
35074
|
+
|
35075
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
35076
|
+
agreed to in writing, Licensor provides the Work (and each
|
35077
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
35078
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
35079
|
+
implied, including, without limitation, any warranties or conditions
|
35080
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
35081
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
35082
|
+
appropriateness of using or redistributing the Work and assume any
|
35083
|
+
risks associated with Your exercise of permissions under this License.
|
35084
|
+
|
35085
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
35086
|
+
whether in tort (including negligence), contract, or otherwise,
|
35087
|
+
unless required by applicable law (such as deliberate and grossly
|
35088
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
35089
|
+
liable to You for damages, including any direct, indirect, special,
|
35090
|
+
incidental, or consequential damages of any character arising as a
|
35091
|
+
result of this License or out of the use or inability to use the
|
35092
|
+
Work (including but not limited to damages for loss of goodwill,
|
35093
|
+
work stoppage, computer failure or malfunction, or any and all
|
35094
|
+
other commercial damages or losses), even if such Contributor
|
35095
|
+
has been advised of the possibility of such damages.
|
35096
|
+
|
35097
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
35098
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
35099
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
35100
|
+
or other liability obligations and/or rights consistent with this
|
35101
|
+
License. However, in accepting such obligations, You may act only
|
35102
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
35103
|
+
of any other Contributor, and only if You agree to indemnify,
|
35104
|
+
defend, and hold each Contributor harmless for any liability
|
35105
|
+
incurred by, or claims asserted against, such Contributor by reason
|
35106
|
+
of your accepting any such warranty or additional liability.
|
35107
|
+
|
35108
|
+
END OF TERMS AND CONDITIONS
|
35109
|
+
|
35110
|
+
APPENDIX: How to apply the Apache License to your work.
|
35111
|
+
|
35112
|
+
To apply the Apache License to your work, attach the following
|
35113
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
35114
|
+
replaced with your own identifying information. (Don't include
|
35115
|
+
the brackets!) The text should be enclosed in the appropriate
|
35116
|
+
comment syntax for the file format. We also recommend that a
|
35117
|
+
file or class name and description of purpose be included on the
|
35118
|
+
same "printed page" as the copyright notice for easier
|
35119
|
+
identification within third-party archives.
|
35120
|
+
|
35121
|
+
Copyright [yyyy] [name of copyright owner]
|
35122
|
+
|
35123
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
35124
|
+
you may not use this file except in compliance with the License.
|
35125
|
+
You may obtain a copy of the License at
|
35126
|
+
|
35127
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
35128
|
+
|
35129
|
+
Unless required by applicable law or agreed to in writing, software
|
35130
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
35131
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35132
|
+
See the License for the specific language governing permissions and
|
35133
|
+
limitations under the License.
|
35134
|
+
|
35135
|
+
================================================================================
|
35136
|
+
target-features LICENSE-MIT
|
35137
|
+
================================================================================
|
35138
|
+
|
35139
|
+
Copyright 2022 Caleb Zulawski
|
35140
|
+
|
35141
|
+
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:
|
35142
|
+
|
35143
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
35144
|
+
|
35145
|
+
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.
|
35146
|
+
|
35147
|
+
================================================================================
|
35148
|
+
thiserror LICENSE-APACHE
|
35149
|
+
================================================================================
|
35150
|
+
|
35151
|
+
Apache License
|
35152
|
+
Version 2.0, January 2004
|
35153
|
+
http://www.apache.org/licenses/
|
35154
|
+
|
35155
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
35156
|
+
|
35157
|
+
1. Definitions.
|
35158
|
+
|
35159
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
35160
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
35161
|
+
|
35162
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
35163
|
+
the copyright owner that is granting the License.
|
35164
|
+
|
35165
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
35166
|
+
other entities that control, are controlled by, or are under common
|
35167
|
+
control with that entity. For the purposes of this definition,
|
35168
|
+
"control" means (i) the power, direct or indirect, to cause the
|
35169
|
+
direction or management of such entity, whether by contract or
|
35170
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
35171
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
35172
|
+
|
35173
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
35174
|
+
exercising permissions granted by this License.
|
35175
|
+
|
35176
|
+
"Source" form shall mean the preferred form for making modifications,
|
35177
|
+
including but not limited to software source code, documentation
|
35178
|
+
source, and configuration files.
|
35179
|
+
|
35180
|
+
"Object" form shall mean any form resulting from mechanical
|
35181
|
+
transformation or translation of a Source form, including but
|
35182
|
+
not limited to compiled object code, generated documentation,
|
35183
|
+
and conversions to other media types.
|
35184
|
+
|
35185
|
+
"Work" shall mean the work of authorship, whether in Source or
|
35186
|
+
Object form, made available under the License, as indicated by a
|
35187
|
+
copyright notice that is included in or attached to the work
|
35188
|
+
(an example is provided in the Appendix below).
|
35189
|
+
|
35190
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
35191
|
+
form, that is based on (or derived from) the Work and for which the
|
35192
|
+
editorial revisions, annotations, elaborations, or other modifications
|
35193
|
+
represent, as a whole, an original work of authorship. For the purposes
|
35194
|
+
of this License, Derivative Works shall not include works that remain
|
35195
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
35196
|
+
the Work and Derivative Works thereof.
|
35197
|
+
|
35198
|
+
"Contribution" shall mean any work of authorship, including
|
35199
|
+
the original version of the Work and any modifications or additions
|
35200
|
+
to that Work or Derivative Works thereof, that is intentionally
|
35201
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
35202
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
35203
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
35204
|
+
means any form of electronic, verbal, or written communication sent
|
35205
|
+
to the Licensor or its representatives, including but not limited to
|
35206
|
+
communication on electronic mailing lists, source code control systems,
|
35207
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
35208
|
+
Licensor for the purpose of discussing and improving the Work, but
|
35209
|
+
excluding communication that is conspicuously marked or otherwise
|
35210
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
35211
|
+
|
35212
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
35213
|
+
on behalf of whom a Contribution has been received by Licensor and
|
35214
|
+
subsequently incorporated within the Work.
|
35215
|
+
|
35216
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
35217
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35218
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35219
|
+
copyright license to reproduce, prepare Derivative Works of,
|
35220
|
+
publicly display, publicly perform, sublicense, and distribute the
|
35221
|
+
Work and such Derivative Works in Source or Object form.
|
35222
|
+
|
35223
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
35224
|
+
this License, each Contributor hereby grants to You a perpetual,
|
35225
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35226
|
+
(except as stated in this section) patent license to make, have made,
|
35227
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
35228
|
+
where such license applies only to those patent claims licensable
|
35229
|
+
by such Contributor that are necessarily infringed by their
|
35230
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
35231
|
+
with the Work to which such Contribution(s) was submitted. If You
|
35232
|
+
institute patent litigation against any entity (including a
|
35233
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
35234
|
+
or a Contribution incorporated within the Work constitutes direct
|
35235
|
+
or contributory patent infringement, then any patent licenses
|
35236
|
+
granted to You under this License for that Work shall terminate
|
35237
|
+
as of the date such litigation is filed.
|
35238
|
+
|
35239
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
35240
|
+
Work or Derivative Works thereof in any medium, with or without
|
35241
|
+
modifications, and in Source or Object form, provided that You
|
35242
|
+
meet the following conditions:
|
35243
|
+
|
35244
|
+
(a) You must give any other recipients of the Work or
|
35245
|
+
Derivative Works a copy of this License; and
|
35246
|
+
|
35247
|
+
(b) You must cause any modified files to carry prominent notices
|
35248
|
+
stating that You changed the files; and
|
35249
|
+
|
35250
|
+
(c) You must retain, in the Source form of any Derivative Works
|
35251
|
+
that You distribute, all copyright, patent, trademark, and
|
35252
|
+
attribution notices from the Source form of the Work,
|
35253
|
+
excluding those notices that do not pertain to any part of
|
35254
|
+
the Derivative Works; and
|
35255
|
+
|
35256
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
35257
|
+
distribution, then any Derivative Works that You distribute must
|
35258
|
+
include a readable copy of the attribution notices contained
|
35259
|
+
within such NOTICE file, excluding those notices that do not
|
35260
|
+
pertain to any part of the Derivative Works, in at least one
|
35261
|
+
of the following places: within a NOTICE text file distributed
|
35262
|
+
as part of the Derivative Works; within the Source form or
|
35263
|
+
documentation, if provided along with the Derivative Works; or,
|
35264
|
+
within a display generated by the Derivative Works, if and
|
35265
|
+
wherever such third-party notices normally appear. The contents
|
35266
|
+
of the NOTICE file are for informational purposes only and
|
35267
|
+
do not modify the License. You may add Your own attribution
|
35268
|
+
notices within Derivative Works that You distribute, alongside
|
35269
|
+
or as an addendum to the NOTICE text from the Work, provided
|
35270
|
+
that such additional attribution notices cannot be construed
|
35271
|
+
as modifying the License.
|
35272
|
+
|
35273
|
+
You may add Your own copyright statement to Your modifications and
|
35274
|
+
may provide additional or different license terms and conditions
|
35275
|
+
for use, reproduction, or distribution of Your modifications, or
|
35276
|
+
for any such Derivative Works as a whole, provided Your use,
|
35277
|
+
reproduction, and distribution of the Work otherwise complies with
|
35278
|
+
the conditions stated in this License.
|
35279
|
+
|
35280
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
35281
|
+
any Contribution intentionally submitted for inclusion in the Work
|
35282
|
+
by You to the Licensor shall be under the terms and conditions of
|
35283
|
+
this License, without any additional terms or conditions.
|
35284
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
35285
|
+
the terms of any separate license agreement you may have executed
|
35286
|
+
with Licensor regarding such Contributions.
|
35287
|
+
|
35288
|
+
6. Trademarks. This License does not grant permission to use the trade
|
35289
|
+
names, trademarks, service marks, or product names of the Licensor,
|
35290
|
+
except as required for reasonable and customary use in describing the
|
35291
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
35292
|
+
|
35293
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
35294
|
+
agreed to in writing, Licensor provides the Work (and each
|
35295
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
35296
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
35297
|
+
implied, including, without limitation, any warranties or conditions
|
35298
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
35299
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
35300
|
+
appropriateness of using or redistributing the Work and assume any
|
35301
|
+
risks associated with Your exercise of permissions under this License.
|
35302
|
+
|
35303
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
35304
|
+
whether in tort (including negligence), contract, or otherwise,
|
35305
|
+
unless required by applicable law (such as deliberate and grossly
|
35306
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
35307
|
+
liable to You for damages, including any direct, indirect, special,
|
35308
|
+
incidental, or consequential damages of any character arising as a
|
35309
|
+
result of this License or out of the use or inability to use the
|
35310
|
+
Work (including but not limited to damages for loss of goodwill,
|
35311
|
+
work stoppage, computer failure or malfunction, or any and all
|
35312
|
+
other commercial damages or losses), even if such Contributor
|
35313
|
+
has been advised of the possibility of such damages.
|
35314
|
+
|
35315
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
35316
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
35317
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
35318
|
+
or other liability obligations and/or rights consistent with this
|
35319
|
+
License. However, in accepting such obligations, You may act only
|
35320
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
35321
|
+
of any other Contributor, and only if You agree to indemnify,
|
35322
|
+
defend, and hold each Contributor harmless for any liability
|
35323
|
+
incurred by, or claims asserted against, such Contributor by reason
|
35324
|
+
of your accepting any such warranty or additional liability.
|
35325
|
+
|
35326
|
+
END OF TERMS AND CONDITIONS
|
35327
|
+
|
34854
35328
|
================================================================================
|
34855
|
-
|
35329
|
+
thiserror LICENSE-MIT
|
34856
35330
|
================================================================================
|
34857
35331
|
|
34858
35332
|
Permission is hereby granted, free of charge, to any
|
@@ -34880,7 +35354,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
34880
35354
|
DEALINGS IN THE SOFTWARE.
|
34881
35355
|
|
34882
35356
|
================================================================================
|
34883
|
-
|
35357
|
+
thiserror-impl LICENSE-APACHE
|
34884
35358
|
================================================================================
|
34885
35359
|
|
34886
35360
|
Apache License
|
@@ -35061,7 +35535,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35061
35535
|
END OF TERMS AND CONDITIONS
|
35062
35536
|
|
35063
35537
|
================================================================================
|
35064
|
-
|
35538
|
+
thiserror-impl LICENSE-MIT
|
35065
35539
|
================================================================================
|
35066
35540
|
|
35067
35541
|
Permission is hereby granted, free of charge, to any
|
@@ -35089,253 +35563,67 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35089
35563
|
DEALINGS IN THE SOFTWARE.
|
35090
35564
|
|
35091
35565
|
================================================================================
|
35092
|
-
|
35093
|
-
================================================================================
|
35094
|
-
|
35095
|
-
The MIT License (MIT)
|
35096
|
-
|
35097
|
-
Copyright (c) 2015 Guillaume Gomez
|
35098
|
-
|
35099
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35100
|
-
of this software and associated documentation files (the "Software"), to deal
|
35101
|
-
in the Software without restriction, including without limitation the rights
|
35102
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35103
|
-
copies of the Software, and to permit persons to whom the Software is
|
35104
|
-
furnished to do so, subject to the following conditions:
|
35105
|
-
|
35106
|
-
The above copyright notice and this permission notice shall be included in all
|
35107
|
-
copies or substantial portions of the Software.
|
35108
|
-
|
35109
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35110
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35111
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35112
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35113
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35114
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35115
|
-
SOFTWARE.
|
35116
|
-
|
35117
|
-
|
35118
|
-
================================================================================
|
35119
|
-
target-features LICENSE-APACHE
|
35566
|
+
tokio LICENSE
|
35120
35567
|
================================================================================
|
35121
35568
|
|
35569
|
+
Copyright (c) 2023 Tokio Contributors
|
35122
35570
|
|
35123
|
-
|
35124
|
-
|
35125
|
-
|
35126
|
-
|
35127
|
-
|
35128
|
-
|
35129
|
-
|
35130
|
-
|
35131
|
-
|
35132
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
35133
|
-
|
35134
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
35135
|
-
the copyright owner that is granting the License.
|
35136
|
-
|
35137
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
35138
|
-
other entities that control, are controlled by, or are under common
|
35139
|
-
control with that entity. For the purposes of this definition,
|
35140
|
-
"control" means (i) the power, direct or indirect, to cause the
|
35141
|
-
direction or management of such entity, whether by contract or
|
35142
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
35143
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
35144
|
-
|
35145
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
35146
|
-
exercising permissions granted by this License.
|
35147
|
-
|
35148
|
-
"Source" form shall mean the preferred form for making modifications,
|
35149
|
-
including but not limited to software source code, documentation
|
35150
|
-
source, and configuration files.
|
35151
|
-
|
35152
|
-
"Object" form shall mean any form resulting from mechanical
|
35153
|
-
transformation or translation of a Source form, including but
|
35154
|
-
not limited to compiled object code, generated documentation,
|
35155
|
-
and conversions to other media types.
|
35156
|
-
|
35157
|
-
"Work" shall mean the work of authorship, whether in Source or
|
35158
|
-
Object form, made available under the License, as indicated by a
|
35159
|
-
copyright notice that is included in or attached to the work
|
35160
|
-
(an example is provided in the Appendix below).
|
35161
|
-
|
35162
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
35163
|
-
form, that is based on (or derived from) the Work and for which the
|
35164
|
-
editorial revisions, annotations, elaborations, or other modifications
|
35165
|
-
represent, as a whole, an original work of authorship. For the purposes
|
35166
|
-
of this License, Derivative Works shall not include works that remain
|
35167
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
35168
|
-
the Work and Derivative Works thereof.
|
35169
|
-
|
35170
|
-
"Contribution" shall mean any work of authorship, including
|
35171
|
-
the original version of the Work and any modifications or additions
|
35172
|
-
to that Work or Derivative Works thereof, that is intentionally
|
35173
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
35174
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
35175
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
35176
|
-
means any form of electronic, verbal, or written communication sent
|
35177
|
-
to the Licensor or its representatives, including but not limited to
|
35178
|
-
communication on electronic mailing lists, source code control systems,
|
35179
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
35180
|
-
Licensor for the purpose of discussing and improving the Work, but
|
35181
|
-
excluding communication that is conspicuously marked or otherwise
|
35182
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
35183
|
-
|
35184
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
35185
|
-
on behalf of whom a Contribution has been received by Licensor and
|
35186
|
-
subsequently incorporated within the Work.
|
35187
|
-
|
35188
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
35189
|
-
this License, each Contributor hereby grants to You a perpetual,
|
35190
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35191
|
-
copyright license to reproduce, prepare Derivative Works of,
|
35192
|
-
publicly display, publicly perform, sublicense, and distribute the
|
35193
|
-
Work and such Derivative Works in Source or Object form.
|
35194
|
-
|
35195
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
35196
|
-
this License, each Contributor hereby grants to You a perpetual,
|
35197
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
35198
|
-
(except as stated in this section) patent license to make, have made,
|
35199
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
35200
|
-
where such license applies only to those patent claims licensable
|
35201
|
-
by such Contributor that are necessarily infringed by their
|
35202
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
35203
|
-
with the Work to which such Contribution(s) was submitted. If You
|
35204
|
-
institute patent litigation against any entity (including a
|
35205
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
35206
|
-
or a Contribution incorporated within the Work constitutes direct
|
35207
|
-
or contributory patent infringement, then any patent licenses
|
35208
|
-
granted to You under this License for that Work shall terminate
|
35209
|
-
as of the date such litigation is filed.
|
35210
|
-
|
35211
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
35212
|
-
Work or Derivative Works thereof in any medium, with or without
|
35213
|
-
modifications, and in Source or Object form, provided that You
|
35214
|
-
meet the following conditions:
|
35215
|
-
|
35216
|
-
(a) You must give any other recipients of the Work or
|
35217
|
-
Derivative Works a copy of this License; and
|
35218
|
-
|
35219
|
-
(b) You must cause any modified files to carry prominent notices
|
35220
|
-
stating that You changed the files; and
|
35221
|
-
|
35222
|
-
(c) You must retain, in the Source form of any Derivative Works
|
35223
|
-
that You distribute, all copyright, patent, trademark, and
|
35224
|
-
attribution notices from the Source form of the Work,
|
35225
|
-
excluding those notices that do not pertain to any part of
|
35226
|
-
the Derivative Works; and
|
35227
|
-
|
35228
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
35229
|
-
distribution, then any Derivative Works that You distribute must
|
35230
|
-
include a readable copy of the attribution notices contained
|
35231
|
-
within such NOTICE file, excluding those notices that do not
|
35232
|
-
pertain to any part of the Derivative Works, in at least one
|
35233
|
-
of the following places: within a NOTICE text file distributed
|
35234
|
-
as part of the Derivative Works; within the Source form or
|
35235
|
-
documentation, if provided along with the Derivative Works; or,
|
35236
|
-
within a display generated by the Derivative Works, if and
|
35237
|
-
wherever such third-party notices normally appear. The contents
|
35238
|
-
of the NOTICE file are for informational purposes only and
|
35239
|
-
do not modify the License. You may add Your own attribution
|
35240
|
-
notices within Derivative Works that You distribute, alongside
|
35241
|
-
or as an addendum to the NOTICE text from the Work, provided
|
35242
|
-
that such additional attribution notices cannot be construed
|
35243
|
-
as modifying the License.
|
35244
|
-
|
35245
|
-
You may add Your own copyright statement to Your modifications and
|
35246
|
-
may provide additional or different license terms and conditions
|
35247
|
-
for use, reproduction, or distribution of Your modifications, or
|
35248
|
-
for any such Derivative Works as a whole, provided Your use,
|
35249
|
-
reproduction, and distribution of the Work otherwise complies with
|
35250
|
-
the conditions stated in this License.
|
35251
|
-
|
35252
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
35253
|
-
any Contribution intentionally submitted for inclusion in the Work
|
35254
|
-
by You to the Licensor shall be under the terms and conditions of
|
35255
|
-
this License, without any additional terms or conditions.
|
35256
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
35257
|
-
the terms of any separate license agreement you may have executed
|
35258
|
-
with Licensor regarding such Contributions.
|
35259
|
-
|
35260
|
-
6. Trademarks. This License does not grant permission to use the trade
|
35261
|
-
names, trademarks, service marks, or product names of the Licensor,
|
35262
|
-
except as required for reasonable and customary use in describing the
|
35263
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
35264
|
-
|
35265
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
35266
|
-
agreed to in writing, Licensor provides the Work (and each
|
35267
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
35268
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
35269
|
-
implied, including, without limitation, any warranties or conditions
|
35270
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
35271
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
35272
|
-
appropriateness of using or redistributing the Work and assume any
|
35273
|
-
risks associated with Your exercise of permissions under this License.
|
35274
|
-
|
35275
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
35276
|
-
whether in tort (including negligence), contract, or otherwise,
|
35277
|
-
unless required by applicable law (such as deliberate and grossly
|
35278
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
35279
|
-
liable to You for damages, including any direct, indirect, special,
|
35280
|
-
incidental, or consequential damages of any character arising as a
|
35281
|
-
result of this License or out of the use or inability to use the
|
35282
|
-
Work (including but not limited to damages for loss of goodwill,
|
35283
|
-
work stoppage, computer failure or malfunction, or any and all
|
35284
|
-
other commercial damages or losses), even if such Contributor
|
35285
|
-
has been advised of the possibility of such damages.
|
35286
|
-
|
35287
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
35288
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
35289
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
35290
|
-
or other liability obligations and/or rights consistent with this
|
35291
|
-
License. However, in accepting such obligations, You may act only
|
35292
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
35293
|
-
of any other Contributor, and only if You agree to indemnify,
|
35294
|
-
defend, and hold each Contributor harmless for any liability
|
35295
|
-
incurred by, or claims asserted against, such Contributor by reason
|
35296
|
-
of your accepting any such warranty or additional liability.
|
35297
|
-
|
35298
|
-
END OF TERMS AND CONDITIONS
|
35299
|
-
|
35300
|
-
APPENDIX: How to apply the Apache License to your work.
|
35301
|
-
|
35302
|
-
To apply the Apache License to your work, attach the following
|
35303
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
35304
|
-
replaced with your own identifying information. (Don't include
|
35305
|
-
the brackets!) The text should be enclosed in the appropriate
|
35306
|
-
comment syntax for the file format. We also recommend that a
|
35307
|
-
file or class name and description of purpose be included on the
|
35308
|
-
same "printed page" as the copyright notice for easier
|
35309
|
-
identification within third-party archives.
|
35310
|
-
|
35311
|
-
Copyright [yyyy] [name of copyright owner]
|
35312
|
-
|
35313
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
35314
|
-
you may not use this file except in compliance with the License.
|
35315
|
-
You may obtain a copy of the License at
|
35571
|
+
Permission is hereby granted, free of charge, to any
|
35572
|
+
person obtaining a copy of this software and associated
|
35573
|
+
documentation files (the "Software"), to deal in the
|
35574
|
+
Software without restriction, including without
|
35575
|
+
limitation the rights to use, copy, modify, merge,
|
35576
|
+
publish, distribute, sublicense, and/or sell copies of
|
35577
|
+
the Software, and to permit persons to whom the Software
|
35578
|
+
is furnished to do so, subject to the following
|
35579
|
+
conditions:
|
35316
35580
|
|
35317
|
-
|
35581
|
+
The above copyright notice and this permission notice
|
35582
|
+
shall be included in all copies or substantial portions
|
35583
|
+
of the Software.
|
35318
35584
|
|
35319
|
-
|
35320
|
-
|
35321
|
-
|
35322
|
-
|
35323
|
-
|
35585
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
35586
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
35587
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
35588
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
35589
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
35590
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
35591
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
35592
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
35593
|
+
DEALINGS IN THE SOFTWARE.
|
35324
35594
|
|
35325
35595
|
================================================================================
|
35326
|
-
|
35596
|
+
tokio-util LICENSE
|
35327
35597
|
================================================================================
|
35328
35598
|
|
35329
|
-
Copyright
|
35599
|
+
Copyright (c) 2023 Tokio Contributors
|
35330
35600
|
|
35331
|
-
Permission is hereby granted, free of charge, to any
|
35601
|
+
Permission is hereby granted, free of charge, to any
|
35602
|
+
person obtaining a copy of this software and associated
|
35603
|
+
documentation files (the "Software"), to deal in the
|
35604
|
+
Software without restriction, including without
|
35605
|
+
limitation the rights to use, copy, modify, merge,
|
35606
|
+
publish, distribute, sublicense, and/or sell copies of
|
35607
|
+
the Software, and to permit persons to whom the Software
|
35608
|
+
is furnished to do so, subject to the following
|
35609
|
+
conditions:
|
35332
35610
|
|
35333
|
-
The above copyright notice and this permission notice
|
35611
|
+
The above copyright notice and this permission notice
|
35612
|
+
shall be included in all copies or substantial portions
|
35613
|
+
of the Software.
|
35334
35614
|
|
35335
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
35615
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
35616
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
35617
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
35618
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
35619
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
35620
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
35621
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
35622
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
35623
|
+
DEALINGS IN THE SOFTWARE.
|
35336
35624
|
|
35337
35625
|
================================================================================
|
35338
|
-
|
35626
|
+
unicode-ident LICENSE-APACHE
|
35339
35627
|
================================================================================
|
35340
35628
|
|
35341
35629
|
Apache License
|
@@ -35516,7 +35804,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35516
35804
|
END OF TERMS AND CONDITIONS
|
35517
35805
|
|
35518
35806
|
================================================================================
|
35519
|
-
|
35807
|
+
unicode-ident LICENSE-MIT
|
35520
35808
|
================================================================================
|
35521
35809
|
|
35522
35810
|
Permission is hereby granted, free of charge, to any
|
@@ -35544,7 +35832,58 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35544
35832
|
DEALINGS IN THE SOFTWARE.
|
35545
35833
|
|
35546
35834
|
================================================================================
|
35547
|
-
|
35835
|
+
unicode-ident LICENSE-UNICODE
|
35836
|
+
================================================================================
|
35837
|
+
|
35838
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
35839
|
+
|
35840
|
+
See Terms of Use <https://www.unicode.org/copyright.html>
|
35841
|
+
for definitions of Unicode Inc.’s Data Files and Software.
|
35842
|
+
|
35843
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
35844
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
35845
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
35846
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
35847
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
35848
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
35849
|
+
THE DATA FILES OR SOFTWARE.
|
35850
|
+
|
35851
|
+
COPYRIGHT AND PERMISSION NOTICE
|
35852
|
+
|
35853
|
+
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
|
35854
|
+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
35855
|
+
|
35856
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
35857
|
+
a copy of the Unicode data files and any associated documentation
|
35858
|
+
(the "Data Files") or Unicode software and any associated documentation
|
35859
|
+
(the "Software") to deal in the Data Files or Software
|
35860
|
+
without restriction, including without limitation the rights to use,
|
35861
|
+
copy, modify, merge, publish, distribute, and/or sell copies of
|
35862
|
+
the Data Files or Software, and to permit persons to whom the Data Files
|
35863
|
+
or Software are furnished to do so, provided that either
|
35864
|
+
(a) this copyright and permission notice appear with all copies
|
35865
|
+
of the Data Files or Software, or
|
35866
|
+
(b) this copyright and permission notice appear in associated
|
35867
|
+
Documentation.
|
35868
|
+
|
35869
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
35870
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
35871
|
+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
35872
|
+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
35873
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
35874
|
+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
35875
|
+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
35876
|
+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
35877
|
+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
35878
|
+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
35879
|
+
|
35880
|
+
Except as contained in this notice, the name of a copyright holder
|
35881
|
+
shall not be used in advertising or otherwise to promote the sale,
|
35882
|
+
use or other dealings in these Data Files or Software without prior
|
35883
|
+
written authorization of the copyright holder.
|
35884
|
+
|
35885
|
+
================================================================================
|
35886
|
+
unicode-reverse LICENSE-APACHE
|
35548
35887
|
================================================================================
|
35549
35888
|
|
35550
35889
|
Apache License
|
@@ -35724,10 +36063,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35724
36063
|
|
35725
36064
|
END OF TERMS AND CONDITIONS
|
35726
36065
|
|
36066
|
+
APPENDIX: How to apply the Apache License to your work.
|
36067
|
+
|
36068
|
+
To apply the Apache License to your work, attach the following
|
36069
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
36070
|
+
replaced with your own identifying information. (Don't include
|
36071
|
+
the brackets!) The text should be enclosed in the appropriate
|
36072
|
+
comment syntax for the file format. We also recommend that a
|
36073
|
+
file or class name and description of purpose be included on the
|
36074
|
+
same "printed page" as the copyright notice for easier
|
36075
|
+
identification within third-party archives.
|
36076
|
+
|
36077
|
+
Copyright [yyyy] [name of copyright owner]
|
36078
|
+
|
36079
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
36080
|
+
you may not use this file except in compliance with the License.
|
36081
|
+
You may obtain a copy of the License at
|
36082
|
+
|
36083
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
36084
|
+
|
36085
|
+
Unless required by applicable law or agreed to in writing, software
|
36086
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
36087
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
36088
|
+
See the License for the specific language governing permissions and
|
36089
|
+
limitations under the License.
|
36090
|
+
|
35727
36091
|
================================================================================
|
35728
|
-
|
36092
|
+
unicode-reverse LICENSE-MIT
|
35729
36093
|
================================================================================
|
35730
36094
|
|
36095
|
+
Copyright (c) 2016 Matt Brubeck
|
36096
|
+
|
35731
36097
|
Permission is hereby granted, free of charge, to any
|
35732
36098
|
person obtaining a copy of this software and associated
|
35733
36099
|
documentation files (the "Software"), to deal in the
|
@@ -35753,40 +36119,216 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35753
36119
|
DEALINGS IN THE SOFTWARE.
|
35754
36120
|
|
35755
36121
|
================================================================================
|
35756
|
-
|
36122
|
+
unicode-segmentation LICENSE-APACHE
|
35757
36123
|
================================================================================
|
35758
36124
|
|
35759
|
-
|
36125
|
+
Apache License
|
36126
|
+
Version 2.0, January 2004
|
36127
|
+
http://www.apache.org/licenses/
|
35760
36128
|
|
35761
|
-
|
35762
|
-
person obtaining a copy of this software and associated
|
35763
|
-
documentation files (the "Software"), to deal in the
|
35764
|
-
Software without restriction, including without
|
35765
|
-
limitation the rights to use, copy, modify, merge,
|
35766
|
-
publish, distribute, sublicense, and/or sell copies of
|
35767
|
-
the Software, and to permit persons to whom the Software
|
35768
|
-
is furnished to do so, subject to the following
|
35769
|
-
conditions:
|
36129
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
35770
36130
|
|
35771
|
-
|
35772
|
-
shall be included in all copies or substantial portions
|
35773
|
-
of the Software.
|
36131
|
+
1. Definitions.
|
35774
36132
|
|
35775
|
-
|
35776
|
-
|
35777
|
-
|
35778
|
-
|
35779
|
-
|
35780
|
-
|
35781
|
-
|
35782
|
-
|
35783
|
-
|
36133
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
36134
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
36135
|
+
|
36136
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
36137
|
+
the copyright owner that is granting the License.
|
36138
|
+
|
36139
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
36140
|
+
other entities that control, are controlled by, or are under common
|
36141
|
+
control with that entity. For the purposes of this definition,
|
36142
|
+
"control" means (i) the power, direct or indirect, to cause the
|
36143
|
+
direction or management of such entity, whether by contract or
|
36144
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
36145
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
36146
|
+
|
36147
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
36148
|
+
exercising permissions granted by this License.
|
36149
|
+
|
36150
|
+
"Source" form shall mean the preferred form for making modifications,
|
36151
|
+
including but not limited to software source code, documentation
|
36152
|
+
source, and configuration files.
|
36153
|
+
|
36154
|
+
"Object" form shall mean any form resulting from mechanical
|
36155
|
+
transformation or translation of a Source form, including but
|
36156
|
+
not limited to compiled object code, generated documentation,
|
36157
|
+
and conversions to other media types.
|
36158
|
+
|
36159
|
+
"Work" shall mean the work of authorship, whether in Source or
|
36160
|
+
Object form, made available under the License, as indicated by a
|
36161
|
+
copyright notice that is included in or attached to the work
|
36162
|
+
(an example is provided in the Appendix below).
|
36163
|
+
|
36164
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
36165
|
+
form, that is based on (or derived from) the Work and for which the
|
36166
|
+
editorial revisions, annotations, elaborations, or other modifications
|
36167
|
+
represent, as a whole, an original work of authorship. For the purposes
|
36168
|
+
of this License, Derivative Works shall not include works that remain
|
36169
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
36170
|
+
the Work and Derivative Works thereof.
|
36171
|
+
|
36172
|
+
"Contribution" shall mean any work of authorship, including
|
36173
|
+
the original version of the Work and any modifications or additions
|
36174
|
+
to that Work or Derivative Works thereof, that is intentionally
|
36175
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
36176
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
36177
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
36178
|
+
means any form of electronic, verbal, or written communication sent
|
36179
|
+
to the Licensor or its representatives, including but not limited to
|
36180
|
+
communication on electronic mailing lists, source code control systems,
|
36181
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
36182
|
+
Licensor for the purpose of discussing and improving the Work, but
|
36183
|
+
excluding communication that is conspicuously marked or otherwise
|
36184
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
36185
|
+
|
36186
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
36187
|
+
on behalf of whom a Contribution has been received by Licensor and
|
36188
|
+
subsequently incorporated within the Work.
|
36189
|
+
|
36190
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
36191
|
+
this License, each Contributor hereby grants to You a perpetual,
|
36192
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
36193
|
+
copyright license to reproduce, prepare Derivative Works of,
|
36194
|
+
publicly display, publicly perform, sublicense, and distribute the
|
36195
|
+
Work and such Derivative Works in Source or Object form.
|
36196
|
+
|
36197
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
36198
|
+
this License, each Contributor hereby grants to You a perpetual,
|
36199
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
36200
|
+
(except as stated in this section) patent license to make, have made,
|
36201
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
36202
|
+
where such license applies only to those patent claims licensable
|
36203
|
+
by such Contributor that are necessarily infringed by their
|
36204
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
36205
|
+
with the Work to which such Contribution(s) was submitted. If You
|
36206
|
+
institute patent litigation against any entity (including a
|
36207
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
36208
|
+
or a Contribution incorporated within the Work constitutes direct
|
36209
|
+
or contributory patent infringement, then any patent licenses
|
36210
|
+
granted to You under this License for that Work shall terminate
|
36211
|
+
as of the date such litigation is filed.
|
36212
|
+
|
36213
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
36214
|
+
Work or Derivative Works thereof in any medium, with or without
|
36215
|
+
modifications, and in Source or Object form, provided that You
|
36216
|
+
meet the following conditions:
|
36217
|
+
|
36218
|
+
(a) You must give any other recipients of the Work or
|
36219
|
+
Derivative Works a copy of this License; and
|
36220
|
+
|
36221
|
+
(b) You must cause any modified files to carry prominent notices
|
36222
|
+
stating that You changed the files; and
|
36223
|
+
|
36224
|
+
(c) You must retain, in the Source form of any Derivative Works
|
36225
|
+
that You distribute, all copyright, patent, trademark, and
|
36226
|
+
attribution notices from the Source form of the Work,
|
36227
|
+
excluding those notices that do not pertain to any part of
|
36228
|
+
the Derivative Works; and
|
36229
|
+
|
36230
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
36231
|
+
distribution, then any Derivative Works that You distribute must
|
36232
|
+
include a readable copy of the attribution notices contained
|
36233
|
+
within such NOTICE file, excluding those notices that do not
|
36234
|
+
pertain to any part of the Derivative Works, in at least one
|
36235
|
+
of the following places: within a NOTICE text file distributed
|
36236
|
+
as part of the Derivative Works; within the Source form or
|
36237
|
+
documentation, if provided along with the Derivative Works; or,
|
36238
|
+
within a display generated by the Derivative Works, if and
|
36239
|
+
wherever such third-party notices normally appear. The contents
|
36240
|
+
of the NOTICE file are for informational purposes only and
|
36241
|
+
do not modify the License. You may add Your own attribution
|
36242
|
+
notices within Derivative Works that You distribute, alongside
|
36243
|
+
or as an addendum to the NOTICE text from the Work, provided
|
36244
|
+
that such additional attribution notices cannot be construed
|
36245
|
+
as modifying the License.
|
36246
|
+
|
36247
|
+
You may add Your own copyright statement to Your modifications and
|
36248
|
+
may provide additional or different license terms and conditions
|
36249
|
+
for use, reproduction, or distribution of Your modifications, or
|
36250
|
+
for any such Derivative Works as a whole, provided Your use,
|
36251
|
+
reproduction, and distribution of the Work otherwise complies with
|
36252
|
+
the conditions stated in this License.
|
36253
|
+
|
36254
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
36255
|
+
any Contribution intentionally submitted for inclusion in the Work
|
36256
|
+
by You to the Licensor shall be under the terms and conditions of
|
36257
|
+
this License, without any additional terms or conditions.
|
36258
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
36259
|
+
the terms of any separate license agreement you may have executed
|
36260
|
+
with Licensor regarding such Contributions.
|
36261
|
+
|
36262
|
+
6. Trademarks. This License does not grant permission to use the trade
|
36263
|
+
names, trademarks, service marks, or product names of the Licensor,
|
36264
|
+
except as required for reasonable and customary use in describing the
|
36265
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
36266
|
+
|
36267
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
36268
|
+
agreed to in writing, Licensor provides the Work (and each
|
36269
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
36270
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
36271
|
+
implied, including, without limitation, any warranties or conditions
|
36272
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
36273
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
36274
|
+
appropriateness of using or redistributing the Work and assume any
|
36275
|
+
risks associated with Your exercise of permissions under this License.
|
36276
|
+
|
36277
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
36278
|
+
whether in tort (including negligence), contract, or otherwise,
|
36279
|
+
unless required by applicable law (such as deliberate and grossly
|
36280
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
36281
|
+
liable to You for damages, including any direct, indirect, special,
|
36282
|
+
incidental, or consequential damages of any character arising as a
|
36283
|
+
result of this License or out of the use or inability to use the
|
36284
|
+
Work (including but not limited to damages for loss of goodwill,
|
36285
|
+
work stoppage, computer failure or malfunction, or any and all
|
36286
|
+
other commercial damages or losses), even if such Contributor
|
36287
|
+
has been advised of the possibility of such damages.
|
36288
|
+
|
36289
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
36290
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
36291
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
36292
|
+
or other liability obligations and/or rights consistent with this
|
36293
|
+
License. However, in accepting such obligations, You may act only
|
36294
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
36295
|
+
of any other Contributor, and only if You agree to indemnify,
|
36296
|
+
defend, and hold each Contributor harmless for any liability
|
36297
|
+
incurred by, or claims asserted against, such Contributor by reason
|
36298
|
+
of your accepting any such warranty or additional liability.
|
36299
|
+
|
36300
|
+
END OF TERMS AND CONDITIONS
|
36301
|
+
|
36302
|
+
APPENDIX: How to apply the Apache License to your work.
|
36303
|
+
|
36304
|
+
To apply the Apache License to your work, attach the following
|
36305
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
36306
|
+
replaced with your own identifying information. (Don't include
|
36307
|
+
the brackets!) The text should be enclosed in the appropriate
|
36308
|
+
comment syntax for the file format. We also recommend that a
|
36309
|
+
file or class name and description of purpose be included on the
|
36310
|
+
same "printed page" as the copyright notice for easier
|
36311
|
+
identification within third-party archives.
|
36312
|
+
|
36313
|
+
Copyright [yyyy] [name of copyright owner]
|
36314
|
+
|
36315
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
36316
|
+
you may not use this file except in compliance with the License.
|
36317
|
+
You may obtain a copy of the License at
|
36318
|
+
|
36319
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
36320
|
+
|
36321
|
+
Unless required by applicable law or agreed to in writing, software
|
36322
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
36323
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
36324
|
+
See the License for the specific language governing permissions and
|
36325
|
+
limitations under the License.
|
35784
36326
|
|
35785
36327
|
================================================================================
|
35786
|
-
|
36328
|
+
unicode-segmentation LICENSE-MIT
|
35787
36329
|
================================================================================
|
35788
36330
|
|
35789
|
-
Copyright (c)
|
36331
|
+
Copyright (c) 2015 The Rust Project Developers
|
35790
36332
|
|
35791
36333
|
Permission is hereby granted, free of charge, to any
|
35792
36334
|
person obtaining a copy of this software and associated
|
@@ -35813,7 +36355,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35813
36355
|
DEALINGS IN THE SOFTWARE.
|
35814
36356
|
|
35815
36357
|
================================================================================
|
35816
|
-
unicode-
|
36358
|
+
unicode-width LICENSE-APACHE
|
35817
36359
|
================================================================================
|
35818
36360
|
|
35819
36361
|
Apache License
|
@@ -35993,10 +36535,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35993
36535
|
|
35994
36536
|
END OF TERMS AND CONDITIONS
|
35995
36537
|
|
36538
|
+
APPENDIX: How to apply the Apache License to your work.
|
36539
|
+
|
36540
|
+
To apply the Apache License to your work, attach the following
|
36541
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
36542
|
+
replaced with your own identifying information. (Don't include
|
36543
|
+
the brackets!) The text should be enclosed in the appropriate
|
36544
|
+
comment syntax for the file format. We also recommend that a
|
36545
|
+
file or class name and description of purpose be included on the
|
36546
|
+
same "printed page" as the copyright notice for easier
|
36547
|
+
identification within third-party archives.
|
36548
|
+
|
36549
|
+
Copyright [yyyy] [name of copyright owner]
|
36550
|
+
|
36551
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
36552
|
+
you may not use this file except in compliance with the License.
|
36553
|
+
You may obtain a copy of the License at
|
36554
|
+
|
36555
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
36556
|
+
|
36557
|
+
Unless required by applicable law or agreed to in writing, software
|
36558
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
36559
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
36560
|
+
See the License for the specific language governing permissions and
|
36561
|
+
limitations under the License.
|
36562
|
+
|
35996
36563
|
================================================================================
|
35997
|
-
unicode-
|
36564
|
+
unicode-width LICENSE-MIT
|
35998
36565
|
================================================================================
|
35999
36566
|
|
36567
|
+
Copyright (c) 2015 The Rust Project Developers
|
36568
|
+
|
36000
36569
|
Permission is hereby granted, free of charge, to any
|
36001
36570
|
person obtaining a copy of this software and associated
|
36002
36571
|
documentation files (the "Software"), to deal in the
|
@@ -36022,58 +36591,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
36022
36591
|
DEALINGS IN THE SOFTWARE.
|
36023
36592
|
|
36024
36593
|
================================================================================
|
36025
|
-
|
36026
|
-
================================================================================
|
36027
|
-
|
36028
|
-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
36029
|
-
|
36030
|
-
See Terms of Use <https://www.unicode.org/copyright.html>
|
36031
|
-
for definitions of Unicode Inc.’s Data Files and Software.
|
36032
|
-
|
36033
|
-
NOTICE TO USER: Carefully read the following legal agreement.
|
36034
|
-
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
36035
|
-
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
36036
|
-
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
36037
|
-
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
36038
|
-
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
36039
|
-
THE DATA FILES OR SOFTWARE.
|
36040
|
-
|
36041
|
-
COPYRIGHT AND PERMISSION NOTICE
|
36042
|
-
|
36043
|
-
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
|
36044
|
-
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
36045
|
-
|
36046
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
36047
|
-
a copy of the Unicode data files and any associated documentation
|
36048
|
-
(the "Data Files") or Unicode software and any associated documentation
|
36049
|
-
(the "Software") to deal in the Data Files or Software
|
36050
|
-
without restriction, including without limitation the rights to use,
|
36051
|
-
copy, modify, merge, publish, distribute, and/or sell copies of
|
36052
|
-
the Data Files or Software, and to permit persons to whom the Data Files
|
36053
|
-
or Software are furnished to do so, provided that either
|
36054
|
-
(a) this copyright and permission notice appear with all copies
|
36055
|
-
of the Data Files or Software, or
|
36056
|
-
(b) this copyright and permission notice appear in associated
|
36057
|
-
Documentation.
|
36058
|
-
|
36059
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
36060
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
36061
|
-
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
36062
|
-
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
36063
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
|
36064
|
-
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
|
36065
|
-
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
36066
|
-
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
36067
|
-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
36068
|
-
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
36069
|
-
|
36070
|
-
Except as contained in this notice, the name of a copyright holder
|
36071
|
-
shall not be used in advertising or otherwise to promote the sale,
|
36072
|
-
use or other dealings in these Data Files or Software without prior
|
36073
|
-
written authorization of the copyright holder.
|
36074
|
-
|
36075
|
-
================================================================================
|
36076
|
-
unicode-width LICENSE-APACHE
|
36594
|
+
uuid LICENSE-APACHE
|
36077
36595
|
================================================================================
|
36078
36596
|
|
36079
36597
|
Apache License
|
@@ -36279,10 +36797,11 @@ See the License for the specific language governing permissions and
|
|
36279
36797
|
limitations under the License.
|
36280
36798
|
|
36281
36799
|
================================================================================
|
36282
|
-
|
36800
|
+
uuid LICENSE-MIT
|
36283
36801
|
================================================================================
|
36284
36802
|
|
36285
|
-
Copyright (c)
|
36803
|
+
Copyright (c) 2014 The Rust Project Developers
|
36804
|
+
Copyright (c) 2018 Ashley Mannix, Christopher Armstrong, Dylan DPC, Hunar Roop Kahlon
|
36286
36805
|
|
36287
36806
|
Permission is hereby granted, free of charge, to any
|
36288
36807
|
person obtaining a copy of this software and associated
|