diff options
Diffstat (limited to 'sysdeps/ieee754/dbl-64/e_log.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/e_log.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/ieee754/dbl-64/e_log.c b/sysdeps/ieee754/dbl-64/e_log.c index 650a9fffab..6394b9ca4a 100644 --- a/sysdeps/ieee754/dbl-64/e_log.c +++ b/sysdeps/ieee754/dbl-64/e_log.c @@ -1,6 +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 * * 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 @@ -18,7 +19,7 @@ */ /*********************************************************************/ /* */ -/* MODULE_NAME:ulog.h */ +/* MODULE_NAME:ulog.c */ /* */ /* FUNCTION:ulog */ /* */ |