From 7d06acd46c15634cbeded3067a2c29ecca484cef Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Fri, 8 Nov 2019 18:10:11 +0100 Subject: [PATCH] Update License.json --- data/License.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/License.json b/data/License.json index f8f03f559..8d500d302 100644 --- a/data/License.json +++ b/data/License.json @@ -272,5 +272,26 @@ "name": "McRae General Public License", "permissiveAdaptation": true, "permissiveCommercial": false + }, + { + "id": 41, + "descriptionUrl": "http://www.affero.org/oagpl.html", + "name": "AGPLv1", + "permissiveAdaptation": true, + "permissiveCommercial": true + }, + { + "id": 42, + "descriptionUrl": "http://www.affero.org/agpl2.html", + "name": "AGPLv2", + "permissiveAdaptation": true, + "permissiveCommercial": true + }, + { + "id": 43, + "descriptionUrl": "https://www.gnu.org/licenses/agpl-3.0.html", + "name": "AGPLv3", + "permissiveAdaptation": true, + "permissiveCommercial": true } -] \ No newline at end of file +]