From da6ae3f044a17c64890d34570405fc1c2260d952 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Thu, 25 May 2023 12:41:05 -0400
Subject: [PATCH] Update fixture for LicenseType

Closes: #151
---
 fixtures/program/licensetype.json | 32 +++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/fixtures/program/licensetype.json b/fixtures/program/licensetype.json
index 8661b1d2..93d21d5b 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
-- 
GitLab