X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fldexpl.c;h=29a09a207195d8b24f43bd3d090fbda8b1d4440a;hb=5ac9985ff6541293a521e3c2d1987a8271ab9353;hp=cd9bd21d490c49b62d73f4682b6194c81a9c1987;hpb=5657b2536d242966c41c268b9ab4fe8df727bb13;p=gnulib.git diff --git a/lib/ldexpl.c b/lib/ldexpl.c index cd9bd21d4..29a09a207 100644 --- a/lib/ldexpl.c +++ b/lib/ldexpl.c @@ -5,21 +5,19 @@ This file is part of gnulib. - gnulib is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2.1, or (at your option) + 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. - gnulib 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 Lesser General Public - License for more details. + 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 Lesser General Public License - along with gnulib; see the file COPYING.LIB. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. - */ + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include #include @@ -53,7 +51,7 @@ ldexpl(long double x, int exp) #if 0 int -main() +main (void) { long double x; int y;