diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-02-27 21:11:01 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-02-27 21:11:01 +0100 |
commit | c7c61e5ec5317bc5c8f113de3e0e9cd891f9d210 (patch) | |
tree | 7f6a44f4afeedbe13b12c1c9f49e47759b0f544f | |
parent | d8f92af2cf130270d367242c9e1ac34004e6c3bb (diff) | |
download | gcc-c7c61e5ec5317bc5c8f113de3e0e9cd891f9d210.zip gcc-c7c61e5ec5317bc5c8f113de3e0e9cd891f9d210.tar.gz gcc-c7c61e5ec5317bc5c8f113de3e0e9cd891f9d210.tar.bz2 |
* io/write.c: Update copyright years.
From-SVN: r95630
-rw-r--r-- | libgfortran/ChangeLog | 6 | ||||
-rw-r--r-- | libgfortran/io/write.c | 2 |
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). |