From 4e9f923c1ad66e11489f64a2719ba36da1bdd036 Mon Sep 17 00:00:00 2001 From: chastain Date: Fri, 2 Jan 2004 20:53:10 +0000 Subject: [PATCH] 2004-01-02 Michael Chastain * top.c (print_gdb_version): Update year to 2004. --- gdb/ChangeLog | 4 ++++ gdb/top.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4592e9e9fd..b6a0e0975e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Michael Chastain + + * top.c (print_gdb_version): Update year to 2004. + 2004-01-02 Mark Mitchell * MAINTAINERS: Add myself to the write-after-approval category. diff --git a/gdb/top.c b/gdb/top.c index c52c1765d6..8dcf73a61f 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -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 -- 2.11.0