From c7c61e5ec5317bc5c8f113de3e0e9cd891f9d210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schl=C3=BCter?= <tobi@gcc.gnu.org> Date: Sun, 27 Feb 2005 21:11:01 +0100 Subject: [PATCH] * io/write.c: Update copyright years. From-SVN: r95630 --- libgfortran/ChangeLog | 6 +++++- libgfortran/io/write.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 052664c10685..78f9b8db40fe 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 9b71cc5a7f43..1babd20463f0 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). -- GitLab