licenses: add databricks

wip/yesman
kfollesdal 4 years ago committed by Jon
parent c4364cdddc
commit a9337c0873
  1. 6
      lib/licenses.nix

@ -436,6 +436,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
};
# Proprietary binaries; free to redistribute without modification.
databricks = {
fullName = "Databricks Proprietary License";
url = "https://pypi.org/project/databricks-connect";
};
issl = {
fullName = "Intel Simplified Software License";
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";

Loading…
Cancel
Save