From patchwork Tue Apr 8 18:23:27 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Marchi X-Patchwork-Id: 110065 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 98F54385B50C for ; Tue, 8 Apr 2025 18:24:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98F54385B50C X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id CA8B5385AC24 for ; Tue, 8 Apr 2025 18:23:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CA8B5385AC24 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=efficios.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=efficios.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org CA8B5385AC24 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744136618; cv=none; b=QeYsaelb8RQBJHWRmYb7uZ8we4l9G5kWqLLiNSKFm8gKG9nMruzzJlce6R5MJ6eSVFcfJqjGMkiHkjg/3NL4K3pk8YyP8AldJ7K+Bxcz1mxUBgyYR/w3Ooy+qcPCrIYwOgf4nKkPmRU//eXUQ5Pwu73AaPMai2Gc6OvH6lsItq0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744136618; c=relaxed/simple; bh=1hKdBHQ46mraUGgpmzpa2C7uCRTxUMkQx0MHniyIPNY=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=jQ7HG2nTnBwD+Yt+a81RPd4rCOTjgGI/GFC3BB3ygoCij0WMBjQzmNKYH4YWOpE8Dg+D+HtKWqi8poFvyhfwWBe/mhE6t798e6oR9AmOeFOlMTOj1rfKaJtKYe0cguwGWAIcpCGMGG8wl9l9lS3/qKkBLZNyiS/4GUyZjtJsd2s= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA8B5385AC24 Received: by simark.ca (Postfix, from userid 112) id 8014C1E0C3; Tue, 8 Apr 2025 14:23:38 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Spam-Level: X-Spam-Status: No, score=-1167.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_NONE, KAM_DMARC_STATUS, LOCAL_AUTHENTICATION_FAIL_DMARC, LOCAL_AUTHENTICATION_FAIL_SPF, SPF_HELO_PASS, SPF_SOFTFAIL, TXREP autolearn=ham autolearn_force=no version=3.4.6 Received: from smarchi-efficios.internal.efficios.com (96-127-217-162.qc.cable.ebox.net [96.127.217.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id A40CA1E0C2; Tue, 8 Apr 2025 14:23:31 -0400 (EDT) From: Simon Marchi To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [PATCH 2/3] sim: fix Makefile.in copyright dates Date: Tue, 8 Apr 2025 14:23:27 -0400 Message-ID: <20250408182330.151252-2-simon.marchi@efficios.com> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250408182330.151252-1-simon.marchi@efficios.com> References: <20250408182330.151252-1-simon.marchi@efficios.com> MIME-Version: 1.0 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~patchwork=sourceware.org@sourceware.org Commit d01e823438 ("Update copyright dates to include 2025") incorrectly changed the dates in Makefile.in. Re-run `autoreconf` in the sim directory to fix that up. Change-Id: Ia02a54e5330d77b490cc7745eee3d281c7888eec --- sim/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/Makefile.in b/sim/Makefile.in index 5bc0cc7d8eb7..f99f1551296a 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1,7 +1,7 @@ # Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2025 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,7 @@ @SET_MAKE@ -# Copyright (C) 1993-2024 Free Software Foundation, Inc. +# Copyright (C) 1993-2025 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by