licenses: Add Open Government Licence for Public Sector Information.
authorArun Isaac <arunisaac@systemreboot.net>
Thu, 5 Dec 2019 11:00:09 +0000 (16:30 +0530)
committerGuillaume Le Vaillant <glv@posteo.net>
Tue, 24 Mar 2020 10:42:40 +0000 (11:42 +0100)
* guix/licenses.scm (ogl-psi1.0): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
guix/licenses.scm

index 9153c3c..deafe84 100644 (file)
@@ -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"