From 0591078267c971e9b070e0e49dd46580a6bdfcd5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Date: Tue, 17 Sep 2019 09:06:45 +0200
Subject: [PATCH] sys-fs/wpflash: Set LICENSE to all-rights-reserved
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

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 <mgorny@gentoo.org>
---
 sys-fs/wpflash/wpflash-0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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=""
 
-- 
2.26.2