summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-08 05:38:25 +0100
committerGitHub <noreply@github.com>2020-12-08 05:38:25 +0100
commit8c321dd36bcce7b8a1e487df8b9ad2b2873eab04 (patch)
treeea5b35dccfb615d9913e2f139d454e818bfe7317 /lib
parent395cfa475dfe288252d40dc042dc55bf0d105f85 (diff)
parent41bded79e7009c4d1b405b8d7c9b635685b36832 (diff)
Merge pull request #101248 from makefu/pkgs/pfsshell/init
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 850de29e7d13..6e7cd62515c1 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -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";