guix-commits
[Top][All Lists]
Advanced

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

04/05: licenses: Add the Open Publication License 1.0.


From: Mark H. Weaver
Subject: 04/05: licenses: Add the Open Publication License 1.0.
Date: Fri, 05 Jun 2015 04:59:07 +0000

mhw pushed a commit to branch master
in repository guix.

commit c058f4eca2cb17496cdcf1b1c755a04b9ab4b423
Author: Mark H Weaver <address@hidden>
Date:   Wed Jun 3 01:18:26 2015 -0400

    licenses: Add the Open Publication License 1.0.
    
    * guix/licenses.scm (opl1.0+): New variable.
---
 guix/licenses.scm |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1be3500..4804421 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -37,6 +37,7 @@
             freetype
             gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
             fdl1.3+
+            opl1.0+
             isc
             ijg
             ibmpl1.0
@@ -206,6 +207,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "https://www.gnu.org/licenses/fdl.html";
            "https://www.gnu.org/licenses/license-list#FDL";))
 
+(define opl1.0+
+  (license "Open Publication License 1.0 or later"
+           "http://opencontent.org/openpub/";
+           "https://www.gnu.org/licenses/license-list#OpenPublicationL";))
+
 (define isc
   (license "ISC"
            "http://directory.fsf.org/wiki/License:ISC";



reply via email to

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