From 7843484dc16fe4bf70b64920604ece2989b8011c Mon Sep 17 00:00:00 2001 From: mirrorwitch Date: Tue, 3 Oct 2023 23:50:48 +0200 Subject: [PATCH] licenses: add Anti-Capitalist Software License v1.4 --- lib/licenses.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index b9d6dc44e6d0..d9555ca66cb9 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -30,6 +30,14 @@ in mkLicense lset) ({ fullName = "Abstyles License"; }; + acsl14 = { + fullName = "Anti-Capitalist Software License v1.4"; + url = "https://anticapitalist.software/"; + /* restrictions on corporations apply for both use and redistribution */ + free = false; + redistributable = false; + }; + afl20 = { spdxId = "AFL-2.0"; fullName = "Academic Free License v2.0";