From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1136431-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4D706138346
	for <garchives@archives.gentoo.org>; Mon,  6 Jan 2020 20:19:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6FA9EE0991;
	Mon,  6 Jan 2020 20:19:38 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5289AE0991
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jan 2020 20:19:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5009034DE1B
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jan 2020 20:19:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EC8FE42
	for <gentoo-commits@lists.gentoo.org>; Mon,  6 Jan 2020 20:19:35 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1578341937.21b0514b4a3e546ffe4c49e914c6d590943e2198.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-chiuns/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild
X-VCS-Directories: app-dicts/sword-chiuns/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 21b0514b4a3e546ffe4c49e914c6d590943e2198
X-VCS-Branch: master
Date: Mon,  6 Jan 2020 20:19:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f6c9b29c-611b-41a7-a36b-325b06f9feb7
X-Archives-Hash: 5aa7fdf0c035c947e776aeb0877cb6c5

commit:     21b0514b4a3e546ffe4c49e914c6d590943e2198
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 18:43:48 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 20:18:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b0514b

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 <AT> gentoo.org>

 app-dicts/sword-chiuns/sword-chiuns-2.0.ebuild | 5 +++--
 1 file 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 da469e99212..f683df7b37f 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"