diff options
author | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 11:53:14 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-01-01 11:53:14 +0400 |
commit | 2b47c078fd49164af654744cef9bb8135069199b (patch) | |
tree | 66cae802bf33b893eb8890fa13480ba26503c900 /gdb | |
parent | 476923f1cad7d7e07f67c1c7908fd325d7597204 (diff) | |
download | gdb-2b47c078fd49164af654744cef9bb8135069199b.zip gdb-2b47c078fd49164af654744cef9bb8135069199b.tar.gz gdb-2b47c078fd49164af654744cef9bb8135069199b.tar.bz2 |
Update copyright year in version message for gdb, gdbserver and gdbreplay
gdb/ChangeLog:
* top.c (print_gdb_version): Update copyright year.
gdbserver/ChangeLog:
* server.cc (gdbserver_version): Update copyright year.
* gdbreplay.cc (gdbreplay_version): Likewise.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/top.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e6e2484..558094a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2021-01-01 Joel Brobecker <brobecker@adacore.com> + * top.c (print_gdb_version): Update copyright year. + +2021-01-01 Joel Brobecker <brobecker@adacore.com> + * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020. For older changes see ChangeLog-2020. @@ -1409,7 +1409,7 @@ print_gdb_version (struct ui_file *stream, bool interactive) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2020 Free Software Foundation, Inc.\n"); + "Copyright (C) 2021 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 |