From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DD8D1580EB for ; Wed, 28 May 2025 04:27:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E928834315D for ; Wed, 28 May 2025 04:27:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9676E11047E; Wed, 28 May 2025 04:27:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9134711047E for ; Wed, 28 May 2025 04:27:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B60834310F for ; Wed, 28 May 2025 04:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A092816 for ; Wed, 28 May 2025 04:27:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748406149.1853ca579e8199ccfe966f15f45d35fa7ef9d844.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/automake-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild dev-build/automake-vanilla/automake-vanilla-1.17.ebuild dev-build/automake-vanilla/automake-vanilla-9999.ebuild X-VCS-Directories: dev-build/automake-vanilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1853ca579e8199ccfe966f15f45d35fa7ef9d844 X-VCS-Branch: master Date: Wed, 28 May 2025 04:27:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7e508cf-8532-461e-8be6-33c9bc76cf83 X-Archives-Hash: 69a0478ff5c0a78b2379564823e68c9a commit: 1853ca579e8199ccfe966f15f45d35fa7ef9d844 Author: Sam James gentoo org> AuthorDate: Wed May 28 04:22:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 28 04:22:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1853ca57 dev-build/automake-vanilla: update LICENSE * GPL-2+ for automake itself * m4/* is licenced under FSFAP Closes: https://bugs.gentoo.org/912946 Signed-off-by: Sam James gentoo.org> dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild | 4 ++-- dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild | 4 ++-- dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild | 4 ++-- dev-build/automake-vanilla/automake-vanilla-1.17.ebuild | 4 ++-- dev-build/automake-vanilla/automake-vanilla-9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild index ccc98251d070..11adfe551dc7 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.11.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ HOMEPAGE="https://www.gnu.org/software/automake/" SRC_URI="mirror://gnu/${MY_PN}/${MY_P}.tar.xz" S="${WORKDIR}"/${MY_P} -LICENSE="GPL-2" +LICENSE="GPL-2+ FSFAP" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" diff --git a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild index d1e267fdf6aa..b5980bf09d3c 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ fi DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="https://www.gnu.org/software/automake/" -LICENSE="GPL-2" +LICENSE="GPL-2+ FSFAP" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" diff --git a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild index c3ad216bb6ce..18ab459c9c87 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.16.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ fi DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="https://www.gnu.org/software/automake/" -LICENSE="GPL-2" +LICENSE="GPL-2+ FSFAP" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" diff --git a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild index 1267152eba52..5e3c12751473 100644 --- a/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-1.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ fi DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="https://www.gnu.org/software/automake/" -LICENSE="GPL-2" +LICENSE="GPL-2+ FSFAP" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos" diff --git a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild index 21168cdee797..446732c44ff2 100644 --- a/dev-build/automake-vanilla/automake-vanilla-9999.ebuild +++ b/dev-build/automake-vanilla/automake-vanilla-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ fi DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="https://www.gnu.org/software/automake/" -LICENSE="GPL-2" +LICENSE="GPL-2+ FSFAP" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" IUSE="test"