From: Michał Górny Date: Tue, 17 Sep 2019 07:06:45 +0000 (+0200) Subject: sys-fs/wpflash: Set LICENSE to all-rights-reserved X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0591078267c971e9b070e0e49dd46580a6bdfcd5;p=gentoo.git sys-fs/wpflash: Set LICENSE to all-rights-reserved Neither the source code nor the website indicate any license grants or public domain release. Therefore, the code is all-rights-reserved by default and must not be mirrored. Signed-off-by: Michał Górny --- diff --git a/sys-fs/wpflash/wpflash-0.ebuild b/sys-fs/wpflash/wpflash-0.ebuild index a273f524ebbd..c50fd6d7e3b9 100644 --- a/sys-fs/wpflash/wpflash-0.ebuild +++ b/sys-fs/wpflash/wpflash-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -9,10 +9,11 @@ DESCRIPTION="flash the firmware on a Webpal" HOMEPAGE="http://webpal.bigbrd.com/" SRC_URI="http://webpal.bigbrd.com/wpflash.c" -LICENSE="public-domain" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +RESTRICT="bindist mirror" DEPEND=""