Private
Public Access
License the project under AGPL-3.0-or-later
Adds the verbatim license text as LICENSE, sets license metadata in both package manifests, and links it from both README.md files. Chosen specifically for the network-copyleft clause (AGPL §13): a modified version run as a hosted service must offer its source to that service's users, which plain GPL's distribution-only trigger doesn't cover. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -97,3 +97,7 @@ src/
|
||||
precache + NetworkFirst runtime caching, push/notificationclick
|
||||
handlers, SKIP_WAITING messaging for the update-prompt flow
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
AGPL-3.0-or-later — see [`../LICENSE`](../LICENSE).
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "frontend",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user