mail-filter/postsrsd: update LICENSE

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller 2025-09-20 09:54:17 +02:00
parent d6da6a03e8
commit 4537eca98f
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -9,7 +9,7 @@ DESCRIPTION="Postfix Sender Rewriting Scheme daemon"
HOMEPAGE="https://github.com/roehling/postsrsd"
SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+ || ( GPL-2 BSD )"
SLOT="0"
KEYWORDS="amd64 x86"

View File

@ -7,10 +7,11 @@ inherit cmake eapi9-ver readme.gentoo-r1 systemd
DESCRIPTION="Postfix Sender Rewriting Scheme daemon"
HOMEPAGE="https://github.com/roehling/postsrsd"
SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/roehling/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
# See REUSE.toml; GPL-3 for the main software, BSD for src/sha*.
LICENSE="GPL-3 BSD"
# See REUSE.toml: GPL-3 (v3 only) for the main software,
# BSD for src/{sha1,srs2}.*, FSFAP for cmake/*
LICENSE="GPL-3 BSD FSFAP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="redis sqlite test"