This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/obvious] top.c: update year


Happy Asimov's birthday!

This patch updates the banner year.  It passes the 'break main'
test.  I'm committing it now.

Everybody, remember to add '2004' to the copyright year.

This takes care of everything listed in PR gdb/925 for this year.

Michael C

2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>

	* top.c (print_gdb_version): Update year to 2004.

Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.85
diff -c -3 -p -r1.85 top.c
*** top.c	8 Nov 2003 00:13:03 -0000	1.85
--- top.c	2 Jan 2004 20:45:09 -0000
***************
*** 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
     Free Software Foundation, Inc.
  
     This file is part of GDB.
--- 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, 2004
     Free Software Foundation, Inc.
  
     This file is part of GDB.
*************** print_gdb_version (struct ui_file *strea
*** 1359,1365 ****
  
    /* Second line is a copyright notice. */
  
!   fprintf_filtered (stream, "Copyright 2003 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
--- 1359,1365 ----
  
    /* Second line is a copyright notice. */
  
!   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]