From d9347c174cce7e1214b513d015bf004c0f65accc Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 24 May 2024 22:31:31 +0200 Subject: [PATCH] [TASK] Switch the license in the package.json to GPL V2 (#1325) TYPO3 Extensions are GPL V2+. This is already stated in LICENSE and composer.json. For some reason package.json had a different license, which is now streamlined. Resolves: #1305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96b1ab3..8e60cbe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "module", "author": "", "version": "1.0.0", - "license": "ISC", + "license": "GPL-2.0-or-later", "engines": { "node": "^18.20.0", "npm": "^10.5.0"