polars-df 0.4.0-x86_64-darwin → 0.6.0-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 v0.7.20
17
+ aho-corasick v1.0.2
18
18
  https://github.com/BurntSushi/aho-corasick
19
19
  Unlicense OR MIT
20
20
 
@@ -26,6 +26,14 @@ 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
+
33
+ argminmax v0.6.1
34
+ https://github.com/jvdd/argminmax
35
+ MIT
36
+
29
37
  array-init-cursor v0.2.0
30
38
  https://github.com/planus-org/planus
31
39
  MIT/Apache-2.0
@@ -34,19 +42,19 @@ arrow-format v0.8.1
34
42
  https://github.com/DataEngineeringLabs/arrow-format
35
43
  Apache-2.0
36
44
 
37
- arrow2 v0.17.0
45
+ arrow2 v0.17.3
38
46
  https://github.com/jorgecarleitao/arrow2
39
47
  Apache-2.0
40
48
 
41
- async-stream v0.3.4
49
+ async-stream v0.3.5
42
50
  https://github.com/tokio-rs/async-stream
43
51
  MIT
44
52
 
45
- async-stream-impl v0.3.4
53
+ async-stream-impl v0.3.5
46
54
  https://github.com/tokio-rs/async-stream
47
55
  MIT
48
56
 
49
- async-trait v0.1.68
57
+ async-trait v0.1.71
50
58
  https://github.com/dtolnay/async-trait
51
59
  MIT OR Apache-2.0
52
60
 
@@ -62,11 +70,11 @@ avro-schema v0.3.0
62
70
  https://github.com/DataEngineeringLabs/avro-schema
63
71
  MIT/Apache-2.0
64
72
 
65
- base64 v0.21.0
73
+ base64 v0.21.2
66
74
  https://github.com/marshallpierce/rust-base64
67
75
  MIT OR Apache-2.0
68
76
 
69
- bindgen v0.60.1
77
+ bindgen v0.62.0
70
78
  https://rust-lang.github.io/rust-bindgen/
71
79
  BSD-3-Clause
72
80
 
@@ -110,22 +118,22 @@ chrono v0.4.24
110
118
  https://github.com/chronotope/chrono
111
119
  MIT/Apache-2.0
112
120
 
113
- chrono-tz v0.8.1
121
+ chrono-tz v0.8.3
114
122
  https://github.com/chronotope/chrono-tz
115
123
  MIT OR Apache-2.0
116
124
 
117
- chrono-tz-build v0.1.0
125
+ chrono-tz-build v0.2.0
118
126
  MIT OR Apache-2.0
119
127
 
120
- clang-sys v1.6.0
128
+ clang-sys v1.6.1
121
129
  https://github.com/KyleMayes/clang-sys
122
130
  Apache-2.0
123
131
 
124
- comfy-table v6.1.4
132
+ comfy-table v7.0.1
125
133
  https://github.com/nukesor/comfy-table
126
134
  MIT
127
135
 
128
- core-foundation-sys v0.8.3
136
+ core-foundation-sys v0.8.4
129
137
  https://github.com/servo/core-foundation-rs
130
138
  MIT / Apache-2.0
131
139
 
@@ -141,7 +149,7 @@ crc32fast v1.3.2
141
149
  https://github.com/srijs/rust-crc32fast
142
150
  MIT OR Apache-2.0
143
151
 
144
- crossbeam-channel v0.5.7
152
+ crossbeam-channel v0.5.8
145
153
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel
146
154
  MIT OR Apache-2.0
147
155
 
@@ -149,26 +157,22 @@ crossbeam-deque v0.8.3
149
157
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque
150
158
  MIT OR Apache-2.0
151
159
 
152
- crossbeam-epoch v0.9.14
160
+ crossbeam-epoch v0.9.15
153
161
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch
154
162
  MIT OR Apache-2.0
155
163
 
156
- crossbeam-utils v0.8.15
164
+ crossbeam-queue v0.3.8
165
+ https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue
166
+ MIT OR Apache-2.0
167
+
168
+ crossbeam-utils v0.8.16
157
169
  https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils
158
170
  MIT OR Apache-2.0
159
171
 
160
- crossterm v0.25.0
172
+ crossterm v0.26.1
161
173
  https://github.com/crossterm-rs/crossterm
162
174
  MIT
163
175
 
164
- dirs v4.0.0
165
- https://github.com/soc/dirs-rs
166
- MIT OR Apache-2.0
167
-
168
- dirs-sys v0.3.7
169
- https://github.com/dirs-dev/dirs-sys-rs
170
- MIT OR Apache-2.0
171
-
172
176
  dyn-clone v1.0.11
173
177
  https://github.com/dtolnay/dyn-clone
174
178
  MIT OR Apache-2.0
@@ -177,10 +181,14 @@ either v1.8.1
177
181
  https://github.com/bluss/either
178
182
  MIT OR Apache-2.0
179
183
 
180
- enum_dispatch v0.3.11
184
+ enum_dispatch v0.3.12
181
185
  https://gitlab.com/antonok/enum_dispatch
182
186
  MIT OR Apache-2.0
183
187
 
188
+ equivalent v1.0.1
189
+ https://github.com/cuviper/equivalent
190
+ Apache-2.0 OR MIT
191
+
184
192
  ethnum v1.3.2
185
193
  https://github.com/nlordell/ethnum-rs
186
194
  MIT OR Apache-2.0
@@ -193,7 +201,7 @@ fast-float v0.2.0
193
201
  https://github.com/aldanor/fast-float-rust
194
202
  MIT OR Apache-2.0
195
203
 
196
- flate2 v1.0.25
204
+ flate2 v1.0.26
197
205
  https://github.com/rust-lang/flate2-rs
198
206
  MIT OR Apache-2.0
199
207
 
@@ -205,43 +213,43 @@ foreign_vec v0.1.0
205
213
  https://github.com/DataEngineeringLabs/foreign_vec
206
214
  MIT
207
215
 
208
- futures v0.3.27
216
+ futures v0.3.28
209
217
  https://rust-lang.github.io/futures-rs
210
218
  MIT OR Apache-2.0
211
219
 
212
- futures-channel v0.3.27
220
+ futures-channel v0.3.28
213
221
  https://rust-lang.github.io/futures-rs
214
222
  MIT OR Apache-2.0
215
223
 
216
- futures-core v0.3.27
224
+ futures-core v0.3.28
217
225
  https://rust-lang.github.io/futures-rs
218
226
  MIT OR Apache-2.0
219
227
 
220
- futures-executor v0.3.27
228
+ futures-executor v0.3.28
221
229
  https://rust-lang.github.io/futures-rs
222
230
  MIT OR Apache-2.0
223
231
 
224
- futures-io v0.3.27
232
+ futures-io v0.3.28
225
233
  https://rust-lang.github.io/futures-rs
226
234
  MIT OR Apache-2.0
227
235
 
228
- futures-macro v0.3.27
236
+ futures-macro v0.3.28
229
237
  https://rust-lang.github.io/futures-rs
230
238
  MIT OR Apache-2.0
231
239
 
232
- futures-sink v0.3.27
240
+ futures-sink v0.3.28
233
241
  https://rust-lang.github.io/futures-rs
234
242
  MIT OR Apache-2.0
235
243
 
236
- futures-task v0.3.27
244
+ futures-task v0.3.28
237
245
  https://rust-lang.github.io/futures-rs
238
246
  MIT OR Apache-2.0
239
247
 
240
- futures-util v0.3.27
248
+ futures-util v0.3.28
241
249
  https://rust-lang.github.io/futures-rs
242
250
  MIT OR Apache-2.0
243
251
 
244
- getrandom v0.2.8
252
+ getrandom v0.2.10
245
253
  https://github.com/rust-random/getrandom
246
254
  MIT OR Apache-2.0
247
255
 
@@ -249,7 +257,7 @@ glob v0.3.1
249
257
  https://github.com/rust-lang/glob
250
258
  MIT OR Apache-2.0
251
259
 
252
- halfbrown v0.1.18
260
+ halfbrown v0.2.4
253
261
  https://github.com/Licenser/halfbrown
254
262
  Apache-2.0/MIT
255
263
 
@@ -257,11 +265,11 @@ hash_hasher v2.0.3
257
265
  https://github.com/Fraser999/Hash-Hasher.git
258
266
  Apache-2.0 OR MIT
259
267
 
260
- hashbrown v0.12.3
268
+ hashbrown v0.13.2
261
269
  https://github.com/rust-lang/hashbrown
262
270
  MIT OR Apache-2.0
263
271
 
264
- hashbrown v0.13.2
272
+ hashbrown v0.14.0
265
273
  https://github.com/rust-lang/hashbrown
266
274
  MIT OR Apache-2.0
267
275
 
@@ -273,15 +281,19 @@ hex v0.4.3
273
281
  https://github.com/KokaKiwi/rust-hex
274
282
  MIT OR Apache-2.0
275
283
 
276
- iana-time-zone v0.1.54
284
+ home v0.5.5
285
+ https://github.com/rust-lang/cargo
286
+ MIT OR Apache-2.0
287
+
288
+ iana-time-zone v0.1.57
277
289
  https://github.com/strawlab/iana-time-zone
278
290
  MIT OR Apache-2.0
279
291
 
280
- indexmap v1.9.3
292
+ indexmap v2.0.0
281
293
  https://github.com/bluss/indexmap
282
294
  Apache-2.0 OR MIT
283
295
 
284
- itoa v1.0.6
296
+ itoa v1.0.8
285
297
  https://github.com/dtolnay/itoa
286
298
  MIT OR Apache-2.0
287
299
 
@@ -293,10 +305,6 @@ jobserver v0.1.26
293
305
  https://github.com/alexcrichton/jobserver-rs
294
306
  MIT/Apache-2.0
295
307
 
296
- json-deserializer v0.4.4
297
- https://github.com/jorgecarleitao/json-deserializer
298
- Apache-2.0
299
-
300
308
  jsonpath_lib v0.3.0
301
309
  https://github.com/freestrings/jsonpath
302
310
  MIT
@@ -337,11 +345,11 @@ lexical-write-integer v0.8.5
337
345
  https://github.com/Alexhuszagh/rust-lexical
338
346
  MIT/Apache-2.0
339
347
 
340
- libc v0.2.140
348
+ libc v0.2.147
341
349
  https://github.com/rust-lang/libc
342
350
  MIT OR Apache-2.0
343
351
 
344
- libflate v1.3.0
352
+ libflate v1.4.0
345
353
  https://github.com/sile/libflate
346
354
  MIT
347
355
 
@@ -353,19 +361,19 @@ libloading v0.7.4
353
361
  https://github.com/nagisa/rust_libloading/
354
362
  ISC
355
363
 
356
- libm v0.2.6
364
+ libm v0.2.7
357
365
  https://github.com/rust-lang/libm
358
366
  MIT OR Apache-2.0
359
367
 
360
- libmimalloc-sys v0.1.30
368
+ libmimalloc-sys v0.1.33
361
369
  https://github.com/purpleprotocol/mimalloc_rust/tree/master/libmimalloc-sys
362
370
  MIT
363
371
 
364
- lock_api v0.4.9
372
+ lock_api v0.4.10
365
373
  https://github.com/Amanieu/parking_lot
366
374
  MIT OR Apache-2.0
367
375
 
368
- log v0.4.17
376
+ log v0.4.19
369
377
  https://github.com/rust-lang/log
370
378
  MIT OR Apache-2.0
371
379
 
@@ -377,7 +385,7 @@ lz4-sys v1.9.4
377
385
  https://github.com/10xGenomics/lz4-rs
378
386
  MIT
379
387
 
380
- magnus v0.5.2
388
+ magnus v0.5.4
381
389
  https://github.com/matsadler/magnus
382
390
  MIT
383
391
 
@@ -393,11 +401,11 @@ memmap2 v0.5.10
393
401
  https://github.com/RazrFalcon/memmap2-rs
394
402
  MIT OR Apache-2.0
395
403
 
396
- memoffset v0.8.0
404
+ memoffset v0.9.0
397
405
  https://github.com/Gilnaa/memoffset
398
406
  MIT
399
407
 
400
- mimalloc v0.1.34
408
+ mimalloc v0.1.37
401
409
  https://github.com/purpleprotocol/mimalloc_rust
402
410
  MIT
403
411
 
@@ -405,19 +413,19 @@ minimal-lexical v0.2.1
405
413
  https://github.com/Alexhuszagh/minimal-lexical
406
414
  MIT/Apache-2.0
407
415
 
408
- miniz_oxide v0.6.2
416
+ miniz_oxide v0.7.1
409
417
  https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
410
418
  MIT OR Zlib OR Apache-2.0
411
419
 
412
- mio v0.8.6
420
+ mio v0.8.8
413
421
  https://github.com/tokio-rs/mio
414
422
  MIT
415
423
 
416
- multiversion v0.7.1
424
+ multiversion v0.7.2
417
425
  https://github.com/calebzulawski/multiversion
418
426
  MIT OR Apache-2.0
419
427
 
420
- multiversion-macros v0.7.1
428
+ multiversion-macros v0.7.2
421
429
  https://github.com/calebzulawski/multiversion
422
430
  MIT OR Apache-2.0
423
431
 
@@ -437,11 +445,11 @@ num-traits v0.2.15
437
445
  https://github.com/rust-num/num-traits
438
446
  MIT OR Apache-2.0
439
447
 
440
- num_cpus v1.15.0
448
+ num_cpus v1.16.0
441
449
  https://github.com/seanmonstar/num_cpus
442
450
  MIT OR Apache-2.0
443
451
 
444
- once_cell v1.17.1
452
+ once_cell v1.18.0
445
453
  https://github.com/matklad/once_cell
446
454
  MIT OR Apache-2.0
447
455
 
@@ -449,7 +457,7 @@ parking_lot v0.12.1
449
457
  https://github.com/Amanieu/parking_lot
450
458
  MIT OR Apache-2.0
451
459
 
452
- parking_lot_core v0.9.7
460
+ parking_lot_core v0.9.8
453
461
  https://github.com/Amanieu/parking_lot
454
462
  MIT OR Apache-2.0
455
463
 
@@ -457,7 +465,7 @@ parquet-format-safe v0.2.4
457
465
  https://github.com/jorgecarleitao/parquet-format-safe
458
466
  MIT/Apache-2.0
459
467
 
460
- parquet2 v0.17.1
468
+ parquet2 v0.17.2
461
469
  https://github.com/jorgecarleitao/parquet2
462
470
  Apache-2.0
463
471
 
@@ -469,23 +477,23 @@ peeking_take_while v0.1.2
469
477
  https://github.com/fitzgen/peeking_take_while
470
478
  Apache-2.0/MIT
471
479
 
472
- phf v0.11.1
480
+ phf v0.11.2
473
481
  https://github.com/rust-phf/rust-phf
474
482
  MIT
475
483
 
476
- phf_codegen v0.11.1
484
+ phf_codegen v0.11.2
477
485
  https://github.com/rust-phf/rust-phf
478
486
  MIT
479
487
 
480
- phf_generator v0.11.1
488
+ phf_generator v0.11.2
481
489
  https://github.com/rust-phf/rust-phf
482
490
  MIT
483
491
 
484
- phf_shared v0.11.1
492
+ phf_shared v0.11.2
485
493
  https://github.com/rust-phf/rust-phf
486
494
  MIT
487
495
 
488
- pin-project-lite v0.2.9
496
+ pin-project-lite v0.2.10
489
497
  https://github.com/taiki-e/pin-project-lite
490
498
  Apache-2.0 OR MIT
491
499
 
@@ -493,7 +501,7 @@ pin-utils v0.1.0
493
501
  https://github.com/rust-lang-nursery/pin-utils
494
502
  MIT OR Apache-2.0
495
503
 
496
- pkg-config v0.3.26
504
+ pkg-config v0.3.27
497
505
  https://github.com/rust-lang/pkg-config-rs
498
506
  MIT OR Apache-2.0
499
507
 
@@ -501,60 +509,68 @@ planus v0.3.1
501
509
  https://github.com/planus-org/planus
502
510
  MIT/Apache-2.0
503
511
 
504
- polars v0.28.0
512
+ polars v0.31.1
513
+ https://github.com/pola-rs/polars
514
+ MIT
515
+
516
+ polars-arrow v0.31.1
517
+ MIT
518
+
519
+ polars-core v0.31.1
505
520
  https://github.com/pola-rs/polars
506
521
  MIT
507
522
 
508
- polars-arrow v0.28.0
523
+ polars-error v0.31.1
524
+ https://github.com/pola-rs/polars
509
525
  MIT
510
526
 
511
- polars-core v0.28.0
527
+ polars-io v0.31.1
512
528
  https://github.com/pola-rs/polars
513
529
  MIT
514
530
 
515
- polars-error v0.28.0
531
+ polars-json v0.31.1
516
532
  https://github.com/pola-rs/polars
517
533
  MIT
518
534
 
519
- polars-io v0.28.0
535
+ polars-lazy v0.31.1
520
536
  https://github.com/pola-rs/polars
521
537
  MIT
522
538
 
523
- polars-lazy v0.28.0
539
+ polars-ops v0.31.1
524
540
  https://github.com/pola-rs/polars
525
541
  MIT
526
542
 
527
- polars-ops v0.28.0
543
+ polars-pipe v0.31.1
528
544
  https://github.com/pola-rs/polars
529
545
  MIT
530
546
 
531
- polars-pipe v0.28.0
547
+ polars-plan v0.31.1
532
548
  https://github.com/pola-rs/polars
533
549
  MIT
534
550
 
535
- polars-plan v0.28.0
551
+ polars-row v0.31.1
536
552
  https://github.com/pola-rs/polars
537
553
  MIT
538
554
 
539
- polars-row v0.28.0
555
+ polars-sql v0.31.1
540
556
  https://github.com/pola-rs/polars
541
557
  MIT
542
558
 
543
- polars-time v0.28.0
559
+ polars-time v0.31.1
544
560
  MIT
545
561
 
546
- polars-utils v0.28.0
562
+ polars-utils v0.31.1
547
563
  MIT
548
564
 
549
565
  ppv-lite86 v0.2.17
550
566
  https://github.com/cryptocorrosion/cryptocorrosion
551
567
  MIT/Apache-2.0
552
568
 
553
- proc-macro2 v1.0.54
569
+ proc-macro2 v1.0.64
554
570
  https://github.com/dtolnay/proc-macro2
555
571
  MIT OR Apache-2.0
556
572
 
557
- quote v1.0.26
573
+ quote v1.0.29
558
574
  https://github.com/dtolnay/quote
559
575
  MIT OR Apache-2.0
560
576
 
@@ -582,11 +598,11 @@ rayon-core v1.11.0
582
598
  https://github.com/rayon-rs/rayon
583
599
  MIT OR Apache-2.0
584
600
 
585
- rb-sys v0.9.70
601
+ rb-sys v0.9.79
586
602
  https://github.com/oxidize-rb/rb-sys
587
603
  MIT OR Apache-2.0
588
604
 
589
- rb-sys-build v0.9.70
605
+ rb-sys-build v0.9.79
590
606
  https://github.com/oxidize-rb/rb-sys
591
607
  MIT OR Apache-2.0
592
608
 
@@ -594,14 +610,22 @@ rb-sys-env v0.1.2
594
610
  https://github.com/oxidize-rb/rb-sys
595
611
  MIT OR Apache-2.0
596
612
 
597
- regex v1.7.3
613
+ regex v1.9.1
598
614
  https://github.com/rust-lang/regex
599
615
  MIT OR Apache-2.0
600
616
 
617
+ regex-automata v0.3.3
618
+ https://github.com/rust-lang/regex/tree/master/regex-automata
619
+ MIT OR Apache-2.0
620
+
601
621
  regex-syntax v0.6.29
602
622
  https://github.com/rust-lang/regex
603
623
  MIT OR Apache-2.0
604
624
 
625
+ regex-syntax v0.7.4
626
+ https://github.com/rust-lang/regex/tree/master/regex-syntax
627
+ MIT OR Apache-2.0
628
+
605
629
  rle-decode-fast v1.0.3
606
630
  https://github.com/WanzenBug/rle-decode-helper
607
631
  MIT OR Apache-2.0
@@ -614,11 +638,11 @@ rustc_version v0.4.0
614
638
  https://github.com/Kimundi/rustc-version-rs
615
639
  MIT/Apache-2.0
616
640
 
617
- rustversion v1.0.12
641
+ rustversion v1.0.13
618
642
  https://github.com/dtolnay/rustversion
619
643
  MIT OR Apache-2.0
620
644
 
621
- ryu v1.0.13
645
+ ryu v1.0.14
622
646
  https://github.com/dtolnay/ryu
623
647
  Apache-2.0 OR BSL-1.0
624
648
 
