commit: 794e0a75aa9b95ec022e47877c46a1a47bddb06a Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Mon Sep 9 20:32:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 1 12:40:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794e0a75
app-text/multitail: fix LICENSE The project switched to Apache-2.0 with version 7.0.0. Signed-off-by: Henning Schild <henning <AT> hennsch.de> Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/multitail/multitail-7.0.0.ebuild | 4 ++-- 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"
