polars-df 0.5.0-x86_64-linux → 0.6.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 +14 -0
- data/Cargo.lock +337 -381
- data/LICENSE-THIRD-PARTY.txt +1161 -832
- data/README.md +4 -3
- data/lib/polars/3.0/polars.so +0 -0
- data/lib/polars/3.1/polars.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/array_expr.rb +84 -0
- data/lib/polars/array_name_space.rb +77 -0
- data/lib/polars/batched_csv_reader.rb +1 -1
- data/lib/polars/data_frame.rb +91 -49
- data/lib/polars/data_types.rb +163 -29
- data/lib/polars/date_time_name_space.rb +17 -3
- data/lib/polars/expr.rb +76 -69
- data/lib/polars/functions.rb +0 -1
- data/lib/polars/group_by.rb +1 -22
- data/lib/polars/lazy_frame.rb +82 -30
- data/lib/polars/lazy_functions.rb +67 -31
- data/lib/polars/list_expr.rb +28 -28
- data/lib/polars/list_name_space.rb +13 -13
- data/lib/polars/rolling_group_by.rb +4 -2
- data/lib/polars/series.rb +70 -16
- data/lib/polars/string_expr.rb +137 -11
- data/lib/polars/string_name_space.rb +137 -22
- data/lib/polars/utils.rb +107 -57
- data/lib/polars/version.rb +1 -1
- data/lib/polars.rb +3 -0
- metadata +4 -2
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -14,7 +14,7 @@ ahash v0.8.3
|
|
14
14
|
https://github.com/tkaitchuck/ahash
|
15
15
|
MIT OR Apache-2.0
|
16
16
|
|
17
|
-
aho-corasick v1.0.
|
17
|
+
aho-corasick v1.0.2
|
18
18
|
https://github.com/BurntSushi/aho-corasick
|
19
19
|
Unlicense OR MIT
|
20
20
|
|
@@ -26,6 +26,10 @@ alloc-stdlib v0.2.2
|
|
26
26
|
https://github.com/dropbox/rust-alloc-no-stdlib
|
27
27
|
BSD-3-Clause
|
28
28
|
|
29
|
+
allocator-api2 v0.2.16
|
30
|
+
https://github.com/zakarumych/allocator-api2
|
31
|
+
MIT OR Apache-2.0
|
32
|
+
|
29
33
|
argminmax v0.6.1
|
30
34
|
https://github.com/jvdd/argminmax
|
31
35
|
MIT
|
@@ -38,7 +42,7 @@ arrow-format v0.8.1
|
|
38
42
|
https://github.com/DataEngineeringLabs/arrow-format
|
39
43
|
Apache-2.0
|
40
44
|
|
41
|
-
arrow2 v0.17.
|
45
|
+
arrow2 v0.17.3
|
42
46
|
https://github.com/jorgecarleitao/arrow2
|
43
47
|
Apache-2.0
|
44
48
|
|
@@ -50,7 +54,7 @@ async-stream-impl v0.3.5
|
|
50
54
|
https://github.com/tokio-rs/async-stream
|
51
55
|
MIT
|
52
56
|
|
53
|
-
async-trait v0.1.
|
57
|
+
async-trait v0.1.71
|
54
58
|
https://github.com/dtolnay/async-trait
|
55
59
|
MIT OR Apache-2.0
|
56
60
|
|
@@ -66,11 +70,11 @@ avro-schema v0.3.0
|
|
66
70
|
https://github.com/DataEngineeringLabs/avro-schema
|
67
71
|
MIT/Apache-2.0
|
68
72
|
|
69
|
-
base64 v0.21.
|
73
|
+
base64 v0.21.2
|
70
74
|
https://github.com/marshallpierce/rust-base64
|
71
75
|
MIT OR Apache-2.0
|
72
76
|
|
73
|
-
bindgen v0.
|
77
|
+
bindgen v0.62.0
|
74
78
|
https://rust-lang.github.io/rust-bindgen/
|
75
79
|
BSD-3-Clause
|
76
80
|
|
@@ -114,18 +118,18 @@ chrono v0.4.24
|
|
114
118
|
https://github.com/chronotope/chrono
|
115
119
|
MIT/Apache-2.0
|
116
120
|
|
117
|
-
chrono-tz v0.8.
|
121
|
+
chrono-tz v0.8.3
|
118
122
|
https://github.com/chronotope/chrono-tz
|
119
123
|
MIT OR Apache-2.0
|
120
124
|
|
121
|
-
chrono-tz-build v0.
|
125
|
+
chrono-tz-build v0.2.0
|
122
126
|
MIT OR Apache-2.0
|
123
127
|
|
124
128
|
clang-sys v1.6.1
|
125
129
|
https://github.com/KyleMayes/clang-sys
|
126
130
|
Apache-2.0
|
127
131
|
|
128
|
-
comfy-table
|
132
|
+
comfy-table v7.0.1
|
129
133
|
https://github.com/nukesor/comfy-table
|
130
134
|
MIT
|
131
135
|
|
@@ -149,7 +153,7 @@ crossbeam-deque v0.8.3
|
|
149
153
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
|
150
154
|
MIT OR Apache-2.0
|
151
155
|
|
152
|
-
crossbeam-epoch v0.9.
|
156
|
+
crossbeam-epoch v0.9.15
|
153
157
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
|
154
158
|
MIT OR Apache-2.0
|
155
159
|
|
@@ -157,11 +161,11 @@ crossbeam-queue v0.3.8
|
|
157
161
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
|
158
162
|
MIT OR Apache-2.0
|
159
163
|
|
160
|
-
crossbeam-utils v0.8.
|
164
|
+
crossbeam-utils v0.8.16
|
161
165
|
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
|
162
166
|
MIT OR Apache-2.0
|
163
167
|
|
164
|
-
crossterm v0.
|
168
|
+
crossterm v0.26.1
|
165
169
|
https://github.com/crossterm-rs/crossterm
|
166
170
|
MIT
|
167
171
|
|
@@ -173,10 +177,14 @@ either v1.8.1
|
|
173
177
|
https://github.com/bluss/either
|
174
178
|
MIT OR Apache-2.0
|
175
179
|
|
176
|
-
enum_dispatch v0.3.
|
180
|
+
enum_dispatch v0.3.12
|
177
181
|
https://gitlab.com/antonok/enum_dispatch
|
178
182
|
MIT OR Apache-2.0
|
179
183
|
|
184
|
+
equivalent v1.0.1
|
185
|
+
https://github.com/cuviper/equivalent
|
186
|
+
Apache-2.0 OR MIT
|
187
|
+
|
180
188
|
ethnum v1.3.2
|
181
189
|
https://github.com/nlordell/ethnum-rs
|
182
190
|
MIT OR Apache-2.0
|
@@ -237,7 +245,7 @@ futures-util v0.3.28
|
|
237
245
|
https://rust-lang.github.io/futures-rs
|
238
246
|
MIT OR Apache-2.0
|
239
247
|
|
240
|
-
getrandom v0.2.
|
248
|
+
getrandom v0.2.10
|
241
249
|
https://github.com/rust-random/getrandom
|
242
250
|
MIT OR Apache-2.0
|
243
251
|
|
@@ -245,7 +253,7 @@ glob v0.3.1
|
|
245
253
|
https://github.com/rust-lang/glob
|
246
254
|
MIT OR Apache-2.0
|
247
255
|
|
248
|
-
halfbrown v0.2.
|
256
|
+
halfbrown v0.2.4
|
249
257
|
https://github.com/Licenser/halfbrown
|
250
258
|
Apache-2.0/MIT
|
251
259
|
|
@@ -253,11 +261,11 @@ hash_hasher v2.0.3
|
|
253
261
|
https://github.com/Fraser999/Hash-Hasher.git
|
254
262
|
Apache-2.0 OR MIT
|
255
263
|
|
256
|
-
hashbrown v0.
|
264
|
+
hashbrown v0.13.2
|
257
265
|
https://github.com/rust-lang/hashbrown
|
258
266
|
MIT OR Apache-2.0
|
259
267
|
|
260
|
-
hashbrown v0.
|
268
|
+
hashbrown v0.14.0
|
261
269
|
https://github.com/rust-lang/hashbrown
|
262
270
|
MIT OR Apache-2.0
|
263
271
|
|
@@ -273,15 +281,15 @@ home v0.5.5
|
|
273
281
|
https://github.com/rust-lang/cargo
|
274
282
|
MIT OR Apache-2.0
|
275
283
|
|
276
|
-
iana-time-zone v0.1.
|
284
|
+
iana-time-zone v0.1.57
|
277
285
|
https://github.com/strawlab/iana-time-zone
|
278
286
|
MIT OR Apache-2.0
|
279
287
|
|
280
|
-
indexmap
|
288
|
+
indexmap v2.0.0
|
281
289
|
https://github.com/bluss/indexmap
|
282
290
|
Apache-2.0 OR MIT
|
283
291
|
|
284
|
-
itoa v1.0.
|
292
|
+
itoa v1.0.8
|
285
293
|
https://github.com/dtolnay/itoa
|
286
294
|
MIT OR Apache-2.0
|
287
295
|
|
@@ -301,10 +309,6 @@ jobserver v0.1.26
|
|
301
309
|
https://github.com/alexcrichton/jobserver-rs
|
302
310
|
MIT/Apache-2.0
|
303
311
|
|
304
|
-
json-deserializer v0.4.4
|
305
|
-
https://github.com/jorgecarleitao/json-deserializer
|
306
|
-
Apache-2.0
|
307
|
-
|
308
312
|
jsonpath_lib v0.3.0
|
309
313
|
https://github.com/freestrings/jsonpath
|
310
314
|
MIT
|
@@ -345,11 +349,11 @@ lexical-write-integer v0.8.5
|
|
345
349
|
https://github.com/Alexhuszagh/rust-lexical
|
346
350
|
MIT/Apache-2.0
|
347
351
|
|
348
|
-
libc v0.2.
|
352
|
+
libc v0.2.147
|
349
353
|
https://github.com/rust-lang/libc
|
350
354
|
MIT OR Apache-2.0
|
351
355
|
|
352
|
-
libflate v1.
|
356
|
+
libflate v1.4.0
|
353
357
|
https://github.com/sile/libflate
|
354
358
|
MIT
|
355
359
|
|
@@ -361,15 +365,15 @@ libloading v0.7.4
|
|
361
365
|
https://github.com/nagisa/rust_libloading/
|
362
366
|
ISC
|
363
367
|
|
364
|
-
libm v0.2.
|
368
|
+
libm v0.2.7
|
365
369
|
https://github.com/rust-lang/libm
|
366
370
|
MIT OR Apache-2.0
|
367
371
|
|
368
|
-
lock_api v0.4.
|
372
|
+
lock_api v0.4.10
|
369
373
|
https://github.com/Amanieu/parking_lot
|
370
374
|
MIT OR Apache-2.0
|
371
375
|
|
372
|
-
log v0.4.
|
376
|
+
log v0.4.19
|
373
377
|
https://github.com/rust-lang/log
|
374
378
|
MIT OR Apache-2.0
|
375
379
|
|
@@ -381,7 +385,7 @@ lz4-sys v1.9.4
|
|
381
385
|
https://github.com/10xGenomics/lz4-rs
|
382
386
|
MIT
|
383
387
|
|
384
|
-
magnus v0.5.
|
388
|
+
magnus v0.5.4
|
385
389
|
https://github.com/matsadler/magnus
|
386
390
|
MIT
|
387
391
|
|
@@ -397,7 +401,7 @@ memmap2 v0.5.10
|
|
397
401
|
https://github.com/RazrFalcon/memmap2-rs
|
398
402
|
MIT OR Apache-2.0
|
399
403
|
|
400
|
-
memoffset v0.
|
404
|
+
memoffset v0.9.0
|
401
405
|
https://github.com/Gilnaa/memoffset
|
402
406
|
MIT
|
403
407
|
|
@@ -409,15 +413,15 @@ miniz_oxide v0.7.1
|
|
409
413
|
https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
|
410
414
|
MIT OR Zlib OR Apache-2.0
|
411
415
|
|
412
|
-
mio v0.8.
|
416
|
+
mio v0.8.8
|
413
417
|
https://github.com/tokio-rs/mio
|
414
418
|
MIT
|
415
419
|
|
416
|
-
multiversion v0.7.
|
420
|
+
multiversion v0.7.2
|
417
421
|
https://github.com/calebzulawski/multiversion
|
418
422
|
MIT OR Apache-2.0
|
419
423
|
|
420
|
-
multiversion-macros v0.7.
|
424
|
+
multiversion-macros v0.7.2
|
421
425
|
https://github.com/calebzulawski/multiversion
|
422
426
|
MIT OR Apache-2.0
|
423
427
|
|
@@ -437,11 +441,11 @@ num-traits v0.2.15
|
|
437
441
|
https://github.com/rust-num/num-traits
|
438
442
|
MIT OR Apache-2.0
|
439
443
|
|
440
|
-
num_cpus v1.
|
444
|
+
num_cpus v1.16.0
|
441
445
|
https://github.com/seanmonstar/num_cpus
|
442
446
|
MIT OR Apache-2.0
|
443
447
|
|
444
|
-
once_cell v1.
|
448
|
+
once_cell v1.18.0
|
445
449
|
https://github.com/matklad/once_cell
|
446
450
|
MIT OR Apache-2.0
|
447
451
|
|
@@ -449,7 +453,7 @@ parking_lot v0.12.1
|
|
449
453
|
https://github.com/Amanieu/parking_lot
|
450
454
|
MIT OR Apache-2.0
|
451
455
|
|
452
|
-
parking_lot_core v0.9.
|
456
|
+
parking_lot_core v0.9.8
|
453
457
|
https://github.com/Amanieu/parking_lot
|
454
458
|
MIT OR Apache-2.0
|
455
459
|
|
@@ -469,23 +473,23 @@ peeking_take_while v0.1.2
|
|
469
473
|
https://github.com/fitzgen/peeking_take_while
|
470
474
|
Apache-2.0/MIT
|
471
475
|
|
472
|
-
phf v0.11.
|
476
|
+
phf v0.11.2
|
473
477
|
https://github.com/rust-phf/rust-phf
|
474
478
|
MIT
|
475
479
|
|
476
|
-
phf_codegen v0.11.
|
480
|
+
phf_codegen v0.11.2
|
477
481
|
https://github.com/rust-phf/rust-phf
|
478
482
|
MIT
|
479
483
|
|
480
|
-
phf_generator v0.11.
|
484
|
+
phf_generator v0.11.2
|
481
485
|
https://github.com/rust-phf/rust-phf
|
482
486
|
MIT
|
483
487
|
|
484
|
-
phf_shared v0.11.
|
488
|
+
phf_shared v0.11.2
|
485
489
|
https://github.com/rust-phf/rust-phf
|
486
490
|
MIT
|
487
491
|
|
488
|
-
pin-project-lite v0.2.
|
492
|
+
pin-project-lite v0.2.10
|
489
493
|
https://github.com/taiki-e/pin-project-lite
|
490
494
|
Apache-2.0 OR MIT
|
491
495
|
|
@@ -501,64 +505,68 @@ planus v0.3.1
|
|
501
505
|
https://github.com/planus-org/planus
|
502
506
|
MIT/Apache-2.0
|
503
507
|
|
504
|
-
polars v0.
|
508
|
+
polars v0.31.1
|
505
509
|
https://github.com/pola-rs/polars
|
506
510
|
MIT
|
507
511
|
|
508
|
-
polars-arrow v0.
|
512
|
+
polars-arrow v0.31.1
|
509
513
|
MIT
|
510
514
|
|
511
|
-
polars-core v0.
|
515
|
+
polars-core v0.31.1
|
512
516
|
https://github.com/pola-rs/polars
|
513
517
|
MIT
|
514
518
|
|
515
|
-
polars-error v0.
|
519
|
+
polars-error v0.31.1
|
516
520
|
https://github.com/pola-rs/polars
|
517
521
|
MIT
|
518
522
|
|
519
|
-
polars-io v0.
|
523
|
+
polars-io v0.31.1
|
520
524
|
https://github.com/pola-rs/polars
|
521
525
|
MIT
|
522
526
|
|
523
|
-
polars-
|
527
|
+
polars-json v0.31.1
|
524
528
|
https://github.com/pola-rs/polars
|
525
529
|
MIT
|
526
530
|
|
527
|
-
polars-
|
531
|
+
polars-lazy v0.31.1
|
528
532
|
https://github.com/pola-rs/polars
|
529
533
|
MIT
|
530
534
|
|
531
|
-
polars-
|
535
|
+
polars-ops v0.31.1
|
532
536
|
https://github.com/pola-rs/polars
|
533
537
|
MIT
|
534
538
|
|
535
|
-
polars-
|
539
|
+
polars-pipe v0.31.1
|
536
540
|
https://github.com/pola-rs/polars
|
537
541
|
MIT
|
538
542
|
|
539
|
-
polars-
|
543
|
+
polars-plan v0.31.1
|
540
544
|
https://github.com/pola-rs/polars
|
541
545
|
MIT
|
542
546
|
|
543
|
-
polars-
|
547
|
+
polars-row v0.31.1
|
544
548
|
https://github.com/pola-rs/polars
|
545
549
|
MIT
|
546
550
|
|
547
|
-
polars-
|
551
|
+
polars-sql v0.31.1
|
552
|
+
https://github.com/pola-rs/polars
|
548
553
|
MIT
|
549
554
|
|
550
|
-
polars-
|
555
|
+
polars-time v0.31.1
|
556
|
+
MIT
|
557
|
+
|
558
|
+
polars-utils v0.31.1
|
551
559
|
MIT
|
552
560
|
|
553
561
|
ppv-lite86 v0.2.17
|
554
562
|
https://github.com/cryptocorrosion/cryptocorrosion
|
555
563
|
MIT/Apache-2.0
|
556
564
|
|
557
|
-
proc-macro2 v1.0.
|
565
|
+
proc-macro2 v1.0.64
|
558
566
|
https://github.com/dtolnay/proc-macro2
|
559
567
|
MIT OR Apache-2.0
|
560
568
|
|
561
|
-
quote v1.0.
|
569
|
+
quote v1.0.29
|
562
570
|
https://github.com/dtolnay/quote
|
563
571
|
MIT OR Apache-2.0
|
564
572
|
|
@@ -586,11 +594,11 @@ rayon-core v1.11.0
|
|
586
594
|
https://github.com/rayon-rs/rayon
|
587
595
|
MIT OR Apache-2.0
|
588
596
|
|
589
|
-
rb-sys v0.9.
|
597
|
+
rb-sys v0.9.79
|
590
598
|
https://github.com/oxidize-rb/rb-sys
|
591
599
|
MIT OR Apache-2.0
|
592
600
|
|
593
|
-
rb-sys-build v0.9.
|
601
|
+
rb-sys-build v0.9.79
|
594
602
|
https://github.com/oxidize-rb/rb-sys
|
595
603
|
MIT OR Apache-2.0
|
596
604
|
|
@@ -598,16 +606,20 @@ rb-sys-env v0.1.2
|
|
598
606
|
https://github.com/oxidize-rb/rb-sys
|
599
607
|
MIT OR Apache-2.0
|
600
608
|
|
601
|
-
regex v1.
|
609
|
+
regex v1.9.1
|
602
610
|
https://github.com/rust-lang/regex
|
603
611
|
MIT OR Apache-2.0
|
604
612
|
|
613
|
+
regex-automata v0.3.3
|
614
|
+
https://github.com/rust-lang/regex/tree/master/regex-automata
|
615
|
+
MIT OR Apache-2.0
|
616
|
+
|
605
617
|
regex-syntax v0.6.29
|
606
618
|
https://github.com/rust-lang/regex
|
607
619
|
MIT OR Apache-2.0
|
608
620
|
|
609
|
-
regex-syntax v0.7.
|
610
|
-
https://github.com/rust-lang/regex
|
621
|
+
regex-syntax v0.7.4
|
622
|
+
https://github.com/rust-lang/regex/tree/master/regex-syntax
|
611
623
|
MIT OR Apache-2.0
|
612
624
|
|
613
625
|
rle-decode-fast v1.0.3
|
@@ -622,11 +634,11 @@ rustc_version v0.4.0
|
|
622
634
|
https://github.com/Kimundi/rustc-version-rs
|
623
635
|
MIT/Apache-2.0
|
624
636
|
|
625
|
-
rustversion v1.0.
|
637
|
+
rustversion v1.0.13
|
626
638
|
https://github.com/dtolnay/rustversion
|
627
639
|
MIT OR Apache-2.0
|
628
640
|
|
629
|
-
ryu v1.0.
|
641
|
+
ryu v1.0.14
|
630
642
|
https://github.com/dtolnay/ryu
|
631
643
|
Apache-2.0 OR BSL-1.0
|
632
644
|
|
@@ -638,19 +650,19 @@ semver v1.0.17
|
|
638
650
|
https://github.com/dtolnay/semver
|
639
651
|
MIT OR Apache-2.0
|
640
652
|
|
641
|
-
seq-macro v0.3.
|
653
|
+
seq-macro v0.3.4
|
642
654
|
https://github.com/dtolnay/seq-macro
|
643
655
|
MIT OR Apache-2.0
|
644
656
|
|
645
|
-
serde v1.0.
|
657
|
+
serde v1.0.171
|
646
658
|
https://serde.rs
|
647
659
|
MIT OR Apache-2.0
|
648
660
|
|
649
|
-
serde_derive v1.0.
|
661
|
+
serde_derive v1.0.171
|
650
662
|
https://serde.rs
|
651
663
|
MIT OR Apache-2.0
|
652
664
|
|
653
|
-
serde_json v1.0.
|
665
|
+
serde_json v1.0.102
|
654
666
|
https://github.com/serde-rs/json
|
655
667
|
MIT OR Apache-2.0
|
656
668
|
|
@@ -662,7 +674,7 @@ shlex v1.1.0
|
|
662
674
|
https://github.com/comex/rust-shlex
|
663
675
|
MIT OR Apache-2.0
|
664
676
|
|
665
|
-
signal-hook v0.3.
|
677
|
+
signal-hook v0.3.16
|
666
678
|
https://github.com/vorner/signal-hook
|
667
679
|
Apache-2.0/MIT
|
668
680
|
|
@@ -674,7 +686,7 @@ signal-hook-registry v1.4.1
|
|
674
686
|
https://github.com/vorner/signal-hook
|
675
687
|
Apache-2.0/MIT
|
676
688
|
|
677
|
-
simd-json v0.
|
689
|
+
simd-json v0.10.3
|
678
690
|
https://github.com/simd-lite/simd-json
|
679
691
|
Apache-2.0 OR MIT
|
680
692
|
|
@@ -690,7 +702,7 @@ slab v0.4.8
|
|
690
702
|
https://github.com/tokio-rs/slab
|
691
703
|
MIT
|
692
704
|
|
693
|
-
smallvec v1.
|
705
|
+
smallvec v1.11.0
|
694
706
|
https://github.com/servo/rust-smallvec
|
695
707
|
MIT OR Apache-2.0
|
696
708
|
|
@@ -706,7 +718,7 @@ socket2 v0.4.9
|
|
706
718
|
https://github.com/rust-lang/socket2
|
707
719
|
MIT OR Apache-2.0
|
708
720
|
|
709
|
-
sqlparser v0.
|
721
|
+
sqlparser v0.34.0
|
710
722
|
https://github.com/sqlparser-rs/sqlparser-rs
|
711
723
|
Apache-2.0
|
712
724
|
|
@@ -734,27 +746,31 @@ strum_macros v0.24.3
|
|
734
746
|
https://github.com/Peternator7/strum
|
735
747
|
MIT
|
736
748
|
|
749
|
+
strum_macros v0.25.1
|
750
|
+
https://github.com/Peternator7/strum
|
751
|
+
MIT
|
752
|
+
|
737
753
|
syn v1.0.109
|
738
754
|
https://github.com/dtolnay/syn
|
739
755
|
MIT OR Apache-2.0
|
740
756
|
|
741
|
-
syn v2.0.
|
757
|
+
syn v2.0.26
|
742
758
|
https://github.com/dtolnay/syn
|
743
759
|
MIT OR Apache-2.0
|
744
760
|
|
745
|
-
sysinfo v0.
|
761
|
+
sysinfo v0.29.4
|
746
762
|
https://github.com/GuillaumeGomez/sysinfo
|
747
763
|
MIT
|
748
764
|
|
749
|
-
target-features v0.1.
|
765
|
+
target-features v0.1.4
|
750
766
|
https://github.com/calebzulawski/target-features
|
751
767
|
MIT OR Apache-2.0
|
752
768
|
|
753
|
-
thiserror v1.0.
|
769
|
+
thiserror v1.0.43
|
754
770
|
https://github.com/dtolnay/thiserror
|
755
771
|
MIT OR Apache-2.0
|
756
772
|
|
757
|
-
thiserror-impl v1.0.
|
773
|
+
thiserror-impl v1.0.43
|
758
774
|
https://github.com/dtolnay/thiserror
|
759
775
|
MIT OR Apache-2.0
|
760
776
|
|
@@ -762,11 +778,11 @@ time v0.1.45
|
|
762
778
|
https://github.com/time-rs/time
|
763
779
|
MIT/Apache-2.0
|
764
780
|
|
765
|
-
tokio v1.
|
781
|
+
tokio v1.29.1
|
766
782
|
https://tokio.rs
|
767
783
|
MIT
|
768
784
|
|
769
|
-
unicode-ident v1.0.
|
785
|
+
unicode-ident v1.0.11
|
770
786
|
https://github.com/dtolnay/unicode-ident
|
771
787
|
(MIT OR Apache-2.0) AND Unicode-DFS-2016
|
772
788
|
|
@@ -774,7 +790,7 @@ unicode-width v0.1.10
|
|
774
790
|
https://github.com/unicode-rs/unicode-width
|
775
791
|
MIT/Apache-2.0
|
776
792
|
|
777
|
-
value-trait v0.6.
|
793
|
+
value-trait v0.6.1
|
778
794
|
https://github.com/simd-lite/value-trait
|
779
795
|
Apache-2.0/MIT
|
780
796
|
|
@@ -1431,38 +1447,23 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
1431
1447
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1432
1448
|
|
1433
1449
|
================================================================================
|
1434
|
-
|
1450
|
+
allocator-api2 COPYING
|
1435
1451
|
================================================================================
|
1436
1452
|
|
1437
|
-
|
1438
|
-
|
1439
|
-
Copyright (c) 2022 Jeroen Van Der Donckt
|
1440
|
-
|
1441
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1442
|
-
of this software and associated documentation files (the "Software"), to deal
|
1443
|
-
in the Software without restriction, including without limitation the rights
|
1444
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1445
|
-
copies of the Software, and to permit persons to whom the Software is
|
1446
|
-
furnished to do so, subject to the following conditions:
|
1453
|
+
Copyright 2023 The allocator-api2 Project Developers
|
1447
1454
|
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1453
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1454
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1455
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1456
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1457
|
-
SOFTWARE.
|
1455
|
+
Licensed under the Apache License, Version 2.0, <license/LICENSE-APACHE or
|
1456
|
+
http://apache.org/licenses/LICENSE-2.0> or the MIT license <license/LICENSE-MIT or
|
1457
|
+
http://opensource.org/licenses/MIT>, at your option. This file may not be
|
1458
|
+
copied, modified, or distributed except according to those terms.
|
1458
1459
|
|
1459
1460
|
================================================================================
|
1460
|
-
|
1461
|
+
argminmax LICENSE
|
1461
1462
|
================================================================================
|
1462
1463
|
|
1463
1464
|
MIT License
|
1464
1465
|
|
1465
|
-
Copyright (c)
|
1466
|
+
Copyright (c) 2022 Jeroen Van Der Donckt
|
1466
1467
|
|
1467
1468
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1468
1469
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1482,7 +1483,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1482
1483
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1483
1484
|
SOFTWARE.
|
1484
1485
|
|
1485
|
-
|
1486
1486
|
================================================================================
|
1487
1487
|
array-init-cursor LICENSE-APACHE
|
1488
1488
|
================================================================================
|
@@ -1665,6 +1665,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1665
1665
|
END OF TERMS AND CONDITIONS
|
1666
1666
|
|
1667
1667
|
|
1668
|
+
================================================================================
|
1669
|
+
array-init-cursor LICENSE-MIT
|
1670
|
+
================================================================================
|
1671
|
+
|
1672
|
+
MIT License
|
1673
|
+
|
1674
|
+
Copyright (c) 2021 The Planus Project Developers
|
1675
|
+
|
1676
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1677
|
+
of this software and associated documentation files (the "Software"), to deal
|
1678
|
+
in the Software without restriction, including without limitation the rights
|
1679
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1680
|
+
copies of the Software, and to permit persons to whom the Software is
|
1681
|
+
furnished to do so, subject to the following conditions:
|
1682
|
+
|
1683
|
+
The above copyright notice and this permission notice shall be included in all
|
1684
|
+
copies or substantial portions of the Software.
|
1685
|
+
|
1686
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1687
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1688
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1689
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1690
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1691
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1692
|
+
SOFTWARE.
|
1693
|
+
|
1694
|
+
|
1668
1695
|
================================================================================
|
1669
1696
|
arrow-format LICENSE
|
1670
1697
|
================================================================================
|
@@ -8263,6 +8290,242 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
8263
8290
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
8264
8291
|
SOFTWARE.
|
8265
8292
|
|
8293
|
+
================================================================================
|
8294
|
+
equivalent LICENSE-APACHE
|
8295
|
+
================================================================================
|
8296
|
+
|
8297
|
+
Apache License
|
8298
|
+
Version 2.0, January 2004
|
8299
|
+
http://www.apache.org/licenses/
|
8300
|
+
|
8301
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
8302
|
+
|
8303
|
+
1. Definitions.
|
8304
|
+
|
8305
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
8306
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
8307
|
+
|
8308
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
8309
|
+
the copyright owner that is granting the License.
|
8310
|
+
|
8311
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
8312
|
+
other entities that control, are controlled by, or are under common
|
8313
|
+
control with that entity. For the purposes of this definition,
|
8314
|
+
"control" means (i) the power, direct or indirect, to cause the
|
8315
|
+
direction or management of such entity, whether by contract or
|
8316
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
8317
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
8318
|
+
|
8319
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
8320
|
+
exercising permissions granted by this License.
|
8321
|
+
|
8322
|
+
"Source" form shall mean the preferred form for making modifications,
|
8323
|
+
including but not limited to software source code, documentation
|
8324
|
+
source, and configuration files.
|
8325
|
+
|
8326
|
+
"Object" form shall mean any form resulting from mechanical
|
8327
|
+
transformation or translation of a Source form, including but
|
8328
|
+
not limited to compiled object code, generated documentation,
|
8329
|
+
and conversions to other media types.
|
8330
|
+
|
8331
|
+
"Work" shall mean the work of authorship, whether in Source or
|
8332
|
+
Object form, made available under the License, as indicated by a
|
8333
|
+
copyright notice that is included in or attached to the work
|
8334
|
+
(an example is provided in the Appendix below).
|
8335
|
+
|
8336
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
8337
|
+
form, that is based on (or derived from) the Work and for which the
|
8338
|
+
editorial revisions, annotations, elaborations, or other modifications
|
8339
|
+
represent, as a whole, an original work of authorship. For the purposes
|
8340
|
+
of this License, Derivative Works shall not include works that remain
|
8341
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
8342
|
+
the Work and Derivative Works thereof.
|
8343
|
+
|
8344
|
+
"Contribution" shall mean any work of authorship, including
|
8345
|
+
the original version of the Work and any modifications or additions
|
8346
|
+
to that Work or Derivative Works thereof, that is intentionally
|
8347
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
8348
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
8349
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
8350
|
+
means any form of electronic, verbal, or written communication sent
|
8351
|
+
to the Licensor or its representatives, including but not limited to
|
8352
|
+
communication on electronic mailing lists, source code control systems,
|
8353
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
8354
|
+
Licensor for the purpose of discussing and improving the Work, but
|
8355
|
+
excluding communication that is conspicuously marked or otherwise
|
8356
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
8357
|
+
|
8358
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
8359
|
+
on behalf of whom a Contribution has been received by Licensor and
|
8360
|
+
subsequently incorporated within the Work.
|
8361
|
+
|
8362
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
8363
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8364
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8365
|
+
copyright license to reproduce, prepare Derivative Works of,
|
8366
|
+
publicly display, publicly perform, sublicense, and distribute the
|
8367
|
+
Work and such Derivative Works in Source or Object form.
|
8368
|
+
|
8369
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
8370
|
+
this License, each Contributor hereby grants to You a perpetual,
|
8371
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
8372
|
+
(except as stated in this section) patent license to make, have made,
|
8373
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
8374
|
+
where such license applies only to those patent claims licensable
|
8375
|
+
by such Contributor that are necessarily infringed by their
|
8376
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
8377
|
+
with the Work to which such Contribution(s) was submitted. If You
|
8378
|
+
institute patent litigation against any entity (including a
|
8379
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
8380
|
+
or a Contribution incorporated within the Work constitutes direct
|
8381
|
+
or contributory patent infringement, then any patent licenses
|
8382
|
+
granted to You under this License for that Work shall terminate
|
8383
|
+
as of the date such litigation is filed.
|
8384
|
+
|
8385
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
8386
|
+
Work or Derivative Works thereof in any medium, with or without
|
8387
|
+
modifications, and in Source or Object form, provided that You
|
8388
|
+
meet the following conditions:
|
8389
|
+
|
8390
|
+
(a) You must give any other recipients of the Work or
|
8391
|
+
Derivative Works a copy of this License; and
|
8392
|
+
|
8393
|
+
(b) You must cause any modified files to carry prominent notices
|
8394
|
+
stating that You changed the files; and
|
8395
|
+
|
8396
|
+
(c) You must retain, in the Source form of any Derivative Works
|
8397
|
+
that You distribute, all copyright, patent, trademark, and
|
8398
|
+
attribution notices from the Source form of the Work,
|
8399
|
+
excluding those notices that do not pertain to any part of
|
8400
|
+
the Derivative Works; and
|
8401
|
+
|
8402
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
8403
|
+
distribution, then any Derivative Works that You distribute must
|
8404
|
+
include a readable copy of the attribution notices contained
|
8405
|
+
within such NOTICE file, excluding those notices that do not
|
8406
|
+
pertain to any part of the Derivative Works, in at least one
|
8407
|
+
of the following places: within a NOTICE text file distributed
|
8408
|
+
as part of the Derivative Works; within the Source form or
|
8409
|
+
documentation, if provided along with the Derivative Works; or,
|
8410
|
+
within a display generated by the Derivative Works, if and
|
8411
|
+
wherever such third-party notices normally appear. The contents
|
8412
|
+
of the NOTICE file are for informational purposes only and
|
8413
|
+
do not modify the License. You may add Your own attribution
|
8414
|
+
notices within Derivative Works that You distribute, alongside
|
8415
|
+
or as an addendum to the NOTICE text from the Work, provided
|
8416
|
+
that such additional attribution notices cannot be construed
|
8417
|
+
as modifying the License.
|
8418
|
+
|
8419
|
+
You may add Your own copyright statement to Your modifications and
|
8420
|
+
may provide additional or different license terms and conditions
|
8421
|
+
for use, reproduction, or distribution of Your modifications, or
|
8422
|
+
for any such Derivative Works as a whole, provided Your use,
|
8423
|
+
reproduction, and distribution of the Work otherwise complies with
|
8424
|
+
the conditions stated in this License.
|
8425
|
+
|
8426
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
8427
|
+
any Contribution intentionally submitted for inclusion in the Work
|
8428
|
+
by You to the Licensor shall be under the terms and conditions of
|
8429
|
+
this License, without any additional terms or conditions.
|
8430
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
8431
|
+
the terms of any separate license agreement you may have executed
|
8432
|
+
with Licensor regarding such Contributions.
|
8433
|
+
|
8434
|
+
6. Trademarks. This License does not grant permission to use the trade
|
8435
|
+
names, trademarks, service marks, or product names of the Licensor,
|
8436
|
+
except as required for reasonable and customary use in describing the
|
8437
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
8438
|
+
|
8439
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
8440
|
+
agreed to in writing, Licensor provides the Work (and each
|
8441
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
8442
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
8443
|
+
implied, including, without limitation, any warranties or conditions
|
8444
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
8445
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
8446
|
+
appropriateness of using or redistributing the Work and assume any
|
8447
|
+
risks associated with Your exercise of permissions under this License.
|
8448
|
+
|
8449
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
8450
|
+
whether in tort (including negligence), contract, or otherwise,
|
8451
|
+
unless required by applicable law (such as deliberate and grossly
|
8452
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
8453
|
+
liable to You for damages, including any direct, indirect, special,
|
8454
|
+
incidental, or consequential damages of any character arising as a
|
8455
|
+
result of this License or out of the use or inability to use the
|
8456
|
+
Work (including but not limited to damages for loss of goodwill,
|
8457
|
+
work stoppage, computer failure or malfunction, or any and all
|
8458
|
+
other commercial damages or losses), even if such Contributor
|
8459
|
+
has been advised of the possibility of such damages.
|
8460
|
+
|
8461
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
8462
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
8463
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
8464
|
+
or other liability obligations and/or rights consistent with this
|
8465
|
+
License. However, in accepting such obligations, You may act only
|
8466
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
8467
|
+
of any other Contributor, and only if You agree to indemnify,
|
8468
|
+
defend, and hold each Contributor harmless for any liability
|
8469
|
+
incurred by, or claims asserted against, such Contributor by reason
|
8470
|
+
of your accepting any such warranty or additional liability.
|
8471
|
+
|
8472
|
+
END OF TERMS AND CONDITIONS
|
8473
|
+
|
8474
|
+
APPENDIX: How to apply the Apache License to your work.
|
8475
|
+
|
8476
|
+
To apply the Apache License to your work, attach the following
|
8477
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
8478
|
+
replaced with your own identifying information. (Don't include
|
8479
|
+
the brackets!) The text should be enclosed in the appropriate
|
8480
|
+
comment syntax for the file format. We also recommend that a
|
8481
|
+
file or class name and description of purpose be included on the
|
8482
|
+
same "printed page" as the copyright notice for easier
|
8483
|
+
identification within third-party archives.
|
8484
|
+
|
8485
|
+
Copyright [yyyy] [name of copyright owner]
|
8486
|
+
|
8487
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
8488
|
+
you may not use this file except in compliance with the License.
|
8489
|
+
You may obtain a copy of the License at
|
8490
|
+
|
8491
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
8492
|
+
|
8493
|
+
Unless required by applicable law or agreed to in writing, software
|
8494
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
8495
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
8496
|
+
See the License for the specific language governing permissions and
|
8497
|
+
limitations under the License.
|
8498
|
+
|
8499
|
+
================================================================================
|
8500
|
+
equivalent LICENSE-MIT
|
8501
|
+
================================================================================
|
8502
|
+
|
8503
|
+
Copyright (c) 2016--2023
|
8504
|
+
|
8505
|
+
Permission is hereby granted, free of charge, to any
|
8506
|
+
person obtaining a copy of this software and associated
|
8507
|
+
documentation files (the "Software"), to deal in the
|
8508
|
+
Software without restriction, including without
|
8509
|
+
limitation the rights to use, copy, modify, merge,
|
8510
|
+
publish, distribute, sublicense, and/or sell copies of
|
8511
|
+
the Software, and to permit persons to whom the Software
|
8512
|
+
is furnished to do so, subject to the following
|
8513
|
+
conditions:
|
8514
|
+
|
8515
|
+
The above copyright notice and this permission notice
|
8516
|
+
shall be included in all copies or substantial portions
|
8517
|
+
of the Software.
|
8518
|
+
|
8519
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
8520
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
8521
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
8522
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
8523
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
8524
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
8525
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
8526
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
8527
|
+
DEALINGS IN THE SOFTWARE.
|
8528
|
+
|
8266
8529
|
================================================================================
|
8267
8530
|
ethnum LICENSE-APACHE
|
8268
8531
|
================================================================================
|
@@ -12304,7 +12567,7 @@ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
12304
12567
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
12305
12568
|
|
12306
12569
|
================================================================================
|
12307
|
-
hashbrown v0.
|
12570
|
+
hashbrown v0.13.2 LICENSE-APACHE
|
12308
12571
|
================================================================================
|
12309
12572
|
|
12310
12573
|
Apache License
|
@@ -12510,7 +12773,7 @@ See the License for the specific language governing permissions and
|
|
12510
12773
|
limitations under the License.
|
12511
12774
|
|
12512
12775
|
================================================================================
|
12513
|
-
hashbrown v0.
|
12776
|
+
hashbrown v0.13.2 LICENSE-MIT
|
12514
12777
|
================================================================================
|
12515
12778
|
|
12516
12779
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -12540,7 +12803,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
12540
12803
|
DEALINGS IN THE SOFTWARE.
|
12541
12804
|
|
12542
12805
|
================================================================================
|
12543
|
-
hashbrown v0.
|
12806
|
+
hashbrown v0.14.0 LICENSE-APACHE
|
12544
12807
|
================================================================================
|
12545
12808
|
|
12546
12809
|
Apache License
|
@@ -12746,7 +13009,7 @@ See the License for the specific language governing permissions and
|
|
12746
13009
|
limitations under the License.
|
12747
13010
|
|
12748
13011
|
================================================================================
|
12749
|
-
hashbrown v0.
|
13012
|
+
hashbrown v0.14.0 LICENSE-MIT
|
12750
13013
|
================================================================================
|
12751
13014
|
|
12752
13015
|
Copyright (c) 2016 Amanieu d'Antras
|
@@ -14453,36 +14716,6 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
14453
14716
|
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
14454
14717
|
--------------------------------------------------------------------------------
|
14455
14718
|
|
14456
|
-
================================================================================
|
14457
|
-
jemallocator LICENSE-MIT
|
14458
|
-
================================================================================
|
14459
|
-
|
14460
|
-
Copyright (c) 2014 Alex Crichton
|
14461
|
-
|
14462
|
-
Permission is hereby granted, free of charge, to any
|
14463
|
-
person obtaining a copy of this software and associated
|
14464
|
-
documentation files (the "Software"), to deal in the
|
14465
|
-
Software without restriction, including without
|
14466
|
-
limitation the rights to use, copy, modify, merge,
|
14467
|
-
publish, distribute, sublicense, and/or sell copies of
|
14468
|
-
the Software, and to permit persons to whom the Software
|
14469
|
-
is furnished to do so, subject to the following
|
14470
|
-
conditions:
|
14471
|
-
|
14472
|
-
The above copyright notice and this permission notice
|
14473
|
-
shall be included in all copies or substantial portions
|
14474
|
-
of the Software.
|
14475
|
-
|
14476
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14477
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14478
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14479
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14480
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14481
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14482
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14483
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14484
|
-
DEALINGS IN THE SOFTWARE.
|
14485
|
-
|
14486
14719
|
================================================================================
|
14487
14720
|
jemallocator LICENSE-APACHE
|
14488
14721
|
================================================================================
|
@@ -14689,6 +14922,36 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14689
14922
|
See the License for the specific language governing permissions and
|
14690
14923
|
limitations under the License.
|
14691
14924
|
|
14925
|
+
================================================================================
|
14926
|
+
jemallocator LICENSE-MIT
|
14927
|
+
================================================================================
|
14928
|
+
|
14929
|
+
Copyright (c) 2014 Alex Crichton
|
14930
|
+
|
14931
|
+
Permission is hereby granted, free of charge, to any
|
14932
|
+
person obtaining a copy of this software and associated
|
14933
|
+
documentation files (the "Software"), to deal in the
|
14934
|
+
Software without restriction, including without
|
14935
|
+
limitation the rights to use, copy, modify, merge,
|
14936
|
+
publish, distribute, sublicense, and/or sell copies of
|
14937
|
+
the Software, and to permit persons to whom the Software
|
14938
|
+
is furnished to do so, subject to the following
|
14939
|
+
conditions:
|
14940
|
+
|
14941
|
+
The above copyright notice and this permission notice
|
14942
|
+
shall be included in all copies or substantial portions
|
14943
|
+
of the Software.
|
14944
|
+
|
14945
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
14946
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
14947
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
14948
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
14949
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
14950
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
14951
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
14952
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14953
|
+
DEALINGS IN THE SOFTWARE.
|
14954
|
+
|
14692
14955
|
================================================================================
|
14693
14956
|
jobserver LICENSE-APACHE
|
14694
14957
|
================================================================================
|
@@ -14925,202 +15188,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
14925
15188
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
14926
15189
|
DEALINGS IN THE SOFTWARE.
|
14927
15190
|
|
14928
|
-
================================================================================
|
14929
|
-
json-deserializer LICENSE
|
14930
|
-
================================================================================
|
14931
|
-
|
14932
|
-
|
14933
|
-
Apache License
|
14934
|
-
Version 2.0, January 2004
|
14935
|
-
https://www.apache.org/licenses/
|
14936
|
-
|
14937
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
14938
|
-
|
14939
|
-
1. Definitions.
|
14940
|
-
|
14941
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
14942
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
14943
|
-
|
14944
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
14945
|
-
the copyright owner that is granting the License.
|
14946
|
-
|
14947
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
14948
|
-
other entities that control, are controlled by, or are under common
|
14949
|
-
control with that entity. For the purposes of this definition,
|
14950
|
-
"control" means (i) the power, direct or indirect, to cause the
|
14951
|
-
direction or management of such entity, whether by contract or
|
14952
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
14953
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
14954
|
-
|
14955
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
14956
|
-
exercising permissions granted by this License.
|
14957
|
-
|
14958
|
-
"Source" form shall mean the preferred form for making modifications,
|
14959
|
-
including but not limited to software source code, documentation
|
14960
|
-
source, and configuration files.
|
14961
|
-
|
14962
|
-
"Object" form shall mean any form resulting from mechanical
|
14963
|
-
transformation or translation of a Source form, including but
|
14964
|
-
not limited to compiled object code, generated documentation,
|
14965
|
-
and conversions to other media types.
|
14966
|
-
|
14967
|
-
"Work" shall mean the work of authorship, whether in Source or
|
14968
|
-
Object form, made available under the License, as indicated by a
|
14969
|
-
copyright notice that is included in or attached to the work
|
14970
|
-
(an example is provided in the Appendix below).
|
14971
|
-
|
14972
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
14973
|
-
form, that is based on (or derived from) the Work and for which the
|
14974
|
-
editorial revisions, annotations, elaborations, or other modifications
|
14975
|
-
represent, as a whole, an original work of authorship. For the purposes
|
14976
|
-
of this License, Derivative Works shall not include works that remain
|
14977
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
14978
|
-
the Work and Derivative Works thereof.
|
14979
|
-
|
14980
|
-
"Contribution" shall mean any work of authorship, including
|
14981
|
-
the original version of the Work and any modifications or additions
|
14982
|
-
to that Work or Derivative Works thereof, that is intentionally
|
14983
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
14984
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
14985
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
14986
|
-
means any form of electronic, verbal, or written communication sent
|
14987
|
-
to the Licensor or its representatives, including but not limited to
|
14988
|
-
communication on electronic mailing lists, source code control systems,
|
14989
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
14990
|
-
Licensor for the purpose of discussing and improving the Work, but
|
14991
|
-
excluding communication that is conspicuously marked or otherwise
|
14992
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
14993
|
-
|
14994
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
14995
|
-
on behalf of whom a Contribution has been received by Licensor and
|
14996
|
-
subsequently incorporated within the Work.
|
14997
|
-
|
14998
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
14999
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15000
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15001
|
-
copyright license to reproduce, prepare Derivative Works of,
|
15002
|
-
publicly display, publicly perform, sublicense, and distribute the
|
15003
|
-
Work and such Derivative Works in Source or Object form.
|
15004
|
-
|
15005
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
15006
|
-
this License, each Contributor hereby grants to You a perpetual,
|
15007
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
15008
|
-
(except as stated in this section) patent license to make, have made,
|
15009
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
15010
|
-
where such license applies only to those patent claims licensable
|
15011
|
-
by such Contributor that are necessarily infringed by their
|
15012
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
15013
|
-
with the Work to which such Contribution(s) was submitted. If You
|
15014
|
-
institute patent litigation against any entity (including a
|
15015
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
15016
|
-
or a Contribution incorporated within the Work constitutes direct
|
15017
|
-
or contributory patent infringement, then any patent licenses
|
15018
|
-
granted to You under this License for that Work shall terminate
|
15019
|
-
as of the date such litigation is filed.
|
15020
|
-
|
15021
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
15022
|
-
Work or Derivative Works thereof in any medium, with or without
|
15023
|
-
modifications, and in Source or Object form, provided that You
|
15024
|
-
meet the following conditions:
|
15025
|
-
|
15026
|
-
(a) You must give any other recipients of the Work or
|
15027
|
-
Derivative Works a copy of this License; and
|
15028
|
-
|
15029
|
-
(b) You must cause any modified files to carry prominent notices
|
15030
|
-
stating that You changed the files; and
|
15031
|
-
|
15032
|
-
(c) You must retain, in the Source form of any Derivative Works
|
15033
|
-
that You distribute, all copyright, patent, trademark, and
|
15034
|
-
attribution notices from the Source form of the Work,
|
15035
|
-
excluding those notices that do not pertain to any part of
|
15036
|
-
the Derivative Works; and
|
15037
|
-
|
15038
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
15039
|
-
distribution, then any Derivative Works that You distribute must
|
15040
|
-
include a readable copy of the attribution notices contained
|
15041
|
-
within such NOTICE file, excluding those notices that do not
|
15042
|
-
pertain to any part of the Derivative Works, in at least one
|
15043
|
-
of the following places: within a NOTICE text file distributed
|
15044
|
-
as part of the Derivative Works; within the Source form or
|
15045
|
-
documentation, if provided along with the Derivative Works; or,
|
15046
|
-
within a display generated by the Derivative Works, if and
|
15047
|
-
wherever such third-party notices normally appear. The contents
|
15048
|
-
of the NOTICE file are for informational purposes only and
|
15049
|
-
do not modify the License. You may add Your own attribution
|
15050
|
-
notices within Derivative Works that You distribute, alongside
|
15051
|
-
or as an addendum to the NOTICE text from the Work, provided
|
15052
|
-
that such additional attribution notices cannot be construed
|
15053
|
-
as modifying the License.
|
15054
|
-
|
15055
|
-
You may add Your own copyright statement to Your modifications and
|
15056
|
-
may provide additional or different license terms and conditions
|
15057
|
-
for use, reproduction, or distribution of Your modifications, or
|
15058
|
-
for any such Derivative Works as a whole, provided Your use,
|
15059
|
-
reproduction, and distribution of the Work otherwise complies with
|
15060
|
-
the conditions stated in this License.
|
15061
|
-
|
15062
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
15063
|
-
any Contribution intentionally submitted for inclusion in the Work
|
15064
|
-
by You to the Licensor shall be under the terms and conditions of
|
15065
|
-
this License, without any additional terms or conditions.
|
15066
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
15067
|
-
the terms of any separate license agreement you may have executed
|
15068
|
-
with Licensor regarding such Contributions.
|
15069
|
-
|
15070
|
-
6. Trademarks. This License does not grant permission to use the trade
|
15071
|
-
names, trademarks, service marks, or product names of the Licensor,
|
15072
|
-
except as required for reasonable and customary use in describing the
|
15073
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
15074
|
-
|
15075
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
15076
|
-
agreed to in writing, Licensor provides the Work (and each
|
15077
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
15078
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
15079
|
-
implied, including, without limitation, any warranties or conditions
|
15080
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
15081
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
15082
|
-
appropriateness of using or redistributing the Work and assume any
|
15083
|
-
risks associated with Your exercise of permissions under this License.
|
15084
|
-
|
15085
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
15086
|
-
whether in tort (including negligence), contract, or otherwise,
|
15087
|
-
unless required by applicable law (such as deliberate and grossly
|
15088
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
15089
|
-
liable to You for damages, including any direct, indirect, special,
|
15090
|
-
incidental, or consequential damages of any character arising as a
|
15091
|
-
result of this License or out of the use or inability to use the
|
15092
|
-
Work (including but not limited to damages for loss of goodwill,
|
15093
|
-
work stoppage, computer failure or malfunction, or any and all
|
15094
|
-
other commercial damages or losses), even if such Contributor
|
15095
|
-
has been advised of the possibility of such damages.
|
15096
|
-
|
15097
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
15098
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
15099
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
15100
|
-
or other liability obligations and/or rights consistent with this
|
15101
|
-
License. However, in accepting such obligations, You may act only
|
15102
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
15103
|
-
of any other Contributor, and only if You agree to indemnify,
|
15104
|
-
defend, and hold each Contributor harmless for any liability
|
15105
|
-
incurred by, or claims asserted against, such Contributor by reason
|
15106
|
-
of your accepting any such warranty or additional liability.
|
15107
|
-
|
15108
|
-
END OF TERMS AND CONDITIONS
|
15109
|
-
|
15110
|
-
Copyright 2020-2022 Jorge C. Leitão
|
15111
|
-
|
15112
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
15113
|
-
you may not use this file except in compliance with the License.
|
15114
|
-
You may obtain a copy of the License at
|
15115
|
-
|
15116
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
15117
|
-
|
15118
|
-
Unless required by applicable law or agreed to in writing, software
|
15119
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
15120
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15121
|
-
See the License for the specific language governing permissions and
|
15122
|
-
limitations under the License.
|
15123
|
-
|
15124
15191
|
================================================================================
|
15125
15192
|
jsonpath_lib LICENSE
|
15126
15193
|
================================================================================
|
@@ -20062,242 +20129,242 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
20062
20129
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20063
20130
|
DEALINGS IN THE SOFTWARE.
|
20064
20131
|
|
20065
|
-
================================================================================
|
20066
|
-
log LICENSE-APACHE
|
20067
|
-
================================================================================
|
20068
|
-
|
20069
|
-
Apache License
|
20070
|
-
Version 2.0, January 2004
|
20071
|
-
http://www.apache.org/licenses/
|
20072
|
-
|
20073
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20074
|
-
|
20075
|
-
1. Definitions.
|
20076
|
-
|
20077
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
20078
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
20079
|
-
|
20080
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
20081
|
-
the copyright owner that is granting the License.
|
20082
|
-
|
20083
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
20084
|
-
other entities that control, are controlled by, or are under common
|
20085
|
-
control with that entity. For the purposes of this definition,
|
20086
|
-
"control" means (i) the power, direct or indirect, to cause the
|
20087
|
-
direction or management of such entity, whether by contract or
|
20088
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20089
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
20090
|
-
|
20091
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
20092
|
-
exercising permissions granted by this License.
|
20093
|
-
|
20094
|
-
"Source" form shall mean the preferred form for making modifications,
|
20095
|
-
including but not limited to software source code, documentation
|
20096
|
-
source, and configuration files.
|
20097
|
-
|
20098
|
-
"Object" form shall mean any form resulting from mechanical
|
20099
|
-
transformation or translation of a Source form, including but
|
20100
|
-
not limited to compiled object code, generated documentation,
|
20101
|
-
and conversions to other media types.
|
20102
|
-
|
20103
|
-
"Work" shall mean the work of authorship, whether in Source or
|
20104
|
-
Object form, made available under the License, as indicated by a
|
20105
|
-
copyright notice that is included in or attached to the work
|
20106
|
-
(an example is provided in the Appendix below).
|
20107
|
-
|
20108
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
20109
|
-
form, that is based on (or derived from) the Work and for which the
|
20110
|
-
editorial revisions, annotations, elaborations, or other modifications
|
20111
|
-
represent, as a whole, an original work of authorship. For the purposes
|
20112
|
-
of this License, Derivative Works shall not include works that remain
|
20113
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
20114
|
-
the Work and Derivative Works thereof.
|
20115
|
-
|
20116
|
-
"Contribution" shall mean any work of authorship, including
|
20117
|
-
the original version of the Work and any modifications or additions
|
20118
|
-
to that Work or Derivative Works thereof, that is intentionally
|
20119
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
20120
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
20121
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
20122
|
-
means any form of electronic, verbal, or written communication sent
|
20123
|
-
to the Licensor or its representatives, including but not limited to
|
20124
|
-
communication on electronic mailing lists, source code control systems,
|
20125
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
20126
|
-
Licensor for the purpose of discussing and improving the Work, but
|
20127
|
-
excluding communication that is conspicuously marked or otherwise
|
20128
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
20129
|
-
|
20130
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
20131
|
-
on behalf of whom a Contribution has been received by Licensor and
|
20132
|
-
subsequently incorporated within the Work.
|
20133
|
-
|
20134
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
20135
|
-
this License, each Contributor hereby grants to You a perpetual,
|
20136
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20137
|
-
copyright license to reproduce, prepare Derivative Works of,
|
20138
|
-
publicly display, publicly perform, sublicense, and distribute the
|
20139
|
-
Work and such Derivative Works in Source or Object form.
|
20140
|
-
|
20141
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
20142
|
-
this License, each Contributor hereby grants to You a perpetual,
|
20143
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20144
|
-
(except as stated in this section) patent license to make, have made,
|
20145
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
20146
|
-
where such license applies only to those patent claims licensable
|
20147
|
-
by such Contributor that are necessarily infringed by their
|
20148
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
20149
|
-
with the Work to which such Contribution(s) was submitted. If You
|
20150
|
-
institute patent litigation against any entity (including a
|
20151
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
20152
|
-
or a Contribution incorporated within the Work constitutes direct
|
20153
|
-
or contributory patent infringement, then any patent licenses
|
20154
|
-
granted to You under this License for that Work shall terminate
|
20155
|
-
as of the date such litigation is filed.
|
20156
|
-
|
20157
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
20158
|
-
Work or Derivative Works thereof in any medium, with or without
|
20159
|
-
modifications, and in Source or Object form, provided that You
|
20160
|
-
meet the following conditions:
|
20161
|
-
|
20162
|
-
(a) You must give any other recipients of the Work or
|
20163
|
-
Derivative Works a copy of this License; and
|
20164
|
-
|
20165
|
-
(b) You must cause any modified files to carry prominent notices
|
20166
|
-
stating that You changed the files; and
|
20167
|
-
|
20168
|
-
(c) You must retain, in the Source form of any Derivative Works
|
20169
|
-
that You distribute, all copyright, patent, trademark, and
|
20170
|
-
attribution notices from the Source form of the Work,
|
20171
|
-
excluding those notices that do not pertain to any part of
|
20172
|
-
the Derivative Works; and
|
20173
|
-
|
20174
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
20175
|
-
distribution, then any Derivative Works that You distribute must
|
20176
|
-
include a readable copy of the attribution notices contained
|
20177
|
-
within such NOTICE file, excluding those notices that do not
|
20178
|
-
pertain to any part of the Derivative Works, in at least one
|
20179
|
-
of the following places: within a NOTICE text file distributed
|
20180
|
-
as part of the Derivative Works; within the Source form or
|
20181
|
-
documentation, if provided along with the Derivative Works; or,
|
20182
|
-
within a display generated by the Derivative Works, if and
|
20183
|
-
wherever such third-party notices normally appear. The contents
|
20184
|
-
of the NOTICE file are for informational purposes only and
|
20185
|
-
do not modify the License. You may add Your own attribution
|
20186
|
-
notices within Derivative Works that You distribute, alongside
|
20187
|
-
or as an addendum to the NOTICE text from the Work, provided
|
20188
|
-
that such additional attribution notices cannot be construed
|
20189
|
-
as modifying the License.
|
20190
|
-
|
20191
|
-
You may add Your own copyright statement to Your modifications and
|
20192
|
-
may provide additional or different license terms and conditions
|
20193
|
-
for use, reproduction, or distribution of Your modifications, or
|
20194
|
-
for any such Derivative Works as a whole, provided Your use,
|
20195
|
-
reproduction, and distribution of the Work otherwise complies with
|
20196
|
-
the conditions stated in this License.
|
20197
|
-
|
20198
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
20199
|
-
any Contribution intentionally submitted for inclusion in the Work
|
20200
|
-
by You to the Licensor shall be under the terms and conditions of
|
20201
|
-
this License, without any additional terms or conditions.
|
20202
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
20203
|
-
the terms of any separate license agreement you may have executed
|
20204
|
-
with Licensor regarding such Contributions.
|
20205
|
-
|
20206
|
-
6. Trademarks. This License does not grant permission to use the trade
|
20207
|
-
names, trademarks, service marks, or product names of the Licensor,
|
20208
|
-
except as required for reasonable and customary use in describing the
|
20209
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
20210
|
-
|
20211
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
20212
|
-
agreed to in writing, Licensor provides the Work (and each
|
20213
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
20214
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
20215
|
-
implied, including, without limitation, any warranties or conditions
|
20216
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
20217
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
20218
|
-
appropriateness of using or redistributing the Work and assume any
|
20219
|
-
risks associated with Your exercise of permissions under this License.
|
20220
|
-
|
20221
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
20222
|
-
whether in tort (including negligence), contract, or otherwise,
|
20223
|
-
unless required by applicable law (such as deliberate and grossly
|
20224
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
20225
|
-
liable to You for damages, including any direct, indirect, special,
|
20226
|
-
incidental, or consequential damages of any character arising as a
|
20227
|
-
result of this License or out of the use or inability to use the
|
20228
|
-
Work (including but not limited to damages for loss of goodwill,
|
20229
|
-
work stoppage, computer failure or malfunction, or any and all
|
20230
|
-
other commercial damages or losses), even if such Contributor
|
20231
|
-
has been advised of the possibility of such damages.
|
20232
|
-
|
20233
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
20234
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
20235
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
20236
|
-
or other liability obligations and/or rights consistent with this
|
20237
|
-
License. However, in accepting such obligations, You may act only
|
20238
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
20239
|
-
of any other Contributor, and only if You agree to indemnify,
|
20240
|
-
defend, and hold each Contributor harmless for any liability
|
20241
|
-
incurred by, or claims asserted against, such Contributor by reason
|
20242
|
-
of your accepting any such warranty or additional liability.
|
20243
|
-
|
20244
|
-
END OF TERMS AND CONDITIONS
|
20245
|
-
|
20246
|
-
APPENDIX: How to apply the Apache License to your work.
|
20247
|
-
|
20248
|
-
To apply the Apache License to your work, attach the following
|
20249
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
20250
|
-
replaced with your own identifying information. (Don't include
|
20251
|
-
the brackets!) The text should be enclosed in the appropriate
|
20252
|
-
comment syntax for the file format. We also recommend that a
|
20253
|
-
file or class name and description of purpose be included on the
|
20254
|
-
same "printed page" as the copyright notice for easier
|
20255
|
-
identification within third-party archives.
|
20256
|
-
|
20257
|
-
Copyright [yyyy] [name of copyright owner]
|
20258
|
-
|
20259
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
20260
|
-
you may not use this file except in compliance with the License.
|
20261
|
-
You may obtain a copy of the License at
|
20262
|
-
|
20263
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
20264
|
-
|
20265
|
-
Unless required by applicable law or agreed to in writing, software
|
20266
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
20267
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20268
|
-
See the License for the specific language governing permissions and
|
20269
|
-
limitations under the License.
|
20270
|
-
|
20271
|
-
================================================================================
|
20272
|
-
log LICENSE-MIT
|
20273
|
-
================================================================================
|
20274
|
-
|
20275
|
-
Copyright (c) 2014 The Rust Project Developers
|
20276
|
-
|
20277
|
-
Permission is hereby granted, free of charge, to any
|
20278
|
-
person obtaining a copy of this software and associated
|
20279
|
-
documentation files (the "Software"), to deal in the
|
20280
|
-
Software without restriction, including without
|
20281
|
-
limitation the rights to use, copy, modify, merge,
|
20282
|
-
publish, distribute, sublicense, and/or sell copies of
|
20283
|
-
the Software, and to permit persons to whom the Software
|
20284
|
-
is furnished to do so, subject to the following
|
20285
|
-
conditions:
|
20286
|
-
|
20287
|
-
The above copyright notice and this permission notice
|
20288
|
-
shall be included in all copies or substantial portions
|
20289
|
-
of the Software.
|
20290
|
-
|
20291
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
20292
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
20293
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
20294
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
20295
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20296
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20297
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
20298
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20299
|
-
DEALINGS IN THE SOFTWARE.
|
20300
|
-
|
20132
|
+
================================================================================
|
20133
|
+
log LICENSE-APACHE
|
20134
|
+
================================================================================
|
20135
|
+
|
20136
|
+
Apache License
|
20137
|
+
Version 2.0, January 2004
|
20138
|
+
http://www.apache.org/licenses/
|
20139
|
+
|
20140
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
20141
|
+
|
20142
|
+
1. Definitions.
|
20143
|
+
|
20144
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
20145
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
20146
|
+
|
20147
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
20148
|
+
the copyright owner that is granting the License.
|
20149
|
+
|
20150
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
20151
|
+
other entities that control, are controlled by, or are under common
|
20152
|
+
control with that entity. For the purposes of this definition,
|
20153
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20154
|
+
direction or management of such entity, whether by contract or
|
20155
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
20156
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
20157
|
+
|
20158
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
20159
|
+
exercising permissions granted by this License.
|
20160
|
+
|
20161
|
+
"Source" form shall mean the preferred form for making modifications,
|
20162
|
+
including but not limited to software source code, documentation
|
20163
|
+
source, and configuration files.
|
20164
|
+
|
20165
|
+
"Object" form shall mean any form resulting from mechanical
|
20166
|
+
transformation or translation of a Source form, including but
|
20167
|
+
not limited to compiled object code, generated documentation,
|
20168
|
+
and conversions to other media types.
|
20169
|
+
|
20170
|
+
"Work" shall mean the work of authorship, whether in Source or
|
20171
|
+
Object form, made available under the License, as indicated by a
|
20172
|
+
copyright notice that is included in or attached to the work
|
20173
|
+
(an example is provided in the Appendix below).
|
20174
|
+
|
20175
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
20176
|
+
form, that is based on (or derived from) the Work and for which the
|
20177
|
+
editorial revisions, annotations, elaborations, or other modifications
|
20178
|
+
represent, as a whole, an original work of authorship. For the purposes
|
20179
|
+
of this License, Derivative Works shall not include works that remain
|
20180
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
20181
|
+
the Work and Derivative Works thereof.
|
20182
|
+
|
20183
|
+
"Contribution" shall mean any work of authorship, including
|
20184
|
+
the original version of the Work and any modifications or additions
|
20185
|
+
to that Work or Derivative Works thereof, that is intentionally
|
20186
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
20187
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
20188
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
20189
|
+
means any form of electronic, verbal, or written communication sent
|
20190
|
+
to the Licensor or its representatives, including but not limited to
|
20191
|
+
communication on electronic mailing lists, source code control systems,
|
20192
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
20193
|
+
Licensor for the purpose of discussing and improving the Work, but
|
20194
|
+
excluding communication that is conspicuously marked or otherwise
|
20195
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
20196
|
+
|
20197
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
20198
|
+
on behalf of whom a Contribution has been received by Licensor and
|
20199
|
+
subsequently incorporated within the Work.
|
20200
|
+
|
20201
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
20202
|
+
this License, each Contributor hereby grants to You a perpetual,
|
20203
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20204
|
+
copyright license to reproduce, prepare Derivative Works of,
|
20205
|
+
publicly display, publicly perform, sublicense, and distribute the
|
20206
|
+
Work and such Derivative Works in Source or Object form.
|
20207
|
+
|
20208
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
20209
|
+
this License, each Contributor hereby grants to You a perpetual,
|
20210
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
20211
|
+
(except as stated in this section) patent license to make, have made,
|
20212
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
20213
|
+
where such license applies only to those patent claims licensable
|
20214
|
+
by such Contributor that are necessarily infringed by their
|
20215
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
20216
|
+
with the Work to which such Contribution(s) was submitted. If You
|
20217
|
+
institute patent litigation against any entity (including a
|
20218
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
20219
|
+
or a Contribution incorporated within the Work constitutes direct
|
20220
|
+
or contributory patent infringement, then any patent licenses
|
20221
|
+
granted to You under this License for that Work shall terminate
|
20222
|
+
as of the date such litigation is filed.
|
20223
|
+
|
20224
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
20225
|
+
Work or Derivative Works thereof in any medium, with or without
|
20226
|
+
modifications, and in Source or Object form, provided that You
|
20227
|
+
meet the following conditions:
|
20228
|
+
|
20229
|
+
(a) You must give any other recipients of the Work or
|
20230
|
+
Derivative Works a copy of this License; and
|
20231
|
+
|
20232
|
+
(b) You must cause any modified files to carry prominent notices
|
20233
|
+
stating that You changed the files; and
|
20234
|
+
|
20235
|
+
(c) You must retain, in the Source form of any Derivative Works
|
20236
|
+
that You distribute, all copyright, patent, trademark, and
|
20237
|
+
attribution notices from the Source form of the Work,
|
20238
|
+
excluding those notices that do not pertain to any part of
|
20239
|
+
the Derivative Works; and
|
20240
|
+
|
20241
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
20242
|
+
distribution, then any Derivative Works that You distribute must
|
20243
|
+
include a readable copy of the attribution notices contained
|
20244
|
+
within such NOTICE file, excluding those notices that do not
|
20245
|
+
pertain to any part of the Derivative Works, in at least one
|
20246
|
+
of the following places: within a NOTICE text file distributed
|
20247
|
+
as part of the Derivative Works; within the Source form or
|
20248
|
+
documentation, if provided along with the Derivative Works; or,
|
20249
|
+
within a display generated by the Derivative Works, if and
|
20250
|
+
wherever such third-party notices normally appear. The contents
|
20251
|
+
of the NOTICE file are for informational purposes only and
|
20252
|
+
do not modify the License. You may add Your own attribution
|
20253
|
+
notices within Derivative Works that You distribute, alongside
|
20254
|
+
or as an addendum to the NOTICE text from the Work, provided
|
20255
|
+
that such additional attribution notices cannot be construed
|
20256
|
+
as modifying the License.
|
20257
|
+
|
20258
|
+
You may add Your own copyright statement to Your modifications and
|
20259
|
+
may provide additional or different license terms and conditions
|
20260
|
+
for use, reproduction, or distribution of Your modifications, or
|
20261
|
+
for any such Derivative Works as a whole, provided Your use,
|
20262
|
+
reproduction, and distribution of the Work otherwise complies with
|
20263
|
+
the conditions stated in this License.
|
20264
|
+
|
20265
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
20266
|
+
any Contribution intentionally submitted for inclusion in the Work
|
20267
|
+
by You to the Licensor shall be under the terms and conditions of
|
20268
|
+
this License, without any additional terms or conditions.
|
20269
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
20270
|
+
the terms of any separate license agreement you may have executed
|
20271
|
+
with Licensor regarding such Contributions.
|
20272
|
+
|
20273
|
+
6. Trademarks. This License does not grant permission to use the trade
|
20274
|
+
names, trademarks, service marks, or product names of the Licensor,
|
20275
|
+
except as required for reasonable and customary use in describing the
|
20276
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
20277
|
+
|
20278
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
20279
|
+
agreed to in writing, Licensor provides the Work (and each
|
20280
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
20281
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
20282
|
+
implied, including, without limitation, any warranties or conditions
|
20283
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
20284
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
20285
|
+
appropriateness of using or redistributing the Work and assume any
|
20286
|
+
risks associated with Your exercise of permissions under this License.
|
20287
|
+
|
20288
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
20289
|
+
whether in tort (including negligence), contract, or otherwise,
|
20290
|
+
unless required by applicable law (such as deliberate and grossly
|
20291
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
20292
|
+
liable to You for damages, including any direct, indirect, special,
|
20293
|
+
incidental, or consequential damages of any character arising as a
|
20294
|
+
result of this License or out of the use or inability to use the
|
20295
|
+
Work (including but not limited to damages for loss of goodwill,
|
20296
|
+
work stoppage, computer failure or malfunction, or any and all
|
20297
|
+
other commercial damages or losses), even if such Contributor
|
20298
|
+
has been advised of the possibility of such damages.
|
20299
|
+
|
20300
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
20301
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
20302
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
20303
|
+
or other liability obligations and/or rights consistent with this
|
20304
|
+
License. However, in accepting such obligations, You may act only
|
20305
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
20306
|
+
of any other Contributor, and only if You agree to indemnify,
|
20307
|
+
defend, and hold each Contributor harmless for any liability
|
20308
|
+
incurred by, or claims asserted against, such Contributor by reason
|
20309
|
+
of your accepting any such warranty or additional liability.
|
20310
|
+
|
20311
|
+
END OF TERMS AND CONDITIONS
|
20312
|
+
|
20313
|
+
APPENDIX: How to apply the Apache License to your work.
|
20314
|
+
|
20315
|
+
To apply the Apache License to your work, attach the following
|
20316
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
20317
|
+
replaced with your own identifying information. (Don't include
|
20318
|
+
the brackets!) The text should be enclosed in the appropriate
|
20319
|
+
comment syntax for the file format. We also recommend that a
|
20320
|
+
file or class name and description of purpose be included on the
|
20321
|
+
same "printed page" as the copyright notice for easier
|
20322
|
+
identification within third-party archives.
|
20323
|
+
|
20324
|
+
Copyright [yyyy] [name of copyright owner]
|
20325
|
+
|
20326
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
20327
|
+
you may not use this file except in compliance with the License.
|
20328
|
+
You may obtain a copy of the License at
|
20329
|
+
|
20330
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
20331
|
+
|
20332
|
+
Unless required by applicable law or agreed to in writing, software
|
20333
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
20334
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
20335
|
+
See the License for the specific language governing permissions and
|
20336
|
+
limitations under the License.
|
20337
|
+
|
20338
|
+
================================================================================
|
20339
|
+
log LICENSE-MIT
|
20340
|
+
================================================================================
|
20341
|
+
|
20342
|
+
Copyright (c) 2014 The Rust Project Developers
|
20343
|
+
|
20344
|
+
Permission is hereby granted, free of charge, to any
|
20345
|
+
person obtaining a copy of this software and associated
|
20346
|
+
documentation files (the "Software"), to deal in the
|
20347
|
+
Software without restriction, including without
|
20348
|
+
limitation the rights to use, copy, modify, merge,
|
20349
|
+
publish, distribute, sublicense, and/or sell copies of
|
20350
|
+
the Software, and to permit persons to whom the Software
|
20351
|
+
is furnished to do so, subject to the following
|
20352
|
+
conditions:
|
20353
|
+
|
20354
|
+
The above copyright notice and this permission notice
|
20355
|
+
shall be included in all copies or substantial portions
|
20356
|
+
of the Software.
|
20357
|
+
|
20358
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
20359
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
20360
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
20361
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
20362
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20363
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
20364
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
20365
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
20366
|
+
DEALINGS IN THE SOFTWARE.
|
20367
|
+
|
20301
20368
|
================================================================================
|
20302
20369
|
lz4 LICENSE
|
20303
20370
|
================================================================================
|
@@ -25497,7 +25564,243 @@ APPENDIX: How to apply the Apache License to your work.
|
|
25497
25564
|
same "printed page" as the copyright notice for easier
|
25498
25565
|
identification within third-party archives.
|
25499
25566
|
|
25500
|
-
Copyright 2018 The pin-utils authors
|
25567
|
+
Copyright 2018 The pin-utils authors
|
25568
|
+
|
25569
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
25570
|
+
you may not use this file except in compliance with the License.
|
25571
|
+
You may obtain a copy of the License at
|
25572
|
+
|
25573
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
25574
|
+
|
25575
|
+
Unless required by applicable law or agreed to in writing, software
|
25576
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
25577
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25578
|
+
See the License for the specific language governing permissions and
|
25579
|
+
limitations under the License.
|
25580
|
+
|
25581
|
+
================================================================================
|
25582
|
+
pin-utils LICENSE-MIT
|
25583
|
+
================================================================================
|
25584
|
+
|
25585
|
+
Copyright (c) 2018 The pin-utils authors
|
25586
|
+
|
25587
|
+
Permission is hereby granted, free of charge, to any
|
25588
|
+
person obtaining a copy of this software and associated
|
25589
|
+
documentation files (the "Software"), to deal in the
|
25590
|
+
Software without restriction, including without
|
25591
|
+
limitation the rights to use, copy, modify, merge,
|
25592
|
+
publish, distribute, sublicense, and/or sell copies of
|
25593
|
+
the Software, and to permit persons to whom the Software
|
25594
|
+
is furnished to do so, subject to the following
|
25595
|
+
conditions:
|
25596
|
+
|
25597
|
+
The above copyright notice and this permission notice
|
25598
|
+
shall be included in all copies or substantial portions
|
25599
|
+
of the Software.
|
25600
|
+
|
25601
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
25602
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
25603
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
25604
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
25605
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
25606
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25607
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
25608
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25609
|
+
DEALINGS IN THE SOFTWARE.
|
25610
|
+
|
25611
|
+
================================================================================
|
25612
|
+
pkg-config LICENSE-APACHE
|
25613
|
+
================================================================================
|
25614
|
+
|
25615
|
+
Apache License
|
25616
|
+
Version 2.0, January 2004
|
25617
|
+
http://www.apache.org/licenses/
|
25618
|
+
|
25619
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25620
|
+
|
25621
|
+
1. Definitions.
|
25622
|
+
|
25623
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
25624
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
25625
|
+
|
25626
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
25627
|
+
the copyright owner that is granting the License.
|
25628
|
+
|
25629
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
25630
|
+
other entities that control, are controlled by, or are under common
|
25631
|
+
control with that entity. For the purposes of this definition,
|
25632
|
+
"control" means (i) the power, direct or indirect, to cause the
|
25633
|
+
direction or management of such entity, whether by contract or
|
25634
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25635
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
25636
|
+
|
25637
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25638
|
+
exercising permissions granted by this License.
|
25639
|
+
|
25640
|
+
"Source" form shall mean the preferred form for making modifications,
|
25641
|
+
including but not limited to software source code, documentation
|
25642
|
+
source, and configuration files.
|
25643
|
+
|
25644
|
+
"Object" form shall mean any form resulting from mechanical
|
25645
|
+
transformation or translation of a Source form, including but
|
25646
|
+
not limited to compiled object code, generated documentation,
|
25647
|
+
and conversions to other media types.
|
25648
|
+
|
25649
|
+
"Work" shall mean the work of authorship, whether in Source or
|
25650
|
+
Object form, made available under the License, as indicated by a
|
25651
|
+
copyright notice that is included in or attached to the work
|
25652
|
+
(an example is provided in the Appendix below).
|
25653
|
+
|
25654
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
25655
|
+
form, that is based on (or derived from) the Work and for which the
|
25656
|
+
editorial revisions, annotations, elaborations, or other modifications
|
25657
|
+
represent, as a whole, an original work of authorship. For the purposes
|
25658
|
+
of this License, Derivative Works shall not include works that remain
|
25659
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
25660
|
+
the Work and Derivative Works thereof.
|
25661
|
+
|
25662
|
+
"Contribution" shall mean any work of authorship, including
|
25663
|
+
the original version of the Work and any modifications or additions
|
25664
|
+
to that Work or Derivative Works thereof, that is intentionally
|
25665
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
25666
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
25667
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
25668
|
+
means any form of electronic, verbal, or written communication sent
|
25669
|
+
to the Licensor or its representatives, including but not limited to
|
25670
|
+
communication on electronic mailing lists, source code control systems,
|
25671
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
25672
|
+
Licensor for the purpose of discussing and improving the Work, but
|
25673
|
+
excluding communication that is conspicuously marked or otherwise
|
25674
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
25675
|
+
|
25676
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25677
|
+
on behalf of whom a Contribution has been received by Licensor and
|
25678
|
+
subsequently incorporated within the Work.
|
25679
|
+
|
25680
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
25681
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25682
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25683
|
+
copyright license to reproduce, prepare Derivative Works of,
|
25684
|
+
publicly display, publicly perform, sublicense, and distribute the
|
25685
|
+
Work and such Derivative Works in Source or Object form.
|
25686
|
+
|
25687
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
25688
|
+
this License, each Contributor hereby grants to You a perpetual,
|
25689
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25690
|
+
(except as stated in this section) patent license to make, have made,
|
25691
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25692
|
+
where such license applies only to those patent claims licensable
|
25693
|
+
by such Contributor that are necessarily infringed by their
|
25694
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
25695
|
+
with the Work to which such Contribution(s) was submitted. If You
|
25696
|
+
institute patent litigation against any entity (including a
|
25697
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25698
|
+
or a Contribution incorporated within the Work constitutes direct
|
25699
|
+
or contributory patent infringement, then any patent licenses
|
25700
|
+
granted to You under this License for that Work shall terminate
|
25701
|
+
as of the date such litigation is filed.
|
25702
|
+
|
25703
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
25704
|
+
Work or Derivative Works thereof in any medium, with or without
|
25705
|
+
modifications, and in Source or Object form, provided that You
|
25706
|
+
meet the following conditions:
|
25707
|
+
|
25708
|
+
(a) You must give any other recipients of the Work or
|
25709
|
+
Derivative Works a copy of this License; and
|
25710
|
+
|
25711
|
+
(b) You must cause any modified files to carry prominent notices
|
25712
|
+
stating that You changed the files; and
|
25713
|
+
|
25714
|
+
(c) You must retain, in the Source form of any Derivative Works
|
25715
|
+
that You distribute, all copyright, patent, trademark, and
|
25716
|
+
attribution notices from the Source form of the Work,
|
25717
|
+
excluding those notices that do not pertain to any part of
|
25718
|
+
the Derivative Works; and
|
25719
|
+
|
25720
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
25721
|
+
distribution, then any Derivative Works that You distribute must
|
25722
|
+
include a readable copy of the attribution notices contained
|
25723
|
+
within such NOTICE file, excluding those notices that do not
|
25724
|
+
pertain to any part of the Derivative Works, in at least one
|
25725
|
+
of the following places: within a NOTICE text file distributed
|
25726
|
+
as part of the Derivative Works; within the Source form or
|
25727
|
+
documentation, if provided along with the Derivative Works; or,
|
25728
|
+
within a display generated by the Derivative Works, if and
|
25729
|
+
wherever such third-party notices normally appear. The contents
|
25730
|
+
of the NOTICE file are for informational purposes only and
|
25731
|
+
do not modify the License. You may add Your own attribution
|
25732
|
+
notices within Derivative Works that You distribute, alongside
|
25733
|
+
or as an addendum to the NOTICE text from the Work, provided
|
25734
|
+
that such additional attribution notices cannot be construed
|
25735
|
+
as modifying the License.
|
25736
|
+
|
25737
|
+
You may add Your own copyright statement to Your modifications and
|
25738
|
+
may provide additional or different license terms and conditions
|
25739
|
+
for use, reproduction, or distribution of Your modifications, or
|
25740
|
+
for any such Derivative Works as a whole, provided Your use,
|
25741
|
+
reproduction, and distribution of the Work otherwise complies with
|
25742
|
+
the conditions stated in this License.
|
25743
|
+
|
25744
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25745
|
+
any Contribution intentionally submitted for inclusion in the Work
|
25746
|
+
by You to the Licensor shall be under the terms and conditions of
|
25747
|
+
this License, without any additional terms or conditions.
|
25748
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
25749
|
+
the terms of any separate license agreement you may have executed
|
25750
|
+
with Licensor regarding such Contributions.
|
25751
|
+
|
25752
|
+
6. Trademarks. This License does not grant permission to use the trade
|
25753
|
+
names, trademarks, service marks, or product names of the Licensor,
|
25754
|
+
except as required for reasonable and customary use in describing the
|
25755
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
25756
|
+
|
25757
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
25758
|
+
agreed to in writing, Licensor provides the Work (and each
|
25759
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25760
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25761
|
+
implied, including, without limitation, any warranties or conditions
|
25762
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25763
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25764
|
+
appropriateness of using or redistributing the Work and assume any
|
25765
|
+
risks associated with Your exercise of permissions under this License.
|
25766
|
+
|
25767
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
25768
|
+
whether in tort (including negligence), contract, or otherwise,
|
25769
|
+
unless required by applicable law (such as deliberate and grossly
|
25770
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
25771
|
+
liable to You for damages, including any direct, indirect, special,
|
25772
|
+
incidental, or consequential damages of any character arising as a
|
25773
|
+
result of this License or out of the use or inability to use the
|
25774
|
+
Work (including but not limited to damages for loss of goodwill,
|
25775
|
+
work stoppage, computer failure or malfunction, or any and all
|
25776
|
+
other commercial damages or losses), even if such Contributor
|
25777
|
+
has been advised of the possibility of such damages.
|
25778
|
+
|
25779
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
25780
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
25781
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
25782
|
+
or other liability obligations and/or rights consistent with this
|
25783
|
+
License. However, in accepting such obligations, You may act only
|
25784
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
25785
|
+
of any other Contributor, and only if You agree to indemnify,
|
25786
|
+
defend, and hold each Contributor harmless for any liability
|
25787
|
+
incurred by, or claims asserted against, such Contributor by reason
|
25788
|
+
of your accepting any such warranty or additional liability.
|
25789
|
+
|
25790
|
+
END OF TERMS AND CONDITIONS
|
25791
|
+
|
25792
|
+
APPENDIX: How to apply the Apache License to your work.
|
25793
|
+
|
25794
|
+
To apply the Apache License to your work, attach the following
|
25795
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
25796
|
+
replaced with your own identifying information. (Don't include
|
25797
|
+
the brackets!) The text should be enclosed in the appropriate
|
25798
|
+
comment syntax for the file format. We also recommend that a
|
25799
|
+
file or class name and description of purpose be included on the
|
25800
|
+
same "printed page" as the copyright notice for easier
|
25801
|
+
identification within third-party archives.
|
25802
|
+
|
25803
|
+
Copyright [yyyy] [name of copyright owner]
|
25501
25804
|
|
25502
25805
|
Licensed under the Apache License, Version 2.0 (the "License");
|
25503
25806
|
you may not use this file except in compliance with the License.
|
@@ -25512,10 +25815,10 @@ See the License for the specific language governing permissions and
|
|
25512
25815
|
limitations under the License.
|
25513
25816
|
|
25514
25817
|
================================================================================
|
25515
|
-
|
25818
|
+
pkg-config LICENSE-MIT
|
25516
25819
|
================================================================================
|
25517
25820
|
|
25518
|
-
Copyright (c)
|
25821
|
+
Copyright (c) 2014 Alex Crichton
|
25519
25822
|
|
25520
25823
|
Permission is hereby granted, free of charge, to any
|
25521
25824
|
person obtaining a copy of this software and associated
|
@@ -25542,7 +25845,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
25542
25845
|
DEALINGS IN THE SOFTWARE.
|
25543
25846
|
|
25544
25847
|
================================================================================
|
25545
|
-
|
25848
|
+
planus LICENSE-APACHE
|
25546
25849
|
================================================================================
|
25547
25850
|
|
25548
25851
|
Apache License
|
@@ -25722,60 +26025,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
25722
26025
|
|
25723
26026
|
END OF TERMS AND CONDITIONS
|
25724
26027
|
|
25725
|
-
APPENDIX: How to apply the Apache License to your work.
|
25726
|
-
|
25727
|
-
To apply the Apache License to your work, attach the following
|
25728
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
25729
|
-
replaced with your own identifying information. (Don't include
|
25730
|
-
the brackets!) The text should be enclosed in the appropriate
|
25731
|
-
comment syntax for the file format. We also recommend that a
|
25732
|
-
file or class name and description of purpose be included on the
|
25733
|
-
same "printed page" as the copyright notice for easier
|
25734
|
-
identification within third-party archives.
|
25735
|
-
|
25736
|
-
Copyright [yyyy] [name of copyright owner]
|
25737
|
-
|
25738
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
25739
|
-
you may not use this file except in compliance with the License.
|
25740
|
-
You may obtain a copy of the License at
|
25741
|
-
|
25742
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
25743
|
-
|
25744
|
-
Unless required by applicable law or agreed to in writing, software
|
25745
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
25746
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
25747
|
-
See the License for the specific language governing permissions and
|
25748
|
-
limitations under the License.
|
25749
|
-
|
25750
|
-
================================================================================
|
25751
|
-
pkg-config LICENSE-MIT
|
25752
|
-
================================================================================
|
25753
|
-
|
25754
|
-
Copyright (c) 2014 Alex Crichton
|
25755
|
-
|
25756
|
-
Permission is hereby granted, free of charge, to any
|
25757
|
-
person obtaining a copy of this software and associated
|
25758
|
-
documentation files (the "Software"), to deal in the
|
25759
|
-
Software without restriction, including without
|
25760
|
-
limitation the rights to use, copy, modify, merge,
|
25761
|
-
publish, distribute, sublicense, and/or sell copies of
|
25762
|
-
the Software, and to permit persons to whom the Software
|
25763
|
-
is furnished to do so, subject to the following
|
25764
|
-
conditions:
|
25765
|
-
|
25766
|
-
The above copyright notice and this permission notice
|
25767
|
-
shall be included in all copies or substantial portions
|
25768
|
-
of the Software.
|
25769
|
-
|
25770
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
25771
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
25772
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
25773
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
25774
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
25775
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
25776
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
25777
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
25778
|
-
DEALINGS IN THE SOFTWARE.
|
25779
26028
|
|
25780
26029
|
================================================================================
|
25781
26030
|
planus LICENSE-MIT
|
@@ -25805,189 +26054,31 @@ SOFTWARE.
|
|
25805
26054
|
|
25806
26055
|
|
25807
26056
|
================================================================================
|
25808
|
-
|
26057
|
+
polars LICENSE
|
25809
26058
|
================================================================================
|
25810
26059
|
|
25811
|
-
|
25812
|
-
Version 2.0, January 2004
|
25813
|
-
http://www.apache.org/licenses/
|
25814
|
-
|
25815
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
25816
|
-
|
25817
|
-
1. Definitions.
|
25818
|
-
|
25819
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
25820
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
25821
|
-
|
25822
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
25823
|
-
the copyright owner that is granting the License.
|
25824
|
-
|
25825
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
25826
|
-
other entities that control, are controlled by, or are under common
|
25827
|
-
control with that entity. For the purposes of this definition,
|
25828
|
-
"control" means (i) the power, direct or indirect, to cause the
|
25829
|
-
direction or management of such entity, whether by contract or
|
25830
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
25831
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
25832
|
-
|
25833
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
25834
|
-
exercising permissions granted by this License.
|
25835
|
-
|
25836
|
-
"Source" form shall mean the preferred form for making modifications,
|
25837
|
-
including but not limited to software source code, documentation
|
25838
|
-
source, and configuration files.
|
25839
|
-
|
25840
|
-
"Object" form shall mean any form resulting from mechanical
|
25841
|
-
transformation or translation of a Source form, including but
|
25842
|
-
not limited to compiled object code, generated documentation,
|
25843
|
-
and conversions to other media types.
|
25844
|
-
|
25845
|
-
"Work" shall mean the work of authorship, whether in Source or
|
25846
|
-
Object form, made available under the License, as indicated by a
|
25847
|
-
copyright notice that is included in or attached to the work
|
25848
|
-
(an example is provided in the Appendix below).
|
25849
|
-
|
25850
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
25851
|
-
form, that is based on (or derived from) the Work and for which the
|
25852
|
-
editorial revisions, annotations, elaborations, or other modifications
|
25853
|
-
represent, as a whole, an original work of authorship. For the purposes
|
25854
|
-
of this License, Derivative Works shall not include works that remain
|
25855
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
25856
|
-
the Work and Derivative Works thereof.
|
25857
|
-
|
25858
|
-
"Contribution" shall mean any work of authorship, including
|
25859
|
-
the original version of the Work and any modifications or additions
|
25860
|
-
to that Work or Derivative Works thereof, that is intentionally
|
25861
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
25862
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
25863
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
25864
|
-
means any form of electronic, verbal, or written communication sent
|
25865
|
-
to the Licensor or its representatives, including but not limited to
|
25866
|
-
communication on electronic mailing lists, source code control systems,
|
25867
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
25868
|
-
Licensor for the purpose of discussing and improving the Work, but
|
25869
|
-
excluding communication that is conspicuously marked or otherwise
|
25870
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
25871
|
-
|
25872
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
25873
|
-
on behalf of whom a Contribution has been received by Licensor and
|
25874
|
-
subsequently incorporated within the Work.
|
25875
|
-
|
25876
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
25877
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25878
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25879
|
-
copyright license to reproduce, prepare Derivative Works of,
|
25880
|
-
publicly display, publicly perform, sublicense, and distribute the
|
25881
|
-
Work and such Derivative Works in Source or Object form.
|
25882
|
-
|
25883
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
25884
|
-
this License, each Contributor hereby grants to You a perpetual,
|
25885
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
25886
|
-
(except as stated in this section) patent license to make, have made,
|
25887
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
25888
|
-
where such license applies only to those patent claims licensable
|
25889
|
-
by such Contributor that are necessarily infringed by their
|
25890
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
25891
|
-
with the Work to which such Contribution(s) was submitted. If You
|
25892
|
-
institute patent litigation against any entity (including a
|
25893
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
25894
|
-
or a Contribution incorporated within the Work constitutes direct
|
25895
|
-
or contributory patent infringement, then any patent licenses
|
25896
|
-
granted to You under this License for that Work shall terminate
|
25897
|
-
as of the date such litigation is filed.
|
25898
|
-
|
25899
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
25900
|
-
Work or Derivative Works thereof in any medium, with or without
|
25901
|
-
modifications, and in Source or Object form, provided that You
|
25902
|
-
meet the following conditions:
|
25903
|
-
|
25904
|
-
(a) You must give any other recipients of the Work or
|
25905
|
-
Derivative Works a copy of this License; and
|
25906
|
-
|
25907
|
-
(b) You must cause any modified files to carry prominent notices
|
25908
|
-
stating that You changed the files; and
|
25909
|
-
|
25910
|
-
(c) You must retain, in the Source form of any Derivative Works
|
25911
|
-
that You distribute, all copyright, patent, trademark, and
|
25912
|
-
attribution notices from the Source form of the Work,
|
25913
|
-
excluding those notices that do not pertain to any part of
|
25914
|
-
the Derivative Works; and
|
25915
|
-
|
25916
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
25917
|
-
distribution, then any Derivative Works that You distribute must
|
25918
|
-
include a readable copy of the attribution notices contained
|
25919
|
-
within such NOTICE file, excluding those notices that do not
|
25920
|
-
pertain to any part of the Derivative Works, in at least one
|
25921
|
-
of the following places: within a NOTICE text file distributed
|
25922
|
-
as part of the Derivative Works; within the Source form or
|
25923
|
-
documentation, if provided along with the Derivative Works; or,
|
25924
|
-
within a display generated by the Derivative Works, if and
|
25925
|
-
wherever such third-party notices normally appear. The contents
|
25926
|
-
of the NOTICE file are for informational purposes only and
|
25927
|
-
do not modify the License. You may add Your own attribution
|
25928
|
-
notices within Derivative Works that You distribute, alongside
|
25929
|
-
or as an addendum to the NOTICE text from the Work, provided
|
25930
|
-
that such additional attribution notices cannot be construed
|
25931
|
-
as modifying the License.
|
25932
|
-
|
25933
|
-
You may add Your own copyright statement to Your modifications and
|
25934
|
-
may provide additional or different license terms and conditions
|
25935
|
-
for use, reproduction, or distribution of Your modifications, or
|
25936
|
-
for any such Derivative Works as a whole, provided Your use,
|
25937
|
-
reproduction, and distribution of the Work otherwise complies with
|
25938
|
-
the conditions stated in this License.
|
25939
|
-
|
25940
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
25941
|
-
any Contribution intentionally submitted for inclusion in the Work
|
25942
|
-
by You to the Licensor shall be under the terms and conditions of
|
25943
|
-
this License, without any additional terms or conditions.
|
25944
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
25945
|
-
the terms of any separate license agreement you may have executed
|
25946
|
-
with Licensor regarding such Contributions.
|
25947
|
-
|
25948
|
-
6. Trademarks. This License does not grant permission to use the trade
|
25949
|
-
names, trademarks, service marks, or product names of the Licensor,
|
25950
|
-
except as required for reasonable and customary use in describing the
|
25951
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
25952
|
-
|
25953
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
25954
|
-
agreed to in writing, Licensor provides the Work (and each
|
25955
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
25956
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
25957
|
-
implied, including, without limitation, any warranties or conditions
|
25958
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
25959
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
25960
|
-
appropriateness of using or redistributing the Work and assume any
|
25961
|
-
risks associated with Your exercise of permissions under this License.
|
25962
|
-
|
25963
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
25964
|
-
whether in tort (including negligence), contract, or otherwise,
|
25965
|
-
unless required by applicable law (such as deliberate and grossly
|
25966
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
25967
|
-
liable to You for damages, including any direct, indirect, special,
|
25968
|
-
incidental, or consequential damages of any character arising as a
|
25969
|
-
result of this License or out of the use or inability to use the
|
25970
|
-
Work (including but not limited to damages for loss of goodwill,
|
25971
|
-
work stoppage, computer failure or malfunction, or any and all
|
25972
|
-
other commercial damages or losses), even if such Contributor
|
25973
|
-
has been advised of the possibility of such damages.
|
26060
|
+
Copyright (c) 2020 Ritchie Vink
|
25974
26061
|
|
25975
|
-
|
25976
|
-
|
25977
|
-
|
25978
|
-
|
25979
|
-
|
25980
|
-
|
25981
|
-
of any other Contributor, and only if You agree to indemnify,
|
25982
|
-
defend, and hold each Contributor harmless for any liability
|
25983
|
-
incurred by, or claims asserted against, such Contributor by reason
|
25984
|
-
of your accepting any such warranty or additional liability.
|
26062
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
26063
|
+
of this software and associated documentation files (the "Software"), to deal
|
26064
|
+
in the Software without restriction, including without limitation the rights
|
26065
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
26066
|
+
copies of the Software, and to permit persons to whom the Software is
|
26067
|
+
furnished to do so, subject to the following conditions:
|
25985
26068
|
|
25986
|
-
|
26069
|
+
The above copyright notice and this permission notice shall be included in all
|
26070
|
+
copies or substantial portions of the Software.
|
25987
26071
|
|
26072
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26073
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26074
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
26075
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
26076
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
26077
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
26078
|
+
SOFTWARE.
|
25988
26079
|
|
25989
26080
|
================================================================================
|
25990
|
-
polars LICENSE
|
26081
|
+
polars-arrow LICENSE
|
25991
26082
|
================================================================================
|
25992
26083
|
|
25993
26084
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26011,7 +26102,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26011
26102
|
SOFTWARE.
|
26012
26103
|
|
26013
26104
|
================================================================================
|
26014
|
-
polars-
|
26105
|
+
polars-core LICENSE
|
26015
26106
|
================================================================================
|
26016
26107
|
|
26017
26108
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26035,7 +26126,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26035
26126
|
SOFTWARE.
|
26036
26127
|
|
26037
26128
|
================================================================================
|
26038
|
-
polars-
|
26129
|
+
polars-error LICENSE
|
26039
26130
|
================================================================================
|
26040
26131
|
|
26041
26132
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26059,7 +26150,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26059
26150
|
SOFTWARE.
|
26060
26151
|
|
26061
26152
|
================================================================================
|
26062
|
-
polars-
|
26153
|
+
polars-io LICENSE
|
26063
26154
|
================================================================================
|
26064
26155
|
|
26065
26156
|
Copyright (c) 2020 Ritchie Vink
|
@@ -26083,7 +26174,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26083
26174
|
SOFTWARE.
|
26084
26175
|
|
26085
26176
|
================================================================================
|
26086
|
-
polars-
|
26177
|
+
polars-json LICENSE
|
26087
26178
|
================================================================================
|
26088
26179
|
|
26089
26180
|
Copyright (c) 2020 Ritchie Vink
|
@@ -29218,28 +29309,240 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29218
29309
|
DEALINGS IN THE SOFTWARE.
|
29219
29310
|
|
29220
29311
|
================================================================================
|
29221
|
-
regex
|
29312
|
+
regex-automata LICENSE-APACHE
|
29222
29313
|
================================================================================
|
29223
29314
|
|
29224
|
-
|
29315
|
+
Apache License
|
29316
|
+
Version 2.0, January 2004
|
29317
|
+
http://www.apache.org/licenses/
|
29225
29318
|
|
29226
|
-
|
29227
|
-
|
29228
|
-
|
29229
|
-
|
29230
|
-
|
29231
|
-
|
29232
|
-
|
29233
|
-
|
29234
|
-
|
29235
|
-
|
29236
|
-
|
29237
|
-
|
29238
|
-
|
29239
|
-
|
29240
|
-
|
29241
|
-
|
29242
|
-
|
29319
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
29320
|
+
|
29321
|
+
1. Definitions.
|
29322
|
+
|
29323
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
29324
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
29325
|
+
|
29326
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
29327
|
+
the copyright owner that is granting the License.
|
29328
|
+
|
29329
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
29330
|
+
other entities that control, are controlled by, or are under common
|
29331
|
+
control with that entity. For the purposes of this definition,
|
29332
|
+
"control" means (i) the power, direct or indirect, to cause the
|
29333
|
+
direction or management of such entity, whether by contract or
|
29334
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
29335
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
29336
|
+
|
29337
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
29338
|
+
exercising permissions granted by this License.
|
29339
|
+
|
29340
|
+
"Source" form shall mean the preferred form for making modifications,
|
29341
|
+
including but not limited to software source code, documentation
|
29342
|
+
source, and configuration files.
|
29343
|
+
|
29344
|
+
"Object" form shall mean any form resulting from mechanical
|
29345
|
+
transformation or translation of a Source form, including but
|
29346
|
+
not limited to compiled object code, generated documentation,
|
29347
|
+
and conversions to other media types.
|
29348
|
+
|
29349
|
+
"Work" shall mean the work of authorship, whether in Source or
|
29350
|
+
Object form, made available under the License, as indicated by a
|
29351
|
+
copyright notice that is included in or attached to the work
|
29352
|
+
(an example is provided in the Appendix below).
|
29353
|
+
|
29354
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
29355
|
+
form, that is based on (or derived from) the Work and for which the
|
29356
|
+
editorial revisions, annotations, elaborations, or other modifications
|
29357
|
+
represent, as a whole, an original work of authorship. For the purposes
|
29358
|
+
of this License, Derivative Works shall not include works that remain
|
29359
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
29360
|
+
the Work and Derivative Works thereof.
|
29361
|
+
|
29362
|
+
"Contribution" shall mean any work of authorship, including
|
29363
|
+
the original version of the Work and any modifications or additions
|
29364
|
+
to that Work or Derivative Works thereof, that is intentionally
|
29365
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
29366
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
29367
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
29368
|
+
means any form of electronic, verbal, or written communication sent
|
29369
|
+
to the Licensor or its representatives, including but not limited to
|
29370
|
+
communication on electronic mailing lists, source code control systems,
|
29371
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
29372
|
+
Licensor for the purpose of discussing and improving the Work, but
|
29373
|
+
excluding communication that is conspicuously marked or otherwise
|
29374
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
29375
|
+
|
29376
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
29377
|
+
on behalf of whom a Contribution has been received by Licensor and
|
29378
|
+
subsequently incorporated within the Work.
|
29379
|
+
|
29380
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
29381
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29382
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29383
|
+
copyright license to reproduce, prepare Derivative Works of,
|
29384
|
+
publicly display, publicly perform, sublicense, and distribute the
|
29385
|
+
Work and such Derivative Works in Source or Object form.
|
29386
|
+
|
29387
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
29388
|
+
this License, each Contributor hereby grants to You a perpetual,
|
29389
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
29390
|
+
(except as stated in this section) patent license to make, have made,
|
29391
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
29392
|
+
where such license applies only to those patent claims licensable
|
29393
|
+
by such Contributor that are necessarily infringed by their
|
29394
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
29395
|
+
with the Work to which such Contribution(s) was submitted. If You
|
29396
|
+
institute patent litigation against any entity (including a
|
29397
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
29398
|
+
or a Contribution incorporated within the Work constitutes direct
|
29399
|
+
or contributory patent infringement, then any patent licenses
|
29400
|
+
granted to You under this License for that Work shall terminate
|
29401
|
+
as of the date such litigation is filed.
|
29402
|
+
|
29403
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
29404
|
+
Work or Derivative Works thereof in any medium, with or without
|
29405
|
+
modifications, and in Source or Object form, provided that You
|
29406
|
+
meet the following conditions:
|
29407
|
+
|
29408
|
+
(a) You must give any other recipients of the Work or
|
29409
|
+
Derivative Works a copy of this License; and
|
29410
|
+
|
29411
|
+
(b) You must cause any modified files to carry prominent notices
|
29412
|
+
stating that You changed the files; and
|
29413
|
+
|
29414
|
+
(c) You must retain, in the Source form of any Derivative Works
|
29415
|
+
that You distribute, all copyright, patent, trademark, and
|
29416
|
+
attribution notices from the Source form of the Work,
|
29417
|
+
excluding those notices that do not pertain to any part of
|
29418
|
+
the Derivative Works; and
|
29419
|
+
|
29420
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
29421
|
+
distribution, then any Derivative Works that You distribute must
|
29422
|
+
include a readable copy of the attribution notices contained
|
29423
|
+
within such NOTICE file, excluding those notices that do not
|
29424
|
+
pertain to any part of the Derivative Works, in at least one
|
29425
|
+
of the following places: within a NOTICE text file distributed
|
29426
|
+
as part of the Derivative Works; within the Source form or
|
29427
|
+
documentation, if provided along with the Derivative Works; or,
|
29428
|
+
within a display generated by the Derivative Works, if and
|
29429
|
+
wherever such third-party notices normally appear. The contents
|
29430
|
+
of the NOTICE file are for informational purposes only and
|
29431
|
+
do not modify the License. You may add Your own attribution
|
29432
|
+
notices within Derivative Works that You distribute, alongside
|
29433
|
+
or as an addendum to the NOTICE text from the Work, provided
|
29434
|
+
that such additional attribution notices cannot be construed
|
29435
|
+
as modifying the License.
|
29436
|
+
|
29437
|
+
You may add Your own copyright statement to Your modifications and
|
29438
|
+
may provide additional or different license terms and conditions
|
29439
|
+
for use, reproduction, or distribution of Your modifications, or
|
29440
|
+
for any such Derivative Works as a whole, provided Your use,
|
29441
|
+
reproduction, and distribution of the Work otherwise complies with
|
29442
|
+
the conditions stated in this License.
|
29443
|
+
|
29444
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
29445
|
+
any Contribution intentionally submitted for inclusion in the Work
|
29446
|
+
by You to the Licensor shall be under the terms and conditions of
|
29447
|
+
this License, without any additional terms or conditions.
|
29448
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
29449
|
+
the terms of any separate license agreement you may have executed
|
29450
|
+
with Licensor regarding such Contributions.
|
29451
|
+
|
29452
|
+
6. Trademarks. This License does not grant permission to use the trade
|
29453
|
+
names, trademarks, service marks, or product names of the Licensor,
|
29454
|
+
except as required for reasonable and customary use in describing the
|
29455
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
29456
|
+
|
29457
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
29458
|
+
agreed to in writing, Licensor provides the Work (and each
|
29459
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
29460
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
29461
|
+
implied, including, without limitation, any warranties or conditions
|
29462
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
29463
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
29464
|
+
appropriateness of using or redistributing the Work and assume any
|
29465
|
+
risks associated with Your exercise of permissions under this License.
|
29466
|
+
|
29467
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
29468
|
+
whether in tort (including negligence), contract, or otherwise,
|
29469
|
+
unless required by applicable law (such as deliberate and grossly
|
29470
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
29471
|
+
liable to You for damages, including any direct, indirect, special,
|
29472
|
+
incidental, or consequential damages of any character arising as a
|
29473
|
+
result of this License or out of the use or inability to use the
|
29474
|
+
Work (including but not limited to damages for loss of goodwill,
|
29475
|
+
work stoppage, computer failure or malfunction, or any and all
|
29476
|
+
other commercial damages or losses), even if such Contributor
|
29477
|
+
has been advised of the possibility of such damages.
|
29478
|
+
|
29479
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
29480
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
29481
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
29482
|
+
or other liability obligations and/or rights consistent with this
|
29483
|
+
License. However, in accepting such obligations, You may act only
|
29484
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
29485
|
+
of any other Contributor, and only if You agree to indemnify,
|
29486
|
+
defend, and hold each Contributor harmless for any liability
|
29487
|
+
incurred by, or claims asserted against, such Contributor by reason
|
29488
|
+
of your accepting any such warranty or additional liability.
|
29489
|
+
|
29490
|
+
END OF TERMS AND CONDITIONS
|
29491
|
+
|
29492
|
+
APPENDIX: How to apply the Apache License to your work.
|
29493
|
+
|
29494
|
+
To apply the Apache License to your work, attach the following
|
29495
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
29496
|
+
replaced with your own identifying information. (Don't include
|
29497
|
+
the brackets!) The text should be enclosed in the appropriate
|
29498
|
+
comment syntax for the file format. We also recommend that a
|
29499
|
+
file or class name and description of purpose be included on the
|
29500
|
+
same "printed page" as the copyright notice for easier
|
29501
|
+
identification within third-party archives.
|
29502
|
+
|
29503
|
+
Copyright [yyyy] [name of copyright owner]
|
29504
|
+
|
29505
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
29506
|
+
you may not use this file except in compliance with the License.
|
29507
|
+
You may obtain a copy of the License at
|
29508
|
+
|
29509
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
29510
|
+
|
29511
|
+
Unless required by applicable law or agreed to in writing, software
|
29512
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
29513
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
29514
|
+
See the License for the specific language governing permissions and
|
29515
|
+
limitations under the License.
|
29516
|
+
|
29517
|
+
================================================================================
|
29518
|
+
regex-automata LICENSE-MIT
|
29519
|
+
================================================================================
|
29520
|
+
|
29521
|
+
Copyright (c) 2014 The Rust Project Developers
|
29522
|
+
|
29523
|
+
Permission is hereby granted, free of charge, to any
|
29524
|
+
person obtaining a copy of this software and associated
|
29525
|
+
documentation files (the "Software"), to deal in the
|
29526
|
+
Software without restriction, including without
|
29527
|
+
limitation the rights to use, copy, modify, merge,
|
29528
|
+
publish, distribute, sublicense, and/or sell copies of
|
29529
|
+
the Software, and to permit persons to whom the Software
|
29530
|
+
is furnished to do so, subject to the following
|
29531
|
+
conditions:
|
29532
|
+
|
29533
|
+
The above copyright notice and this permission notice
|
29534
|
+
shall be included in all copies or substantial portions
|
29535
|
+
of the Software.
|
29536
|
+
|
29537
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
29538
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
29539
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
29540
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
29541
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
29542
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
29543
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
29544
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
29545
|
+
DEALINGS IN THE SOFTWARE.
|
29243
29546
|
|
29244
29547
|
================================================================================
|
29245
29548
|
regex-syntax v0.6.29 LICENSE-APACHE
|
@@ -29540,7 +29843,7 @@ use or other dealings in these Data Files or Software without prior
|
|
29540
29843
|
written authorization of the copyright holder.
|
29541
29844
|
|
29542
29845
|
================================================================================
|
29543
|
-
regex-syntax v0.7.
|
29846
|
+
regex-syntax v0.7.4 LICENSE-APACHE
|
29544
29847
|
================================================================================
|
29545
29848
|
|
29546
29849
|
Apache License
|
@@ -29746,7 +30049,7 @@ See the License for the specific language governing permissions and
|
|
29746
30049
|
limitations under the License.
|
29747
30050
|
|
29748
30051
|
================================================================================
|
29749
|
-
regex-syntax v0.7.
|
30052
|
+
regex-syntax v0.7.4 LICENSE-MIT
|
29750
30053
|
================================================================================
|
29751
30054
|
|
29752
30055
|
Copyright (c) 2014 The Rust Project Developers
|
@@ -29776,7 +30079,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29776
30079
|
DEALINGS IN THE SOFTWARE.
|
29777
30080
|
|
29778
30081
|
================================================================================
|
29779
|
-
regex-syntax v0.7.
|
30082
|
+
regex-syntax v0.7.4 src/unicode_tables/LICENSE-UNICODE
|
29780
30083
|
================================================================================
|
29781
30084
|
|
29782
30085
|
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
@@ -35532,7 +35835,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
35532
35835
|
SOFTWARE.
|
35533
35836
|
|
35534
35837
|
================================================================================
|
35535
|
-
strum_macros LICENSE
|
35838
|
+
strum_macros v0.24.3 LICENSE
|
35839
|
+
================================================================================
|
35840
|
+
|
35841
|
+
MIT License
|
35842
|
+
|
35843
|
+
Copyright (c) 2019 Peter Glotfelty
|
35844
|
+
|
35845
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
35846
|
+
of this software and associated documentation files (the "Software"), to deal
|
35847
|
+
in the Software without restriction, including without limitation the rights
|
35848
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
35849
|
+
copies of the Software, and to permit persons to whom the Software is
|
35850
|
+
furnished to do so, subject to the following conditions:
|
35851
|
+
|
35852
|
+
The above copyright notice and this permission notice shall be included in all
|
35853
|
+
copies or substantial portions of the Software.
|
35854
|
+
|
35855
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
35856
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
35857
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
35858
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
35859
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
35860
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
35861
|
+
SOFTWARE.
|
35862
|
+
|
35863
|
+
================================================================================
|
35864
|
+
strum_macros v0.25.1 LICENSE
|
35536
35865
|
================================================================================
|
35537
35866
|
|
35538
35867
|
MIT License
|
@@ -35792,7 +36121,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
35792
36121
|
DEALINGS IN THE SOFTWARE.
|
35793
36122
|
|
35794
36123
|
================================================================================
|
35795
|
-
syn v2.0.
|
36124
|
+
syn v2.0.26 LICENSE-APACHE
|
35796
36125
|
================================================================================
|
35797
36126
|
|
35798
36127
|
Apache License
|
@@ -35973,7 +36302,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
35973
36302
|
END OF TERMS AND CONDITIONS
|
35974
36303
|
|
35975
36304
|
================================================================================
|
35976
|
-
syn v2.0.
|
36305
|
+
syn v2.0.26 LICENSE-MIT
|
35977
36306
|
================================================================================
|
35978
36307
|
|
35979
36308
|
Permission is hereby granted, free of charge, to any
|