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/top.c | |
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/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |