X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffrexpl.c;h=a3c4dc07f8f6dc4a052d29ffad4e7435dc897d7e;hb=3ad2f5c449dce16de6568dec93a60a8065d433d7;hp=cdc3ad86b5c72ef7693e15f1671451a450576451;hpb=5657b2536d242966c41c268b9ab4fe8df727bb13;p=gnulib.git diff --git a/lib/frexpl.c b/lib/frexpl.c index cdc3ad86b..a3c4dc07f 100644 --- a/lib/frexpl.c +++ b/lib/frexpl.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include #include @@ -81,7 +79,7 @@ frexpl(long double x, int *exp) #if 0 int -main() +main (void) { long double x; int y;