licenses: Add Academic Free License version 2.0

This commit is contained in:
makefu 2020-12-01 11:09:08 +01:00
parent 2161ba80af
commit a8de2e3fb5
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

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