From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1454711-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41E1A158020 for <garchives@archives.gentoo.org>; Tue, 8 Nov 2022 06:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72804E099C; Tue, 8 Nov 2022 06:03:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C8A6E099B for <gentoo-commits@lists.gentoo.org>; Tue, 8 Nov 2022 06:03:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 893B23410A6 for <gentoo-commits@lists.gentoo.org>; Tue, 8 Nov 2022 06:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EABEA710 for <gentoo-commits@lists.gentoo.org>; Tue, 8 Nov 2022 06:03:54 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1667887422.0f00116061f58589315d17d0c528de525ca1a8bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hello/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hello/hello-2.10-r1.ebuild app-misc/hello/hello-2.11.ebuild X-VCS-Directories: app-misc/hello/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f00116061f58589315d17d0c528de525ca1a8bc X-VCS-Branch: master Date: Tue, 8 Nov 2022 06:03:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba765b49-6710-4bcb-b53e-54ba020ca7ec X-Archives-Hash: e46c679bb522137ec2bc5613b88ba148 commit: 0f00116061f58589315d17d0c528de525ca1a8bc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 8 06:02:31 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 8 06:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f001160 app-misc/hello: fix LICENSE Closes: https://bugs.gentoo.org/877733 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/hello/hello-2.10-r1.ebuild | 4 ++-- 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"