From dbfb35a7568d6b66826f6cb9c80f219bad1129f1 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Thu, 28 Jun 2018 18:32:32 +0200 Subject: [PATCH] Added three new licences I am not completely sure about the permissiveness of Apache, I must admit. --- data/License.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/License.json b/data/License.json index 4cc7026d0..c5948c8b2 100644 --- a/data/License.json +++ b/data/License.json @@ -117,5 +117,26 @@ "name": "ISC", "permissiveAdaptation": true, "permissiveCommercial": true + }, + { + "id": 18, + "descriptionUrl": "https://www.apache.org/licenses/LICENSE-2.0", + "name": "Apache 2.0", + "permissiveAdaptation": true, + "permissiveCommercial": true + }, + { + "id": 19, + "descriptionUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html", + "name": "GPLv2", + "permissiveAdaptation": true, + "permissiveCommercial": true + }, + { + "id": 20, + "descriptionUrl": null, + "name": "Public Domain", + "permissiveAdaptation": true, + "permissiveCommercial": true } -] \ No newline at end of file +]