From ba44c4a4befd37f244ba28c341d4c20678779a49 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 25 Jun 2026 11:59:08 +0200 Subject: [PATCH] licenses: add `Reticulum License` --- lib/licenses/licenses.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 282b41b6f3b4..74180367b95a 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -1323,6 +1323,17 @@ lib.mapAttrs mkLicense ( fullName = "Qwt exception 1.0"; }; + reticulum = { + # The Reticulum License restricts certain fields of use, notably systems + # intended to harm human beings and AI/ML training datasets. Such usage + # restrictions are incompatible with the Open Source Definition + # (https://opensource.org/osd), in particular "No Discrimination Against + # Fields of Endeavor". + free = false; + fullName = "Reticulum License"; + url = "https://reticulum.network/license"; + }; + ruby = { spdxId = "Ruby"; fullName = "Ruby License";