about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-25 20:58:14 +0100
committerGitHub <noreply@github.com>2024-03-25 20:58:14 +0100
commitc2328cf5d0528d3bbbad8e1b93e7e9871e25de61 (patch)
treea54f965b91d20a0c9e0769086603cb0eee5f9847 /lib/licenses.nix
parent383125f420e6d9bbdfd2d3d4ea8c4877a2ef05ae (diff)
parent89ea04dc7091bc9bf3ffe4be19205706b14e8fdc (diff)
Merge pull request #297266 from ByteSudoer/init-vidmerger
vidmerger: init at 0.3.2
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 4cda7e5c01a30..358b77117a362 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -392,6 +392,12 @@ in mkLicense lset) ({
     fullName = "Common Public Attribution License 1.0";
   };
 
+  commons-clause = {
+    fullName = "Commons Clause License";
+    url = "https://commonsclause.com/";
+    free = false;
+  };
+
   cpl10 = {
     spdxId = "CPL-1.0";
     fullName = "Common Public License 1.0";