From 6529534587989224563221a3f33e316f6fb75822 Mon Sep 17 00:00:00 2001 From: Antero Mejr Date: Fri, 24 Feb 2023 03:22:17 +0000 Subject: import: Add EUPL 1.1 to the SPDX license name converter. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/import/utils.scm (spdx-string->license): Add EUPL-1.1 identifier. Signed-off-by: Ludovic Courtès --- 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) -- cgit v1.2.3