feat: release toolbox portal 0.1.0

This commit is contained in:
2026-07-20 18:40:51 +02:00
commit 5d2e466ad6
55 changed files with 11127 additions and 0 deletions

21
THIRD_PARTY_NOTICES.md Normal file
View File

@@ -0,0 +1,21 @@
# Third-party notices
The portal source is licensed under `AGPL-3.0-only`; see `LICENSE`. An assembled
toolbox is a collection of independently licensed works, not a relicensing of
every included component under one licence.
Runtime components used by the portal include:
- React and React DOM — MIT
- `@add-ideas/toolbox-contract` — Apache-2.0
Their complete installed license and notice texts are generated into
`THIRD_PARTY_LICENSES.txt` for every production build.
Build and test tooling includes Vite, TypeScript, Vitest, Testing Library,
ESLint, Archiver, and yauzl under their respective licences. Their package
metadata and licence texts are available from the installed npm packages.
Each application release remains independently licensed. Its static files are
copied without modification into `apps/<slug>/`; corresponding notices are
carried inside that application's `LICENSES/` directory.