aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-22 00:03:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-22 00:03:52 +0000
commit3c2426b97b829320095640f1cdfe18394e112a41 (patch)
treef111a1cb5ebb7d60ebf36e5669454b7895f80951 /gcc
parentb68c3d41f5f10b1d44277d0e987ce8f5054a57a0 (diff)
downloadgcc-3c2426b97b829320095640f1cdfe18394e112a41.zip
gcc-3c2426b97b829320095640f1cdfe18394e112a41.tar.gz
gcc-3c2426b97b829320095640f1cdfe18394e112a41.tar.bz2
* optimize.c, typeck2.c: Update copyright.
From-SVN: r76316
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/optimize.c3
-rw-r--r--gcc/cp/typeck2.c3
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9f1d72b2..5dafab2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,9 @@
2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
+ * optimize.c, typeck2.c: Update copyright.
+
+2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
+
* Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c,
init.c, mangle.c, typeck.c: Update copyright.
diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c
index 1ddffc9..da17d316 100644
--- a/gcc/cp/optimize.c
+++ b/gcc/cp/optimize.c
@@ -1,5 +1,6 @@
/* Perform optimizations on tree structure.
- Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+ Free Software Foundation, Inc.
Written by Mark Michell (mark@codesourcery.com).
This file is part of GCC.
diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c
index bad9b1e..4687486 100644
--- a/gcc/cp/typeck2.c
+++ b/gcc/cp/typeck2.c
@@ -1,7 +1,8 @@
/* Report error messages, build initializers, and perform
some front-end optimizations for C++ compiler.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2004
+ Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.