From 2217c9fb53a2826eddd981241d9dac6097bebed2 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 24 Feb 2006 18:31:37 +0000 Subject: Correct comments --- libc/sysdeps/linux/common/bits/uClibc_fpmax.h | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'libc/sysdeps') 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. * -- cgit v1.2.3