diff options
author | Henning Schild <henning@hennsch.de> | 2024-09-09 22:32:46 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 12:40:10 +0000 |
commit | 794e0a75aa9b95ec022e47877c46a1a47bddb06a (patch) | |
tree | c6652749f46572f347cc1f17b98a27aa0f6adc09 /app-text | |
parent | net-wireless/wireless-regdb: fix typo in warning message (diff) | |
download | gentoo-794e0a75aa9b95ec022e47877c46a1a47bddb06a.tar.gz gentoo-794e0a75aa9b95ec022e47877c46a1a47bddb06a.tar.bz2 gentoo-794e0a75aa9b95ec022e47877c46a1a47bddb06a.zip |
app-text/multitail: fix LICENSE
The project switched to Apache-2.0 with version 7.0.0.
Signed-off-by: Henning Schild <henning@hennsch.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/multitail/multitail-7.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-text/multitail/multitail-7.1.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/multitail/multitail-7.0.0.ebuild b/app-text/multitail/multitail-7.0.0.ebuild index 2e9fd36531e0..270aaa2713bb 100644 --- a/app-text/multitail/multitail-7.0.0.ebuild +++ b/app-text/multitail/multitail-7.0.0.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="Tail with multiple windows" HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug examples unicode" diff --git a/app-text/multitail/multitail-7.1.2.ebuild b/app-text/multitail/multitail-7.1.2.ebuild index 575c9968f004..ea1a1775318b 100644 --- a/app-text/multitail/multitail-7.1.2.ebuild +++ b/app-text/multitail/multitail-7.1.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Tail with multiple windows" HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/" SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="debug examples unicode" |