Update license from MIT to LGPL-3.0 in README files and package.json; add LICENSE file

This commit is contained in:
shuaiplus
2026-02-04 22:07:43 +08:00
parent 1e0c36c526
commit 8e10b65513
4 changed files with 165 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Minimal Bitwarden-compatible server running on Cloudflare Workers",
"author": "shuaiplus",
"license": "MIT",
"license": "LGPL-3.0",
"main": "src/index.ts",
"type": "module",
"scripts": {