From 8e79b26ff22308c24265fcdd10ab7de54cd9b6fe Mon Sep 17 00:00:00 2001 From: tobi Date: Sun, 27 Feb 2005 20:11:01 +0000 Subject: [PATCH] * io/write.c: Update copyright years. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95630 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * io/write.c: Update copyright years. + 2005-02-27 Francois-Xavier Coudert 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 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). -- 2.47.3