me
/
guix
Archived
1
0
Fork 0

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>
master
Antero Mejr 2023-02-24 03:22:17 +00:00 committed by Ludovic Courtès
parent ea2ff18238
commit 6529534587
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -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)