aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgfortran/ChangeLog6
-rw-r--r--libgfortran/io/write.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 052664c..78f9b8d 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 9b71cc5..1babd20 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).