From: Roger Sayle Date: Tue, 11 Jun 2002 11:21:30 +0000 (+0000) Subject: cfgbuild.c: Update copyright years. X-Git-Tag: releases/gcc-3.3.0~4412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43cf10b56ceb4bb309c6aac698845eebf734d351;p=thirdparty%2Fgcc.git cfgbuild.c: Update copyright years. 2002-06-11 Roger Sayle Andreas Jaeger * cfgbuild.c: Update copyright years. Co-Authored-By: Andreas Jaeger From-SVN: r54495 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc3db521c5aa..411b974afd1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-11 Roger Sayle + Andreas Jaeger + + * cfgbuild.c: Update copyright years. + 2002-06-11 Andreas Schwab * config/m68k/m68k.h (PREDICATE_CODES): Define. diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 0c9c279a3028..6b7a9addb899 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -1,6 +1,6 @@ /* Control flow graph building code for GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC.