diff --git a/fixtures/program/licensetype.json b/fixtures/program/licensetype.json index 8661b1d2bf3a7ca57c44e079251e56e325f1fa83..93d21d5b035e83a694332b0fb35afb1cf4044249 100644 --- a/fixtures/program/licensetype.json +++ b/fixtures/program/licensetype.json @@ -3,64 +3,64 @@ "model": "program.licensetype", "pk": 1, "fields": { - "name": "pd", - "type": "Public Domain" + "name": "Public Domain", + "type": "cc-0" } }, { "model": "program.licensetype", "pk": 2, "fields": { - "name": "cc-by", - "type": "Creative Commons Attribution" + "name": "Creative Commons Attribution", + "type": "cc-by" } }, { "model": "program.licensetype", "pk": 3, "fields": { - "name": "cc-by-sa", - "type": "Creative Commons Attribution-ShareAlike" + "name": "Creative Commons Attribution-ShareAlike", + "type": "cc-by-sa" } }, { "model": "program.licensetype", "pk": 4, "fields": { - "name": "cc-by-nc", - "type": "Creative Commons Attribution-NonCommercial" + "name": "Creative Commons Attribution-NonCommercial", + "type": "cc-by-nc" } }, { "model": "program.licensetype", "pk": 5, "fields": { - "name": "cc-by-nc-sa", - "type": "Creative Commons Attribution-NonCommercial-ShareAlike" + "name": "Creative Commons Attribution-NonCommercial-ShareAlike", + "type": "cc-by-nc-sa" } }, { "model": "program.licensetype", "pk": 6, "fields": { - "name": "cc-by-nd", - "type": "Creative Commons Attribution-NoDerivatives" + "name": "Creative Commons Attribution-NoDerivatives", + "type": "cc-by-nd" } }, { "model": "program.licensetype", "pk": 7, "fields": { - "name": "cc-by-nc-nd", - "type": "Creative Commons Attribution-NonCommercial-NoDerivatives" + "name": "Creative Commons Attribution-NonCommercial-NoDerivatives", + "type": "cc-by-nc-nd" } }, { "model": "program.licensetype", "pk": 8, "fields": { - "name": "gfdl", - "type": "GNU Free Documentation License" + "name": "All Rights Reserved", + "type": "all-rights-reserved" } } ] \ No newline at end of file