Files
web/LICENSES.md
T
gamertan 337b56ec1b
verify / verify (push) Successful in 3m37s
docs: publish Web Foundations module landing
2026-09-03 10:05:17 -04:00

21 lines
868 B
Markdown

<!-- SPDX-License-Identifier: MPL-2.0 -->
# Licensing map
Every distributed file carries an SPDX identifier. The automated licence check
fails closed on missing or misplaced identifiers.
| Path | Licence |
| --- | --- |
| Go libraries, adapters, documentation | MPL-2.0 |
| `.gitea/`, `scripts/`, `services/`, future network daemons and operational machinery | AGPL-3.0-only |
| `starters/`, `examples/`, reusable configuration | 0BSD |
Full texts are in `LICENSES/`. Combining these MPL-covered packages with an
application does not change the licence of the application's own files; changes
to covered files remain subject to the MPL. This summary is not legal advice.
The root [`LICENSE`](LICENSE) contains the default MPL-2.0 text for package
indexers and repository tooling. More specific file-level SPDX identifiers in
the paths above remain authoritative.