diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-24 20:36:20 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-24 20:36:20 -0500 |
commit | 1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e (patch) | |
tree | 7eefc39e6026e2a63f5102e8a07df070b0c3ff83 | |
parent | 28a7a0bc1cc9890bc0beda6d22b2084013cf6498 (diff) | |
download | ca-certificates-1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e.tar.gz ca-certificates-1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e.tar.bz2 ca-certificates-1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e.tar.xz ca-certificates-1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e.zip |
Add readme and license files20180411
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | README.rst | 35 |
2 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,5 @@ +* certdata.txt: Licensed MPL-2.0, like NSS upstream. + +* certdata2pem.py: Licensed GPL-2.0+. + +* update-ca*: License GPL-2.0+ by Debian. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..d252ecb --- /dev/null +++ b/README.rst @@ -0,0 +1,35 @@ +==================================== + README for CA Certificates Package +==================================== +:Authors: + * **A. Wilcox**, maintainer +:Status: + Production +:Copyright: + © 2018 Adélie Linux Team. + + + + +Introduction +============ + +This repository contains the contents of the Adélie Linux ca-certificates +package. The contents of this repository are used to create the APK package +that ships on all Adélie Linux computers. + + +Licenses +````````` +The upstream certificate data is part of NSS; it is distributed under the +Mozilla Public License version 2.0. + +The manipulation code is all licensed under GPL 2.0. + + +Changes +``````` +Any changes to this repository - additions, removal, or version bumps - must +be reviewed before being pushed to the master branch. There are no exceptions +to this rule. For security-sensitive updates, contact the Security Team at +sec-bugs@adelielinux.org. |