Commit fa165c64 authored by Hugo Herter's avatar Hugo Herter
Browse files

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
parent 2c14d8af
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";