diff options
author | Sam James <sam@gentoo.org> | 2022-11-08 06:02:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-08 06:03:42 +0000 |
commit | 0f00116061f58589315d17d0c528de525ca1a8bc (patch) | |
tree | 048003d50133a8589098d7b171ad55f222815bd9 /app-misc/hello | |
parent | sys-apps/help2man: fix LICENSE (diff) | |
download | gentoo-0f00116061f58589315d17d0c528de525ca1a8bc.tar.gz gentoo-0f00116061f58589315d17d0c528de525ca1a8bc.tar.bz2 gentoo-0f00116061f58589315d17d0c528de525ca1a8bc.zip |
app-misc/hello: fix LICENSE
Closes: https://bugs.gentoo.org/877733
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/hello')
-rw-r--r-- | app-misc/hello/hello-2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/hello/hello-2.11.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/hello/hello-2.10-r1.ebuild b/app-misc/hello/hello-2.10-r1.ebuild index 0ebcf3ca6b47..933565e40f5f 100644 --- a/app-misc/hello/hello-2.10-r1.ebuild +++ b/app-misc/hello/hello-2.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ DESCRIPTION="GNU \"Hello, world\" application" HOMEPAGE="https://www.gnu.org/software/hello/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="FDL-1.3 GPL-3" +LICENSE="FDL-1.3+ GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="nls" diff --git a/app-misc/hello/hello-2.11.ebuild b/app-misc/hello/hello-2.11.ebuild index 632c3a6ebff1..7b573be6755e 100644 --- a/app-misc/hello/hello-2.11.ebuild +++ b/app-misc/hello/hello-2.11.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="GNU \"Hello, world\" application" HOMEPAGE="https://www.gnu.org/software/hello/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="FDL-1.3 GPL-3" +LICENSE="FDL-1.3+ GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="nls" |