aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-11 16:28:37 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-11 16:28:37 +0000
commitfb4d77b367807462456e2992153b33761b0dc5ff (patch)
tree034842faa3c181ef537752efccd16c67f06b3e90 /gcc/cp
parentc5d97f6e5dd6ec31cceccc5c516bf70c85948669 (diff)
downloadgcc-fb4d77b367807462456e2992153b33761b0dc5ff.zip
gcc-fb4d77b367807462456e2992153b33761b0dc5ff.tar.gz
gcc-fb4d77b367807462456e2992153b33761b0dc5ff.tar.bz2
* cp-tree.def, except.c, ptree.c: Update copyright.
From-SVN: r94881
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.def2
-rw-r--r--gcc/cp/except.c2
-rw-r--r--gcc/cp/ptree.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 4aa0118..490a54e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-11 Kazu Hirata <kazu@cs.umass.edu>
+
+ * cp-tree.def, except.c, ptree.c: Update copyright.
+
2005-02-09 Mark Mitchell <mark@codesourcery.com>
PR c++/19811
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index bc606db..1abc77b 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -1,7 +1,7 @@
/* This file contains the definitions and documentation for the
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
- Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003, 2004,
+ Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003, 2004, 2005,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
diff --git a/gcc/cp/except.c b/gcc/cp/except.c
index 44521e3..4a0ccb9 100644
--- a/gcc/cp/except.c
+++ b/gcc/cp/except.c
@@ -1,6 +1,6 @@
/* Handle exceptional things in C++.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Michael Tiemann <tiemann@cygnus.com>
Rewritten by Mike Stump <mrs@cygnus.com>, based upon an
initial re-implementation courtesy Tad Hunt.
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c
index d33ad9f..2ed91a3 100644
--- a/gcc/cp/ptree.c
+++ b/gcc/cp/ptree.c
@@ -1,6 +1,6 @@
/* Prints out trees in human readable form.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.