commit: bfd4b0319f07713a89f3f71397ac1faa545ce5dc Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Thu May 13 09:07:41 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 07:01:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd4b031
net-misc/clockspeed: Fix license Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/20791 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> 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 b70ac60b3ba..fc40dd6960b 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"
