From f903bf7de302eb095560495c14d49a36a77f8696 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Fri, 19 Jan 2024 07:42:43 +0200 Subject: sys-apps/earlyoom: update LICENSE * It never had the advertising clause. https://github.com/rfjakob/earlyoom/blob/master/LICENSE Signed-off-by: Alfred Wingate Signed-off-by: Joonas Niilola --- sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 4 ++-- sys-apps/earlyoom/earlyoom-1.7-r1.ebuild | 4 ++-- sys-apps/earlyoom/earlyoom-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild index f99e75ee9507..dd56e9eba184 100644 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit systemd DESCRIPTION="Early OOM Daemon for Linux" HOMEPAGE="https://github.com/rfjakob/earlyoom" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/rfjakob/earlyoom.git" diff --git a/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild index d3cab7d87fe4..9c0f8e1059dc 100644 --- a/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ else KEYWORDS="amd64 x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" IUSE="man test" RESTRICT="!test? ( test )" diff --git a/sys-apps/earlyoom/earlyoom-9999.ebuild b/sys-apps/earlyoom/earlyoom-9999.ebuild index 42e4a6373240..26455f1c6000 100644 --- a/sys-apps/earlyoom/earlyoom-9999.ebuild +++ b/sys-apps/earlyoom/earlyoom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ else KEYWORDS="~amd64 ~x86" fi -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" IUSE="man test" RESTRICT="!test? ( test )" -- cgit v1.2.3-65-gdbad