polars-df 0.17.0-x86_64-linux-musl → 0.17.1-x86_64-linux-musl

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.
@@ -825,8 +825,9 @@ reqwest v0.12.12
825
825
  https://github.com/seanmonstar/reqwest
826
826
  MIT OR Apache-2.0
827
827
 
828
- ring v0.17.8
828
+ ring v0.17.13
829
829
  https://github.com/briansmith/ring
830
+ Apache-2.0 AND ISC
830
831
 
831
832
  rle-decode-fast v1.0.3
832
833
  https://github.com/WanzenBug/rle-decode-helper
@@ -948,10 +949,6 @@ socket2 v0.5.8
948
949
  https://github.com/rust-lang/socket2
949
950
  MIT OR Apache-2.0
950
951
 
951
- spin v0.9.8
952
- https://github.com/mvdnes/spin-rs.git
953
- MIT
954
-
955
952
  sqlparser v0.53.0
956
953
  https://github.com/apache/datafusion-sqlparser-rs
957
954
  Apache-2.0
@@ -5160,23 +5157,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5160
5157
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5161
5158
  DEALINGS IN THE SOFTWARE.
5162
5159
 
5163
- ================================================================================
5164
- brotli LICENSE.BSD-3-Clause
5165
- ================================================================================
5166
-
5167
- Copyright (c) 2016 Dropbox, Inc.
5168
- All rights reserved.
5169
-
5170
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5171
-
5172
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5173
-
5174
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
5175
-
5176
- 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
5177
-
5178
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5179
-
5180
5160
  ================================================================================
5181
5161
  brotli LICENSE.MIT
5182
5162
  ================================================================================
@@ -5201,6 +5181,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5201
5181
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5202
5182
  THE SOFTWARE.
5203
5183
 
5184
+ ================================================================================
5185
+ brotli LICENSE.BSD-3-Clause
5186
+ ================================================================================
5187
+
5188
+ Copyright (c) 2016 Dropbox, Inc.
5189
+ All rights reserved.
5190
+
5191
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5192
+
5193
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5194
+
5195
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
5196
+
5197
+ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
5198
+
5199
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5200
+
5204
5201
  ================================================================================
5205
5202
  brotli-decompressor LICENSE
5206
5203
  ================================================================================
@@ -34563,237 +34560,564 @@ THE SOFTWARE.
34563
34560
  ring LICENSE
34564
34561
  ================================================================================
34565
34562
 
