citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
99 stars 28 forks source link

license enum conversion #81

Open jspaaks opened 5 years ago

jspaaks commented 5 years ago

I may have an issue regarding licenses with converting from cff to zenodo. Both use a restricted vocabulary/enums for the license value, but cff uses SPDX while zenodo.json uses https://licenses.opendefinition.org/licenses/groups/all.json it seems. (needs confirmation)

specific problem occurs with license GPL-2.0-only (SPDX) v GPL-2.0 (opendefinition). on this repo/version: https://github.com/NLeSC/structure-from-motion/releases/tag/1.0.4. on zenodo the error is:

{
    "errors": "Unknown error occured."
}
jspaaks commented 3 years ago

related: https://github.com/schemaorg/suggestions-questions-brainstorming/issues/251