-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webpki-roots/webpki-root-certs: fix LICENSE files
These crates mistakenly had license files included for Apache and MIT licenses. Both are derived works under an MPL 2.0 license.
- Loading branch information
Showing
8 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This packge contains a modified version of ca-bundle.crt: | ||
|
||
ca-bundle.crt -- Bundle of CA Root Certificates | ||
|
||
Certificate data from Mozilla as of: Thu Nov 3 19:04:19 2011# | ||
This is a bundle of X.509 certificates of public Certificate Authorities | ||
(CA). These were automatically extracted from Mozilla's root certificates | ||
file (certdata.txt). This file can be found in the mozilla source tree: | ||
http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1# | ||
It contains the certificates in PEM format and therefore | ||
can be directly used with curl / libcurl / php_curl, or with | ||
an Apache+mod_ssl webserver for SSL client authentication. | ||
Just configure this file as the SSLCACertificateFile.# | ||
|
||
***** BEGIN LICENSE BLOCK ***** | ||
This Source Code Form is subject to the terms of the Mozilla Public License, | ||
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain | ||
one at http://mozilla.org/MPL/2.0/. | ||
|
||
***** END LICENSE BLOCK ***** | ||
@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../LICENSE-MPL |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../LICENSE-MPL |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.