diff --git a/lib/licenses.nix b/lib/licenses.nix index 40135914b8cd..df72299db658 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -1213,6 +1213,11 @@ lib.mapAttrs mkLicense ( fullName = "SGML UG SGML Parser Materials license"; }; + sissl11 = { + spdxId = "SISSL"; + fullName = "Sun Industry Standards Source License 1.1"; + }; + sleepycat = { spdxId = "Sleepycat"; fullName = "Sleepycat License";