diff options
author | makefu <github@syntax-fehler.de> | 2020-12-01 11:09:08 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-12-01 11:16:44 +0100 |
commit | a8de2e3fb51ee88e529a437f365d6dc89db62911 (patch) | |
tree | 6011b2a0a18e9dcc52a125df40849a4ef612b9ae /lib | |
parent | 2161ba80af41d7df431bcf0a2418d5d621dfd22e (diff) |
licenses: Add Academic Free License version 2.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 5 |
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"; |