Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/whdd/
Date: Sun, 29 Jan 2017 15:22:23
Message-Id: 1485703320.4586f17f30c8892ffcb6550fe820740271b5f44a.kensington@gentoo
1 commit: 4586f17f30c8892ffcb6550fe820740271b5f44a
2 Author: Andrey Utkin <andrey_utkin <AT> fastmail <DOT> com>
3 AuthorDate: Sun Jan 8 01:28:18 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 15:22:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4586f17f
7
8 sys-block/whdd: 9999: correct LICENSE to GPL-3
9
10 License specified in source code is GPLv3.
11
12 sys-block/whdd/whdd-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild
16 index 60edc4e..381536f 100644
17 --- a/sys-block/whdd/whdd-9999.ebuild
18 +++ b/sys-block/whdd/whdd-9999.ebuild
19 @@ -10,7 +10,7 @@ inherit git-r3
20 DESCRIPTION="Diagnostic and recovery tool for block devices"
21 HOMEPAGE="https://whdd.github.io"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-3"
25 SLOT="0"
26 KEYWORDS=""
27 IUSE=""