2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Fri, 2 Jan 2004 20:53:11 +0000 (20:53 +0000)
committerMichael Chastain <mec@google.com>
Fri, 2 Jan 2004 20:53:11 +0000 (20:53 +0000)
* top.c (print_gdb_version): Update year to 2004.

gdb/ChangeLog
gdb/top.c

index 4592e9e9fd9624174c9a4cb4675a6ad5e1927752..b6a0e0975e0d913ed614fa85b844c72dff6ec4b9 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * top.c (print_gdb_version): Update year to 2004.
+
 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
 
        * MAINTAINERS: Add myself to the write-after-approval category.
index c52c1765d68aa8cee05908fabe4bf3570ffe71fe..8dcf73a61f8394592cb0513aa93ff496fa186e35 100644 (file)
--- 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
This page took 0.029411 seconds and 4 git commands to generate.