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

Update license types

- replace cc0: No Rights Reserved with pd: Public Domain
- prefix the Creative Commons License names with `cc-`
- add gfdl: GNU Free Documentation License
parent d4dbf03a
No related branches found
No related tags found
No related merge requests found
Pipeline #2497 failed
...@@ -3,15 +3,15 @@ ...@@ -3,15 +3,15 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 1, "pk": 1,
"fields": { "fields": {
"name": "cc0", "name": "pd",
"type": "No Rights Reserved" "type": "Public Domain"
} }
}, },
{ {
"model": "program.licensetype", "model": "program.licensetype",
"pk": 2, "pk": 2,
"fields": { "fields": {
"name": "by", "name": "cc-by",
"type": "Creative Commons Attribution" "type": "Creative Commons Attribution"
} }
}, },
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 3, "pk": 3,
"fields": { "fields": {
"name": "by-sa", "name": "cc-by-sa",
"type": "Creative Commons Attribution-ShareAlike" "type": "Creative Commons Attribution-ShareAlike"
} }
}, },
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 4, "pk": 4,
"fields": { "fields": {
"name": "by-nc", "name": "cc-by-nc",
"type": "Creative Commons Attribution-NonCommercial" "type": "Creative Commons Attribution-NonCommercial"
} }
}, },
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 5, "pk": 5,
"fields": { "fields": {
"name": "by-nc-sa", "name": "cc-by-nc-sa",
"type": "Creative Commons Attribution-NonCommercial-ShareAlike" "type": "Creative Commons Attribution-NonCommercial-ShareAlike"
} }
}, },
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 6, "pk": 6,
"fields": { "fields": {
"name": "by-nd", "name": "cc-by-nd",
"type": "Creative Commons Attribution-NoDerivatives" "type": "Creative Commons Attribution-NoDerivatives"
} }
}, },
...@@ -51,8 +51,16 @@ ...@@ -51,8 +51,16 @@
"model": "program.licensetype", "model": "program.licensetype",
"pk": 7, "pk": 7,
"fields": { "fields": {
"name": "by-nc-nd", "name": "cc-by-nc-nd",
"type": "Creative Commons Attribution-NonCommercial-NoDerivatives" "type": "Creative Commons Attribution-NonCommercial-NoDerivatives"
} }
},
{
"model": "program.licensetype",
"pk": 8,
"fields": {
"name": "gfdl",
"type": "GNU Free Documentation License"
}
} }
] ]
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"pk": 3, "pk": 3,
"fields": { "fields": {
"name": "cba-podcast", "name": "cba-podcast",
"type": "CBA podcast" "type": "Cultural Broadcasting Archive Podcast"
} }
}, },
{ {
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"pk": 4, "pk": 4,
"fields": { "fields": {
"name": "cba-post", "name": "cba-post",
"type": "CBA post" "type": "Cultural Broadcasting Archive Post"
} }
}, },
{ {
......
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