Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/wpflash/
Date: Tue, 17 Sep 2019 07:12:06
Message-Id: 1568704309.0591078267c971e9b070e0e49dd46580a6bdfcd5.mgorny@gentoo
1 commit: 0591078267c971e9b070e0e49dd46580a6bdfcd5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 07:06:45 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 07:11:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05910782
7
8 sys-fs/wpflash: Set LICENSE to all-rights-reserved
9
10 Neither the source code nor the website indicate any license grants
11 or public domain release. Therefore, the code is all-rights-reserved
12 by default and must not be mirrored.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 sys-fs/wpflash/wpflash-0.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/sys-fs/wpflash/wpflash-0.ebuild b/sys-fs/wpflash/wpflash-0.ebuild
20 index a273f524ebb..c50fd6d7e3b 100644
21 --- a/sys-fs/wpflash/wpflash-0.ebuild
22 +++ b/sys-fs/wpflash/wpflash-0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=0
29 @@ -9,10 +9,11 @@ DESCRIPTION="flash the firmware on a Webpal"
30 HOMEPAGE="http://webpal.bigbrd.com/"
31 SRC_URI="http://webpal.bigbrd.com/wpflash.c"
32
33 -LICENSE="public-domain"
34 +LICENSE="all-rights-reserved"
35 SLOT="0"
36 KEYWORDS="~amd64 ~arm ~x86"
37 IUSE=""
38 +RESTRICT="bindist mirror"
39
40 DEPEND=""