summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-10-15 15:17:57 -0500
committerGitHub <noreply@github.com>2018-10-15 15:17:57 -0500
commit0b298d516a06c7c813112d4ffbddbd7ed314df31 (patch)
tree4db1721593b1ff957ba6db8537717e79e797318c /lib
parent4c1b22b1f82ba7d4dab41763e00a9d7318a71448 (diff)
parent0b82df8dbe8540eb8a3acc7ff093ea872ae131a8 (diff)
downloadnixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar.gz
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar.bz2
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar.lz
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar.xz
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.tar.zst
nixlib-0b298d516a06c7c813112d4ffbddbd7ed314df31.zip
Merge pull request #47182 from bhipple/add/mkl
mkl: init at 2019.0.117
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 2d4e52ae4806..c370af346791 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -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";