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 3832B139085 for ; Sun, 29 Jan 2017 15:22:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B75B234039; Sun, 29 Jan 2017 15:22:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 782DE234039 for ; Sun, 29 Jan 2017 15:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 726AA34165F for ; Sun, 29 Jan 2017 15:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A483E39E9 for ; Sun, 29 Jan 2017 15:22:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1485703320.4586f17f30c8892ffcb6550fe820740271b5f44a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/whdd/whdd-9999.ebuild X-VCS-Directories: sys-block/whdd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4586f17f30c8892ffcb6550fe820740271b5f44a X-VCS-Branch: master Date: Sun, 29 Jan 2017 15:22:17 +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: 73f14636-9027-4655-8fe6-6bfc8a1465a0 X-Archives-Hash: 14671fb74b4b1b052088f46eb5e7cec4 commit: 4586f17f30c8892ffcb6550fe820740271b5f44a Author: Andrey Utkin fastmail com> AuthorDate: Sun Jan 8 01:28:18 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jan 29 15:22:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4586f17f sys-block/whdd: 9999: correct LICENSE to GPL-3 License specified in source code is GPLv3. sys-block/whdd/whdd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index 60edc4e..381536f 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -10,7 +10,7 @@ inherit git-r3 DESCRIPTION="Diagnostic and recovery tool for block devices" HOMEPAGE="https://whdd.github.io" -LICENSE="GPL-2" +LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE=""