diff options
author | 2020-01-06 18:40:12 +0100 | |
---|---|---|
committer | 2020-01-06 21:18:30 +0100 | |
commit | f505c8d22bf1daf7b9a993c055defa4bffb1f385 (patch) | |
tree | 295422df742ef2921325a2ba3e5bde41d579d87d /app-dicts | |
parent | app-dicts/sword-geneva1599: Fix LICENSE. (diff) | |
download | gentoo-f505c8d22bf1daf7b9a993c055defa4bffb1f385.tar.gz gentoo-f505c8d22bf1daf7b9a993c055defa4bffb1f385.tar.bz2 gentoo-f505c8d22bf1daf7b9a993c055defa4bffb1f385.zip |
app-dicts/sword-gerelb1871: 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')
-rw-r--r-- | app-dicts/sword-gerelb1871/sword-gerelb1871-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/sword-gerelb1871/sword-gerelb1871-1.1.ebuild b/app-dicts/sword-gerelb1871/sword-gerelb1871-1.1.ebuild index e8aabd8428c7..48b2556ccacc 100644 --- a/app-dicts/sword-gerelb1871/sword-gerelb1871-1.1.ebuild +++ b/app-dicts/sword-gerelb1871/sword-gerelb1871-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="German Elberfelder (1871)" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=GerElb1871" -LICENSE="freedist" +LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |