aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-04-09 02:22:27 +0000
committerJason Molenda <jmolenda@apple.com>1998-04-09 02:22:27 +0000
commitbf9084c0a57a64043a1a04528e761a1e77173778 (patch)
tree3bfb9cb1a2a968f4f5230e0a7e9fc268b2f45802 /gdb/top.c
parenta4a9241f7cab99205f0491b30a8cbc33fc92e276 (diff)
downloadfsf-binutils-gdb-bf9084c0a57a64043a1a04528e761a1e77173778.zip
fsf-binutils-gdb-bf9084c0a57a64043a1a04528e761a1e77173778.tar.gz
fsf-binutils-gdb-bf9084c0a57a64043a1a04528e761a1e77173778.tar.bz2
Wed Apr 8 19:21:42 1998 Jason Molenda (crash@bugshack.cygnus.com)
* top.c (print_gdb_version): Print 1998 now.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 544f09e..100b8fc 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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