summaryrefslogtreecommitdiff
path: root/mpfr/README
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-15 23:55:48 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-15 23:55:48 +0200
commitc411f26fefddd50ade25f9b8caa013f8df1aa524 (patch)
tree7d2e28ce1f0a3b89fc2ed2c34d96047a53895812 /mpfr/README
parent13a486fd4cd914d7fc15209f667738c10868dc72 (diff)
downloadgmp-c411f26fefddd50ade25f9b8caa013f8df1aa524.tar.gz
* mpfr/*, configure.in: Update to final mpfr 2.0.1.
Diffstat (limited to 'mpfr/README')
-rw-r--r--mpfr/README32
1 files changed, 25 insertions, 7 deletions
diff --git a/mpfr/README b/mpfr/README
index 895051e94..44e6dc490 100644
--- a/mpfr/README
+++ b/mpfr/README
@@ -1,29 +1,47 @@
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License (either version 2.1
+of the License, or, at your option, any later version) and the GNU General
+Public License as published by the Free Software Foundation (most of MPFR is
+under the former, some under the latter).
+
+The 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
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
+
+
The MPFR distribution contains the following files:
AUTHORS - the authors of the library
BUGS - bugs in MPFR - please read this file!
-COPYING - the license under which the MPFR library is distributed
+COPYING - the GNU General Public License, version 2
+COPYING.LIB - the Gnu Lesser General Public License, version 2.1
ChangeLog - the log of changes
INSTALL - how to install MPFR (see also mpfr.texi)
Makefile* - files for building the library
NEWS - new features with respect to previous versions
README - this file
-README.dev - notes for the MPFR developers
TODO - what remains to do (any help is welcome!)
VERSION - version of MPFR (next release version if taken from CVS)
-ac* - automatic configuration files
+ac*.m4 - automatic configuration files
*.c - source files
-config* - configuration files
-cputime.h - header file for timings
+configure* - configuration files
install* - installation files
missing - auxiliary installation file
mkinst* - auxiliary installation file
mpf2mpfr.h - header file for compatibility with MPF
-mpfr-impl.h - internal header file for MPFR
mpfr.h - external header file for MPFR
+mpfr-impl.h - internal header file for MPFR
+mpfr-math.h - another internal header file for MPFR
mpfr-test.h - header file for test files
mpfr.info - info file for MPFR
mpfr.texi - texinfo documentation for MPFR
-prepare - configuration script for CVS users
tests/ - test directory
texinfo.tex - TeX macros to handle mpfr.texi