IQSS / dataverse-sample-data

Scripts and sample data for demo purposes
6 stars 11 forks source link

sample datasets cannot be created in Dataverse 5.10+ due to backward incompatibility with regard to licenses #30

Closed pdurbin closed 2 years ago

pdurbin commented 2 years ago

Multiple licenses were introduced in 5.10 with this PR:

Since then, the datasets in this sample data repo can't be created. You'll get Error parsing dataset json

As far as I know, at minimum, you have to make this change:

-    "license": "CC0",
+    "license": "CC0 1.0",
mreekie commented 2 years ago

This will be included as pm.trivial. & pm.phil.

pdurbin commented 2 years ago

I just made the following PR to fix this: