dev-libs/legousbtower: Correct LICENSE, restrict mirror&bindist
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Sep 2019 17:41:03 +0000 (19:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Sep 2019 18:03:16 +0000 (20:03 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/legousbtower/legousbtower-0.5.4-r1.ebuild

index 51fdecaf027b8fdc3851f6abf8499ce28d46f5e6..f24ec9097bb4d1bf07665b2f1d38852455a2e231 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=6
@@ -10,9 +10,12 @@ SRC_URI="mirror://sourceforge/legousb/${P}.tar.gz"
 HOMEPAGE="http://legousb.sourceforge.net/"
 
 SLOT="0"
-LICENSE="MPL-1.0"
+# The specified license is wrong as the file uses code from proprietary
+# SDK.  http://legousb.sourceforge.net/legousbtower/index.shtml
+LICENSE="all-rights-reserved"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
+RESTRICT="bindist mirror"
 
 src_configure() { :; }
 src_compile() { :; }