Merge pull request #101248 from makefu/pkgs/pfsshell/init

This commit is contained in:
Sandro
2020-12-08 05:38:25 +01:00
committed by GitHub
3 changed files with 37 additions and 0 deletions

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