feat: release toolbox portal 0.1.0
This commit is contained in:
21
THIRD_PARTY_NOTICES.md
Normal file
21
THIRD_PARTY_NOTICES.md
Normal 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.
|
||||
Reference in New Issue
Block a user