guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add epl2.0.


From: guix-commits
Subject: 01/02: gnu: Add epl2.0.
Date: Fri, 8 Mar 2019 17:19:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8057c9e906fefb8df9ef94a83a644c9d7b1b0cd0
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 8 23:18:01 2019 +0100

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

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 4ef3ed1..d22c3fa 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -50,6 +50,7 @@
             cpl1.0
             edl1.0
             epl1.0
+            epl2.0
             expat
             freetype
             freebsd-doc
@@ -274,6 +275,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "http://directory.fsf.org/wiki/License:EPLv1.0";
            "https://www.gnu.org/licenses/license-list#EPL";))
 
+(define epl2.0
+  (license "EPL 2.0"
+           "https://www.eclipse.org/legal/epl-2.0/";
+           "https://www.gnu.org/licenses/license-list#EPL2";))
+
 (define expat
   (license "Expat"
            "http://directory.fsf.org/wiki/License:Expat";



reply via email to

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