mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
licenses: add databricks
This commit is contained in:
parent
c4364cdddc
commit
a9337c0873
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue