From 28a1e42cc4ad4abbd860bd163894f8991349f03a Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Mon, 6 Nov 2023 19:15:09 +0100 Subject: [PATCH] npm package*.json license MIT -> AGPL-3.0-only --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2570777..40d4246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "free-games-claimer", "version": "1.4.0", - "license": "MIT", + "license": "AGPL-3.0-only", "dependencies": { "cross-env": "^7.0.3", "dotenv": "^16.3.1", diff --git a/package.json b/package.json index eeb87de..a67392f 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "url": "https://github.com/vogler/free-games-claimer.git" }, "author": "Ralf Vogler", - "license": "MIT" + "license": "AGPL-3.0-only" }