about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorHugh O'Brien <github@hughobrien.ie>2023-06-25 03:07:49 -0400
committerGitHub <noreply@github.com>2023-06-25 07:07:49 +0000
commit636db898ebbb8856320fe6d2472d79e18f88d5c7 (patch)
tree53855081f17464168cdb4e67df53e63db4f83fde /lib
parent307e5e304c4e8d55219d3a6a1e854b6c277a5104 (diff)
lib.licenses: add Sustainable Use License (#239455)
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index c7e5b14a37c09..a92e8e0792e5f 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -995,6 +995,14 @@ in mkLicense lset) ({
     url = "https://github.com/thestk/stk/blob/master/LICENSE";
   };
 
+  sustainableUse = {
+    shortName = "sustainable";
+    fullName = "Sustainable Use License";
+    url = "https://github.com/n8n-io/n8n/blob/master/LICENSE.md";
+    free = false;
+    redistributable = false; # only free to redistribute "for non-commercial purposes"
+  };
+
   tsl = {
     shortName = "TSL";
     fullName = "Timescale License Agreegment";