diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-03-04 23:38:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-04 23:43:48 +0100 |
commit | a07967e7ee04029b6b512efd97e6eafd761d97f7 (patch) | |
tree | 416b9bf981e36b1d1dd48e3f2ba02be5887bd7f1 /net-dns/totd/totd-1.5.1.ebuild | |
parent | media-video/makemkv: Bump to 1.16.1, drop old 1.16.0 (diff) | |
download | gentoo-a07967e7ee04029b6b512efd97e6eafd761d97f7.tar.gz gentoo-a07967e7ee04029b6b512efd97e6eafd761d97f7.tar.bz2 gentoo-a07967e7ee04029b6b512efd97e6eafd761d97f7.zip |
net-dns/totd: add license for init script
Closes: https://bugs.gentoo.org/426022
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-dns/totd/totd-1.5.1.ebuild')
-rw-r--r-- | net-dns/totd/totd-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index e9e8691f95fe..c2661cc9ce63 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.dillema.net/software/totd.html" SRC_URI="http://www.dillema.net/software/${PN}/${P}.tar.gz" -LICENSE="totd BSD BSD-4" +LICENSE="totd BSD BSD-4 GPL-2" SLOT="0" KEYWORDS="~amd64 x86" |