guix-patches
[Top][All Lists]
Advanced

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

[bug#61745] [PATCH 2/5] import: Add EUPL 1.1 to the SPDX license name co


From: Antero Mejr
Subject: [bug#61745] [PATCH 2/5] import: Add EUPL 1.1 to the SPDX license name converter.
Date: Fri, 24 Feb 2023 03:22:17 +0000

* guix/import/utils.scm (spdx-string->license): Add EUPL-1.1 identifier.
---
 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 @@ (define %spdx-license-identifiers
     ("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)
-- 
2.38.1






reply via email to

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