js: relicense js library to Apache 2.0

This commit is contained in:
weishu
2024-02-23 21:30:02 +08:00
parent c95163b144
commit 8685fa1f60

View File

@@ -1,6 +1,6 @@
{ {
"name": "kernelsu", "name": "kernelsu",
"version": "1.0.5", "version": "1.0.6",
"description": "Library for KernelSU's module WebUI", "description": "Library for KernelSU's module WebUI",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -17,7 +17,7 @@
"webui" "webui"
], ],
"author": "weishu", "author": "weishu",
"license": "GPL-3.0-or-later", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/tiann/KernelSU/issues" "url": "https://github.com/tiann/KernelSU/issues"
}, },