polars-df 0.9.0-x86_64-linux → 0.10.0-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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.so +0 -0
- data/lib/polars/3.2/polars.so +0 -0
- data/lib/polars/3.3/polars.so +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
|
|
@@ -485,68 +485,70 @@ planus v0.3.1
|
|
485
485
|
https://github.com/planus-org/planus
|
486
486
|
MIT/Apache-2.0
|
487
487
|
|
488
|
-
polars v0.
|
488
|
+
polars v0.39.2
|
489
489
|
https://www.pola.rs/
|
490
490
|
MIT
|
491
491
|
|
492
|
-
polars-arrow v0.
|
492
|
+
polars-arrow v0.39.2
|
493
493
|
https://www.pola.rs/
|
494
|
+
MIT AND Apache-2.0
|
494
495
|
|
495
496
|
polars-arrow-format v0.1.0
|
496
497
|
https://github.com/polar-rs/arrow-format
|
497
498
|
|
498
|
-
polars-compute v0.
|
499
|
+
polars-compute v0.39.2
|
499
500
|
https://www.pola.rs/
|
500
501
|
MIT
|
501
502
|
|
502
|
-
polars-core v0.
|
503
|
+
polars-core v0.39.2
|
503
504
|
https://www.pola.rs/
|
504
505
|
MIT
|
505
506
|
|
506
|
-
polars-error v0.
|
507
|
+
polars-error v0.39.2
|
507
508
|
https://www.pola.rs/
|
508
509
|
MIT
|
509
510
|
|
510
|
-
polars-io v0.
|
511
|
+
polars-io v0.39.2
|
511
512
|
https://www.pola.rs/
|
512
513
|
MIT
|
513
514
|
|
514
|
-
polars-json v0.
|
515
|
+
polars-json v0.39.2
|
515
516
|
https://www.pola.rs/
|
516
517
|
MIT
|
517
518
|
|
518
|
-
polars-lazy v0.
|
519
|
+
polars-lazy v0.39.2
|
519
520
|
https://www.pola.rs/
|
520
521
|
MIT
|
521
522
|
|
522
|
-
polars-ops v0.
|
523
|
+
polars-ops v0.39.2
|
523
524
|
https://www.pola.rs/
|
524
525
|
MIT
|
525
526
|
|
526
|
-
polars-parquet v0.
|
527
|
+
polars-parquet v0.39.2
|
527
528
|
https://www.pola.rs/
|
529
|
+
MIT AND Apache-2.0
|
528
530
|
|
529
|
-
polars-pipe v0.
|
531
|
+
polars-pipe v0.39.2
|
530
532
|
https://www.pola.rs/
|
531
533
|
MIT
|
532
534
|
|
533
|
-
polars-plan v0.
|
535
|
+
polars-plan v0.39.2
|
534
536
|
https://www.pola.rs/
|
535
537
|
MIT
|
536
538
|
|
537
|
-
polars-row v0.
|
539
|
+
polars-row v0.39.2
|
538
540
|
https://www.pola.rs/
|
539
541
|
MIT
|
540
542
|
|
541
|
-
polars-sql v0.
|
543
|
+
polars-sql v0.39.2
|
542
544
|
https://www.pola.rs/
|
543
545
|
MIT
|
544
546
|
|
545
|
-
polars-time v0.
|
547
|
+
polars-time v0.39.2
|
546
548
|
https://www.pola.rs/
|
547
549
|
MIT
|
548
550
|
|
549
|
-
polars-utils v0.
|
551
|
+
polars-utils v0.39.2
|
550
552
|
https://www.pola.rs/
|
551
553
|
MIT
|
552
554
|
|
@@ -558,6 +560,10 @@ proc-macro2 v1.0.74
|
|
558
560
|
https://github.com/dtolnay/proc-macro2
|
559
561
|
MIT OR Apache-2.0
|
560
562
|
|
563
|
+
psm v0.1.21
|
564
|
+
https://github.com/rust-lang/stacker/
|
565
|
+
MIT OR Apache-2.0
|
566
|
+
|
561
567
|
quote v1.0.35
|
562
568
|
https://github.com/dtolnay/quote
|
563
569
|
MIT OR Apache-2.0
|
@@ -590,11 +596,11 @@ rayon-core v1.12.1
|
|
590
596
|
https://github.com/rayon-rs/rayon
|
591
597
|
MIT OR Apache-2.0
|
592
598
|
|
593
|
-
rb-sys v0.9.
|
599
|
+
rb-sys v0.9.97
|
594
600
|
https://github.com/oxidize-rb/rb-sys
|
595
601
|
MIT OR Apache-2.0
|
596
602
|
|
597
|
-
rb-sys-build v0.9.
|
603
|
+
rb-sys-build v0.9.97
|
598
604
|
https://github.com/oxidize-rb/rb-sys
|
599
605
|
MIT OR Apache-2.0
|
600
606
|
|
@@ -602,6 +608,14 @@ rb-sys-env v0.1.2
|
|
602
608
|
https://github.com/oxidize-rb/rb-sys
|
603
609
|
MIT OR Apache-2.0
|
604
610
|
|
611
|
+
recursive v0.1.1
|
612
|
+
https://github.com/orlp/recursive
|
613
|
+
MIT
|
614
|
+
|
615
|
+
recursive-proc-macro-impl v0.1.1
|
616
|
+
https://github.com/orlp/recursive
|
617
|
+
MIT
|
618
|
+
|
605
619
|
ref-cast v1.0.22
|
606
620
|
https://github.com/dtolnay/ref-cast
|
607
621
|
MIT OR Apache-2.0
|
@@ -702,6 +716,10 @@ sqlparser v0.39.0
|
|
702
716
|
https://github.com/sqlparser-rs/sqlparser-rs
|
703
717
|
Apache-2.0
|
704
718
|
|
719
|
+
stacker v0.1.15
|
720
|
+
https://github.com/rust-lang/stacker
|
721
|
+
MIT OR Apache-2.0
|
722
|
+
|
705
723
|
static_assertions v1.1.0
|
706
724
|
https://github.com/nvzqz/static-assertions-rs
|
707
725
|
MIT OR Apache-2.0
|
@@ -1475,6 +1493,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1475
1493
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1476
1494
|
SOFTWARE.
|
1477
1495
|
|
1496
|
+
================================================================================
|
1497
|
+
array-init-cursor LICENSE-MIT
|
1498
|
+
================================================================================
|
1499
|
+
|
1500
|
+
MIT License
|
1501
|
+
|
1502
|
+
Copyright (c) 2021 The Planus Project Developers
|
1503
|
+
|
1504
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1505
|
+
of this software and associated documentation files (the "Software"), to deal
|
1506
|
+
in the Software without restriction, including without limitation the rights
|
1507
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1508
|
+
copies of the Software, and to permit persons to whom the Software is
|
1509
|
+
furnished to do so, subject to the following conditions:
|
1510
|
+
|
1511
|
+
The above copyright notice and this permission notice shall be included in all
|
1512
|
+
copies or substantial portions of the Software.
|
1513
|
+
|
1514
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1515
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1516
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1517
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1518
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1519
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1520
|
+
SOFTWARE.
|
1521
|
+
|
1522
|
+
|
1478
1523
|
================================================================================
|
1479
1524
|
array-init-cursor LICENSE-APACHE
|
1480
1525
|
================================================================================
|
@@ -1657,33 +1702,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1657
1702
|
END OF TERMS AND CONDITIONS
|
1658
1703
|
|
1659
1704
|
|
1660
|
-
================================================================================
|
1661
|
-
array-init-cursor LICENSE-MIT
|
1662
|
-
================================================================================
|
1663
|
-
|
1664
|
-
MIT License
|
1665
|
-
|
1666
|
-
Copyright (c) 2021 The Planus Project Developers
|
1667
|
-
|
1668
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1669
|
-
of this software and associated documentation files (the "Software"), to deal
|
1670
|
-
in the Software without restriction, including without limitation the rights
|
1671
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1672
|
-
copies of the Software, and to permit persons to whom the Software is
|
1673
|
-
furnished to do so, subject to the following conditions:
|
1674
|
-
|
1675
|
-
The above copyright notice and this permission notice shall be included in all
|
1676
|
-
copies or substantial portions of the Software.
|
1677
|
-
|
1678
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1679
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1680
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1681
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1682
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1683
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1684
|
-
SOFTWARE.
|
1685
|
-
|
1686
|
-
|
1687
1705
|
================================================================================
|
1688
1706
|
async-stream LICENSE
|
1689
1707
|
================================================================================
|
@@ -24626,6 +24644,33 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
24626
24644
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
24627
24645
|
DEALINGS IN THE SOFTWARE.
|
24628
24646
|
|
24647
|
+
================================================================================
|
24648
|
+
planus LICENSE-MIT
|
24649
|
+
================================================================================
|
24650
|
+
|
24651
|
+
MIT License
|
24652
|
+
|
24653
|
+
Copyright (c) 2021 The Planus Project Developers
|
24654
|
+
|
24655
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24656
|
+
of this software and associated documentation files (the "Software"), to deal
|
24657
|
+
in the Software without restriction, including without limitation the rights
|
24658
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24659
|
+
copies of the Software, and to permit persons to whom the Software is
|
24660
|
+
furnished to do so, subject to the following conditions:
|
24661
|
+
|
24662
|
+
The above copyright notice and this permission notice shall be included in all
|
24663
|
+
copies or substantial portions of the Software.
|
24664
|
+
|
24665
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24666
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24667
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24668
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24669
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24670
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24671
|
+
SOFTWARE.
|
24672
|
+
|
24673
|
+
|
24629
24674
|
================================================================================
|
24630
24675
|
planus LICENSE-APACHE
|
24631
24676
|
================================================================================
|
@@ -24808,33 +24853,6 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
24808
24853
|
END OF TERMS AND CONDITIONS
|
24809
24854
|
|
24810
24855
|
|
24811
|
-
================================================================================
|
24812
|
-
planus LICENSE-MIT
|
24813
|
-
================================================================================
|
24814
|
-
|
24815
|
-
MIT License
|
24816
|
-
|
24817
|
-
Copyright (c) 2021 The Planus Project Developers
|
24818
|
-
|
24819
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
24820
|
-
of this software and associated documentation files (the "Software"), to deal
|
24821
|
-
in the Software without restriction, including without limitation the rights
|
24822
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
24823
|
-
copies of the Software, and to permit persons to whom the Software is
|
24824
|
-
furnished to do so, subject to the following conditions:
|
24825
|
-
|
24826
|
-
The above copyright notice and this permission notice shall be included in all
|
24827
|
-
copies or substantial portions of the Software.
|
24828
|
-
|
24829
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
24830
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
24831
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24832
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24833
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24834
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
24835
|
-
SOFTWARE.
|
24836
|
-
|
24837
|
-
|
24838
24856
|
================================================================================
|
24839
24857
|
polars LICENSE
|
24840
24858
|
================================================================================
|
@@ -26436,6 +26454,233 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
26436
26454
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
26437
26455
|
DEALINGS IN THE SOFTWARE.
|
26438
26456
|
|
26457
|
+
================================================================================
|
26458
|
+
psm LICENSE-APACHE
|
26459
|
+
================================================================================
|
26460
|
+
|
26461
|
+
Apache License
|
26462
|
+
Version 2.0, January 2004
|
26463
|
+
http://www.apache.org/licenses/
|
26464
|
+
|
26465
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
26466
|
+
|
26467
|
+
1. Definitions.
|
26468
|
+
|
26469
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
26470
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
26471
|
+
|
26472
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
26473
|
+
the copyright owner that is granting the License.
|
26474
|
+
|
26475
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
26476
|
+
other entities that control, are controlled by, or are under common
|
26477
|
+
control with that entity. For the purposes of this definition,
|
26478
|
+
"control" means (i) the power, direct or indirect, to cause the
|
26479
|
+
direction or management of such entity, whether by contract or
|
26480
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
26481
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
26482
|
+
|
26483
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
26484
|
+
exercising permissions granted by this License.
|
26485
|
+
|
26486
|
+
"Source" form shall mean the preferred form for making modifications,
|
26487
|
+
including but not limited to software source code, documentation
|
26488
|
+
source, and configuration files.
|
26489
|
+
|
26490
|
+
"Object" form shall mean any form resulting from mechanical
|
26491
|
+
transformation or translation of a Source form, including but
|
26492
|
+
not limited to compiled object code, generated documentation,
|
26493
|
+
and conversions to other media types.
|
26494
|
+
|
26495
|
+
"Work" shall mean the work of authorship, whether in Source or
|
26496
|
+
Object form, made available under the License, as indicated by a
|
26497
|
+
copyright notice that is included in or attached to the work
|
26498
|
+
(an example is provided in the Appendix below).
|
26499
|
+
|
26500
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
26501
|
+
form, that is based on (or derived from) the Work and for which the
|
26502
|
+
editorial revisions, annotations, elaborations, or other modifications
|
26503
|
+
represent, as a whole, an original work of authorship. For the purposes
|
26504
|
+
of this License, Derivative Works shall not include works that remain
|
26505
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
26506
|
+
the Work and Derivative Works thereof.
|
26507
|
+
|
26508
|
+
"Contribution" shall mean any work of authorship, including
|
26509
|
+
the original version of the Work and any modifications or additions
|
26510
|
+
to that Work or Derivative Works thereof, that is intentionally
|
26511
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
26512
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
26513
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
26514
|
+
means any form of electronic, verbal, or written communication sent
|
26515
|
+
to the Licensor or its representatives, including but not limited to
|
26516
|
+
communication on electronic mailing lists, source code control systems,
|
26517
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
26518
|
+
Licensor for the purpose of discussing and improving the Work, but
|
26519
|
+
excluding communication that is conspicuously marked or otherwise
|
26520
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
26521
|
+
|
26522
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
26523
|
+
on behalf of whom a Contribution has been received by Licensor and
|
26524
|
+
subsequently incorporated within the Work.
|
26525
|
+
|
26526
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
26527
|
+
this License, each Contributor hereby grants to You a perpetual,
|
26528
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26529
|
+
copyright license to reproduce, prepare Derivative Works of,
|
26530
|
+
publicly display, publicly perform, sublicense, and distribute the
|
26531
|
+
Work and such Derivative Works in Source or Object form.
|
26532
|
+
|
26533
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
26534
|
+
this License, each Contributor hereby grants to You a perpetual,
|
26535
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
26536
|
+
(except as stated in this section) patent license to make, have made,
|
26537
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
26538
|
+
where such license applies only to those patent claims licensable
|
26539
|
+
by such Contributor that are necessarily infringed by their
|
26540
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
26541
|
+
with the Work to which such Contribution(s) was submitted. If You
|
26542
|
+
institute patent litigation against any entity (including a
|
26543
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
26544
|
+
or a Contribution incorporated within the Work constitutes direct
|
26545
|
+
or contributory patent infringement, then any patent licenses
|
26546
|
+
granted to You under this License for that Work shall terminate
|
26547
|
+
as of the date such litigation is filed.
|
26548
|
+
|
26549
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
26550
|
+
Work or Derivative Works thereof in any medium, with or without
|
26551
|
+
modifications, and in Source or Object form, provided that You
|
26552
|
+
meet the following conditions:
|
26553
|
+
|
26554
|
+
(a) You must give any other recipients of the Work or
|
26555
|
+
Derivative Works a copy of this License; and
|
26556
|
+
|
26557
|
+
(b) You must cause any modified files to carry prominent notices
|
26558
|
+
stating that You changed the files; and
|
26559
|
+
|
26560
|
+
(c) You must retain, in the Source form of any Derivative Works
|
26561
|
+
that You distribute, all copyright, patent, trademark, and
|
26562
|
+
attribution notices from the Source form of the Work,
|
26563
|
+
excluding those notices that do not pertain to any part of
|
26564
|
+
the Derivative Works; and
|
26565
|
+
|
26566
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
26567
|
+
distribution, then any Derivative Works that You distribute must
|
26568
|
+
include a readable copy of the attribution notices contained
|
26569
|
+
within such NOTICE file, excluding those notices that do not
|
26570
|
+
pertain to any part of the Derivative Works, in at least one
|
26571
|
+
of the following places: within a NOTICE text file distributed
|
26572
|
+
as part of the Derivative Works; within the Source form or
|
26573
|
+
documentation, if provided along with the Derivative Works; or,
|
26574
|
+
within a display generated by the Derivative Works, if and
|
26575
|
+
wherever such third-party notices normally appear. The contents
|
26576
|
+
of the NOTICE file are for informational purposes only and
|
26577
|
+
do not modify the License. You may add Your own attribution
|
26578
|
+
notices within Derivative Works that You distribute, alongside
|
26579
|
+
or as an addendum to the NOTICE text from the Work, provided
|
26580
|
+
that such additional attribution notices cannot be construed
|
26581
|
+
as modifying the License.
|
26582
|
+
|
26583
|
+
You may add Your own copyright statement to Your modifications and
|
26584
|
+
may provide additional or different license terms and conditions
|
26585
|
+
for use, reproduction, or distribution of Your modifications, or
|
26586
|
+
for any such Derivative Works as a whole, provided Your use,
|
26587
|
+
reproduction, and distribution of the Work otherwise complies with
|
26588
|
+
the conditions stated in this License.
|
26589
|
+
|
26590
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
26591
|
+
any Contribution intentionally submitted for inclusion in the Work
|
26592
|
+
by You to the Licensor shall be under the terms and conditions of
|
26593
|
+
this License, without any additional terms or conditions.
|
26594
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
26595
|
+
the terms of any separate license agreement you may have executed
|
26596
|
+
with Licensor regarding such Contributions.
|
26597
|
+
|
26598
|
+
6. Trademarks. This License does not grant permission to use the trade
|
26599
|
+
names, trademarks, service marks, or product names of the Licensor,
|
26600
|
+
except as required for reasonable and customary use in describing the
|
26601
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
26602
|
+
|
26603
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
26604
|
+
agreed to in writing, Licensor provides the Work (and each
|
26605
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
26606
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
26607
|
+
implied, including, without limitation, any warranties or conditions
|
26608
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
26609
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
26610
|
+
appropriateness of using or redistributing the Work and assume any
|
26611
|
+
risks associated with Your exercise of permissions under this License.
|
26612
|
+
|
26613
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
26614
|
+
whether in tort (including negligence), contract, or otherwise,
|
26615
|
+
unless required by applicable law (such as deliberate and grossly
|
26616
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
26617
|
+
liable to You for damages, including any direct, indirect, special,
|
26618
|
+
incidental, or consequential damages of any character arising as a
|
26619
|
+
result of this License or out of the use or inability to use the
|
26620
|
+
Work (including but not limited to damages for loss of goodwill,
|
26621
|
+
work stoppage, computer failure or malfunction, or any and all
|
26622
|
+
other commercial damages or losses), even if such Contributor
|
26623
|
+
has been advised of the possibility of such damages.
|
26624
|
+
|
26625
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
26626
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
26627
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
26628
|
+
or other liability obligations and/or rights consistent with this
|
26629
|
+
License. However, in accepting such obligations, You may act only
|
26630
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
26631
|
+
of any other Contributor, and only if You agree to indemnify,
|
26632
|
+
defend, and hold each Contributor harmless for any liability
|
26633
|
+
incurred by, or claims asserted against, such Contributor by reason
|
26634
|
+
of your accepting any such warranty or additional liability.
|
26635
|
+
|
26636
|
+
END OF TERMS AND CONDITIONS
|
26637
|
+
|
26638
|
+
APPENDIX: How to apply the Apache License to your work.
|
26639
|
+
|
26640
|
+
To apply the Apache License to your work, attach the following
|
26641
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
26642
|
+
replaced with your own identifying information. (Don't include
|
26643
|
+
the brackets!) The text should be enclosed in the appropriate
|
26644
|
+
comment syntax for the file format. We also recommend that a
|
26645
|
+
file or class name and description of purpose be included on the
|
26646
|
+
same "printed page" as the copyright notice for easier
|
26647
|
+
identification within third-party archives.
|
26648
|
+
|
26649
|
+
Copyright [yyyy] [name of copyright owner]
|
26650
|
+
|
26651
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
26652
|
+
you may not use this file except in compliance with the License.
|
26653
|
+
You may obtain a copy of the License at
|
26654
|
+
|
26655
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
26656
|
+
|
26657
|
+
Unless required by applicable law or agreed to in writing, software
|
26658
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
26659
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
26660
|
+
See the License for the specific language governing permissions and
|
26661
|
+
limitations under the License.
|
26662
|
+
|
26663
|
+
================================================================================
|
26664
|
+
psm LICENSE-MIT
|
26665
|
+
================================================================================
|
26666
|
+
|
26667
|
+
Copyright © 2018, Simonas Kazlauskas
|
26668
|
+
|
26669
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
26670
|
+
associated documentation files (the "Software"), to deal in the Software without restriction,
|
26671
|
+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
26672
|
+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
26673
|
+
furnished to do so, subject to the following conditions:
|
26674
|
+
|
26675
|
+
The above copyright notice and this permission notice shall be included in all copies or
|
26676
|
+
substantial portions of the Software.
|
26677
|
+
|
26678
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
26679
|
+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
26680
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
26681
|
+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
|
26682
|
+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
26683
|
+
|
26439
26684
|
================================================================================
|
26440
26685
|
quote LICENSE-APACHE
|
26441
26686
|
================================================================================
|
@@ -28700,6 +28945,52 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28700
28945
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
28701
28946
|
SOFTWARE.
|
28702
28947
|
|
28948
|
+
================================================================================
|
28949
|
+
recursive LICENSE
|
28950
|
+
================================================================================
|
28951
|
+
|
28952
|
+
Copyright 2024, Orson R. L. Peters
|
28953
|
+
|
28954
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
28955
|
+
this software and associated documentation files (the “Software”), to deal in
|
28956
|
+
the Software without restriction, including without limitation the rights to
|
28957
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
28958
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
28959
|
+
subject to the following conditions:
|
28960
|
+
|
28961
|
+
The above copyright notice and this permission notice shall be included in all
|
28962
|
+
copies or substantial portions of the Software.
|
28963
|
+
|
28964
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28965
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
28966
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
28967
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
28968
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
28969
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
28970
|
+
|
28971
|
+
================================================================================
|
28972
|
+
recursive-proc-macro-impl LICENSE
|
28973
|
+
================================================================================
|
28974
|
+
|
28975
|
+
Copyright 2024, Orson R. L. Peters
|
28976
|
+
|
28977
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
28978
|
+
this software and associated documentation files (the “Software”), to deal in
|
28979
|
+
the Software without restriction, including without limitation the rights to
|
28980
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
28981
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
28982
|
+
subject to the following conditions:
|
28983
|
+
|
28984
|
+
The above copyright notice and this permission notice shall be included in all
|
28985
|
+
copies or substantial portions of the Software.
|
28986
|
+
|
28987
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
28988
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
28989
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
28990
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
28991
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
28992
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
28993
|
+
|
28703
28994
|
================================================================================
|
28704
28995
|
ref-cast LICENSE-APACHE
|
28705
28996
|
================================================================================
|
@@ -33485,6 +33776,242 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
33485
33776
|
See the License for the specific language governing permissions and
|
33486
33777
|
limitations under the License.
|
33487
33778
|
|
33779
|
+
================================================================================
|
33780
|
+
stacker LICENSE-APACHE
|
33781
|
+
================================================================================
|
33782
|
+
|
33783
|
+
Apache License
|
33784
|
+
Version 2.0, January 2004
|
33785
|
+
http://www.apache.org/licenses/
|
33786
|
+
|
33787
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
33788
|
+
|
33789
|
+
1. Definitions.
|
33790
|
+
|
33791
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
33792
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
33793
|
+
|
33794
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
33795
|
+
the copyright owner that is granting the License.
|
33796
|
+
|
33797
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
33798
|
+
other entities that control, are controlled by, or are under common
|
33799
|
+
control with that entity. For the purposes of this definition,
|
33800
|
+
"control" means (i) the power, direct or indirect, to cause the
|
33801
|
+
direction or management of such entity, whether by contract or
|
33802
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
33803
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
33804
|
+
|
33805
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
33806
|
+
exercising permissions granted by this License.
|
33807
|
+
|
33808
|
+
"Source" form shall mean the preferred form for making modifications,
|
33809
|
+
including but not limited to software source code, documentation
|
33810
|
+
source, and configuration files.
|
33811
|
+
|
33812
|
+
"Object" form shall mean any form resulting from mechanical
|
33813
|
+
transformation or translation of a Source form, including but
|
33814
|
+
not limited to compiled object code, generated documentation,
|
33815
|
+
and conversions to other media types.
|
33816
|
+
|
33817
|
+
"Work" shall mean the work of authorship, whether in Source or
|
33818
|
+
Object form, made available under the License, as indicated by a
|
33819
|
+
copyright notice that is included in or attached to the work
|
33820
|
+
(an example is provided in the Appendix below).
|
33821
|
+
|
33822
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
33823
|
+
form, that is based on (or derived from) the Work and for which the
|
33824
|
+
editorial revisions, annotations, elaborations, or other modifications
|
33825
|
+
represent, as a whole, an original work of authorship. For the purposes
|
33826
|
+
of this License, Derivative Works shall not include works that remain
|
33827
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
33828
|
+
the Work and Derivative Works thereof.
|
33829
|
+
|
33830
|
+
"Contribution" shall mean any work of authorship, including
|
33831
|
+
the original version of the Work and any modifications or additions
|
33832
|
+
to that Work or Derivative Works thereof, that is intentionally
|
33833
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
33834
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
33835
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
33836
|
+
means any form of electronic, verbal, or written communication sent
|
33837
|
+
to the Licensor or its representatives, including but not limited to
|
33838
|
+
communication on electronic mailing lists, source code control systems,
|
33839
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
33840
|
+
Licensor for the purpose of discussing and improving the Work, but
|
33841
|
+
excluding communication that is conspicuously marked or otherwise
|
33842
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
33843
|
+
|
33844
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
33845
|
+
on behalf of whom a Contribution has been received by Licensor and
|
33846
|
+
subsequently incorporated within the Work.
|
33847
|
+
|
33848
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
33849
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33850
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33851
|
+
copyright license to reproduce, prepare Derivative Works of,
|
33852
|
+
publicly display, publicly perform, sublicense, and distribute the
|
33853
|
+
Work and such Derivative Works in Source or Object form.
|
33854
|
+
|
33855
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
33856
|
+
this License, each Contributor hereby grants to You a perpetual,
|
33857
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
33858
|
+
(except as stated in this section) patent license to make, have made,
|
33859
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
33860
|
+
where such license applies only to those patent claims licensable
|
33861
|
+
by such Contributor that are necessarily infringed by their
|
33862
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
33863
|
+
with the Work to which such Contribution(s) was submitted. If You
|
33864
|
+
institute patent litigation against any entity (including a
|
33865
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
33866
|
+
or a Contribution incorporated within the Work constitutes direct
|
33867
|
+
or contributory patent infringement, then any patent licenses
|
33868
|
+
granted to You under this License for that Work shall terminate
|
33869
|
+
as of the date such litigation is filed.
|
33870
|
+
|
33871
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
33872
|
+
Work or Derivative Works thereof in any medium, with or without
|
33873
|
+
modifications, and in Source or Object form, provided that You
|
33874
|
+
meet the following conditions:
|
33875
|
+
|
33876
|
+
(a) You must give any other recipients of the Work or
|
33877
|
+
Derivative Works a copy of this License; and
|
33878
|
+
|
33879
|
+
(b) You must cause any modified files to carry prominent notices
|
33880
|
+
stating that You changed the files; and
|
33881
|
+
|
33882
|
+
(c) You must retain, in the Source form of any Derivative Works
|
33883
|
+
that You distribute, all copyright, patent, trademark, and
|
33884
|
+
attribution notices from the Source form of the Work,
|
33885
|
+
excluding those notices that do not pertain to any part of
|
33886
|
+
the Derivative Works; and
|
33887
|
+
|
33888
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
33889
|
+
distribution, then any Derivative Works that You distribute must
|
33890
|
+
include a readable copy of the attribution notices contained
|
33891
|
+
within such NOTICE file, excluding those notices that do not
|
33892
|
+
pertain to any part of the Derivative Works, in at least one
|
33893
|
+
of the following places: within a NOTICE text file distributed
|
33894
|
+
as part of the Derivative Works; within the Source form or
|
33895
|
+
documentation, if provided along with the Derivative Works; or,
|
33896
|
+
within a display generated by the Derivative Works, if and
|
33897
|
+
wherever such third-party notices normally appear. The contents
|
33898
|
+
of the NOTICE file are for informational purposes only and
|
33899
|
+
do not modify the License. You may add Your own attribution
|
33900
|
+
notices within Derivative Works that You distribute, alongside
|
33901
|
+
or as an addendum to the NOTICE text from the Work, provided
|
33902
|
+
that such additional attribution notices cannot be construed
|
33903
|
+
as modifying the License.
|
33904
|
+
|
33905
|
+
You may add Your own copyright statement to Your modifications and
|
33906
|
+
may provide additional or different license terms and conditions
|
33907
|
+
for use, reproduction, or distribution of Your modifications, or
|
33908
|
+
for any such Derivative Works as a whole, provided Your use,
|
33909
|
+
reproduction, and distribution of the Work otherwise complies with
|
33910
|
+
the conditions stated in this License.
|
33911
|
+
|
33912
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
33913
|
+
any Contribution intentionally submitted for inclusion in the Work
|
33914
|
+
by You to the Licensor shall be under the terms and conditions of
|
33915
|
+
this License, without any additional terms or conditions.
|
33916
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
33917
|
+
the terms of any separate license agreement you may have executed
|
33918
|
+
with Licensor regarding such Contributions.
|
33919
|
+
|
33920
|
+
6. Trademarks. This License does not grant permission to use the trade
|
33921
|
+
names, trademarks, service marks, or product names of the Licensor,
|
33922
|
+
except as required for reasonable and customary use in describing the
|
33923
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
33924
|
+
|
33925
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
33926
|
+
agreed to in writing, Licensor provides the Work (and each
|
33927
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
33928
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
33929
|
+
implied, including, without limitation, any warranties or conditions
|
33930
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
33931
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
33932
|
+
appropriateness of using or redistributing the Work and assume any
|
33933
|
+
risks associated with Your exercise of permissions under this License.
|
33934
|
+
|
33935
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
33936
|
+
whether in tort (including negligence), contract, or otherwise,
|
33937
|
+
unless required by applicable law (such as deliberate and grossly
|
33938
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
33939
|
+
liable to You for damages, including any direct, indirect, special,
|
33940
|
+
incidental, or consequential damages of any character arising as a
|
33941
|
+
result of this License or out of the use or inability to use the
|
33942
|
+
Work (including but not limited to damages for loss of goodwill,
|
33943
|
+
work stoppage, computer failure or malfunction, or any and all
|
33944
|
+
other commercial damages or losses), even if such Contributor
|
33945
|
+
has been advised of the possibility of such damages.
|
33946
|
+
|
33947
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
33948
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
33949
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
33950
|
+
or other liability obligations and/or rights consistent with this
|
33951
|
+
License. However, in accepting such obligations, You may act only
|
33952
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
33953
|
+
of any other Contributor, and only if You agree to indemnify,
|
33954
|
+
defend, and hold each Contributor harmless for any liability
|
33955
|
+
incurred by, or claims asserted against, such Contributor by reason
|
33956
|
+
of your accepting any such warranty or additional liability.
|
33957
|
+
|
33958
|
+
END OF TERMS AND CONDITIONS
|
33959
|
+
|
33960
|
+
APPENDIX: How to apply the Apache License to your work.
|
33961
|
+
|
33962
|
+
To apply the Apache License to your work, attach the following
|
33963
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
33964
|
+
replaced with your own identifying information. (Don't include
|
33965
|
+
the brackets!) The text should be enclosed in the appropriate
|
33966
|
+
comment syntax for the file format. We also recommend that a
|
33967
|
+
file or class name and description of purpose be included on the
|
33968
|
+
same "printed page" as the copyright notice for easier
|
33969
|
+
identification within third-party archives.
|
33970
|
+
|
33971
|
+
Copyright [yyyy] [name of copyright owner]
|
33972
|
+
|
33973
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
33974
|
+
you may not use this file except in compliance with the License.
|
33975
|
+
You may obtain a copy of the License at
|
33976
|
+
|
33977
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
33978
|
+
|
33979
|
+
Unless required by applicable law or agreed to in writing, software
|
33980
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
33981
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
33982
|
+
See the License for the specific language governing permissions and
|
33983
|
+
limitations under the License.
|
33984
|
+
|
33985
|
+
================================================================================
|
33986
|
+
stacker LICENSE-MIT
|
33987
|
+
================================================================================
|
33988
|
+
|
33989
|
+
Copyright (c) 2014 Alex Crichton
|
33990
|
+
|
33991
|
+
Permission is hereby granted, free of charge, to any
|
33992
|
+
person obtaining a copy of this software and associated
|
33993
|
+
documentation files (the "Software"), to deal in the
|
33994
|
+
Software without restriction, including without
|
33995
|
+
limitation the rights to use, copy, modify, merge,
|
33996
|
+
publish, distribute, sublicense, and/or sell copies of
|
33997
|
+
the Software, and to permit persons to whom the Software
|
33998
|
+
is furnished to do so, subject to the following
|
33999
|
+
conditions:
|
34000
|
+
|
34001
|
+
The above copyright notice and this permission notice
|
34002
|
+
shall be included in all copies or substantial portions
|
34003
|
+
of the Software.
|
34004
|
+
|
34005
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
34006
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
34007
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
34008
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
34009
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
34010
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
34011
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
34012
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
34013
|
+
DEALINGS IN THE SOFTWARE.
|
34014
|
+
|
33488
34015
|
================================================================================
|
33489
34016
|
static_assertions LICENSE-APACHE
|
33490
34017
|
================================================================================
|