commit: 6007dcfa4f79d51d92bbc17ff352d103cf47c14c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 15:01:33 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 15:02:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6007dcfa
app-accessibility/emacspeak: fix LICENSE Closes: https://bugs.gentoo.org/871660 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild | 4 ++-- app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild | 2 +- app-accessibility/emacspeak/emacspeak-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild index daa09b1d5317..f79fa363068f 100644 --- a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild +++ b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ fi DESCRIPTION="the emacspeak audio desktop" HOMEPAGE="http://emacspeak.sourceforge.net/" -LICENSE="BSD GPL-2" +LICENSE="GPL-2+ GPL-3+" SLOT="0" IUSE="+espeak" diff --git a/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild b/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild index e080760e574e..2fb27f565d08 100644 --- a/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild +++ b/app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild @@ -19,7 +19,7 @@ else KEYWORDS="amd64 ppc x86" fi -LICENSE="BSD GPL-2" +LICENSE="GPL-2+ GPL-3+" SLOT="0" IUSE="+espeak" diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild index c69eb8523dc5..9c9472dcc6bf 100644 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild @@ -19,7 +19,7 @@ else KEYWORDS="~amd64 ~ppc ~x86" fi -LICENSE="BSD GPL-2" +LICENSE="GPL-2+ GPL-3+" SLOT="0" IUSE="+espeak"
