mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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 New Issue
Block a user