diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 18:42:38 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 21:18:43 +0100 |
commit | 020d0a90105e5dbd8994041eb1e89ae5b34dcf57 (patch) | |
tree | 3c6539ca324a8bb398cdd753854af3770600155f /app-dicts/sword-vulgate | |
parent | app-dicts/sword-ukjv: Fix LICENSE. (diff) | |
download | gentoo-020d0a90105e5dbd8994041eb1e89ae5b34dcf57.tar.gz gentoo-020d0a90105e5dbd8994041eb1e89ae5b34dcf57.tar.bz2 gentoo-020d0a90105e5dbd8994041eb1e89ae5b34dcf57.zip |
app-dicts/sword-vulgate: Fix LICENSE.
According to upstream, this package is in the public domain.
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-vulgate')
-rw-r--r-- | app-dicts/sword-vulgate/sword-vulgate-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/sword-vulgate/sword-vulgate-1.1.ebuild b/app-dicts/sword-vulgate/sword-vulgate-1.1.ebuild index 60b8b2f643cb..0da76421e20a 100644 --- a/app-dicts/sword-vulgate/sword-vulgate-1.1.ebuild +++ b/app-dicts/sword-vulgate/sword-vulgate-1.1.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,5 @@ inherit sword-module DESCRIPTION="Latin Vulgate" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Vulgate" -LICENSE="freedist" +LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |