diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 19:42:52 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 21:18:53 +0100 |
commit | a76069723b3125700041872523ce633d0e8f301a (patch) | |
tree | d7de1179c41d569ab25743feca8cb2e6922ccc93 /app-dicts | |
parent | app-dicts/sword-mkjv: Fix LICENSE. (diff) | |
download | gentoo-a76069723b3125700041872523ce633d0e8f301a.tar.gz gentoo-a76069723b3125700041872523ce633d0e8f301a.tar.bz2 gentoo-a76069723b3125700041872523ce633d0e8f301a.zip |
app-dicts/sword-ab: Fix LICENSE.
No visible license, therefore labelling as "all-rights-reserved",
plus mirror and bindist restrictions.
Bug: https://bugs.gentoo.org/703604
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-ab/sword-ab-1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/sword-ab/sword-ab-1.3.ebuild b/app-dicts/sword-ab/sword-ab-1.3.ebuild index fcff491ac783..2619df7c58fd 100644 --- a/app-dicts/sword-ab/sword-ab-1.3.ebuild +++ b/app-dicts/sword-ab/sword-ab-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,5 +9,6 @@ inherit sword-module DESCRIPTION="The Apostle's Bible" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=AB" -LICENSE="freedist" +LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" +RESTRICT="mirror bindist" |