commit: 40533fa83782cada87b791ad2a0da161d7750fff Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri Jan 19 05:51:49 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Feb 9 13:03:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40533fa8
app-text/vgrep: update LICENSE * Update license based on upstream (no later clause for their GPL-3 license) and lichen output for the dependencies. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/vgrep/vgrep-2.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/vgrep/vgrep-2.6.0.ebuild b/app-text/vgrep/vgrep-2.6.0.ebuild index e8310a63f2f7..1b3329afca49 100644 --- a/app-text/vgrep/vgrep-2.6.0.ebuild +++ b/app-text/vgrep/vgrep-2.6.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="A pager for grep, git-grep and similar grep implementations" HOMEPAGE="https://github.com/vrothberg/vgrep" SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD GPL-3+ MIT MIT-with-advertising" +LICENSE="Apache-2.0 BSD GPL-3 MIT" SLOT="0" KEYWORDS="amd64"
