From b9786c7408f5ec7c78b6f5dd124f584b153fdbe5 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 1 Jan 2013 05:45:22 +0000 Subject: Update copyright year in gdb/gdbserver/gdbreplay version output. gdb/ChangeLog: * top.c (print_gdb_version): Update copyright year. gdb/gdbserver/ChangeLog: * gdbreplay.c (gdbreplay_version): Update copyright year. * 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 bdd625c..f16c7b9 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -1123,7 +1123,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ fprintf_filtered (stream, - "Copyright (C) 2012 Free Software Foundation, Inc.\n"); + "Copyright (C) 2013 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