diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-25 18:52:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-08-26 01:53:48 +0200 |
commit | 0b762d8fb1e046e9dafe1c047e7b6c1a822b6839 (patch) | |
tree | 6adc26b4e340c0a271a1b9f9605e3f0d9223bc0d /net-analyzer | |
parent | net-analyzer/sngrep: add 1.8.2 (diff) | |
download | gentoo-0b762d8fb1e046e9dafe1c047e7b6c1a822b6839.tar.gz gentoo-0b762d8fb1e046e9dafe1c047e7b6c1a822b6839.tar.bz2 gentoo-0b762d8fb1e046e9dafe1c047e7b6c1a822b6839.zip |
net-analyzer/sngrep: fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37722
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sngrep/sngrep-1.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/sngrep/sngrep-1.7.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/sngrep/sngrep-1.6.0-r1.ebuild b/net-analyzer/sngrep/sngrep-1.6.0-r1.ebuild index 89771013483f..ed6f944f83d8 100644 --- a/net-analyzer/sngrep/sngrep-1.6.0-r1.ebuild +++ b/net-analyzer/sngrep/sngrep-1.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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="Ncurses SIP Messages flow viewer" HOMEPAGE="https://github.com/irontec/sngrep" SRC_URI="https://github.com/irontec/sngrep/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="eep gnutls pcre ssl zlib" diff --git a/net-analyzer/sngrep/sngrep-1.7.0.ebuild b/net-analyzer/sngrep/sngrep-1.7.0.ebuild index 4ec90e3677e8..ed6f944f83d8 100644 --- a/net-analyzer/sngrep/sngrep-1.7.0.ebuild +++ b/net-analyzer/sngrep/sngrep-1.7.0.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="Ncurses SIP Messages flow viewer" HOMEPAGE="https://github.com/irontec/sngrep" SRC_URI="https://github.com/irontec/sngrep/releases/download/v${PV}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="eep gnutls pcre ssl zlib" |