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 | |
parent | 6c4039537b88d99fca574514c243156467289471 (diff) | |
download | gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.zip gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.tar.gz gdb-acf0f27f9e1e9d8258bf8739b6e947fd07a563f2.tar.bz2 |
Oops, fixed copyrights.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/valprint.c | 4 | ||||
-rw-r--r-- | gdb/valprint.h | 4 |
2 files changed, 5 insertions, 3 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. diff --git a/gdb/valprint.h b/gdb/valprint.h index ae93ff5..444c2f9 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -1,5 +1,7 @@ /* Declarations for value printing routines for GDB, the GNU debugger. - Copyright 1986, 1988, 1989, 1991-1994, 2000 Free Software Foundation, Inc. + + Copyright 1986, 1988, 1989, 1991, 1992, 1993, 1994, 2000, 2005 Free + Software Foundation, Inc. This file is part of GDB. |