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" }