mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user