diff options
author | Michael Chastain <mec@google.com> | 2004-01-02 20:53:11 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-02 20:53:11 +0000 |
commit | 0bc2134ec99a5955ec83265212ed3e4cf212f45d (patch) | |
tree | 52634e15c63f1e9b688120f0c68f1992ddb125d4 /gdb/top.c | |
parent | 89a72f9c32fa458ff0a27db1eb476b85edf57d6f (diff) | |
download | gdb-0bc2134ec99a5955ec83265212ed3e4cf212f45d.zip gdb-0bc2134ec99a5955ec83265212ed3e4cf212f45d.tar.gz gdb-0bc2134ec99a5955ec83265212ed3e4cf212f45d.tar.bz2 |
2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
* top.c (print_gdb_version): Update year to 2004.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* Top level stuff for GDB, the GNU debugger. Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -1359,7 +1359,7 @@ print_gdb_version (struct ui_file *stream) /* Second line is a copyright notice. */ - fprintf_filtered (stream, "Copyright 2003 Free Software Foundation, Inc.\n"); + fprintf_filtered (stream, "Copyright 2004 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 |