X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frintf.c;h=a4deacd9a7d6bcfbac2ec3675779e18923dba07c;hb=d208f3ab64d5d5b70356ca61cc2d8d0373407a3c;hp=948b67953640334214920a4c87a40df314699c51;hpb=20f0673b1b22f84e39b3bacae027cdc21be2ed39;p=gnulib.git diff --git a/lib/rintf.c b/lib/rintf.c index 948b67953..a4deacd9a 100644 --- a/lib/rintf.c +++ b/lib/rintf.c @@ -1,5 +1,5 @@ /* Round according to the current rounding mode. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-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 "rint.c"