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:
parent
2c14d8af71
commit
fa165c6452
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user