diff --git a/lib/licenses.nix b/lib/licenses.nix index 97ed489bd1ab..5cbe345a87d2 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -95,6 +95,11 @@ lib.mapAttrs mkLicense ({ free = false; }; + aml = { + spdxId = "AML"; + fullName = "Apple MIT License"; + }; + ampas = { spdxId = "AMPAS"; fullName = "Academy of Motion Picture Arts and Sciences BSD";