diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-15 22:00:50 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-15 22:01:01 -0700 |
commit | 6082674e9ec32026b62641060bac2d559640d979 (patch) | |
tree | 4a639afa22322758b8d2ab39031d59ca7db20b62 /net-analyzer | |
parent | app-arch/libarchive: Stabilize 3.6.1 arm, #837293 (diff) | |
download | gentoo-6082674e9ec32026b62641060bac2d559640d979.tar.gz gentoo-6082674e9ec32026b62641060bac2d559640d979.tar.bz2 gentoo-6082674e9ec32026b62641060bac2d559640d979.zip |
net-analyzer/thrulay: fix LICENSE
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=426004
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/thrulay/thrulay-0.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/thrulay/thrulay-0.9-r1.ebuild b/net-analyzer/thrulay/thrulay-0.9-r1.ebuild index 388b9ba4e265..97d1f5c8c503 100644 --- a/net-analyzer/thrulay/thrulay-0.9-r1.ebuild +++ b/net-analyzer/thrulay/thrulay-0.9-r1.ebuild @@ -11,7 +11,8 @@ SRC_URI=" http://www.internet2.edu/~shalunov/thrulay/${P}.tar.gz mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="BSD" +# init.d is GPL-2 +LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" |