From 8396e4b976fedfe8d5ee39651092540fe1be5c0c Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 28 May 2026 12:20:28 +0000 Subject: [PATCH] licenses: add enpl, Emmi AI Non-Production License --- lib/licenses/licenses.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 8543f1c32907..b2b234b4a399 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -575,6 +575,13 @@ lib.mapAttrs mkLicense ( free = false; }; + enpl = { + fullName = "Emmi AI Non-Production License"; + url = "https://github.com/Emmi-AI/noether/blob/main/LICENSE.txt"; + free = false; + redistributable = true; + }; + epl10 = { spdxId = "EPL-1.0"; fullName = "Eclipse Public License 1.0";