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:
+3
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user