From 638e5b7fe15cfbcfd8304132760da8cb558b8d6d Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 1 May 2024 08:38:47 +0100 Subject: [PATCH] doc: fix default licenses in package.json (#304) --- integration-tests/package.json | 2 +- webui.dev/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index b116164..d6d5b8a 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -9,7 +9,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC", + "license": "AGPL-3.0-only", "devDependencies": { "chai": "^5.1.0", "eslint": "^8.51.0", diff --git a/webui.dev/package.json b/webui.dev/package.json index b51ce99..a2dd51d 100644 --- a/webui.dev/package.json +++ b/webui.dev/package.json @@ -26,5 +26,5 @@ "OliveTinLogo-120px.png", "OliveTinLogo-180px.png" ], - "license": "ISC" + "license": "AGPL-3.0-only" }