* top.c (print_gdb_version): Update copyright year.

This commit is contained in:
Stan Shebs
1996-03-05 02:13:33 +00:00
parent 4e59f52302
commit f935141e4c
2 changed files with 6 additions and 2 deletions

View File

@ -2713,7 +2713,7 @@ GDB %s (%s", version, host_name);
fprintf_filtered (stream, "), ");
wrap_here("");
fprintf_filtered (stream, "Copyright 1995 Free Software Foundation, Inc.");
fprintf_filtered (stream, "Copyright 1996 Free Software Foundation, Inc.");
}
/* ARGSUSED */