diff options
Diffstat (limited to 'sysdeps/ieee754/dbl-64/mpexp.h')
-rw-r--r-- | sysdeps/ieee754/dbl-64/mpexp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysdeps/ieee754/dbl-64/mpexp.h b/sysdeps/ieee754/dbl-64/mpexp.h index 4f07f55197..0cd0ecdee0 100644 --- a/sysdeps/ieee754/dbl-64/mpexp.h +++ b/sysdeps/ieee754/dbl-64/mpexp.h @@ -1,7 +1,7 @@ - /* * IBM Accurate Mathematical Library - * Copyright (c) International Business Machines Corp., 2001 + * Written by International Business Machines Corp. + * Copyright (C) 2001 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -11,12 +11,13 @@ * 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. + * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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. */ + /******************************************************************/ /* */ /* MODULE_NAME:mpexp.h */ |