From fe3aa4915e26ceeb9cce371d19f4b1a2d47db84a Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:20:59 +0200 Subject: License FOG software and documentation --- LICENSE.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 LICENSE.md (limited to 'LICENSE.md') diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d7e36cb --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,35 @@ +# FOG Licensing + +Copyright (C) 2026 Gab Virebent + +FOG uses separate recognised libre licenses for software and documentation. + +## Software + +Software source code, scripts, tests, build files, container definitions, +machine-readable fixtures, and other implementation material are licensed +under the GNU Affero General Public License, version 3 or any later version +(`AGPL-3.0-or-later`), unless a file explicitly states another license. + +The complete version 3 license text is available at +`LICENSES/AGPL-3.0-or-later.txt`. + +The current public repository does not contain a FOG protocol implementation +or client SDK. This rule applies to software when it is published here; it +does not claim that such software already exists. + +## Documentation + +Markdown documentation, protocol specifications, diagrams, and +`merkle-tree.txt` are licensed under the Creative Commons +Attribution-ShareAlike 4.0 International license (`CC-BY-SA-4.0`), unless a +file explicitly states another license. + +The complete license text is available at +`LICENSES/CC-BY-SA-4.0.txt`. + +## Scope and third-party material + +The license texts in `LICENSES/` retain their original terms. Third-party +material, when present, retains its own stated license. No trademark rights +are granted by these licenses. -- cgit v1.2.3