From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by sourceware.org (Postfix) with ESMTPS id 89BFC3858425 for ; Sun, 16 Jan 2022 10:54:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89BFC3858425 Received: by mail-wm1-x336.google.com with SMTP id f141-20020a1c1f93000000b003497aec3f86so15759204wmf.3 for ; Sun, 16 Jan 2022 02:54:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kTss9OTJ3wTgXKvZOhqpK7Vs8ySGFLEqmiL4rcjPyJ0=; b=KRKpBTb+vIN43R+P4yo25qf6/thNhYL65GZaryf+sZomxWUzl7eJsxF/hzGfBfHLd0 yQfsx1kejLJrg8Zh2igmpHmBZ/MNP3NhA0JIT59lSGfwKkdLLjJwtXjRKCmgmh07jbqM nNyXLxhq1+jZuxnsv9GwGjf3ncOpPai5Kq88hAYdNtqPZK99SuYTe90bupze98GrnYv+ /X/OJI2lCKDcQj19DsaGOgxloEI6gU3dgNdXd9NdURXVlRb4ujtV4e3pSIAn7kmFUCMl oUtLEPwvbO8SP0fvByth3Rwasbs/HMEH476wPfvRnfo9Vq316ZxCaV+BV8c0Au9wDWoi MNhg== X-Gm-Message-State: AOAM533Ah+Gk7b0F/jtVljcPya1d71eWdoSeAKbCyRyitOEC8GjXlzLl gVcnyKZgVzeXrfbr1DVE0XTC X-Google-Smtp-Source: ABdhPJzD4uU56dnYHl25ubFKiNRllKu5qNjHxlH33HFUnuh00lLVZXS6qYOOxeoV5SgKttzf6MtI4w== X-Received: by 2002:a5d:4bc8:: with SMTP id l8mr15785917wrt.371.1642330487610; Sun, 16 Jan 2022 02:54:47 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id bk17sm10215853wrb.105.2022.01.16.02.54.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 16 Jan 2022 02:54:47 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 49637A8559; Sun, 16 Jan 2022 14:54:44 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: brobecker@adacore.com Subject: [FYI/branch 4/4] Manual copyright year update of various GDB files Date: Sun, 16 Jan 2022 14:54:32 +0400 Message-Id: <20220116105432.359305-5-brobecker@adacore.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220116105432.359305-1-brobecker@adacore.com> References: <20220116105432.359305-1-brobecker@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.5 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Sun, 16 Jan 2022 10:54:50 -0000 This commit updates the copyright year of various files which gdb/copyright.py is not able to handle automatically. gdb/ChangeLog: * gdbarch.sh: Update end year of copyright year range for copyright header of generated files. gdb/doc/ChangeLog: * gdb.texinfo: Change end year of the manual's copyright notice to 2022. * refcard.tex: Ditto. --- gdb/ChangeLog | 5 +++++ gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 4 ++-- gdb/doc/refcard.tex | 4 ++-- gdb/gdbarch.sh | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9389c5f3751..2e0c6e2fb65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2022-01-16 Joel Brobecker + + * gdbarch.sh: Update end year of copyright year range for + copyright header of generated files. + 2022-01-16 Joel Brobecker Update copyright year in header of all GDB files to 2022, diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 67822b88a91..8396d481d67 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2022-01-16 Joel Brobecker + + * gdb.texinfo: Change end year of the manual's copyright notice + to 2022. + * refcard.tex: Ditto. + 2021-08-12 Tom Tromey * gdb.texinfo (Output Styling): Mention Pygments. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8e872b8efdf..9256f088d29 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2021 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2022 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-2021 Free Software Foundation, Inc. +Copyright (C) 1988-2022 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 2742d999b0b..e1f0c6604e2 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-2021 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2022 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-2021 Free Software Foundation, Inc. +Copyright \copyright 1991-2022 Free Software Foundation, Inc. Author: Roland H. Pesch The author assumes no responsibility for any errors on this card. diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 41fce03d5ee..23c1a81a61a 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1264,7 +1264,7 @@ cat <