diff options
author | 2025-01-16 10:01:15 +0100 | |
---|---|---|
committer | 2025-01-16 10:01:23 +0100 | |
commit | 36c14dffe1f896eede50c250974c086dfea8083f (patch) | |
tree | 8cd1e233e4046a2d499c378f12feb59694255a1b /net-mail/serialmail | |
parent | app-misc/openhab-bin: add 4.3.2 (diff) | |
download | gentoo-36c14dffe1f896eede50c250974c086dfea8083f.tar.gz gentoo-36c14dffe1f896eede50c250974c086dfea8083f.tar.bz2 gentoo-36c14dffe1f896eede50c250974c086dfea8083f.zip |
net-mail/serialmail: update LICENSE
As of today, the http://cr.yp.to/distributors.html contains following
notice:
2022.11.15: I hereby place the serialmail package (in particular,
serialmail-0.75.tar.gz, with SHA-256 checksum
1825c911087f28692c3441d4f95747201c520a22575ab3e6132b5c14097038f3) into
the public domain. The package is no longer copyrighted.
Therefore, the package license is changed appropriately and mirror
and bindist restrictions are dropped.
Bug: https://bugs.gentoo.org/444424
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail/serialmail')
-rw-r--r-- | net-mail/serialmail/serialmail-0.75-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/serialmail/serialmail-0.75-r5.ebuild b/net-mail/serialmail/serialmail-0.75-r5.ebuild index e0ee8b24b777..ca05f8018e88 100644 --- a/net-mail/serialmail/serialmail-0.75-r5.ebuild +++ b/net-mail/serialmail/serialmail-0.75-r5.ebuild @@ -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=7 @@ -10,11 +10,11 @@ HOMEPAGE="http://cr.yp.to/serialmail.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz mirror://gentoo/${P}-patch.tar.bz2" -LICENSE="all-rights-reserved" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="static" -RESTRICT="mirror bindist test" +RESTRICT="test" BDEPEND="sys-apps/groff" DEPEND=">=sys-apps/ucspi-tcp-0.88" |