aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/valprint.c4
-rw-r--r--gdb/valprint.h4
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.