From 0a5f64d68c492ac2f32b75f436f72be4a27094cc Mon Sep 17 00:00:00 2001 From: binaryfox Date: Sun, 20 Apr 2025 19:26:34 -0700 Subject: [PATCH] Update license declaration in package.json The LICENSE file was changed to GPLv2 in #14, but this was not reflected in package.json. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880e988..77702d2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/Cellivar/WebZLP.git" }, "author": "Cellivar Kangaroorat (https://github.com/cellivar)", - "license": "GPL-3.0-only", + "license": "GPL-2.0", "bugs": { "url": "https://github.com/Cellivar/WebZLP/issues" },