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 /gcc/predict.c | |
parent | 36579663a4c7dde7e8fe9ba08881f52bddc98774 (diff) | |
download | gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.zip gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.tar.gz gcc-2f89bbc185cec2b67844ce3fb79dbf64e9d09026.tar.bz2 |
Update forgotten updated copy right years.
From-SVN: r75338
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |