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
+3 -2
View File
@@ -3,7 +3,7 @@
"version": "0.3.1",
"description": "App for agentic coding - access coding agent anywhere",
"author": "Kirill Dubovitskiy & weishu",
"license": "MIT",
"license": "LGPL-3.0-or-later",
"type": "module",
"homepage": "https://github.com/tiann/hapi",
"bugs": "https://github.com/tiann/hapi/issues",
@@ -16,7 +16,8 @@
"hapi": "bin/hapi.cjs"
},
"files": [
"bin/hapi.cjs"
"bin/hapi.cjs",
"NOTICE"
],
"imports": {
"#embedded-assets": {