summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorPhillip Seeber <phillip.seeber@uni-jena.de>2023-02-07 10:39:46 +0100
committerPhillip Seeber <phillip.seeber@uni-jena.de>2023-02-07 10:39:46 +0100
commitacb812207f184cfd3fe79a1730b6fbe92e2077b7 (patch)
tree668adf159d6705fe8d3d29c6b0ff9d4bb30ec01c /lib/licenses.nix
parentbf68f997facd2eaea47e848aef700c490ea7c4be (diff)
lib/licenses: add ecl20
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 79303964e9dcc..0c4d9d8bc9e13 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -343,6 +343,13 @@ in mkLicense lset) ({
     free = false;
   };
 
+  ecl20 = {
+    fullName = "Educational Community License, Version 2.0";
+    url = "https://opensource.org/licenses/ECL-2.0";
+    shortName = "ECL 2.0";
+    spdxId = "ECL-2.0";
+  };
+
   efl10 = {
     spdxId = "EFL-1.0";
     fullName = "Eiffel Forum License v1.0";