From 19c2b14fe0cee693e5a08f33ce9b33c1d78aad48 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 5 Apr 2025 07:38:16 +0100 Subject: [PATCH] app-emacs/async: update LICENSE Noticed via https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/YQJMZ6AU6YTVEY4RJWC6GCUOACTBJDY4/. See upstream commit 9df02930f0b1d7dd031e68f3fd3549a673f86c48. Signed-off-by: Sam James --- app-emacs/async/async-1.9.9.ebuild | 4 ++-- app-emacs/async/async-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/async/async-1.9.9.ebuild b/app-emacs/async/async-1.9.9.ebuild index ffcaefb095d92..cb21ea112b0aa 100644 --- a/app-emacs/async/async-1.9.9.ebuild +++ b/app-emacs/async/async-1.9.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ else KEYWORDS="amd64 x86" fi -LICENSE="GPL-2+" +LICENSE="GPL-3+" SLOT="0" DOCS=( README.md ) diff --git a/app-emacs/async/async-9999.ebuild b/app-emacs/async/async-9999.ebuild index 090af108d29c5..8c479fe778f55 100644 --- a/app-emacs/async/async-9999.ebuild +++ b/app-emacs/async/async-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ else KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-2+" +LICENSE="GPL-3+" SLOT="0" DOCS=( README.md )