X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Froundf.c;h=f503d435015c3dc4acac36d433ef2336a45a4f6f;hb=c50edd6462eaaae00f8549f9bad99d4e68b94376;hp=c5538fc0e4217c906a32a4103b33d251473e824a;hpb=3030c5b5e0a5199e16b05927da72c43c42f211c3;p=gnulib.git diff --git a/lib/roundf.c b/lib/roundf.c index c5538fc0e..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 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"