licenses: add databricks
This commit is contained in:
parent
c4364cdddc
commit
a9337c0873
|
@ -436,6 +436,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Proprietary binaries; free to redistribute without modification.
|
# Proprietary binaries; free to redistribute without modification.
|
||||||
|
databricks = {
|
||||||
|
fullName = "Databricks Proprietary License";
|
||||||
|
url = "https://pypi.org/project/databricks-connect";
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
issl = {
|
issl = {
|
||||||
fullName = "Intel Simplified Software License";
|
fullName = "Intel Simplified Software License";
|
||||||
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";
|
url = "https://software.intel.com/en-us/license/intel-simplified-software-license";
|
||||||
|
|
Loading…
Reference in New Issue