diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-12 12:57:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-13 18:12:09 +0200 |
commit | 950d04f9d9e1a4f2f028a6e57208e2f21ba0d736 (patch) | |
tree | b0a221b19d97349f19af83598b04247ee917c848 /mail-filter/spamprobe | |
parent | dev-tex/hevea: Update LICENSE (diff) | |
download | gentoo-950d04f9d9e1a4f2f028a6e57208e2f21ba0d736.tar.gz gentoo-950d04f9d9e1a4f2f028a6e57208e2f21ba0d736.tar.bz2 gentoo-950d04f9d9e1a4f2f028a6e57208e2f21ba0d736.zip |
mail-filter/spamprobe: Update LICENSE
QPL and QPL-1.0 are duplicates.
Bug: https://bugs.gentoo.org/789666
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'mail-filter/spamprobe')
-rw-r--r-- | mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild (renamed from mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild b/mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild index 6ea964ca31e1..dfe97b87b27f 100644 --- a/mail-filter/spamprobe/spamprobe-1.4d-r1.ebuild +++ b/mail-filter/spamprobe/spamprobe-1.4d-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DESCRIPTION="Fast, intelligent, automatic spam detector using Bayesian analysis" HOMEPAGE="http://spamprobe.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="QPL" +LICENSE="QPL-1.0" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="berkdb gif jpeg png" |