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 @@
"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
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