chore: add LGPL-3.0-or-later license and update package.json licenses

- Add LICENSE file to root and cli/ directories with LGPL-3.0-or-later text
- Create cli/NOTICE file with MIT attribution for happy-cli derived code
- Update license field in cli/, server/, and web/ package.json to "LGPL-3.0-or-later"
- Add NOTICE to cli/package.json files array for npm publishing
This commit is contained in:
weishu
2025-12-31 13:08:02 +08:00
parent d61cfc90c2
commit 4efc263d9b
7 changed files with 371 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.1.0",
"description": "Telegram Bot client for HAPI - control Claude Code sessions",
"author": "weishu",
"license": "LGPL",
"license": "LGPL-3.0-or-later",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",