34566
- Note that it is easy for this file to get out of sync with the licenses in the
34567
- source code files. It's recommended to compare the licenses in the source code
34568
- with what's mentioned here.
34569
-
34570
- *ring* is derived from BoringSSL, so the licensing situation in *ring* is
34571
- similar to BoringSSL.
34572
-
34573
- *ring* uses an ISC-style license like BoringSSL for code in new files,
34574
- including in particular all the Rust code:
34575
-
34576
- Copyright 2015-2016 Brian Smith.
34577
-
34578
- Permission to use, copy, modify, and/or distribute this software for any
34579
- purpose with or without fee is hereby granted, provided that the above
34580
- copyright notice and this permission notice appear in all copies.
34581
-
34582
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
34583
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34584
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
34585
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
34586
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
34587
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
34588
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34589
-
34590
- BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
34591
- licensing. Files that are completely new have a Google copyright and an ISC
34592
- license. This license is reproduced at the bottom of this file.
34593
-
34594
- Contributors to BoringSSL are required to follow the CLA rules for Chromium:
34595
- https://cla.developers.google.com/clas
34596
-
34597
- Files in third_party/ have their own licenses, as described therein. The MIT
34598
- license, for third_party/fiat, which, unlike other third_party directories, is
34599
- compiled into non-test libraries, is included below.
34600
-
34601
- The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
34602
- OpenSSL License and the original SSLeay license apply to the toolkit. See below
34603
- for the actual license texts. Actually both licenses are BSD-style Open Source
34604
- licenses. In case of any license issues related to OpenSSL please contact
34605
- openssl-core@openssl.org.
34606
-
34607
- The following are Google-internal bug numbers where explicit permission from
34608
- some authors is recorded for use of their work:
34609
- 27287199
34610
- 27287880
34611
- 27287883
34612
-
34613
- OpenSSL License
34614
- ---------------
34615
-
34616
- /* ====================================================================
34617
- * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
34618
- *
34619
- * Redistribution and use in source and binary forms, with or without
34620
- * modification, are permitted provided that the following conditions
34621
- * are met:
34622
- *
34623
- * 1. Redistributions of source code must retain the above copyright
34624
- * notice, this list of conditions and the following disclaimer.
34625
- *
34626
- * 2. Redistributions in binary form must reproduce the above copyright
34627
- * notice, this list of conditions and the following disclaimer in
34628
- * the documentation and/or other materials provided with the
34629
- * distribution.
34630
- *
34631
- * 3. All advertising materials mentioning features or use of this
34632
- * software must display the following acknowledgment:
34633
- * "This product includes software developed by the OpenSSL Project
34634
- * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
34635
- *
34636
- * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
34637
- * endorse or promote products derived from this software without
34638
- * prior written permission. For written permission, please contact
34639
- * openssl-core@openssl.org.
34640
- *
34641
- * 5. Products derived from this software may not be called "OpenSSL"
34642
- * nor may "OpenSSL" appear in their names without prior written
34643
- * permission of the OpenSSL Project.
34644
- *
34645
- * 6. Redistributions of any form whatsoever must retain the following
34646
- * acknowledgment:
34647
- * "This product includes software developed by the OpenSSL Project
34648
- * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
34649
- *
34650
- * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
34651
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34652
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
34653
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
34654
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34655
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34656
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34657
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34658
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
34659
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34660
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34661
- * OF THE POSSIBILITY OF SUCH DAMAGE.
34662
- * ====================================================================
34663
- *
34664
- * This product includes cryptographic software written by Eric Young
34665
- * (eay@cryptsoft.com). This product includes software written by Tim
34666
- * Hudson (tjh@cryptsoft.com).
34667
- *
34668
- */
34669
-
34670
- Original SSLeay License
34671
- -----------------------
34672
-
34673
- /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
34674
- * All rights reserved.
34675
- *
34676
- * This package is an SSL implementation written
34677
- * by Eric Young (eay@cryptsoft.com).
34678
- * The implementation was written so as to conform with Netscapes SSL.
34679
- *
34680
- * This library is free for commercial and non-commercial use as long as
34681
- * the following conditions are aheared to. The following conditions
34682
- * apply to all code found in this distribution, be it the RC4, RSA,
34683
- * lhash, DES, etc., code; not just the SSL code. The SSL documentation
34684
- * included with this distribution is covered by the same copyright terms
34685
- * except that the holder is Tim Hudson (tjh@cryptsoft.com).
34686
- *
34687
- * Copyright remains Eric Young's, and as such any Copyright notices in
34688
- * the code are not to be removed.
34689
- * If this package is used in a product, Eric Young should be given attribution
34690
- * as the author of the parts of the library used.
34691
- * This can be in the form of a textual message at program startup or
34692
- * in documentation (online or textual) provided with the package.
34693
- *
34694
- * Redistribution and use in source and binary forms, with or without
34695
- * modification, are permitted provided that the following conditions
34696
- * are met:
34697
- * 1. Redistributions of source code must retain the copyright
34698
- * notice, this list of conditions and the following disclaimer.
34699
- * 2. Redistributions in binary form must reproduce the above copyright
34700
- * notice, this list of conditions and the following disclaimer in the
34701
- * documentation and/or other materials provided with the distribution.
34702
- * 3. All advertising materials mentioning features or use of this software
34703
- * must display the following acknowledgement:
34704
- * "This product includes cryptographic software written by
34705
- * Eric Young (eay@cryptsoft.com)"
34706
- * The word 'cryptographic' can be left out if the rouines from the library
34707
- * being used are not cryptographic related :-).
34708
- * 4. If you include any Windows specific code (or a derivative thereof) from
34709
- * the apps directory (application code) you must include an acknowledgement:
34710
- * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
34711
- *
34712
- * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
34713
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
34714
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34715
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34716
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34717
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34718
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34719
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34720
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34721
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34722
- * SUCH DAMAGE.
34723
- *
34724
- * The licence and distribution terms for any publically available version or
34725
- * derivative of this code cannot be changed. i.e. this code cannot simply be
34726
- * copied and put under another distribution licence
34727
- * [including the GNU Public Licence.]
34728
- */
34729
-
34730
-
34731
- ISC license used for completely new code in BoringSSL:
34732
-
34733
- /* Copyright (c) 2015, Google Inc.
34734
- *
34735
- * Permission to use, copy, modify, and/or distribute this software for any
34736
- * purpose with or without fee is hereby granted, provided that the above
34737
- * copyright notice and this permission notice appear in all copies.
34738
- *
34739
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34740
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34741
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
34742
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
34743
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
34744
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
34745
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
34746
-
34747
-
34748
- The code in third_party/fiat carries the MIT license:
34749
-
34750
- Copyright (c) 2015-2016 the fiat-crypto authors (see
34751
- https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
34563
+ *ring* uses an "ISC" license, like BoringSSL used to use, for new code
34564
+ files. See LICENSE-other-bits for the text of that license.
34752
34565
 
34753
- Permission is hereby granted, free of charge, to any person obtaining a copy
34754
- of this software and associated documentation files (the "Software"), to deal
34755
- in the Software without restriction, including without limitation the rights
34756
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34757
- copies of the Software, and to permit persons to whom the Software is
34758
- furnished to do so, subject to the following conditions:
34566
+ See LICENSE-BoringSSL for code that was sourced from BoringSSL under the
34567
+ Apache 2.0 license. Some code that was sourced from BoringSSL under the ISC
34568
+ license. In each case, the license info is at the top of the file.
34759
34569
 
34760
- The above copyright notice and this permission notice shall be included in all
34761
- copies or substantial portions of the Software.
34570
+ See src/polyfill/once_cell/LICENSE-APACHE and src/polyfill/once_cell/LICENSE-MIT
34571
+ for the license to code that was sourced from the once_cell project.
34762
34572
 
34763
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34764
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34765
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34766
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34767
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34768
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34769
- SOFTWARE.
34573
+ ================================================================================
34574
+ ring LICENSE-BoringSSL
34575
+ ================================================================================
34576
+
34577
+
34578
+ Apache License
34579
+ Version 2.0, January 2004
34580
+ http://www.apache.org/licenses/
34581
+
34582
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
34583
+
34584
+ 1. Definitions.
34585
+
34586
+ "License" shall mean the terms and conditions for use, reproduction,
34587
+ and distribution as defined by Sections 1 through 9 of this document.
34588
+
34589
+ "Licensor" shall mean the copyright owner or entity authorized by
34590
+ the copyright owner that is granting the License.
34591
+
34592
+ "Legal Entity" shall mean the union of the acting entity and all
34593
+ other entities that control, are controlled by, or are under common
34594
+ control with that entity. For the purposes of this definition,
34595
+ "control" means (i) the power, direct or indirect, to cause the
34596
+ direction or management of such entity, whether by contract or
34597
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
34598
+ outstanding shares, or (iii) beneficial ownership of such entity.
34599
+
34600
+ "You" (or "Your") shall mean an individual or Legal Entity
34601
+ exercising permissions granted by this License.
34602
+
34603
+ "Source" form shall mean the preferred form for making modifications,
34604
+ including but not limited to software source code, documentation
34605
+ source, and configuration files.
34606
+
34607
+ "Object" form shall mean any form resulting from mechanical
34608
+ transformation or translation of a Source form, including but
34609
+ not limited to compiled object code, generated documentation,
34610
+ and conversions to other media types.
34611
+
34612
+ "Work" shall mean the work of authorship, whether in Source or
34613
+ Object form, made available under the License, as indicated by a
34614
+ copyright notice that is included in or attached to the work
34615
+ (an example is provided in the Appendix below).
34616
+
34617
+ "Derivative Works" shall mean any work, whether in Source or Object
34618
+ form, that is based on (or derived from) the Work and for which the
34619
+ editorial revisions, annotations, elaborations, or other modifications
34620
+ represent, as a whole, an original work of authorship. For the purposes
34621
+ of this License, Derivative Works shall not include works that remain
34622
+ separable from, or merely link (or bind by name) to the interfaces of,
34623
+ the Work and Derivative Works thereof.
34624
+
34625
+ "Contribution" shall mean any work of authorship, including
34626
+ the original version of the Work and any modifications or additions
34627
+ to that Work or Derivative Works thereof, that is intentionally
34628
+ submitted to Licensor for inclusion in the Work by the copyright owner
34629
+ or by an individual or Legal Entity authorized to submit on behalf of
34630
+ the copyright owner. For the purposes of this definition, "submitted"
34631
+ means any form of electronic, verbal, or written communication sent
34632
+ to the Licensor or its representatives, including but not limited to
34633
+ communication on electronic mailing lists, source code control systems,
34634
+ and issue tracking systems that are managed by, or on behalf of, the
34635
+ Licensor for the purpose of discussing and improving the Work, but
34636
+ excluding communication that is conspicuously marked or otherwise
34637
+ designated in writing by the copyright owner as "Not a Contribution."
34638
+
34639
+ "Contributor" shall mean Licensor and any individual or Legal Entity
34640
+ on behalf of whom a Contribution has been received by Licensor and
34641
+ subsequently incorporated within the Work.
34642
+
34643
+ 2. Grant of Copyright License. Subject to the terms and conditions of
34644
+ this License, each Contributor hereby grants to You a perpetual,
34645
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34646
+ copyright license to reproduce, prepare Derivative Works of,
34647
+ publicly display, publicly perform, sublicense, and distribute the
34648
+ Work and such Derivative Works in Source or Object form.
34649
+
34650
+ 3. Grant of Patent License. Subject to the terms and conditions of
34651
+ this License, each Contributor hereby grants to You a perpetual,
34652
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34653
+ (except as stated in this section) patent license to make, have made,
34654
+ use, offer to sell, sell, import, and otherwise transfer the Work,
34655
+ where such license applies only to those patent claims licensable
34656
+ by such Contributor that are necessarily infringed by their
34657
+ Contribution(s) alone or by combination of their Contribution(s)
34658
+ with the Work to which such Contribution(s) was submitted. If You
34659
+ institute patent litigation against any entity (including a
34660
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
34661
+ or a Contribution incorporated within the Work constitutes direct
34662
+ or contributory patent infringement, then any patent licenses
34663
+ granted to You under this License for that Work shall terminate
34664
+ as of the date such litigation is filed.
34665
+
34666
+ 4. Redistribution. You may reproduce and distribute copies of the
34667
+ Work or Derivative Works thereof in any medium, with or without
34668
+ modifications, and in Source or Object form, provided that You
34669
+ meet the following conditions:
34670
+
34671
+ (a) You must give any other recipients of the Work or
34672
+ Derivative Works a copy of this License; and
34673
+
34674
+ (b) You must cause any modified files to carry prominent notices
34675
+ stating that You changed the files; and
34676
+
34677
+ (c) You must retain, in the Source form of any Derivative Works
34678
+ that You distribute, all copyright, patent, trademark, and
34679
+ attribution notices from the Source form of the Work,
34680
+ excluding those notices that do not pertain to any part of
34681
+ the Derivative Works; and
34682
+
34683
+ (d) If the Work includes a "NOTICE" text file as part of its
34684
+ distribution, then any Derivative Works that You distribute must
34685
+ include a readable copy of the attribution notices contained
34686
+ within such NOTICE file, excluding those notices that do not
34687
+ pertain to any part of the Derivative Works, in at least one
34688
+ of the following places: within a NOTICE text file distributed
34689
+ as part of the Derivative Works; within the Source form or
34690
+ documentation, if provided along with the Derivative Works; or,
34691
+ within a display generated by the Derivative Works, if and
34692
+ wherever such third-party notices normally appear. The contents
34693
+ of the NOTICE file are for informational purposes only and
34694
+ do not modify the License. You may add Your own attribution
34695
+ notices within Derivative Works that You distribute, alongside
34696
+ or as an addendum to the NOTICE text from the Work, provided
34697
+ that such additional attribution notices cannot be construed
34698
+ as modifying the License.
34699
+
34700
+ You may add Your own copyright statement to Your modifications and
34701
+ may provide additional or different license terms and conditions
34702
+ for use, reproduction, or distribution of Your modifications, or
34703
+ for any such Derivative Works as a whole, provided Your use,
34704
+ reproduction, and distribution of the Work otherwise complies with
34705
+ the conditions stated in this License.
34706
+
34707
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
34708
+ any Contribution intentionally submitted for inclusion in the Work
34709
+ by You to the Licensor shall be under the terms and conditions of
34710
+ this License, without any additional terms or conditions.
34711
+ Notwithstanding the above, nothing herein shall supersede or modify
34712
+ the terms of any separate license agreement you may have executed
34713
+ with Licensor regarding such Contributions.
34714
+
34715
+ 6. Trademarks. This License does not grant permission to use the trade
34716
+ names, trademarks, service marks, or product names of the Licensor,
34717
+ except as required for reasonable and customary use in describing the
34718
+ origin of the Work and reproducing the content of the NOTICE file.
34719
+
34720
+ 7. Disclaimer of Warranty. Unless required by applicable law or
34721
+ agreed to in writing, Licensor provides the Work (and each
34722
+ Contributor provides its Contributions) on an "AS IS" BASIS,
34723
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
34724
+ implied, including, without limitation, any warranties or conditions
34725
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
34726
+ PARTICULAR PURPOSE. You are solely responsible for determining the
34727
+ appropriateness of using or redistributing the Work and assume any
34728
+ risks associated with Your exercise of permissions under this License.
34729
+
34730
+ 8. Limitation of Liability. In no event and under no legal theory,
34731
+ whether in tort (including negligence), contract, or otherwise,
34732
+ unless required by applicable law (such as deliberate and grossly
34733
+ negligent acts) or agreed to in writing, shall any Contributor be
34734
+ liable to You for damages, including any direct, indirect, special,
34735
+ incidental, or consequential damages of any character arising as a
34736
+ result of this License or out of the use or inability to use the
34737
+ Work (including but not limited to damages for loss of goodwill,
34738
+ work stoppage, computer failure or malfunction, or any and all
34739
+ other commercial damages or losses), even if such Contributor
34740
+ has been advised of the possibility of such damages.
34741
+
34742
+ 9. Accepting Warranty or Additional Liability. While redistributing
34743
+ the Work or Derivative Works thereof, You may choose to offer,
34744
+ and charge a fee for, acceptance of support, warranty, indemnity,
34745
+ or other liability obligations and/or rights consistent with this
34746
+ License. However, in accepting such obligations, You may act only
34747
+ on Your own behalf and on Your sole responsibility, not on behalf
34748
+ of any other Contributor, and only if You agree to indemnify,
34749
+ defend, and hold each Contributor harmless for any liability
34750
+ incurred by, or claims asserted against, such Contributor by reason
34751
+ of your accepting any such warranty or additional liability.
34752
+
34753
+ END OF TERMS AND CONDITIONS
34754
+
34755
+ APPENDIX: How to apply the Apache License to your work.
34756
+
34757
+ To apply the Apache License to your work, attach the following
34758
+ boilerplate notice, with the fields enclosed by brackets "[]"
34759
+ replaced with your own identifying information. (Don't include
34760
+ the brackets!) The text should be enclosed in the appropriate
34761
+ comment syntax for the file format. We also recommend that a
34762
+ file or class name and description of purpose be included on the
34763
+ same "printed page" as the copyright notice for easier
34764
+ identification within third-party archives.
34765
+
34766
+ Copyright [yyyy] [name of copyright owner]
34767
+
34768
+ Licensed under the Apache License, Version 2.0 (the "License");
34769
+ you may not use this file except in compliance with the License.
34770
+ You may obtain a copy of the License at
34771
+
34772
+ http://www.apache.org/licenses/LICENSE-2.0
34773
+
34774
+ Unless required by applicable law or agreed to in writing, software
34775
+ distributed under the License is distributed on an "AS IS" BASIS,
34776
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34777
+ See the License for the specific language governing permissions and
34778
+ limitations under the License.
34779
+
34780
+
34781
+ Licenses for support code
34782
+ -------------------------
34783
+
34784
+ Parts of the TLS test suite are under the Go license. This code is not included
34785
+ in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
34786
+ distributing code linked against BoringSSL does not trigger this license:
34787
+
34788
+ Copyright (c) 2009 The Go Authors. All rights reserved.
34789
+
34790
+ Redistribution and use in source and binary forms, with or without
34791
+ modification, are permitted provided that the following conditions are
34792
+ met:
34793
+
34794
+ * Redistributions of source code must retain the above copyright
34795
+ notice, this list of conditions and the following disclaimer.
34796
+ * Redistributions in binary form must reproduce the above
34797
+ copyright notice, this list of conditions and the following disclaimer
34798
+ in the documentation and/or other materials provided with the
34799
+ distribution.
34800
+ * Neither the name of Google Inc. nor the names of its
34801
+ contributors may be used to endorse or promote products derived from
34802
+ this software without specific prior written permission.
34803
+
34804
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34805
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34806
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34807
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34808
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34809
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34810
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34811
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34812
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34813
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34814
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34815
+
34816
+
34817
+ BoringSSL uses the Chromium test infrastructure to run a continuous build,
34818
+ trybots etc. The scripts which manage this, and the script for generating build
34819
+ metadata, are under the Chromium license. Distributing code linked against
34820
+ BoringSSL does not trigger this license.
34821
+
34822
+ Copyright 2015 The Chromium Authors. All rights reserved.
34823
+
34824
+ Redistribution and use in source and binary forms, with or without
34825
+ modification, are permitted provided that the following conditions are
34826
+ met:
34827
+
34828
+ * Redistributions of source code must retain the above copyright
34829
+ notice, this list of conditions and the following disclaimer.
34830
+ * Redistributions in binary form must reproduce the above
34831
+ copyright notice, this list of conditions and the following disclaimer
34832
+ in the documentation and/or other materials provided with the
34833
+ distribution.
34834
+ * Neither the name of Google Inc. nor the names of its
34835
+ contributors may be used to endorse or promote products derived from
34836
+ this software without specific prior written permission.
34837
+
34838
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34839
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34840
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34841
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34842
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34843
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34844
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34845
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34846
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34847
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34848
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34849
+
34850
+ ================================================================================
34851
+ ring LICENSE-other-bits
34852
+ ================================================================================
34853
+
34854
+ Copyright 2015-2025 Brian Smith.
34855
+
34856
+ Permission to use, copy, modify, and/or distribute this software for any
34857
+ purpose with or without fee is hereby granted, provided that the above
34858
+ copyright notice and this permission notice appear in all copies.
34859
+
34860
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34861
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34862
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
34863
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
34864
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
34865
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
34866
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
34867
+
34868
+ ================================================================================
34869
+ ring src/polyfill/once_cell/LICENSE-APACHE
34870
+ ================================================================================
34871
+
34872
+ Apache License
34873
+ Version 2.0, January 2004
34874
+ http://www.apache.org/licenses/
34875
+
34876
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
34877
+
34878
+ 1. Definitions.
34879
+
34880
+ "License" shall mean the terms and conditions for use, reproduction,
34881
+ and distribution as defined by Sections 1 through 9 of this document.
34882
+
34883
+ "Licensor" shall mean the copyright owner or entity authorized by
34884
+ the copyright owner that is granting the License.
34885
+
34886
+ "Legal Entity" shall mean the union of the acting entity and all
34887
+ other entities that control, are controlled by, or are under common
34888
+ control with that entity. For the purposes of this definition,
34889
+ "control" means (i) the power, direct or indirect, to cause the
34890
+ direction or management of such entity, whether by contract or
34891
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
34892
+ outstanding shares, or (iii) beneficial ownership of such entity.
34893
+
34894
+ "You" (or "Your") shall mean an individual or Legal Entity
34895
+ exercising permissions granted by this License.
34896
+
34897
+ "Source" form shall mean the preferred form for making modifications,
34898
+ including but not limited to software source code, documentation
34899
+ source, and configuration files.
34900
+
34901
+ "Object" form shall mean any form resulting from mechanical
34902
+ transformation or translation of a Source form, including but
34903
+ not limited to compiled object code, generated documentation,
34904
+ and conversions to other media types.
34905
+
34906
+ "Work" shall mean the work of authorship, whether in Source or
34907
+ Object form, made available under the License, as indicated by a
34908
+ copyright notice that is included in or attached to the work
34909
+ (an example is provided in the Appendix below).
34910
+
34911
+ "Derivative Works" shall mean any work, whether in Source or Object
34912
+ form, that is based on (or derived from) the Work and for which the
34913
+ editorial revisions, annotations, elaborations, or other modifications
34914
+ represent, as a whole, an original work of authorship. For the purposes
34915
+ of this License, Derivative Works shall not include works that remain
34916
+ separable from, or merely link (or bind by name) to the interfaces of,
34917
+ the Work and Derivative Works thereof.
34918
+
34919
+ "Contribution" shall mean any work of authorship, including
34920
+ the original version of the Work and any modifications or additions
34921
+ to that Work or Derivative Works thereof, that is intentionally
34922
+ submitted to Licensor for inclusion in the Work by the copyright owner
34923
+ or by an individual or Legal Entity authorized to submit on behalf of
34924
+ the copyright owner. For the purposes of this definition, "submitted"
34925
+ means any form of electronic, verbal, or written communication sent
34926
+ to the Licensor or its representatives, including but not limited to
34927
+ communication on electronic mailing lists, source code control systems,
34928
+ and issue tracking systems that are managed by, or on behalf of, the
34929
+ Licensor for the purpose of discussing and improving the Work, but
34930
+ excluding communication that is conspicuously marked or otherwise
34931
+ designated in writing by the copyright owner as "Not a Contribution."
34932
+
34933
+ "Contributor" shall mean Licensor and any individual or Legal Entity
34934
+ on behalf of whom a Contribution has been received by Licensor and
34935
+ subsequently incorporated within the Work.
34936
+
34937
+ 2. Grant of Copyright License. Subject to the terms and conditions of
34938
+ this License, each Contributor hereby grants to You a perpetual,
34939
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34940
+ copyright license to reproduce, prepare Derivative Works of,
34941
+ publicly display, publicly perform, sublicense, and distribute the
34942
+ Work and such Derivative Works in Source or Object form.
34943
+
34944
+ 3. Grant of Patent License. Subject to the terms and conditions of
34945
+ this License, each Contributor hereby grants to You a perpetual,
34946
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
34947
+ (except as stated in this section) patent license to make, have made,
34948
+ use, offer to sell, sell, import, and otherwise transfer the Work,
34949
+ where such license applies only to those patent claims licensable
34950
+ by such Contributor that are necessarily infringed by their
34951
+ Contribution(s) alone or by combination of their Contribution(s)
34952
+ with the Work to which such Contribution(s) was submitted. If You
34953
+ institute patent litigation against any entity (including a
34954
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
34955
+ or a Contribution incorporated within the Work constitutes direct
34956
+ or contributory patent infringement, then any patent licenses
34957
+ granted to You under this License for that Work shall terminate
34958
+ as of the date such litigation is filed.
34959
+
34960
+ 4. Redistribution. You may reproduce and distribute copies of the
34961
+ Work or Derivative Works thereof in any medium, with or without
34962
+ modifications, and in Source or Object form, provided that You
34963
+ meet the following conditions:
34964
+
34965
+ (a) You must give any other recipients of the Work or
34966
+ Derivative Works a copy of this License; and
34967
+
34968
+ (b) You must cause any modified files to carry prominent notices
34969
+ stating that You changed the files; and
34970
+
34971
+ (c) You must retain, in the Source form of any Derivative Works
34972
+ that You distribute, all copyright, patent, trademark, and
34973
+ attribution notices from the Source form of the Work,
34974
+ excluding those notices that do not pertain to any part of
34975
+ the Derivative Works; and
34976
+
34977
+ (d) If the Work includes a "NOTICE" text file as part of its
34978
+ distribution, then any Derivative Works that You distribute must
34979
+ include a readable copy of the attribution notices contained
34980
+ within such NOTICE file, excluding those notices that do not
34981
+ pertain to any part of the Derivative Works, in at least one
34982
+ of the following places: within a NOTICE text file distributed
34983
+ as part of the Derivative Works; within the Source form or
34984
+ documentation, if provided along with the Derivative Works; or,
34985
+ within a display generated by the Derivative Works, if and
34986
+ wherever such third-party notices normally appear. The contents
34987
+ of the NOTICE file are for informational purposes only and
34988
+ do not modify the License. You may add Your own attribution
34989
+ notices within Derivative Works that You distribute, alongside
34990
+ or as an addendum to the NOTICE text from the Work, provided
34991
+ that such additional attribution notices cannot be construed
34992
+ as modifying the License.
34993
+
34994
+ You may add Your own copyright statement to Your modifications and
34995
+ may provide additional or different license terms and conditions
34996
+ for use, reproduction, or distribution of Your modifications, or
34997
+ for any such Derivative Works as a whole, provided Your use,
34998
+ reproduction, and distribution of the Work otherwise complies with
34999
+ the conditions stated in this License.
35000
+
35001
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
35002
+ any Contribution intentionally submitted for inclusion in the Work
35003
+ by You to the Licensor shall be under the terms and conditions of
35004
+ this License, without any additional terms or conditions.
35005
+ Notwithstanding the above, nothing herein shall supersede or modify
35006
+ the terms of any separate license agreement you may have executed
35007
+ with Licensor regarding such Contributions.
35008
+
35009
+ 6. Trademarks. This License does not grant permission to use the trade
35010
+ names, trademarks, service marks, or product names of the Licensor,
35011
+ except as required for reasonable and customary use in describing the
35012
+ origin of the Work and reproducing the content of the NOTICE file.
35013
+
35014
+ 7. Disclaimer of Warranty. Unless required by applicable law or
35015
+ agreed to in writing, Licensor provides the Work (and each
35016
+ Contributor provides its Contributions) on an "AS IS" BASIS,
35017
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
35018
+ implied, including, without limitation, any warranties or conditions
35019
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
35020
+ PARTICULAR PURPOSE. You are solely responsible for determining the
35021
+ appropriateness of using or redistributing the Work and assume any
35022
+ risks associated with Your exercise of permissions under this License.
35023
+
35024
+ 8. Limitation of Liability. In no event and under no legal theory,
35025
+ whether in tort (including negligence), contract, or otherwise,
35026
+ unless required by applicable law (such as deliberate and grossly
35027
+ negligent acts) or agreed to in writing, shall any Contributor be
35028
+ liable to You for damages, including any direct, indirect, special,
35029
+ incidental, or consequential damages of any character arising as a
35030
+ result of this License or out of the use or inability to use the
35031
+ Work (including but not limited to damages for loss of goodwill,
35032
+ work stoppage, computer failure or malfunction, or any and all
35033
+ other commercial damages or losses), even if such Contributor
35034
+ has been advised of the possibility of such damages.
35035
+
35036
+ 9. Accepting Warranty or Additional Liability. While redistributing
35037
+ the Work or Derivative Works thereof, You may choose to offer,
35038
+ and charge a fee for, acceptance of support, warranty, indemnity,
35039
+ or other liability obligations and/or rights consistent with this
35040
+ License. However, in accepting such obligations, You may act only
35041
+ on Your own behalf and on Your sole responsibility, not on behalf
35042
+ of any other Contributor, and only if You agree to indemnify,
35043
+ defend, and hold each Contributor harmless for any liability
35044
+ incurred by, or claims asserted against, such Contributor by reason
35045
+ of your accepting any such warranty or additional liability.
35046
+
35047
+ END OF TERMS AND CONDITIONS
35048
+
35049
+ APPENDIX: How to apply the Apache License to your work.
35050
+
35051
+ To apply the Apache License to your work, attach the following
35052
+ boilerplate notice, with the fields enclosed by brackets "[]"
35053
+ replaced with your own identifying information. (Don't include
35054
+ the brackets!) The text should be enclosed in the appropriate
35055
+ comment syntax for the file format. We also recommend that a
35056
+ file or class name and description of purpose be included on the
35057
+ same "printed page" as the copyright notice for easier
35058
+ identification within third-party archives.
35059
+
35060
+ Copyright [yyyy] [name of copyright owner]
35061
+
35062
+ Licensed under the Apache License, Version 2.0 (the "License");
35063
+ you may not use this file except in compliance with the License.
35064
+ You may obtain a copy of the License at
35065
+
35066
+ http://www.apache.org/licenses/LICENSE-2.0
35067
+
35068
+ Unless required by applicable law or agreed to in writing, software
35069
+ distributed under the License is distributed on an "AS IS" BASIS,
35070
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35071
+ See the License for the specific language governing permissions and
35072
+ limitations under the License.
35073
+
35074
+ ================================================================================
35075
+ ring src/polyfill/once_cell/LICENSE-MIT
35076
+ ================================================================================
35077
+
35078
+ Permission is hereby granted, free of charge, to any
35079
+ person obtaining a copy of this software and associated
35080
+ documentation files (the "Software"), to deal in the
35081
+ Software without restriction, including without
35082
+ limitation the rights to use, copy, modify, merge,
35083
+ publish, distribute, sublicense, and/or sell copies of
35084
+ the Software, and to permit persons to whom the Software
35085
+ is furnished to do so, subject to the following
35086
+ conditions:
35087
+
35088
+ The above copyright notice and this permission notice
35089
+ shall be included in all copies or substantial portions
35090
+ of the Software.
35091
+
35092
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
35093
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
35094
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
35095
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
35096
+ SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
35097
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
35098
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
35099
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
35100
+ DEALINGS IN THE SOFTWARE.
34770
35101
 
34771
35102
  ================================================================================
34772
35103
  ring third_party/fiat/LICENSE
34773
35104
  ================================================================================
34774
35105
 
34775
- The MIT License (MIT)
35106
+ The Apache License, Version 2.0 (Apache-2.0)
34776
35107
 
34777
- Copyright (c) 2015-2020 the fiat-crypto authors (see
34778
- https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
35108
+ Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
34779
35109
 
34780
- Permission is hereby granted, free of charge, to any person obtaining a copy
34781
- of this software and associated documentation files (the "Software"), to deal
34782
- in the Software without restriction, including without limitation the rights
34783
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34784
- copies of the Software, and to permit persons to whom the Software is
34785
- furnished to do so, subject to the following conditions:
35110
+ Licensed under the Apache License, Version 2.0 (the "License");
35111
+ you may not use this file except in compliance with the License.
35112
+ You may obtain a copy of the License at
34786
35113
 
34787
- The above copyright notice and this permission notice shall be included in all
34788
- copies or substantial portions of the Software.
35114
+ http://www.apache.org/licenses/LICENSE-2.0
34789
35115
 
34790
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34791
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34792
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34793
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34794
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34795
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34796
- SOFTWARE.
35116
+ Unless required by applicable law or agreed to in writing, software
35117
+ distributed under the License is distributed on an "AS IS" BASIS,
35118
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35119
+ See the License for the specific language governing permissions and
35120
+ limitations under the License.
34797
35121
 
34798
35122
  ================================================================================
34799
35123
  rle-decode-fast LICENSE-APACHE
@@ -40097,32 +40421,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
40097
40421
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
40098
40422
  DEALINGS IN THE SOFTWARE.
40099
40423
 
40100
- ================================================================================
40101
- spin LICENSE
40102
- ================================================================================
40103
-
40104
- The MIT License (MIT)
40105
-
40106
- Copyright (c) 2014 Mathijs van de Nes
40107
-
40108
- Permission is hereby granted, free of charge, to any person obtaining a copy
40109
- of this software and associated documentation files (the "Software"), to deal
40110
- in the Software without restriction, including without limitation the rights
40111
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40112
- copies of the Software, and to permit persons to whom the Software is
40113
- furnished to do so, subject to the following conditions:
40114
-
40115
- The above copyright notice and this permission notice shall be included in all
40116
- copies or substantial portions of the Software.
40117
-
40118
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40119
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40120
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40121
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40122
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40123
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40124
- SOFTWARE.
40125
-
40126
40424
  ================================================================================
40127
40425
  sqlparser LICENSE.TXT
40128
40426
  ================================================================================