* top.c: Add 2006 to list of copyright years in file header.

This commit is contained in:
Joel Brobecker
2006-01-02 05:50:11 +00:00
parent 0bee07125f
commit 9b799fe64b
2 changed files with 5 additions and 1 deletions

View 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> 2006-01-01 Joel Brobecker <brobecker@adacore.com>
* top.c (print_gdb_version): Update copyright year to 2006. * top.c (print_gdb_version): Update copyright year to 2006.

View File

@ -1,7 +1,7 @@
/* Top level stuff for GDB, the GNU debugger. /* Top level stuff for GDB, the GNU debugger.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 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. Free Software Foundation, Inc.
This file is part of GDB. This file is part of GDB.