licenses: Add the Open Publication License 1.0.
authorMark H Weaver <mhw@netris.org>
Wed, 3 Jun 2015 05:18:26 +0000 (01:18 -0400)
committerMark H Weaver <mhw@netris.org>
Fri, 5 Jun 2015 04:58:53 +0000 (00:58 -0400)
* guix/licenses.scm (opl1.0+): New variable.

guix/licenses.scm

index 1be3500..4804421 100644 (file)
@@ -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"