diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5cb87420553453e6ef688a2e9d80ab16b68d1d6d..39e27660d09829a7c71e800038311e4c1a3a83b0 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+	* cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
+	copyright.
+
 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
 
 	* parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c
index 6c70fccc3d2947261e7a216c38b30bd99830bf93..e799a8c9a54a0e3b1371b81477d8d560ddd1b3e4 100644
--- a/gcc/cp/cxx-pretty-print.c
+++ b/gcc/cp/cxx-pretty-print.c
@@ -1,5 +1,5 @@
 /* Implementation of subroutines for the GNU C++ pretty-printer.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
 
 This file is part of GCC.
diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h
index cb7f94d7b9bb345a6efe98ed9fc11f8570dd24be..4793de7a954aa1cc8e34df3948e09351fff2a4cf 100644
--- a/gcc/cp/cxx-pretty-print.h
+++ b/gcc/cp/cxx-pretty-print.h
@@ -1,5 +1,5 @@
 /* Interface for the GNU C++ pretty-printer.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
 
 This file is part of GCC.
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index 463f73242d8907fdde1ac67f25d627c958a358bd..b852c50411331bd644511ecb203d2968c409bc61 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -1,5 +1,5 @@
 /* Variables and structures for declaration processing.
-   Copyright (C) 1993, 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1993, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.