@@ -630,19 +654,19 @@ semver v1.0.17
630
654
  https://github.com/dtolnay/semver
631
655
  MIT OR Apache-2.0
632
656
 
633
- seq-macro v0.3.3
657
+ seq-macro v0.3.4
634
658
  https://github.com/dtolnay/seq-macro
635
659
  MIT OR Apache-2.0
636
660
 
637
- serde v1.0.159
661
+ serde v1.0.171
638
662
  https://serde.rs
639
663
  MIT OR Apache-2.0
640
664
 
641
- serde_derive v1.0.159
665
+ serde_derive v1.0.171
642
666
  https://serde.rs
643
667
  MIT OR Apache-2.0
644
668
 
645
- serde_json v1.0.95
669
+ serde_json v1.0.102
646
670
  https://github.com/serde-rs/json
647
671
  MIT OR Apache-2.0
648
672
 
@@ -654,7 +678,7 @@ shlex v1.1.0
654
678
  https://github.com/comex/rust-shlex
655
679
  MIT OR Apache-2.0
656
680
 
657
- signal-hook v0.3.15
681
+ signal-hook v0.3.16
658
682
  https://github.com/vorner/signal-hook
659
683
  Apache-2.0/MIT
660
684
 
@@ -666,7 +690,7 @@ signal-hook-registry v1.4.1
666
690
  https://github.com/vorner/signal-hook
667
691
  Apache-2.0/MIT
668
692
 
669
- simd-json v0.7.0
693
+ simd-json v0.10.3
670
694
  https://github.com/simd-lite/simd-json
671
695
  Apache-2.0 OR MIT
672
696
 
@@ -682,7 +706,7 @@ slab v0.4.8
682
706
  https://github.com/tokio-rs/slab
683
707
  MIT
684
708
 
685
- smallvec v1.10.0
709
+ smallvec v1.11.0
686
710
  https://github.com/servo/rust-smallvec
687
711
  MIT OR Apache-2.0
688
712
 
@@ -698,6 +722,10 @@ socket2 v0.4.9
698
722
  https://github.com/rust-lang/socket2
699
723
  MIT OR Apache-2.0
700
724
 
725
+ sqlparser v0.34.0
726
+ https://github.com/sqlparser-rs/sqlparser-rs
727
+ Apache-2.0
728
+
701
729
  static_assertions v1.1.0
702
730
  https://github.com/nvzqz/static-assertions-rs
703
731
  MIT OR Apache-2.0
@@ -722,27 +750,31 @@ strum_macros v0.24.3
722
750
  https://github.com/Peternator7/strum
723
751
  MIT
724
752
 
753
+ strum_macros v0.25.1
754
+ https://github.com/Peternator7/strum
755
+ MIT
756
+
725
757
  syn v1.0.109
726
758
  https://github.com/dtolnay/syn
727
759
  MIT OR Apache-2.0
728
760
 
729
- syn v2.0.11
761
+ syn v2.0.26
730
762
  https://github.com/dtolnay/syn
731
763
  MIT OR Apache-2.0
732
764
 
733
- sysinfo v0.28.4
765
+ sysinfo v0.29.4
734
766
  https://github.com/GuillaumeGomez/sysinfo
735
767
  MIT
736
768
 
737
- target-features v0.1.3
769
+ target-features v0.1.4
738
770
  https://github.com/calebzulawski/target-features
739
771
  MIT OR Apache-2.0
740
772
 
741
- thiserror v1.0.40
773
+ thiserror v1.0.43
742
774
  https://github.com/dtolnay/thiserror
743
775
  MIT OR Apache-2.0
744
776
 
745
- thiserror-impl v1.0.40
777
+ thiserror-impl v1.0.43
746
778
  https://github.com/dtolnay/thiserror
747
779
  MIT OR Apache-2.0
748
780
 
@@ -750,11 +782,11 @@ time v0.1.45
750
782
  https://github.com/time-rs/time
751
783
  MIT/Apache-2.0
752
784
 
753
- tokio v1.27.0
785
+ tokio v1.29.1
754
786
  https://tokio.rs
755
787
  MIT
756
788
 
757
- unicode-ident v1.0.8
789
+ unicode-ident v1.0.11
758
790
  https://github.com/dtolnay/unicode-ident
759
791
  (MIT OR Apache-2.0) AND Unicode-DFS-2016
760
792
 
@@ -762,7 +794,7 @@ unicode-width v0.1.10
762
794
  https://github.com/unicode-rs/unicode-width
763
795
  MIT/Apache-2.0
764
796
 
765
- value-trait v0.5.1
797
+ value-trait v0.6.1
766
798
  https://github.com/simd-lite/value-trait
767
799
  Apache-2.0/MIT
768
800
 
@@ -774,23 +806,15 @@ xxhash-rust v0.8.6
774
806
  https://github.com/DoumanAsh/xxhash-rust
775
807
  BSL-1.0
776
808
 
777
- zstd v0.11.2+zstd.1.5.2
778
- https://github.com/gyscos/zstd-rs
779
- MIT
780
-
781
809
  zstd v0.12.3+zstd.1.5.2
782
810
  https://github.com/gyscos/zstd-rs
783
811
  MIT
784
812
 
785
- zstd-safe v5.0.2+zstd.1.5.2
813
+ zstd-safe v6.0.5+zstd.1.5.4
786
814
  https://github.com/gyscos/zstd-rs
787
815
  MIT/Apache-2.0
788
816
 
789
- zstd-safe v6.0.4+zstd.1.5.4
790
- https://github.com/gyscos/zstd-rs
791
- MIT/Apache-2.0
792
-
793
- zstd-sys v2.0.7+zstd.1.5.4
817
+ zstd-sys v2.0.8+zstd.1.5.5
794
818
  https://github.com/gyscos/zstd-rs
795
819
  MIT/Apache-2.0
796
820
 
@@ -1426,6 +1450,43 @@ Redistribution and use in source and binary forms, with or without modification,
1426
1450
 
1427
1451
  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.
1428
1452
 
1453
+ ================================================================================
1454
+ allocator-api2 COPYING
1455
+ ================================================================================
1456
+
1457
+ Copyright 2023 The allocator-api2 Project Developers
1458
+
1459
+ Licensed under the Apache License, Version 2.0, <license/LICENSE-APACHE or
1460
+ http://apache.org/licenses/LICENSE-2.0> or the MIT license <license/LICENSE-MIT or
1461
+ http://opensource.org/licenses/MIT>, at your option. This file may not be
1462
+ copied, modified, or distributed except according to those terms.
1463
+
1464
+ ================================================================================
1465
+ argminmax LICENSE
1466
+ ================================================================================
1467
+
1468
+ MIT License
1469
+
1470
+ Copyright (c) 2022 Jeroen Van Der Donckt
1471
+
1472
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1473
+ of this software and associated documentation files (the "Software"), to deal
1474
+ in the Software without restriction, including without limitation the rights
1475
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1476
+ copies of the Software, and to permit persons to whom the Software is
1477
+ furnished to do so, subject to the following conditions:
1478
+
1479
+ The above copyright notice and this permission notice shall be included in all
1480
+ copies or substantial portions of the Software.
1481
+
1482
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1483
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1484
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1485
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1486
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1487
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1488
+ SOFTWARE.
1489
+
1429
1490
  ================================================================================
1430
1491
  array-init-cursor LICENSE-APACHE
1431
1492
  ================================================================================
@@ -4544,6 +4605,238 @@ limitations under the License.
4544
4605
  ~~~~
4545
4606
 
4546
4607
 
