mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
mail-filter/postsrsd: update LICENSE
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
parent
d6da6a03e8
commit
4537eca98f
@ -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"
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user