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/emacspeak/emacspeak-39.0-r2.ebuild | |
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/emacspeak/emacspeak-39.0-r2.ebuild')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |