diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-11 16:28:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-11 16:28:37 +0000 |
commit | fb4d77b367807462456e2992153b33761b0dc5ff (patch) | |
tree | 034842faa3c181ef537752efccd16c67f06b3e90 /gcc/cp/except.c | |
parent | c5d97f6e5dd6ec31cceccc5c516bf70c85948669 (diff) | |
download | gcc-fb4d77b367807462456e2992153b33761b0dc5ff.tar.gz |
* cp-tree.def, except.c, ptree.c: Update copyright.
From-SVN: r94881
Diffstat (limited to 'gcc/cp/except.c')
-rw-r--r-- | gcc/cp/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/except.c b/gcc/cp/except.c index 44521e3ab8d..4a0ccb913b9 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. |