From ed641c79262609bea2cafab3644ea6c53d6cdbc3 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Thu, 16 Aug 2018 03:48:58 +0200 Subject: [PATCH] Added a licence for a new list I'm not sure what counts as "permissive for adaption", but I've set it to false. --- data/License.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/License.json b/data/License.json index 98b41d2a0..71fab0c29 100644 --- a/data/License.json +++ b/data/License.json @@ -145,5 +145,12 @@ "name": "OSINT", "permissiveAdaptation": true, "permissiveCommercial": true + }, + { + "id": 22, + "descriptionUrl": "https://raw.githubusercontent.com/googlehosts/hosts/master/LICENSE", + "name": "GoogleHosts", + "permissiveAdaptation": false, + "permissiveCommercial": false } -] \ No newline at end of file +]