From 7f4b4b71a2759756550366412ff297262e307138 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 21 Feb 1995 20:27:41 +0000 Subject: * top.c (print_gdb_version): Update the year. --- 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 9bf018e..fd52423 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -2711,7 +2711,7 @@ GDB %s (%s", version, host_name); fprintf_filtered (stream, "), "); wrap_here(""); - fprintf_filtered (stream, "Copyright 1994 Free Software Foundation, Inc."); + fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc."); } /* ARGSUSED */ -- cgit v1.1