From f8bcedf147612145acde72f5874f1f04e781263f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 20 Apr 2026 13:31:35 +0200 Subject: [PATCH] lib.licenses: add universalFOSSException-10 --- lib/licenses/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses/licenses.nix b/lib/licenses/licenses.nix index 56f29b690495b..12301021e9c88 100644 --- a/lib/licenses/licenses.nix +++ b/lib/licenses/licenses.nix @@ -1495,6 +1495,11 @@ lib.mapAttrs mkLicense ( fullName = "Unicode Terms of Use"; }; + universalFOSSException-10 = { + spdxId = "Universal-FOSS-exception-1.0"; + fullName = "Universal FOSS Exception, Version 1.0"; + }; + unlicense = { spdxId = "Unlicense"; fullName = "The Unlicense";