guix-commits
[Top][All Lists]
Advanced

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

13/18: import: Add EUPL 1.1 to the SPDX license name converter.


From: guix-commits
Subject: 13/18: import: Add EUPL 1.1 to the SPDX license name converter.
Date: Fri, 10 Mar 2023 11:41:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6529534587989224563221a3f33e316f6fb75822
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Fri Feb 24 03:22:17 2023 +0000

    import: Add EUPL 1.1 to the SPDX license name converter.
    
    * guix/import/utils.scm (spdx-string->license): Add EUPL-1.1 identifier.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/import/utils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/utils.scm b/guix/import/utils.scm
index ee64faa886..2da5d93a67 100644
--- a/guix/import/utils.scm
+++ b/guix/import/utils.scm
@@ -198,6 +198,7 @@ thrown."
     ("CPL-1.0"                    . license:cpl1.0)
     ("EPL-1.0"                    . license:epl1.0)
     ("EPL-2.0"                    . license:epl2.0)
+    ("EUPL-1.1"                   . license:eupl1.1)
     ("EUPL-1.2"                   . license:eupl1.2)
     ("MIT"                        . license:expat)
     ("MIT-0"                      . license:expat-0)



reply via email to

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