diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-01-29 12:16:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-01-29 12:16:36 +0000 |
commit | 567426d9afb617739745f4278cc66028a1b1e467 (patch) | |
tree | 1b915d3b2b2a2b08a6240756940a13f36768815e /gcc/objc/objc-act.c | |
parent | 26af0046ffc038ea5ee541c1a87ea6dec91c9337 (diff) | |
download | gcc-567426d9afb617739745f4278cc66028a1b1e467.zip gcc-567426d9afb617739745f4278cc66028a1b1e467.tar.gz gcc-567426d9afb617739745f4278cc66028a1b1e467.tar.bz2 |
lang-specs.h, [...]: Update copyright.
* lang-specs.h, objc-act.c, objc-act.h, objc-lang.c: Update
copyright.
From-SVN: r94408
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 7174816..e6201af 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1,6 +1,6 @@ /* Implement classes and message passing for Objective C. Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Contributed by Steve Naroff. This file is part of GCC. |