guix-patches
[Top][All Lists]
Advanced

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

bug#26861: [PATCH 28/31] licenses: Add EDL 1.0.


From: Ricardo Wurmus
Subject: bug#26861: [PATCH 28/31] licenses: Add EDL 1.0.
Date: Tue, 9 May 2017 23:28:45 +0200

* guix/licenses.scm (edl1.0): New variable.
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a95f89a7b..02ea596d1 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -43,6 +43,7 @@
             artistic2.0 clarified-artistic
             copyleft-next
             cpl1.0
+            edl1.0
             epl1.0
             expat
             freetype
@@ -231,6 +232,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://directory.fsf.org/wiki/License:CPLv1.0";
            "https://www.gnu.org/licenses/license-list#CommonPublicLicense10";))
 
+(define edl1.0
+  (license "EDL 1.0"
+           "http://directory.fsf.org/wiki/License:EDLv1.0";
+           "https://www.gnu.org/licenses/license-list#EDL";))
+
 (define epl1.0
   (license "EPL 1.0"
            "http://directory.fsf.org/wiki/License:EPLv1.0";
-- 
2.12.2







reply via email to

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