diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 3a71ee7f001a489064c5c42a60b18995f4206c25..d3bf813960f24cd2959e1cedb215136e60676e2c 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 37cf8f450bf0615698445bad236fa0447c140f15..69097c009a9cfd70bdfaba29f9954cbc6a9c1341 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 0cba3a5f91e730256e403eb789fa798c8eaac954..5f7daea03d38bfe7d9ee3489ece77a0dd9d0ec03 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.