blob: 662505f5d62c024cd79bc151906dc9bb9d6460f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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) |
|