diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-01-19 07:42:43 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-02-09 15:03:14 +0200 |
commit | f903bf7de302eb095560495c14d49a36a77f8696 (patch) | |
tree | f1d6eaecd392eb122edaaca3a04f860f8e6d2913 /sys-apps/earlyoom | |
parent | net-analyzer/tcping: update LICENSE (diff) | |
download | gentoo-f903bf7de302eb095560495c14d49a36a77f8696.tar.gz gentoo-f903bf7de302eb095560495c14d49a36a77f8696.tar.bz2 gentoo-f903bf7de302eb095560495c14d49a36a77f8696.zip |
sys-apps/earlyoom: update LICENSE
* It never had the advertising clause.
https://github.com/rfjakob/earlyoom/blob/master/LICENSE
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/earlyoom')
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/earlyoom/earlyoom-1.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/earlyoom/earlyoom-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
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 )" |