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