polars-df 0.9.0-x86_64-darwin → 0.10.0-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Cargo.lock +90 -45
- data/LICENSE-THIRD-PARTY.txt +602 -75
- data/README.md +1 -0
- data/lib/polars/3.1/polars.bundle +0 -0
- data/lib/polars/3.2/polars.bundle +0 -0
- data/lib/polars/3.3/polars.bundle +0 -0
- data/lib/polars/array_expr.rb +6 -2
- data/lib/polars/batched_csv_reader.rb +4 -2
- data/lib/polars/data_frame.rb +148 -74
- data/lib/polars/date_time_expr.rb +10 -4
- data/lib/polars/date_time_name_space.rb +9 -3
- data/lib/polars/expr.rb +37 -34
- data/lib/polars/functions/lazy.rb +3 -3
- data/lib/polars/functions/whenthen.rb +74 -5
- data/lib/polars/io.rb +18 -6
- data/lib/polars/lazy_frame.rb +39 -36
- data/lib/polars/list_expr.rb +6 -2
- data/lib/polars/series.rb +12 -10
- data/lib/polars/string_expr.rb +1 -0
- data/lib/polars/utils.rb +54 -0
- data/lib/polars/version.rb +1 -1
- data/lib/polars/whenthen.rb +83 -0
- data/lib/polars.rb +1 -2
- metadata +3 -4
- data/lib/polars/when.rb +0 -16
- data/lib/polars/when_then.rb +0 -19
data/LICENSE-THIRD-PARTY.txt
CHANGED
@@ -30,7 +30,7 @@ allocator-api2 v0.2.16
|
|
30
30
|
https://github.com/zakarumych/allocator-api2
|
31
31
|
MIT OR Apache-2.0
|
32
32
|
|
33
|
-
argminmax v0.6.
|
33
|
+
argminmax v0.6.2
|
34
34
|
https://github.com/jvdd/argminmax
|
35
35
|
MIT
|
36
36
|
|
@@ -110,7 +110,7 @@ cfg-if v1.0.0
|
|
110
110
|
https://github.com/alexcrichton/cfg-if
|
111
111
|
MIT/Apache-2.0
|
112
112
|
|
113
|
-
chrono v0.4.
|
113
|
+
chrono v0.4.35
|
114
114
|
https://github.com/chronotope/chrono
|
115
115
|
MIT OR Apache-2.0
|
116
116
|
|
@@ -373,7 +373,7 @@ lz4-sys v1.9.4
|
|
373
373
|
https://github.com/10xGenomics/lz4-rs
|
374
374
|
MIT
|
375
375
|
|
376
|
-
magnus v0.6.
|
376
|
+
magnus v0.6.3
|
377
377
|
https://github.com/matsadler/magnus
|
378
378
|
MIT
|
379
379
|
|
@@ -489,68 +489,70 @@ planus v0.3.1
|
|
489
489
|
https://github.com/planus-org/planus
|
490
490
|
MIT/Apache-2.0
|
491
491
|
|
492
|
-
polars v0.
|
492
|
+
polars v0.39.2
|
493
493
|
https://www.pola.rs/
|
494
494
|
MIT
|
495
495
|
|
496
|
-
polars-arrow v0.
|
496
|
+
polars-arrow v0.39.2
|
497
497
|
https://www.pola.rs/
|
498
|
+
MIT AND Apache-2.0
|
498
499
|
|
499
500
|
polars-arrow-format v0.1.0
|
500
501
|
https://github.com/polar-rs/arrow-format
|
501
502
|
|
502
|
-
polars-compute v0.
|
503
|
+
polars-compute v0.39.2
|
503
504
|
https://www.pola.rs/
|
504
505
|
MIT
|
505
506
|
|
506
|
-
polars-core v0.
|
507
|
+
polars-core v0.39.2
|
507
508
|
https://www.pola.rs/
|
508
509
|
MIT
|
509
510
|
|
510
|
-
polars-error v0.
|
511
|
+
polars-error v0.39.2
|
511
512
|
https://www.pola.rs/
|
512
513
|
MIT
|
513
514
|
|
514
|
-
polars-io v0.
|
515
|
+
polars-io v0.39.2
|
515
516
|
https://www.pola.rs/
|
516
517
|
MIT
|
517
518
|
|
518
|
-
polars-json v0.
|
519
|
+
polars-json v0.39.2
|
519
520
|
https://www.pola.rs/
|
520
521
|
MIT
|
521
522
|
|
522
|
-
polars-lazy v0.
|
523
|
+
polars-lazy v0.39.2
|
523
524
|
https://www.pola.rs/
|
524
525
|
MIT
|
525
526
|
|
526
|
-
polars-ops v0.
|
527
|
+
polars-ops v0.39.2
|
527
528
|
https://www.pola.rs/
|
528
529
|
MIT
|
529
530
|
|
530
|
-
polars-parquet v0.
|
531
|
+
polars-parquet v0.39.2
|
531
532
|
https://www.pola.rs/
|
533
|
+
MIT AND Apache-2.0
|
532
534
|
|
533
|
-
polars-pipe v0.
|
535
|
+
polars-pipe v0.39.2
|
534
536
|
https://www.pola.rs/
|
535
537
|
MIT
|
536
538
|
|
537
|
-
polars-plan v0.
|
539
|
+
polars-plan v0.39.2
|
538
540
|
https://www.pola.rs/
|
539
541
|
MIT
|
540
542
|
|
541
|
-
polars-row v0.
|
543
|
+
polars-row v0.39.2
|
542
544
|
https://www.pola.rs/
|
543
545
|
MIT
|
544
546
|
|
545
|
-
polars-sql v0.
|
547
|
+
polars-sql v0.39.2
|
546
548
|
https://www.pola.rs/
|
547
549
|
MIT
|
548
550
|
|
549
|
-
polars-time v0.
|
551
|
+
polars-time v0.39.2
|
550
552
|
https://www.pola.rs/
|
551
553
|
MIT
|
552
554
|
|
553
|
-
polars-utils v0.
|
555
|
+
polars-utils v0.39.2
|
554
556
|
https://www.pola.rs/
|
555
557
|
MIT
|
556
558
|
|
@@ -562,6 +564,10 @@ proc-macro2 v1.0.74
|
|
562
564
|
https://github.com/dtolnay/proc-macro2
|
563
565
|
MIT OR Apache-2.0
|
564
566
|
|
567
|
+
psm v0.1.21
|
568
|
+
https://github.com/rust-lang/stacker/
|
569
|
+
MIT OR Apache-2.0
|
570
|
+
|
565
571
|
quote v1.0.35
|
566
572
|
https://github.com/dtolnay/quote
|
567
573
|
MIT OR Apache-2.0
|
@@ -594,11 +600,11 @@ rayon-core v1.12.1
|
|
594
600
|
https://github.com/rayon-rs/rayon
|
595
601
|
MIT OR Apache-2.0
|
596
602
|
|
597
|
-
rb-sys v0.9.
|
603
|
+
rb-sys v0.9.97
|
598
604
|
https://github.com/oxidize-rb/rb-sys
|
599
605
|
MIT OR Apache-2.0
|
600
606
|
|
601
|
-
rb-sys-build v0.9.
|
607
|
+
rb-sys-build v0.9.97
|
602
608
|
https://github.com/oxidize-rb/rb-sys
|
603
609
|
MIT OR Apache-2.0
|
604
610
|
|
@@ -606,6 +612,14 @@ rb-sys-env v0.1.2
|
|
606
612
|
https://github.com/oxidize-rb/rb-sys
|
607
613
|
MIT OR Apache-2.0
|
608
614
|
|
615
|
+
recursive v0.1.1
|
616
|
+
https://github.com/orlp/recursive
|
617
|
+
MIT
|
618
|
+
|
619
|
+
recursive-proc-macro-impl v0.1.1
|
620
|
+
https://github.com/orlp/recursive
|
621
|
+
MIT
|
622
|
+
|
609
623
|
ref-cast v1.0.22
|
610
624
|
https://github.com/dtolnay/ref-cast
|
611
625
|
MIT OR Apache-2.0
|
@@ -706,6 +720,10 @@ sqlparser v0.39.0
|
|
706
720
|
https://github.com/sqlparser-rs/sqlparser-rs
|
707
721
|
Apache-2.0
|
708
722
|
|
723
|
+
stacker v0.1.15
|
724
|
+
https://github.com/rust-lang/stacker
|
725
|
+
MIT OR Apache-2.0
|
726
|
+
|
709
727
|
static_assertions v1.1.0
|
710
728
|
https://github.com/nvzqz/static-assertions-rs
|
711
729
|
MIT OR Apache-2.0
|
@@ -1479,6 +1497,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1479
1497
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1480
1498
|
SOFTWARE.
|
1481
1499
|
|
1500
|
+
================================================================================
|
1501
|
+
array-init-cursor LICENSE-MIT
|
1502
|
+
================================================================================
|
1503
|
+
|
1504
|
+
MIT License
|
1505
|
+
|
1506
|
+
Copyright (c) 2021 The Planus Project Developers
|
1507
|
+
|
1508
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1509
|
+
of this software and associated documentation files (the "Software"), to deal
|
1510
|
+
in the Software without restriction, including without limitation the rights
|
1511
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1512
|
+
copies of the Software, and to permit persons to whom the Software is
|
1513
|
+
furnished to do so, subject to the following conditions:
|
1514
|
+
|
1515
|
+
The above copyright notice and this permission notice shall be included in all
|
1516
|
+
copies or substantial portions of the Software.
|
1517
|
+
|
1518
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1519
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1520
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1521
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1522
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1523
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1524
|
+
SOFTWARE.
|
1525
|
+
|
1526
|
+
|
1482
1527
|
================================================================================
|
1483
1528
|
array-init-cursor LICENSE-APACHE
|
1484
1529
|
================================================================================
|
@@ -1661,33 +1706,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1661
1706
|
END OF TERMS AND CONDITIONS
|
1662
1707
|
|
1663
1708
|
|
1664
|
-
================================================================================
|
1665
|
-
array-init-cursor LICENSE-MIT
|
1666
|
-
================================================================================
|
1667
|
-
|
1668
|
-
MIT License
|
1669
|
-
|
1670
|
-
Copyright (c) 2021 The Planus Project Developers
|
1671
|
-
|
1672
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1673
|
-
of this software and associated documentation files (the "Software"), to deal
|
1674
|
-
in the Software without restriction, including without limitation the rights
|
1675
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1676
|
-
copies of the Software, and to permit persons to whom the Software is
|
1677
|
-
furnished to do so, subject to the following conditions:
|
1678
|
-
|
1679
|
-
The above copyright notice and this permission notice shall be included in all
|
1680
|
-
copies or substantial portions of the Software.
|
1681
|
-
|
1682
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1683
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1684
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1685
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1686
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1687
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1688
|
-
SOFTWARE.
|
1689
|
-
|
1690
|
-
|
1691
1709
|
================================================================================
|
1692
1710
|
async-stream LICENSE
|
1693
1711
|
================================================================================
|
@@ -24448,6 +24466,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24448
24466
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24449
24467
|
DEALINGS IN THE SOFTWARE.
|
24450
24468
|
|
24469
|
+
================================================================================
|
24470
|
+
planus LICENSE-MIT
|
24471
|
+
================================================================================
|
24472
|
+
|
24473
|
+
MIT License
|
24474
|
+
|
24475
|
+
Copyright (c) 2021 The Planus Project Developers
|
24476
|
+
|
24477
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24478
|
+
of this software and associated documentation files (the "Software"), to deal
|
24479
|
+
in the Software without restriction, including without limitation the rights
|
24480
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24481
|
+
copies of the Software, and to permit persons to whom the Software is
|
24482
|
+
furnished to do so, subject to the following conditions:
|
24483
|
+
|
24484
|
+
The above copyright notice and this permission notice shall be included in all
|
24485
|
+
copies or substantial portions of the Software.
|
24486
|
+
|
24487
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24488
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24489
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24490
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24491
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24492
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24493
|
+
SOFTWARE.
|
24494
|
+
|
24495
|
+
|
24451
24496
|
================================================================================
|
24452
24497
|
planus LICENSE-APACHE
|
24453
24498
|
================================================================================
|
@@ -24630,33 +24675,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
24630
24675
|
END OF TERMS AND CONDITIONS
|
24631
24676
|
|
24632
24677
|
|
24633
|
-
================================================================================
|
24634
|
-
planus LICENSE-MIT
|
24635
|
-
================================================================================
|
24636
|
-
|
24637
|
-
MIT License
|
24638
|
-
|
24639
|
-
Copyright (c) 2021 The Planus Project Developers
|
24640
|
-
|
24641
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24642
|
-
of this software and associated documentation files (the "Software"), to deal
|
24643
|
-
in the Software without restriction, including without limitation the rights
|
24644
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24645
|
-
copies of the Software, and to permit persons to whom the Software is
|
24646
|
-
furnished to do so, subject to the following conditions:
|
24647
|
-
|
24648
|
-
The above copyright notice and this permission notice shall be included in all
|
24649
|
-
copies or substantial portions of the Software.
|
24650
|
-
|
24651
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24652
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24653
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24654
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24655
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24656
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24657
|
-
SOFTWARE.
|
24658
|
-
|
24659
|
-
|
24660
24678
|
================================================================================
|
24661
24679
|
polars LICENSE
|
24662
24680
|
================================================================================
|
@@ -26258,6 +26276,233 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
26258
26276
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
26259
26277
|
DEALINGS IN THE SOFTWARE.
|
26260
26278
|
|
26279
|
+
================================================================================
|
26280
|
+
psm LICENSE-APACHE
|
26281
|
+
================================================================================
|
26282
|
+
|
26283
|
+
Apache License
|
26284
|
+
Version 2.0, January 2004
|
26285
|
+
http://www.apache.org/licenses/
|
26286
|
+
|
26287
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
26288
|
+
|
26289
|
+
1. Definitions.
|
26290
|
+
|
26291
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
26292
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
26293
|
+
|
26294
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
26295
|
+
the copyright owner that is granting the License.
|
26296
|
+
|
26297
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
26298
|
+
other entities that control, are controlled by, or are under common
|
26299
|
+
control with that entity. For the purposes of this definition,
|
26300
|
+
"control" means (i) the power, direct or indirect, to cause the
|
26301
|
+
direction or management of such entity, whether by contract or
|
26302
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
26303
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
26304
|
+
|
26305
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
26306
|
+
exercising permissions granted by this License.
|
26307
|
+
|
26308
|
+
"Source" form shall mean the preferred form for making modifications,
|
26309
|
+
including but not limited to software source code, documentation
|
26310
|
+
source, and configuration files.
|
26311
|
+
|
26312
|
+
"Object" form shall mean any form resulting from mechanical
|
26313
|
+
transformation or translation of a Source form, including but
|
26314
|
+
not limited to compiled object code, generated documentation,
|
26315
|
+
and conversions to other media types.
|
26316
|
+
|
26317
|
+
"Work" shall mean the work of authorship, whether in Source or
|
26318
|
+
Object form, made available under the License, as indicated by a
|
26319
|
+
copyright notice that is included in or attached to the work
|
26320
|
+
(an example is provided in the Appendix below).
|
26321
|
+
|
26322
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
26323
|
+
form, that is based on (or derived from) the Work and for which the
|
26324
|
+
editorial revisions, annotations, elaborations, or other modifications
|
26325
|
+
represent, as a whole, an original work of authorship. For the purposes
|
26326
|
+
of this License, Derivative Works shall not include works that remain
|
26327
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
26328
|
+
the Work and Derivative Works thereof.
|
26329
|
+
|
26330
|
+
"Contribution" shall mean any work of authorship, including
|
26331
|
+
the original version of the Work and any modifications or additions
|
26332
|
+
to that Work or Derivative Works thereof, that is intentionally
|
26333
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
26334
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
26335
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
26336
|
+
means any form of electronic, verbal, or written communication sent
|
26337
|
+
to the Licensor or its representatives, including but not limited to
|
26338
|
+
communication on electronic mailing lists, source code control systems,
|
26339
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
26340
|
+
Licensor for the purpose of discussing and improving the Work, but
|
26341
|
+
excluding communication that is conspicuously marked or otherwise
|
26342
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
26343
|
+
|
26344
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
26345
|
+
on behalf of whom a Contribution has been received by Licensor and
|
26346
|
+
subsequently incorporated within the Work.
|
26347
|
+
|
26348
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
26349
|
+
this License, each Contributor hereby grants to You a perpetual,
|
26350
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26351
|
+
copyright license to reproduce, prepare Derivative Works of,
|
26352
|
+
publicly display, publicly perform, sublicense, and distribute the
|
26353
|
+
Work and such Derivative Works in Source or Object form.
|
26354
|
+
|
26355
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
26356
|
+
this License, each Contributor hereby grants to You a perpetual,
|
26357
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26358
|
+
(except as stated in this section) patent license to make, have made,
|
26359
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
26360
|
+
where such license applies only to those patent claims licensable
|
26361
|
+
by such Contributor that are necessarily infringed by their
|
26362
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
26363
|
+
with the Work to which such Contribution(s) was submitted. If You
|
26364
|
+
institute patent litigation against any entity (including a
|
26365
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
26366
|
+
or a Contribution incorporated within the Work constitutes direct
|
26367
|
+
or contributory patent infringement, then any patent licenses
|
26368
|
+
granted to You under this License for that Work shall terminate
|
26369
|
+
as of the date such litigation is filed.
|
26370
|
+
|
26371
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
26372
|
+
Work or Derivative Works thereof in any medium, with or without
|
26373
|
+
modifications, and in Source or Object form, provided that You
|
26374
|
+
meet the following conditions:
|
26375
|
+
|
26376
|
+
(a) You must give any other recipients of the Work or
|
26377
|
+
Derivative Works a copy of this License; and
|
26378
|
+
|
26379
|
+
(b) You must cause any modified files to carry prominent notices
|
26380
|
+
stating that You changed the files; and
|
26381
|
+
|
26382
|
+
(c) You must retain, in the Source form of any Derivative Works
|
26383
|
+
that You distribute, all copyright, patent, trademark, and
|
26384
|
+
attribution notices from the Source form of the Work,
|
26385
|
+
excluding those notices that do not pertain to any part of
|
26386
|
+
the Derivative Works; and
|
26387
|
+
|
26388
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
26389
|
+
distribution, then any Derivative Works that You distribute must
|
26390
|
+
include a readable copy of the attribution notices contained
|
26391
|
+
within such NOTICE file, excluding those notices that do not
|
26392
|
+
pertain to any part of the Derivative Works, in at least one
|
26393
|
+
of the following places: within a NOTICE text file distributed
|
26394
|
+
as part of the Derivative Works; within the Source form or
|
26395
|
+
documentation, if provided along with the Derivative Works; or,
|
26396
|
+
within a display generated by the Derivative Works, if and
|
26397
|
+
wherever such third-party notices normally appear. The contents
|
26398
|
+
of the NOTICE file are for informational purposes only and
|
26399
|
+
do not modify the License. You may add Your own attribution
|
26400
|
+
notices within Derivative Works that You distribute, alongside
|
26401
|
+
or as an addendum to the NOTICE text from the Work, provided
|
26402
|
+
that such additional attribution notices cannot be construed
|
26403
|
+
as modifying the License.
|
26404
|
+
|
26405
|
+
You may add Your own copyright statement to Your modifications and
|
26406
|
+
may provide additional or different license terms and conditions
|
26407
|
+
for use, reproduction, or distribution of Your modifications, or
|
26408
|
+
for any such Derivative Works as a whole, provided Your use,
|
26409
|
+
reproduction, and distribution of the Work otherwise complies with
|
26410
|
+
the conditions stated in this License.
|
26411
|
+
|
26412
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
26413
|
+
any Contribution intentionally submitted for inclusion in the Work
|
26414
|
+
by You to the Licensor shall be under the terms and conditions of
|
26415
|
+
this License, without any additional terms or conditions.
|
26416
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
26417
|
+
the terms of any separate license agreement you may have executed
|
26418
|
+
with Licensor regarding such Contributions.
|
26419
|
+
|
26420
|
+
6. Trademarks. This License does not grant permission to use the trade
|
26421
|
+
names, trademarks, service marks, or product names of the Licensor,
|
26422
|
+
except as required for reasonable and customary use in describing the
|
26423
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
26424
|
+
|
26425
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
26426
|
+
agreed to in writing, Licensor provides the Work (and each
|
26427
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
26428
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
26429
|
+
implied, including, without limitation, any warranties or conditions
|
26430
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
26431
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
26432
|
+
appropriateness of using or redistributing the Work and assume any
|
26433
|
+
risks associated with Your exercise of permissions under this License.
|
26434
|
+
|
26435
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
26436
|
+
whether in tort (including negligence), contract, or otherwise,
|
26437
|
+
unless required by applicable law (such as deliberate and grossly
|
26438
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
26439
|
+
liable to You for damages, including any direct, indirect, special,
|
26440
|
+
incidental, or consequential damages of any character arising as a
|
26441
|
+
result of this License or out of the use or inability to use the
|
26442
|
+
Work (including but not limited to damages for loss of goodwill,
|
26443
|
+
work stoppage, computer failure or malfunction, or any and all
|
26444
|
+
other commercial damages or losses), even if such Contributor
|
26445
|
+
has been advised of the possibility of such damages.
|
26446
|
+
|
26447
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
26448
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
26449
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
26450
|
+
or other liability obligations and/or rights consistent with this
|
26451
|
+
License. However, in accepting such obligations, You may act only
|
26452
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
26453
|
+
of any other Contributor, and only if You agree to indemnify,
|
26454
|
+
defend, and hold each Contributor harmless for any liability
|
26455
|
+
incurred by, or claims asserted against, such Contributor by reason
|
26456
|
+
of your accepting any such warranty or additional liability.
|
26457
|
+
|
26458
|
+
END OF TERMS AND CONDITIONS
|
26459
|
+
|
26460
|
+
APPENDIX: How to apply the Apache License to your work.
|
26461
|
+
|
26462
|
+
To apply the Apache License to your work, attach the following
|
26463
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
26464
|
+
replaced with your own identifying information. (Don't include
|
26465
|
+
the brackets!) The text should be enclosed in the appropriate
|
26466
|
+
comment syntax for the file format. We also recommend that a
|
26467
|
+
file or class name and description of purpose be included on the
|
26468
|
+
same "printed page" as the copyright notice for easier
|
26469
|
+
identification within third-party archives.
|
26470
|
+
|
26471
|
+
Copyright [yyyy] [name of copyright owner]
|
26472
|
+
|
26473
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
26474
|
+
you may not use this file except in compliance with the License.
|
26475
|
+
You may obtain a copy of the License at
|
26476
|
+
|
26477
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
26478
|
+
|
26479
|
+
Unless required by applicable law or agreed to in writing, software
|
26480
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
26481
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
26482
|
+
See the License for the specific language governing permissions and
|
26483
|
+
limitations under the License.
|
26484
|
+
|
26485
|
+
================================================================================
|
26486
|
+
psm LICENSE-MIT
|
26487
|
+
================================================================================
|
26488
|
+
|
26489
|
+
Copyright © 2018, Simonas Kazlauskas
|
26490
|
+
|
26491
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
26492
|
+
associated documentation files (the "Software"), to deal in the Software without restriction,
|
26493
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
26494
|
+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
26495
|
+
furnished to do so, subject to the following conditions:
|
26496
|
+
|
26497
|
+
The above copyright notice and this permission notice shall be included in all copies or
|
26498
|
+
substantial portions of the Software.
|
26499
|
+
|
26500
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
26501
|
+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
26502
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
26503
|
+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
|
26504
|
+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
26505
|
+
|
26261
26506
|
================================================================================
|
26262
26507
|
quote LICENSE-APACHE
|
26263
26508
|
================================================================================
|
@@ -28522,6 +28767,52 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28522
28767
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28523
28768
|
SOFTWARE.
|
28524
28769
|
|
28770
|
+
================================================================================
|
28771
|
+
recursive LICENSE
|
28772
|
+
================================================================================
|
28773
|
+
|
28774
|
+
Copyright 2024, Orson R. L. Peters
|
28775
|
+
|
28776
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
28777
|
+
this software and associated documentation files (the “Software”), to deal in
|
28778
|
+
the Software without restriction, including without limitation the rights to
|
28779
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
28780
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
28781
|
+
subject to the following conditions:
|
28782
|
+
|
28783
|
+
The above copyright notice and this permission notice shall be included in all
|
28784
|
+
copies or substantial portions of the Software.
|
28785
|
+
|
28786
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28787
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
28788
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
28789
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
28790
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
28791
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
28792
|
+
|
28793
|
+
================================================================================
|
28794
|
+
recursive-proc-macro-impl LICENSE
|
28795
|
+
================================================================================
|
28796
|
+
|
28797
|
+
Copyright 2024, Orson R. L. Peters
|
28798
|
+
|
28799
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
28800
|
+
this software and associated documentation files (the “Software”), to deal in
|
28801
|
+
the Software without restriction, including without limitation the rights to
|
28802
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
28803
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
28804
|
+
subject to the following conditions:
|
28805
|
+
|
28806
|
+
The above copyright notice and this permission notice shall be included in all
|
28807
|
+
copies or substantial portions of the Software.
|
28808
|
+
|
28809
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28810
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
28811
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
28812
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
28813
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
28814
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
28815
|
+
|
28525
28816
|
================================================================================
|
28526
28817
|
ref-cast LICENSE-APACHE
|
28527
28818
|
================================================================================
|
@@ -33307,6 +33598,242 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
33307
33598
|
See the License for the specific language governing permissions and
|
33308
33599
|
limitations under the License.
|
33309
33600
|
|
33601
|
+
================================================================================
|
33602
|
+
stacker LICENSE-APACHE
|
33603
|
+
================================================================================
|
33604
|
+
|
33605
|
+
Apache License
|
33606
|
+
Version 2.0, January 2004
|
33607
|
+
http://www.apache.org/licenses/
|
33608
|
+
|
33609
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
33610
|
+
|
33611
|
+
1. Definitions.
|
33612
|
+
|
33613
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
33614
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
33615
|
+
|
33616
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
33617
|
+
the copyright owner that is granting the License.
|
33618
|
+
|
33619
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
33620
|
+
other entities that control, are controlled by, or are under common
|
33621
|
+
control with that entity. For the purposes of this definition,
|
33622
|
+
"control" means (i) the power, direct or indirect, to cause the
|
33623
|
+
direction or management of such entity, whether by contract or
|
33624
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
33625
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
33626
|
+
|
33627
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
33628
|
+
exercising permissions granted by this License.
|
33629
|
+
|
33630
|
+
"Source" form shall mean the preferred form for making modifications,
|
33631
|
+
including but not limited to software source code, documentation
|
33632
|
+
source, and configuration files.
|
33633
|
+
|
33634
|
+
"Object" form shall mean any form resulting from mechanical
|
33635
|
+
transformation or translation of a Source form, including but
|
33636
|
+
not limited to compiled object code, generated documentation,
|
33637
|
+
and conversions to other media types.
|
33638
|
+
|
33639
|
+
"Work" shall mean the work of authorship, whether in Source or
|
33640
|
+
Object form, made available under the License, as indicated by a
|
33641
|
+
copyright notice that is included in or attached to the work
|
33642
|
+
(an example is provided in the Appendix below).
|
33643
|
+
|
33644
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
33645
|
+
form, that is based on (or derived from) the Work and for which the
|
33646
|
+
editorial revisions, annotations, elaborations, or other modifications
|
33647
|
+
represent, as a whole, an original work of authorship. For the purposes
|
33648
|
+
of this License, Derivative Works shall not include works that remain
|
33649
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
33650
|
+
the Work and Derivative Works thereof.
|
33651
|
+
|
33652
|
+
"Contribution" shall mean any work of authorship, including
|
33653
|
+
the original version of the Work and any modifications or additions
|
33654
|
+
to that Work or Derivative Works thereof, that is intentionally
|
33655
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
33656
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
33657
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
33658
|
+
means any form of electronic, verbal, or written communication sent
|
33659
|
+
to the Licensor or its representatives, including but not limited to
|
33660
|
+
communication on electronic mailing lists, source code control systems,
|
33661
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
33662
|
+
Licensor for the purpose of discussing and improving the Work, but
|
33663
|
+
excluding communication that is conspicuously marked or otherwise
|
33664
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
33665
|
+
|
33666
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
33667
|
+
on behalf of whom a Contribution has been received by Licensor and
|
33668
|
+
subsequently incorporated within the Work.
|
33669
|
+
|
33670
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
33671
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33672
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33673
|
+
copyright license to reproduce, prepare Derivative Works of,
|
33674
|
+
publicly display, publicly perform, sublicense, and distribute the
|
33675
|
+
Work and such Derivative Works in Source or Object form.
|
33676
|
+
|
33677
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
33678
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33679
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33680
|
+
(except as stated in this section) patent license to make, have made,
|
33681
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
33682
|
+
where such license applies only to those patent claims licensable
|
33683
|
+
by such Contributor that are necessarily infringed by their
|
33684
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
33685
|
+
with the Work to which such Contribution(s) was submitted. If You
|
33686
|
+
institute patent litigation against any entity (including a
|
33687
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
33688
|
+
or a Contribution incorporated within the Work constitutes direct
|
33689
|
+
or contributory patent infringement, then any patent licenses
|
33690
|
+
granted to You under this License for that Work shall terminate
|
33691
|
+
as of the date such litigation is filed.
|
33692
|
+
|
33693
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
33694
|
+
Work or Derivative Works thereof in any medium, with or without
|
33695
|
+
modifications, and in Source or Object form, provided that You
|
33696
|
+
meet the following conditions:
|
33697
|
+
|
33698
|
+
(a) You must give any other recipients of the Work or
|
33699
|
+
Derivative Works a copy of this License; and
|
33700
|
+
|
33701
|
+
(b) You must cause any modified files to carry prominent notices
|
33702
|
+
stating that You changed the files; and
|
33703
|
+
|
33704
|
+
(c) You must retain, in the Source form of any Derivative Works
|
33705
|
+
that You distribute, all copyright, patent, trademark, and
|
33706
|
+
attribution notices from the Source form of the Work,
|
33707
|
+
excluding those notices that do not pertain to any part of
|
33708
|
+
the Derivative Works; and
|
33709
|
+
|
33710
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
33711
|
+
distribution, then any Derivative Works that You distribute must
|
33712
|
+
include a readable copy of the attribution notices contained
|
33713
|
+
within such NOTICE file, excluding those notices that do not
|
33714
|
+
pertain to any part of the Derivative Works, in at least one
|
33715
|
+
of the following places: within a NOTICE text file distributed
|
33716
|
+
as part of the Derivative Works; within the Source form or
|
33717
|
+
documentation, if provided along with the Derivative Works; or,
|
33718
|
+
within a display generated by the Derivative Works, if and
|
33719
|
+
wherever such third-party notices normally appear. The contents
|
33720
|
+
of the NOTICE file are for informational purposes only and
|
33721
|
+
do not modify the License. You may add Your own attribution
|
33722
|
+
notices within Derivative Works that You distribute, alongside
|
33723
|
+
or as an addendum to the NOTICE text from the Work, provided
|
33724
|
+
that such additional attribution notices cannot be construed
|
33725
|
+
as modifying the License.
|
33726
|
+
|
33727
|
+
You may add Your own copyright statement to Your modifications and
|
33728
|
+
may provide additional or different license terms and conditions
|
33729
|
+
for use, reproduction, or distribution of Your modifications, or
|
33730
|
+
for any such Derivative Works as a whole, provided Your use,
|
33731
|
+
reproduction, and distribution of the Work otherwise complies with
|
33732
|
+
the conditions stated in this License.
|
33733
|
+
|
33734
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
33735
|
+
any Contribution intentionally submitted for inclusion in the Work
|
33736
|
+
by You to the Licensor shall be under the terms and conditions of
|
33737
|
+
this License, without any additional terms or conditions.
|
33738
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
33739
|
+
the terms of any separate license agreement you may have executed
|
33740
|
+
with Licensor regarding such Contributions.
|
33741
|
+
|
33742
|
+
6. Trademarks. This License does not grant permission to use the trade
|
33743
|
+
names, trademarks, service marks, or product names of the Licensor,
|
33744
|
+
except as required for reasonable and customary use in describing the
|
33745
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
33746
|
+
|
33747
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
33748
|
+
agreed to in writing, Licensor provides the Work (and each
|
33749
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
33750
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
33751
|
+
implied, including, without limitation, any warranties or conditions
|
33752
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
33753
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
33754
|
+
appropriateness of using or redistributing the Work and assume any
|
33755
|
+
risks associated with Your exercise of permissions under this License.
|
33756
|
+
|
33757
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
33758
|
+
whether in tort (including negligence), contract, or otherwise,
|
33759
|
+
unless required by applicable law (such as deliberate and grossly
|
33760
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
33761
|
+
liable to You for damages, including any direct, indirect, special,
|
33762
|
+
incidental, or consequential damages of any character arising as a
|
33763
|
+
result of this License or out of the use or inability to use the
|
33764
|
+
Work (including but not limited to damages for loss of goodwill,
|
33765
|
+
work stoppage, computer failure or malfunction, or any and all
|
33766
|
+
other commercial damages or losses), even if such Contributor
|
33767
|
+
has been advised of the possibility of such damages.
|
33768
|
+
|
33769
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
33770
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
33771
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
33772
|
+
or other liability obligations and/or rights consistent with this
|
33773
|
+
License. However, in accepting such obligations, You may act only
|
33774
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
33775
|
+
of any other Contributor, and only if You agree to indemnify,
|
33776
|
+
defend, and hold each Contributor harmless for any liability
|
33777
|
+
incurred by, or claims asserted against, such Contributor by reason
|
33778
|
+
of your accepting any such warranty or additional liability.
|
33779
|
+
|
33780
|
+
END OF TERMS AND CONDITIONS
|
33781
|
+
|
33782
|
+
APPENDIX: How to apply the Apache License to your work.
|
33783
|
+
|
33784
|
+
To apply the Apache License to your work, attach the following
|
33785
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
33786
|
+
replaced with your own identifying information. (Don't include
|
33787
|
+
the brackets!) The text should be enclosed in the appropriate
|
33788
|
+
comment syntax for the file format. We also recommend that a
|
33789
|
+
file or class name and description of purpose be included on the
|
33790
|
+
same "printed page" as the copyright notice for easier
|
33791
|
+
identification within third-party archives.
|
33792
|
+
|
33793
|
+
Copyright [yyyy] [name of copyright owner]
|
33794
|
+
|
33795
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
33796
|
+
you may not use this file except in compliance with the License.
|
33797
|
+
You may obtain a copy of the License at
|
33798
|
+
|
33799
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33800
|
+
|
33801
|
+
Unless required by applicable law or agreed to in writing, software
|
33802
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33803
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33804
|
+
See the License for the specific language governing permissions and
|
33805
|
+
limitations under the License.
|
33806
|
+
|
33807
|
+
================================================================================
|
33808
|
+
stacker LICENSE-MIT
|
33809
|
+
================================================================================
|
33810
|
+
|
33811
|
+
Copyright (c) 2014 Alex Crichton
|
33812
|
+
|
33813
|
+
Permission is hereby granted, free of charge, to any
|
33814
|
+
person obtaining a copy of this software and associated
|
33815
|
+
documentation files (the "Software"), to deal in the
|
33816
|
+
Software without restriction, including without
|
33817
|
+
limitation the rights to use, copy, modify, merge,
|
33818
|
+
publish, distribute, sublicense, and/or sell copies of
|
33819
|
+
the Software, and to permit persons to whom the Software
|
33820
|
+
is furnished to do so, subject to the following
|
33821
|
+
conditions:
|
33822
|
+
|
33823
|
+
The above copyright notice and this permission notice
|
33824
|
+
shall be included in all copies or substantial portions
|
33825
|
+
of the Software.
|
33826
|
+
|
33827
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
33828
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
33829
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
33830
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
33831
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
33832
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
33833
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
33834
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
33835
|
+
DEALINGS IN THE SOFTWARE.
|
33836
|
+
|
33310
33837
|
================================================================================
|
33311
33838
|
static_assertions LICENSE-APACHE
|
33312
33839
|
================================================================================
|