Change to PolyForm Noncommercial License 1.0.0

This commit is contained in:
2026-01-07 15:39:07 +01:00
parent 2a8e883d64
commit 8c52d3ac74
6 changed files with 136 additions and 59 deletions
+9 -3
View File
@@ -1,10 +1,13 @@
# Third-Party Notices
This repository depends on third-party open-source components. Those components remain licensed under their own terms.
This repository depends on third-party components. Those components remain licensed under their own terms.
## Backend (Go)
A license inventory is recorded in `backend/tmp/go-licenses.txt`.
You can generate a license inventory locally, for example:
- `cd backend && go install github.com/google/go-licenses@latest`
- `cd backend && go-licenses report ./...`
Notable licenses included:
- MIT
@@ -14,7 +17,10 @@ Notable licenses included:
## Frontend (Node/Vue)
A license inventory is recorded in `frontend/tmp/npm-licenses.json`.
You can generate a license inventory locally, for example:
- `cd frontend && npm install`
- `cd frontend && npx license-checker --production --summary`
Notable licenses included:
- MIT