From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E04FE139083 for ; Sat, 2 Dec 2017 21:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574C0E0ECB; Sat, 2 Dec 2017 21:46:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34BC6E0ECB for ; Sat, 2 Dec 2017 21:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26F7A3416D8 for ; Sat, 2 Dec 2017 21:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0BF0AD7E for ; Sat, 2 Dec 2017 21:46:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1512251153.18a34d4fbc9ec80b2f7b5d3b9064be946ffffe14.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: COPYING X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 18a34d4fbc9ec80b2f7b5d3b9064be946ffffe14 X-VCS-Branch: master Date: Sat, 2 Dec 2017 21:46:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf620cb3-2a6e-4108-9827-7806a6c06237 X-Archives-Hash: c11fc38ba46faa6d6145fab7a007cfcc commit: 18a34d4fbc9ec80b2f7b5d3b9064be946ffffe14 Author: Zac Medico gentoo org> AuthorDate: Sat Dec 2 21:41:36 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Dec 2 21:45:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=18a34d4f COPYING: License field in header should be GPL-2 rather than GPL-2+ The copyright headers specify "GNU General Public License v2" only. Fixes: cc5b94ab443f4 ("COPYING: add header paragraph") COPYING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYING b/COPYING index cca0dc58b..80d7483d0 100644 --- a/COPYING +++ b/COPYING @@ -3,7 +3,7 @@ Upstream-Name: portage Upstream-Contact: Zac Medico Source: https://gitweb.gentoo.org/proj/portage.git/ Copyright: Copyright 1999-2017 Gentoo Foundation -License: GPL-2+ (See LICENSE) +License: GPL-2 (See LICENSE) Files: bin/doins.py Copyright: Copyright 2017 The Chromium OS Authors. All rights reserved.