diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:28:28 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-01-04 08:28:28 +0000 |
commit | c5a570810022466eaa5e077cd1b8aa00d74706f1 (patch) | |
tree | 34591c7977f834cbf2e2fc867e44173b32a894d4 /gdb/valprint.h | |
parent | 0b30217134add051e159a192066a1e568ebd837f (diff) | |
download | gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.zip gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.gz gdb-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.bz2 |
Copyright year update in most files of the GDB Project.
gdb/ChangeLog:
Copyright year update in most files of the GDB Project.
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 8aef685..a34d09b 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -1,7 +1,7 @@ /* Declarations for value printing routines for GDB, the GNU debugger. - Copyright (C) 1986, 1988, 1989, 1991, 1992, 1993, 1994, 2000, 2005, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1988-1989, 1991-1994, 2000, 2005, 2007-2012 Free + Software Foundation, Inc. This file is part of GDB. |