summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-15 13:26:56 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-15 13:26:56 +0000
commit09c46034d31a4fe0acde0023b9e545c0e66cd081 (patch)
tree783bb6bca0e4cf7702d3b418d1700740538d7dff /README
parenta0f85cabddf1cd6fc65956330bb203a523209adc (diff)
downloadmpfr-09c46034d31a4fe0acde0023b9e545c0e66cd081.tar.gz
COPYING -> COPYING.LIB and GPL re-added.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1877 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 21 insertions, 1 deletions
diff --git a/README b/README
index 895051e94..0b261b0a8 100644
--- a/README
+++ b/README
@@ -1,8 +1,28 @@
+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