summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpfr.h b/mpfr.h
index d86731fa6..8c8bf80ae 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -3,20 +3,20 @@
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Contributed by the Arenaire and Cacao projects, INRIA.
-This file is part of the MPFR Library.
+This file is part of the GNU MPFR Library.
-The MPFR Library is free software; you can redistribute it and/or modify
+The GNU MPFR 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 MPFR Library is distributed in the hope that it will be useful, but
+The GNU MPFR 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 MPFR Library; see the file COPYING.LIB. If not, write to
+along with the GNU MPFR Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301, USA. */
@@ -177,7 +177,7 @@ typedef enum {
mpfr.h to be defined. If the user forgets to include the header, the mpfr
function prototype in the user object file is not correct. In order to
raise a linker error in that case, we change their internal name in the
- mpfr library (prefixed by __gmpfr instead of mpfr)*/
+ GNU mpfr library (prefixed by __gmpfr instead of mpfr)*/
#if defined (__cplusplus)
extern "C" {
#endif