polars-df 0.17.0-x64-mingw-ucrt → 0.17.1-x64-mingw-ucrt

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.
@@ -809,8 +809,9 @@ reqwest v0.12.12
809
809
  https://github.com/seanmonstar/reqwest
810
810
  MIT OR Apache-2.0
811
811
 
812
- ring v0.17.8
812
+ ring v0.17.13
813
813
  https://github.com/briansmith/ring
814
+ Apache-2.0 AND ISC
814
815
 
815
816
  rle-decode-fast v1.0.3
816
817
  https://github.com/WanzenBug/rle-decode-helper
@@ -932,10 +933,6 @@ socket2 v0.5.8
932
933
  https://github.com/rust-lang/socket2
933
934
  MIT OR Apache-2.0
934
935
 
935
- spin v0.9.8
936
- https://github.com/mvdnes/spin-rs.git
937
- MIT
938
-
939
936
  sqlparser v0.53.0
940
937
  https://github.com/apache/datafusion-sqlparser-rs
941
938
  Apache-2.0
@@ -5204,23 +5201,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
5204
5201
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5205
5202
  DEALINGS IN THE SOFTWARE.
5206
5203
 
5207
- ================================================================================
5208
- brotli LICENSE.BSD-3-Clause
5209
- ================================================================================
5210
-
5211
- Copyright (c) 2016 Dropbox, Inc.
5212
- All rights reserved.
5213
-
5214
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5215
-
5216
- 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5217
-
5218
- 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.
5219
-
5220
- 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.
5221
-
5222
- 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.
5223
-
5224
5204
  ================================================================================
5225
5205
  brotli LICENSE.MIT
5226
5206
  ================================================================================
@@ -5245,6 +5225,23 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5245
5225
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
5246
5226
  THE SOFTWARE.
5247
5227
 
5228
+ ================================================================================
5229
+ brotli LICENSE.BSD-3-Clause
5230
+ ================================================================================
5231
+
5232
+ Copyright (c) 2016 Dropbox, Inc.
5233
+ All rights reserved.
5234
+
5235
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5236
+
5237
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5238
+
5239
+ 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.
5240
+
5241
+ 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.
5242
+
5243
+ 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.
5244
+
5248
5245
  ================================================================================
5249
5246
  brotli-decompressor LICENSE
5250
5247
  ================================================================================
@@ -33416,237 +33413,564 @@ THE SOFTWARE.
33416
33413
  ring LICENSE
33417
33414
  ================================================================================
33418
33415
 
