X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisfinite.c;h=f3ce5c67df1fb9731cc4290db9d32583ef16124d;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=310ac2c67797dcf14b7a4626ffb8f24ac20fd243;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/isfinite.c b/lib/isfinite.c index 310ac2c67..f3ce5c67d 100644 --- a/lib/isfinite.c +++ b/lib/isfinite.c @@ -1,5 +1,5 @@ /* Test for finite value (zero, subnormal, or normal, and not infinite or NaN). - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-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 . */ /* Written by Ben Pfaff , 2007. */