Skip to content

Commit 58a5b75

Browse files
authored
Merge pull request #133 from Cysharp/feature/Update-THIRD-PARTY-NOTICES
Update THIRD-PARTY-NOTICES
2 parents dcc13d9 + 678b8c7 commit 58a5b75

File tree

2 files changed

+72
-29
lines changed

2 files changed

+72
-29
lines changed

THIRD-PARTY-NOTICES

Lines changed: 71 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Overview of included licences:
44
- Apache License 2.0
55
- MIT License
66
- ISC License
7+
- Community Data License Agreement Permissive 2.0
78
- BSD 3-Clause "New" or "Revised" License
8-
- Mozilla Public License 2.0
99
- OpenSSL License
1010
- Unicode License Agreement - Data Files and Software (2016)
1111

@@ -2117,7 +2117,7 @@ limitations under the License.
21172117

21182118

21192119
--------------------------------------------------------------------------------
2120-
rustls-pki-types 1.7.0
2120+
rustls-pki-types 1.12.0
21212121
https://github.com/rustls/pki-types
21222122

21232123
Apache License
@@ -3277,6 +3277,75 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32773277
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32783278

32793279

3280+
--------------------------------------------------------------------------------
3281+
webpki-roots 0.26.11
3282+
https://github.com/rustls/webpki-roots
3283+
webpki-roots 1.0.0
3284+
https://github.com/rustls/webpki-roots
3285+
3286+
# Community Data License Agreement - Permissive - Version 2.0
3287+
3288+
This is the Community Data License Agreement - Permissive, Version
3289+
2.0 (the "agreement"). Data Provider(s) and Data Recipient(s) agree
3290+
as follows:
3291+
3292+
## 1. Provision of the Data
3293+
3294+
1.1. A Data Recipient may use, modify, and share the Data made
3295+
available by Data Provider(s) under this agreement if that Data
3296+
Recipient follows the terms of this agreement.
3297+
3298+
1.2. This agreement does not impose any restriction on a Data
3299+
Recipient's use, modification, or sharing of any portions of the
3300+
Data that are in the public domain or that may be used, modified,
3301+
or shared under any other legal exception or limitation.
3302+
3303+
## 2. Conditions for Sharing Data
3304+
3305+
2.1. A Data Recipient may share Data, with or without modifications, so
3306+
long as the Data Recipient makes available the text of this agreement
3307+
with the shared Data.
3308+
3309+
## 3. No Restrictions on Results
3310+
3311+
3.1. This agreement does not impose any restriction or obligations
3312+
with respect to the use, modification, or sharing of Results.
3313+
3314+
## 4. No Warranty; Limitation of Liability
3315+
3316+
4.1. All Data Recipients receive the Data subject to the following
3317+
terms:
3318+
3319+
THE DATA IS PROVIDED ON AN "AS IS" BASIS, WITHOUT REPRESENTATIONS,
3320+
WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED
3321+
INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
3322+
NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
3323+
3324+
NO DATA PROVIDER SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
3325+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
3326+
WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
3327+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
3328+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE DATA OR RESULTS,
3329+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
3330+
3331+
## 5. Definitions
3332+
3333+
5.1. "Data" means the material received by a Data Recipient under
3334+
this agreement.
3335+
3336+
5.2. "Data Provider" means any person who is the source of Data
3337+
provided under this agreement and in reliance on a Data Recipient's
3338+
agreement to its terms.
3339+
3340+
5.3. "Data Recipient" means any person who receives Data directly
3341+
or indirectly from a Data Provider and agrees to the terms of this
3342+
agreement.
3343+
3344+
5.4. "Results" means any outcome obtained by computational analysis
3345+
of Data, including for example machine learning models and models'
3346+
insights.
3347+
3348+
32803349
--------------------------------------------------------------------------------
32813350
ring 0.17.8
32823351
https://github.com/briansmith/ring
@@ -3948,33 +4017,6 @@ This project is dual-licensed under the Unlicense and MIT licenses.
39484017
You may use this code under the terms of either license.
39494018

39504019

3951-
--------------------------------------------------------------------------------
3952-
webpki-roots 0.26.1
3953-
https://github.com/rustls/webpki-roots
3954-
3955-
This packge contains a modified version of ca-bundle.crt:
3956-
3957-
ca-bundle.crt -- Bundle of CA Root Certificates
3958-
3959-
Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011#
3960-
This is a bundle of X.509 certificates of public Certificate Authorities
3961-
(CA). These were automatically extracted from Mozilla's root certificates
3962-
file (certdata.txt). This file can be found in the mozilla source tree:
3963-
http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1#
3964-
It contains the certificates in PEM format and therefore
3965-
can be directly used with curl / libcurl / php_curl, or with
3966-
an Apache+mod_ssl webserver for SSL client authentication.
3967-
Just configure this file as the SSLCACertificateFile.#
3968-
3969-
***** BEGIN LICENSE BLOCK *****
3970-
This Source Code Form is subject to the terms of the Mozilla Public License,
3971-
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
3972-
one at http://mozilla.org/MPL/2.0/.
3973-
3974-
***** END LICENSE BLOCK *****
3975-
@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
3976-
3977-
39784020
--------------------------------------------------------------------------------
39794021
ring 0.17.8
39804022
https://github.com/briansmith/ring

native/about.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ accepted = [
66
"MPL-2.0",
77
"OpenSSL",
88
"Unicode-DFS-2016",
9+
"CDLA-Permissive-2.0",
910
]
1011

1112
workarounds = [

0 commit comments

Comments
 (0)