diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-01-02 14:44:27 -0800 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-01-02 14:44:27 -0800 |
commit | 2f89bbc185cec2b67844ce3fb79dbf64e9d09026 (patch) | |
tree | 6cb73fd8e2508bcd5b88d78e539c12be0494930c | |
parent | 36579663a4c7dde7e8fe9ba08881f52bddc98774 (diff) | |
download | gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.zip gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.tar.gz gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.tar.bz2 |
Update forgotten updated copy right years.
From-SVN: r75338
-rw-r--r-- | gcc/c-typeck.c | 2 | ||||
-rw-r--r-- | gcc/cfgloop.c | 2 | ||||
-rw-r--r-- | gcc/predict.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 3a71ee7..d3bf813 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -1,6 +1,6 @@ /* Build expressions with type checking for C compiler. Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 37cf8f4..69097c0 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -1,5 +1,5 @@ /* Natural loop discovery code for GNU compiler. - Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.c b/gcc/predict.c index 0cba3a5..5f7daea 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1,5 +1,5 @@ /* Branch prediction routines for the GNU compiler. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GCC. |