licenses: add enpl, Emmi AI Non-Production License

This commit is contained in:
Gaetan Lepage
2026-05-28 12:20:28 +00:00
parent f3c02f27d2
commit 8396e4b976

View File

@@ -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";