diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2024-01-07 19:46:11 -0800 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2024-01-07 19:49:37 -0800 |
commit | 57fdfcea48752664efc6493899e3e281731ba7a4 (patch) | |
tree | dfbef06197b9db0e4e6572b2b1218772e552cd14 /sys-apps/rng-tools | |
parent | dev-python/pycollada: Bump to 0.8 (diff) | |
download | gentoo-57fdfcea48752664efc6493899e3e281731ba7a4.tar.gz gentoo-57fdfcea48752664efc6493899e3e281731ba7a4.tar.bz2 gentoo-57fdfcea48752664efc6493899e3e281731ba7a4.zip |
sys-apps/rng-tools: update LICENSE
There are source files with both GPL-2 and GPL-2+ terms. Reflect this on
LICENSE. Committing without a revision because any user who already
installed this package agreed to the terms of GPL-2 or any future
version.
Closes: https://bugs.gentoo.org/912863
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'sys-apps/rng-tools')
-rw-r--r-- | sys-apps/rng-tools/rng-tools-6.16-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild b/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild index 3dd714dfc810..9058952d2707 100644 --- a/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild +++ b/sys-apps/rng-tools/rng-tools-6.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ DESCRIPTION="Daemon to use hardware random number generators" HOMEPAGE="https://github.com/nhorman/rng-tools" SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="jitterentropy nistbeacon pkcs11 qrypt rtlsdr selinux test" |