X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprintf-frexpl.c;h=460b609b4043c8d0b163d86a6a9051cbbbcfbc7d;hb=95454b6b2dbb9f57bf5623a0fd8d40fb2433c4d7;hp=d9a9283fc6a01224d32dc1de70c3c01f60b4f6db;hpb=e4bed0733ad7c8e2b0bda1f77cf52e0d32c5e4f9;p=gnulib.git diff --git a/lib/printf-frexpl.c b/lib/printf-frexpl.c index d9a9283fc..460b609b4 100644 --- a/lib/printf-frexpl.c +++ b/lib/printf-frexpl.c @@ -1,19 +1,18 @@ /* Split a 'long double' into fraction and mantissa, for hexadecimal printf. 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 . */ #define USE_LONG_DOUBLE #include "printf-frexp.c"