4608
+ ================================================================================
4609
+ chrono-tz LICENSE
4610
+ ================================================================================
4611
+
4612
+ Chrono-TZ is dual-licensed under the MIT License and Apache 2.0 Licence.
4613
+ The licenses do not apply to files in the tzdb folder which are in the
4614
+ public domain.
4615
+
4616
+ Copyright (c) 2016 Djzin
4617
+
4618
+ The MIT License
4619
+
4620
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4621
+ of this software and associated documentation files (the "Software"), to deal
4622
+ in the Software without restriction, including without limitation the rights
4623
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4624
+ copies of the Software, and to permit persons to whom the Software is
4625
+ furnished to do so, subject to the following conditions:
4626
+
4627
+ The above copyright notice and this permission notice shall be included in all
4628
+ copies or substantial portions of the Software.
4629
+
4630
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4631
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4632
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4633
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4634
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4635
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4636
+ SOFTWARE.
4637
+
4638
+ Apache License
4639
+ Version 2.0, January 2004
4640
+ http://www.apache.org/licenses/
4641
+
4642
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4643
+
4644
+ 1. Definitions.
4645
+
4646
+ "License" shall mean the terms and conditions for use, reproduction,
4647
+ and distribution as defined by Sections 1 through 9 of this document.
4648
+
4649
+ "Licensor" shall mean the copyright owner or entity authorized by
4650
+ the copyright owner that is granting the License.
4651
+
4652
+ "Legal Entity" shall mean the union of the acting entity and all
4653
+ other entities that control, are controlled by, or are under common
4654
+ control with that entity. For the purposes of this definition,
4655
+ "control" means (i) the power, direct or indirect, to cause the
4656
+ direction or management of such entity, whether by contract or
4657
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
4658
+ outstanding shares, or (iii) beneficial ownership of such entity.
4659
+
4660
+ "You" (or "Your") shall mean an individual or Legal Entity
4661
+ exercising permissions granted by this License.
4662
+
4663
+ "Source" form shall mean the preferred form for making modifications,
4664
+ including but not limited to software source code, documentation
4665
+ source, and configuration files.
4666
+
4667
+ "Object" form shall mean any form resulting from mechanical
4668
+ transformation or translation of a Source form, including but
4669
+ not limited to compiled object code, generated documentation,
4670
+ and conversions to other media types.
4671
+
4672
+ "Work" shall mean the work of authorship, whether in Source or
4673
+ Object form, made available under the License, as indicated by a
4674
+ copyright notice that is included in or attached to the work
4675
+ (an example is provided in the Appendix below).
4676
+
4677
+ "Derivative Works" shall mean any work, whether in Source or Object
4678
+ form, that is based on (or derived from) the Work and for which the
4679
+ editorial revisions, annotations, elaborations, or other modifications
4680
+ represent, as a whole, an original work of authorship. For the purposes
4681
+ of this License, Derivative Works shall not include works that remain
4682
+ separable from, or merely link (or bind by name) to the interfaces of,
4683
+ the Work and Derivative Works thereof.
4684
+
4685
+ "Contribution" shall mean any work of authorship, including
4686
+ the original version of the Work and any modifications or additions
4687
+ to that Work or Derivative Works thereof, that is intentionally
4688
+ submitted to Licensor for inclusion in the Work by the copyright owner
4689
+ or by an individual or Legal Entity authorized to submit on behalf of
4690
+ the copyright owner. For the purposes of this definition, "submitted"
4691
+ means any form of electronic, verbal, or written communication sent
4692
+ to the Licensor or its representatives, including but not limited to
4693
+ communication on electronic mailing lists, source code control systems,
4694
+ and issue tracking systems that are managed by, or on behalf of, the
4695
+ Licensor for the purpose of discussing and improving the Work, but
4696
+ excluding communication that is conspicuously marked or otherwise
4697
+ designated in writing by the copyright owner as "Not a Contribution."
4698
+
4699
+ "Contributor" shall mean Licensor and any individual or Legal Entity
4700
+ on behalf of whom a Contribution has been received by Licensor and
4701
+ subsequently incorporated within the Work.
4702
+
4703
+ 2. Grant of Copyright License. Subject to the terms and conditions of
4704
+ this License, each Contributor hereby grants to You a perpetual,
4705
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4706
+ copyright license to reproduce, prepare Derivative Works of,
4707
+ publicly display, publicly perform, sublicense, and distribute the
4708
+ Work and such Derivative Works in Source or Object form.
4709
+
4710
+ 3. Grant of Patent License. Subject to the terms and conditions of
4711
+ this License, each Contributor hereby grants to You a perpetual,
4712
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4713
+ (except as stated in this section) patent license to make, have made,
4714
+ use, offer to sell, sell, import, and otherwise transfer the Work,
4715
+ where such license applies only to those patent claims licensable
4716
+ by such Contributor that are necessarily infringed by their
4717
+ Contribution(s) alone or by combination of their Contribution(s)
4718
+ with the Work to which such Contribution(s) was submitted. If You
4719
+ institute patent litigation against any entity (including a
4720
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
4721
+ or a Contribution incorporated within the Work constitutes direct
4722
+ or contributory patent infringement, then any patent licenses
4723
+ granted to You under this License for that Work shall terminate
4724
+ as of the date such litigation is filed.
4725
+
4726
+ 4. Redistribution. You may reproduce and distribute copies of the
4727
+ Work or Derivative Works thereof in any medium, with or without
4728
+ modifications, and in Source or Object form, provided that You
4729
+ meet the following conditions:
4730
+
4731
+ (a) You must give any other recipients of the Work or
4732
+ Derivative Works a copy of this License; and
4733
+
4734
+ (b) You must cause any modified files to carry prominent notices
4735
+ stating that You changed the files; and
4736
+
4737
+ (c) You must retain, in the Source form of any Derivative Works
4738
+ that You distribute, all copyright, patent, trademark, and
4739
+ attribution notices from the Source form of the Work,
4740
+ excluding those notices that do not pertain to any part of
4741
+ the Derivative Works; and
4742
+
4743
+ (d) If the Work includes a "NOTICE" text file as part of its
4744
+ distribution, then any Derivative Works that You distribute must
4745
+ include a readable copy of the attribution notices contained
4746
+ within such NOTICE file, excluding those notices that do not
4747
+ pertain to any part of the Derivative Works, in at least one
4748
+ of the following places: within a NOTICE text file distributed
4749
+ as part of the Derivative Works; within the Source form or
4750
+ documentation, if provided along with the Derivative Works; or,
4751
+ within a display generated by the Derivative Works, if and
4752
+ wherever such third-party notices normally appear. The contents
4753
+ of the NOTICE file are for informational purposes only and
4754
+ do not modify the License. You may add Your own attribution
4755
+ notices within Derivative Works that You distribute, alongside
4756
+ or as an addendum to the NOTICE text from the Work, provided
4757
+ that such additional attribution notices cannot be construed
4758
+ as modifying the License.
4759
+
4760
+ You may add Your own copyright statement to Your modifications and
4761
+ may provide additional or different license terms and conditions
4762
+ for use, reproduction, or distribution of Your modifications, or
4763
+ for any such Derivative Works as a whole, provided Your use,
4764
+ reproduction, and distribution of the Work otherwise complies with
4765
+ the conditions stated in this License.
4766
+
4767
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
4768
+ any Contribution intentionally submitted for inclusion in the Work
4769
+ by You to the Licensor shall be under the terms and conditions of
4770
+ this License, without any additional terms or conditions.
4771
+ Notwithstanding the above, nothing herein shall supersede or modify
4772
+ the terms of any separate license agreement you may have executed
4773
+ with Licensor regarding such Contributions.
4774
+
4775
+ 6. Trademarks. This License does not grant permission to use the trade
4776
+ names, trademarks, service marks, or product names of the Licensor,
4777
+ except as required for reasonable and customary use in describing the
4778
+ origin of the Work and reproducing the content of the NOTICE file.
4779
+
4780
+ 7. Disclaimer of Warranty. Unless required by applicable law or
4781
+ agreed to in writing, Licensor provides the Work (and each
4782
+ Contributor provides its Contributions) on an "AS IS" BASIS,
4783
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4784
+ implied, including, without limitation, any warranties or conditions
4785
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4786
+ PARTICULAR PURPOSE. You are solely responsible for determining the
4787
+ appropriateness of using or redistributing the Work and assume any
4788
+ risks associated with Your exercise of permissions under this License.
4789
+
4790
+ 8. Limitation of Liability. In no event and under no legal theory,
4791
+ whether in tort (including negligence), contract, or otherwise,
4792
+ unless required by applicable law (such as deliberate and grossly
4793
+ negligent acts) or agreed to in writing, shall any Contributor be
4794
+ liable to You for damages, including any direct, indirect, special,
4795
+ incidental, or consequential damages of any character arising as a
4796
+ result of this License or out of the use or inability to use the
4797
+ Work (including but not limited to damages for loss of goodwill,
4798
+ work stoppage, computer failure or malfunction, or any and all
4799
+ other commercial damages or losses), even if such Contributor
4800
+ has been advised of the possibility of such damages.
4801
+
4802
+ 9. Accepting Warranty or Additional Liability. While redistributing
4803
+ the Work or Derivative Works thereof, You may choose to offer,
4804
+ and charge a fee for, acceptance of support, warranty, indemnity,
4805
+ or other liability obligations and/or rights consistent with this
4806
+ License. However, in accepting such obligations, You may act only
4807
+ on Your own behalf and on Your sole responsibility, not on behalf
4808
+ of any other Contributor, and only if You agree to indemnify,
4809
+ defend, and hold each Contributor harmless for any liability
4810
+ incurred by, or claims asserted against, such Contributor by reason
4811
+ of your accepting any such warranty or additional liability.
4812
+
4813
+ END OF TERMS AND CONDITIONS
4814
+
4815
+ APPENDIX: How to apply the Apache License to your work.
4816
+
4817
+ To apply the Apache License to your work, attach the following
4818
+ boilerplate notice, with the fields enclosed by brackets "[]"
4819
+ replaced with your own identifying information. (Don't include
4820
+ the brackets!) The text should be enclosed in the appropriate
4821
+ comment syntax for the file format. We also recommend that a
4822
+ file or class name and description of purpose be included on the
4823
+ same "printed page" as the copyright notice for easier
4824
+ identification within third-party archives.
4825
+
4826
+ Copyright 2016 Djzin
4827
+
4828
+ Licensed under the Apache License, Version 2.0 (the "License");
4829
+ you may not use this file except in compliance with the License.
4830
+ You may obtain a copy of the License at
4831
+
4832
+ http://www.apache.org/licenses/LICENSE-2.0
4833
+
4834
+ Unless required by applicable law or agreed to in writing, software
4835
+ distributed under the License is distributed on an "AS IS" BASIS,
4836
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4837
+ See the License for the specific language governing permissions and
4838
+ limitations under the License.
4839
+
4547
4840
  ================================================================================
4548
4841
  chrono-tz tz/LICENSE
4549
4842
  ================================================================================
@@ -4790,208 +5083,208 @@ limitations under the License.
4790
5083
  clang-sys LICENSE.txt
4791
5084
  ================================================================================
4792
5085
 
4793
-
4794
- Apache License
4795
- Version 2.0, January 2004
4796
- http://www.apache.org/licenses/
4797
-
4798
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4799
-
4800
- 1. Definitions.
4801
-
4802
- "License" shall mean the terms and conditions for use, reproduction,
4803
- and distribution as defined by Sections 1 through 9 of this document.
4804
-
4805
- "Licensor" shall mean the copyright owner or entity authorized by
4806
- the copyright owner that is granting the License.
4807
-
4808
- "Legal Entity" shall mean the union of the acting entity and all
4809
- other entities that control, are controlled by, or are under common
4810
- control with that entity. For the purposes of this definition,
4811
- "control" means (i) the power, direct or indirect, to cause the
4812
- direction or management of such entity, whether by contract or
4813
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4814
- outstanding shares, or (iii) beneficial ownership of such entity.
4815
-
4816
- "You" (or "Your") shall mean an individual or Legal Entity
4817
- exercising permissions granted by this License.
4818
-
4819
- "Source" form shall mean the preferred form for making modifications,
4820
- including but not limited to software source code, documentation
4821
- source, and configuration files.
4822
-
4823
- "Object" form shall mean any form resulting from mechanical
4824
- transformation or translation of a Source form, including but
4825
- not limited to compiled object code, generated documentation,
4826
- and conversions to other media types.
4827
-
4828
- "Work" shall mean the work of authorship, whether in Source or
4829
- Object form, made available under the License, as indicated by a
4830
- copyright notice that is included in or attached to the work
4831
- (an example is provided in the Appendix below).
4832
-
4833
- "Derivative Works" shall mean any work, whether in Source or Object
4834
- form, that is based on (or derived from) the Work and for which the
4835
- editorial revisions, annotations, elaborations, or other modifications
4836
- represent, as a whole, an original work of authorship. For the purposes
4837
- of this License, Derivative Works shall not include works that remain
4838
- separable from, or merely link (or bind by name) to the interfaces of,
4839
- the Work and Derivative Works thereof.
4840
-
4841
- "Contribution" shall mean any work of authorship, including
4842
- the original version of the Work and any modifications or additions
4843
- to that Work or Derivative Works thereof, that is intentionally
4844
- submitted to Licensor for inclusion in the Work by the copyright owner
4845
- or by an individual or Legal Entity authorized to submit on behalf of
4846
- the copyright owner. For the purposes of this definition, "submitted"
4847
- means any form of electronic, verbal, or written communication sent
4848
- to the Licensor or its representatives, including but not limited to
4849
- communication on electronic mailing lists, source code control systems,
4850
- and issue tracking systems that are managed by, or on behalf of, the
4851
- Licensor for the purpose of discussing and improving the Work, but
4852
- excluding communication that is conspicuously marked or otherwise
4853
- designated in writing by the copyright owner as "Not a Contribution."
4854
-
4855
- "Contributor" shall mean Licensor and any individual or Legal Entity
4856
- on behalf of whom a Contribution has been received by Licensor and
4857
- subsequently incorporated within the Work.
4858
-
4859
- 2. Grant of Copyright License. Subject to the terms and conditions of
4860
- this License, each Contributor hereby grants to You a perpetual,
4861
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4862
- copyright license to reproduce, prepare Derivative Works of,
4863
- publicly display, publicly perform, sublicense, and distribute the
4864
- Work and such Derivative Works in Source or Object form.
4865
-
4866
- 3. Grant of Patent License. Subject to the terms and conditions of
4867
- this License, each Contributor hereby grants to You a perpetual,
4868
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4869
- (except as stated in this section) patent license to make, have made,
4870
- use, offer to sell, sell, import, and otherwise transfer the Work,
4871
- where such license applies only to those patent claims licensable
4872
- by such Contributor that are necessarily infringed by their
4873
- Contribution(s) alone or by combination of their Contribution(s)
4874
- with the Work to which such Contribution(s) was submitted. If You
4875
- institute patent litigation against any entity (including a
4876
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4877
- or a Contribution incorporated within the Work constitutes direct
4878
- or contributory patent infringement, then any patent licenses
4879
- granted to You under this License for that Work shall terminate
4880
- as of the date such litigation is filed.
4881
-
4882
- 4. Redistribution. You may reproduce and distribute copies of the
4883
- Work or Derivative Works thereof in any medium, with or without
4884
- modifications, and in Source or Object form, provided that You
4885
- meet the following conditions:
4886
-
4887
- (a) You must give any other recipients of the Work or
4888
- Derivative Works a copy of this License; and
4889
-
4890
- (b) You must cause any modified files to carry prominent notices
4891
- stating that You changed the files; and
4892
-
4893
- (c) You must retain, in the Source form of any Derivative Works
4894
- that You distribute, all copyright, patent, trademark, and
4895
- attribution notices from the Source form of the Work,
4896
- excluding those notices that do not pertain to any part of
4897
- the Derivative Works; and
4898
-
4899
- (d) If the Work includes a "NOTICE" text file as part of its
4900
- distribution, then any Derivative Works that You distribute must
4901
- include a readable copy of the attribution notices contained
4902
- within such NOTICE file, excluding those notices that do not
4903
- pertain to any part of the Derivative Works, in at least one
4904
- of the following places: within a NOTICE text file distributed
4905
- as part of the Derivative Works; within the Source form or
4906
- documentation, if provided along with the Derivative Works; or,
4907
- within a display generated by the Derivative Works, if and
4908
- wherever such third-party notices normally appear. The contents
4909
- of the NOTICE file are for informational purposes only and
4910
- do not modify the License. You may add Your own attribution
4911
- notices within Derivative Works that You distribute, alongside
4912
- or as an addendum to the NOTICE text from the Work, provided
4913
- that such additional attribution notices cannot be construed
4914
- as modifying the License.
4915
-
4916
- You may add Your own copyright statement to Your modifications and
4917
- may provide additional or different license terms and conditions
4918
- for use, reproduction, or distribution of Your modifications, or
4919
- for any such Derivative Works as a whole, provided Your use,
4920
- reproduction, and distribution of the Work otherwise complies with
4921
- the conditions stated in this License.
4922
-
4923
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4924
- any Contribution intentionally submitted for inclusion in the Work
4925
- by You to the Licensor shall be under the terms and conditions of
4926
- this License, without any additional terms or conditions.
4927
- Notwithstanding the above, nothing herein shall supersede or modify
4928
- the terms of any separate license agreement you may have executed
4929
- with Licensor regarding such Contributions.
4930
-
4931
- 6. Trademarks. This License does not grant permission to use the trade
4932
- names, trademarks, service marks, or product names of the Licensor,
4933
- except as required for reasonable and customary use in describing the
4934
- origin of the Work and reproducing the content of the NOTICE file.
4935
-
4936
- 7. Disclaimer of Warranty. Unless required by applicable law or
4937
- agreed to in writing, Licensor provides the Work (and each
4938
- Contributor provides its Contributions) on an "AS IS" BASIS,
4939
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4940
- implied, including, without limitation, any warranties or conditions
4941
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4942
- PARTICULAR PURPOSE. You are solely responsible for determining the
4943
- appropriateness of using or redistributing the Work and assume any
4944
- risks associated with Your exercise of permissions under this License.
4945
-
4946
- 8. Limitation of Liability. In no event and under no legal theory,
4947
- whether in tort (including negligence), contract, or otherwise,
4948
- unless required by applicable law (such as deliberate and grossly
4949
- negligent acts) or agreed to in writing, shall any Contributor be
4950
- liable to You for damages, including any direct, indirect, special,
4951
- incidental, or consequential damages of any character arising as a
4952
- result of this License or out of the use or inability to use the
4953
- Work (including but not limited to damages for loss of goodwill,
4954
- work stoppage, computer failure or malfunction, or any and all
4955
- other commercial damages or losses), even if such Contributor
4956
- has been advised of the possibility of such damages.
4957
-
4958
- 9. Accepting Warranty or Additional Liability. While redistributing
4959
- the Work or Derivative Works thereof, You may choose to offer,
4960
- and charge a fee for, acceptance of support, warranty, indemnity,
4961
- or other liability obligations and/or rights consistent with this
4962
- License. However, in accepting such obligations, You may act only
4963
- on Your own behalf and on Your sole responsibility, not on behalf
4964
- of any other Contributor, and only if You agree to indemnify,
4965
- defend, and hold each Contributor harmless for any liability
4966
- incurred by, or claims asserted against, such Contributor by reason
4967
- of your accepting any such warranty or additional liability.
4968
-
4969
- END OF TERMS AND CONDITIONS
4970
-
4971
- APPENDIX: How to apply the Apache License to your work.
4972
-
4973
- To apply the Apache License to your work, attach the following
4974
- boilerplate notice, with the fields enclosed by brackets "[]"
4975
- replaced with your own identifying information. (Don't include
4976
- the brackets!) The text should be enclosed in the appropriate
4977
- comment syntax for the file format. We also recommend that a
4978
- file or class name and description of purpose be included on the
4979
- same "printed page" as the copyright notice for easier
4980
- identification within third-party archives.
4981
-
4982
- Copyright [yyyy] [name of copyright owner]
4983
-
4984
- Licensed under the Apache License, Version 2.0 (the "License");
4985
- you may not use this file except in compliance with the License.
4986
- You may obtain a copy of the License at
4987
-
4988
- http://www.apache.org/licenses/LICENSE-2.0
4989
-
4990
- Unless required by applicable law or agreed to in writing, software
4991
- distributed under the License is distributed on an "AS IS" BASIS,
4992
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4993
- See the License for the specific language governing permissions and
4994
- limitations under the License.
5086
+
5087
+ Apache License
5088
+ Version 2.0, January 2004
5089
+ http://www.apache.org/licenses/
5090
+
5091
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
5092
+
5093
+ 1. Definitions.
5094
+
5095
+ "License" shall mean the terms and conditions for use, reproduction,
5096
+ and distribution as defined by Sections 1 through 9 of this document.
5097
+
5098
+ "Licensor" shall mean the copyright owner or entity authorized by
5099
+ the copyright owner that is granting the License.
5100
+
5101
+ "Legal Entity" shall mean the union of the acting entity and all
5102
+ other entities that control, are controlled by, or are under common
5103
+ control with that entity. For the purposes of this definition,
5104
+ "control" means (i) the power, direct or indirect, to cause the
5105
+ direction or management of such entity, whether by contract or
5106
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
5107
+ outstanding shares, or (iii) beneficial ownership of such entity.
5108
+
5109
+ "You" (or "Your") shall mean an individual or Legal Entity
5110
+ exercising permissions granted by this License.
5111
+
5112
+ "Source" form shall mean the preferred form for making modifications,
5113
+ including but not limited to software source code, documentation
5114
+ source, and configuration files.
5115
+
5116
+ "Object" form shall mean any form resulting from mechanical
5117
+ transformation or translation of a Source form, including but
5118
+ not limited to compiled object code, generated documentation,
5119
+ and conversions to other media types.
5120
+
5121
+ "Work" shall mean the work of authorship, whether in Source or
5122
+ Object form, made available under the License, as indicated by a
5123
+ copyright notice that is included in or attached to the work
5124
+ (an example is provided in the Appendix below).
5125
+
5126
+ "Derivative Works" shall mean any work, whether in Source or Object
5127
+ form, that is based on (or derived from) the Work and for which the
5128
+ editorial revisions, annotations, elaborations, or other modifications
5129
+ represent, as a whole, an original work of authorship. For the purposes
5130
+ of this License, Derivative Works shall not include works that remain
5131
+ separable from, or merely link (or bind by name) to the interfaces of,
5132
+ the Work and Derivative Works thereof.
5133
+
5134
+ "Contribution" shall mean any work of authorship, including
5135
+ the original version of the Work and any modifications or additions
5136
+ to that Work or Derivative Works thereof, that is intentionally
5137
+ submitted to Licensor for inclusion in the Work by the copyright owner
5138
+ or by an individual or Legal Entity authorized to submit on behalf of
5139
+ the copyright owner. For the purposes of this definition, "submitted"
5140
+ means any form of electronic, verbal, or written communication sent
5141
+ to the Licensor or its representatives, including but not limited to
5142
+ communication on electronic mailing lists, source code control systems,
5143
+ and issue tracking systems that are managed by, or on behalf of, the
5144
+ Licensor for the purpose of discussing and improving the Work, but
5145
+ excluding communication that is conspicuously marked or otherwise
5146
+ designated in writing by the copyright owner as "Not a Contribution."
5147
+
5148
+ "Contributor" shall mean Licensor and any individual or Legal Entity
5149
+ on behalf of whom a Contribution has been received by Licensor and
5150
+ subsequently incorporated within the Work.
5151
+
5152
+ 2. Grant of Copyright License. Subject to the terms and conditions of
5153
+ this License, each Contributor hereby grants to You a perpetual,
5154
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5155
+ copyright license to reproduce, prepare Derivative Works of,
5156
+ publicly display, publicly perform, sublicense, and distribute the
5157
+ Work and such Derivative Works in Source or Object form.
5158
+
5159
+ 3. Grant of Patent License. Subject to the terms and conditions of
5160
+ this License, each Contributor hereby grants to You a perpetual,
5161
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
5162
+ (except as stated in this section) patent license to make, have made,
5163
+ use, offer to sell, sell, import, and otherwise transfer the Work,
5164
+ where such license applies only to those patent claims licensable
5165
+ by such Contributor that are necessarily infringed by their
5166
+ Contribution(s) alone or by combination of their Contribution(s)
5167
+ with the Work to which such Contribution(s) was submitted. If You
5168
+ institute patent litigation against any entity (including a
5169
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
5170
+ or a Contribution incorporated within the Work constitutes direct
5171
+ or contributory patent infringement, then any patent licenses
5172
+ granted to You under this License for that Work shall terminate
5173
+ as of the date such litigation is filed.
5174
+
5175
+ 4. Redistribution. You may reproduce and distribute copies of the
5176
+ Work or Derivative Works thereof in any medium, with or without
5177
+ modifications, and in Source or Object form, provided that You
5178
+ meet the following conditions:
5179
+
5180
+ (a) You must give any other recipients of the Work or
5181
+ Derivative Works a copy of this License; and
5182
+
5183
+ (b) You must cause any modified files to carry prominent notices
5184
+ stating that You changed the files; and
5185
+
5186
+ (c) You must retain, in the Source form of any Derivative Works
5187
+ that You distribute, all copyright, patent, trademark, and
5188
+ attribution notices from the Source form of the Work,
5189
+ excluding those notices that do not pertain to any part of
5190
+ the Derivative Works; and
5191
+
5192
+ (d) If the Work includes a "NOTICE" text file as part of its
5193
+ distribution, then any Derivative Works that You distribute must
5194
+ include a readable copy of the attribution notices contained
5195
+ within such NOTICE file, excluding those notices that do not
5196
+ pertain to any part of the Derivative Works, in at least one
5197
+ of the following places: within a NOTICE text file distributed
5198
+ as part of the Derivative Works; within the Source form or
5199
+ documentation, if provided along with the Derivative Works; or,
5200
+ within a display generated by the Derivative Works, if and
5201
+ wherever such third-party notices normally appear. The contents
5202
+ of the NOTICE file are for informational purposes only and
5203
+ do not modify the License. You may add Your own attribution
5204
+ notices within Derivative Works that You distribute, alongside
5205
+ or as an addendum to the NOTICE text from the Work, provided
5206
+ that such additional attribution notices cannot be construed
5207
+ as modifying the License.
5208
+
5209
+ You may add Your own copyright statement to Your modifications and
5210
+ may provide additional or different license terms and conditions
5211
+ for use, reproduction, or distribution of Your modifications, or
5212
+ for any such Derivative Works as a whole, provided Your use,
5213
+ reproduction, and distribution of the Work otherwise complies with
5214
+ the conditions stated in this License.
5215
+
5216
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
5217
+ any Contribution intentionally submitted for inclusion in the Work
5218
+ by You to the Licensor shall be under the terms and conditions of
5219
+ this License, without any additional terms or conditions.
5220
+ Notwithstanding the above, nothing herein shall supersede or modify
5221
+ the terms of any separate license agreement you may have executed
5222
+ with Licensor regarding such Contributions.
5223
+
5224
+ 6. Trademarks. This License does not grant permission to use the trade
5225
+ names, trademarks, service marks, or product names of the Licensor,
5226
+ except as required for reasonable and customary use in describing the
5227
+ origin of the Work and reproducing the content of the NOTICE file.
5228
+
5229
+ 7. Disclaimer of Warranty. Unless required by applicable law or
5230
+ agreed to in writing, Licensor provides the Work (and each
5231
+ Contributor provides its Contributions) on an "AS IS" BASIS,
5232
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
5233
+ implied, including, without limitation, any warranties or conditions
5234
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
5235
+ PARTICULAR PURPOSE. You are solely responsible for determining the
5236
+ appropriateness of using or redistributing the Work and assume any
5237
+ risks associated with Your exercise of permissions under this License.
5238
+
5239
+ 8. Limitation of Liability. In no event and under no legal theory,
5240
+ whether in tort (including negligence), contract, or otherwise,
5241
+ unless required by applicable law (such as deliberate and grossly
5242
+ negligent acts) or agreed to in writing, shall any Contributor be
5243
+ liable to You for damages, including any direct, indirect, special,
5244
+ incidental, or consequential damages of any character arising as a
5245
+ result of this License or out of the use or inability to use the
5246
+ Work (including but not limited to damages for loss of goodwill,
5247
+ work stoppage, computer failure or malfunction, or any and all
5248
+ other commercial damages or losses), even if such Contributor
5249
+ has been advised of the possibility of such damages.
5250
+
5251
+ 9. Accepting Warranty or Additional Liability. While redistributing
5252
+ the Work or Derivative Works thereof, You may choose to offer,
5253
+ and charge a fee for, acceptance of support, warranty, indemnity,
5254
+ or other liability obligations and/or rights consistent with this
5255
+ License. However, in accepting such obligations, You may act only
5256
+ on Your own behalf and on Your sole responsibility, not on behalf
5257
+ of any other Contributor, and only if You agree to indemnify,
5258
+ defend, and hold each Contributor harmless for any liability
5259
+ incurred by, or claims asserted against, such Contributor by reason
5260
+ of your accepting any such warranty or additional liability.
5261
+
5262
+ END OF TERMS AND CONDITIONS
5263
+
5264
+ APPENDIX: How to apply the Apache License to your work.
5265
+
5266
+ To apply the Apache License to your work, attach the following
5267
+ boilerplate notice, with the fields enclosed by brackets "[]"
5268
+ replaced with your own identifying information. (Don't include
5269
+ the brackets!) The text should be enclosed in the appropriate
5270
+ comment syntax for the file format. We also recommend that a
5271
+ file or class name and description of purpose be included on the
5272
+ same "printed page" as the copyright notice for easier
5273
+ identification within third-party archives.
5274
+
5275
+ Copyright [yyyy] [name of copyright owner]
5276
+
5277
+ Licensed under the Apache License, Version 2.0 (the "License");
5278
+ you may not use this file except in compliance with the License.
5279
+ You may obtain a copy of the License at
5280
+
5281
+ http://www.apache.org/licenses/LICENSE-2.0
5282
+
5283
+ Unless required by applicable law or agreed to in writing, software
5284
+ distributed under the License is distributed on an "AS IS" BASIS,
5285
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
5286
+ See the License for the specific language governing permissions and
5287
+ limitations under the License.
4995
5288
 
4996
5289
  ================================================================================
4997
5290
  comfy-table LICENSE
@@ -7265,7 +7558,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7265
7558
  DEALINGS IN THE SOFTWARE.
7266
7559
 
7267
7560
  ================================================================================
7268
- crossbeam-utils LICENSE-APACHE
7561
+ crossbeam-queue LICENSE-APACHE
7269
7562
  ================================================================================
7270
7563
 
7271
7564
  Apache License
@@ -7471,7 +7764,7 @@ See the License for the specific language governing permissions and
7471
7764
  limitations under the License.
7472
7765
 
7473
7766
  ================================================================================
7474
- crossbeam-utils LICENSE-MIT
7767
+ crossbeam-queue LICENSE-MIT
7475
7768
  ================================================================================
7476
7769
 
7477
7770
  The MIT License (MIT)
@@ -7503,33 +7796,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7503
7796
  DEALINGS IN THE SOFTWARE.
7504
7797
 
7505
7798
  ================================================================================
7506
- crossterm LICENSE
7507
- ================================================================================
7508
-
7509
- MIT License
7510
-
7511
- Copyright (c) 2019 Timon
7512
-
7513
- Permission is hereby granted, free of charge, to any person obtaining a copy
7514
- of this software and associated documentation files (the "Software"), to deal
7515
- in the Software without restriction, including without limitation the rights
7516
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7517
- copies of the Software, and to permit persons to whom the Software is
7518
- furnished to do so, subject to the following conditions:
7519
-
7520
- The above copyright notice and this permission notice shall be included in all
7521
- copies or substantial portions of the Software.
7522
-
7523
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7524
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7525
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7526
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7527
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7528
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7529
- SOFTWARE.
7530
-
7531
- ================================================================================
7532
- dirs LICENSE-APACHE
7799
+ crossbeam-utils LICENSE-APACHE
7533
7800
  ================================================================================
7534
7801
 
7535
7802
  Apache License
@@ -7707,32 +7974,93 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7707
7974
  incurred by, or claims asserted against, such Contributor by reason
7708
7975
  of your accepting any such warranty or additional liability.
7709
7976
 
7977
+ END OF TERMS AND CONDITIONS
7978
+
7979
+ APPENDIX: How to apply the Apache License to your work.
7980
+
7981
+ To apply the Apache License to your work, attach the following
7982
+ boilerplate notice, with the fields enclosed by brackets "[]"
7983
+ replaced with your own identifying information. (Don't include
7984
+ the brackets!) The text should be enclosed in the appropriate
7985
+ comment syntax for the file format. We also recommend that a
7986
+ file or class name and description of purpose be included on the
7987
+ same "printed page" as the copyright notice for easier
7988
+ identification within third-party archives.
7989
+
7990
+ Copyright [yyyy] [name of copyright owner]
7991
+
7992
+ Licensed under the Apache License, Version 2.0 (the "License");
7993
+ you may not use this file except in compliance with the License.
7994
+ You may obtain a copy of the License at
7995
+
7996
+ http://www.apache.org/licenses/LICENSE-2.0
7997
+
7998
+ Unless required by applicable law or agreed to in writing, software
7999
+ distributed under the License is distributed on an "AS IS" BASIS,
8000
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8001
+ See the License for the specific language governing permissions and
8002
+ limitations under the License.
8003
+
7710
8004
  ================================================================================
7711
- dirs LICENSE-MIT
8005
+ crossbeam-utils LICENSE-MIT
7712
8006
  ================================================================================
7713
8007
 
7714
- Copyright (c) 2018-2019 dirs-rs contributors
8008
+ The MIT License (MIT)
7715
8009
 
7716
- Permission is hereby granted, free of charge, to any person obtaining a copy
7717
- of this software and associated documentation files (the "Software"), to deal
7718
- in the Software without restriction, including without limitation the rights
7719
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7720
- copies of the Software, and to permit persons to whom the Software is
7721
- furnished to do so, subject to the following conditions:
8010
+ Copyright (c) 2019 The Crossbeam Project Developers
7722
8011
 
7723
- The above copyright notice and this permission notice shall be included in all
7724
- copies or substantial portions of the Software.
8012
+ Permission is hereby granted, free of charge, to any
8013
+ person obtaining a copy of this software and associated
8014
+ documentation files (the "Software"), to deal in the
8015
+ Software without restriction, including without
8016
+ limitation the rights to use, copy, modify, merge,
8017
+ publish, distribute, sublicense, and/or sell copies of
8018
+ the Software, and to permit persons to whom the Software
8019
+ is furnished to do so, subject to the following
8020
+ conditions:
7725
8021
 
7726
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7727
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7728
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7729
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7730
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7731
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7732
- SOFTWARE.
8022
+ The above copyright notice and this permission notice
8023
+ shall be included in all copies or substantial portions
8024
+ of the Software.
8025
+
8026
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
8027
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
8028
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
8029
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
8030
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8031
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8032
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8033
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8034
+ DEALINGS IN THE SOFTWARE.
8035
+
8036
+ ================================================================================
8037
+ crossterm LICENSE
8038
+ ================================================================================
8039
+
8040
+ MIT License
8041
+
8042
+ Copyright (c) 2019 Timon
8043
+
8044
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8045
+ of this software and associated documentation files (the "Software"), to deal
8046
+ in the Software without restriction, including without limitation the rights
8047
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8048
+ copies of the Software, and to permit persons to whom the Software is
8049
+ furnished to do so, subject to the following conditions:
8050
+
8051
+ The above copyright notice and this permission notice shall be included in all
8052
+ copies or substantial portions of the Software.
8053
+
8054
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8055
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8056
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8057
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8058
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8059
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8060
+ SOFTWARE.
7733
8061
 
7734
8062
  ================================================================================
7735
- dirs-sys LICENSE-APACHE
8063
+ dyn-clone LICENSE-APACHE
7736
8064
  ================================================================================
7737
8065
 
7738
8066
  Apache License
@@ -7910,32 +8238,38 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7910
8238
  incurred by, or claims asserted against, such Contributor by reason
7911
8239
  of your accepting any such warranty or additional liability.
7912
8240
 
8241
+ END OF TERMS AND CONDITIONS
8242
+
7913
8243
  ================================================================================
7914
- dirs-sys LICENSE-MIT
8244
+ dyn-clone LICENSE-MIT
7915
8245
  ================================================================================
7916
8246
 
7917
- Copyright (c) 2018-2019 dirs-rs contributors
7918
-
7919
- Permission is hereby granted, free of charge, to any person obtaining a copy
7920
- of this software and associated documentation files (the "Software"), to deal
7921
- in the Software without restriction, including without limitation the rights
7922
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7923
- copies of the Software, and to permit persons to whom the Software is
7924
- furnished to do so, subject to the following conditions:
8247
+ Permission is hereby granted, free of charge, to any
8248
+ person obtaining a copy of this software and associated
8249
+ documentation files (the "Software"), to deal in the
8250
+ Software without restriction, including without
8251
+ limitation the rights to use, copy, modify, merge,
8252
+ publish, distribute, sublicense, and/or sell copies of
8253
+ the Software, and to permit persons to whom the Software
8254
+ is furnished to do so, subject to the following
8255
+ conditions:
7925
8256
 
7926
- The above copyright notice and this permission notice shall be included in all
7927
- copies or substantial portions of the Software.
8257
+ The above copyright notice and this permission notice
8258
+ shall be included in all copies or substantial portions
8259
+ of the Software.
7928
8260
 
7929
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7930
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7931
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7932
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7933
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7934
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7935
- SOFTWARE.
8261
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
8262
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
8263
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
8264
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
8265
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
8266
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
8267
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8268
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8269
+ DEALINGS IN THE SOFTWARE.
7936
8270
 
7937
8271
  ================================================================================
7938
- dyn-clone LICENSE-APACHE
8272
+ either LICENSE-APACHE
7939
8273
  ================================================================================
7940
8274
 
7941
8275
  Apache License
@@ -8115,10 +8449,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8115
8449
 
8116
8450
  END OF TERMS AND CONDITIONS
8117
8451
 
8452
+ APPENDIX: How to apply the Apache License to your work.
8453
+
8454
+ To apply the Apache License to your work, attach the following
8455
+ boilerplate notice, with the fields enclosed by brackets "[]"
8456
+ replaced with your own identifying information. (Don't include
8457
+ the brackets!) The text should be enclosed in the appropriate
8458
+ comment syntax for the file format. We also recommend that a
8459
+ file or class name and description of purpose be included on the
8460
+ same "printed page" as the copyright notice for easier
8461
+ identification within third-party archives.
8462
+
8463
+ Copyright [yyyy] [name of copyright owner]
8464
+
8465
+ Licensed under the Apache License, Version 2.0 (the "License");
8466
+ you may not use this file except in compliance with the License.
8467
+ You may obtain a copy of the License at
8468
+
8469
+ http://www.apache.org/licenses/LICENSE-2.0
8470
+
8471
+ Unless required by applicable law or agreed to in writing, software
8472
+ distributed under the License is distributed on an "AS IS" BASIS,
8473
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8474
+ See the License for the specific language governing permissions and
8475
+ limitations under the License.
8476
+
8118
8477
  ================================================================================
8119
- dyn-clone LICENSE-MIT
8478
+ either LICENSE-MIT
8120
8479
  ================================================================================
8121
8480
 
8481
+ Copyright (c) 2015
8482
+
8122
8483
  Permission is hereby granted, free of charge, to any
8123
8484
  person obtaining a copy of this software and associated
8124
8485
  documentation files (the "Software"), to deal in the
@@ -8144,7 +8505,33 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8144
8505
  DEALINGS IN THE SOFTWARE.
8145
8506
 
8146
8507
  ================================================================================
8147
- either LICENSE-APACHE
8508
+ enum_dispatch LICENSE
8509
+ ================================================================================
8510
+
8511
+ MIT License
8512
+
8513
+ Copyright (c) 2019 Anton Lazarev
8514
+
8515
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8516
+ of this software and associated documentation files (the "Software"), to deal
8517
+ in the Software without restriction, including without limitation the rights
8518
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8519
+ copies of the Software, and to permit persons to whom the Software is
8520
+ furnished to do so, subject to the following conditions:
8521
+
8522
+ The above copyright notice and this permission notice shall be included in all
8523
+ copies or substantial portions of the Software.
8524
+
8525
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8526
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8527
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8528
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8529
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8530
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8531
+ SOFTWARE.
8532
+
8533
+ ================================================================================
8534
+ equivalent LICENSE-APACHE
8148
8535
  ================================================================================
8149
8536
 
8150
8537
  Apache License
@@ -8350,10 +8737,10 @@ See the License for the specific language governing permissions and
8350
8737
  limitations under the License.
8351
8738
 
8352
8739
  ================================================================================
8353
- either LICENSE-MIT
8740
+ equivalent LICENSE-MIT
8354
8741
  ================================================================================
8355
8742
 
8356
- Copyright (c) 2015
8743
+ Copyright (c) 2016--2023
8357
8744
 
8358
8745
  Permission is hereby granted, free of charge, to any
8359
8746
  person obtaining a copy of this software and associated
@@ -8379,32 +8766,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
8379
8766
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8380
8767
  DEALINGS IN THE SOFTWARE.
8381
8768
 
8382
- ================================================================================
8383
- enum_dispatch LICENSE
8384
- ================================================================================
8385
-
8386
- MIT License
8387
-
8388
- Copyright (c) 2019 Anton Lazarev
8389
-
8390
- Permission is hereby granted, free of charge, to any person obtaining a copy
8391
- of this software and associated documentation files (the "Software"), to deal
8392
- in the Software without restriction, including without limitation the rights
8393
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8394
- copies of the Software, and to permit persons to whom the Software is
8395
- furnished to do so, subject to the following conditions:
8396
-
8397
- The above copyright notice and this permission notice shall be included in all
8398
- copies or substantial portions of the Software.
8399
-
8400
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8401
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8402
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
8403
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8404
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
8405
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
8406
- SOFTWARE.
8407
-
8408
8769
  ================================================================================
8409
8770
  ethnum LICENSE-APACHE
8410
8771
  ================================================================================
@@ -12446,7 +12807,7 @@ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
12446
12807
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12447
12808
 
12448
12809
  ================================================================================
12449
- hashbrown v0.12.3 LICENSE-APACHE
12810
+ hashbrown v0.13.2 LICENSE-APACHE
12450
12811
  ================================================================================
12451
12812
 
12452
12813
  Apache License
@@ -12652,7 +13013,7 @@ See the License for the specific language governing permissions and
12652
13013
  limitations under the License.
12653
13014
 
12654
13015
  ================================================================================
12655
- hashbrown v0.12.3 LICENSE-MIT
13016
+ hashbrown v0.13.2 LICENSE-MIT
12656
13017
  ================================================================================
12657
13018
 
12658
13019
  Copyright (c) 2016 Amanieu d'Antras
@@ -12682,7 +13043,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
12682
13043
  DEALINGS IN THE SOFTWARE.
12683
13044
 
12684
13045
  ================================================================================
12685
- hashbrown v0.13.2 LICENSE-APACHE
13046
+ hashbrown v0.14.0 LICENSE-APACHE
12686
13047
  ================================================================================
12687
13048
 
12688
13049
  Apache License
@@ -12888,7 +13249,7 @@ See the License for the specific language governing permissions and
12888
13249
  limitations under the License.
12889
13250
 
12890
13251
  ================================================================================
12891
- hashbrown v0.13.2 LICENSE-MIT
13252
+ hashbrown v0.14.0 LICENSE-MIT
12892
13253
  ================================================================================
12893
13254
 
12894
13255
  Copyright (c) 2016 Amanieu d'Antras
@@ -13386,12 +13747,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
13386
13747
  SOFTWARE.
13387
13748
 
13388
13749
  ================================================================================
13389
- iana-time-zone LICENSE-APACHE
13750
+ home LICENSE-APACHE
13390
13751
  ================================================================================
13391
13752
 
13392
13753
  Apache License
13393
13754
  Version 2.0, January 2004
13394
- http://www.apache.org/licenses/
13755
+ https://www.apache.org/licenses/LICENSE-2.0
13395
13756
 
13396
13757
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
13397
13758
 
@@ -13577,13 +13938,13 @@ APPENDIX: How to apply the Apache License to your work.
13577
13938
  same "printed page" as the copyright notice for easier
13578
13939
  identification within third-party archives.
13579
13940
 
13580
- Copyright 2020 Andrew Straw
13941
+ Copyright [yyyy] [name of copyright owner]
13581
13942
 
13582
13943
  Licensed under the Apache License, Version 2.0 (the "License");
13583
13944
  you may not use this file except in compliance with the License.
13584
13945
  You may obtain a copy of the License at
13585
13946
 
13586
- http://www.apache.org/licenses/LICENSE-2.0
13947
+ https://www.apache.org/licenses/LICENSE-2.0
13587
13948
 
13588
13949
  Unless required by applicable law or agreed to in writing, software
13589
13950
  distributed under the License is distributed on an "AS IS" BASIS,
@@ -13592,11 +13953,9 @@ See the License for the specific language governing permissions and
13592
13953
  limitations under the License.
13593
13954
 
13594
13955
  ================================================================================
13595
- iana-time-zone LICENSE-MIT
13956
+ home LICENSE-MIT
13596
13957
  ================================================================================
13597
13958
 
13598
- Copyright (c) 2020 Andrew D. Straw
13599
-
13600
13959
  Permission is hereby granted, free of charge, to any
13601
13960
  person obtaining a copy of this software and associated
13602
13961
  documentation files (the "Software"), to deal in the
@@ -13622,7 +13981,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13622
13981
  DEALINGS IN THE SOFTWARE.
13623
13982
 
13624
13983
  ================================================================================
13625
- indexmap LICENSE-APACHE
13984
+ iana-time-zone LICENSE-APACHE
13626
13985
  ================================================================================
13627
13986
 
13628
13987
  Apache License
@@ -13813,7 +14172,7 @@ APPENDIX: How to apply the Apache License to your work.
13813
14172
  same "printed page" as the copyright notice for easier
13814
14173
  identification within third-party archives.
13815
14174
 
13816
- Copyright [yyyy] [name of copyright owner]
14175
+ Copyright 2020 Andrew Straw
13817
14176
 
13818
14177
  Licensed under the Apache License, Version 2.0 (the "License");
13819
14178
  you may not use this file except in compliance with the License.
@@ -13828,10 +14187,10 @@ See the License for the specific language governing permissions and
13828
14187
  limitations under the License.
13829
14188
 
13830
14189
  ================================================================================
13831
- indexmap LICENSE-MIT
14190
+ iana-time-zone LICENSE-MIT
13832
14191
  ================================================================================
13833
14192
 
13834
- Copyright (c) 2016--2017
14193
+ Copyright (c) 2020 Andrew D. Straw
13835
14194
 
13836
14195
  Permission is hereby granted, free of charge, to any
13837
14196
  person obtaining a copy of this software and associated
@@ -13858,7 +14217,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
13858
14217
  DEALINGS IN THE SOFTWARE.
13859
14218
 
13860
14219
  ================================================================================
13861
- itoa LICENSE-APACHE
14220
+ indexmap LICENSE-APACHE
13862
14221
  ================================================================================
13863
14222
 
13864
14223
  Apache License
@@ -14038,10 +14397,37 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14038
14397
 
14039
14398
  END OF TERMS AND CONDITIONS
14040
14399
 
14400
+ APPENDIX: How to apply the Apache License to your work.
14401
+
14402
+ To apply the Apache License to your work, attach the following
14403
+ boilerplate notice, with the fields enclosed by brackets "[]"
14404
+ replaced with your own identifying information. (Don't include
14405
+ the brackets!) The text should be enclosed in the appropriate
14406
+ comment syntax for the file format. We also recommend that a
14407
+ file or class name and description of purpose be included on the
14408
+ same "printed page" as the copyright notice for easier
14409
+ identification within third-party archives.
14410
+
14411
+ Copyright [yyyy] [name of copyright owner]
14412
+
14413
+ Licensed under the Apache License, Version 2.0 (the "License");
14414
+ you may not use this file except in compliance with the License.
14415
+ You may obtain a copy of the License at
14416
+
14417
+ http://www.apache.org/licenses/LICENSE-2.0
14418
+
14419
+ Unless required by applicable law or agreed to in writing, software
14420
+ distributed under the License is distributed on an "AS IS" BASIS,
14421
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14422
+ See the License for the specific language governing permissions and
14423
+ limitations under the License.
14424
+
14041
14425
  ================================================================================
14042
- itoa LICENSE-MIT
14426
+ indexmap LICENSE-MIT
14043
14427
  ================================================================================
14044
14428
 
14429
+ Copyright (c) 2016--2017
14430
+
14045
14431
  Permission is hereby granted, free of charge, to any
14046
14432
  person obtaining a copy of this software and associated
14047
14433
  documentation files (the "Software"), to deal in the
@@ -14067,34 +14453,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14067
14453
  DEALINGS IN THE SOFTWARE.
14068
14454
 
14069
14455
  ================================================================================
14070
- itoap LICENSE
14071
- ================================================================================
14072
-
14073
-
14074
- The MIT License (MIT)
14075
- Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
14076
-
14077
- Permission is hereby granted, free of charge, to any person obtaining a copy
14078
- of this software and associated documentation files (the "Software"), to deal
14079
- in the Software without restriction, including without limitation the rights
14080
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14081
- copies of the Software, and to permit persons to whom the Software is
14082
- furnished to do so, subject to the following conditions:
14083
-
14084
- The above copyright notice and this permission notice shall be included in all
14085
- copies or substantial portions of the Software.
14086
-
14087
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14088
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14089
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14090
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
14091
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14092
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
14093
- OR OTHER DEALINGS IN THE SOFTWARE.
14094
-
14095
-
14096
- ================================================================================
14097
- jobserver LICENSE-APACHE
14456
+ itoa LICENSE-APACHE
14098
14457
  ================================================================================
14099
14458
 
14100
14459
  Apache License
@@ -14274,37 +14633,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14274
14633
 
14275
14634
  END OF TERMS AND CONDITIONS
14276
14635
 
14277
- APPENDIX: How to apply the Apache License to your work.
14278
-
14279
- To apply the Apache License to your work, attach the following
14280
- boilerplate notice, with the fields enclosed by brackets "[]"
14281
- replaced with your own identifying information. (Don't include
14282
- the brackets!) The text should be enclosed in the appropriate
14283
- comment syntax for the file format. We also recommend that a
14284
- file or class name and description of purpose be included on the
14285
- same "printed page" as the copyright notice for easier
14286
- identification within third-party archives.
14287
-
14288
- Copyright [yyyy] [name of copyright owner]
14289
-
14290
- Licensed under the Apache License, Version 2.0 (the "License");
14291
- you may not use this file except in compliance with the License.
14292
- You may obtain a copy of the License at
14293
-
14294
- http://www.apache.org/licenses/LICENSE-2.0
14295
-
14296
- Unless required by applicable law or agreed to in writing, software
14297
- distributed under the License is distributed on an "AS IS" BASIS,
14298
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14299
- See the License for the specific language governing permissions and
14300
- limitations under the License.
14301
-
14302
14636
  ================================================================================
14303
- jobserver LICENSE-MIT
14637
+ itoa LICENSE-MIT
14304
14638
  ================================================================================
14305
14639
 
14306
- Copyright (c) 2014 Alex Crichton
14307
-
14308
14640
  Permission is hereby granted, free of charge, to any
14309
14641
  person obtaining a copy of this software and associated
14310
14642
  documentation files (the "Software"), to deal in the
@@ -14330,229 +14662,296 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14330
14662
  DEALINGS IN THE SOFTWARE.
14331
14663
 
14332
14664
  ================================================================================
14333
- json-deserializer LICENSE
14334
- ================================================================================
14335
-
14336
-
14337
- Apache License
14338
- Version 2.0, January 2004
14339
- https://www.apache.org/licenses/
14340
-
14341
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14342
-
14343
- 1. Definitions.
14344
-
14345
- "License" shall mean the terms and conditions for use, reproduction,
14346
- and distribution as defined by Sections 1 through 9 of this document.
14347
-
14348
- "Licensor" shall mean the copyright owner or entity authorized by
14349
- the copyright owner that is granting the License.
14350
-
14351
- "Legal Entity" shall mean the union of the acting entity and all
14352
- other entities that control, are controlled by, or are under common
14353
- control with that entity. For the purposes of this definition,
14354
- "control" means (i) the power, direct or indirect, to cause the
14355
- direction or management of such entity, whether by contract or
14356
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
14357
- outstanding shares, or (iii) beneficial ownership of such entity.
14358
-
14359
- "You" (or "Your") shall mean an individual or Legal Entity
14360
- exercising permissions granted by this License.
14361
-
14362
- "Source" form shall mean the preferred form for making modifications,
14363
- including but not limited to software source code, documentation
14364
- source, and configuration files.
14365
-
14366
- "Object" form shall mean any form resulting from mechanical
14367
- transformation or translation of a Source form, including but
14368
- not limited to compiled object code, generated documentation,
14369
- and conversions to other media types.
14370
-
14371
- "Work" shall mean the work of authorship, whether in Source or
14372
- Object form, made available under the License, as indicated by a
14373
- copyright notice that is included in or attached to the work
14374
- (an example is provided in the Appendix below).
14375
-
14376
- "Derivative Works" shall mean any work, whether in Source or Object
14377
- form, that is based on (or derived from) the Work and for which the
14378
- editorial revisions, annotations, elaborations, or other modifications
14379
- represent, as a whole, an original work of authorship. For the purposes
14380
- of this License, Derivative Works shall not include works that remain
14381
- separable from, or merely link (or bind by name) to the interfaces of,
14382
- the Work and Derivative Works thereof.
14383
-
14384
- "Contribution" shall mean any work of authorship, including
14385
- the original version of the Work and any modifications or additions
14386
- to that Work or Derivative Works thereof, that is intentionally
14387
- submitted to Licensor for inclusion in the Work by the copyright owner
14388
- or by an individual or Legal Entity authorized to submit on behalf of
14389
- the copyright owner. For the purposes of this definition, "submitted"
14390
- means any form of electronic, verbal, or written communication sent
14391
- to the Licensor or its representatives, including but not limited to
14392
- communication on electronic mailing lists, source code control systems,
14393
- and issue tracking systems that are managed by, or on behalf of, the
14394
- Licensor for the purpose of discussing and improving the Work, but
14395
- excluding communication that is conspicuously marked or otherwise
14396
- designated in writing by the copyright owner as "Not a Contribution."
14397
-
14398
- "Contributor" shall mean Licensor and any individual or Legal Entity
14399
- on behalf of whom a Contribution has been received by Licensor and
14400
- subsequently incorporated within the Work.
14401
-
14402
- 2. Grant of Copyright License. Subject to the terms and conditions of
14403
- this License, each Contributor hereby grants to You a perpetual,
14404
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14405
- copyright license to reproduce, prepare Derivative Works of,
14406
- publicly display, publicly perform, sublicense, and distribute the
14407
- Work and such Derivative Works in Source or Object form.
14408
-
14409
- 3. Grant of Patent License. Subject to the terms and conditions of
14410
- this License, each Contributor hereby grants to You a perpetual,
14411
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14412
- (except as stated in this section) patent license to make, have made,
14413
- use, offer to sell, sell, import, and otherwise transfer the Work,
14414
- where such license applies only to those patent claims licensable
14415
- by such Contributor that are necessarily infringed by their
14416
- Contribution(s) alone or by combination of their Contribution(s)
14417
- with the Work to which such Contribution(s) was submitted. If You
14418
- institute patent litigation against any entity (including a
14419
- cross-claim or counterclaim in a lawsuit) alleging that the Work
14420
- or a Contribution incorporated within the Work constitutes direct
14421
- or contributory patent infringement, then any patent licenses
14422
- granted to You under this License for that Work shall terminate
14423
- as of the date such litigation is filed.
14424
-
14425
- 4. Redistribution. You may reproduce and distribute copies of the
14426
- Work or Derivative Works thereof in any medium, with or without
14427
- modifications, and in Source or Object form, provided that You
14428
- meet the following conditions:
14429
-
14430
- (a) You must give any other recipients of the Work or
14431
- Derivative Works a copy of this License; and
14432
-
14433
- (b) You must cause any modified files to carry prominent notices
14434
- stating that You changed the files; and
14435
-
14436
- (c) You must retain, in the Source form of any Derivative Works
14437
- that You distribute, all copyright, patent, trademark, and
14438
- attribution notices from the Source form of the Work,
14439
- excluding those notices that do not pertain to any part of
14440
- the Derivative Works; and
14441
-
14442
- (d) If the Work includes a "NOTICE" text file as part of its
14443
- distribution, then any Derivative Works that You distribute must
14444
- include a readable copy of the attribution notices contained
14445
- within such NOTICE file, excluding those notices that do not
14446
- pertain to any part of the Derivative Works, in at least one
14447
- of the following places: within a NOTICE text file distributed
14448
- as part of the Derivative Works; within the Source form or
14449
- documentation, if provided along with the Derivative Works; or,
14450
- within a display generated by the Derivative Works, if and
14451
- wherever such third-party notices normally appear. The contents
14452
- of the NOTICE file are for informational purposes only and
14453
- do not modify the License. You may add Your own attribution
14454
- notices within Derivative Works that You distribute, alongside
14455
- or as an addendum to the NOTICE text from the Work, provided
14456
- that such additional attribution notices cannot be construed
14457
- as modifying the License.
14458
-
14459
- You may add Your own copyright statement to Your modifications and
14460
- may provide additional or different license terms and conditions
14461
- for use, reproduction, or distribution of Your modifications, or
14462
- for any such Derivative Works as a whole, provided Your use,
14463
- reproduction, and distribution of the Work otherwise complies with
14464
- the conditions stated in this License.
14465
-
14466
- 5. Submission of Contributions. Unless You explicitly state otherwise,
14467
- any Contribution intentionally submitted for inclusion in the Work
14468
- by You to the Licensor shall be under the terms and conditions of
14469
- this License, without any additional terms or conditions.
14470
- Notwithstanding the above, nothing herein shall supersede or modify
14471
- the terms of any separate license agreement you may have executed
14472
- with Licensor regarding such Contributions.
14473
-
14474
- 6. Trademarks. This License does not grant permission to use the trade
14475
- names, trademarks, service marks, or product names of the Licensor,
14476
- except as required for reasonable and customary use in describing the
14477
- origin of the Work and reproducing the content of the NOTICE file.
14478
-
14479
- 7. Disclaimer of Warranty. Unless required by applicable law or
14480
- agreed to in writing, Licensor provides the Work (and each
14481
- Contributor provides its Contributions) on an "AS IS" BASIS,
14482
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14483
- implied, including, without limitation, any warranties or conditions
14484
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
14485
- PARTICULAR PURPOSE. You are solely responsible for determining the
14486
- appropriateness of using or redistributing the Work and assume any
14487
- risks associated with Your exercise of permissions under this License.
14488
-
14489
- 8. Limitation of Liability. In no event and under no legal theory,
14490
- whether in tort (including negligence), contract, or otherwise,
14491
- unless required by applicable law (such as deliberate and grossly
14492
- negligent acts) or agreed to in writing, shall any Contributor be
14493
- liable to You for damages, including any direct, indirect, special,
14494
- incidental, or consequential damages of any character arising as a
14495
- result of this License or out of the use or inability to use the
14496
- Work (including but not limited to damages for loss of goodwill,
14497
- work stoppage, computer failure or malfunction, or any and all
14498
- other commercial damages or losses), even if such Contributor
14499
- has been advised of the possibility of such damages.
14500
-
14501
- 9. Accepting Warranty or Additional Liability. While redistributing
14502
- the Work or Derivative Works thereof, You may choose to offer,
14503
- and charge a fee for, acceptance of support, warranty, indemnity,
14504
- or other liability obligations and/or rights consistent with this
14505
- License. However, in accepting such obligations, You may act only
14506
- on Your own behalf and on Your sole responsibility, not on behalf
14507
- of any other Contributor, and only if You agree to indemnify,
14508
- defend, and hold each Contributor harmless for any liability
14509
- incurred by, or claims asserted against, such Contributor by reason
14510
- of your accepting any such warranty or additional liability.
14511
-
14512
- END OF TERMS AND CONDITIONS
14513
-
14514
- Copyright 2020-2022 Jorge C. Leitão
14515
-
14516
- Licensed under the Apache License, Version 2.0 (the "License");
14517
- you may not use this file except in compliance with the License.
14518
- You may obtain a copy of the License at
14519
-
14520
- https://www.apache.org/licenses/LICENSE-2.0
14521
-
14522
- Unless required by applicable law or agreed to in writing, software
14523
- distributed under the License is distributed on an "AS IS" BASIS,
14524
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14525
- See the License for the specific language governing permissions and
14526
- limitations under the License.
14527
-
14528
- ================================================================================
14529
- jsonpath_lib LICENSE
14665
+ itoap LICENSE
14530
14666
  ================================================================================
14531
14667
 
14532
- MIT License
14533
-
14534
- Copyright (c) [2019] [Changseok Han]
14535
14668
 
14536
- Permission is hereby granted, free of charge, to any person obtaining a copy
14537
- of this software and associated documentation files (the "Software"), to deal
14538
- in the Software without restriction, including without limitation the rights
14539
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14540
- copies of the Software, and to permit persons to whom the Software is
14541
- furnished to do so, subject to the following conditions:
14542
-
14543
- The above copyright notice and this permission notice shall be included in all
14544
- copies or substantial portions of the Software.
14669
+ The MIT License (MIT)
14670
+ Copyright (c) 2014-2016 Milo Yip, 2020 Ryohei Machida
14671
+
14672
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14673
+ of this software and associated documentation files (the "Software"), to deal
14674
+ in the Software without restriction, including without limitation the rights
14675
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14676
+ copies of the Software, and to permit persons to whom the Software is
14677
+ furnished to do so, subject to the following conditions:
14678
+
14679
+ The above copyright notice and this permission notice shall be included in all
14680
+ copies or substantial portions of the Software.
14681
+
14682
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14683
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14684
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14685
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
14686
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
14687
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
14688
+ OR OTHER DEALINGS IN THE SOFTWARE.
14545
14689
 
14546
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14547
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14548
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14549
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14550
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14551
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14552
- SOFTWARE.
14553
14690
 
14554
14691
  ================================================================================
14555
- lazy_static LICENSE-APACHE
14692
+ jobserver LICENSE-APACHE
14693
+ ================================================================================
14694
+
14695
+ Apache License
14696
+ Version 2.0, January 2004
14697
+ http://www.apache.org/licenses/
14698
+
14699
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
14700
+
14701
+ 1. Definitions.
14702
+
14703
+ "License" shall mean the terms and conditions for use, reproduction,
14704
+ and distribution as defined by Sections 1 through 9 of this document.
14705
+
14706
+ "Licensor" shall mean the copyright owner or entity authorized by
14707
+ the copyright owner that is granting the License.
14708
+
14709
+ "Legal Entity" shall mean the union of the acting entity and all
14710
+ other entities that control, are controlled by, or are under common
14711
+ control with that entity. For the purposes of this definition,
14712
+ "control" means (i) the power, direct or indirect, to cause the
14713
+ direction or management of such entity, whether by contract or
14714
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
14715
+ outstanding shares, or (iii) beneficial ownership of such entity.
14716
+
14717
+ "You" (or "Your") shall mean an individual or Legal Entity
14718
+ exercising permissions granted by this License.
14719
+
14720
+ "Source" form shall mean the preferred form for making modifications,
14721
+ including but not limited to software source code, documentation
14722
+ source, and configuration files.
14723
+
14724
+ "Object" form shall mean any form resulting from mechanical
14725
+ transformation or translation of a Source form, including but
14726
+ not limited to compiled object code, generated documentation,
14727
+ and conversions to other media types.
14728
+
14729
+ "Work" shall mean the work of authorship, whether in Source or
14730
+ Object form, made available under the License, as indicated by a
14731
+ copyright notice that is included in or attached to the work
14732
+ (an example is provided in the Appendix below).
14733
+
14734
+ "Derivative Works" shall mean any work, whether in Source or Object
14735
+ form, that is based on (or derived from) the Work and for which the
14736
+ editorial revisions, annotations, elaborations, or other modifications
14737
+ represent, as a whole, an original work of authorship. For the purposes
14738
+ of this License, Derivative Works shall not include works that remain
14739
+ separable from, or merely link (or bind by name) to the interfaces of,
14740
+ the Work and Derivative Works thereof.
14741
+
14742
+ "Contribution" shall mean any work of authorship, including
14743
+ the original version of the Work and any modifications or additions
14744
+ to that Work or Derivative Works thereof, that is intentionally
14745
+ submitted to Licensor for inclusion in the Work by the copyright owner
14746
+ or by an individual or Legal Entity authorized to submit on behalf of
14747
+ the copyright owner. For the purposes of this definition, "submitted"
14748
+ means any form of electronic, verbal, or written communication sent
14749
+ to the Licensor or its representatives, including but not limited to
14750
+ communication on electronic mailing lists, source code control systems,
14751
+ and issue tracking systems that are managed by, or on behalf of, the
14752
+ Licensor for the purpose of discussing and improving the Work, but
14753
+ excluding communication that is conspicuously marked or otherwise
14754
+ designated in writing by the copyright owner as "Not a Contribution."
14755
+
14756
+ "Contributor" shall mean Licensor and any individual or Legal Entity
14757
+ on behalf of whom a Contribution has been received by Licensor and
14758
+ subsequently incorporated within the Work.
14759
+
14760
+ 2. Grant of Copyright License. Subject to the terms and conditions of
14761
+ this License, each Contributor hereby grants to You a perpetual,
14762
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14763
+ copyright license to reproduce, prepare Derivative Works of,
14764
+ publicly display, publicly perform, sublicense, and distribute the
14765
+ Work and such Derivative Works in Source or Object form.
14766
+
14767
+ 3. Grant of Patent License. Subject to the terms and conditions of
14768
+ this License, each Contributor hereby grants to You a perpetual,
14769
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
14770
+ (except as stated in this section) patent license to make, have made,
14771
+ use, offer to sell, sell, import, and otherwise transfer the Work,
14772
+ where such license applies only to those patent claims licensable
14773
+ by such Contributor that are necessarily infringed by their
14774
+ Contribution(s) alone or by combination of their Contribution(s)
14775
+ with the Work to which such Contribution(s) was submitted. If You
14776
+ institute patent litigation against any entity (including a
14777
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
14778
+ or a Contribution incorporated within the Work constitutes direct
14779
+ or contributory patent infringement, then any patent licenses
14780
+ granted to You under this License for that Work shall terminate
14781
+ as of the date such litigation is filed.
14782
+
14783
+ 4. Redistribution. You may reproduce and distribute copies of the
14784
+ Work or Derivative Works thereof in any medium, with or without
14785
+ modifications, and in Source or Object form, provided that You
14786
+ meet the following conditions:
14787
+
14788
+ (a) You must give any other recipients of the Work or
14789
+ Derivative Works a copy of this License; and
14790
+
14791
+ (b) You must cause any modified files to carry prominent notices
14792
+ stating that You changed the files; and
14793
+
14794
+ (c) You must retain, in the Source form of any Derivative Works
14795
+ that You distribute, all copyright, patent, trademark, and
14796
+ attribution notices from the Source form of the Work,
14797
+ excluding those notices that do not pertain to any part of
14798
+ the Derivative Works; and
14799
+
14800
+ (d) If the Work includes a "NOTICE" text file as part of its
14801
+ distribution, then any Derivative Works that You distribute must
14802
+ include a readable copy of the attribution notices contained
14803
+ within such NOTICE file, excluding those notices that do not
14804
+ pertain to any part of the Derivative Works, in at least one
14805
+ of the following places: within a NOTICE text file distributed
14806
+ as part of the Derivative Works; within the Source form or
14807
+ documentation, if provided along with the Derivative Works; or,
14808
+ within a display generated by the Derivative Works, if and
14809
+ wherever such third-party notices normally appear. The contents
14810
+ of the NOTICE file are for informational purposes only and
14811
+ do not modify the License. You may add Your own attribution
14812
+ notices within Derivative Works that You distribute, alongside
14813
+ or as an addendum to the NOTICE text from the Work, provided
14814
+ that such additional attribution notices cannot be construed
14815
+ as modifying the License.
14816
+
14817
+ You may add Your own copyright statement to Your modifications and
14818
+ may provide additional or different license terms and conditions
14819
+ for use, reproduction, or distribution of Your modifications, or
14820
+ for any such Derivative Works as a whole, provided Your use,
14821
+ reproduction, and distribution of the Work otherwise complies with
14822
+ the conditions stated in this License.
14823
+
14824
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
14825
+ any Contribution intentionally submitted for inclusion in the Work
14826
+ by You to the Licensor shall be under the terms and conditions of
14827
+ this License, without any additional terms or conditions.
14828
+ Notwithstanding the above, nothing herein shall supersede or modify
14829
+ the terms of any separate license agreement you may have executed
14830
+ with Licensor regarding such Contributions.
14831
+
14832
+ 6. Trademarks. This License does not grant permission to use the trade
14833
+ names, trademarks, service marks, or product names of the Licensor,
14834
+ except as required for reasonable and customary use in describing the
14835
+ origin of the Work and reproducing the content of the NOTICE file.
14836
+
14837
+ 7. Disclaimer of Warranty. Unless required by applicable law or
14838
+ agreed to in writing, Licensor provides the Work (and each
14839
+ Contributor provides its Contributions) on an "AS IS" BASIS,
14840
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14841
+ implied, including, without limitation, any warranties or conditions
14842
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
14843
+ PARTICULAR PURPOSE. You are solely responsible for determining the
14844
+ appropriateness of using or redistributing the Work and assume any
14845
+ risks associated with Your exercise of permissions under this License.
14846
+
14847
+ 8. Limitation of Liability. In no event and under no legal theory,
14848
+ whether in tort (including negligence), contract, or otherwise,
14849
+ unless required by applicable law (such as deliberate and grossly
14850
+ negligent acts) or agreed to in writing, shall any Contributor be
14851
+ liable to You for damages, including any direct, indirect, special,
14852
+ incidental, or consequential damages of any character arising as a
14853
+ result of this License or out of the use or inability to use the
14854
+ Work (including but not limited to damages for loss of goodwill,
14855
+ work stoppage, computer failure or malfunction, or any and all
14856
+ other commercial damages or losses), even if such Contributor
14857
+ has been advised of the possibility of such damages.
14858
+
14859
+ 9. Accepting Warranty or Additional Liability. While redistributing
14860
+ the Work or Derivative Works thereof, You may choose to offer,
14861
+ and charge a fee for, acceptance of support, warranty, indemnity,
14862
+ or other liability obligations and/or rights consistent with this
14863
+ License. However, in accepting such obligations, You may act only
14864
+ on Your own behalf and on Your sole responsibility, not on behalf
14865
+ of any other Contributor, and only if You agree to indemnify,
14866
+ defend, and hold each Contributor harmless for any liability
14867
+ incurred by, or claims asserted against, such Contributor by reason
14868
+ of your accepting any such warranty or additional liability.
14869
+
14870
+ END OF TERMS AND CONDITIONS
14871
+
14872
+ APPENDIX: How to apply the Apache License to your work.
14873
+
14874
+ To apply the Apache License to your work, attach the following
14875
+ boilerplate notice, with the fields enclosed by brackets "[]"
14876
+ replaced with your own identifying information. (Don't include
14877
+ the brackets!) The text should be enclosed in the appropriate
14878
+ comment syntax for the file format. We also recommend that a
14879
+ file or class name and description of purpose be included on the
14880
+ same "printed page" as the copyright notice for easier
14881
+ identification within third-party archives.
14882
+
14883
+ Copyright [yyyy] [name of copyright owner]
14884
+
14885
+ Licensed under the Apache License, Version 2.0 (the "License");
14886
+ you may not use this file except in compliance with the License.
14887
+ You may obtain a copy of the License at
14888
+
14889
+ http://www.apache.org/licenses/LICENSE-2.0
14890
+
14891
+ Unless required by applicable law or agreed to in writing, software
14892
+ distributed under the License is distributed on an "AS IS" BASIS,
14893
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14894
+ See the License for the specific language governing permissions and
14895
+ limitations under the License.
14896
+
14897
+ ================================================================================
14898
+ jobserver LICENSE-MIT
14899
+ ================================================================================
14900
+
14901
+ Copyright (c) 2014 Alex Crichton
14902
+
14903
+ Permission is hereby granted, free of charge, to any
14904
+ person obtaining a copy of this software and associated
14905
+ documentation files (the "Software"), to deal in the
14906
+ Software without restriction, including without
14907
+ limitation the rights to use, copy, modify, merge,
14908
+ publish, distribute, sublicense, and/or sell copies of
14909
+ the Software, and to permit persons to whom the Software
14910
+ is furnished to do so, subject to the following
14911
+ conditions:
14912
+
14913
+ The above copyright notice and this permission notice
14914
+ shall be included in all copies or substantial portions
14915
+ of the Software.
14916
+
14917
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
14918
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
14919
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
14920
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
14921
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
14922
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
14923
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
14924
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
14925
+ DEALINGS IN THE SOFTWARE.
14926
+
14927
+ ================================================================================
14928
+ jsonpath_lib LICENSE
14929
+ ================================================================================
14930
+
14931
+ MIT License
14932
+
14933
+ Copyright (c) [2019] [Changseok Han]
14934
+
14935
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14936
+ of this software and associated documentation files (the "Software"), to deal
14937
+ in the Software without restriction, including without limitation the rights
14938
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14939
+ copies of the Software, and to permit persons to whom the Software is
14940
+ furnished to do so, subject to the following conditions:
14941
+
14942
+ The above copyright notice and this permission notice shall be included in all
14943
+ copies or substantial portions of the Software.
14944
+
14945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14946
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14947
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14948
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
14949
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
14950
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
14951
+ SOFTWARE.
14952
+
14953
+ ================================================================================
14954
+ lazy_static LICENSE-APACHE
14556
14955
  ================================================================================
14557
14956
 
14558
14957
  Apache License
@@ -19526,237 +19925,237 @@ DEALINGS IN THE SOFTWARE.
19526
19925
  log LICENSE-APACHE
19527
19926
  ================================================================================
19528
19927
 
19529
- Apache License
19530
- Version 2.0, January 2004
19531
- http://www.apache.org/licenses/
19532
-
19533
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
19534
-
19535
- 1. Definitions.
19536
-
19537
- "License" shall mean the terms and conditions for use, reproduction,
19538
- and distribution as defined by Sections 1 through 9 of this document.
19539
-
19540
- "Licensor" shall mean the copyright owner or entity authorized by
19541
- the copyright owner that is granting the License.
19542
-
19543
- "Legal Entity" shall mean the union of the acting entity and all
19544
- other entities that control, are controlled by, or are under common
19545
- control with that entity. For the purposes of this definition,
19546
- "control" means (i) the power, direct or indirect, to cause the
19547
- direction or management of such entity, whether by contract or
19548
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
19549
- outstanding shares, or (iii) beneficial ownership of such entity.
19550
-
19551
- "You" (or "Your") shall mean an individual or Legal Entity
19552
- exercising permissions granted by this License.
19553
-
19554
- "Source" form shall mean the preferred form for making modifications,
19555
- including but not limited to software source code, documentation
19556
- source, and configuration files.
19557
-
19558
- "Object" form shall mean any form resulting from mechanical
19559
- transformation or translation of a Source form, including but
19560
- not limited to compiled object code, generated documentation,
19561
- and conversions to other media types.
19562
-
19563
- "Work" shall mean the work of authorship, whether in Source or
19564
- Object form, made available under the License, as indicated by a
19565
- copyright notice that is included in or attached to the work
19566
- (an example is provided in the Appendix below).
19567
-
19568
- "Derivative Works" shall mean any work, whether in Source or Object
19569
- form, that is based on (or derived from) the Work and for which the
19570
- editorial revisions, annotations, elaborations, or other modifications
19571
- represent, as a whole, an original work of authorship. For the purposes
19572
- of this License, Derivative Works shall not include works that remain
19573
- separable from, or merely link (or bind by name) to the interfaces of,
19574
- the Work and Derivative Works thereof.
19575
-
19576
- "Contribution" shall mean any work of authorship, including
19577
- the original version of the Work and any modifications or additions
19578
- to that Work or Derivative Works thereof, that is intentionally
19579
- submitted to Licensor for inclusion in the Work by the copyright owner
19580
- or by an individual or Legal Entity authorized to submit on behalf of
19581
- the copyright owner. For the purposes of this definition, "submitted"
19582
- means any form of electronic, verbal, or written communication sent
19583
- to the Licensor or its representatives, including but not limited to
19584
- communication on electronic mailing lists, source code control systems,
19585
- and issue tracking systems that are managed by, or on behalf of, the
19586
- Licensor for the purpose of discussing and improving the Work, but
19587
- excluding communication that is conspicuously marked or otherwise
19588
- designated in writing by the copyright owner as "Not a Contribution."
19589
-
19590
- "Contributor" shall mean Licensor and any individual or Legal Entity
19591
- on behalf of whom a Contribution has been received by Licensor and
19592
- subsequently incorporated within the Work.
19593
-
19594
- 2. Grant of Copyright License. Subject to the terms and conditions of
19595
- this License, each Contributor hereby grants to You a perpetual,
19596
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
19597
- copyright license to reproduce, prepare Derivative Works of,
19598
- publicly display, publicly perform, sublicense, and distribute the
19599
- Work and such Derivative Works in Source or Object form.
19600
-
19601
- 3. Grant of Patent License. Subject to the terms and conditions of
19602
- this License, each Contributor hereby grants to You a perpetual,
19603
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
19604
- (except as stated in this section) patent license to make, have made,
19605
- use, offer to sell, sell, import, and otherwise transfer the Work,
19606
- where such license applies only to those patent claims licensable
19607
- by such Contributor that are necessarily infringed by their
19608
- Contribution(s) alone or by combination of their Contribution(s)
19609
- with the Work to which such Contribution(s) was submitted. If You
19610
- institute patent litigation against any entity (including a
19611
- cross-claim or counterclaim in a lawsuit) alleging that the Work
19612
- or a Contribution incorporated within the Work constitutes direct
19613
- or contributory patent infringement, then any patent licenses
19614
- granted to You under this License for that Work shall terminate
19615
- as of the date such litigation is filed.
19616
-
19617
- 4. Redistribution. You may reproduce and distribute copies of the
19618
- Work or Derivative Works thereof in any medium, with or without
19619
- modifications, and in Source or Object form, provided that You
19620
- meet the following conditions:
19621
-
19622
- (a) You must give any other recipients of the Work or
19623
- Derivative Works a copy of this License; and
19624
-
19625
- (b) You must cause any modified files to carry prominent notices
19626
- stating that You changed the files; and
19627
-
19628
- (c) You must retain, in the Source form of any Derivative Works
19629
- that You distribute, all copyright, patent, trademark, and
19630
- attribution notices from the Source form of the Work,
19631
- excluding those notices that do not pertain to any part of
19632
- the Derivative Works; and
19633
-
19634
- (d) If the Work includes a "NOTICE" text file as part of its
19635
- distribution, then any Derivative Works that You distribute must
19636
- include a readable copy of the attribution notices contained
19637
- within such NOTICE file, excluding those notices that do not
19638
- pertain to any part of the Derivative Works, in at least one
19639
- of the following places: within a NOTICE text file distributed
19640
- as part of the Derivative Works; within the Source form or
19641
- documentation, if provided along with the Derivative Works; or,
19642
- within a display generated by the Derivative Works, if and
19643
- wherever such third-party notices normally appear. The contents
19644
- of the NOTICE file are for informational purposes only and
19645
- do not modify the License. You may add Your own attribution
19646
- notices within Derivative Works that You distribute, alongside
19647
- or as an addendum to the NOTICE text from the Work, provided
19648
- that such additional attribution notices cannot be construed
19649
- as modifying the License.
19650
-
19651
- You may add Your own copyright statement to Your modifications and
19652
- may provide additional or different license terms and conditions
19653
- for use, reproduction, or distribution of Your modifications, or
19654
- for any such Derivative Works as a whole, provided Your use,
19655
- reproduction, and distribution of the Work otherwise complies with
19656
- the conditions stated in this License.
19657
-
19658
- 5. Submission of Contributions. Unless You explicitly state otherwise,
19659
- any Contribution intentionally submitted for inclusion in the Work
19660
- by You to the Licensor shall be under the terms and conditions of
19661
- this License, without any additional terms or conditions.
19662
- Notwithstanding the above, nothing herein shall supersede or modify
19663
- the terms of any separate license agreement you may have executed
19664
- with Licensor regarding such Contributions.
19665
-
19666
- 6. Trademarks. This License does not grant permission to use the trade
19667
- names, trademarks, service marks, or product names of the Licensor,
19668
- except as required for reasonable and customary use in describing the
19669
- origin of the Work and reproducing the content of the NOTICE file.
19670
-
19671
- 7. Disclaimer of Warranty. Unless required by applicable law or
19672
- agreed to in writing, Licensor provides the Work (and each
19673
- Contributor provides its Contributions) on an "AS IS" BASIS,
19674
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
19675
- implied, including, without limitation, any warranties or conditions
19676
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
19677
- PARTICULAR PURPOSE. You are solely responsible for determining the
19678
- appropriateness of using or redistributing the Work and assume any
19679
- risks associated with Your exercise of permissions under this License.
19680
-
19681
- 8. Limitation of Liability. In no event and under no legal theory,
19682
- whether in tort (including negligence), contract, or otherwise,
19683
- unless required by applicable law (such as deliberate and grossly
19684
- negligent acts) or agreed to in writing, shall any Contributor be
19685
- liable to You for damages, including any direct, indirect, special,
19686
- incidental, or consequential damages of any character arising as a
19687
- result of this License or out of the use or inability to use the
19688
- Work (including but not limited to damages for loss of goodwill,
19689
- work stoppage, computer failure or malfunction, or any and all
19690
- other commercial damages or losses), even if such Contributor
19691
- has been advised of the possibility of such damages.
19692
-
19693
- 9. Accepting Warranty or Additional Liability. While redistributing
19694
- the Work or Derivative Works thereof, You may choose to offer,
19695
- and charge a fee for, acceptance of support, warranty, indemnity,
19696
- or other liability obligations and/or rights consistent with this
19697
- License. However, in accepting such obligations, You may act only
19698
- on Your own behalf and on Your sole responsibility, not on behalf
19699
- of any other Contributor, and only if You agree to indemnify,
19700
- defend, and hold each Contributor harmless for any liability
19701
- incurred by, or claims asserted against, such Contributor by reason
19702
- of your accepting any such warranty or additional liability.
19703
-
19704
- END OF TERMS AND CONDITIONS
19705
-
19706
- APPENDIX: How to apply the Apache License to your work.
19707
-
19708
- To apply the Apache License to your work, attach the following
19709
- boilerplate notice, with the fields enclosed by brackets "[]"
19710
- replaced with your own identifying information. (Don't include
19711
- the brackets!) The text should be enclosed in the appropriate
19712
- comment syntax for the file format. We also recommend that a
19713
- file or class name and description of purpose be included on the
19714
- same "printed page" as the copyright notice for easier
19715
- identification within third-party archives.
19716
-
19717
- Copyright [yyyy] [name of copyright owner]
19718
-
19719
- Licensed under the Apache License, Version 2.0 (the "License");
19720
- you may not use this file except in compliance with the License.
19721
- You may obtain a copy of the License at
19722
-
19723
- http://www.apache.org/licenses/LICENSE-2.0
19724
-
19725
- Unless required by applicable law or agreed to in writing, software
19726
- distributed under the License is distributed on an "AS IS" BASIS,
19727
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19728
- See the License for the specific language governing permissions and
19729
- limitations under the License.
19928
+ Apache License
19929
+ Version 2.0, January 2004
19930
+ http://www.apache.org/licenses/
19931
+
19932
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
19933
+
19934
+ 1. Definitions.
19935
+
19936
+ "License" shall mean the terms and conditions for use, reproduction,
19937
+ and distribution as defined by Sections 1 through 9 of this document.
19938
+
19939
+ "Licensor" shall mean the copyright owner or entity authorized by
19940
+ the copyright owner that is granting the License.
19941
+
19942
+ "Legal Entity" shall mean the union of the acting entity and all
19943
+ other entities that control, are controlled by, or are under common
19944
+ control with that entity. For the purposes of this definition,
19945
+ "control" means (i) the power, direct or indirect, to cause the
19946
+ direction or management of such entity, whether by contract or
19947
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
19948
+ outstanding shares, or (iii) beneficial ownership of such entity.
19949
+
19950
+ "You" (or "Your") shall mean an individual or Legal Entity
19951
+ exercising permissions granted by this License.
19952
+
19953
+ "Source" form shall mean the preferred form for making modifications,
19954
+ including but not limited to software source code, documentation
19955
+ source, and configuration files.
19956
+
19957
+ "Object" form shall mean any form resulting from mechanical
19958
+ transformation or translation of a Source form, including but
19959
+ not limited to compiled object code, generated documentation,
19960
+ and conversions to other media types.
19961
+
19962
+ "Work" shall mean the work of authorship, whether in Source or
19963
+ Object form, made available under the License, as indicated by a
19964
+ copyright notice that is included in or attached to the work
19965
+ (an example is provided in the Appendix below).
19966
+
19967
+ "Derivative Works" shall mean any work, whether in Source or Object
19968
+ form, that is based on (or derived from) the Work and for which the
19969
+ editorial revisions, annotations, elaborations, or other modifications
19970
+ represent, as a whole, an original work of authorship. For the purposes
19971
+ of this License, Derivative Works shall not include works that remain
19972
+ separable from, or merely link (or bind by name) to the interfaces of,
19973
+ the Work and Derivative Works thereof.
19974
+
19975
+ "Contribution" shall mean any work of authorship, including
19976
+ the original version of the Work and any modifications or additions
19977
+ to that Work or Derivative Works thereof, that is intentionally
19978
+ submitted to Licensor for inclusion in the Work by the copyright owner
19979
+ or by an individual or Legal Entity authorized to submit on behalf of
19980
+ the copyright owner. For the purposes of this definition, "submitted"
19981
+ means any form of electronic, verbal, or written communication sent
19982
+ to the Licensor or its representatives, including but not limited to
19983
+ communication on electronic mailing lists, source code control systems,
19984
+ and issue tracking systems that are managed by, or on behalf of, the
19985
+ Licensor for the purpose of discussing and improving the Work, but
19986
+ excluding communication that is conspicuously marked or otherwise
19987
+ designated in writing by the copyright owner as "Not a Contribution."
19988
+
19989
+ "Contributor" shall mean Licensor and any individual or Legal Entity
19990
+ on behalf of whom a Contribution has been received by Licensor and
19991
+ subsequently incorporated within the Work.
19992
+
19993
+ 2. Grant of Copyright License. Subject to the terms and conditions of
19994
+ this License, each Contributor hereby grants to You a perpetual,
19995
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
19996
+ copyright license to reproduce, prepare Derivative Works of,
19997
+ publicly display, publicly perform, sublicense, and distribute the
19998
+ Work and such Derivative Works in Source or Object form.
19999
+
20000
+ 3. Grant of Patent License. Subject to the terms and conditions of
20001
+ this License, each Contributor hereby grants to You a perpetual,
20002
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
20003
+ (except as stated in this section) patent license to make, have made,
20004
+ use, offer to sell, sell, import, and otherwise transfer the Work,
20005
+ where such license applies only to those patent claims licensable
20006
+ by such Contributor that are necessarily infringed by their
20007
+ Contribution(s) alone or by combination of their Contribution(s)
20008
+ with the Work to which such Contribution(s) was submitted. If You
20009
+ institute patent litigation against any entity (including a
20010
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
20011
+ or a Contribution incorporated within the Work constitutes direct
20012
+ or contributory patent infringement, then any patent licenses
20013
+ granted to You under this License for that Work shall terminate
20014
+ as of the date such litigation is filed.
20015
+
20016
+ 4. Redistribution. You may reproduce and distribute copies of the
20017
+ Work or Derivative Works thereof in any medium, with or without
20018
+ modifications, and in Source or Object form, provided that You
20019
+ meet the following conditions:
20020
+
20021
+ (a) You must give any other recipients of the Work or
20022
+ Derivative Works a copy of this License; and
20023
+
20024
+ (b) You must cause any modified files to carry prominent notices
20025
+ stating that You changed the files; and
20026
+
20027
+ (c) You must retain, in the Source form of any Derivative Works
20028
+ that You distribute, all copyright, patent, trademark, and
20029
+ attribution notices from the Source form of the Work,
20030
+ excluding those notices that do not pertain to any part of
20031
+ the Derivative Works; and
20032
+
20033
+ (d) If the Work includes a "NOTICE" text file as part of its
20034
+ distribution, then any Derivative Works that You distribute must
20035
+ include a readable copy of the attribution notices contained
20036
+ within such NOTICE file, excluding those notices that do not
20037
+ pertain to any part of the Derivative Works, in at least one
20038
+ of the following places: within a NOTICE text file distributed
20039
+ as part of the Derivative Works; within the Source form or
20040
+ documentation, if provided along with the Derivative Works; or,
20041
+ within a display generated by the Derivative Works, if and
20042
+ wherever such third-party notices normally appear. The contents
20043
+ of the NOTICE file are for informational purposes only and
20044
+ do not modify the License. You may add Your own attribution
20045
+ notices within Derivative Works that You distribute, alongside
20046
+ or as an addendum to the NOTICE text from the Work, provided
20047
+ that such additional attribution notices cannot be construed
20048
+ as modifying the License.
20049
+
20050
+ You may add Your own copyright statement to Your modifications and
20051
+ may provide additional or different license terms and conditions
20052
+ for use, reproduction, or distribution of Your modifications, or
20053
+ for any such Derivative Works as a whole, provided Your use,
20054
+ reproduction, and distribution of the Work otherwise complies with
20055
+ the conditions stated in this License.
20056
+
20057
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
20058
+ any Contribution intentionally submitted for inclusion in the Work
20059
+ by You to the Licensor shall be under the terms and conditions of
20060
+ this License, without any additional terms or conditions.
20061
+ Notwithstanding the above, nothing herein shall supersede or modify
20062
+ the terms of any separate license agreement you may have executed
20063
+ with Licensor regarding such Contributions.
20064
+
20065
+ 6. Trademarks. This License does not grant permission to use the trade
20066
+ names, trademarks, service marks, or product names of the Licensor,
20067
+ except as required for reasonable and customary use in describing the
20068
+ origin of the Work and reproducing the content of the NOTICE file.
20069
+
20070
+ 7. Disclaimer of Warranty. Unless required by applicable law or
20071
+ agreed to in writing, Licensor provides the Work (and each
20072
+ Contributor provides its Contributions) on an "AS IS" BASIS,
20073
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
20074
+ implied, including, without limitation, any warranties or conditions
20075
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
20076
+ PARTICULAR PURPOSE. You are solely responsible for determining the
20077
+ appropriateness of using or redistributing the Work and assume any
20078
+ risks associated with Your exercise of permissions under this License.
20079
+
20080
+ 8. Limitation of Liability. In no event and under no legal theory,
20081
+ whether in tort (including negligence), contract, or otherwise,
20082
+ unless required by applicable law (such as deliberate and grossly
20083
+ negligent acts) or agreed to in writing, shall any Contributor be
20084
+ liable to You for damages, including any direct, indirect, special,
20085
+ incidental, or consequential damages of any character arising as a
20086
+ result of this License or out of the use or inability to use the
20087
+ Work (including but not limited to damages for loss of goodwill,
20088
+ work stoppage, computer failure or malfunction, or any and all
20089
+ other commercial damages or losses), even if such Contributor
20090
+ has been advised of the possibility of such damages.
20091
+
20092
+ 9. Accepting Warranty or Additional Liability. While redistributing
20093
+ the Work or Derivative Works thereof, You may choose to offer,
20094
+ and charge a fee for, acceptance of support, warranty, indemnity,
20095
+ or other liability obligations and/or rights consistent with this
20096
+ License. However, in accepting such obligations, You may act only
20097
+ on Your own behalf and on Your sole responsibility, not on behalf
20098
+ of any other Contributor, and only if You agree to indemnify,
20099
+ defend, and hold each Contributor harmless for any liability
20100
+ incurred by, or claims asserted against, such Contributor by reason
20101
+ of your accepting any such warranty or additional liability.
20102
+
20103
+ END OF TERMS AND CONDITIONS
20104
+
20105
+ APPENDIX: How to apply the Apache License to your work.
20106
+
20107
+ To apply the Apache License to your work, attach the following
20108
+ boilerplate notice, with the fields enclosed by brackets "[]"
20109
+ replaced with your own identifying information. (Don't include
20110
+ the brackets!) The text should be enclosed in the appropriate
20111
+ comment syntax for the file format. We also recommend that a
20112
+ file or class name and description of purpose be included on the
20113
+ same "printed page" as the copyright notice for easier
20114
+ identification within third-party archives.
20115
+
20116
+ Copyright [yyyy] [name of copyright owner]
20117
+
20118
+ Licensed under the Apache License, Version 2.0 (the "License");
20119
+ you may not use this file except in compliance with the License.
20120
+ You may obtain a copy of the License at
20121
+
20122
+ http://www.apache.org/licenses/LICENSE-2.0
20123
+
20124
+ Unless required by applicable law or agreed to in writing, software
20125
+ distributed under the License is distributed on an "AS IS" BASIS,
20126
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20127
+ See the License for the specific language governing permissions and
20128
+ limitations under the License.
19730
20129
 
19731
20130
  ================================================================================
19732
20131
  log LICENSE-MIT
19733
20132
  ================================================================================
19734
20133
 
19735
- Copyright (c) 2014 The Rust Project Developers
19736
-
19737
- Permission is hereby granted, free of charge, to any
19738
- person obtaining a copy of this software and associated
19739
- documentation files (the "Software"), to deal in the
19740
- Software without restriction, including without
19741
- limitation the rights to use, copy, modify, merge,
19742
- publish, distribute, sublicense, and/or sell copies of
19743
- the Software, and to permit persons to whom the Software
19744
- is furnished to do so, subject to the following
19745
- conditions:
19746
-
19747
- The above copyright notice and this permission notice
19748
- shall be included in all copies or substantial portions
19749
- of the Software.
19750
-
19751
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
19752
- ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
19753
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
19754
- PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
19755
- SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
19756
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19757
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
19758
- IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19759
- DEALINGS IN THE SOFTWARE.
20134
+ Copyright (c) 2014 The Rust Project Developers
20135
+
20136
+ Permission is hereby granted, free of charge, to any
20137
+ person obtaining a copy of this software and associated
20138
+ documentation files (the "Software"), to deal in the
20139
+ Software without restriction, including without
20140
+ limitation the rights to use, copy, modify, merge,
20141
+ publish, distribute, sublicense, and/or sell copies of
20142
+ the Software, and to permit persons to whom the Software
20143
+ is furnished to do so, subject to the following
20144
+ conditions:
20145
+
20146
+ The above copyright notice and this permission notice
20147
+ shall be included in all copies or substantial portions
20148
+ of the Software.
20149
+
20150
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
20151
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
20152
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
20153
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
20154
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20155
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20156
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
20157
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20158
+ DEALINGS IN THE SOFTWARE.
19760
20159
 
19761
20160
  ================================================================================
19762
20161
  lz4 LICENSE
@@ -25596,6 +25995,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25596
25995
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25597
25996
  SOFTWARE.
25598
25997
 
25998
+ ================================================================================
25999
+ polars-json LICENSE
26000
+ ================================================================================
26001
+
26002
+ Copyright (c) 2020 Ritchie Vink
26003
+
26004
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26005
+ of this software and associated documentation files (the "Software"), to deal
26006
+ in the Software without restriction, including without limitation the rights
26007
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26008
+ copies of the Software, and to permit persons to whom the Software is
26009
+ furnished to do so, subject to the following conditions:
26010
+
26011
+ The above copyright notice and this permission notice shall be included in all
26012
+ copies or substantial portions of the Software.
26013
+
26014
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26015
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26016
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26017
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26018
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26019
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26020
+ SOFTWARE.
26021
+
25599
26022
  ================================================================================
25600
26023
  polars-lazy LICENSE
25601
26024
  ================================================================================
@@ -25716,6 +26139,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25716
26139
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25717
26140
  SOFTWARE.
25718
26141
 
26142
+ ================================================================================
26143
+ polars-sql LICENSE
26144
+ ================================================================================
26145
+
26146
+ Copyright (c) 2020 Ritchie Vink
26147
+
26148
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26149
+ of this software and associated documentation files (the "Software"), to deal
26150
+ in the Software without restriction, including without limitation the rights
26151
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26152
+ copies of the Software, and to permit persons to whom the Software is
26153
+ furnished to do so, subject to the following conditions:
26154
+
26155
+ The above copyright notice and this permission notice shall be included in all
26156
+ copies or substantial portions of the Software.
26157
+
26158
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26159
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26160
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26161
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26162
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26163
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26164
+ SOFTWARE.
26165
+
25719
26166
  ================================================================================
25720
26167
  polars-time LICENSE
25721
26168
  ================================================================================
@@ -28684,31 +29131,541 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28684
29131
  DEALINGS IN THE SOFTWARE.
28685
29132
 
28686
29133
  ================================================================================
28687
- regex src/testdata/LICENSE
29134
+ regex-automata LICENSE-APACHE
29135
+ ================================================================================
29136
+
29137
+ Apache License
29138
+ Version 2.0, January 2004
29139
+ http://www.apache.org/licenses/
29140
+
29141
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
29142
+
29143
+ 1. Definitions.
29144
+
29145
+ "License" shall mean the terms and conditions for use, reproduction,
29146
+ and distribution as defined by Sections 1 through 9 of this document.
29147
+
29148
+ "Licensor" shall mean the copyright owner or entity authorized by
29149
+ the copyright owner that is granting the License.
29150
+
29151
+ "Legal Entity" shall mean the union of the acting entity and all
29152
+ other entities that control, are controlled by, or are under common
29153
+ control with that entity. For the purposes of this definition,
29154
+ "control" means (i) the power, direct or indirect, to cause the
29155
+ direction or management of such entity, whether by contract or
29156
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
29157
+ outstanding shares, or (iii) beneficial ownership of such entity.
29158
+
29159
+ "You" (or "Your") shall mean an individual or Legal Entity
29160
+ exercising permissions granted by this License.
29161
+
29162
+ "Source" form shall mean the preferred form for making modifications,
29163
+ including but not limited to software source code, documentation
29164
+ source, and configuration files.
29165
+
29166
+ "Object" form shall mean any form resulting from mechanical
29167
+ transformation or translation of a Source form, including but
29168
+ not limited to compiled object code, generated documentation,
29169
+ and conversions to other media types.
29170
+
29171
+ "Work" shall mean the work of authorship, whether in Source or
29172
+ Object form, made available under the License, as indicated by a
29173
+ copyright notice that is included in or attached to the work
29174
+ (an example is provided in the Appendix below).
29175
+
29176
+ "Derivative Works" shall mean any work, whether in Source or Object
29177
+ form, that is based on (or derived from) the Work and for which the
29178
+ editorial revisions, annotations, elaborations, or other modifications
29179
+ represent, as a whole, an original work of authorship. For the purposes
29180
+ of this License, Derivative Works shall not include works that remain
29181
+ separable from, or merely link (or bind by name) to the interfaces of,
29182
+ the Work and Derivative Works thereof.
29183
+
29184
+ "Contribution" shall mean any work of authorship, including
29185
+ the original version of the Work and any modifications or additions
29186
+ to that Work or Derivative Works thereof, that is intentionally
29187
+ submitted to Licensor for inclusion in the Work by the copyright owner
29188
+ or by an individual or Legal Entity authorized to submit on behalf of
29189
+ the copyright owner. For the purposes of this definition, "submitted"
29190
+ means any form of electronic, verbal, or written communication sent
29191
+ to the Licensor or its representatives, including but not limited to
29192
+ communication on electronic mailing lists, source code control systems,
29193
+ and issue tracking systems that are managed by, or on behalf of, the
29194
+ Licensor for the purpose of discussing and improving the Work, but
29195
+ excluding communication that is conspicuously marked or otherwise
29196
+ designated in writing by the copyright owner as "Not a Contribution."
29197
+
29198
+ "Contributor" shall mean Licensor and any individual or Legal Entity
29199
+ on behalf of whom a Contribution has been received by Licensor and
29200
+ subsequently incorporated within the Work.
29201
+
29202
+ 2. Grant of Copyright License. Subject to the terms and conditions of
29203
+ this License, each Contributor hereby grants to You a perpetual,
29204
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29205
+ copyright license to reproduce, prepare Derivative Works of,
29206
+ publicly display, publicly perform, sublicense, and distribute the
29207
+ Work and such Derivative Works in Source or Object form.
29208
+
29209
+ 3. Grant of Patent License. Subject to the terms and conditions of
29210
+ this License, each Contributor hereby grants to You a perpetual,
29211
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29212
+ (except as stated in this section) patent license to make, have made,
29213
+ use, offer to sell, sell, import, and otherwise transfer the Work,
29214
+ where such license applies only to those patent claims licensable
29215
+ by such Contributor that are necessarily infringed by their
29216
+ Contribution(s) alone or by combination of their Contribution(s)
29217
+ with the Work to which such Contribution(s) was submitted. If You
29218
+ institute patent litigation against any entity (including a
29219
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
29220
+ or a Contribution incorporated within the Work constitutes direct
29221
+ or contributory patent infringement, then any patent licenses
29222
+ granted to You under this License for that Work shall terminate
29223
+ as of the date such litigation is filed.
29224
+
29225
+ 4. Redistribution. You may reproduce and distribute copies of the
29226
+ Work or Derivative Works thereof in any medium, with or without
29227
+ modifications, and in Source or Object form, provided that You
29228
+ meet the following conditions:
29229
+
29230
+ (a) You must give any other recipients of the Work or
29231
+ Derivative Works a copy of this License; and
29232
+
29233
+ (b) You must cause any modified files to carry prominent notices
29234
+ stating that You changed the files; and
29235
+
29236
+ (c) You must retain, in the Source form of any Derivative Works
29237
+ that You distribute, all copyright, patent, trademark, and
29238
+ attribution notices from the Source form of the Work,
29239
+ excluding those notices that do not pertain to any part of
29240
+ the Derivative Works; and
29241
+
29242
+ (d) If the Work includes a "NOTICE" text file as part of its
29243
+ distribution, then any Derivative Works that You distribute must
29244
+ include a readable copy of the attribution notices contained
29245
+ within such NOTICE file, excluding those notices that do not
29246
+ pertain to any part of the Derivative Works, in at least one
29247
+ of the following places: within a NOTICE text file distributed
29248
+ as part of the Derivative Works; within the Source form or
29249
+ documentation, if provided along with the Derivative Works; or,
29250
+ within a display generated by the Derivative Works, if and
29251
+ wherever such third-party notices normally appear. The contents
29252
+ of the NOTICE file are for informational purposes only and
29253
+ do not modify the License. You may add Your own attribution
29254
+ notices within Derivative Works that You distribute, alongside
29255
+ or as an addendum to the NOTICE text from the Work, provided
29256
+ that such additional attribution notices cannot be construed
29257
+ as modifying the License.
29258
+
29259
+ You may add Your own copyright statement to Your modifications and
29260
+ may provide additional or different license terms and conditions
29261
+ for use, reproduction, or distribution of Your modifications, or
29262
+ for any such Derivative Works as a whole, provided Your use,
29263
+ reproduction, and distribution of the Work otherwise complies with
29264
+ the conditions stated in this License.
29265
+
29266
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
29267
+ any Contribution intentionally submitted for inclusion in the Work
29268
+ by You to the Licensor shall be under the terms and conditions of
29269
+ this License, without any additional terms or conditions.
29270
+ Notwithstanding the above, nothing herein shall supersede or modify
29271
+ the terms of any separate license agreement you may have executed
29272
+ with Licensor regarding such Contributions.
29273
+
29274
+ 6. Trademarks. This License does not grant permission to use the trade
29275
+ names, trademarks, service marks, or product names of the Licensor,
29276
+ except as required for reasonable and customary use in describing the
29277
+ origin of the Work and reproducing the content of the NOTICE file.
29278
+
29279
+ 7. Disclaimer of Warranty. Unless required by applicable law or
29280
+ agreed to in writing, Licensor provides the Work (and each
29281
+ Contributor provides its Contributions) on an "AS IS" BASIS,
29282
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
29283
+ implied, including, without limitation, any warranties or conditions
29284
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
29285
+ PARTICULAR PURPOSE. You are solely responsible for determining the
29286
+ appropriateness of using or redistributing the Work and assume any
29287
+ risks associated with Your exercise of permissions under this License.
29288
+
29289
+ 8. Limitation of Liability. In no event and under no legal theory,
29290
+ whether in tort (including negligence), contract, or otherwise,
29291
+ unless required by applicable law (such as deliberate and grossly
29292
+ negligent acts) or agreed to in writing, shall any Contributor be
29293
+ liable to You for damages, including any direct, indirect, special,
29294
+ incidental, or consequential damages of any character arising as a
29295
+ result of this License or out of the use or inability to use the
29296
+ Work (including but not limited to damages for loss of goodwill,
29297
+ work stoppage, computer failure or malfunction, or any and all
29298
+ other commercial damages or losses), even if such Contributor
29299
+ has been advised of the possibility of such damages.
29300
+
29301
+ 9. Accepting Warranty or Additional Liability. While redistributing
29302
+ the Work or Derivative Works thereof, You may choose to offer,
29303
+ and charge a fee for, acceptance of support, warranty, indemnity,
29304
+ or other liability obligations and/or rights consistent with this
29305
+ License. However, in accepting such obligations, You may act only
29306
+ on Your own behalf and on Your sole responsibility, not on behalf
29307
+ of any other Contributor, and only if You agree to indemnify,
29308
+ defend, and hold each Contributor harmless for any liability
29309
+ incurred by, or claims asserted against, such Contributor by reason
29310
+ of your accepting any such warranty or additional liability.
29311
+
29312
+ END OF TERMS AND CONDITIONS
29313
+
29314
+ APPENDIX: How to apply the Apache License to your work.
29315
+
29316
+ To apply the Apache License to your work, attach the following
29317
+ boilerplate notice, with the fields enclosed by brackets "[]"
29318
+ replaced with your own identifying information. (Don't include
29319
+ the brackets!) The text should be enclosed in the appropriate
29320
+ comment syntax for the file format. We also recommend that a
29321
+ file or class name and description of purpose be included on the
29322
+ same "printed page" as the copyright notice for easier
29323
+ identification within third-party archives.
29324
+
29325
+ Copyright [yyyy] [name of copyright owner]
29326
+
29327
+ Licensed under the Apache License, Version 2.0 (the "License");
29328
+ you may not use this file except in compliance with the License.
29329
+ You may obtain a copy of the License at
29330
+
29331
+ http://www.apache.org/licenses/LICENSE-2.0
29332
+
29333
+ Unless required by applicable law or agreed to in writing, software
29334
+ distributed under the License is distributed on an "AS IS" BASIS,
29335
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29336
+ See the License for the specific language governing permissions and
29337
+ limitations under the License.
29338
+
29339
+ ================================================================================
29340
+ regex-automata LICENSE-MIT
29341
+ ================================================================================
29342
+
29343
+ Copyright (c) 2014 The Rust Project Developers
29344
+
29345
+ Permission is hereby granted, free of charge, to any
29346
+ person obtaining a copy of this software and associated
29347
+ documentation files (the "Software"), to deal in the
29348
+ Software without restriction, including without
29349
+ limitation the rights to use, copy, modify, merge,
29350
+ publish, distribute, sublicense, and/or sell copies of
29351
+ the Software, and to permit persons to whom the Software
29352
+ is furnished to do so, subject to the following
29353
+ conditions:
29354
+
29355
+ The above copyright notice and this permission notice
29356
+ shall be included in all copies or substantial portions
29357
+ of the Software.
29358
+
29359
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
29360
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
29361
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
29362
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
29363
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
29364
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29365
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
29366
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29367
+ DEALINGS IN THE SOFTWARE.
29368
+
29369
+ ================================================================================
29370
+ regex-syntax v0.6.29 LICENSE-APACHE
29371
+ ================================================================================
29372
+
29373
+ Apache License
29374
+ Version 2.0, January 2004
29375
+ http://www.apache.org/licenses/
29376
+
29377
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
29378
+
29379
+ 1. Definitions.
29380
+
29381
+ "License" shall mean the terms and conditions for use, reproduction,
29382
+ and distribution as defined by Sections 1 through 9 of this document.
29383
+
29384
+ "Licensor" shall mean the copyright owner or entity authorized by
29385
+ the copyright owner that is granting the License.
29386
+
29387
+ "Legal Entity" shall mean the union of the acting entity and all
29388
+ other entities that control, are controlled by, or are under common
29389
+ control with that entity. For the purposes of this definition,
29390
+ "control" means (i) the power, direct or indirect, to cause the
29391
+ direction or management of such entity, whether by contract or
29392
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
29393
+ outstanding shares, or (iii) beneficial ownership of such entity.
29394
+
29395
+ "You" (or "Your") shall mean an individual or Legal Entity
29396
+ exercising permissions granted by this License.
29397
+
29398
+ "Source" form shall mean the preferred form for making modifications,
29399
+ including but not limited to software source code, documentation
29400
+ source, and configuration files.
29401
+
29402
+ "Object" form shall mean any form resulting from mechanical
29403
+ transformation or translation of a Source form, including but
29404
+ not limited to compiled object code, generated documentation,
29405
+ and conversions to other media types.
29406
+
29407
+ "Work" shall mean the work of authorship, whether in Source or
29408
+ Object form, made available under the License, as indicated by a
29409
+ copyright notice that is included in or attached to the work
29410
+ (an example is provided in the Appendix below).
29411
+
29412
+ "Derivative Works" shall mean any work, whether in Source or Object
29413
+ form, that is based on (or derived from) the Work and for which the
29414
+ editorial revisions, annotations, elaborations, or other modifications
29415
+ represent, as a whole, an original work of authorship. For the purposes
29416
+ of this License, Derivative Works shall not include works that remain
29417
+ separable from, or merely link (or bind by name) to the interfaces of,
29418
+ the Work and Derivative Works thereof.
29419
+
29420
+ "Contribution" shall mean any work of authorship, including
29421
+ the original version of the Work and any modifications or additions
29422
+ to that Work or Derivative Works thereof, that is intentionally
29423
+ submitted to Licensor for inclusion in the Work by the copyright owner
29424
+ or by an individual or Legal Entity authorized to submit on behalf of
29425
+ the copyright owner. For the purposes of this definition, "submitted"
29426
+ means any form of electronic, verbal, or written communication sent
29427
+ to the Licensor or its representatives, including but not limited to
29428
+ communication on electronic mailing lists, source code control systems,
29429
+ and issue tracking systems that are managed by, or on behalf of, the
29430
+ Licensor for the purpose of discussing and improving the Work, but
29431
+ excluding communication that is conspicuously marked or otherwise
29432
+ designated in writing by the copyright owner as "Not a Contribution."
29433
+
29434
+ "Contributor" shall mean Licensor and any individual or Legal Entity
29435
+ on behalf of whom a Contribution has been received by Licensor and
29436
+ subsequently incorporated within the Work.
29437
+
29438
+ 2. Grant of Copyright License. Subject to the terms and conditions of
29439
+ this License, each Contributor hereby grants to You a perpetual,
29440
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29441
+ copyright license to reproduce, prepare Derivative Works of,
29442
+ publicly display, publicly perform, sublicense, and distribute the
29443
+ Work and such Derivative Works in Source or Object form.
29444
+
29445
+ 3. Grant of Patent License. Subject to the terms and conditions of
29446
+ this License, each Contributor hereby grants to You a perpetual,
29447
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
29448
+ (except as stated in this section) patent license to make, have made,
29449
+ use, offer to sell, sell, import, and otherwise transfer the Work,
29450
+ where such license applies only to those patent claims licensable
29451
+ by such Contributor that are necessarily infringed by their
29452
+ Contribution(s) alone or by combination of their Contribution(s)
29453
+ with the Work to which such Contribution(s) was submitted. If You
29454
+ institute patent litigation against any entity (including a
29455
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
29456
+ or a Contribution incorporated within the Work constitutes direct
29457
+ or contributory patent infringement, then any patent licenses
29458
+ granted to You under this License for that Work shall terminate
29459
+ as of the date such litigation is filed.
29460
+
29461
+ 4. Redistribution. You may reproduce and distribute copies of the
29462
+ Work or Derivative Works thereof in any medium, with or without
29463
+ modifications, and in Source or Object form, provided that You
29464
+ meet the following conditions:
29465
+
29466
+ (a) You must give any other recipients of the Work or
29467
+ Derivative Works a copy of this License; and
29468
+
29469
+ (b) You must cause any modified files to carry prominent notices
29470
+ stating that You changed the files; and
29471
+
29472
+ (c) You must retain, in the Source form of any Derivative Works
29473
+ that You distribute, all copyright, patent, trademark, and
29474
+ attribution notices from the Source form of the Work,
29475
+ excluding those notices that do not pertain to any part of
29476
+ the Derivative Works; and
29477
+
29478
+ (d) If the Work includes a "NOTICE" text file as part of its
29479
+ distribution, then any Derivative Works that You distribute must
29480
+ include a readable copy of the attribution notices contained
29481
+ within such NOTICE file, excluding those notices that do not
29482
+ pertain to any part of the Derivative Works, in at least one
29483
+ of the following places: within a NOTICE text file distributed
29484
+ as part of the Derivative Works; within the Source form or
29485
+ documentation, if provided along with the Derivative Works; or,
29486
+ within a display generated by the Derivative Works, if and
29487
+ wherever such third-party notices normally appear. The contents
29488
+ of the NOTICE file are for informational purposes only and
29489
+ do not modify the License. You may add Your own attribution
29490
+ notices within Derivative Works that You distribute, alongside
29491
+ or as an addendum to the NOTICE text from the Work, provided
29492
+ that such additional attribution notices cannot be construed
29493
+ as modifying the License.
29494
+
29495
+ You may add Your own copyright statement to Your modifications and
29496
+ may provide additional or different license terms and conditions
29497
+ for use, reproduction, or distribution of Your modifications, or
29498
+ for any such Derivative Works as a whole, provided Your use,
29499
+ reproduction, and distribution of the Work otherwise complies with
29500
+ the conditions stated in this License.
29501
+
29502
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
29503
+ any Contribution intentionally submitted for inclusion in the Work
29504
+ by You to the Licensor shall be under the terms and conditions of
29505
+ this License, without any additional terms or conditions.
29506
+ Notwithstanding the above, nothing herein shall supersede or modify
29507
+ the terms of any separate license agreement you may have executed
29508
+ with Licensor regarding such Contributions.
29509
+
29510
+ 6. Trademarks. This License does not grant permission to use the trade
29511
+ names, trademarks, service marks, or product names of the Licensor,
29512
+ except as required for reasonable and customary use in describing the
29513
+ origin of the Work and reproducing the content of the NOTICE file.
29514
+
29515
+ 7. Disclaimer of Warranty. Unless required by applicable law or
29516
+ agreed to in writing, Licensor provides the Work (and each
29517
+ Contributor provides its Contributions) on an "AS IS" BASIS,
29518
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
29519
+ implied, including, without limitation, any warranties or conditions
29520
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
29521
+ PARTICULAR PURPOSE. You are solely responsible for determining the
29522
+ appropriateness of using or redistributing the Work and assume any
29523
+ risks associated with Your exercise of permissions under this License.
29524
+
29525
+ 8. Limitation of Liability. In no event and under no legal theory,
29526
+ whether in tort (including negligence), contract, or otherwise,
29527
+ unless required by applicable law (such as deliberate and grossly
29528
+ negligent acts) or agreed to in writing, shall any Contributor be
29529
+ liable to You for damages, including any direct, indirect, special,
29530
+ incidental, or consequential damages of any character arising as a
29531
+ result of this License or out of the use or inability to use the
29532
+ Work (including but not limited to damages for loss of goodwill,
29533
+ work stoppage, computer failure or malfunction, or any and all
29534
+ other commercial damages or losses), even if such Contributor
29535
+ has been advised of the possibility of such damages.
29536
+
29537
+ 9. Accepting Warranty or Additional Liability. While redistributing
29538
+ the Work or Derivative Works thereof, You may choose to offer,
29539
+ and charge a fee for, acceptance of support, warranty, indemnity,
29540
+ or other liability obligations and/or rights consistent with this
29541
+ License. However, in accepting such obligations, You may act only
29542
+ on Your own behalf and on Your sole responsibility, not on behalf
29543
+ of any other Contributor, and only if You agree to indemnify,
29544
+ defend, and hold each Contributor harmless for any liability
29545
+ incurred by, or claims asserted against, such Contributor by reason
29546
+ of your accepting any such warranty or additional liability.
29547
+
29548
+ END OF TERMS AND CONDITIONS
29549
+
29550
+ APPENDIX: How to apply the Apache License to your work.
29551
+
29552
+ To apply the Apache License to your work, attach the following
29553
+ boilerplate notice, with the fields enclosed by brackets "[]"
29554
+ replaced with your own identifying information. (Don't include
29555
+ the brackets!) The text should be enclosed in the appropriate
29556
+ comment syntax for the file format. We also recommend that a
29557
+ file or class name and description of purpose be included on the
29558
+ same "printed page" as the copyright notice for easier
29559
+ identification within third-party archives.
29560
+
29561
+ Copyright [yyyy] [name of copyright owner]
29562
+
29563
+ Licensed under the Apache License, Version 2.0 (the "License");
29564
+ you may not use this file except in compliance with the License.
29565
+ You may obtain a copy of the License at
29566
+
29567
+ http://www.apache.org/licenses/LICENSE-2.0
29568
+
29569
+ Unless required by applicable law or agreed to in writing, software
29570
+ distributed under the License is distributed on an "AS IS" BASIS,
29571
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29572
+ See the License for the specific language governing permissions and
29573
+ limitations under the License.
29574
+
29575
+ ================================================================================
29576
+ regex-syntax v0.6.29 LICENSE-MIT
29577
+ ================================================================================
29578
+
29579
+ Copyright (c) 2014 The Rust Project Developers
29580
+
29581
+ Permission is hereby granted, free of charge, to any
29582
+ person obtaining a copy of this software and associated
29583
+ documentation files (the "Software"), to deal in the
29584
+ Software without restriction, including without
29585
+ limitation the rights to use, copy, modify, merge,
29586
+ publish, distribute, sublicense, and/or sell copies of
29587
+ the Software, and to permit persons to whom the Software
29588
+ is furnished to do so, subject to the following
29589
+ conditions:
29590
+
29591
+ The above copyright notice and this permission notice
29592
+ shall be included in all copies or substantial portions
29593
+ of the Software.
29594
+
29595
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
29596
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
29597
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
29598
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
29599
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
29600
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
29601
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
29602
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
29603
+ DEALINGS IN THE SOFTWARE.
29604
+
29605
+ ================================================================================
29606
+ regex-syntax v0.6.29 src/unicode_tables/LICENSE-UNICODE
28688
29607
  ================================================================================
28689
29608
 
28690
- The following license covers testregex.c and all associated test data.
29609
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
29610
+
29611
+ Unicode Data Files include all data files under the directories
29612
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
29613
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
29614
+ http://www.unicode.org/utility/trac/browser/.
29615
+
29616
+ Unicode Data Files do not include PDF online code charts under the
29617
+ directory http://www.unicode.org/Public/.
29618
+
29619
+ Software includes any source code published in the Unicode Standard
29620
+ or under the directories
29621
+ http://www.unicode.org/Public/, http://www.unicode.org/reports/,
29622
+ http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and
29623
+ http://www.unicode.org/utility/trac/browser/.
28691
29624
 
28692
- Permission is hereby granted, free of charge, to any person obtaining a
28693
- copy of THIS SOFTWARE FILE (the "Software"), to deal in the Software
29625
+ NOTICE TO USER: Carefully read the following legal agreement.
29626
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
29627
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
29628
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
29629
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
29630
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
29631
+ THE DATA FILES OR SOFTWARE.
29632
+
29633
+ COPYRIGHT AND PERMISSION NOTICE
29634
+
29635
+ Copyright © 1991-2018 Unicode, Inc. All rights reserved.
29636
+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
29637
+
29638
+ Permission is hereby granted, free of charge, to any person obtaining
29639
+ a copy of the Unicode data files and any associated documentation
29640
+ (the "Data Files") or Unicode software and any associated documentation
29641
+ (the "Software") to deal in the Data Files or Software
28694
29642
  without restriction, including without limitation the rights to use,
28695
- copy, modify, merge, publish, distribute, and/or sell copies of the
28696
- Software, and to permit persons to whom the Software is furnished to do
28697
- so, subject to the following disclaimer:
28698
-
28699
- THIS SOFTWARE IS PROVIDED BY AT&T ``AS IS'' AND ANY EXPRESS OR IMPLIED
28700
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28701
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
28702
- IN NO EVENT SHALL AT&T BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28703
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28704
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28705
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28706
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28707
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28708
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29643
+ copy, modify, merge, publish, distribute, and/or sell copies of
29644
+ the Data Files or Software, and to permit persons to whom the Data Files
29645
+ or Software are furnished to do so, provided that either
29646
+ (a) this copyright and permission notice appear with all copies
29647
+ of the Data Files or Software, or
29648
+ (b) this copyright and permission notice appear in associated
29649
+ Documentation.
29650
+
29651
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
29652
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
29653
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
29654
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
29655
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
29656
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
29657
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
29658
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
29659
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29660
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
29661
+
29662
+ Except as contained in this notice, the name of a copyright holder
29663
+ shall not be used in advertising or otherwise to promote the sale,
29664
+ use or other dealings in these Data Files or Software without prior
29665
+ written authorization of the copyright holder.
28709
29666
 
28710
29667
  ================================================================================
28711
- regex-syntax LICENSE-APACHE
29668
+ regex-syntax v0.7.4 LICENSE-APACHE
28712
29669
  ================================================================================
28713
29670
 
28714
29671
  Apache License
@@ -28914,7 +29871,7 @@ See the License for the specific language governing permissions and
28914
29871
  limitations under the License.
28915
29872
 
28916
29873
  ================================================================================
28917
- regex-syntax LICENSE-MIT
29874
+ regex-syntax v0.7.4 LICENSE-MIT
28918
29875
  ================================================================================
28919
29876
 
28920
29877
  Copyright (c) 2014 The Rust Project Developers
@@ -28944,7 +29901,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28944
29901
  DEALINGS IN THE SOFTWARE.
28945
29902
 
28946
29903
  ================================================================================
28947
- regex-syntax src/unicode_tables/LICENSE-UNICODE
29904
+ regex-syntax v0.7.4 src/unicode_tables/LICENSE-UNICODE
28948
29905
  ================================================================================
28949
29906
 
28950
29907
  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
@@ -33549,6 +34506,212 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
33549
34506
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
33550
34507
  DEALINGS IN THE SOFTWARE.
33551
34508
 
34509
+ ================================================================================
34510
+ sqlparser LICENSE.TXT
34511
+ ================================================================================
34512
+
34513
+ Apache License
34514
+ Version 2.0, January 2004
34515
+ http://www.apache.org/licenses/
34516
+
34517
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
34518
+
34519
+ 1. Definitions.
34520
+
34521
+ "License" shall mean the terms and conditions for use, reproduction,
34522
+ and distribution as defined by Sections 1 through 9 of this document.
34523
+
34524
+ "Licensor" shall mean the copyright owner or entity authorized by
34525
+ the copyright owner that is granting the License.
34526
+
34527
+ "Legal Entity" shall mean the union of the acting entity and all
34528
+ other entities that control, are controlled by, or are under common
34529
+ control with that entity. For the purposes of this definition,
34530
+ "control" means (i) the power, direct or indirect, to cause the
34531
+ direction or management of such entity, whether by contract or
34532
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
34533
+ outstanding shares, or (iii) beneficial ownership of such entity.
34534
+
34535
+ "You" (or "Your") shall mean an individual or Legal Entity
34536
+ exercising permissions granted by this License.
34537
+
34538
+ "Source" form shall mean the preferred form for making modifications,
34539
+ including but not limited to software source code, documentation
34540
+ source, and configuration files.
34541
+
34542
+ "Object" form shall mean any form resulting from mechanical
34543
+ transformation or translation of a Source form, including but
34544
+ not limited to compiled object code, generated documentation,
34545
+ and conversions to other media types.
34546
+
34547
+ "Work" shall mean the work of authorship, whether in Source or
34548
+ Object form, made available under the License, as indicated by a
34549
+ copyright notice that is included in or attached to the work
34550
+ (an example is provided in the Appendix below).
34551
+
34552
+ "Derivative Works" shall mean any work, whether in Source or Object
34553
+ form, that is based on (or derived from) the Work and for which the
34554
+ editorial revisions, annotations, elaborations, or other modifications
34555
+ represent, as a whole, an original work of authorship. For the purposes
34556
+ of this License, Derivative Works shall not include works that remain
34557
+ separable from, or merely link (or bind by name) to the interfaces of,
34558
+ the Work and Derivative Works thereof.
34559
+
34560
+ "Contribution" shall mean any work of authorship, including
34561
+ the original version of the Work and any modifications or additions
34562
+ to that Work or Derivative Works thereof, that is intentionally
34563
+ submitted to Licensor for inclusion in the Work by the copyright owner
34564
+ or by an individual or Legal Entity authorized to submit on behalf of
34565
+ the copyright owner. For the purposes of this definition, "submitted"
34566
+ means any form of electronic, verbal, or written communication sent
34567
+ to the Licensor or its representatives, including but not limited to
34568
+ communication on electronic mailing lists, source code control systems,
34569
+ and issue tracking systems that are managed by, or on behalf of, the
34570
+ Licensor for the purpose of discussing and improving the Work, but
34571
+ excluding communication that is conspicuously marked or otherwise
34572
+ designated in writing by the copyright owner as "Not a Contribution."
34573
+
34574
+ "Contributor" shall mean Licensor and any individual or Legal Entity
34575
+ on behalf of whom a Contribution has been received by Licensor and
34576
+ subsequently incorporated within the Work.
34577
+
34578
+ 2. Grant of Copyright License. Subject to the terms and conditions of
34579
+ this License, each Contributor hereby grants to You a perpetual,
34580
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34581
+ copyright license to reproduce, prepare Derivative Works of,
34582
+ publicly display, publicly perform, sublicense, and distribute the
34583
+ Work and such Derivative Works in Source or Object form.
34584
+
34585
+ 3. Grant of Patent License. Subject to the terms and conditions of
34586
+ this License, each Contributor hereby grants to You a perpetual,
34587
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34588
+ (except as stated in this section) patent license to make, have made,
34589
+ use, offer to sell, sell, import, and otherwise transfer the Work,
34590
+ where such license applies only to those patent claims licensable
34591
+ by such Contributor that are necessarily infringed by their
34592
+ Contribution(s) alone or by combination of their Contribution(s)
34593
+ with the Work to which such Contribution(s) was submitted. If You
34594
+ institute patent litigation against any entity (including a
34595
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
34596
+ or a Contribution incorporated within the Work constitutes direct
34597
+ or contributory patent infringement, then any patent licenses
34598
+ granted to You under this License for that Work shall terminate
34599
+ as of the date such litigation is filed.
34600
+
34601
+ 4. Redistribution. You may reproduce and distribute copies of the
34602
+ Work or Derivative Works thereof in any medium, with or without
34603
+ modifications, and in Source or Object form, provided that You
34604
+ meet the following conditions:
34605
+
34606
+ (a) You must give any other recipients of the Work or
34607
+ Derivative Works a copy of this License; and
34608
+
34609
+ (b) You must cause any modified files to carry prominent notices
34610
+ stating that You changed the files; and
34611
+
34612
+ (c) You must retain, in the Source form of any Derivative Works
34613
+ that You distribute, all copyright, patent, trademark, and
34614
+ attribution notices from the Source form of the Work,
34615
+ excluding those notices that do not pertain to any part of
34616
+ the Derivative Works; and
34617
+
34618
+ (d) If the Work includes a "NOTICE" text file as part of its
34619
+ distribution, then any Derivative Works that You distribute must
34620
+ include a readable copy of the attribution notices contained
34621
+ within such NOTICE file, excluding those notices that do not
34622
+ pertain to any part of the Derivative Works, in at least one
34623
+ of the following places: within a NOTICE text file distributed
34624
+ as part of the Derivative Works; within the Source form or
34625
+ documentation, if provided along with the Derivative Works; or,
34626
+ within a display generated by the Derivative Works, if and
34627
+ wherever such third-party notices normally appear. The contents
34628
+ of the NOTICE file are for informational purposes only and
34629
+ do not modify the License. You may add Your own attribution
34630
+ notices within Derivative Works that You distribute, alongside
34631
+ or as an addendum to the NOTICE text from the Work, provided
34632
+ that such additional attribution notices cannot be construed
34633
+ as modifying the License.
34634
+
34635
+ You may add Your own copyright statement to Your modifications and
34636
+ may provide additional or different license terms and conditions
34637
+ for use, reproduction, or distribution of Your modifications, or
34638
+ for any such Derivative Works as a whole, provided Your use,
34639
+ reproduction, and distribution of the Work otherwise complies with
34640
+ the conditions stated in this License.
34641
+
34642
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
34643
+ any Contribution intentionally submitted for inclusion in the Work
34644
+ by You to the Licensor shall be under the terms and conditions of
34645
+ this License, without any additional terms or conditions.
34646
+ Notwithstanding the above, nothing herein shall supersede or modify
34647
+ the terms of any separate license agreement you may have executed
34648
+ with Licensor regarding such Contributions.
34649
+
34650
+ 6. Trademarks. This License does not grant permission to use the trade
34651
+ names, trademarks, service marks, or product names of the Licensor,
34652
+ except as required for reasonable and customary use in describing the
34653
+ origin of the Work and reproducing the content of the NOTICE file.
34654
+
34655
+ 7. Disclaimer of Warranty. Unless required by applicable law or
34656
+ agreed to in writing, Licensor provides the Work (and each
34657
+ Contributor provides its Contributions) on an "AS IS" BASIS,
34658
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
34659
+ implied, including, without limitation, any warranties or conditions
34660
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
34661
+ PARTICULAR PURPOSE. You are solely responsible for determining the
34662
+ appropriateness of using or redistributing the Work and assume any
34663
+ risks associated with Your exercise of permissions under this License.
34664
+
34665
+ 8. Limitation of Liability. In no event and under no legal theory,
34666
+ whether in tort (including negligence), contract, or otherwise,
34667
+ unless required by applicable law (such as deliberate and grossly
34668
+ negligent acts) or agreed to in writing, shall any Contributor be
34669
+ liable to You for damages, including any direct, indirect, special,
34670
+ incidental, or consequential damages of any character arising as a
34671
+ result of this License or out of the use or inability to use the
34672
+ Work (including but not limited to damages for loss of goodwill,
34673
+ work stoppage, computer failure or malfunction, or any and all
34674
+ other commercial damages or losses), even if such Contributor
34675
+ has been advised of the possibility of such damages.
34676
+
34677
+ 9. Accepting Warranty or Additional Liability. While redistributing
34678
+ the Work or Derivative Works thereof, You may choose to offer,
34679
+ and charge a fee for, acceptance of support, warranty, indemnity,
34680
+ or other liability obligations and/or rights consistent with this
34681
+ License. However, in accepting such obligations, You may act only
34682
+ on Your own behalf and on Your sole responsibility, not on behalf
34683
+ of any other Contributor, and only if You agree to indemnify,
34684
+ defend, and hold each Contributor harmless for any liability
34685
+ incurred by, or claims asserted against, such Contributor by reason
34686
+ of your accepting any such warranty or additional liability.
34687
+
34688
+ END OF TERMS AND CONDITIONS
34689
+
34690
+ APPENDIX: How to apply the Apache License to your work.
34691
+
34692
+ To apply the Apache License to your work, attach the following
34693
+ boilerplate notice, with the fields enclosed by brackets "[]"
34694
+ replaced with your own identifying information. (Don't include
34695
+ the brackets!) The text should be enclosed in the appropriate
34696
+ comment syntax for the file format. We also recommend that a
34697
+ file or class name and description of purpose be included on the
34698
+ same "printed page" as the copyright notice for easier
34699
+ identification within third-party archives.
34700
+
34701
+ Copyright [yyyy] [name of copyright owner]
34702
+
34703
+ Licensed under the Apache License, Version 2.0 (the "License");
34704
+ you may not use this file except in compliance with the License.
34705
+ You may obtain a copy of the License at
34706
+
34707
+ http://www.apache.org/licenses/LICENSE-2.0
34708
+
34709
+ Unless required by applicable law or agreed to in writing, software
34710
+ distributed under the License is distributed on an "AS IS" BASIS,
34711
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34712
+ See the License for the specific language governing permissions and
34713
+ limitations under the License.
34714
+
33552
34715
  ================================================================================
33553
34716
  static_assertions LICENSE-APACHE
33554
34717
  ================================================================================
@@ -34494,7 +35657,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34494
35657
  SOFTWARE.
34495
35658
 
34496
35659
  ================================================================================
34497
- strum_macros LICENSE
35660
+ strum_macros v0.24.3 LICENSE
35661
+ ================================================================================
35662
+
35663
+ MIT License
35664
+
35665
+ Copyright (c) 2019 Peter Glotfelty
35666
+
35667
+ Permission is hereby granted, free of charge, to any person obtaining a copy
35668
+ of this software and associated documentation files (the "Software"), to deal
35669
+ in the Software without restriction, including without limitation the rights
35670
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35671
+ copies of the Software, and to permit persons to whom the Software is
35672
+ furnished to do so, subject to the following conditions:
35673
+
35674
+ The above copyright notice and this permission notice shall be included in all
35675
+ copies or substantial portions of the Software.
35676
+
35677
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35678
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35679
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35680
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35681
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35682
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35683
+ SOFTWARE.
35684
+
35685
+ ================================================================================
35686
+ strum_macros v0.25.1 LICENSE
34498
35687
  ================================================================================
34499
35688
 
34500
35689
  MIT License
@@ -34754,7 +35943,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
34754
35943
  DEALINGS IN THE SOFTWARE.
34755
35944
 
34756
35945
  ================================================================================
34757
- syn v2.0.11 LICENSE-APACHE
35946
+ syn v2.0.26 LICENSE-APACHE
34758
35947
  ================================================================================
34759
35948
 
34760
35949
  Apache License
@@ -34935,7 +36124,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
34935
36124
  END OF TERMS AND CONDITIONS
34936
36125
 
34937
36126
  ================================================================================
34938
- syn v2.0.11 LICENSE-MIT
36127
+ syn v2.0.26 LICENSE-MIT
34939
36128
  ================================================================================
34940
36129
 
34941
36130
  Permission is hereby granted, free of charge, to any
@@ -36880,7 +38069,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36880
38069
  DEALINGS IN THE SOFTWARE.
36881
38070
 
36882
38071
  ================================================================================
36883
- zstd v0.11.2+zstd.1.5.2 LICENSE
38072
+ zstd LICENSE
36884
38073
  ================================================================================
36885
38074
 
36886
38075
  The MIT License (MIT)
@@ -36893,26 +38082,7 @@ The above copyright notice and this permission notice shall be included in all c
36893
38082
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36894
38083
 
36895
38084
  ================================================================================
36896
- zstd v0.12.3+zstd.1.5.2 LICENSE
36897
- ================================================================================
36898
-
36899
- The MIT License (MIT)
36900
- Copyright (c) 2016 Alexandre Bury
36901
-
36902
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
36903
-
36904
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
36905
-
36906
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36907
-
36908
- ================================================================================
36909
- zstd-safe v5.0.2+zstd.1.5.2 LICENSE
36910
- ================================================================================
36911
-
36912
- MIT or Apache-2.0
36913
-
36914
- ================================================================================
36915
- zstd-safe v6.0.4+zstd.1.5.4 LICENSE
38085
+ zstd-safe LICENSE
36916
38086
  ================================================================================
36917
38087
 
36918
38088
  MIT or Apache-2.0