Skip to content
Snippets Groups Projects
Verified Commit da6ae3f0 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update fixture for LicenseType

Closes: #151
parent 384f17c4
No related branches found
No related tags found
No related merge requests found
Pipeline #3374 passed
...@@ -3,64 +3,64 @@ ...@@ -3,64 +3,64 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 1, "pk": 1,
"fields": { "fields": {
"name": "pd", "name": "Public Domain",
"type": "Public Domain" "type": "cc-0"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 2, "pk": 2,
"fields": { "fields": {
"name": "cc-by", "name": "Creative Commons Attribution",
"type": "Creative Commons Attribution" "type": "cc-by"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 3, "pk": 3,
"fields": { "fields": {
"name": "cc-by-sa", "name": "Creative Commons Attribution-ShareAlike",
"type": "Creative Commons Attribution-ShareAlike" "type": "cc-by-sa"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 4, "pk": 4,
"fields": { "fields": {
"name": "cc-by-nc", "name": "Creative Commons Attribution-NonCommercial",
"type": "Creative Commons Attribution-NonCommercial" "type": "cc-by-nc"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 5, "pk": 5,
"fields": { "fields": {
"name": "cc-by-nc-sa", "name": "Creative Commons Attribution-NonCommercial-ShareAlike",
"type": "Creative Commons Attribution-NonCommercial-ShareAlike" "type": "cc-by-nc-sa"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 6, "pk": 6,
"fields": { "fields": {
"name": "cc-by-nd", "name": "Creative Commons Attribution-NoDerivatives",
"type": "Creative Commons Attribution-NoDerivatives" "type": "cc-by-nd"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 7, "pk": 7,
"fields": { "fields": {
"name": "cc-by-nc-nd", "name": "Creative Commons Attribution-NonCommercial-NoDerivatives",
"type": "Creative Commons Attribution-NonCommercial-NoDerivatives" "type": "cc-by-nc-nd"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 8, "pk": 8,
"fields": { "fields": {
"name": "gfdl", "name": "All Rights Reserved",
"type": "GNU Free Documentation License" "type": "all-rights-reserved"
} }
} }
] ]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment