diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 18:40:58 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 21:18:34 +0100 |
commit | e347165f0174fde22198850c64d1ac8c76bc07b5 (patch) | |
tree | 8c7be5b81e2790b3abaaae3c2467653ff699ed4f /app-dicts | |
parent | app-dicts/sword-montgomery: Fix LICENSE. (diff) | |
download | gentoo-e347165f0174fde22198850c64d1ac8c76bc07b5.tar.gz gentoo-e347165f0174fde22198850c64d1ac8c76bc07b5.tar.bz2 gentoo-e347165f0174fde22198850c64d1ac8c76bc07b5.zip |
app-dicts/sword-murdock: 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-murdock/sword-murdock-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/sword-murdock/sword-murdock-1.2.ebuild b/app-dicts/sword-murdock/sword-murdock-1.2.ebuild index 6982de32947b..bed134135426 100644 --- a/app-dicts/sword-murdock/sword-murdock-1.2.ebuild +++ b/app-dicts/sword-murdock/sword-murdock-1.2.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="James Murdock's Translation of the Syriac Peshitta" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Murdock" -LICENSE="freedist" +LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |