From 919f857bcab30b16a7ec808fab3d92e51e501c63 Mon Sep 17 00:00:00 2001 From: Nicolas CASTEJON <ext.sopra.ncastejon@grandlyon.com> Date: Mon, 24 Feb 2020 09:59:17 +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 c2ece5d..60adb6f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.6", "description": "description", "author": "", - "license": "MIT", + "license": "GNU Affero General Public License v3.0", "scripts": { "format": "prettier --write \"src/**/*.ts\"", "start": "ts-node -r tsconfig-paths/register src/main.ts", -- GitLab