mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
* top.c (print_gdb_version): Print 1998 now.
This commit is contained in:
parent
a4a9241f7c
commit
bf9084c0a5
@ -1,3 +1,7 @@
|
||||
Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
|
||||
|
||||
* top.c (print_gdb_version): Print 1998 now.
|
||||
|
||||
Wed Apr 8 16:57:22 1998 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
* source.c: Remove obsolete decl of strstr().
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Top level stuff for GDB, the GNU debugger.
|
||||
Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 1997
|
||||
Copyright 1986, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 1998
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
@ -2813,7 +2813,7 @@ print_gdb_version (stream)
|
||||
|
||||
/* Second line is a copyright notice. */
|
||||
|
||||
fprintf_filtered (stream, "Copyright 1997 Free Software Foundation, Inc.\n");
|
||||
fprintf_filtered (stream, "Copyright 1998 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
|
||||
|
Loading…
Reference in New Issue
Block a user