Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/
Date: Tue, 08 Nov 2022 06:03:58
Message-Id: 1667887422.0f00116061f58589315d17d0c528de525ca1a8bc.sam@gentoo
1 commit: 0f00116061f58589315d17d0c528de525ca1a8bc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 06:02:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 06:03:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f001160
7
8 app-misc/hello: fix LICENSE
9
10 Closes: https://bugs.gentoo.org/877733
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/hello/hello-2.10-r1.ebuild | 4 ++--
14 app-misc/hello/hello-2.11.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/hello/hello-2.10-r1.ebuild b/app-misc/hello/hello-2.10-r1.ebuild
18 index 0ebcf3ca6b47..933565e40f5f 100644
19 --- a/app-misc/hello/hello-2.10-r1.ebuild
20 +++ b/app-misc/hello/hello-2.10-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 @@ -7,7 +7,7 @@ DESCRIPTION="GNU \"Hello, world\" application"
28 HOMEPAGE="https://www.gnu.org/software/hello/"
29 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
30
31 -LICENSE="FDL-1.3 GPL-3"
32 +LICENSE="FDL-1.3+ GPL-3+"
33 SLOT="0"
34 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
35 IUSE="nls"
36
37 diff --git a/app-misc/hello/hello-2.11.ebuild b/app-misc/hello/hello-2.11.ebuild
38 index 632c3a6ebff1..7b573be6755e 100644
39 --- a/app-misc/hello/hello-2.11.ebuild
40 +++ b/app-misc/hello/hello-2.11.ebuild
41 @@ -7,7 +7,7 @@ DESCRIPTION="GNU \"Hello, world\" application"
42 HOMEPAGE="https://www.gnu.org/software/hello/"
43 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
44
45 -LICENSE="FDL-1.3 GPL-3"
46 +LICENSE="FDL-1.3+ GPL-3+"
47 SLOT="0"
48 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 IUSE="nls"