sys-fs/wpflash: Set LICENSE to all-rights-reserved
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 07:06:45 +0000 (09:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Sep 2019 07:11:49 +0000 (09:11 +0200)
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

index a273f524ebbdf04adf3bbe4fc42e8bb94d58b066..c50fd6d7e3b966e26c0aa0e487544cbad050cfc1 100644 (file)
@@ -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=""