X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Froundf.c;h=f503d435015c3dc4acac36d433ef2336a45a4f6f;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=a9b9be7db6313442afab1233a746fc456437d3e8;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/roundf.c b/lib/roundf.c index a9b9be7db..f503d4350 100644 --- a/lib/roundf.c +++ b/lib/roundf.c @@ -1,5 +1,5 @@ /* Round toward nearest, breaking ties away from zero. - Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + with this program; if not, see . */ #define USE_FLOAT #include "round.c"