From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x333.google.com (mail-wm1-x333.google.com [IPv6:2a00:1450:4864:20::333]) by sourceware.org (Postfix) with ESMTPS id 593B33858434 for ; Sun, 1 Jan 2023 12:59:23 +0000 (GMT) Received: by mail-wm1-x333.google.com with SMTP id g25-20020a7bc4d9000000b003d97c8d4941so13194328wmk.4 for ; Sun, 01 Jan 2023 04:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=icyS7UPVvgLnacXQdMzZMR/+QEzouhVyWy17815iI6g=; b=gV0Nbg/9MNgTvGWoHycV3/F5xVU6TmFiW13jRH66BwwMtEw/R5iMadhHooZvl3kYG1 iM8hgHP4FK5XvydxN7Uv1SKGyxWFRUhFLiqpv3k2Pm7vMwlBykOeqEzo0viLYQPV824A AdRVXadTJdtCi6u5MOMk0ODZ2cqwQQRWsGxhqEhdNk9UMj6B+Gg9zqT7Z+wayz/x6PJu vuQYFrzjMDDD29MVXDa7UYFE0XhypbeMRmiZ6EDglr8TTWKpkqHjfHsAViuwuY7lVOlb nd/ziu0WGWL2HSXDtzXwh87S7iBOAkdj+yWom9efEZ/Yim4gXKkeWz6xR3nQkFPCQYaD h4Ug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=icyS7UPVvgLnacXQdMzZMR/+QEzouhVyWy17815iI6g=; b=oPnjnrKv1Cn/C9XZHgd2oP0lbkOTO1rogFDHoeIubAmoHzeiXGrhLU6OQ2ocUqDykm LAjdUwtl0BWUh5NylN4q83Zwk0fdXyPzlqRqX2qHOmaavtR36qRE3hWw8vmVo0m3GuIb Yiy9LVKAjlZ43SyA2R8nKpFd8qtaDH9PMq1oSNM/i5iipFKqOly3mP8HR3HxGam3BHg0 mijRta/X3wkGUq13qExEdFBEyr7WItMeTOvFWBQs9d4gfx80K45otBgv7CDhfYO2UykA PfPZ3uYKfMvjGJxU4dJXNaI9ymJ8mMOFi+fngQkYuQstYQzNS1N2GzSKed0z7gnEnBzl yHfQ== X-Gm-Message-State: AFqh2kqKXcB9l6k7/b3wZsocdR+WnyIaeOqNXiewY9T9244EZY1onxZU sSYw6xG7fSq2clMTvBRiiDKNgG3Wg8FxLefVuOwR X-Google-Smtp-Source: AMrXdXsqQom0ooZz3tHicW35k2Od88kgitTinN6PxNqoKRfFhMHB2rnm1I6fFVFtW25jDu9uKskIhQ== X-Received: by 2002:a1c:7410:0:b0:3cf:8957:806e with SMTP id p16-20020a1c7410000000b003cf8957806emr27288714wmc.5.1672577962171; Sun, 01 Jan 2023 04:59:22 -0800 (PST) Received: from takamaka.gnat.com ([2a01:cb22:1d5:1100:da0b:c259:a509:b0b4]) by smtp.gmail.com with ESMTPSA id h6-20020a05600c350600b003d990372dd5sm20751253wmq.20.2023.01.01.04.59.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 01 Jan 2023 04:59:21 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id CCE5981B2E; Sun, 1 Jan 2023 16:59:19 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [PATCH 4/4] manual copyright year range of various GDB files to add 2023 Date: Sun, 1 Jan 2023 16:57:14 +0400 Message-Id: <20230101125854.2204219-5-brobecker@adacore.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230101125854.2204219-1-brobecker@adacore.com> References: <20230101125854.2204219-1-brobecker@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This commit updates the following file... gdb/doc/gdb.texinfo gdb/doc/refcard.tex gdb/syscalls/update-netbsd.sh ... by hand as instructed by the gdb/copyright.py script. The update by hand is needed because the copyright headers to update are actually nested inside those files, rather than located at the start of the file. --- gdb/doc/gdb.texinfo | 4 ++-- gdb/doc/refcard.tex | 4 ++-- gdb/syscalls/update-netbsd.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b233366fd09..a72b2b9eb26 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2022 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2023 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -120,7 +120,7 @@ This is the @value{EDITION} Edition, for @value{GDBN} @end ifset Version @value{GDBVN}. -Copyright (C) 1988-2022 Free Software Foundation, Inc. +Copyright (C) 1988-2023 Free Software Foundation, Inc. This edition of the GDB manual is dedicated to the memory of Fred Fish. Fred was a long-standing contributor to GDB and to Free diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex index 5f711137bd8..acafe7ddbfb 100644 --- a/gdb/doc/refcard.tex +++ b/gdb/doc/refcard.tex @@ -307,7 +307,7 @@ shell {\it cmd}&execute arbitrary shell command string\cr \line{\smrm \opt{ } surround optional arguments \hfill $\ldots$ show one or more arguments} \vskip\baselineskip -\centerline{\smrm \copyright 1998-2022 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2023 Free Software Foundation, Inc.\qquad Permissions on back} \eject \sec Breakpoints and Watchpoints; break \opt{\it file\tt:}{\it line}\par @@ -632,7 +632,7 @@ statement.\cr \vfill {\smrm\parskip=6pt -Copyright \copyright 1991-2022 Free Software Foundation, Inc. +Copyright \copyright 1991-2023 Free Software Foundation, Inc. Author: Roland H. Pesch The author assumes no responsibility for any errors on this card. diff --git a/gdb/syscalls/update-netbsd.sh b/gdb/syscalls/update-netbsd.sh index ab6a37a041e..bedd81b9503 100755 --- a/gdb/syscalls/update-netbsd.sh +++ b/gdb/syscalls/update-netbsd.sh @@ -36,7 +36,7 @@ fi cat > netbsd.xml.tmp < -