From: Kazu Hirata Date: Thu, 22 Jan 2004 00:03:52 +0000 (+0000) Subject: * optimize.c, typeck2.c: Update copyright. X-Git-Tag: releases/gcc-4.0.0~10857 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c2426b97b829320095640f1cdfe18394e112a41;p=thirdparty%2Fgcc.git * optimize.c, typeck2.c: Update copyright. From-SVN: r76316 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9f1d72b2c718..5dafab2f5d91 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-01-21 Kazu Hirata + + * optimize.c, typeck2.c: Update copyright. + 2004-01-21 Kazu Hirata * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c, diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index 1ddffc9c76ce..da17d316bb13 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 bad9b1e0ac2b..46874865d253 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.