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