diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-10-15 17:01:33 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-10-15 17:02:27 +0200 |
commit | 6007dcfa4f79d51d92bbc17ff352d103cf47c14c (patch) | |
tree | 59be18d2bd21bee99e0a742f71b9ea5d05d71c08 /app-accessibility | |
parent | media-gfx/gnome-photos: fix PythonHasVersionUsage (diff) | |
download | gentoo-6007dcfa4f79d51d92bbc17ff352d103cf47c14c.tar.gz gentoo-6007dcfa4f79d51d92bbc17ff352d103cf47c14c.tar.bz2 gentoo-6007dcfa4f79d51d92bbc17ff352d103cf47c14c.zip |
app-accessibility/emacspeak: fix LICENSE
Closes: https://bugs.gentoo.org/871660
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-56.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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" |