Add AGPL and commercial license
- Add AGPL and commercial license - update package.json - add licence section in readme
LICENSE
deleted
100644 → 0
LICENSE-AGPL-3.0
0 → 100644
This diff is collapsed.
LICENSE-COMMERCIAL
0 → 100644
... | ... | @@ -4,7 +4,7 @@ |
"description": "Chatterbox lets you securely embed the Hydrogen matrix client on any website!", | ||
"repository": "git@github.com:vector-im/chatterbox.git", | ||
"author": "matrix.org", | ||
"license": "Apache-2.0", | ||
"license": "SEE LICENSE IN README.md", | ||
"scripts": { | ||
"start": "vite --port 5400", | ||
"build": "tsc && vite build && vite build --config parent-vite.config.js && scripts/after-build.sh", | ||
... | ... |
Please register or sign in to comment