diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 18:38:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-06 21:18:23 +0100 |
commit | c454a9e459402244c76d2634b381155f8d4555c0 (patch) | |
tree | eca6408a6cb7dc049b548c95ea3e930b0d8f0d91 /app-dicts/sword-bashautin | |
parent | app-dicts/sword-armwestern: Fix LICENSE. (diff) | |
download | gentoo-c454a9e459402244c76d2634b381155f8d4555c0.tar.gz gentoo-c454a9e459402244c76d2634b381155f8d4555c0.tar.bz2 gentoo-c454a9e459402244c76d2634b381155f8d4555c0.zip |
app-dicts/sword-bashautin: 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-bashautin')
-rw-r--r-- | app-dicts/sword-bashautin/sword-bashautin-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/sword-bashautin/sword-bashautin-1.5.ebuild b/app-dicts/sword-bashautin/sword-bashautin-1.5.ebuild index dcf45e264a85..69af9776269a 100644 --- a/app-dicts/sword-bashautin/sword-bashautin-1.5.ebuild +++ b/app-dicts/sword-bashautin/sword-bashautin-1.5.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="1571 Navarro-Labourdin Basque NT" HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=BasHautin" -LICENSE="freedist" +LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |