From bfd4b0319f07713a89f3f71397ac1faa545ce5dc Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Thu, 13 May 2021 11:07:41 +0200 Subject: net-misc/clockspeed: Fix license Signed-off-by: Haelwenn (lanodan) Monnier Closes: https://github.com/gentoo/gentoo/pull/20791 Signed-off-by: Joonas Niilola --- net-misc/clockspeed/clockspeed-0.62-r7.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild index b70ac60b3bac..fc40dd6960bf 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r7.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 @@ -14,7 +14,8 @@ LEAPSECONDS_DATE="20081114" SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz https://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE"" -LICENSE="all-rights-reserved" +# http://cr.yp.to/distributors.html +LICENSE="public-domain" SLOT="0" KEYWORDS="amd64 ~mips x86" IUSE="static selinux" -- cgit v1.2.3-65-gdbad