about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorGuillaume Desforges <guillaume.desforges.pro@gmail.com>2022-07-20 16:39:18 +0200
committerGuillaume Desforges <guillaume.desforges.pro@gmail.com>2022-07-25 17:44:21 +0200
commitb079da4c56a4f91305987c8bb731459a95f17c1a (patch)
tree5957f160b27216fdbcf3bef81c348a85dece8d88 /lib
parentd6256f19d1da982546c5224431839ce5ccbebc1d (diff)
python3Packages.dbx: 0.5.0
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 873ad1b7bbda4..56299612a0e60 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -520,6 +520,13 @@ in mkLicense lset) ({
     free = false;
   };
 
+  databricks-dbx = {
+    fullName = "DataBricks eXtensions aka dbx License";
+    url = "https://github.com/databrickslabs/dbx/blob/743b579a4ac44531f764c6e522dbe5a81a7dc0e4/LICENSE";
+    free = false;
+    redistributable = false;
+  };
+
   issl = {
     fullName = "Intel Simplified Software License";
     url = "https://software.intel.com/en-us/license/intel-simplified-software-license";