commit:     cb65bb54bf92658016c2ec4657fa2faf3eb13e26
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 09:13:56 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 09:28:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb65bb54

sys-libs/libomp: Add missing licenses, #598106

 sys-libs/libomp/libomp-3.7.0.ebuild | 6 +++++-
 sys-libs/libomp/libomp-3.7.1.ebuild | 6 +++++-
 sys-libs/libomp/libomp-3.8.0.ebuild | 6 +++++-
 sys-libs/libomp/libomp-3.8.1.ebuild | 6 +++++-
 sys-libs/libomp/libomp-3.9.0.ebuild | 6 +++++-
 sys-libs/libomp/libomp-9999.ebuild  | 6 +++++-
 6 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/sys-libs/libomp/libomp-3.7.0.ebuild 
b/sys-libs/libomp/libomp-3.7.0.ebuild
index f3ea505..f067d24 100644
--- a/sys-libs/libomp/libomp-3.7.0.ebuild
+++ b/sys-libs/libomp/libomp-3.7.0.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="http://openmp.llvm.org";
 SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.7"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sys-libs/libomp/libomp-3.7.1.ebuild 
b/sys-libs/libomp/libomp-3.7.1.ebuild
index b121661..0cd5101 100644
--- a/sys-libs/libomp/libomp-3.7.1.ebuild
+++ b/sys-libs/libomp/libomp-3.7.1.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="http://openmp.llvm.org";
 SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.7"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sys-libs/libomp/libomp-3.8.0.ebuild 
b/sys-libs/libomp/libomp-3.8.0.ebuild
index a35930c..69d0c71 100644
--- a/sys-libs/libomp/libomp-3.8.0.ebuild
+++ b/sys-libs/libomp/libomp-3.8.0.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="http://openmp.llvm.org";
 SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.8"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sys-libs/libomp/libomp-3.8.1.ebuild 
b/sys-libs/libomp/libomp-3.8.1.ebuild
index a35930c..69d0c71 100644
--- a/sys-libs/libomp/libomp-3.8.1.ebuild
+++ b/sys-libs/libomp/libomp-3.8.1.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="http://openmp.llvm.org";
 SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.8"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sys-libs/libomp/libomp-3.9.0.ebuild 
b/sys-libs/libomp/libomp-3.9.0.ebuild
index dad6963..6626fab 100644
--- a/sys-libs/libomp/libomp-3.9.0.ebuild
+++ b/sys-libs/libomp/libomp-3.9.0.ebuild
@@ -13,7 +13,11 @@ DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
 HOMEPAGE="http://openmp.llvm.org";
 SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0/3.9"
 KEYWORDS="~amd64 ~x86"
 IUSE="hwloc ompt"

diff --git a/sys-libs/libomp/libomp-9999.ebuild 
b/sys-libs/libomp/libomp-9999.ebuild
index 32c0683..a61c877 100644
--- a/sys-libs/libomp/libomp-9999.ebuild
+++ b/sys-libs/libomp/libomp-9999.ebuild
@@ -15,7 +15,11 @@ SRC_URI=""
 EGIT_REPO_URI="http://llvm.org/git/openmp.git
        https://github.com/llvm-mirror/openmp.git";
 
-LICENSE="UoI-NCSA"
+# Additional licenses:
+# - MIT-licensed Intel code,
+# - LLVM Software Grant from Intel.
+
+LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant"
 SLOT="0"
 KEYWORDS=""
 IUSE="hwloc ompt test"

Reply via email to