guix-commits
[Top][All Lists]
Advanced

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

03/06: guix: Add Open Software License 2.1.


From: guix-commits
Subject: 03/06: guix: Add Open Software License 2.1.
Date: Thu, 28 Jan 2021 09:09:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 446c7113086bce4e601d57cbf45122c46dfb5b14
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 25 18:06:29 2021 +0100

    guix: Add Open Software License 2.1.
    
    * guix/licenses.scm (osl2.1): New variable.
---
 guix/licenses.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 63010a7..1091eee 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -61,7 +61,7 @@
             gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
             gfl1.0
             fdl1.1+ fdl1.2+ fdl1.3+
-            opl1.0+
+            opl1.0+ osl2.1
             isc
             ijg
             ibmpl1.0
@@ -371,6 +371,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://opencontent.org/openpub/";
            "https://www.gnu.org/licenses/license-list#OpenPublicationL";))
 
+(define osl2.1
+  (license "The Open Software License 2.1"
+           "https://opensource.org/licenses/osl-2.1.php";
+           "https://www.gnu.org/licenses/license-list#OSL";))
+
 (define isc
   (license "ISC"
            "http://directory.fsf.org/wiki/License:ISC";



reply via email to

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