diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 07:41:06 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | ec900d435129ed6822eb6f38a8fa0176d99038cc (patch) | |
tree | b515497cc238c0c4867b790d4a836d1b4b5b71e4 /net-analyzer | |
parent | media-gfx/imageworsener: update LICENSE (diff) | |
download | gentoo-ec900d435129ed6822eb6f38a8fa0176d99038cc.tar.gz gentoo-ec900d435129ed6822eb6f38a8fa0176d99038cc.tar.bz2 gentoo-ec900d435129ed6822eb6f38a8fa0176d99038cc.zip |
net-analyzer/tcping: update LICENSE
* It never had the advertising clause.
https://github.com/mkirchner/tcping/blob/master/LICENSE
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcping/tcping-1.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcping/tcping-1.3.6.ebuild b/net-analyzer/tcping/tcping-1.3.6.ebuild index ac21b008725e..e581a8a8dbf9 100644 --- a/net-analyzer/tcping/tcping-1.3.6.ebuild +++ b/net-analyzer/tcping/tcping-1.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="Check if a desired port is reachable via TCP" HOMEPAGE="https://github.com/mkirchner/tcping" SRC_URI="https://github.com/mkirchner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" |