about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSalar Rahmanian2024-08-16 23:32:01 -0700
committerSalar Rahmanian2024-08-16 23:32:01 -0700
commit07e989a55c9556754c4eb6b092f7287aded8a828 (patch)
tree2a99500aa203f13817f8374c458098ff0b823993 /lib
parenta200fa2dbc1736800ef417ade504ef1cdf11691a (diff)
vscode-extensions.databricks.databricks: init at 2.3.1
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 67744b499d8a..9b25bd4bcea8 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -728,6 +728,12 @@ lib.mapAttrs mkLicense ({
     redistributable = false;
   };
 
+  databricks-license = {
+    fullName = "Databricks License";
+    url = "https://www.databricks.com/legal/db-license";
+    free = false;
+  };
+
   fair = {
     fullName = "Fair License";
     spdxId = "Fair";