diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 052664c10685bffbd5d0e223c1a1b2700c6e3acc..78f9b8db40fe648a4779b0ce11fb3f1e031cdac3 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,7 +1,11 @@
+2005-02-27  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+	* io/write.c: Update copyright years.
+
 2005-02-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
 	PR libfortran/20101
-	* write.c (output_float): Added special check for value 0.0 in
+	* io/write.c (output_float): Added special check for value 0.0 in
 	PE format.
 
 2004-02-27  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c
index 9b71cc5a7f437ab2761d007481463d21f803519d..1babd20463f07f70eaa58fc89504b44bb3bc4fc2 100644
--- a/libgfortran/io/write.c
+++ b/libgfortran/io/write.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
 This file is part of the GNU Fortran 95 runtime library (libgfortran).