From 82e1e79a420734bcb1fa255a1e7b3250e6acee65 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 1 Jan 2018 08:12:21 +0400 Subject: Update copyright year in version message of GDB, GDBserver and GDBreplay gdb/ChangeLog: * top.c (print_gdb_version): Update Copyright year in version message. gdb/gdbserver/ChangeLog: * gdbreplay.c (gdbreplay_version): Update copyright year in version message. * server.c (gdbserver_version): Likewise. --- gdb/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/top.c') diff --git a/gdb/top.c b/gdb/top.c index 3fb113c..e2aa884 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1292,7 +1292,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2017 Free Software Foundation, Inc.\n"); + "Copyright (C) 2018 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 -- cgit v1.1