aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2023-01-01 16:43:39 +0400
committerJoel Brobecker <brobecker@adacore.com>2023-01-01 17:01:15 +0400
commite1ca55341ca328b2343ecc5cb78699fdbd1caa22 (patch)
tree99a86bc78fe6655da535bc952fdec55c855cff65 /gdb
parent76bdc7266ac6303afc566cf2eb104951b4ecc2b5 (diff)
downloadgdb-e1ca55341ca328b2343ecc5cb78699fdbd1caa22.zip
gdb-e1ca55341ca328b2343ecc5cb78699fdbd1caa22.tar.gz
gdb-e1ca55341ca328b2343ecc5cb78699fdbd1caa22.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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 91b4e6a..c32ab89 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