commit: 0591078267c971e9b070e0e49dd46580a6bdfcd5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 17 07:06:45 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 17 07:11:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05910782
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 <AT> 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 a273f524ebb..c50fd6d7e3b 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=""
