Merge pull request #47182 from bhipple/add/mkl

mkl: init at 2019.0.117
This commit is contained in:
Matthew Bauer
2018-10-15 15:17:57 -05:00
committed by GitHub
3 changed files with 95 additions and 0 deletions

View File

@@ -387,6 +387,14 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "ISC License";
};
# Proprietary binaries; free to redistribute without modification.
issl = {
fullName = "Intel Simplified Software License";
url = https://software.intel.com/en-us/license/intel-simplified-software-license;
free = false;
};
lgpl2 = spdx {
spdxId = "LGPL-2.0";
fullName = "GNU Library General Public License v2 only";