From 8685fa1f603a279f70f19c4e28e7f3c4b86f76f2 Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 23 Feb 2024 21:30:02 +0800 Subject: [PATCH] js: relicense js library to Apache 2.0 --- js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/package.json b/js/package.json index 8fb1650afd83..1588b40f1ad8 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "kernelsu", - "version": "1.0.5", + "version": "1.0.6", "description": "Library for KernelSU's module WebUI", "main": "index.js", "scripts": { @@ -17,7 +17,7 @@ "webui" ], "author": "weishu", - "license": "GPL-3.0-or-later", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/tiann/KernelSU/issues" },