aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2025-07-25 12:31:44 -0400
committerSimon Marchi <simon.marchi@efficios.com>2025-08-14 15:21:27 -0400
commit713b99a9398cfe9ba7d96467afc600cf1f756bd2 (patch)
treec4f892d6103ead51195beb1424096933718e223f
parent710db71b0d152b43ab34621715247092d4c767ae (diff)
downloadbinutils-713b99a9398cfe9ba7d96467afc600cf1f756bd2.zip
binutils-713b99a9398cfe9ba7d96467afc600cf1f756bd2.tar.gz
binutils-713b99a9398cfe9ba7d96467afc600cf1f756bd2.tar.bz2
gdb, gdbserver: update copyright years in copyright notices
The copyright notices printed by these programs still use year 2024. Update to 2025. It seems like a trivial patch to me, but I am posting it for review, in case there's something wrong in the new-year process that caused them to be missed, in which case we should address that too. Change-Id: I7d9541bb154b8000e66cfead4e4228e33c49f18b Approved-by: Kevin Buettner <kevinb@redhat.com>
-rw-r--r--gdb/top.c2
-rw-r--r--gdbserver/gdbreplay.cc2
-rw-r--r--gdbserver/server.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 933efa0..b34f291 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1312,7 +1312,7 @@ print_gdb_version (struct ui_file *stream, bool interactive)
/* Second line is a copyright notice. */
gdb_printf (stream,
- "Copyright (C) 2024 Free Software Foundation, Inc.\n");
+ "Copyright (C) 2025 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 44aa2fb..a517031 100644
--- a/gdbserver/gdbreplay.cc
+++ b/gdbserver/gdbreplay.cc
@@ -462,7 +462,7 @@ static void
gdbreplay_version (void)
{
printf ("GNU gdbreplay %s%s\n"
- "Copyright (C) 2024 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2025 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 673b784..669c761 100644
--- a/gdbserver/server.cc
+++ b/gdbserver/server.cc
@@ -3812,7 +3812,7 @@ static void
gdbserver_version (void)
{
printf ("GNU gdbserver %s%s\n"
- "Copyright (C) 2024 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2025 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the "
"GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n",