summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-06-10 08:32:54 +0100
committerCraig Andrews <candrews@gentoo.org>2021-06-10 20:44:11 -0400
commitaef365f164031764dfd3b3afa13f17720479ab09 (patch)
tree4fb719dc4d47d81e05f918f6f9da5421ade56a14 /net-misc/xmrig
parentnet-misc/xmrig: Add myself as proxy-maintainer (diff)
downloadgentoo-aef365f164031764dfd3b3afa13f17720479ab09.tar.gz
gentoo-aef365f164031764dfd3b3afa13f17720479ab09.tar.bz2
gentoo-aef365f164031764dfd3b3afa13f17720479ab09.zip
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@offtopica.uk> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-misc/xmrig')
-rw-r--r--net-misc/xmrig/xmrig-6.12.2.ebuild2
-rw-r--r--net-misc/xmrig/xmrig-9999.ebuild2
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 b6e813dd772e..4f4a7913aa04 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 b6e813dd772e..4f4a7913aa04 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"