summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-17 09:06:45 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-17 09:11:49 +0200
commit0591078267c971e9b070e0e49dd46580a6bdfcd5 (patch)
tree489987407ec8506a7e9b3f758dc787d5f17f24ff /sys-fs/wpflash
parentdev-ada/aunit: simplify using ada eclass (diff)
downloadgentoo-0591078267c971e9b070e0e49dd46580a6bdfcd5.tar.gz
gentoo-0591078267c971e9b070e0e49dd46580a6bdfcd5.tar.bz2
gentoo-0591078267c971e9b070e0e49dd46580a6bdfcd5.zip
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 <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs/wpflash')
-rw-r--r--sys-fs/wpflash/wpflash-0.ebuild5
1 files 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=""