summary refs log tree commit diff
diff options
context:
space:
mode:
authormirrorwitch <mirrorwitch@transmom.love>2023-10-03 23:50:48 +0200
committerAlyssa Ross <hi@alyssa.is>2023-10-05 19:33:49 +0000
commit7843484dc16fe4bf70b64920604ece2989b8011c (patch)
treec098f1380ec77cf2d2c0693a7792096cf64f9872
parentccd18bf7d5800c8d53a563a8070cde33aa71687f (diff)
downloadnixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar.gz
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar.bz2
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar.lz
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar.xz
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.tar.zst
nixpkgs-7843484dc16fe4bf70b64920604ece2989b8011c.zip
licenses: add Anti-Capitalist Software License v1.4
-rw-r--r--lib/licenses.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index b9d6dc44e6d..d9555ca66cb 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";