From ca3b026b774fc6509afe6f55c4450f8276f950ff Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Mon, 8 May 2023 10:11:49 +0200
Subject: [PATCH] Added missing licenses (other-opensource, other-commercial,
 other-freeware)

---
 licenses.json | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/licenses.json b/licenses.json
index b2bd1fd6..c9d7905a 100644
--- a/licenses.json
+++ b/licenses.json
@@ -177,6 +177,22 @@
     "title": "Andere geschlossene Lizenz",
     "url": ""
   },
+  {
+    "id": "http://dcat-ap.de/def/licenses/other-commercial",
+    "is_okd_compliant": false,
+    "is_osi_compliant": false,
+    "status": "active",
+    "title": "Andere kommerzielle Lizenz",
+    "url": ""
+  },
+  {
+    "id": "http://dcat-ap.de/def/licenses/other-freeware",
+    "is_okd_compliant": false,
+    "is_osi_compliant": false,
+    "status": "active",
+    "title": "Andere Freeware Lizenz",
+    "url": ""
+  },
   {
     "id": "http://dcat-ap.de/def/licenses/other-open",
     "is_okd_compliant": false,
@@ -185,6 +201,14 @@
     "title": "Andere offene Lizenz",
     "url": ""
   },
+  {
+    "id": "http://dcat-ap.de/def/licenses/other-opensource",
+    "is_okd_compliant": false,
+    "is_osi_compliant": false,
+    "status": "active",
+    "title": "Andere Open Source Lizenz",
+    "url": ""
+  },
   {
     "id": "http://dcat-ap.de/def/licenses/dl-by-de/1.0",
     "is_okd_compliant": true,
-- 
GitLab