summaryrefslogtreecommitdiff
path: root/docs/LICENSING.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /docs/LICENSING.md
#2
Diffstat (limited to 'docs/LICENSING.md')
-rw-r--r--docs/LICENSING.md26
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) |
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com