33419
- Note that it is easy for this file to get out of sync with the licenses in the
33420
- source code files. It's recommended to compare the licenses in the source code
33421
- with what's mentioned here.
33422
-
33423
- *ring* is derived from BoringSSL, so the licensing situation in *ring* is
33424
- similar to BoringSSL.
33425
-
33426
- *ring* uses an ISC-style license like BoringSSL for code in new files,
33427
- including in particular all the Rust code:
33428
-
33429
- Copyright 2015-2016 Brian Smith.
33430
-
33431
- Permission to use, copy, modify, and/or distribute this software for any
33432
- purpose with or without fee is hereby granted, provided that the above
33433
- copyright notice and this permission notice appear in all copies.
33434
-
33435
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
33436
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33437
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
33438
- SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
33439
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
33440
- OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33441
- CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33442
-
33443
- BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL
33444
- licensing. Files that are completely new have a Google copyright and an ISC
33445
- license. This license is reproduced at the bottom of this file.
33446
-
33447
- Contributors to BoringSSL are required to follow the CLA rules for Chromium:
33448
- https://cla.developers.google.com/clas
33449
-
33450
- Files in third_party/ have their own licenses, as described therein. The MIT
33451
- license, for third_party/fiat, which, unlike other third_party directories, is
33452
- compiled into non-test libraries, is included below.
33453
-
33454
- The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the
33455
- OpenSSL License and the original SSLeay license apply to the toolkit. See below
33456
- for the actual license texts. Actually both licenses are BSD-style Open Source
33457
- licenses. In case of any license issues related to OpenSSL please contact
33458
- openssl-core@openssl.org.
33459
-
33460
- The following are Google-internal bug numbers where explicit permission from
33461
- some authors is recorded for use of their work:
33462
- 27287199
33463
- 27287880
33464
- 27287883
33465
-
33466
- OpenSSL License
33467
- ---------------
33468
-
33469
- /* ====================================================================
33470
- * Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
33471
- *
33472
- * Redistribution and use in source and binary forms, with or without
33473
- * modification, are permitted provided that the following conditions
33474
- * are met:
33475
- *
33476
- * 1. Redistributions of source code must retain the above copyright
33477
- * notice, this list of conditions and the following disclaimer.
33478
- *
33479
- * 2. Redistributions in binary form must reproduce the above copyright
33480
- * notice, this list of conditions and the following disclaimer in
33481
- * the documentation and/or other materials provided with the
33482
- * distribution.
33483
- *
33484
- * 3. All advertising materials mentioning features or use of this
33485
- * software must display the following acknowledgment:
33486
- * "This product includes software developed by the OpenSSL Project
33487
- * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
33488
- *
33489
- * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
33490
- * endorse or promote products derived from this software without
33491
- * prior written permission. For written permission, please contact
33492
- * openssl-core@openssl.org.
33493
- *
33494
- * 5. Products derived from this software may not be called "OpenSSL"
33495
- * nor may "OpenSSL" appear in their names without prior written
33496
- * permission of the OpenSSL Project.
33497
- *
33498
- * 6. Redistributions of any form whatsoever must retain the following
33499
- * acknowledgment:
33500
- * "This product includes software developed by the OpenSSL Project
33501
- * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
33502
- *
33503
- * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
33504
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33505
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
33506
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
33507
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33508
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
33509
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33510
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33511
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33512
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33513
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
33514
- * OF THE POSSIBILITY OF SUCH DAMAGE.
33515
- * ====================================================================
33516
- *
33517
- * This product includes cryptographic software written by Eric Young
33518
- * (eay@cryptsoft.com). This product includes software written by Tim
33519
- * Hudson (tjh@cryptsoft.com).
33520
- *
33521
- */
33522
-
33523
- Original SSLeay License
33524
- -----------------------
33525
-
33526
- /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
33527
- * All rights reserved.
33528
- *
33529
- * This package is an SSL implementation written
33530
- * by Eric Young (eay@cryptsoft.com).
33531
- * The implementation was written so as to conform with Netscapes SSL.
33532
- *
33533
- * This library is free for commercial and non-commercial use as long as
33534
- * the following conditions are aheared to. The following conditions
33535
- * apply to all code found in this distribution, be it the RC4, RSA,
33536
- * lhash, DES, etc., code; not just the SSL code. The SSL documentation
33537
- * included with this distribution is covered by the same copyright terms
33538
- * except that the holder is Tim Hudson (tjh@cryptsoft.com).
33539
- *
33540
- * Copyright remains Eric Young's, and as such any Copyright notices in
33541
- * the code are not to be removed.
33542
- * If this package is used in a product, Eric Young should be given attribution
33543
- * as the author of the parts of the library used.
33544
- * This can be in the form of a textual message at program startup or
33545
- * in documentation (online or textual) provided with the package.
33546
- *
33547
- * Redistribution and use in source and binary forms, with or without
33548
- * modification, are permitted provided that the following conditions
33549
- * are met:
33550
- * 1. Redistributions of source code must retain the copyright
33551
- * notice, this list of conditions and the following disclaimer.
33552
- * 2. Redistributions in binary form must reproduce the above copyright
33553
- * notice, this list of conditions and the following disclaimer in the
33554
- * documentation and/or other materials provided with the distribution.
33555
- * 3. All advertising materials mentioning features or use of this software
33556
- * must display the following acknowledgement:
33557
- * "This product includes cryptographic software written by
33558
- * Eric Young (eay@cryptsoft.com)"
33559
- * The word 'cryptographic' can be left out if the rouines from the library
33560
- * being used are not cryptographic related :-).
33561
- * 4. If you include any Windows specific code (or a derivative thereof) from
33562
- * the apps directory (application code) you must include an acknowledgement:
33563
- * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
33564
- *
33565
- * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
33566
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33567
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33568
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
33569
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33570
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33571
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33572
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33573
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33574
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33575
- * SUCH DAMAGE.
33576
- *
33577
- * The licence and distribution terms for any publically available version or
33578
- * derivative of this code cannot be changed. i.e. this code cannot simply be
33579
- * copied and put under another distribution licence
33580
- * [including the GNU Public Licence.]
33581
- */
33582
-
33583
-
33584
- ISC license used for completely new code in BoringSSL:
33585
-
33586
- /* Copyright (c) 2015, Google Inc.
33587
- *
33588
- * Permission to use, copy, modify, and/or distribute this software for any
33589
- * purpose with or without fee is hereby granted, provided that the above
33590
- * copyright notice and this permission notice appear in all copies.
33591
- *
33592
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33593
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33594
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
33595
- * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
33596
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
33597
- * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33598
- * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
33599
-
33600
-
33601
- The code in third_party/fiat carries the MIT license:
33602
-
33603
- Copyright (c) 2015-2016 the fiat-crypto authors (see
33604
- https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
33416
+ *ring* uses an "ISC" license, like BoringSSL used to use, for new code
33417
+ files. See LICENSE-other-bits for the text of that license.
33605
33418
 
33606
- Permission is hereby granted, free of charge, to any person obtaining a copy
33607
- of this software and associated documentation files (the "Software"), to deal
33608
- in the Software without restriction, including without limitation the rights
33609
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33610
- copies of the Software, and to permit persons to whom the Software is
33611
- furnished to do so, subject to the following conditions:
33419
+ See LICENSE-BoringSSL for code that was sourced from BoringSSL under the
33420
+ Apache 2.0 license. Some code that was sourced from BoringSSL under the ISC
33421
+ license. In each case, the license info is at the top of the file.
33612
33422
 
33613
- The above copyright notice and this permission notice shall be included in all
33614
- copies or substantial portions of the Software.
33423
+ See src/polyfill/once_cell/LICENSE-APACHE and src/polyfill/once_cell/LICENSE-MIT
33424
+ for the license to code that was sourced from the once_cell project.
33615
33425
 
33616
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33617
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33618
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33619
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33620
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33621
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33622
- SOFTWARE.
33426
+ ================================================================================
33427
+ ring LICENSE-BoringSSL
33428
+ ================================================================================
33429
+
33430
+
33431
+ Apache License
33432
+ Version 2.0, January 2004
33433
+ http://www.apache.org/licenses/
33434
+
33435
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33436
+
33437
+ 1. Definitions.
33438
+
33439
+ "License" shall mean the terms and conditions for use, reproduction,
33440
+ and distribution as defined by Sections 1 through 9 of this document.
33441
+
33442
+ "Licensor" shall mean the copyright owner or entity authorized by
33443
+ the copyright owner that is granting the License.
33444
+
33445
+ "Legal Entity" shall mean the union of the acting entity and all
33446
+ other entities that control, are controlled by, or are under common
33447
+ control with that entity. For the purposes of this definition,
33448
+ "control" means (i) the power, direct or indirect, to cause the
33449
+ direction or management of such entity, whether by contract or
33450
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
33451
+ outstanding shares, or (iii) beneficial ownership of such entity.
33452
+
33453
+ "You" (or "Your") shall mean an individual or Legal Entity
33454
+ exercising permissions granted by this License.
33455
+
33456
+ "Source" form shall mean the preferred form for making modifications,
33457
+ including but not limited to software source code, documentation
33458
+ source, and configuration files.
33459
+
33460
+ "Object" form shall mean any form resulting from mechanical
33461
+ transformation or translation of a Source form, including but
33462
+ not limited to compiled object code, generated documentation,
33463
+ and conversions to other media types.
33464
+
33465
+ "Work" shall mean the work of authorship, whether in Source or
33466
+ Object form, made available under the License, as indicated by a
33467
+ copyright notice that is included in or attached to the work
33468
+ (an example is provided in the Appendix below).
33469
+
33470
+ "Derivative Works" shall mean any work, whether in Source or Object
33471
+ form, that is based on (or derived from) the Work and for which the
33472
+ editorial revisions, annotations, elaborations, or other modifications
33473
+ represent, as a whole, an original work of authorship. For the purposes
33474
+ of this License, Derivative Works shall not include works that remain
33475
+ separable from, or merely link (or bind by name) to the interfaces of,
33476
+ the Work and Derivative Works thereof.
33477
+
33478
+ "Contribution" shall mean any work of authorship, including
33479
+ the original version of the Work and any modifications or additions
33480
+ to that Work or Derivative Works thereof, that is intentionally
33481
+ submitted to Licensor for inclusion in the Work by the copyright owner
33482
+ or by an individual or Legal Entity authorized to submit on behalf of
33483
+ the copyright owner. For the purposes of this definition, "submitted"
33484
+ means any form of electronic, verbal, or written communication sent
33485
+ to the Licensor or its representatives, including but not limited to
33486
+ communication on electronic mailing lists, source code control systems,
33487
+ and issue tracking systems that are managed by, or on behalf of, the
33488
+ Licensor for the purpose of discussing and improving the Work, but
33489
+ excluding communication that is conspicuously marked or otherwise
33490
+ designated in writing by the copyright owner as "Not a Contribution."
33491
+
33492
+ "Contributor" shall mean Licensor and any individual or Legal Entity
33493
+ on behalf of whom a Contribution has been received by Licensor and
33494
+ subsequently incorporated within the Work.
33495
+
33496
+ 2. Grant of Copyright License. Subject to the terms and conditions of
33497
+ this License, each Contributor hereby grants to You a perpetual,
33498
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33499
+ copyright license to reproduce, prepare Derivative Works of,
33500
+ publicly display, publicly perform, sublicense, and distribute the
33501
+ Work and such Derivative Works in Source or Object form.
33502
+
33503
+ 3. Grant of Patent License. Subject to the terms and conditions of
33504
+ this License, each Contributor hereby grants to You a perpetual,
33505
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33506
+ (except as stated in this section) patent license to make, have made,
33507
+ use, offer to sell, sell, import, and otherwise transfer the Work,
33508
+ where such license applies only to those patent claims licensable
33509
+ by such Contributor that are necessarily infringed by their
33510
+ Contribution(s) alone or by combination of their Contribution(s)
33511
+ with the Work to which such Contribution(s) was submitted. If You
33512
+ institute patent litigation against any entity (including a
33513
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
33514
+ or a Contribution incorporated within the Work constitutes direct
33515
+ or contributory patent infringement, then any patent licenses
33516
+ granted to You under this License for that Work shall terminate
33517
+ as of the date such litigation is filed.
33518
+
33519
+ 4. Redistribution. You may reproduce and distribute copies of the
33520
+ Work or Derivative Works thereof in any medium, with or without
33521
+ modifications, and in Source or Object form, provided that You
33522
+ meet the following conditions:
33523
+
33524
+ (a) You must give any other recipients of the Work or
33525
+ Derivative Works a copy of this License; and
33526
+
33527
+ (b) You must cause any modified files to carry prominent notices
33528
+ stating that You changed the files; and
33529
+
33530
+ (c) You must retain, in the Source form of any Derivative Works
33531
+ that You distribute, all copyright, patent, trademark, and
33532
+ attribution notices from the Source form of the Work,
33533
+ excluding those notices that do not pertain to any part of
33534
+ the Derivative Works; and
33535
+
33536
+ (d) If the Work includes a "NOTICE" text file as part of its
33537
+ distribution, then any Derivative Works that You distribute must
33538
+ include a readable copy of the attribution notices contained
33539
+ within such NOTICE file, excluding those notices that do not
33540
+ pertain to any part of the Derivative Works, in at least one
33541
+ of the following places: within a NOTICE text file distributed
33542
+ as part of the Derivative Works; within the Source form or
33543
+ documentation, if provided along with the Derivative Works; or,
33544
+ within a display generated by the Derivative Works, if and
33545
+ wherever such third-party notices normally appear. The contents
33546
+ of the NOTICE file are for informational purposes only and
33547
+ do not modify the License. You may add Your own attribution
33548
+ notices within Derivative Works that You distribute, alongside
33549
+ or as an addendum to the NOTICE text from the Work, provided
33550
+ that such additional attribution notices cannot be construed
33551
+ as modifying the License.
33552
+
33553
+ You may add Your own copyright statement to Your modifications and
33554
+ may provide additional or different license terms and conditions
33555
+ for use, reproduction, or distribution of Your modifications, or
33556
+ for any such Derivative Works as a whole, provided Your use,
33557
+ reproduction, and distribution of the Work otherwise complies with
33558
+ the conditions stated in this License.
33559
+
33560
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
33561
+ any Contribution intentionally submitted for inclusion in the Work
33562
+ by You to the Licensor shall be under the terms and conditions of
33563
+ this License, without any additional terms or conditions.
33564
+ Notwithstanding the above, nothing herein shall supersede or modify
33565
+ the terms of any separate license agreement you may have executed
33566
+ with Licensor regarding such Contributions.
33567
+
33568
+ 6. Trademarks. This License does not grant permission to use the trade
33569
+ names, trademarks, service marks, or product names of the Licensor,
33570
+ except as required for reasonable and customary use in describing the
33571
+ origin of the Work and reproducing the content of the NOTICE file.
33572
+
33573
+ 7. Disclaimer of Warranty. Unless required by applicable law or
33574
+ agreed to in writing, Licensor provides the Work (and each
33575
+ Contributor provides its Contributions) on an "AS IS" BASIS,
33576
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
33577
+ implied, including, without limitation, any warranties or conditions
33578
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
33579
+ PARTICULAR PURPOSE. You are solely responsible for determining the
33580
+ appropriateness of using or redistributing the Work and assume any
33581
+ risks associated with Your exercise of permissions under this License.
33582
+
33583
+ 8. Limitation of Liability. In no event and under no legal theory,
33584
+ whether in tort (including negligence), contract, or otherwise,
33585
+ unless required by applicable law (such as deliberate and grossly
33586
+ negligent acts) or agreed to in writing, shall any Contributor be
33587
+ liable to You for damages, including any direct, indirect, special,
33588
+ incidental, or consequential damages of any character arising as a
33589
+ result of this License or out of the use or inability to use the
33590
+ Work (including but not limited to damages for loss of goodwill,
33591
+ work stoppage, computer failure or malfunction, or any and all
33592
+ other commercial damages or losses), even if such Contributor
33593
+ has been advised of the possibility of such damages.
33594
+
33595
+ 9. Accepting Warranty or Additional Liability. While redistributing
33596
+ the Work or Derivative Works thereof, You may choose to offer,
33597
+ and charge a fee for, acceptance of support, warranty, indemnity,
33598
+ or other liability obligations and/or rights consistent with this
33599
+ License. However, in accepting such obligations, You may act only
33600
+ on Your own behalf and on Your sole responsibility, not on behalf
33601
+ of any other Contributor, and only if You agree to indemnify,
33602
+ defend, and hold each Contributor harmless for any liability
33603
+ incurred by, or claims asserted against, such Contributor by reason
33604
+ of your accepting any such warranty or additional liability.
33605
+
33606
+ END OF TERMS AND CONDITIONS
33607
+
33608
+ APPENDIX: How to apply the Apache License to your work.
33609
+
33610
+ To apply the Apache License to your work, attach the following
33611
+ boilerplate notice, with the fields enclosed by brackets "[]"
33612
+ replaced with your own identifying information. (Don't include
33613
+ the brackets!) The text should be enclosed in the appropriate
33614
+ comment syntax for the file format. We also recommend that a
33615
+ file or class name and description of purpose be included on the
33616
+ same "printed page" as the copyright notice for easier
33617
+ identification within third-party archives.
33618
+
33619
+ Copyright [yyyy] [name of copyright owner]
33620
+
33621
+ Licensed under the Apache License, Version 2.0 (the "License");
33622
+ you may not use this file except in compliance with the License.
33623
+ You may obtain a copy of the License at
33624
+
33625
+ http://www.apache.org/licenses/LICENSE-2.0
33626
+
33627
+ Unless required by applicable law or agreed to in writing, software
33628
+ distributed under the License is distributed on an "AS IS" BASIS,
33629
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33630
+ See the License for the specific language governing permissions and
33631
+ limitations under the License.
33632
+
33633
+
33634
+ Licenses for support code
33635
+ -------------------------
33636
+
33637
+ Parts of the TLS test suite are under the Go license. This code is not included
33638
+ in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so
33639
+ distributing code linked against BoringSSL does not trigger this license:
33640
+
33641
+ Copyright (c) 2009 The Go Authors. All rights reserved.
33642
+
33643
+ Redistribution and use in source and binary forms, with or without
33644
+ modification, are permitted provided that the following conditions are
33645
+ met:
33646
+
33647
+ * Redistributions of source code must retain the above copyright
33648
+ notice, this list of conditions and the following disclaimer.
33649
+ * Redistributions in binary form must reproduce the above
33650
+ copyright notice, this list of conditions and the following disclaimer
33651
+ in the documentation and/or other materials provided with the
33652
+ distribution.
33653
+ * Neither the name of Google Inc. nor the names of its
33654
+ contributors may be used to endorse or promote products derived from
33655
+ this software without specific prior written permission.
33656
+
33657
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33658
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33659
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33660
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33661
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33662
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33663
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33664
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33665
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33666
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33667
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33668
+
33669
+
33670
+ BoringSSL uses the Chromium test infrastructure to run a continuous build,
33671
+ trybots etc. The scripts which manage this, and the script for generating build
33672
+ metadata, are under the Chromium license. Distributing code linked against
33673
+ BoringSSL does not trigger this license.
33674
+
33675
+ Copyright 2015 The Chromium Authors. All rights reserved.
33676
+
33677
+ Redistribution and use in source and binary forms, with or without
33678
+ modification, are permitted provided that the following conditions are
33679
+ met:
33680
+
33681
+ * Redistributions of source code must retain the above copyright
33682
+ notice, this list of conditions and the following disclaimer.
33683
+ * Redistributions in binary form must reproduce the above
33684
+ copyright notice, this list of conditions and the following disclaimer
33685
+ in the documentation and/or other materials provided with the
33686
+ distribution.
33687
+ * Neither the name of Google Inc. nor the names of its
33688
+ contributors may be used to endorse or promote products derived from
33689
+ this software without specific prior written permission.
33690
+
33691
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
33692
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33693
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33694
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33695
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33696
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
33697
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33698
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33699
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33700
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33701
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33702
+
33703
+ ================================================================================
33704
+ ring LICENSE-other-bits
33705
+ ================================================================================
33706
+
33707
+ Copyright 2015-2025 Brian Smith.
33708
+
33709
+ Permission to use, copy, modify, and/or distribute this software for any
33710
+ purpose with or without fee is hereby granted, provided that the above
33711
+ copyright notice and this permission notice appear in all copies.
33712
+
33713
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33714
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33715
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
33716
+ SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
33717
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
33718
+ OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
33719
+ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
33720
+
33721
+ ================================================================================
33722
+ ring src/polyfill/once_cell/LICENSE-APACHE
33723
+ ================================================================================
33724
+
33725
+ Apache License
33726
+ Version 2.0, January 2004
33727
+ http://www.apache.org/licenses/
33728
+
33729
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
33730
+
33731
+ 1. Definitions.
33732
+
33733
+ "License" shall mean the terms and conditions for use, reproduction,
33734
+ and distribution as defined by Sections 1 through 9 of this document.
33735
+
33736
+ "Licensor" shall mean the copyright owner or entity authorized by
33737
+ the copyright owner that is granting the License.
33738
+
33739
+ "Legal Entity" shall mean the union of the acting entity and all
33740
+ other entities that control, are controlled by, or are under common
33741
+ control with that entity. For the purposes of this definition,
33742
+ "control" means (i) the power, direct or indirect, to cause the
33743
+ direction or management of such entity, whether by contract or
33744
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
33745
+ outstanding shares, or (iii) beneficial ownership of such entity.
33746
+
33747
+ "You" (or "Your") shall mean an individual or Legal Entity
33748
+ exercising permissions granted by this License.
33749
+
33750
+ "Source" form shall mean the preferred form for making modifications,
33751
+ including but not limited to software source code, documentation
33752
+ source, and configuration files.
33753
+
33754
+ "Object" form shall mean any form resulting from mechanical
33755
+ transformation or translation of a Source form, including but
33756
+ not limited to compiled object code, generated documentation,
33757
+ and conversions to other media types.
33758
+
33759
+ "Work" shall mean the work of authorship, whether in Source or
33760
+ Object form, made available under the License, as indicated by a
33761
+ copyright notice that is included in or attached to the work
33762
+ (an example is provided in the Appendix below).
33763
+
33764
+ "Derivative Works" shall mean any work, whether in Source or Object
33765
+ form, that is based on (or derived from) the Work and for which the
33766
+ editorial revisions, annotations, elaborations, or other modifications
33767
+ represent, as a whole, an original work of authorship. For the purposes
33768
+ of this License, Derivative Works shall not include works that remain
33769
+ separable from, or merely link (or bind by name) to the interfaces of,
33770
+ the Work and Derivative Works thereof.
33771
+
33772
+ "Contribution" shall mean any work of authorship, including
33773
+ the original version of the Work and any modifications or additions
33774
+ to that Work or Derivative Works thereof, that is intentionally
33775
+ submitted to Licensor for inclusion in the Work by the copyright owner
33776
+ or by an individual or Legal Entity authorized to submit on behalf of
33777
+ the copyright owner. For the purposes of this definition, "submitted"
33778
+ means any form of electronic, verbal, or written communication sent
33779
+ to the Licensor or its representatives, including but not limited to
33780
+ communication on electronic mailing lists, source code control systems,
33781
+ and issue tracking systems that are managed by, or on behalf of, the
33782
+ Licensor for the purpose of discussing and improving the Work, but
33783
+ excluding communication that is conspicuously marked or otherwise
33784
+ designated in writing by the copyright owner as "Not a Contribution."
33785
+
33786
+ "Contributor" shall mean Licensor and any individual or Legal Entity
33787
+ on behalf of whom a Contribution has been received by Licensor and
33788
+ subsequently incorporated within the Work.
33789
+
33790
+ 2. Grant of Copyright License. Subject to the terms and conditions of
33791
+ this License, each Contributor hereby grants to You a perpetual,
33792
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33793
+ copyright license to reproduce, prepare Derivative Works of,
33794
+ publicly display, publicly perform, sublicense, and distribute the
33795
+ Work and such Derivative Works in Source or Object form.
33796
+
33797
+ 3. Grant of Patent License. Subject to the terms and conditions of
33798
+ this License, each Contributor hereby grants to You a perpetual,
33799
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
33800
+ (except as stated in this section) patent license to make, have made,
33801
+ use, offer to sell, sell, import, and otherwise transfer the Work,
33802
+ where such license applies only to those patent claims licensable
33803
+ by such Contributor that are necessarily infringed by their
33804
+ Contribution(s) alone or by combination of their Contribution(s)
33805
+ with the Work to which such Contribution(s) was submitted. If You
33806
+ institute patent litigation against any entity (including a
33807
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
33808
+ or a Contribution incorporated within the Work constitutes direct
33809
+ or contributory patent infringement, then any patent licenses
33810
+ granted to You under this License for that Work shall terminate
33811
+ as of the date such litigation is filed.
33812
+
33813
+ 4. Redistribution. You may reproduce and distribute copies of the
33814
+ Work or Derivative Works thereof in any medium, with or without
33815
+ modifications, and in Source or Object form, provided that You
33816
+ meet the following conditions:
33817
+
33818
+ (a) You must give any other recipients of the Work or
33819
+ Derivative Works a copy of this License; and
33820
+
33821
+ (b) You must cause any modified files to carry prominent notices
33822
+ stating that You changed the files; and
33823
+
33824
+ (c) You must retain, in the Source form of any Derivative Works
33825
+ that You distribute, all copyright, patent, trademark, and
33826
+ attribution notices from the Source form of the Work,
33827
+ excluding those notices that do not pertain to any part of
33828
+ the Derivative Works; and
33829
+
33830
+ (d) If the Work includes a "NOTICE" text file as part of its
33831
+ distribution, then any Derivative Works that You distribute must
33832
+ include a readable copy of the attribution notices contained
33833
+ within such NOTICE file, excluding those notices that do not
33834
+ pertain to any part of the Derivative Works, in at least one
33835
+ of the following places: within a NOTICE text file distributed
33836
+ as part of the Derivative Works; within the Source form or
33837
+ documentation, if provided along with the Derivative Works; or,
33838
+ within a display generated by the Derivative Works, if and
33839
+ wherever such third-party notices normally appear. The contents
33840
+ of the NOTICE file are for informational purposes only and
33841
+ do not modify the License. You may add Your own attribution
33842
+ notices within Derivative Works that You distribute, alongside
33843
+ or as an addendum to the NOTICE text from the Work, provided
33844
+ that such additional attribution notices cannot be construed
33845
+ as modifying the License.
33846
+
33847
+ You may add Your own copyright statement to Your modifications and
33848
+ may provide additional or different license terms and conditions
33849
+ for use, reproduction, or distribution of Your modifications, or
33850
+ for any such Derivative Works as a whole, provided Your use,
33851
+ reproduction, and distribution of the Work otherwise complies with
33852
+ the conditions stated in this License.
33853
+
33854
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
33855
+ any Contribution intentionally submitted for inclusion in the Work
33856
+ by You to the Licensor shall be under the terms and conditions of
33857
+ this License, without any additional terms or conditions.
33858
+ Notwithstanding the above, nothing herein shall supersede or modify
33859
+ the terms of any separate license agreement you may have executed
33860
+ with Licensor regarding such Contributions.
33861
+
33862
+ 6. Trademarks. This License does not grant permission to use the trade
33863
+ names, trademarks, service marks, or product names of the Licensor,
33864
+ except as required for reasonable and customary use in describing the
33865
+ origin of the Work and reproducing the content of the NOTICE file.
33866
+
33867
+ 7. Disclaimer of Warranty. Unless required by applicable law or
33868
+ agreed to in writing, Licensor provides the Work (and each
33869
+ Contributor provides its Contributions) on an "AS IS" BASIS,
33870
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
33871
+ implied, including, without limitation, any warranties or conditions
33872
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
33873
+ PARTICULAR PURPOSE. You are solely responsible for determining the
33874
+ appropriateness of using or redistributing the Work and assume any
33875
+ risks associated with Your exercise of permissions under this License.
33876
+
33877
+ 8. Limitation of Liability. In no event and under no legal theory,
33878
+ whether in tort (including negligence), contract, or otherwise,
33879
+ unless required by applicable law (such as deliberate and grossly
33880
+ negligent acts) or agreed to in writing, shall any Contributor be
33881
+ liable to You for damages, including any direct, indirect, special,
33882
+ incidental, or consequential damages of any character arising as a
33883
+ result of this License or out of the use or inability to use the
33884
+ Work (including but not limited to damages for loss of goodwill,
33885
+ work stoppage, computer failure or malfunction, or any and all
33886
+ other commercial damages or losses), even if such Contributor
33887
+ has been advised of the possibility of such damages.
33888
+
33889
+ 9. Accepting Warranty or Additional Liability. While redistributing
33890
+ the Work or Derivative Works thereof, You may choose to offer,
33891
+ and charge a fee for, acceptance of support, warranty, indemnity,
33892
+ or other liability obligations and/or rights consistent with this
33893
+ License. However, in accepting such obligations, You may act only
33894
+ on Your own behalf and on Your sole responsibility, not on behalf
33895
+ of any other Contributor, and only if You agree to indemnify,
33896
+ defend, and hold each Contributor harmless for any liability
33897
+ incurred by, or claims asserted against, such Contributor by reason
33898
+ of your accepting any such warranty or additional liability.
33899
+
33900
+ END OF TERMS AND CONDITIONS
33901
+
33902
+ APPENDIX: How to apply the Apache License to your work.
33903
+
33904
+ To apply the Apache License to your work, attach the following
33905
+ boilerplate notice, with the fields enclosed by brackets "[]"
33906
+ replaced with your own identifying information. (Don't include
33907
+ the brackets!) The text should be enclosed in the appropriate
33908
+ comment syntax for the file format. We also recommend that a
33909
+ file or class name and description of purpose be included on the
33910
+ same "printed page" as the copyright notice for easier
33911
+ identification within third-party archives.
33912
+
33913
+ Copyright [yyyy] [name of copyright owner]
33914
+
33915
+ Licensed under the Apache License, Version 2.0 (the "License");
33916
+ you may not use this file except in compliance with the License.
33917
+ You may obtain a copy of the License at
33918
+
33919
+ http://www.apache.org/licenses/LICENSE-2.0
33920
+
33921
+ Unless required by applicable law or agreed to in writing, software
33922
+ distributed under the License is distributed on an "AS IS" BASIS,
33923
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33924
+ See the License for the specific language governing permissions and
33925
+ limitations under the License.
33926
+
33927
+ ================================================================================
33928
+ ring src/polyfill/once_cell/LICENSE-MIT
33929
+ ================================================================================
33930
+
33931
+ Permission is hereby granted, free of charge, to any
33932
+ person obtaining a copy of this software and associated
33933
+ documentation files (the "Software"), to deal in the
33934
+ Software without restriction, including without
33935
+ limitation the rights to use, copy, modify, merge,
33936
+ publish, distribute, sublicense, and/or sell copies of
33937
+ the Software, and to permit persons to whom the Software
33938
+ is furnished to do so, subject to the following
33939
+ conditions:
33940
+
33941
+ The above copyright notice and this permission notice
33942
+ shall be included in all copies or substantial portions
33943
+ of the Software.
33944
+
33945
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
33946
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
33947
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
33948
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
33949
+ SHALL THE AUTHOR OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
33950
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
33951
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
33952
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
33953
+ DEALINGS IN THE SOFTWARE.
33623
33954
 
33624
33955
  ================================================================================
33625
33956
  ring third_party/fiat/LICENSE
33626
33957
  ================================================================================
33627
33958
 
33628
- The MIT License (MIT)
33959
+ The Apache License, Version 2.0 (Apache-2.0)
33629
33960
 
33630
- Copyright (c) 2015-2020 the fiat-crypto authors (see
33631
- https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS).
33961
+ Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file)
33632
33962
 
33633
- Permission is hereby granted, free of charge, to any person obtaining a copy
33634
- of this software and associated documentation files (the "Software"), to deal
33635
- in the Software without restriction, including without limitation the rights
33636
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33637
- copies of the Software, and to permit persons to whom the Software is
33638
- furnished to do so, subject to the following conditions:
33963
+ Licensed under the Apache License, Version 2.0 (the "License");
33964
+ you may not use this file except in compliance with the License.
33965
+ You may obtain a copy of the License at
33639
33966
 
33640
- The above copyright notice and this permission notice shall be included in all
33641
- copies or substantial portions of the Software.
33967
+ http://www.apache.org/licenses/LICENSE-2.0
33642
33968
 
33643
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33644
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33645
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33646
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33647
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33648
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33649
- SOFTWARE.
33969
+ Unless required by applicable law or agreed to in writing, software
33970
+ distributed under the License is distributed on an "AS IS" BASIS,
33971
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33972
+ See the License for the specific language governing permissions and
33973
+ limitations under the License.
33650
33974
 
33651
33975
  ================================================================================
33652
33976
  rle-decode-fast LICENSE-APACHE
@@ -38728,32 +39052,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
38728
39052
  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38729
39053
  DEALINGS IN THE SOFTWARE.
38730
39054
 
38731
- ================================================================================
38732
- spin LICENSE
38733
- ================================================================================
38734
-
38735
- The MIT License (MIT)
38736
-
38737
- Copyright (c) 2014 Mathijs van de Nes
38738
-
38739
- Permission is hereby granted, free of charge, to any person obtaining a copy
38740
- of this software and associated documentation files (the "Software"), to deal
38741
- in the Software without restriction, including without limitation the rights
38742
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
38743
- copies of the Software, and to permit persons to whom the Software is
38744
- furnished to do so, subject to the following conditions:
38745
-
38746
- The above copyright notice and this permission notice shall be included in all
38747
- copies or substantial portions of the Software.
38748
-
38749
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38750
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38751
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38752
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38753
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38754
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38755
- SOFTWARE.
38756
-
38757
39055
  ================================================================================
38758
39056
  sqlparser LICENSE.TXT
38759
39057
  ================================================================================