public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI/gdb-11-branch
@ 2022-01-16 10:54 Joel Brobecker
  2022-01-16 10:54 ` [FYI/branch 1/4] Update copyright year in version output for gdb, gdbserver and gdbreplay Joel Brobecker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 10:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: brobecker

Hello,

Considering that some changes were made to the gdb-11-branch in 2022,
I felt we should update the copyright year range accordingly. The
attached commit series, which I'm about to push, does so.

 - [FYI/branch 1/4] Update copyright year in version output for gdb,
 - [FYI/branch 2/4] gdb/copyright.py: Do not update gdbsupport/Makefile.in
 - [FYI/branch 3/4] Automatic Copyright Year update after running
 - [FYI/branch 4/4] Manual copyright year update of various GDB files

Tested on x86_64-linux by rebuilding GDB.

Thanks,
-- 
Joel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FYI/branch 1/4] Update copyright year in version output for gdb, gdbserver and gdbreplay
  2022-01-16 10:54 FYI/gdb-11-branch Joel Brobecker
@ 2022-01-16 10:54 ` 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 ` [FYI/branch 4/4] Manual copyright year update of various GDB files Joel Brobecker
  2 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 10:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: brobecker

This commit changes the end year of the copyright year range
printed by gdb, gdbserver and gdbreplay to be 2022. This reflects
the fact that some changes were made on this branch this year.

gdb/ChangeLog:

        * top.c: Update year range in copyright notice.
        (print_gdb_version): Update copyright year to 2022.

gdbserver/ChangeLog:

       * gdbreplay.cc: Update year range in copyright notice.
       (gdbreplay_version): Update copyright year to 2022.
       * server.cc: Update year range in copyright notice.
       (gdbserver_version): Update copyright year to 2022.
---
 gdb/ChangeLog          | 5 +++++
 gdb/top.c              | 4 ++--
 gdbserver/ChangeLog    | 7 +++++++
 gdbserver/gdbreplay.cc | 4 ++--
 gdbserver/server.cc    | 4 ++--
 5 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4709e1a45f6..7cb41a57310 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	* top.c: Update year range in copyright notice.
+	(print_gdb_version): Update copyright year to 2022.
+
 2021-12-23  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	PR gdb/28405
diff --git a/gdb/top.c b/gdb/top.c
index 6e0f43d2fd9..601b7e03ea0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,6 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2021 Free Software Foundation, Inc.
+   Copyright (C) 1986-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1408,7 +1408,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
   /* Second line is a copyright notice.  */
 
   fprintf_filtered (stream,
-		    "Copyright (C) 2021 Free Software Foundation, Inc.\n");
+		    "Copyright (C) 2022 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index de19c48a916..a65a791fef3 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	* gdbreplay.cc: Update year range in copyright notice.
+	(gdbreplay_version): Update copyright year to 2022.
+	* server.cc: Update year range in copyright notice.
+	(gdbserver_version): Update copyright year to 2022.
+
 2021-11-03  Luis Machado  <luis.machado@linaro.org>
 
 	PR gdb/28355
diff --git a/gdbserver/gdbreplay.cc b/gdbserver/gdbreplay.cc
index 3705e9bf45f..7d7bbb63c44 100644
--- a/gdbserver/gdbreplay.cc
+++ b/gdbserver/gdbreplay.cc
@@ -1,5 +1,5 @@
 /* Replay a remote debug session logfile for GDB.
-   Copyright (C) 1996-2021 Free Software Foundation, Inc.
+   Copyright (C) 1996-2022 Free Software Foundation, Inc.
    Written by Fred Fish (fnf@cygnus.com) from pieces of gdbserver.
 
    This file is part of GDB.
@@ -405,7 +405,7 @@ static void
 gdbreplay_version (void)
 {
   printf ("GNU gdbreplay %s%s\n"
-	  "Copyright (C) 2021 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2022 Free Software Foundation, Inc.\n"
 	  "gdbreplay is free software, covered by "
 	  "the GNU General Public License.\n"
 	  "This gdbreplay was configured as \"%s\"\n",
diff --git a/gdbserver/server.cc b/gdbserver/server.cc
index 32dcc05924e..97854e71b45 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -1,5 +1,5 @@
 /* Main code for remote server for GDB.
-   Copyright (C) 1989-2021 Free Software Foundation, Inc.
+   Copyright (C) 1989-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -3455,7 +3455,7 @@ static void
 gdbserver_version (void)
 {
   printf ("GNU gdbserver %s%s\n"
-	  "Copyright (C) 2021 Free Software Foundation, Inc.\n"
+	  "Copyright (C) 2022 Free Software Foundation, Inc.\n"
 	  "gdbserver is free software, covered by the "
 	  "GNU General Public License.\n"
 	  "This gdbserver was configured as \"%s\"\n",
-- 
2.32.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FYI/branch 2/4] gdb/copyright.py: Do not update gdbsupport/Makefile.in
  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 ` Joel Brobecker
  2022-01-16 10:54 ` [FYI/branch 4/4] Manual copyright year update of various GDB files Joel Brobecker
  2 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 10:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: brobecker

This file is generated, so we should not modify it (any modification
we make is going to be undone at the next re-generation anyway).

gdb/ChangeLog:

	* copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in".

(cherry picked from commit a3f34021316d60ce33d2d52db76b463282519aef)
---
 gdb/ChangeLog    | 4 ++++
 gdb/copyright.py | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7cb41a57310..4427e3f2fa7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+	* copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in".
+
 2022-01-16  Joel Brobecker  <brobecker@adacore.com>
 
 	* top.c: Update year range in copyright notice.
diff --git a/gdb/copyright.py b/gdb/copyright.py
index e501e2533c2..f46d668346a 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -209,6 +209,7 @@ def main():
 EXCLUDE_LIST = (
     "gdb/nat/glibc_thread_db.h",
     "gdb/CONTRIBUTE",
+    "gdbsupport/Makefile.in",
     "gnulib/import",
     "gnulib/config.in",
     "gnulib/Makefile.in",
-- 
2.32.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FYI/branch 4/4] Manual copyright year update of various GDB files
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2022-01-16 10:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: brobecker

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-16 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [FYI/branch 4/4] Manual copyright year update of various GDB files Joel Brobecker

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).