X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisnanf.c;h=8f70eb60d8713aabcb5bfb628ee599ad5ad15781;hb=2bf5212a9072b050b2a44c9695305c605e1b7dbe;hp=be305cd04a8d5ae4786d560b2106b39aae97eb9d;hpb=15b93a23d220ccdf3d29bf6f9b8fbf7e50269f9f;p=gnulib.git diff --git a/lib/isnanf.c b/lib/isnanf.c index be305cd04..8f70eb60d 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. - 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. */