diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-08 14:46:52 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-08 14:46:52 +0000 |
commit | ec85a7d9dde1f336c36f3cdb0ba1889d307d7715 (patch) | |
tree | 0fba622bba19fe60bc3263c6642aefbd51286820 | |
parent | 38d7dddbb4d5cb4ba6a0cf4a8998b8ea2e5820a6 (diff) | |
download | gcc-ec85a7d9dde1f336c36f3cdb0ba1889d307d7715.tar.gz |
* cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94736 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cp/cxx-pretty-print.c | 2 | ||||
-rw-r--r-- | gcc/cp/cxx-pretty-print.h | 2 | ||||
-rw-r--r-- | gcc/cp/decl.h | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5cb87420553..39e27660d09 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 6c70fccc3d2..e799a8c9a54 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 cb7f94d7b9b..4793de7a954 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 463f73242d8..b852c504113 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. |