summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2019-12-05 16:30:09 +0530
committerGuillaume Le Vaillant <glv@posteo.net>2020-03-24 11:42:40 +0100
commit5d33e789c2d8f90fa010b2974f6237aef23f4aec (patch)
tree38ab6654c30a0cedbd284b3f7f0faddc981b21f0
parentf7ac2fe1cef666facd2559e3166664d030daa099 (diff)
downloadpatches-5d33e789c2d8f90fa010b2974f6237aef23f4aec.tar
patches-5d33e789c2d8f90fa010b2974f6237aef23f4aec.tar.gz
licenses: Add Open Government Licence for Public Sector Information.
* guix/licenses.scm (ogl-psi1.0): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-rw-r--r--guix/licenses.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 9153c3ccae..deafe847db 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -75,6 +75,7 @@
ms-pl
ncsa
nmap
+ ogl-psi1.0
openldap2.8 openssl
perl-license
psfl public-domain
@@ -517,6 +518,11 @@ at URI, which may be a file:// URI pointing the package's tree."
"https://svn.nmap.org/nmap/COPYING"
"https://fedoraproject.org/wiki/Licensing/Nmap"))
+(define ogl-psi1.0
+ (license "Open Government Licence for Public Sector Information"
+ "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"
+ #f))
+
(define openssl
(license "OpenSSL"
"http://directory.fsf.org/wiki/License:OpenSSL"