From patchwork Wed Jan 1 06:50:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 37153 Received: (qmail 22854 invoked by alias); 1 Jan 2020 06:51:05 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 22788 invoked by uid 89); 1 Jan 2020 06:51:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=Maintenance X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Jan 2020 06:51:03 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D8F43117071; Wed, 1 Jan 2020 01:51:01 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Sxv5uftw1leT; Wed, 1 Jan 2020 01:51:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5492D117070; Wed, 1 Jan 2020 01:51:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D694C838B8; Wed, 1 Jan 2020 10:50:56 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [PATCH 6/6] Update copyright year in gdbarch.sh doc/gdb.texinfo and doc/refcard.tex Date: Wed, 1 Jan 2020 10:50:33 +0400 Message-Id: <20200101065033.24334-7-brobecker@adacore.com> In-Reply-To: <20200101065033.24334-1-brobecker@adacore.com> References: <20200101065033.24334-1-brobecker@adacore.com> These are files that need to be updated by hand, because the copyright.py script isn't able to handle them automatically. gdb/ChangeLog: * gdbarch.sh: Update copyright year range of generated files. gdb/doc/ChangeLog: * gdb.texinfo, refcard.tex: Update copyright year range. (cherry picked from commit e5d78223eaf178ebb23aa20f209f71497aaae722) --- gdb/ChangeLog | 4 ++++ gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 4 ++-- gdb/doc/refcard.tex | 4 ++-- gdb/gdbarch.sh | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9fd19224b7d..fdedb41aad0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-01-01 Joel Brobecker + + * gdbarch.sh: Update copyright year range of generated files. + 2020-01-01 Joel Brobecker Update copyright year range in all the GDB files automatically diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9362aa4aa1d..2eb869e4306 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-01-01 Joel Brobecker + + * gdb.texinfo, refcard.tex: Update copyright year range. + 2019-12-15 Christian Biesinger * gdb.texinfo (Maintenance Commands): Update documentation for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d5ed2467f32..24122c15648 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -50,7 +50,7 @@ @copying @c man begin COPYRIGHT -Copyright @copyright{} 1988-2019 Free Software Foundation, Inc. +Copyright @copyright{} 1988-2020 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-2019 Free Software Foundation, Inc. +Copyright (C) 1988-2020 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 6b7f4508a76..e180c08231a 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-2019 Free Software Foundation, Inc.\qquad Permissions on back} +\centerline{\smrm \copyright 1998-2020 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-2019 Free Software Foundation, Inc. +Copyright \copyright 1991-2020 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 e93f46bfaf1..0be3e88bb24 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -1262,7 +1262,7 @@ cat <