lib/licenses: add aml

Add the "Appple MIT License", also known as
"Apple-Sample-Code-License".

Quoting the Fedora wiki:
> This is Apple's variant of MIT. They've added wording around patents,
> which is why it gets it own shortname. Apple did not give this license
> a name, so we've named it "Apple MIT License".
> It is free and GPL compatible.

References:
- https://developer.apple.com/support/downloads/terms/apple-sample-code/Apple-Sample-Code-License.pdf
- https://spdx.org/licenses/AML.html
- https://fedoraproject.org/wiki/Licensing/Apple_MIT_License
This commit is contained in:
Hugo Herter 2025-03-27 09:15:37 +01:00
parent 2c14d8af71
commit fa165c6452

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