diff mbox series

[bug#61745,2/5] import: Add EUPL 1.1 to the SPDX license name converter.

Message ID 20230224032220.14820-2-antero@mailbox.org
State New
Headers show
Series [bug#61745,1/5] licenses: Add LPL 1.02 (Lucent Public Licence). | expand

Commit Message

Antero Mejr Feb. 24, 2023, 3:22 a.m. UTC
* guix/import/utils.scm (spdx-string->license): Add EUPL-1.1 identifier.
---
 guix/import/utils.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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)