From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id DkzSHA1FtmOwoQ8AWB0awg (envelope-from ) for ; Wed, 04 Jan 2023 22:33:33 -0500 Received: by simark.ca (Postfix, from userid 112) id 6A3A11E222; Wed, 4 Jan 2023 22:33:33 -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=xsrMWcEi; 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=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, 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 175A61E110 for ; Wed, 4 Jan 2023 22:33:33 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EB8B73858C54 for ; Thu, 5 Jan 2023 03:33:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB8B73858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672889610; bh=Er+OqSsasZuRRnKfNwakZu8cpdIniqPQB/KcqMRq72M=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=xsrMWcEiKK/Wc0B/XIY4U8PUtbOxG18Jen9FY84HMHEQRJ5FtTIw7TeCHJ88hjKP0 hgAKf6LYs8otAfmV6Odkl4mUj45BXLlz8jSbsfg7gZ79v4DjYk0dW/sqKIPsOYsAj2 5UtzylUc0nRozMft59Ojwi4LrGkhMpa2bPCVLC10= Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id C81743858D35 for ; Thu, 5 Jan 2023 03:33:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C81743858D35 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 85E0F300089; Thu, 5 Jan 2023 03:33:06 +0000 (UTC) To: Pedro Alves Cc: Tsukasa OI , gdb-patches@sourceware.org Subject: [PATCH v2] gdbsupport, gnulib: Regenerate with the maintainer mode Date: Thu, 5 Jan 2023 03:32:53 +0000 Message-Id: <40efe9e0966b091e53172bcfda026cccf3b320f0.1672889568.git.research_trasio@irq.a4lg.com> In-Reply-To: References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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