From 0055df110e01a20ed6e5e7c953141f4094dc23ff Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 6 Oct 2018 14:05:23 +0200 Subject: [PATCH] Added 1 new licence --- data/License.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/License.json b/data/License.json index 7a1edc8d1..a65318590 100644 --- a/data/License.json +++ b/data/License.json @@ -218,5 +218,12 @@ "name": "Permissive but non-commercial", "permissiveAdaptation": true, "permissiveCommercial": false + }, + { + "id": 33, + "descriptionUrl": "https://www.mozilla.org/MPL/2.0/", + "name": "Mozilla Public License, version 2.0", + "permissiveAdaptation": true, + "permissiveCommercial": true } -] \ No newline at end of file +]