X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisnanf.c;h=adb7059e497c3ff0fe1817989a11b689377916f3;hb=6f9dd7d3ecceb8a939ea537b6d9abc9988bc4c71;hp=be305cd04a8d5ae4786d560b2106b39aae97eb9d;hpb=15b93a23d220ccdf3d29bf6f9b8fbf7e50269f9f;p=gnulib.git diff --git a/lib/isnanf.c b/lib/isnanf.c index be305cd04..adb7059e4 100644 --- a/lib/isnanf.c +++ b/lib/isnanf.c @@ -1,19 +1,18 @@ /* Test for NaN that does not need libm. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */