guix-commits
[Top][All Lists]
Advanced

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

01/02: licenses: Add EUPL 1.1.


From: guix-commits
Subject: 01/02: licenses: Add EUPL 1.1.
Date: Sat, 26 Nov 2022 03:56:31 -0500 (EST)

lbraun pushed a commit to branch master
in repository guix.

commit 50546f9c0c044d65e99dad476637b9b8326888ef
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Wed Nov 9 18:42:25 2022 +0000

    licenses: Add EUPL 1.1.
    
    * guix/licenses.scm (eupl1.1): New variable.
    
    Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
---
 guix/licenses.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 80cf0f1114..632c9174df 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -57,6 +57,7 @@
             edl1.0
             epl1.0
             epl2.0
+            eupl1.1
             eupl1.2
             expat expat-0
             freetype
@@ -344,6 +345,11 @@ at URI, which may be a file:// URI pointing the package's 
tree."
            "https://www.eclipse.org/legal/epl-2.0/";
            "https://www.gnu.org/licenses/license-list#EPL2";))
 
+(define eupl1.1
+  (license "EUPL 1.1"
+           "https://directory.fsf.org/wiki/License:EUPL-1.1";
+           "https://www.gnu.org/licenses/license-list#EUPL-1.1";))
+
 (define eupl1.2
   (license "EUPL 1.2"
            "https://directory.fsf.org/wiki/License:EUPL-1.2";



reply via email to

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