X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fisnanl.c;h=1482fb24aaf0ece8b78e7f889c29d7a783029a76;hb=0ba19fcc5ff43167939e465af4b93f965fffcc8c;hp=9d0c98a59e9c1681131605b45d8b5f33ce7878d2;hpb=92765dd77a04d405b6521790e659e2319c309aeb;p=gnulib.git diff --git a/lib/isnanl.c b/lib/isnanl.c index 9d0c98a59..1482fb24a 100644 --- a/lib/isnanl.c +++ b/lib/isnanl.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. */