public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@adacore.com>
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	[thread overview]
Message-ID: <20220116105432.359305-5-brobecker@adacore.com> (raw)
In-Reply-To: <20220116105432.359305-1-brobecker@adacore.com>

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  <brobecker@adacore.com>
+
+	* gdbarch.sh: Update end year of copyright year range for
+	copyright header of generated files.
+
 2022-01-16  Joel Brobecker  <brobecker@adacore.com>
 
 	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  <brobecker@adacore.com>
+
+	* gdb.texinfo: Change end year of the manual's copyright notice
+	to 2022.
+	* refcard.tex: Ditto.
+
 2021-08-12  Tom Tromey  <tromey@adacore.com>
 
 	* 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 <<EOF
 
 /* Dynamic architecture support for GDB, the GNU debugger.
 
-   Copyright (C) 1998-2021 Free Software Foundation, Inc.
+   Copyright (C) 1998-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
-- 
2.32.0


      parent reply	other threads:[~2022-01-16 10:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-16 10:54 FYI/gdb-11-branch Joel Brobecker
2022-01-16 10:54 ` [FYI/branch 1/4] Update copyright year in version output for gdb, gdbserver and gdbreplay Joel Brobecker
2022-01-16 10:54 ` [FYI/branch 2/4] gdb/copyright.py: Do not update gdbsupport/Makefile.in Joel Brobecker
2022-01-16 10:54 ` Joel Brobecker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220116105432.359305-5-brobecker@adacore.com \
    --to=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).