commit:     aef365f164031764dfd3b3afa13f17720479ab09
Author:     Matt Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Thu Jun 10 07:32:54 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 00:44:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef365f1

net-misc/xmrig: Update LICENSE

XMRig vendors some libraries which are released with different
licenses.

Not all of the libraries in the `src/3rdparty' directory are used,
e.g. -DWITH_HWLOC is only set when the system has hwloc installed.

Vendored libraries:

  - OpenCL, MIT, not used
  - ADL, MIT, not used
  - Argon2, MIT
  - Google Base32, Apache 2.0
  - libfmtlib, MIT
  - hwloc, BSD-3, not used
  - ethash, GPL-3
  - llhttp, MIT
  - rapidjson, MIT (with code released under the JSON License that
    isn't used?)

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/xmrig/xmrig-6.12.2.ebuild | 2 +-
 net-misc/xmrig/xmrig-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/xmrig/xmrig-6.12.2.ebuild 
b/net-misc/xmrig/xmrig-6.12.2.ebuild
index b6e813dd772..4f4a7913aa0 100644
--- a/net-misc/xmrig/xmrig-6.12.2.ebuild
+++ b/net-misc/xmrig/xmrig-6.12.2.ebuild
@@ -16,7 +16,7 @@ else
        KEYWORDS="~amd64"
 fi
 
-LICENSE="GPL-3+"
+LICENSE="Apache-2.0 GPL-3+ MIT"
 SLOT="0"
 IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"
 

diff --git a/net-misc/xmrig/xmrig-9999.ebuild b/net-misc/xmrig/xmrig-9999.ebuild
index b6e813dd772..4f4a7913aa0 100644
--- a/net-misc/xmrig/xmrig-9999.ebuild
+++ b/net-misc/xmrig/xmrig-9999.ebuild
@@ -16,7 +16,7 @@ else
        KEYWORDS="~amd64"
 fi
 
-LICENSE="GPL-3+"
+LICENSE="Apache-2.0 GPL-3+ MIT"
 SLOT="0"
 IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"
 

Reply via email to