summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 20:36:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-24 20:36:20 -0500
commit1eb1303d58ccffb304cbd11bf1b51bfb9ad48d0e (patch)
tree7eefc39e6026e2a63f5102e8a07df070b0c3ff83
parent28a7a0bc1cc9890bc0beda6d22b2084013cf6498 (diff)
downloadca-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--LICENSE5
-rw-r--r--README.rst35
2 files changed, 40 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..de19fd1
--- /dev/null
+++ b/LICENSE
@@ -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.