From 490520545fa30dba2c7839af28a24f06cb6973d2 Mon Sep 17 00:00:00 2001 From: Nicolas CASTEJON <ext.sopra.ncastejon@grandlyon.com> Date: Mon, 24 Feb 2020 10:04:59 +0100 Subject: [PATCH] Update the license in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5678cc9..3887be0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "node index.js" }, "author": "", - "license": "ISC", + "license": "GNU Affero General Public License v3.0", "dependencies": { "axios": "^0.19.0", "cookie": "^0.4.0", -- GitLab