diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-24 18:31:37 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-24 18:31:37 +0000 |
commit | 2217c9fb53a2826eddd981241d9dac6097bebed2 (patch) | |
tree | 982e7bace22d32f803b23e69d550fad32fd23b1d /libc/sysdeps/linux | |
parent | 35b60ac2a5321f418a7254c8d0408a51b425bd19 (diff) |
Correct comments
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_fpmax.h | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h index 27432a03e..e1721bf40 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_fpmax.h +++ b/libc/sysdeps/linux/common/bits/uClibc_fpmax.h @@ -1,21 +1,8 @@ -/* Copyright (C) 2003 Manuel Novoa III +/* + * Copyright (C) 2003-2006 Manuel Novoa III * - * This library 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 of the License, or (at your option) any later version. - * - * The GNU C Library 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. - * - * You should have received a copy of the GNU Lesser General Public - * License along with the GNU C Library; if not, write to the Free - * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA. + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ - /* Define a maximal floating point type, and the associated constants * that are defined for the floating point types in float.h. * @@ -114,8 +101,8 @@ extern __fpmax_t __wcstofpmax(const wchar_t *wcs, wchar_t **endptr, extern __fpmax_t __wcstofpmax_l(const wchar_t *wcs, wchar_t **endptr, int exp_adjust, __locale_t locale_arg) attribute_hidden; #endif -#endif /* _LIBC */ #endif /* __UCLIBC_HAS_WCHAR__ */ +#endif /* _LIBC */ /* The following checks in an __fpmax_t is either 0 or +/- infinity. * |