diff options
author | 2020-01-06 19:43:48 +0100 | |
---|---|---|
committer | 2020-01-06 21:18:57 +0100 | |
commit | 21b0514b4a3e546ffe4c49e914c6d590943e2198 (patch) | |
tree | 3e457c09dd592b834b6b01344b1ba8b187c2bb49 /app-dicts | |
parent | app-dicts/sword-chiun: Fix LICENSE. (diff) | |
download | gentoo-21b0514b4a3e546ffe4c49e914c6d590943e2198.tar.gz gentoo-21b0514b4a3e546ffe4c49e914c6d590943e2198.tar.bz2 gentoo-21b0514b4a3e546ffe4c49e914c6d590943e2198.zip |
app-dicts/sword-chiuns: 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-chiuns/sword-chiuns-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild b/app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild index da469e99212a..f683df7b37ff 100644 --- a/app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild +++ b/app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,5 +8,6 @@ inherit sword-module DESCRIPTION="Chinese Union Version Simplified" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUns" -LICENSE="freedist" +LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" +RESTRICT="mirror bindist" |