* optimize.c, typeck2.c: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 22 Jan 2004 00:03:52 +0000 (00:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 22 Jan 2004 00:03:52 +0000 (00:03 +0000)
From-SVN: r76316

gcc/cp/ChangeLog
gcc/cp/optimize.c
gcc/cp/typeck2.c

index 9f1d72b2c718ef42ee08b86bbea4b9f8bdd9fed0..5dafab2f5d910542dcf875eb5ebc35b620e96c89 100644 (file)
@@ -1,3 +1,7 @@
+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,
index 1ddffc9c76cefb84419830f10645be395ef1af1c..da17d316bb13addb038d61d679fbd876aefadc8d 100644 (file)
@@ -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.
index bad9b1e0ac2bd370fe04a8c0b8a91a49995af78f..46874865d2539473b9f1c9619df79fce2c14082d 100644 (file)
@@ -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.