lib/licenses: add aml (#393643)

This commit is contained in:
Aleksana 2025-03-28 18:09:15 +08:00 committed by GitHub
commit 4a870e0aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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