aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-21 14:39:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-21 14:39:52 +0000
commita4de48bc6c37e607c2dd527e355801b75704e4eb (patch)
tree7605464ae335d85c226ff05324cafe601e8e8b85 /gcc/except.c
parentdfd9f74cff3bf7b579b99e55995b41549c74a50f (diff)
downloadgcc-a4de48bc6c37e607c2dd527e355801b75704e4eb.zip
gcc-a4de48bc6c37e607c2dd527e355801b75704e4eb.tar.gz
gcc-a4de48bc6c37e607c2dd527e355801b75704e4eb.tar.bz2
c-objc-common.h, [...]: Update copyright.
* c-objc-common.h, c-pretty-print.c, cgraphunit.c, except.c, genautomata.c, langhooks.c, langhooks.h, system.h, config/arm/lib1funcs.asm: Update copyright. From-SVN: r95331
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 0efd12d..b2e4188 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1,6 +1,6 @@
/* Implements exception handling.
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GCC.