From ad2cda8a41ef117db2637de17957bd58f351a5ba Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 11 Mar 2021 12:21:34 +0200 Subject: [PATCH] README.md: Add note about SPDX license identifiers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f845258..8d31b9b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ If you use the DSpace CSV metadata quality checker please cite: - Validate languages against ISO 639-1 (alpha2) and ISO 639-3 (alpha3) - Experimental validation of titles and abstracts against item's Dublin Core language field - Validate subjects against the AGROVOC REST API (see the `--agrovoc-fields` option) +- Validation of licenses against the list of [SPDX license identifiers](https://spdx.org/licenses) - Fix leading, trailing, and excessive (ie, more than one) whitespace - Fix invalid and unnecessary multi-value separators (`|`) using `--unsafe-fixes` - Fix problematic newlines (line feeds) using `--unsafe-fixes`