diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /docs/LICENSING.md | |
#2
Diffstat (limited to 'docs/LICENSING.md')
| -rw-r--r-- | docs/LICENSING.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/LICENSING.md b/docs/LICENSING.md new file mode 100644 index 0000000..662505f --- /dev/null +++ b/docs/LICENSING.md @@ -0,0 +1,26 @@ +# Licensing ยท HyBBX 2.8.0 + +HyBBX and shipped components โ license reference. + +## License matrix + +| Component | License | +|-----------|---------| +| HyBBX core + plugins | GPL-3.0 โ [LICENSE.txt](../LICENSE.txt) | +| Bundled crypto (tinysha256, tinyaes, monocypher) | respective upstream licenses | +| Optional OpenSSL / libsodium | upstream licenses when enabled | + +## Distribution matrix + +| Item | Rule | +|------|------| +| Source offer | GPL-3.0 compliance required for derivatives | +| Operator config | `./local/` โ not part of distribution | +| Third-party deps | Document in build output / package metadata | + +## Related + +| Goal | Doc | +|------|-----| +| Build options | [BUILD.md](BUILD.md) | +| Root README | [../README.md](../README.md) | |
