* top.c: Add 2006 to list of copyright years in file header.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2006 05:50:11 +0000 (05:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 2 Jan 2006 05:50:11 +0000 (05:50 +0000)
gdb/ChangeLog
gdb/top.c

index 258ba20eafc334696ccdd869173901292c5abf39..c7e1737a9f5e1713f71be39021eea8e7d8c16aa8 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * top.c: Add 2006 to list of copyright years in file header.
+
 2006-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        * top.c (print_gdb_version): Update copyright year to 2006.
index 5dfb03d9f1dcfb3b1e0cfb6f12adefdd9466ca86..f011549e8a40ffa5e8f6c65ad4dbe439c1f2838a 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1,7 +1,7 @@
 /* Top level stuff for GDB, the GNU debugger.
 
    Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
-   1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+   1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
    Free Software Foundation, Inc.
 
    This file is part of GDB.