diff options
author | Roger Sayle <roger@eyesopen.com> | 2002-06-11 11:21:30 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2002-06-11 11:21:30 +0000 |
commit | 43cf10b56ceb4bb309c6aac698845eebf734d351 (patch) | |
tree | cd9f92b46e974fbde97328e9f5c4a823ee03ba30 /gcc/cfgbuild.c | |
parent | 1062f15a807340674777f12038b82ffe2c156fd9 (diff) | |
download | gcc-43cf10b56ceb4bb309c6aac698845eebf734d351.tar.gz |
cfgbuild.c: Update copyright years.
2002-06-11 Roger Sayle <roger@eyesopen.com>
Andreas Jaeger <aj@suse.de>
* cfgbuild.c: Update copyright years.
Co-Authored-By: Andreas Jaeger <aj@suse.de>
From-SVN: r54495
Diffstat (limited to 'gcc/cfgbuild.c')
-rw-r--r-- | gcc/cfgbuild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 0c9c279a302..6b7a9addb89 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. |