diff options
author | 2020-01-06 19:43:41 +0100 | |
---|---|---|
committer | 2020-01-06 21:18:57 +0100 | |
commit | adb063082f7099300c49b0d74e434e39c2ab7a56 (patch) | |
tree | c22d232bb725e71a6df29eaea17a81863a9a8fee /app-dicts/sword-chiun | |
parent | app-dicts/sword-chincvt: Fix LICENSE. (diff) | |
download | gentoo-adb063082f7099300c49b0d74e434e39c2ab7a56.tar.gz gentoo-adb063082f7099300c49b0d74e434e39c2ab7a56.tar.bz2 gentoo-adb063082f7099300c49b0d74e434e39c2ab7a56.zip |
app-dicts/sword-chiun: 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/sword-chiun')
-rw-r--r-- | app-dicts/sword-chiun/sword-chiun-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/sword-chiun/sword-chiun-2.0.ebuild b/app-dicts/sword-chiun/sword-chiun-2.0.ebuild index 29e2a57f353f..cd9e0a2b9d19 100644 --- a/app-dicts/sword-chiun/sword-chiun-2.0.ebuild +++ b/app-dicts/sword-chiun/sword-chiun-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 Traditional" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUn" -LICENSE="freedist" +LICENSE="all-rights-reserved" KEYWORDS="~amd64 ~ppc ~x86" +RESTRICT="mirror bindist" |