From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id vrS4L5T7tmMzDBAAWB0awg (envelope-from ) for ; Thu, 05 Jan 2023 11:32:20 -0500 Received: by simark.ca (Postfix, from userid 112) id B79F71E222; Thu, 5 Jan 2023 11:32:20 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=sOWyBxlQ; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_MED,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7101B1E0D3 for ; Thu, 5 Jan 2023 11:32:20 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 16EE2385703A for ; Thu, 5 Jan 2023 16:32:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16EE2385703A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672936340; bh=hanrgq6KIQXMWiJHXgUCqrZ1NaJVh55jOzHpTInWyZM=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=sOWyBxlQqsJX58zGoyY1IlI6P9h6BJ6Ovw3/Iv2OcNyykCEZlH9EEtX4ETRjrLcly edy8edMtaJixlrnjFnOuxgSZw5fmnfR33Ucl7ZllGqySzkV9OVQl+XS6CIfgEC66af uPU8s5YG3z9xmuV0qaBFdQ4lcFsa0BqNyP8jLMyY= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 277E43858035 for ; Thu, 5 Jan 2023 16:31:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 277E43858035 Received: from [192.168.255.180] (unknown [207.35.41.250]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 573C71E0D3; Thu, 5 Jan 2023 11:31:37 -0500 (EST) Message-ID: <12713ca5-0eca-3597-f1da-55c51717489d@simark.ca> Date: Thu, 5 Jan 2023 11:31:40 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v2] gdbsupport, gnulib: Regenerate with the maintainer mode Content-Language: fr To: Tsukasa OI , Pedro Alves Cc: gdb-patches@sourceware.org References: <40efe9e0966b091e53172bcfda026cccf3b320f0.1672889568.git.research_trasio@irq.a4lg.com> In-Reply-To: <40efe9e0966b091e53172bcfda026cccf3b320f0.1672889568.git.research_trasio@irq.a4lg.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 1/4/23 22:32, Tsukasa OI via Gdb-patches wrote: > From: Tsukasa OI > > Those files have changed by regenerating using the maintainer mode. > {gdbsupport,gnulib}/Makefile.in changed their copyright year. > --- > gdbsupport/Makefile.in | 2 +- > gnulib/Makefile.in | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in > index 6aadae410316..c4b43c99c3d7 100644 > --- a/gdbsupport/Makefile.in > +++ b/gdbsupport/Makefile.in > @@ -15,7 +15,7 @@ > @SET_MAKE@ > > # > -# Copyright (C) 2020-2022 Free Software Foundation, Inc. > +# Copyright (C) 2020-2023 Free Software Foundation, Inc. > # > # This file is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in > index 6a2091627d28..8d5bf7f16729 100644 > --- a/gnulib/Makefile.in > +++ b/gnulib/Makefile.in > @@ -14,7 +14,7 @@ > > @SET_MAKE@ > > -# Copyright (C) 2019-2022 Free Software Foundation, Inc. > +# Copyright (C) 2019-2023 Free Software Foundation, Inc. > > # This file is part of GDB. > > > base-commit: 7cbf35923d31f1f02e69131a9e0f6f065ad8053c > -- > 2.39.0 > I pointed out the gdbsupport one to Joel here: https://inbox.sourceware.org/gdb-patches/ef0fb5c9-dadd-3c9e-b49b-b4ee4598c5a0@simark.ca/ I think we need to make sure the new year procedure is updated to avoid forgetting it in the future. And our procedure should probably include gnulib too, since someone needs to do it (either us or the binutils folks). Simon