diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-14 18:11:32 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-05-15 20:28:52 +1000 |
commit | 2db8d5235257adc072eb9564cb638688497f4688 (patch) | |
tree | 3123e1f6f9ec7467b25b7b7cecc5ac3489fee2f9 /app-forensics/examiner | |
parent | x11-terms/rxvt-unicode: Old (diff) | |
download | gentoo-2db8d5235257adc072eb9564cb638688497f4688.tar.gz gentoo-2db8d5235257adc072eb9564cb638688497f4688.tar.bz2 gentoo-2db8d5235257adc072eb9564cb638688497f4688.zip |
app-forensics/examiner: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-forensics/examiner')
-rw-r--r-- | app-forensics/examiner/examiner-0.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/examiner/examiner-0.5-r2.ebuild b/app-forensics/examiner/examiner-0.5-r2.ebuild index f5aaa67ee8e3..52d806d9d904 100644 --- a/app-forensics/examiner/examiner-0.5-r2.ebuild +++ b/app-forensics/examiner/examiner-0.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,7 +9,7 @@ DESCRIPTION="Utilizes the objdump command to disassemble and comment foreign bin HOMEPAGE="http://www.academicunderground.org/examiner/" SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" KEYWORDS="amd64 ppc x86" IUSE="" |