diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-28 16:23:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-28 16:23:51 +0000 |
commit | acf0f27f9e1e9d8258bf8739b6e947fd07a563f2 (patch) | |
tree | 21d280008cb381a7204a506d5abd4d138fb1c498 /gdb/valprint.c | |
parent | 6c4039537b88d99fca574514c243156467289471 (diff) | |
download | gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.zip gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.tar.gz gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.tar.bz2 |
Oops, fixed copyrights.
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 053f49f..4ef327f 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1,8 +1,8 @@ /* Print values for GDB, the GNU debugger. Copyright 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, - 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, - Inc. + 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2005 Free Software + Foundation, Inc. This file is part of GDB. |