aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2023-01-01 17:07:20 +0400
committerJoel Brobecker <brobecker@adacore.com>2023-01-01 17:07:20 +0400
commit47004354ff50a2f991a48b3fc238531ad51ecafd (patch)
treec95dab297d8bb7457adc351b5314d3c3d8261c9b
parent41be9b6a6d1073c21a4548023d98a19147192f81 (diff)
downloadgdb-47004354ff50a2f991a48b3fc238531ad51ecafd.zip
gdb-47004354ff50a2f991a48b3fc238531ad51ecafd.tar.gz
gdb-47004354ff50a2f991a48b3fc238531ad51ecafd.tar.bz2
Update copyright year in help message of gdb, gdbserver, gdbreplay
This commit updates the copyright year displayed by gdb, gdbserver and gdbreplay's help message from 2022 to 2023, as per our Start of New Year procedure. The corresponding source files' copyright header are also updated accordingly. (cherry picked from commit e1ca55341ca328b2343ecc5cb78699fdbd1caa22)
-rw-r--r--gdb/top.c4
-rw-r--r--gdbserver/gdbreplay.cc4
-rw-r--r--gdbserver/server.cc4
3 files changed, 6 insertions, 6 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 1422c88..621aa68 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,6 +1,6 @@
/* Top level stuff for GDB, the GNU debugger.
- Copyright (C) 1986-2022 Free Software Foundation, Inc.
+ Copyright (C) 1986-2023 Free Software Foundation, Inc.
This file is part of GDB.
@@ -1444,7 +1444,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
/* Second line is a copyright notice. */
gdb_printf (stream,
- "Copyright (C) 2022 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2023 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/gdbreplay.cc b/gdbserver/gdbreplay.cc
index 7d7bbb6..42a512a 100644
--- a/gdbserver/gdbreplay.cc
+++ b/gdbserver/gdbreplay.cc
@@ -1,5 +1,5 @@
/* Replay a remote debug session logfile for GDB.
- Copyright (C) 1996-2022 Free Software Foundation, Inc.
+ Copyright (C) 1996-2023 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) 2022 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2023 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 aaef38e..d802e8b 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -1,5 +1,5 @@
/* Main code for remote server for GDB.
- Copyright (C) 1989-2022 Free Software Foundation, Inc.
+ Copyright (C) 1989-2023 Free Software Foundation, Inc.
This file is part of GDB.
@@ -3413,7 +3413,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
- "Copyright (C) 2022 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2023 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the "
"GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",