diff options
author | Antero Mejr <antero@mailbox.org> | 2023-02-24 03:22:17 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-10 14:49:58 +0100 |
commit | 6529534587989224563221a3f33e316f6fb75822 (patch) | |
tree | 8da89703cc0fc49e667f8a624619f9119953673a /guix/import | |
parent | ea2ff18238afddee330e64cb6faf5fe9026d41b9 (diff) |
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>
Diffstat (limited to 'guix/import')
-rw-r--r-- | guix/import/utils.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |