Philip McGrath 07482dc051
import/utils: spdx-string->license: Match case-insensitively.
SPDX specifies that license identifiers (unlike the 'AND', 'OR', and
'WITH' operators) are matched case-insensitively.

* guix/import/utils.scm (%spdx-license-identifiers): New variable.
(spdx-string->license): Search in '%spdx-license-identifiers' using
'string-ci=?'.
* tests/import-utils.scm ("spdx-string->license"): New test.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-18 15:44:38 +01:00
..
2022-06-06 13:26:45 +02:00
2022-07-15 20:17:37 +02:00
2022-05-22 01:07:52 +02:00
2022-06-15 10:18:34 +02:00
2021-06-19 22:21:47 +02:00
2022-05-29 02:00:07 +02:00
2022-09-29 22:59:48 +02:00
2022-07-15 21:19:08 +02:00