forked from mirrors/nixpkgs
licenses: Add Academic Free License version 2.0
This commit is contained in:
parent
2161ba80af
commit
a8de2e3fb5
|
@ -18,6 +18,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
|||
fullName = "Abstyles License";
|
||||
};
|
||||
|
||||
afl20 = spdx {
|
||||
spdxId = "AFL-2.0";
|
||||
fullName = "Academic Free License v2.0";
|
||||
};
|
||||
|
||||
afl21 = spdx {
|
||||
spdxId = "AFL-2.1";
|
||||
fullName = "Academic Free License v2.1";
|
||||
|
|
Loading…
Reference in a new issue