guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: licenses: Add Open Government Licence for Public Sector Informati


From: guix-commits
Subject: 04/06: licenses: Add Open Government Licence for Public Sector Information.
Date: Tue, 24 Mar 2020 06:46:11 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 5d33e789c2d8f90fa010b2974f6237aef23f4aec
Author: Arun Isaac <address@hidden>
AuthorDate: Thu Dec 5 16:30:09 2019 +0530

    licenses: Add Open Government Licence for Public Sector Information.
    
    * guix/licenses.scm (ogl-psi1.0): New variable.
    
    Signed-off-by: Guillaume Le Vaillant <address@hidden>
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 9153c3c..deafe84 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";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]